﻿/*全局-整个网站*/
 a{
     color: #18306a;
}
 a:active{
     color: #666;
}
 a:hover{
     color: #666;
}
/*全局-自适应*/
 .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;
     background: #f4f4f4;
}
 .mdpage_body{
     padding-bottom: 50px;
}
/*全局-顶部导航*/
 .hdnavi {
     background:#000;
     height: 35px;
     color: #fff ;
     font-size: 15px;
     line-height: 35px;
     text-align: center;
}
 .hdnavi img{
     width: 15px;
     height: 15px;
     float: left;
     margin-left: 20px;
     margin-top: 10px;
}

/*顶部导航-目录文字*/
 .hdnavi .linkicon {
     float: right;
     height: 34px;
     padding-left: 15px;
     padding-top:1px;
}
/*顶部导航-目录列表*/
 .hdnavi .hdnavis {
     display: none;
     position: absolute;
     right: 1px;
     top: 35px;
     width: 80px;
     height:35px;
     z-index:10;
}
 .hdnavi .linkicon img{
     width: 16px;
     height:15px ;
     float: right;
     margin-right:20px;
     margin-top: 10px;
}
 .hdnavi .hdnavis .hdnavlists {
     background-color: #000;
}
 .hdnavi .hdnavis a {
     font-size: 12px;
     display: block;
     color: #fafafa;
     height: 30px;
     line-height: 30px;
     border-bottom: 1px solid #858484;
}
/*全局-页脚信息*/
 .foot_logo{
     line-height: 50px;
     text-align:center;
     height: 45px;
     width: 100%;
     background-color: #387f27;
     color: #fff;
}
/*全局-底部导航*/
 .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;
}
/*中间上部导航*/
 #htmlwidget1topmenu_h .topmenu{
     padding: 10px;
     background-color: #fff;
     -webkit-border-radius: 10px;
     border-radius:10px;
     -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
     box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
}
 .topmenu_about,.topmenu_news,.topmenu_contact{
     position: absolute;
     left: 5%;
     font-size: 14px;
     line-height: 14px;
     margin-top: -7px;
     color: #21345e;
     font-weight: bold;
}
 .topmenu_about{
     top: 13.5%;
}
 .topmenu_news{
     top: 44.5%;
}
 .topmenu_contact{
     top: 75.4%;
}
 #htmlwidget1topmenu_h .topmenu_inner{
     width: 100%;
     overflow: hidden;
     position: relative;
}
 #htmlwidget1topmenu_h .topmenu .topmenu_left{
     float: left;
     width: 50%;
     background-size: 100% auto;
}
 #htmlwidget1topmenu_h .topmenu .topmenu_right{
     width:46%;
     float: right;
     background-size: 100% auto;
}
/*中间底部导航*/
 .botmenu{
     padding: 10px;
     background-color: #fff;
     -webkit-border-radius: 10px;
     border-radius:10px;
     -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
     box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
}
 .botmenu_about,.botmenu_news,.botmenu_contact{
     position: absolute;
     left: 60%;
     font-size: 14px;
     line-height: 14px;
     margin-top: -7px;
     color: #21345e;
     font-weight: bold;
}
 .botmenu_about{
     top: 13.5%;
}
 .botmenu_news{
     top: 44.5%;
}
 .botmenu_contact{
     top: 75.4%;
}
 .botmenu_inner{
     width: 100%;
     overflow: hidden;
     position: relative;
}
 .botmenu .botmenu_left{
     float: left;
     width: 46%;
     background-size: 100% auto;
}
 .botmenu .botmenu_right{
     width:50%;
     float: right;
     background-size: 100% auto;
}
/*中间公司导航*/
 .topcompany {
     height:35px ;
     width: 100%;
     background-color: #f4f4f4;
}
 .topcompany .topcompany_left{
     height:35px;
     float: left;
     background: url( /Content/image/zh/companyleft.png) 10px 10px no-repeat;
     background-size: 17px 12px;
     -webkit-background-size:17px 12px;
     width: 40px;
}
 .topcompany .topcompany_right{
     height:35px;
     width: 40px;
     float: right;
     width:132px ;
     background: url(/Content/image/zh/companyright.png) 0 0 no-repeat;
     background-size: 132px 36px;
     -webkit-background-size:132px 36px;
     position: relative;
}
 .topcompany .topcompany_right a{
     position: absolute;
     top: 10%;
     right: 30%;
}
/*新闻页背景大图*/
 .newsbig {
     padding: 10px;
     padding-bottom: 0px;
     overflow: hidden;
     background-color: #d1d6dc;
}
 .newsbig_inner{
     background-color: #fff;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
     padding: 10px 10px 0px 10px;
}
 .newsbig_inner img{
     width: 100%;
}
 /* 挂件开始 */
#PhoneImgSwipe518.PhoneImgSwipe
{
  width:100%;
  max-width: 640px;
  margin:0 auto;
    }
/* 挂件主体部分 */
#PhoneImgSwipe518.PhoneImgSwipe .bd
{
   position:relative;
 }
#PhoneImgSwipe518.PhoneImgSwipe .swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative;
}
#PhoneImgSwipe518.PhoneImgSwipe .swipe-wrap {
  overflow: hidden;
  position: relative;
}
#PhoneImgSwipe518.PhoneImgSwipe .swipe-wrap .swipe-slide {
  float:left;
  width:100%;
  position: relative;
}
/*next 按钮需要是可以将display:none;去掉*/
#PhoneImgSwipe518.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 按钮*/
#PhoneImgSwipe518.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;
}
/*状态栏样式*/
#PhoneImgSwipe518.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;
}
#PhoneImgSwipe518.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;
}
/*当前状态样式*/
#PhoneImgSwipe518.PhoneImgSwipe .swipe-navi .on{
  background: red;
}#PhoneCommPageInfocompany_s.PhoneCommPageInfo {
     width:100%;
     padding: 10px;
    
}
 #PhoneCommPageInfocompany_s.PhoneCommPageInfo .titlehd{
     display: none;
}
 #PhoneCommPageInfocompany_s.PhoneCommPageInfo .hd {
     text-align: center;
     padding-bottom: 20px;
     margin-top: 20px;
     display: none;
}
 #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 {
     color: #000;
     font-size: 26px;
     font-weight: 800;
     line-height: 30px;
     margin-bottom: 6px;
}
 #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;
}
 /* 挂件开始 */
#PhoneImgSwipe523.PhoneImgSwipe
{
  width:100%;
  max-width: 640px;
  margin:0 auto;
    }
/* 挂件主体部分 */
#PhoneImgSwipe523.PhoneImgSwipe .bd
{
   position:relative;
 }
#PhoneImgSwipe523.PhoneImgSwipe .swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative;
}
#PhoneImgSwipe523.PhoneImgSwipe .swipe-wrap {
  overflow: hidden;
  position: relative;
}
#PhoneImgSwipe523.PhoneImgSwipe .swipe-wrap .swipe-slide {
  float:left;
  width:100%;
  position: relative;
}
/*next 按钮需要是可以将display:none;去掉*/
#PhoneImgSwipe523.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 按钮*/
#PhoneImgSwipe523.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;
}
/*状态栏样式*/
#PhoneImgSwipe523.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;
}
#PhoneImgSwipe523.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;
}
/*当前状态样式*/
#PhoneImgSwipe523.PhoneImgSwipe .swipe-navi .on{
  background: red;
}#PhoneCommPageInfocontacts_s.PhoneCommPageInfo {
     min-height: 400px;
     width:100%;
     padding: 10px;
}
 #PhoneCommPageInfocontacts_s.PhoneCommPageInfo .hd {
     text-align: center;
     padding-bottom: 20px;
     margin-top: 20px;
}
 #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 {
     color: #000;
     font-size: 26px;
     font-weight: 800;
     line-height: 30px;
     margin-bottom: 6px;
}
 #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;
     font-size: 12px;
     line-height: 25px;
}
 /*forSeprateConfigStyles*//* 挂件开始 */
#PhoneImgSwipe23.PhoneImgSwipe
{
  width:100%;
  max-width: 640px;
  margin:0 auto;
    }
/* 挂件主体部分 */
#PhoneImgSwipe23.PhoneImgSwipe .bd
{
   position:relative;
 }
#PhoneImgSwipe23.PhoneImgSwipe .swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative;
}
#PhoneImgSwipe23.PhoneImgSwipe .swipe-wrap {
  overflow: hidden;
  position: relative;
}
#PhoneImgSwipe23.PhoneImgSwipe .swipe-wrap .swipe-slide {
  float:left;
  width:100%;
  position: relative;
}
/*next 按钮需要是可以将display:none;去掉*/
#PhoneImgSwipe23.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 按钮*/
#PhoneImgSwipe23.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;
}
/*状态栏样式*/
#PhoneImgSwipe23.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;
}
#PhoneImgSwipe23.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;
}
/*当前状态样式*/
#PhoneImgSwipe23.PhoneImgSwipe .swipe-navi .on{
  background: red;
}/* 挂件开始 */
 #PhoneMList506.PhoneMList {
     width:100%;
}
/* 挂件头部 */
 #PhoneMList506.PhoneMList .hd {
     height: 40px;
     line-height: 40px;
     font-size: 14px;
     font-weight: bold;
     border-bottom: 1px solid #dfdfdf;
     margin-bottom: 20px;
}
/* 表单内表格的样式 */
 #PhoneMList506.PhoneMList table {
     table-layout: fixed;
     border-collapse: collapse;
}
 #PhoneMList506.PhoneMList td, #PhoneMList506.PhoneMList th {
     vertical-align: top;
     padding: 5px;
}
 #PhoneMList506.PhoneMList th {
     font-size: 12px;
     font-weight: bold;
     text-align: right;
     width: 60px;
     color: #333;
}
 #PhoneMList506.PhoneMList td {
     padding-left: 20px;
}
/* 表单中单行文本框的样式 */
 #PhoneMList506.PhoneMList input.text {
     padding: 3px;
     border: 1px solid #999;
     -webkit-border-radius: 0;
     border-radius: 0;
     width: 98%;
}
/* 留言内容框的样式 */
 #PhoneMList506.PhoneMList textarea.lecontent {
     width: 98%;
     height: 100px;
     padding: 3px;
     overflow: auto;
     -webkit-border-radius: 0;
     border-radius: 0;
     border: 1px solid #999;
}
 #PhoneMList506.PhoneMList .lg_content {
     margin-top: 10px;
}
/* 提交按钮的样式 */
 #PhoneMList506.PhoneMList .send{
     color: #efefef;
     background: #960f0f;
     border: 1px solid #600303;
     -webkit-border-radius: 0;
     border-radius: 0;
     padding: 3px 5px;
}
 #PhoneNDetailnewsinfo_s.PhoneNDetail {
     width:100%;
    
}
 #PhoneNDetailnewsinfo_s.PhoneNDetail .hd {
     text-align: center;
     padding-bottom: 10px;
}
 #PhoneNDetailnewsinfo_s.PhoneNDetail .aboutnews {
     text-align: left;
     padding-bottom: 20px;
     font-weight: bold;
}
 #PhoneNDetailnewsinfo_s.PhoneNDetail .news_head .con_title {
     color: #000;
     font-size: 16px;
     font-weight: 800;
     line-height: 30px;
     margin-bottom: 6px;
     text-align: center;
}
 #PhoneNDetailnewsinfo_s.PhoneNDetail .con_subbx {
     text-align: center;
     color: #666;
}
 #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;
}
 /*forSeprateConfigStyles*//* 挂件开始 */
#PhoneImgSwipe510.PhoneImgSwipe
{
  width:100%;
  max-width: 640px;
  margin:0 auto;
    }
/* 挂件主体部分 */
#PhoneImgSwipe510.PhoneImgSwipe .bd
{
   position:relative;
 }
#PhoneImgSwipe510.PhoneImgSwipe .swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative;
}
#PhoneImgSwipe510.PhoneImgSwipe .swipe-wrap {
  overflow: hidden;
  position: relative;
}
#PhoneImgSwipe510.PhoneImgSwipe .swipe-wrap .swipe-slide {
  float:left;
  width:100%;
  position: relative;
}
/*next 按钮需要是可以将display:none;去掉*/
#PhoneImgSwipe510.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 按钮*/
#PhoneImgSwipe510.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;
}
/*状态栏样式*/
#PhoneImgSwipe510.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;
}
#PhoneImgSwipe510.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;
}
/*当前状态样式*/
#PhoneImgSwipe510.PhoneImgSwipe .swipe-navi .on{
  background: red;
}#PhonePhotoDetailphotodetail_a.PhonePhotoDetail {
     min-height: 400px;
     width:100%;
     padding: 10px;
     
}
 #PhonePhotoDetailphotodetail_a.PhonePhotoDetail .albpic {
     text-align:center;
}
 #PhonePhotoDetailphotodetail_a.PhonePhotoDetail img{
     width:200px;
     height:150px;
}
 #PhonePhotoDetailphotodetail_a.PhonePhotoDetail .hd {
     height: 30px;
     line-height: 30px;
}
 #PhonePhotoDetailphotodetail_a.PhonePhotoDetail .hd h3 {
     font-size: 16px;
     font-weight: bold;
     padding-left: 10px;
}
 /* 挂件开始 */
#PhoneImgSwipe11112.PhoneImgSwipe
{
  width:100%;
  max-width: 640px;
  margin:0 auto;
    }
/* 挂件主体部分 */
#PhoneImgSwipe11112.PhoneImgSwipe .bd
{
   position:relative;
 }
#PhoneImgSwipe11112.PhoneImgSwipe .swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative;
}
#PhoneImgSwipe11112.PhoneImgSwipe .swipe-wrap {
  overflow: hidden;
  position: relative;
}
#PhoneImgSwipe11112.PhoneImgSwipe .swipe-wrap .swipe-slide {
  float:left;
  width:100%;
  position: relative;
}
/*next 按钮需要是可以将display:none;去掉*/
#PhoneImgSwipe11112.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 按钮*/
#PhoneImgSwipe11112.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;
}
/*状态栏样式*/
#PhoneImgSwipe11112.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;
}
#PhoneImgSwipe11112.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;
}
/*当前状态样式*/
#PhoneImgSwipe11112.PhoneImgSwipe .swipe-navi .on{
  background: red;
}#PhonePPDetailproinfo_s.PhonePPDetail {
     min-height: 400px;
     width:100%;
     padding: 10px;
     
}
 #PhonePPDetailproinfo_s.PhonePPDetail img {
}
 #PhonePPDetailproinfo_s.PhonePPDetail .hdtitle h3 {
     height: 30px;
     line-height: 30px;
     font-size: 16px;
     font-weight: bold;
     padding-left: 10px;
}
 #PhonePPDetailproinfo_s.PhonePPDetail .pd_Title {
     font-size: 16px;
     font-weight: bold;
     text-align:center;
}
 #PhonePPDetailproinfo_s.PhonePPDetail .hd_bx {
     overflow: hidden;
}
 #PhonePPDetailproinfo_s.PhonePPDetail .tip {
     height: 28px;
     line-height: 28px;
     border-bottom: 1px solid #dfdfdf;
     font-size: 14px;
     padding: 5px 10px;
}
 #PhonePPDetailproinfo_s.PhonePPDetail .pd_content {
     padding: 5px 10px;
     word-break: break-all;
     word-wrap: break-word;
}
 #PhonePPDetailproinfo_s.PhonePPDetail .pd_content *{
     max-width:100%!important;
}
 #PhonePPDetailproinfo_s.PhonePPDetail .line_cell {
     margin-bottom: 15px;
}
 #PhonePPDetailproinfo_s.PhonePPDetail .para_tip {
     padding: 5px 10px;
}
 #PhonePPDetailproinfo_s.PhonePPDetail .pre_prod {
     margin-bottom: 10px;
}
 #PhonePPListprolist_cc.PhonePPList {
     padding: 10px;
     overflow: hidden;
     background-color: #d1d6dc;
}
 #PhonePPListprolist_cc.PhonePPList .hd {
     height:30px;
     line-height:30px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
     overflow:hidden;
     padding:0px 10px;
     background-color: #fff;
}
 #PhonePPListprolist_cc.PhonePPList .hd .title{
     float: left;
     font-size: 15px;
     color: #000;
     font-weight: bold;
     width: 80px;
     border-radius: 3px;
     margin-top: 2px;
     text-align:center;
}
 #PhonePPListprolist_cc.PhonePPList .hd a {
     float: right;
     color: #000;
}
 #PhonePPListprolist_cc.PhonePPList .bd {
     list-style:none;
     border-top:none;
     padding:0px 10px;
     background-color: #fff;
}
 #PhonePPListprolist_cc.PhonePPList .bd li {
     display: inline;
     float: left;
     margin-bottom: 15px;
     margin-left: 1%;
     margin-top: 15px;
     position: relative;
     text-align: center;
     width: 32%;
}
 #PhonePPListprolist_cc.PhonePPList .img_thum {
}
 #PhonePPListprolist_cc.PhonePPList .bd li img {
     width:150px;
     max-width: 95%;
}
 #PhonePPListprolist_cc.PhonePPList .bd .link_wrap {
     bottom: 0;
     margin: 0 auto;
     position: absolute;
     width: 100%;
     word-wrap: break-word;
}
 #PhonePPListprolist_cc.PhonePPList .bd .pd_link {
     text-decoration: none;
     line-height:15px;
}
 #PhonePPListprolist_cc.PhonePPList .bd .pd_link a{
     background: none repeat scroll 0 0 #333;
     color: #FFFFFF;
     display: inline-block;
     font-size: 13px;
     font-weight: bold;
     max-width: 95%;
     width: 150px;
     height: 22px;
     line-height: 22px;
}
 #PhonePPListprolist_cc.PhonePPList .bd .pd_jj{
     display: none;
}
 #PhonePPListprolist_cc .pager{
     text-align: center;
     background-color: #fff;
     border-bottom-left-radius: 5px;
     border-bottom-right-radius: 5px;
}
 #PhonePPListprolist_cc .pager a{
     border: 0px solid #000;
}
 #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: right;
     background-color: rgba(25,43,86,0.6);
}
 #PhoneImgSwipeadsslider_n.PhoneImgSwipe .swipe-navi li{
     display: inline-block;
     width: 10px;
     height:10px;
     font-size: 0;
     line-height: 0;
     background: #fff;
     margin-right: 5px;
     -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
     border-radius: 10px;
     margin-top: 3px;
}
/*当前状态样式*/
 #PhoneImgSwipeadsslider_n.PhoneImgSwipe .swipe-navi .on{
     background:#4a5f6f;
}
 #PhonePhotoListphotolist_a.PhonePhotoList {
     padding: 10px;
     overflow: hidden;
     background-color: #d1d6dc;
}
 #PhonePhotoListphotolist_a.PhonePhotoList .hd {
    height:30px;
     line-height:30px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
     overflow:hidden;
     padding:0px 10px;
     background-color: #fff;
}
 #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;
     background-color: #fff;
     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{
     text-align: center;
     background-color: #fff;
     border-bottom-left-radius: 5px;
     border-bottom-right-radius: 5px;
}
 #PhonePhotoListphotolist_a #pager a{
     border: 0px solid #000;
}
 #PhoneCommPageInfomaps_a.PhoneCommPageInfo {
     min-height: 400px;
     width:100%;
     padding: 10px;
    
}
 #PhoneCommPageInfomaps_a.PhoneCommPageInfo .hd {
     text-align: center;
     padding-bottom: 20px;
}
 #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 {
     color: #000;
     font-size: 26px;
     font-weight: 800;
     line-height: 30px;
     margin-bottom: 6px;
}
 #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;
}
 #PhoneNPicListnewspic_a.PhoneNPicList {
     padding: 0px;
     padding-top: 0px;
     overflow: hidden;
     background-color: #d1d6dc;
}
 #PhoneNPicListnewspic_a.PhoneNPicList .hd {
     border-bottom: 1px solid #dfdfdf;
     display: none;
}
 #PhoneNPicListnewspic_a.PhoneNPicList .hd .more {
     float: right;
}
 #PhoneNPicListnewspic_a.PhoneNPicList .hd h3 {
     font-size: 16px;
     font-weight: bold;
     padding-left: 10px;
}
 #PhoneNPicListnewspic_a.PhoneNPicList .bd {
     padding-top: 20px;
     background-color: #fff;
}
 #PhoneNPicListnewspic_a.PhoneNPicList .bd li {
     float: left;
     display: inline;
     text-align: left;
     width: 100%;
     border-bottom: 1px solid #ccc;
}
 #PhoneNPicListnewspic_a.PhoneNPicList .bd li img {
     max-width: 80%;
     display: inline-block;
     vertical-align: middle;
     display: none;
}
 #PhoneNPicListnewspic_a.PhoneNPicList .bd .link_wrap {
     width: 98%;
     float: right;
     line-height: 35px;
}
 #PhoneNPicListnewspic_a.PhoneNPicList .bd .pd_link {
     white-space: nowrap;
     overflow: hidden;
     text-decoration: none;
}
 #PhoneNPicListnewspic_a.PhoneNPicList .bd .pd_link a{
     color: #000;
     font-weight: bold;
}
 #PhoneNPicListnewspic_a.PhoneNPicList .img_thum {
     float: left;
     width: 30%;
}
 #PhoneNPicListnewspic_a.PhoneNPicList #pager{
     text-align: center;
     background-color: #fff;
     border-bottom-left-radius: 5px;
     border-bottom-right-radius: 5px;
}
 /*forSeprateConfigStyles*/