﻿/*全局-整个网站*/
 a{
     color: #000;
}
 a:active{
     color: #018D8E;
}
 a:hover{
     color: #018D8E;
}
/*全局-自适应*/
 .mdpage_footer {
     display: block;
}
 .publicenv-page .mdpage_footer {
     position: fixed;
     bottom: 0;
     left: 50%;
     width: 100%;
     z-index: 3;
     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;
     margin: 0 auto;
}
 .mdpage_body{
     padding-bottom: 50px;
}
/*全局-顶部导航*/
 .hdnavi {
     height: 125px;
     font-size: 14px;
     line-height: 35px;
     padding-left: 10px;
     -webkit-background-size:10px 38px;
     background-size:10px 38px;
}
/*顶部导航-目录文字*/
 .hdnavi .linkicon {
     float: right;
     height: 34px;
     padding-left: 15px;
     padding-top:1px;
}
/*顶部导航-目录列表*/
 .hdnavi .hdnavis {
     display: none;
     position: absolute;
     right: 1px;
     top: 35px;
     width: 100px;
     height:160px;
     z-index:10;
}
 .hdnavi .linkicon img{
     width: 84px;
     height:33px ;
}
 .hdnavi .hdnavis .hdnavlists {
     background-color: #454543;
     border-radius: 5px;
}
 .hdnavi .hdnavis a {
     font-size: 14px;
     display: block;
     color: #fafafa;
     height: 30px;
     line-height: 30px;
     text-indent: 25px;
     border-bottom: 1px solid #858484;
}
/*全局-页脚信息*/
 .foot_logo{
     line-height: 30px;
     text-align:center;
     height: 30px;
     width: 100%;
     color: #000;
}
/*全局-底部导航*/
 .btonavi {
     background: url(/Content/image/zh/btonavibg.png) 0 0 repeat-x;
     height: 52px;
     -webkit-background-size:20px 52px;
     background-size:20px 52px;
}
 .btonavi li {
     width: 25%;
     height: 50px;
     float: left;
     padding-top: 2px;
}
 .btonavi a {
     display: block;
     height: 50px;
     line-height: 50px;
     font-size: 16px;
     font-weight: bold;
     color: #000;
     text-shadow: 1px 1px 3px rgba(250,250,250,0.6);
     text-align: center;
     border-left: 1px solid #505252;
     border-right: 1px solid #282929;
}
 .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:38px 28px;
     background-size:38px 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:32px 30px;
     background-size:32px 30px;
     padding-left: 45px;
}
 .btonavi .shareicon span {
     background: url(/Content/image/zh/bto_share.png) 0 center no-repeat;
     -webkit-background-size:34px 34px;
     background-size:34px 34px;
     padding-left: 45px;
}
 .btonavi .mailicon span {
     background: url(/Content/image/zh/bto_mail.png) 0 center no-repeat;
     -webkit-background-size:35px 25px;
     background-size:35px 25px;
     padding-left: 45px;
}
 .btonavi .mailicon a{
     border-right: 0;
}
 @media screen and (max-width: 360px) {
     .btonavi a{
         font-size: 14px;
    }
     .btonavi .phoneicon span{
         -webkit-background-size:30px 22px;
         background-size:30px 22px;
         padding-left: 32px;
    }
     .btonavi .smsicon span {
         -webkit-background-size:26px 24px;
         background-size:26px 24px;
         padding-left: 28px;
    }
     .btonavi .shareicon span {
         -webkit-background-size:27px 27px;
         background-size:27px 27px;
         padding-left: 32px;
    }
     .btonavi .mailicon span {
         -webkit-background-size:28px 20px;
         background-size:28px 20px;
         padding-left: 30px;
    }
}
/*全局-E站代码*/
 .publicenv-page .e_footer{
     display: none;
}
/*全局-我的分享*/
 .publicenv-page .share-overlay,.publicenv-page .share-layer{
     display: none;
}
 .share-overlay{
     position: absolute;
     width: 100%;
     height: 100%;
     background: #000;
     opacity: 0.3;
     top: 0;
     left:0;
     z-index: 100;
}
 .share-layer{
     width: 280px;
     background: #3c3c3c;
     text-align: center;
     -webkit-border-radius: 3px;
     border-radius: 3px;
     position: absolute;
     top: 100px;
     left: 50%;
     z-index: 110;
     margin-left: -140px;
}
 .share-layer_inner{
     padding: 15px 0;
}
 .share-button {
     font-size: 0;
     display: inline-block;
     width: 60px;
     text-align: center!important;
}
 .share-button div{
     text-align: center!important;
     margin: 0!important;
}
 .share-button .share-button_title{
     line-height: 24px;
     color: #9d9d9d;
     width: 60px;
     text-align: center;
     font-size: 12px;
     display: block;
}
 .share-cancel-btn{
     height: 30px;
     line-height: 30px;
     background: #979797;
     width: 100px;
     text-align: center;
     color:#dfdfdf;
     display: block;
     -webkit-border-radius: 3px;
     border-radius: 3px;
     margin: 20px auto 0;
     font-size: 14px;
     letter-spacing: 2px;
}
/*全局-顶部logo*/
 .menuimg{
     width: 100%;
     position: relative;
}
 .menuimg img{
     width: 100%;
     height: auto;
}
 .menu_header {
       position: absolute;
    top: 34%;
    left: 24%;
}
/*全局-主导航*/
 .nav {
     height: 43px;
     width: 100%;
     background: url(/Content/image/zh/menu_bg.gif ) 0 0 repeat-x;
}
 .nav ul {
     padding-left: 3%;
}
 .nav ul li {
     float: left;
     width: 19%;
}
 .nav ul li a{
     text-align: center;
     display: block;
     color: #fff;
     line-height: 43px;
     font-size: 14px;
     font-weight: bolder;
}
 .home {
     border-right: 1px solid #32f0f0;
}
 .about {
     border-left: 1px solid #017173;
     border-right: 1px solid #32f0f0;
}
 .product {
     border-left: 1px solid #017173;
     border-right: 1px solid #32f0f0;
}
 .new {
     border-left: 1px solid #017173;
     border-right: 1px solid #32f0f0;
}
 .contact {
     border-left: 1px solid #017173;
}
/*咨询电话*/
 .phone {
     width: 250px;
     margin: 0 auto;
     line-height: 50px;
}
 .phone img {
     float: left;
     padding-top: 8px;
}
 .phone span {
     float: left;
     color: #ec5a31;
     font-size:18px;
}
 .phone p {
     float: left;
}
 .phone_bg{
     width: 100%;
     height: 50px;
     background: url(/Content/image/zh/phonebg.gif ) 0 0 repeat-x;
}
/*回头部*/
 .toplink{
     width: 100%;
     height: 49px;
     background: url( /Content/image/zh/top1.gif) 0 0 repeat-x;
}
 .toplink img{
     float: right;
}
/*页脚链接*/
 .foot_logo a{
     padding: 0 5px;
}
 #PhoneCommPageInfocompany_s.PhoneCommPageInfo {
     width:100%;
   
    
}
 #PhoneCommPageInfocompany_s.PhoneCommPageInfo .titlehd{
     display: none;
}
 #PhoneCommPageInfocompany_s.PhoneCommPageInfo .hd {
    color:#008d8e;
     border-bottom: 2px solid #666;
     margin-bottom:1px;
     font-size: 14px;
     font-weight: bold;
     height: 39px;
     line-height: 39px;
     overflow:hidden;
     padding:0 10px;
     background: url(/Content/image/zh/newbg.gif ) 0 0 repeat-x;
}
 #PhoneCommPageInfocompany_s.PhoneCommPageInfo img {
     max-width:100%;
}
 #PhoneCommPageInfocompany_s.PhoneCommPageInfo .aboutnews {
     text-align: left;
     padding-bottom: 20px;
     font-weight: bold;
}
 #PhoneCommPageInfocompany_s.PhoneCommPageInfo .hd .con_title {
    font-size: 14px;
     font-weight: bold;
     height: 39px;
     line-height: 39px;
}
 #PhoneCommPageInfocompany_s.PhoneCommPageInfo .con_subbx {
     color: #7e7e7e;
}
 #PhoneCommPageInfocompany_s.PhoneCommPageInfo span {
     padding-left: 20px;
}
 #PhoneCommPageInfocompany_s.PhoneCommPageInfo .bd {
     padding: 0 20px 20px;
}
 #PhoneCommPageInfocompany_s.PhoneCommPageInfo .con_summer {
     border: 1px solid #dfdfdf;
     background: #efefef;
     padding: 20px;
     color: #666;
}
 #PhoneCommPageInfocompany_s.PhoneCommPageInfo .con_bx {
     margin-top: 20px;
}
 #PhoneCommPageInfocontacts_s.PhoneCommPageInfo {
     width:100%;
}
#PhoneCommPageInfocontacts_s.PhoneCommPageInfo img{
max-width: 100%;
}
 #PhoneCommPageInfocontacts_s.PhoneCommPageInfo .hd {
     color:#008d8e;
     border-bottom: 2px solid #666;
     margin-bottom:1px;
     overflow:hidden;
     padding:0 10px;
     background: url(/Content/image/zh/newbg.gif ) 0 0 repeat-x;
}
 #PhoneCommPageInfocontacts_s.PhoneCommPageInfo .titlehd{
     display: none;
}
 #PhoneCommPageInfocontacts_s.PhoneCommPageInfo img {
     max-width:100%;
}
 #PhoneCommPageInfocontacts_s.PhoneCommPageInfo .aboutnews {
     text-align: left;
     padding-bottom: 20px;
     font-weight: bold;
}
 #PhoneCommPageInfocontacts_s.PhoneCommPageInfo .hd .con_title {
     font-size: 14px;
     font-weight: bold;
     height: 39px;
     line-height: 39px;
}
 #PhoneCommPageInfocontacts_s.PhoneCommPageInfo .con_subbx {
     color: #7e7e7e;
}
 #PhoneCommPageInfocontacts_s.PhoneCommPageInfo span {
     padding-left: 20px;
}
 #PhoneCommPageInfocontacts_s.PhoneCommPageInfo .bd {
     padding: 0 20px 20px;
}
 #PhoneCommPageInfocontacts_s.PhoneCommPageInfo .con_summer {
     border: 1px solid #dfdfdf;
     background: #efefef;
     padding: 20px;
     color: #666;
}
 #PhoneCommPageInfocontacts_s.PhoneCommPageInfo .con_bx {
     margin-top: 20px;
}
 /*forSeprateConfigStyles*/#PhonePPListproductlist.PhonePPList {
     overflow: hidden;
  margin-bottom: 1%
}
 #PhonePPListproductlist.PhonePPList .hd {
     height:38px;
     line-height:38px;
     overflow:hidden;
     background: url(http://00963.site.shiwangyun.com/Content/image/zh/bestprobanner.png) 0 0 repeat-x;
     padding:0 10px;
}
 #PhonePPListproductlist.PhonePPList .hd .title{
     float: left;
     margin-left: 15px;
     font-size: 15px;
     color: #fff;
     ont-weight: bold;
     width: 80px;
     border-radius: 3px;
     margin-top: 2px;
     text-align:center;
}
 #PhonePPListproductlist.PhonePPList .hd a {
     float: right;
     color: #fff;
}
 #PhonePPListproductlist.PhonePPList .bd {
     padding-top: 10px;
}
 #PhonePPListproductlist.PhonePPList .bd li {
     display: inline;
     float: left;
     margin-left: 1%;
     width: 32%;
     text-align: center;
}
 #PhonePPListproductlist.PhonePPList .img_thum {
}
 #PhonePPListproductlist.PhonePPList .bd li img {
     border: 1px solid #ccc;
     width:150px;
     padding: 3px;
     max-width: 95%;
}
 #PhonePPListproductlist.PhonePPList .bd .link_wrap {
     word-wrap: break-word;
}
 #PhonePPListproductlist.PhonePPList .bd .pd_link {
     text-decoration: none;
     line-height:15px;
     margin-top: 10px;
     margin-bottom: 10px;
}
 #PhonePPListproductlist.PhonePPList .bd .pd_link a{
     color: #387f27;
     font-size: 12px;
     font-weight: bold;
     color: #676767;
}
 #PhonePPListproductlist.PhonePPList .bd .pd_jj{
     display: none;
}
 #PhonePPListproductlist.PhonePPList #pager{
     padding:10px;
}
 #PhonePhotoListphotolist_s.PhonePhotoList {
     overflow: hidden;
     margin-top: 1% 
}
 #PhonePhotoListphotolist_s.PhonePhotoList .hd {
     height:38px;
     line-height:38px;
     overflow:hidden;
     background: url(http://00963.site.shiwangyun.com/Content/image/zh/newbg.gif) 0 0 repeat-x;
     padding:0 10px;
}
 #PhonePhotoListphotolist_s.PhonePhotoList .hd .title{
     float: left;
     margin-left: 15px;
     font-size: 15px;
     color: #018D8E;
     ont-weight: bold;
     width: 80px;
     border-radius: 3px;
     margin-top: 2px;
     text-align:center;
}
 #PhonePhotoListphotolist_s.PhonePhotoList .hd h3 {
     font-size: 16px;
     font-weight: bold;
     padding-left: 10px;
}
 #PhonePhotoListphotolist_s.PhonePhotoList .hd a {
     float: right;
     color: #fff;
}
 #PhonePhotoListphotolist_s.PhonePhotoList .bd {
     padding-top: 10px;
}
 #PhonePhotoListphotolist_s.PhonePhotoList .bd li {
     display: inline;
     float: left;
     margin-left: 1%;
     width: 49%;
     text-align: center;
}
 #PhonePhotoListphotolist_s.PhonePhotoList .bd li.Marquee_imgbx{
}
 #PhonePhotoListphotolist_s.PhonePhotoList .bd li img {
     border: 1px solid #e8e8e8;
     width: 80%;
     max-width: 95%;
}
 #PhonePhotoListphotolist_s.PhonePhotoList .bd .link_wrap {
     height: 30px;
     line-height: 30px;
     text-align: center;
}
 #PhonePhotoListphotolist_s.PhonePhotoList .bd .pd_link {
     margin: 0 10px;
     white-space: nowrap;
     overflow: hidden;
}
 #PhonePhotoListphotolist_s.PhonePhotoList .link_wrap a{
     color: #333;
}
 #PhonePhotoListphotolist_s.PhonePhotoList #pager{
     padding: 10px;
}
 #PhoneNDetailnewsinfo_s.PhoneNDetail {
     width:100%;
}
 #PhoneNDetailnewsinfo_s.PhoneNDetail .hd {
     color:#008d8e;
     border-bottom: 2px solid #666;
     margin-bottom:1px;
     font-size: 14px;
     font-weight: bold;
     height: 39px;
     line-height: 39px;
     overflow:hidden;
     padding:0 10px;
     background: url(http://00963.site.shiwangyun.com/Content/image/zh/newbg.gif ) 0 0 repeat-x;
}
 #PhoneNDetailnewsinfo_s.PhoneNDetail .aboutnews {
     text-align: left;
     padding-bottom: 20px;
     font-weight: bold;
}
 #PhoneNDetailnewsinfo_s.PhoneNDetail .news_head .con_title {
     display: none;
     color: #000;
     font-size: 16px;
     font-weight: 800;
     line-height: 30px;
     margin-bottom: 6px;
     text-align: center;
}
 #PhoneNDetailnewsinfo_s.PhoneNDetail .con_subbx {
     display: none;
     text-align: center;
     color: #ccc;
}
 #PhoneNDetailnewsinfo_s.PhoneNDetail span {
     padding-left: 20px;
}
 #PhoneNDetailnewsinfo_s.PhoneNDetail .bd {
     padding: 0 10px 20px;
}
 #PhoneNDetailnewsinfo_s.PhoneNDetail .con_summer {
     border: 1px solid #dfdfdf;
     background: #efefef;
     padding: 20px;
     color: #666;
}
 #PhoneNDetailnewsinfo_s.PhoneNDetail .con_bx {
     margin-top: 10px;
}
 #PhoneNDetailnewsinfo_s.PhoneNDetail .con_bx *{
     max-width:100%!important;
}
 #PhoneNPListnewlist.PhoneNPList {
}
 #PhoneNPListnewlist.PhoneNPList .hd {
     color:#008d8e;
     border-bottom: 2px solid #666;
     margin-bottom:1px;
     font-size: 14px;
     font-weight: bold;
     height: 39px;
     line-height: 39px;
     overflow:hidden;
     background: url(/Content/image/zh/newbg.gif ) 0 0 repeat-x;
}
 #PhoneNPListnewlist.PhoneNPList .hd .title{
     padding:0 10px;
     float:left;
}
 #PhoneNPListnewlist.PhoneNPList .hd a{
     float:right;
}
 #PhoneNPListnewlist.PhoneNPList .bd .lists {
     list-style:none;
}
 #PhoneNPListnewlist.PhoneNPList li {
     border-bottom: 1px dashed #afafaf;
     padding-left: 10px;
     vertical-align:middle;
     *zoom:1;
     font-size:12px;
     background: url( /Content/image/zh/newsico.png) 0 0 no-repeat;
}
 #PhoneNPListnewlist.PhoneNPList li a {
     padding-left: 2%;
     display:inline-block;
     height:28px;
     line-height:28px;
     text-decoration:none;
}
 #PhoneNPListnewlist.PhoneNPList li .time{
     float:right;
     height:28px;
     line-height:28px;
     padding-right:20px;
     color:#666;
}
 #PhoneNPListnewlist.PhoneNPList .pager{
     padding:10px;
     float: right;
}
 #PhoneNPListnewlist.PhoneNPList .pager a{
     border: 1px solid #009999;
     background-color: #ccffff;
     color: #000;
     padding: 2px;
}
 #PhonePhotoDetailphotodetail_s.PhonePhotoDetail {
     width: 100%;
}
 #PhonePhotoDetailphotodetail_s.PhonePhotoDetail .albpic {
     text-align:center;
     padding: 10px 0;
     margin-bottom: 10px;
}
 #PhonePhotoDetailphotodetail_s.PhonePhotoDetail img{
     max-width: 100%;
}
 #PhonePhotoDetailphotodetail_s.PhonePhotoDetail .hd {
     color:#008d8e;
     border-bottom: 2px solid #666;
     margin-bottom:1px;
     font-size: 14px;
     font-weight: bold;
     height: 39px;
     line-height: 39px;
     overflow:hidden;
     padding:0 10px;
     background: url(/Content/image/zh/newbg.gif ) 0 0 repeat-x;
}
 #PhonePhotoDetailphotodetail_s.PhonePhotoDetail .hd h3 {
     font-size: 16px;
     font-weight: bold;
}
 #PhonePhotoDetailphotodetail_s.PhonePhotoDetail .picname{
     margin: 10px 0;
}
 #PhonePhotoDetailphotodetail_s.PhonePhotoDetail .picDescript{
     color: #666;
}
 #PhonePhotoDetailphotodetail_s.PhonePhotoDetail .bto{
     padding: 5px 8px;
}
 #PhonePhotoDetailphotodetail_s.PhonePhotoDetail .next_albumexp{
     margin-bottom: 5px;
}
 #PhonePhotoListequiplist_a.PhonePhotoList {
     overflow: hidden;
     margin-top: 1% 
}
 #PhonePhotoListequiplist_a.PhonePhotoList .hd {
     height:38px;
     line-height:38px;
     overflow:hidden;
     background: url(http://00963.site.shiwangyun.com/Content/image/zh/newbg.gif) 0 0 repeat-x;
     padding:0 10px;
}
 #PhonePhotoListequiplist_a.PhonePhotoList .hd .title{
     float: left;
     margin-left: 15px;
     font-size: 15px;
     color: #018D8E;
     ont-weight: bold;
     width: 80px;
     border-radius: 3px;
     margin-top: 2px;
     text-align:center;
}
 #PhonePhotoListequiplist_a.PhonePhotoList .hd h3 {
     font-size: 16px;
     font-weight: bold;
     padding-left: 10px;
}
 #PhonePhotoListequiplist_a.PhonePhotoList .hd a {
     float: right;
     color: #fff;
}
 #PhonePhotoListequiplist_a.PhonePhotoList .bd {
     padding-top: 10px;
}
 #PhonePhotoListequiplist_a.PhonePhotoList .bd li {
     display: inline;
     float: left;
     margin-left: 1%;
     width: 49%;
     text-align: center;
}
 #PhonePhotoListequiplist_a.PhonePhotoList .bd li.Marquee_imgbx{
}
 #PhonePhotoListequiplist_a.PhonePhotoList .bd li img {
     border: 1px solid #e8e8e8;
     width: 80%;
     max-width: 95%;
}
 #PhonePhotoListequiplist_a.PhonePhotoList .bd .link_wrap {
     height: 30px;
     line-height: 30px;
     text-align: center;
}
 #PhonePhotoListequiplist_a.PhonePhotoList .bd .pd_link {
     margin: 0 10px;
     white-space: nowrap;
     overflow: hidden;
}
 #PhonePhotoListequiplist_a.PhonePhotoList .link_wrap a{
     color: #333;
}

 #PhonePhotoListequiplist_a.PhonePhotoList #pager {
     padding: 10px;
     float: right;
}
 #PhonePhotoListequiplist_a.PhonePhotoList #pager a{
     border: 1px solid #009999;
     background-color: #ccffff;
     color: #000;
     padding: 2px;
}
/* 挂件开始 */
#PhonePPDetail412.PhonePPDetail {
    width: 100%;
        max-width: 640px;
        margin: 0 auto;
}
 #PhonePPDetail412.PhonePPDetail img
        {
            max-width: 100%;
        }
/* 挂件头部标题 */
 #PhonePPDetail412.PhonePPDetail .hdtitle h3 {
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
  padding-left: 10px;
}
 #PhonePPDetail412.PhonePPDetail .pd_Title {
  font-size: 16px;
  font-weight: bold;
  text-align:center;
}
 #PhonePPDetail412.PhonePPDetail .hd_bx {
  overflow: hidden;
}
 #PhonePPDetail412.PhonePPDetail .tip {
  height: 28px;
  line-height: 28px;
  border-bottom: 1px solid #dfdfdf;
  font-size: 14px;
  padding: 5px 10px;
}
/* 产品详情 */
 #PhonePPDetail412.PhonePPDetail .pd_content {
  padding: 5px 10px;
  word-break: break-all;
  word-wrap: break-word;
}
#PhonePPDetail412.PhonePPDetail .pd_content *{
    
}
 #PhonePPDetail412.PhonePPDetail .line_cell {
  margin-bottom: 15px;
}
 #PhonePPDetail412.PhonePPDetail .para_tip {
  padding: 5px 10px;
}
 #PhonePPDetail412.PhonePPDetail .pre_prod {
  margin-bottom: 10px;
}
  #PhonePPDetail412.PhonePPDetail .bd {
        position: relative;
    }

    #PhonePPDetail412.PhonePPDetail .swipe {
        overflow: hidden;
        visibility: hidden;
        position: relative;
    }

    #PhonePPDetail412.PhonePPDetail .swipe-wrap {
        overflow: hidden;
        position: relative;
    }
    #PhonePPDetail412.PhonePPDetail .swipe-wrap .swipe-slide {
        float: left;
        width: 100%;
        position: relative;
    }
    /*next 按钮需要是可以将display:none;去掉*/
    #PhonePPDetail412.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 按钮*/
    #PhonePPDetail412.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;
    }
    /*状态栏样式*/
    #PhonePPDetail412.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;
    }
    #PhonePPDetail412.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;
    }
    /*当前状态样式*/
    #PhonePPDetail412.PhonePPDetail .swipe-navi .on {
        background: red;
    }
        /* 挂件开始 */
        .PhonePPDetail {
            width: 100%;
            max-width: 640px;
            margin: 0 auto;
        }

            .PhonePPDetail img {
                max-width: 100%;
            }
            /* 挂件头部标题 */
            .PhonePPDetail .hdtitle h3 {
                height: 30px;
                line-height: 30px;
                font-size: 16px;
                font-weight: bold;
                padding-left: 10px;
            }

            .PhonePPDetail .pd_Title {
                font-size: 16px;
                font-weight: bold;
                text-align: center;
            }

            .PhonePPDetail .hd_bx {
                overflow: hidden;
            }

            .PhonePPDetail .tip {
                height: 28px;
                line-height: 28px;
                border-bottom: 1px solid #dfdfdf;
                font-size: 14px;
                padding: 5px 10px;
            }
            /* 产品详情 */
            .PhonePPDetail .pd_content {
                padding: 5px 10px;
                word-break: break-all;
                word-wrap: break-word;
            }

                .PhonePPDetail .pd_content * {
                }

            .PhonePPDetail .line_cell {
                margin-bottom: 15px;
            }

            .PhonePPDetail .para_tip {
                padding: 5px 10px;
            }

            .PhonePPDetail .pre_prod {
                margin-bottom: 10px;
            }

            .PhonePPDetail .bd {
                position: relative;
            }

            .PhonePPDetail .swipe {
                overflow: hidden;
                visibility: hidden;
                position: relative;
            }

            .PhonePPDetail .swipe-wrap {
                overflow: hidden;
                position: relative;
            }

                .PhonePPDetail .swipe-wrap .swipe-slide {
                    float: left;
                    width: 100%;
                    position: relative;
                }
            /*next 按钮需要是可以将display:none;去掉*/
            .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 按钮*/
            .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;
            }
            /*状态栏样式*/
            .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;
            }

                .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;
                }
                /*当前状态样式*/
                .PhonePPDetail .swipe-navi .on {
                    background: red;
                }
     #PhoneClassPPListproductpage.PhoneClassPPList {
     overflow: hidden;
}
 #PhoneClassPPListproductpage.PhoneClassPPList .hd {
     color:#008d8e;
     border-bottom: 2px solid #666;
     margin-bottom:1px;
     font-size: 14px;
     font-weight: bold;
     height: 39px;
     line-height: 39px;
     overflow:hidden;
     padding:0 10px;
     background: url(/Content/image/zh/newbg.gif ) 0 0 repeat-x;
}
 #PhoneClassPPListproductpage.PhoneClassPPList .hd .title {
     float: left;
}
 #PhoneClassPPListproductpage.PhoneClassPPList .hd .morelink {
     float: right;
}
/*产品分类列表*/
 #PhoneClassPPListproductpage.PhoneClassPPList .pd_lists {
     margin-top: 10px;
     padding: 10px;
     overflow: hidden;
}
 #PhoneClassPPListproductpage.PhoneClassPPList .pd_lists li {
     float: left;
     margin-right: 10px;
     border: 1px solid #dfdfdf;
     width: 17%;
     text-align: center;
     margin: 1% 1%;
     padding: 1% 0;
}
 #PhoneClassPPListproductpage.PhoneClassPPList .pd_lists a {
     color: #333;
}
 #PhoneClassPPListproductpage.PhoneClassPPList .bd {
     width: 100%;
}
 #PhoneClassPPListproductpage.PhoneClassPPList .bd li {
     float: left;
     border-bottom: 1px dashed #dfdfdf;
     width: 33%;
     text-align: center;
     overflow: hidden;
}
 #PhoneClassPPListproductpage.PhoneClassPPList .img_thum {
     float: left;
     width: 100%;
     margin: 0 auto;
}
 #PhoneClassPPListproductpage.PhoneClassPPList .bd li img {
     display: inline-block;
     vertical-align: middle;
     width: 130px;
     height: 100px;
     padding: 1px;
     background: #fff;
     border: 1px solid #dfdfdf;
}
 #PhoneClassPPListproductpage.PhoneClassPPList .bd .link_wrap {
     word-wrap: break-word;
}
 #PhoneClassPPListproductpage.PhoneClassPPList .bd .pd_link {
     text-decoration: none;
     line-height:15px;
     margin-top: 10px;
     margin-bottom: 10px;
}
 #PhoneClassPPListproductpage.PhoneClassPPList .bd .pd_jj {
     color: #666;
     display: none;
}
 #PhoneClassPPListproductpage.PhoneClassPPList .pager {
     padding: 10px;
     float: right;
}
 #PhoneClassPPListproductpage.PhoneClassPPList .pager a{
     border: 1px solid #009999;
     background-color: #ccffff;
     color: #000;
     padding: 2px;
}
#PhoneImgSwipeadsslider_n.PhoneImgSwipe {
     width:100%;
     max-width: 640px;
     margin:0 auto;
}
 #PhoneImgSwipeadsslider_n.PhoneImgSwipe .bd {
     position:relative;
}
 #PhoneImgSwipeadsslider_n.PhoneImgSwipe .swipe {
     overflow: hidden;
     visibility: hidden;
     position: relative;
}
 #PhoneImgSwipeadsslider_n.PhoneImgSwipe .swipe-wrap {
     overflow: hidden;
     position: relative;
}
 #PhoneImgSwipeadsslider_n.PhoneImgSwipe .swipe-wrap .swipe-slide {
     float:left;
     width:100%;
     position: relative;
}
/*next 按钮需要是可以将display:none;
 去掉*/
 #PhoneImgSwipeadsslider_n.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 按钮*/
 #PhoneImgSwipeadsslider_n.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;
}
/*状态栏样式*/
 #PhoneImgSwipeadsslider_n.PhoneImgSwipe .swipe-navi{
     position: absolute;
     width:100%;
     bottom: 0;
     height: 15px;
     line-height: 0;
     padding:5px 0;
     text-align: center;
     display: none;
}
 #PhoneImgSwipeadsslider_n.PhoneImgSwipe .swipe-navi li{
     display: inline-block;
     width: 12px;
     height:12px;
     font-size: 0;
     line-height: 0;
     background: #fff;
     margin-right: 10px;
     -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
     border-radius: 10px;
}
/*当前状态样式*/
 #PhoneImgSwipeadsslider_n.PhoneImgSwipe .swipe-navi .on{
     background:#666;
}
 #PhonePhotoListphotolist_a.PhonePhotoList {
     padding: 20px;
     overflow: hidden;
     background: url( /Content/image/zh/news.jpg) 0 0 repeat-y;
}
 #PhonePhotoListphotolist_a.PhonePhotoList .hd {
     height:30px;
     line-height:30px;
     border: 1px solid #9f9f9f;
     overflow:hidden;
     padding:0px 10px;
}
 #PhonePhotoListphotolist_a.PhonePhotoList .hd .more {
     float: right;
}
 #PhonePhotoListphotolist_a.PhonePhotoList .hd h3 {
     font-size: 16px;
     font-weight: bold;
     padding-left: 10px;
}
 #PhonePhotoListphotolist_a.PhonePhotoList .bd {
     list-style:none;
     border: 1px solid #9f9f9f;
     border-top:none;
     padding:0px 10px;
}
 #PhonePhotoListphotolist_a.PhonePhotoList .bd li {
     display: inline;
     float: left;
     margin-left: 1%;
     width: 44%;
     text-align: center;
     margin-top: 15px;
     margin-bottom: 15px;
}
 #PhonePhotoListphotolist_a.PhonePhotoList .bd li img {
     border: 1px solid #ccc;
     width:150px;
     padding: 3px;
     max-width: 95%;
}
 #PhonePhotoListphotolist_a.PhonePhotoList .bd .link_wrap {
     height: 30px;
     line-height: 30px;
     text-align: center;
}
 #PhonePhotoListphotolist_a.PhonePhotoList .bd .pd_link {
     margin: 0 10px;
     white-space: nowrap;
     overflow: hidden;
}
 #PhonePhotoListphotolist_a.PhonePhotoList .link_wrap a{
     color: #333;
}
 #PhonePhotoListphotolist_a #pager{
     padding:10px;
     text-align: center;
     margin-top: 20px;
}
 #PhonePhotoListphotolist_a #pager a{
     border: 1px solid #000;
}
 #PhoneCommPageInfomaps_a.PhoneCommPageInfo {
     width:100%;
}
 #PhoneCommPageInfomaps_a.PhoneCommPageInfo .title{
    display: none;
}
 #PhoneCommPageInfomaps_a.PhoneCommPageInfo .hd {
     color:#008d8e;
     border-bottom: 2px solid #666;
     margin-bottom:1px;
     font-size: 14px;
     font-weight: bold;
     height: 39px;
     line-height: 39px;
     overflow:hidden;
     padding:0 10px;
     background: url(/Content/image/zh/newbg.gif ) 0 0 repeat-x;
}
 #PhoneCommPageInfomaps_a.PhoneCommPageInfo img {
     max-width:100%;
}
 #PhoneCommPageInfomaps_a.PhoneCommPageInfo .aboutnews {
     text-align: left;
     padding-bottom: 20px;
     font-weight: bold;
}
 #PhoneCommPageInfomaps_a.PhoneCommPageInfo .hd .con_title {
     font-size: 14px;
     font-weight: bold;
     height: 39px;
     line-height: 39px;
}
 #PhoneCommPageInfomaps_a.PhoneCommPageInfo .con_subbx {
     color: #7e7e7e;
}
 #PhoneCommPageInfomaps_a.PhoneCommPageInfo span {
     padding-left: 20px;
}
 #PhoneCommPageInfomaps_a.PhoneCommPageInfo .bd {
     padding: 0 20px 20px;
}
 #PhoneCommPageInfomaps_a.PhoneCommPageInfo .con_summer {
     border: 1px solid #dfdfdf;
     background: #efefef;
     padding: 20px;
     color: #666;
}
 #PhoneCommPageInfomaps_a.PhoneCommPageInfo .con_bx {
     margin-top: 20px;
}
 #PhoneAdverSliderbanner.PhoneAdverSlider {
     height: 239px;
     width:640;
     overflow: hidden;
     position: relative;
    /* IE10 Windows Phone 8 Fixes */
}
 #PhoneAdverSliderbanner.PhoneAdverSlider .swiper-frame {
     height: 239px;
     width: 100%;
     position: relative;
     overflow: hidden;
     -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
     -ms-backface-visibility: hidden;
     -o-backface-visibility: hidden;
     backface-visibility: hidden;
    /* Fix of Webkit flickering */
     z-index: 1;
}
 #PhoneAdverSliderbanner.PhoneAdverSlider .swiper-wrapper img {
     height: 239px;
     width:100%px;
}
 #PhoneAdverSliderbanner.PhoneAdverSlider .swiper-wrapper {
     position: relative;
     width: 100%;
     -webkit-transition-property: -webkit-transform, left, top;
     -webkit-transition-duration: 0s;
     -webkit-transform: translate3d(0px, 0, 0);
     -webkit-transition-timing-function: ease;
     -moz-transition-property: -moz-transform, left, top;
     -moz-transition-duration: 0s;
     -moz-transform: translate3d(0px, 0, 0);
     -moz-transition-timing-function: ease;
     -o-transition-property: -o-transform, left, top;
     -o-transition-duration: 0s;
     -o-transform: translate3d(0px, 0, 0);
     -o-transition-timing-function: ease;
     -o-transform: translate(0px, 0px);
     -ms-transition-property: -ms-transform, left, top;
     -ms-transition-duration: 0s;
     -ms-transform: translate3d(0px, 0, 0);
     -ms-transition-timing-function: ease;
     transition-property: transform, left, top;
     transition-duration: 0s;
     transform: translate3d(0px, 0, 0);
     transition-timing-function: ease;
}
 #PhoneAdverSliderbanner.PhoneAdverSlider .swiper-slide {
     float: left;
}
 #PhoneAdverSliderbanner.PhoneAdverSlider .swiper-wp8-horizontal {
     -ms-touch-action: pan-y;
}
 #PhoneAdverSliderbanner.PhoneAdverSlider .swiper-wp8-vertical {
     -ms-touch-action: pan-x;
}
/*next 按钮需要是可以将display:none;
 去掉*/
 #PhoneAdverSliderbanner.PhoneAdverSlider .swiper-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 按钮*/
 #PhoneAdverSliderbanner.PhoneAdverSlider .swiper-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;
}
 #PhoneAdverSliderbanner.PhoneAdverSlider .swiper-pagination {
     position: absolute;
     z-index: 2;
     left: 0;
     bottom: 0;
     width: 100%;
     height: 22px;
     padding-top: 5px;
     background: #7f7f7f;
     text-align: center;
  display: none;
}
 #PhoneAdverSliderbanner.PhoneAdverSlider .swiper-pagination-switch {
     display: inline-block;
     width: 16px;
     height: 16px;
     overflow: hidden;
     text-indent: -30px;
     -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
     border-radius: 8px;
     background: #acacac;
     margin-left: 5px;
     -webkit-box-shadow: 0px 1px rgba(0, 0, 0, 0.5) inset;
     -moz-box-shadow: 0px 1px rgba(0, 0, 0, 0.5) inset;
     box-shadow: 0px 1px rgba(0, 0, 0, 0.5) inset;
}
 #PhoneAdverSliderbanner.PhoneAdverSlider .swiper-active-switch {
     background: #feef18;
     -webkit-box-shadow: 0px 1px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0px 1px rgba(0, 0, 0, 0.5);
     box-shadow: 0px 1px rgba(0, 0, 0, 0.5);
}
 