﻿/*自适应框架样式*/
 .mdpage_footer {
     display: none!important;
}
 .publicenv-page .mdpage_footer {
     position: fixed;
     bottom: 0;
     left: 50%;
     width: 100%;
     z-index: 30;
     max-width: 640px;
     -webkit-transform: translateX(-50%);
     -o-transform: translateX(-50%);
     -ms-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
     transform: translateX(-50%);
     margin-left: 0;
}
 .for_create{
     width: auto;
}
 .pagewrapper{
     width: 100%;
     max-width: 640px;
     min-width: 320px;
     margin: 0 auto;
     background: #fff;
     font-family: "\5FAE\8F6F\96C5\9ED1",Helvetica,"黑体",Arial,Tahoma;
}
 .mdpage_body{
     padding-bottom: 5px;
}
 .publicenv-page #PhoneImgSwipelunbo.PhoneImgSwipe{
     position: relative;
     z-index: 5;
}
/*自适应框架样式-结束*/
 @media screen and (max-width: 360px) {
     .hdnavlists li a{
         font-size: 11px;
    }
}
/*全局-顶部logo*/
 .menuimg{
     width: 100%;
     position: relative;
}
 .menuimg img{
     width: 100%;
     height: auto;
}
 .menu_header {
     position: absolute;
     top: 25%;
     left: 20%;
}
/*全局-头部导航*/
 .site-hdbar{
     height: 50px;
     line-height:50px ;
     background: #272727;
     text-align: center;
     color: #fafafa;
     position: relative;
}
 .site-hdbar h1{
     font-size: 20px;
}
 .site-hdbar .s_subtrigerr2{
     left: 10px;
     top: 15px;
     position: absolute;
     width: 20px;
     height: 20px;
     background: url(/Content/image/zh/fanhui.png ) center 0 no-repeat;
     -webkit-background-size: 20px 20px;
     background-size:20px 20px;
}
 .site-hdbar .s_subtrigerr{
     right: 15px;
     top: 13px;
     position: absolute;
     width: 24px;
     height: 24px;
     background: url(/Content/image/zh/subnvai_trggericon.png ) 0 0 no-repeat;
     -webkit-background-size:24px 24px;
     background-size:24px 24px;
}
 .leftnavi-box{
     background: #383838;
}
 .navi-bar {
}
 .navi-bar ul{
     padding-top: 30px;
     background: #383838;
}
 .navi-bar ul li {
     height: 43px;
     padding-left: 10px;
}
 .navi-bar ul li a{
     display: block;
     color: #fff;
     height: 43px;
     line-height: 43px;
     font-size: 16px;
     font-weight: 400;
     padding-left: 40px;
     background: url(/Content/image/zh/circle_navidot.png) 20px 16px no-repeat;
     background-size:10px 10px;
}
/*正式网站左侧导航展示动画效果*/
 .publicenv-page .leftnavi-box{
     display:none;
     position: fixed;
     width: 150px;
     z-index: 0;
     left: auto;
     right: 0;
     top: auto;
     height:100%;
     overflow-x: hidden;
     overflow-y: auto;
}
 .publicenv-page .pagewrapper_inner{
     min-height:100%;
     background: #fff;
     position: relative;
     z-index: 2;
}
 .publicenv-page .navi-bar{
     visibility: hidden;
     -webkit-backface-visibility: hidden;
     -ms-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
     -o-backface-visibility: hidden;
     backface-visibility: hidden;
}
 .publicenv-page .navi-bar.open {
     visibility: visible;
     -webkit-transition: all 350ms;
     -ms-transition: all 350ms;
     -moz-transition: all 350ms;
     -o-transition: all 350ms;
     transition: all 350ms;
}
 .publicenv-page .pagewrapper{
     background: #fff;
     height: 100%;
}
 .publicenv-page .pagewrapper_inner{
     -webkit-transition: all 350ms;
     -ms-transition: all 350ms;
     -moz-transition: all 350ms;
     -o-transition: all 350ms;
     transition: all 350ms;
     -webkit-transform-origin: 0 0;
     -ms-transform-origin: 0 0;
     -moz-transform-origin: 0 0;
     -o-transform-origin: 0 0;
     transform-origin: 0 0;
     -webkit-backface-visibility: hidden;
     -ms-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
     -o-backface-visibility: hidden;
     backface-visibility: hidden;
}
 .publicenv-page .mdpage_header,.publicenv-page .mdpage_body{
     position: relative;
     z-index: 1;
    /*设置下内容底图，以免被左侧导航盖住*/
     background: #fff;
}
 .publicenv-page .moveRight {
     -webkit-transform: translate3d(-150px,0,0);
     -ms-transform: translate3d(-150px,0,0);
     -moz-transform: translate3d(-150px,0,0);
     -o-transform: translate3d(-150px,0,0);
     transform: translate3d(-150px,0,0);
     left: 0;
}
 .publicenv-page .navi-bar li:nth-child(1) {
     -webkit-transition-delay: 80ms;
     transition-delay: 80ms;
}
 .publicenv-page .navi-bar li:nth-child(2) {
     -webkit-transition-delay: 160ms;
     transition-delay: 160ms;
}
 .publicenv-page .navi-bar li:nth-child(3) {
     -webkit-transition-delay: 240ms;
     transition-delay: 240ms;
}
 .publicenv-page .navi-bar li:nth-child(4) {
     -webkit-transition-delay: 320ms;
     transition-delay: 320ms;
}
 .publicenv-page .navi-bar li:nth-child(5) {
     -webkit-transition-delay: 400ms;
     transition-delay: 400ms;
}
 .publicenv-page .navi-bar li:nth-child(6) {
     -webkit-transition-delay: 480ms;
     transition-delay: 480ms;
}
 .publicenv-page .navi-bar li:nth-child(7) {
     -webkit-transition-delay: 560ms;
     transition-delay: 560ms;
}
/*动画效果 左侧进入*/
 .publicenv-page .navi-bar li{
     opacity: 0;
     -webkit-transition: all .4s;
     -ms-transition: all .4s;
     -moz-transition: all .4s;
     -o-transition: all .4s;
     transition: all .4s;
     -webkit-transform: translateX(-100%);
     -ms-transform: translateX(-100%);
     -moz-transform: translateX(-100%);
     -o-transform: translateX(-100%);
     transform: translateX(-100%);
}
 .publicenv-page .navi-bar.open li{
     opacity: 1;
     -webkit-transform: translateX(0);
     -ms-transform: translateX(0);
     -moz-transform: translateX(0);
     -o-transform: translateX(0);
     transform: translateX(0);
}
/*底部导航*/
 .btonavi {
     background: #090909;
     height: 52px;
     -webkit-background-size:20px 52px;
     background-size:20px 52px;
}
 .btonavi li {
     width: 50%;
     height: 50px;
     float: left;
     padding-top: 2px;
}
 .btonavi a {
     display: block;
     height: 50px;
     line-height: 50px;
     font-size: 16px;
     font-weight: 500;
     color: #ccc;
     text-align: center;
}
 .btonavi span{
     display:inline-block;
     height: 50px;
}
 .btonavi .phoneicon span{
     background: url(/Content/image/zh/bto_phone.png) 0 center no-repeat;
     -webkit-background-size:28px 28px;
     background-size:28px 28px;
     padding-left: 45px;
}
 .btonavi .phoneicon a {
     border-left: 0;
}
 .btonavi .smsicon span {
     background: url(/Content/image/zh/bto_sms.png) 0 center no-repeat;
     -webkit-background-size:28px 28px;
     background-size:28px 28px;
     padding-left: 45px;
}
 .btonavi .smsicon a{
     border-right: 0;
}
/*首页大图设置*/
 .indexpic{
     min-height: 200px;
}
 #htmlwidget1indexpic img, .indexpic img{
     max-width: 100%;
}
/*首页导航设置*/
 .meun_index{
     width: 100%;
     position: absolute;
     z-index: 10;
     left: 0;
     bottom:135px;
}
 .meun_index ul{
     width: 180px;
     float: right;
}
 .meun_index li{
     display: inline-block;
     float: left;
     width: 80px;
     background: rgba(0, 0, 0, 0.6) !important;
     background: #000;
     -moz-opacity: 0.6;
     -khtml-opacity: 0.6;
     margin: 0 0 10px 10px;
}
 .meun_index li a{
     display: block;
     text-align: center;
     color:#fff;
     line-height:30px;
     font-size: 14px;
     font-weight: 400;
     font-family: "\5FAE\8F6F\96C5\9ED1",Helvetica,"黑体",Arial,Tahoma;
     padding: 5px 0;
     overflow: hidden;
}
 .meun_index li span{
     display: block;
     margin: 0 auto;
     width: 40px;
     height: 40px;
}
 .meun_index li.item1 a span{
     background: url( /Content/image/zh/item_01.png) 0 0 no-repeat;
     background-size: 40px 40px;
     -webkit-background-size: 40px 40px;
}
 .meun_index li.item2 a span{
     background: url( /Content/image/zh/item_02.png) 0 0 no-repeat;
     background-size: 40px 40px;
     -webkit-background-size: 40px 40px;
}
 .meun_index li.item3 a span{
     background: url( /Content/image/zh/item_05.png) 0 0 no-repeat;
     background-size: 40px 40px;
     -webkit-background-size: 40px 40px;
}
 .meun_index li.item4 a span{
     background: url( /Content/image/zh/item_04.png) 0 0 no-repeat;
     background-size: 40px 40px;
     -webkit-background-size: 40px 40px;
}
 .meun_index li.item5 a span{
     background: url( /Content/image/zh/item_06.png) 0 0 no-repeat;
     background-size: 40px 40px;
     -webkit-background-size: 40px 40px;
}
 .meun_index li.item6 a span{
     background: url( /Content/image/zh/item_3.png) 0 0 no-repeat;
     background-size: 40px 40px;
     -webkit-background-size: 40px 40px;
}
/*底部版权设置*/
 .copyright{
     text-align: center;
     line-height:2.0em;
     padding: 10px 0;
     border-top: dotted 1px #999;
     font-size: 14px;
}
/*联系我们中的一键拨号设置*/
 .thecall{
     margin: 10px 0;
}
 .thecall a{
     border-radius: 2px;
     background-color: #289ed5;
     border-color: #289ed5;
     display: block;
     font-size: 1rem;
     color: #fff;
     display: block;
     margin: 0 3%;
     margin-bottom: 0;
     padding: .625em 1em;
     vertical-align: middle;
     font-weight: 400;
     line-height: 1.2;
     text-align: center;
     white-space: nowrap;
     background-image: none;
     border: 1px solid transparent;
     cursor: pointer;
     outline: 0;
     -webkit-appearance: none;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     -webkit-transition: background-color 300ms ease-out, border-color 300ms ease-out;
     transition: background-color 300ms ease-out, border-color 300ms ease-out;
}
 /* 挂件开始 */
 #PhoneCommPageInfo26.PhoneCommPageInfo {
}
 #PhoneCommPageInfo26.PhoneCommPageInfo .titlehd {
     border-bottom: dotted 1px #999;
}
 #PhoneCommPageInfo26.PhoneCommPageInfo .titlehd .title{
     font-size: 16px;
     font-weight:500;
     line-height:2.5em;
  font-weight: bold;
}
/* 挂件头部 */
 #PhoneCommPageInfo26.PhoneCommPageInfo .hd {
     text-align: center;
     padding-bottom: 20px;
     display: none;
}
 #PhoneCommPageInfo26.PhoneCommPageInfo img {
     max-width:100%;
}
 #PhoneCommPageInfo26.PhoneCommPageInfo .aboutnews {
     text-align: left;
     padding-bottom: 20px;
     font-weight: bold;
}
/* 挂件头部标题 */
 #PhoneCommPageInfo26.PhoneCommPageInfo .hd .con_title {
     color: #000;
     font-size: 26px;
     font-weight: 800;
     line-height: 30px;
     margin-bottom: 6px;
}
 #PhoneCommPageInfo26.PhoneCommPageInfo .con_subbx {
     color: #7e7e7e;
}
 #PhoneCommPageInfo26.PhoneCommPageInfo span {
     padding-left: 20px;
}
/* 挂件主体 */
 #PhoneCommPageInfo26.PhoneCommPageInfo .bd {
     padding: 0 20px 20px;
}
/* 内容简介 */
 #PhoneCommPageInfo26.PhoneCommPageInfo .con_summer {
     border: 1px solid #dfdfdf;
     background: #efefef;
     padding: 20px;
     color: #666;
}
/* 内容详情 */
 #PhoneCommPageInfo26.PhoneCommPageInfo .con_bx {
     margin-top: 20px;
     line-height:2.1em;
     font-size: 16px;
}
 /*forSeprateConfigStyles*//* 挂件开始 */
 #PhoneCommPageInfocontact.PhoneCommPageInfo {
}
 #PhoneCommPageInfocontact.PhoneCommPageInfo .titlehd {
     border-bottom: dotted 1px #999;
}
 #PhoneCommPageInfocontact.PhoneCommPageInfo .titlehd .title{
     font-size: 16px;
     font-weight:500;
     line-height:2.5em;
  font-weight: bold;
}
/* 挂件头部 */
 #PhoneCommPageInfocontact.PhoneCommPageInfo .hd {
     text-align: center;
     padding-bottom: 20px;
     display: none;
}
 #PhoneCommPageInfocontact.PhoneCommPageInfo img {
     max-width:100%;
}
 #PhoneCommPageInfocontact.PhoneCommPageInfo .aboutnews {
     text-align: left;
     padding-bottom: 20px;
     font-weight: bold;
}
/* 挂件头部标题 */
 #PhoneCommPageInfocontact.PhoneCommPageInfo .hd .con_title {
     color: #000;
     font-size: 26px;
     font-weight: 800;
     line-height: 30px;
     margin-bottom: 6px;
}
 #PhoneCommPageInfocontact.PhoneCommPageInfo .con_subbx {
     color: #7e7e7e;
}
 #PhoneCommPageInfocontact.PhoneCommPageInfo span {
     padding-left: 20px;
}
/* 挂件主体 */
 #PhoneCommPageInfocontact.PhoneCommPageInfo .bd {
     padding: 0 20px 20px;
}
/* 内容简介 */
 #PhoneCommPageInfocontact.PhoneCommPageInfo .con_summer {
     border: 1px solid #dfdfdf;
     background: #efefef;
     padding: 20px;
     color: #666;
}
/* 内容详情 */
 #PhoneCommPageInfocontact.PhoneCommPageInfo .con_bx {
     margin-top: 20px;
     line-height:2.1em;
     font-size: 16px;
}
 /*forSeprateConfigStyles*//* 挂件开始 */
 #PhoneMList47.PhoneMList {
     width:100%;
}
/* 挂件头部 */
 #PhoneMList47.PhoneMList .hd {
     color: #fff;
     background: #255AC0;
     margin-bottom: 1px;
     height: 45px;
     line-height: 45px;
     overflow: hidden;
     padding: 0 10px;
     font-size: 16px;
     font-weight: 600;
}
 #PhoneMList47.PhoneMList .bd {
     margin-top: 20px;
}
/* 表单内表格的样式 */
 #PhoneMList47.PhoneMList table {
     table-layout: fixed;
     border-collapse: collapse;
     font-size: 14px;
     font-weight: 400;
}
 #PhoneMList47.PhoneMList td, #PhoneMList47.PhoneMList th {
     vertical-align: top;
     padding: 5px;
}
 #PhoneMList47.PhoneMList th {
     font-weight: bold;
     text-align: right;
     width: 80px;
     color: #333;
}
 #PhoneMList47.PhoneMList td {
     padding-left: 20px;
}
/* 表单中单行文本框的样式 */
 #PhoneMList47.PhoneMList input.text {
     padding: 3px;
     border: 1px solid #ccc;
     -webkit-border-radius: 0;
     border-radius: 0;
     width: 95%;
}
/* 留言内容框的样式 */
 #PhoneMList47.PhoneMList textarea {
     width: 95%;
     height: 100px;
     padding: 3px;
     overflow: auto;
     -webkit-border-radius: 0;
     border-radius: 0;
     border: 1px solid #ccc;
}
 #PhoneMList47.PhoneMList .lg_content {
     margin-top: 10px;
}
/* 提交按钮的样式 */
 #PhoneMList47.PhoneMList .send{
     color: #efefef;
     background: #0c203e;
     border: 1px solid #0c203e;
     -webkit-border-radius: 0;
     border-radius: 0;
     padding: 3px 5px;
}
 /*forSeprateConfigStyles*//* 挂件开始 */
 #PhoneNPList36.PhoneNPList {
}
/* 挂件头部 */
 #PhoneNPList36.PhoneNPList .hd {
     color:#fff;
     background: #255AC0;
     margin-bottom:1px;
     height: 45px;
     line-height: 45px;
     overflow:hidden;
}
/* 挂件头部标题 */
 #PhoneNPList36.PhoneNPList .hd .title{
     padding:0 10px;
     float:left;
     font-size: 16px;
     font-weight: 600;
}
/* 挂件头部‘更多’的样式 */
 #PhoneNPList36.PhoneNPList .hd a{
     float:right;
     display: none;
}
/* 挂件主体 */
 #PhoneNPList36.PhoneNPList .bd{
}
/* 挂件主体列表 */
 #PhoneNPList36.PhoneNPList .bd .lists {
     list-style:none;
}
 #PhoneNPList36.PhoneNPList li {
     border-bottom: 1px dashed #afafaf;
     padding-left: 10px;
     vertical-align:middle;
     *zoom:1;
     font-size:16px;
}
 #PhoneNPList36.PhoneNPList li a {
     display:inline-block;
     height:40px;
     line-height:40px;
     text-decoration:none;
     color: #333;
}
/* 列表后面的时间 */
 #PhoneNPList36.PhoneNPList li .time{
     float:right;
     height:28px;
     line-height:28px;
     padding-right:20px;
     color:#666;
}
/* 分页 */
 #PhoneNPList36.PhoneNPList .pager{
     padding:10px;
     height:40px;
     line-height:40px;
     font-size: 16px;
     text-decoration:none;
     color: #333;
     text-align: right;
}
 /*forSeprateConfigStyles*//* 挂件开始 */
 #PhoneNDetail43.PhoneNDetail {
}
/* 挂件头部 */
 #PhoneNDetail43.PhoneNDetail .hd {
     color: #fff;
    background: #255AC0;
    margin-bottom: 1px;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
  padding: 0 10px;
    font-size: 16px;
    font-weight: 600;
}
 #PhoneNDetail43.PhoneNDetail .aboutnews {
     text-align: left;
     padding-bottom: 20px;
     font-weight: bold;
}
/* 新闻的标题 */
 #PhoneNDetail43.PhoneNDetail .hd .con_title {
     color: #000;
     font-size: 16px;
     font-weight: 800;
     line-height: 30px;
     margin-bottom: 6px;
}
/* 新闻的时间、点击数等信息 */
 #PhoneNDetail43.PhoneNDetail .con_subbx {
     color: #7e7e7e;
}
 #PhoneNDetail43.PhoneNDetail span {
}
/* 挂件主体部分 */
 #PhoneNDetail43.PhoneNDetail .bd {
     padding: 0 10px 20px;
  text-align: center;
  line-height: 2.1em;
    font-size: 16px;
}
 #PhoneNDetail43.PhoneNDetail .con_summer {
     border: 1px solid #dfdfdf;
     background: #efefef;
     padding: 20px;
     color: #666;
}
/* 新闻内容详情 */
 #PhoneNDetail43.PhoneNDetail .con_bx {
     margin-top: 10px;
  line-height: 2.1em;
    font-size: 16px;
  text-align: left;
}
 #PhoneNDetail43.PhoneNDetail .con_bx *{
     max-width:100%!important;
}
#PhoneNDetail43.PhoneNDetail .con_bx img{
     max-width:100%!important;
}
 #PhoneNDetail43.PhoneNDetail .newspn {
     margin-top: 10px;
  line-height: 2.1em;
    font-size: 16px;
  text-align: left;
  padding-left: 10px;
}
#PhoneNDetail43.PhoneNDetail .newspn a{
  line-height: 2.1em;
    font-size: 16px;
  color:#000;
}/*forSeprateConfigStyles*//* 挂件开始 */
 #PhoneClass53.PhoneClass {
     overflow: hidden;
}
/* 挂件头部 */
 #PhoneClass53.PhoneClass .hd {
     color: #fff;
     background: #255AC0;
     margin-bottom: 1px;
     height: 45px;
     line-height: 45px;
     overflow: hidden;
}
 #PhoneClass53.PhoneClass .hd .title {
     padding: 0 10px;
     font-size: 16px;
     font-weight: 600;
}
/* 产品分类列表 */
 #PhoneClass53.PhoneClass .pd_lists {
     margin-top:10px;
     border:1px solid #dfdfdf;
     padding:10px;
     overflow:hidden;
}
 #PhoneClass53.PhoneClass .pd_lists li {
     display: block;
     margin: 0 0 10px 0;
}
 #PhoneClass53.PhoneClass .pd_lists a {
     color: #333;
     display: block;
     background: #ccc url(/Content/image/zh/ico_07.png ) 10px 14px no-repeat;
     background-size: 10px 17px;
     -webkit-background-size:  10px 17px;
     padding: 5px 2% 5px 30px;
     font-size: 16px;
     line-height: 2.1em;
}
 /*forSeprateConfigStyles*/ 
/* 挂件开始 */
 #PhoneClassPicList49.PhoneClassPicList {
     overflow: hidden;
}
/* 挂件头部 */
 #PhoneClassPicList49.PhoneClassPicList .hd {
     color: #fff;
     background: #255AC0;
     margin-bottom: 1px;
     height: 45px;
     line-height: 45px;
     overflow: hidden;
}
 #PhoneClassPicList49.PhoneClassPicList .hd .title{
     padding: 0 10px;
     font-size: 16px;
     font-weight: 600;
}
 #PhoneClassPicList49.PhoneClassPicList .hd .more {
     float: right;
}
 #PhoneClassPicList49.PhoneClassPicList .hd h3 {
     font-size: 16px;
     font-weight: bold;
     padding-left: 10px;
}
/*产品分类列表*/
 #PhoneClassPicList49.PhoneClassPicList .pd_lists {
     margin-top:10px;
     border:1px solid #dfdfdf;
     padding:10px;
     overflow:hidden;
     display: none;
}
 #PhoneClassPicList49.PhoneClassPicList .pd_lists li {
     float:left;
     margin:0 3% 10px 0;
     width: 47%;
}
 #PhoneClassPicList49.PhoneClassPicList .pd_lists a {
     color:#333;
     display: block;
     background: #ccc;
     padding: 5px 2%;
     font-size: 16px;
     line-height:1.8em;
}
/* 挂件主体 */
 #PhoneClassPicList49.PhoneClassPicList .bd {
     padding-top: 20px;
}
 #PhoneClassPicList49.PhoneClassPicList .bd li {
     float: left;
     width: 46%;
     margin: 10px 0 0 2%;
     display: inline;
     text-align: center;
}
/* 产品图片 */
 #PhoneClassPicList49.PhoneClassPicList .bd li img {
     width: 100%;
     max-width: 200px;
     max-height: 180px;
     display: inline-block;
     vertical-align: middle;
     border: 1px solid #fcfcfc;
}
/* 产品标题 */
 #PhoneClassPicList49.PhoneClassPicList .bd .link_wrap {
     height: 40px;
     line-height: 40px;
     background: #fafafa;
     font-size: 14px;
}
 #PhoneClassPicList49.PhoneClassPicList .bd .pd_link {
     margin: 0 10px;
     white-space: nowrap;
     overflow: hidden;
}
 #PhoneClassPicList49.PhoneClassPicList .bd .pd_link a{
     color:#333;
}
 #PhoneClassPicList49.PhoneClassPicList .Marquee_imgbx {
     margin-bottom: 10px;
}
/* 分页 */
 #PhoneClassPicList49.PhoneClassPicList #pager{
     padding: 10px;
     height: 40px;
     line-height: 40px;
     font-size: 16px;
     text-decoration: none;
     color: #333;
     text-align: right;
}
 /*forSeprateConfigStyles*//* 挂件开始 */
 #PhonePPDetail51.PhonePPDetail {
     width: 100%;
     max-width: 640px;
     margin: 0 auto;
     font-size: 16px;
}
 #PhonePPDetail51.PhonePPDetail img {
     max-width: 100%;
}
/* 挂件头部标题 */
 #PhonePPDetail51.PhonePPDetail .hdtitle {
     color: #fff;
     background: #255AC0;
     margin-bottom: 10px;
     overflow: hidden;
}
 #PhonePPDetail51.PhonePPDetail .hdtitle h3 {
     padding: 0 10px;
     font-size: 16px;
     font-weight: 600;
  height: 45px;
     line-height: 45px;
}
 #PhonePPDetail51.PhonePPDetail .pd_Title {
     font-size: 16px;
     font-weight: bold;
     text-align:center;
}
 #PhonePPDetail51.PhonePPDetail .hd_bx {
     overflow: hidden;
}
 #PhonePPDetail51.PhonePPDetail .tip {
     height: 28px;
     line-height: 28px;
     border-bottom: 1px solid #dfdfdf;
     font-size: 14px;
     padding: 5px 10px;
}
/* 产品详情 */
 #PhonePPDetail51.PhonePPDetail .pd_content {
     padding: 5px 10px;
     word-break: break-all;
     word-wrap: break-word;
}
 #PhonePPDetail51.PhonePPDetail .pd_content *{
}
 #PhonePPDetail51.PhonePPDetail .line_cell {
     margin-bottom: 15px;
}
 #PhonePPDetail51.PhonePPDetail .para_tip {
     padding: 5px 10px;
}
 #PhonePPDetail51.PhonePPDetail .pre_prod {
     margin-bottom: 10px;
}
 #PhonePPDetail51.PhonePPDetail .pd_tip {
     display: none;
}
 #PhonePPDetail51.PhonePPDetail .bd {
     position: relative;
}
 #PhonePPDetail51.PhonePPDetail .swipe {
     overflow: hidden;
     visibility: hidden;
     position: relative;
}
 #PhonePPDetail51.PhonePPDetail .swipe-wrap {
     overflow: hidden;
     position: relative;
}
 #PhonePPDetail51.PhonePPDetail .swipe-wrap .swipe-slide {
     float: left;
     width: 100%;
     position: relative;
}
/*next 按钮需要是可以将display:none;
 去掉*/
 #PhonePPDetail51.PhonePPDetail .swipe-next {
     display: none;
     position: absolute;
     z-index: 3;
     width: 30px;
     height: 30px;
     line-height: 30px;
     text-align: center;
     background: #fff;
     border: 1px solid #dfdfdf;
     right: 0;
     top: 0;
}
/*prev 按钮*/
 #PhonePPDetail51.PhonePPDetail .swipe-prev {
     display: none;
     position: absolute;
     z-index: 3;
     width: 30px;
     height: 30px;
     line-height: 30px;
     text-align: center;
     background: #fff;
     border: 1px solid #dfdfdf;
     left: 0;
     top: 0;
}
/*状态栏样式*/
 #PhonePPDetail51.PhonePPDetail .swipe-navi {
     position: absolute;
     width: 100%;
     background: rgba(0,0,0,0.5);
     bottom: 0;
     height: 15px;
     line-height: 0;
     padding: 5px 0;
     text-align: center;
}
 #PhonePPDetail51.PhonePPDetail .swipe-navi li {
     display: inline-block;
     width: 15px;
     height: 15px;
     font-size: 0;
     line-height: 0;
     background: #fff;
     margin-right: 10px;
     -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
     border-radius: 8px;
}
/*当前状态样式*/
 #PhonePPDetail51.PhonePPDetail .swipe-navi .on {
     background: red;
}
 #PhonePPDetail51.PhonePPDetail .bto{
     padding: 0 10px;
}
 /*forSeprateConfigStyles*//* 挂件开始 */
 #PhonePPDetail51.PhonePPDetail {
     width: 100%;
     max-width: 640px;
     margin: 0 auto;
     font-size: 16px;
}
 #PhonePPDetail51.PhonePPDetail img {
     max-width: 100%;
}
/* 挂件头部标题 */
 #PhonePPDetail51.PhonePPDetail .hdtitle {
     color: #fff;
     background: #255AC0;
     margin-bottom: 10px;
     overflow: hidden;
}
 #PhonePPDetail51.PhonePPDetail .hdtitle h3 {
     padding: 0 10px;
     font-size: 16px;
     font-weight: 600;
  height: 45px;
     line-height: 45px;
}
 #PhonePPDetail51.PhonePPDetail .pd_Title {
     font-size: 16px;
     font-weight: bold;
     text-align:center;
}
 #PhonePPDetail51.PhonePPDetail .hd_bx {
     overflow: hidden;
}
 #PhonePPDetail51.PhonePPDetail .tip {
     height: 28px;
     line-height: 28px;
     border-bottom: 1px solid #dfdfdf;
     font-size: 14px;
     padding: 5px 10px;
}
/* 产品详情 */
 #PhonePPDetail51.PhonePPDetail .pd_content {
     padding: 5px 10px;
     word-break: break-all;
     word-wrap: break-word;
}
 #PhonePPDetail51.PhonePPDetail .pd_content *{
}
 #PhonePPDetail51.PhonePPDetail .line_cell {
     margin-bottom: 15px;
}
 #PhonePPDetail51.PhonePPDetail .para_tip {
     padding: 5px 10px;
}
 #PhonePPDetail51.PhonePPDetail .pre_prod {
     margin-bottom: 10px;
}
 #PhonePPDetail51.PhonePPDetail .pd_tip {
     display: none;
}
 #PhonePPDetail51.PhonePPDetail .bd {
     position: relative;
}
 #PhonePPDetail51.PhonePPDetail .swipe {
     overflow: hidden;
     visibility: hidden;
     position: relative;
}
 #PhonePPDetail51.PhonePPDetail .swipe-wrap {
     overflow: hidden;
     position: relative;
}
 #PhonePPDetail51.PhonePPDetail .swipe-wrap .swipe-slide {
     float: left;
     width: 100%;
     position: relative;
}
/*next 按钮需要是可以将display:none;
 去掉*/
 #PhonePPDetail51.PhonePPDetail .swipe-next {
     display: none;
     position: absolute;
     z-index: 3;
     width: 30px;
     height: 30px;
     line-height: 30px;
     text-align: center;
     background: #fff;
     border: 1px solid #dfdfdf;
     right: 0;
     top: 0;
}
/*prev 按钮*/
 #PhonePPDetail51.PhonePPDetail .swipe-prev {
     display: none;
     position: absolute;
     z-index: 3;
     width: 30px;
     height: 30px;
     line-height: 30px;
     text-align: center;
     background: #fff;
     border: 1px solid #dfdfdf;
     left: 0;
     top: 0;
}
/*状态栏样式*/
 #PhonePPDetail51.PhonePPDetail .swipe-navi {
     position: absolute;
     width: 100%;
     background: rgba(0,0,0,0.5);
     bottom: 0;
     height: 15px;
     line-height: 0;
     padding: 5px 0;
     text-align: center;
}
 #PhonePPDetail51.PhonePPDetail .swipe-navi li {
     display: inline-block;
     width: 15px;
     height: 15px;
     font-size: 0;
     line-height: 0;
     background: #fff;
     margin-right: 10px;
     -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
     border-radius: 8px;
}
/*当前状态样式*/
 #PhonePPDetail51.PhonePPDetail .swipe-navi .on {
     background: red;
}
 #PhonePPDetail51.PhonePPDetail .bto{
     padding: 0 10px;
}
 /*forSeprateConfigStyles*//* 挂件开始 */
 #PhoneImgSwipe39.PhoneImgSwipe {
     width:100%;
     max-width: 640px;
     margin:0 auto 10px;
}
/* 挂件主体部分 */
 #PhoneImgSwipe39.PhoneImgSwipe .bd {
     position:relative;
}
 #PhoneImgSwipe39.PhoneImgSwipe .swipe {
     overflow: hidden;
     visibility: hidden;
     position: relative;
}
 #PhoneImgSwipe39.PhoneImgSwipe .swipe-wrap {
     overflow: hidden;
     position: relative;
}
 #PhoneImgSwipe39.PhoneImgSwipe .swipe-wrap .swipe-slide {
     float:left;
     width:100%;
     position: relative;
}
/*next 按钮需要是可以将display:none;
去掉*/
 #PhoneImgSwipe39.PhoneImgSwipe .swipe-next{
     display: none;
     position: absolute;
     z-index: 8;
     width: 30px;
     height: 30px;
     line-height: 30px;
     text-align: center;
     background: #fff;
     border:1px solid #dfdfdf;
     right: 0;
     top: 0;
}
/*prev 按钮*/
 #PhoneImgSwipe39.PhoneImgSwipe .swipe-prev {
     display: none;
     position: absolute;
     z-index: 8;
     width: 30px;
     height: 30px;
     line-height: 30px;
     text-align: center;
     background: #fff;
     border:1px solid #dfdfdf;
     left: 0;
     top: 0;
}
/*状态栏样式*/
 #PhoneImgSwipe39.PhoneImgSwipe .swipe-navi{
     position: absolute;
     width:100%;
     background: rgba(0,0,0,0.5);
     bottom: 0;
     height: 15px;
     line-height: 0;
     padding:5px 0;
     text-align: center;
  display: none;
}
 #PhoneImgSwipe39.PhoneImgSwipe .swipe-navi li{
     display: inline-block;
     width: 15px;
     height:15px;
     font-size: 0;
     line-height: 0;
     background: #fff;
     margin-right: 10px;
     -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
     border-radius: 8px;
}
/*当前状态样式*/
 #PhoneImgSwipe39.PhoneImgSwipe .swipe-navi .on{
     background: red;
}
/*forSeprateConfigStyles*/