﻿/*自适应框架样式*/
 .mdpage_footer {
     display: block;
}
 .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;
}
 .mdpage_body{
     padding-bottom: 80px;
}
 .publicenv-page #PhoneImgSwipelunbo.PhoneImgSwipe{
     margin-top: -32px;
     position: relative;
     z-index: 5;
}
/*自适应框架样式-结束*/
 .topinfo{
     height: 44px;
     overflow: hidden;
     padding:0 10px;
}
 .topinfo_name{
     float: left;
     font-size: 14px;
     line-height: 44px;
     color: #a92444;
}
 .topinfo_phone{
     float: right;
     line-height: 44px;
     padding-left: 30px;
     background: url(/Content/image/zh/phoneicon.png ) 0 12px no-repeat;
     -webkit-background-size:24px 15px;
     background-size:24px 15px;
}
 .topinfo_phone span{
     color:#a92444 ;
     margin-left: 3px;
}
 .hdnavi{
     position: relative;
     z-index: 100;
}
 .hdnavlists{
     overflow: hidden;
     background:rgba(0,0,0,0.4);
}
 .hdnavlists li{
     float: left;
     width: 16.5%;
}
 .hdnavlists li a{
     display: block;
     height: 32px;
     line-height: 32px;
     width: 100%;
     text-align: center;
     color: #fff;
}
 @media screen and (max-width: 360px) {
     .hdnavlists li a{
         font-size: 11px;
    }
}
/*底部导航*/
 .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;
    }
}
/*公司版权*/
 .copyright{
     text-align: center;
     color: #fff;
     background: #8d8d8d;
     height: 30px;
     line-height: 30px;
     border-top: 1px solid #333;
}
 .publicenv-page .copyright{
     position: absolute;
     bottom: 50px;
     width: 100%;
     left: 0;
}
/*分页样式*/
 .pager,#pager{
     text-align: right;
}
 .pager a,#pager a{
     padding: 3px;
     background:#f3f3f3;
     border: 1px solid #dfdfdf;
     color: #633920;
     height: 32px;
     line-height: 32px;
}
/*分享弹层*/
 .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;
}
/*隐藏ie站统计图表*/
 .publicenv-page #htmlwidget1iezhan{
     display: none;
}
 #PhoneCommPageInfoaboutdetail.PhoneCommPageInfo {
}
 #PhoneCommPageInfoaboutdetail.PhoneCommPageInfo .titlehd{
     display: none;
}
 #PhoneCommPageInfoaboutdetail.PhoneCommPageInfo .hd {
     text-align: left;
     font-size: 14px;
     font-weight: bold;
     height: 33px;
     line-height: 33px;
  	position: relative;
     color: #515151;
     border-bottom: 1px solid #515151;
}
 #PhoneCommPageInfoaboutdetail.PhoneCommPageInfo img {
     max-width:100%;
}
 #PhoneCommPageInfoaboutdetail.PhoneCommPageInfo .aboutnews {
     text-align: left;
     padding-bottom: 20px;
     font-weight: bold;
}
 #PhoneCommPageInfoaboutdetail.PhoneCommPageInfo .hd .con_title {
     color: #515151;
     font-size:14px;
     font-weight: 800;
     margin-bottom: 6px;
     height:31px;
     line-height: 31px;
  	position: absolute;
  	left: 0;
  	top: 1px;
  	padding-left: 23px;
  padding-right: 1px;
  background: url(http://00950.weba.shiwangyun.com/Content/image/zh/redcircle.png) 5px center no-repeat;
	-webkit-background-size: 10px 10px;
  background-size: 10px 10px;
  border-bottom: 2px solid #a22744;
}
 #PhoneCommPageInfoaboutdetail.PhoneCommPageInfo .con_subbx {
     color: #7e7e7e;
}
 #PhoneCommPageInfoaboutdetail.PhoneCommPageInfo span {
     padding-left: 20px;
}
 #PhoneCommPageInfoaboutdetail.PhoneCommPageInfo .bd {
     padding: 0 20px 20px;
}
 #PhoneCommPageInfoaboutdetail.PhoneCommPageInfo .con_summer {
     background: #efefef;
     padding: 20px;
     color: #666;
}
 #PhoneCommPageInfoaboutdetail.PhoneCommPageInfo .con_bx {
     margin-top: 20px;
}
 #PhoneImgSwipelunbo.PhoneImgSwipe {
     width:100%;
     max-width: 640px;
     margin: 0 auto;
}
 #PhoneImgSwipelunbo.PhoneImgSwipe .bd {
     position:relative;
}
 #PhoneImgSwipelunbo.PhoneImgSwipe .swipe {
     overflow: hidden;
     visibility: hidden;
     position: relative;
}
 #PhoneImgSwipelunbo.PhoneImgSwipe .swipe-wrap {
     overflow: hidden;
     position: relative;
}
 #PhoneImgSwipelunbo.PhoneImgSwipe .swipe-wrap .swipe-slide {
     float:left;
     width:100%;
     position: relative;
}
/*next 按钮需要是可以将display:none;
 去掉*/
 #PhoneImgSwipelunbo.PhoneImgSwipe .swipe-next{
     display: none;
     position: absolute;
     z-index: 8;
     width: 50px;
     height: 32px;
     text-indent: -200px;
     overflow: hidden;
     text-align: center;
     right: 0;
     top: 50%;
     margin-top: -16px;
}
/*prev 按钮*/
 #PhoneImgSwipelunbo.PhoneImgSwipe .swipe-prev {
     display: none;
     position: absolute;
     z-index:8;
     width: 50px;
     height: 32px;
     text-indent: -200px;
     overflow: hidden;
     text-align: center;
     left: 0;
     top: 50%;
     margin-top: -16px;
}
/*状态栏样式*/
 #PhoneImgSwipelunbo.PhoneImgSwipe .swipe-navi{
     position: absolute;
     width:100%;
     bottom: 10px;
     height: 15px;
     line-height: 0;
     padding:5px 0;
     text-align: center;
}
 #PhoneImgSwipelunbo.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;
}
/*当前状态样式*/
 #PhoneImgSwipelunbo.PhoneImgSwipe .swipe-navi .on{
     background: #cc0033;
}
 #PhoneCommPageInfocontactdetail.PhoneCommPageInfo {
}
 #PhoneCommPageInfocontactdetail.PhoneCommPageInfo .titlehd{
     display: none;
}
 #PhoneCommPageInfocontactdetail.PhoneCommPageInfo .hd {
     text-align: left;
     font-size: 14px;
     font-weight: bold;
     height: 33px;
     line-height: 33px;
     position: relative;
     color: #515151;
     border-bottom: 1px solid #515151;
}
 #PhoneCommPageInfocontactdetail.PhoneCommPageInfo img {
     max-width:100%;
}
 #PhoneCommPageInfocontactdetail.PhoneCommPageInfo .aboutnews {
     text-align: left;
     padding-bottom: 20px;
     font-weight: bold;
}
 #PhoneCommPageInfocontactdetail.PhoneCommPageInfo .hd .con_title {
     color: #515151;
     font-size:14px;
     font-weight: 800;
     margin-bottom: 6px;
     height:31px;
     line-height: 31px;
     position: absolute;
     left: 0;
     top: 1px;
     padding-left: 23px;
     padding-right: 1px;
     background: url(http://00950.weba.shiwangyun.com/Content/image/zh/redcircle.png) 5px center no-repeat;
     -webkit-background-size: 10px 10px;
     background-size: 10px 10px;
     border-bottom: 2px solid #a22744;
}
 #PhoneCommPageInfocontactdetail.PhoneCommPageInfo .con_subbx {
     color: #7e7e7e;
}
 #PhoneCommPageInfocontactdetail.PhoneCommPageInfo span {
}
 #PhoneCommPageInfocontactdetail.PhoneCommPageInfo .bd {
     padding: 0 20px 20px;
}
 #PhoneCommPageInfocontactdetail.PhoneCommPageInfo .con_summer {
     background: #efefef;
     padding: 20px;
     color: #666;
}
 #PhoneCommPageInfocontactdetail.PhoneCommPageInfo .con_bx {
     margin-top: 20px;
}
 #PhonePPListpic.PhonePPList {
     overflow: hidden;
}
 #PhonePPListpic.PhonePPList .hd {
     font-size: 14px;
     font-weight: bold;
     height: 30px;
     line-height: 30px;
     overflow:hidden;
     text-indent: 30px;
     color: #fff;
     background:#6c664c url( /Content/image/zh/list_cross.png) 10px center no-repeat;
}
 #PhonePPListpic.PhonePPList .hd .title{
     float:left;
}
 #PhonePPListpic.PhonePPList .hd a {
     float: right;
}
 #PhonePPListpic.PhonePPList .bd {
}
 #PhonePPListpic.PhonePPList .bd li {
     padding:5px;
     border-bottom: 1px solid #dfdfdf;
     text-align: left;
     overflow: hidden;
     background: #dddddd;
     background: -moz-linear-gradient(top, #dddddd 0%, #ffffff 100%);
     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(100%,#ffffff));
     background: -webkit-linear-gradient(top, #dddddd 0%,#ffffff 100%);
     background: -o-linear-gradient(top, #dddddd 0%,#ffffff 100%);
     background: -ms-linear-gradient(top, #dddddd 0%,#ffffff 100%);
     background: linear-gradient(to bottom, #dddddd 0%,#ffffff 100%);
}
 #PhonePPListpic.PhonePPList .img_thum {
     float: left;
}
 #PhonePPListpic.PhonePPList .bd li img {
     display: inline-block;
     vertical-align: middle;
     width: 100px;
     height: 100px;
     padding: 1px;
     background: #fff;
     border: 1px solid #dfdfdf;
}
 #PhonePPListpic.PhonePPList .bd .link_wrap {
     padding-left: 10px;
     overflow: hidden;
}
 #PhonePPListpic.PhonePPList .bd .pd_link {
     white-space: nowrap;
     overflow: hidden;
     text-decoration: none;
     line-height:28px;
}
 #PhonePPListpic.PhonePPList .bd .pd_jj{
     color:#666;
}
 #PhonePPListpic.PhonePPList #pager{
     padding:10px;
}
 #PhonePPDetailpd1.PhonePPDetail {
}
 #PhonePPDetailpd1.PhonePPDetail img {
     max-width: 100%;
}
 #PhonePPDetailpd1.PhonePPDetail .hdtitle h3 {
     text-align: left;
     font-size: 14px;
     font-weight: bold;
     height: 33px;
     line-height: 33px;
     position: relative;
     color: #515151;
     border-bottom: 1px solid #515151;
}
 #PhonePPDetailpd1.PhonePPDetail .hdtitle h3 span{
     color: #515151;
     font-size:14px;
     font-weight: 800;
     margin-bottom: 6px;
     height:31px;
     line-height: 31px;
     position: absolute;
     left: 0;
     top: 1px;
     padding-left: 23px;
     padding-right: 1px;
     background: url(/Content/image/zh/redcircle.png) 5px center no-repeat;
     -webkit-background-size: 10px 10px;
     background-size: 10px 10px;
     border-bottom: 2px solid #a22744;
}
 #PhonePPDetailpd1.PhonePPDetail .pd_Title {
     margin-top: 10px;
     font-size:16px;
     font-weight: 800;
     margin-bottom: 6px;

     line-height: 30px;
     text-align: center;
}
 #PhonePPDetailpd1.PhonePPDetail .hd_bx {
     overflow: hidden;
}
 #PhonePPDetailpd1.PhonePPDetail .tip {
     height: 28px;
     line-height: 28px;
     border-bottom: 1px solid #dfdfdf;
     font-size: 14px;
     padding: 5px 10px;
     display: none;
}
 #PhonePPDetailpd1.PhonePPDetail .pd_content {
     padding: 5px 10px;
     word-break: break-all;
     word-wrap: break-word;
}
 #PhonePPDetailpd1.PhonePPDetail .pd_content *{
     max-width:100%!important;
}
 #PhonePPDetailpd1.PhonePPDetail .line_cell {
     margin-bottom: 15px;
}
 #PhonePPDetailpd1.PhonePPDetail .pd_tip {
     display: none;
}
 #PhonePPDetailpd1.PhonePPDetail .para_tip {
     padding: 5px 10px;
}
 #PhonePPDetailpd1.PhonePPDetail .pre_prod {
     margin-bottom: 10px;
}
 /*forSeprateConfigStyles*/#PhoneNPListone.PhoneNPList {
}
 #PhoneNPListone.PhoneNPList .hd {
     text-align: left;
     font-size: 14px;
     font-weight: bold;
     height: 33px;
     line-height: 33px;
     position: relative;
     color: #515151;
     border-bottom: 1px solid #515151;
}
 #PhoneNPListone.PhoneNPList .hd span{
     color: #515151;
     font-size:14px;
     font-weight: 800;
     margin-bottom: 6px;
     height:31px;
     line-height: 31px;
     position: absolute;
     left: 0;
     top: 1px;
     padding-left: 23px;
     padding-right: 1px;
     background: url(http://00950.weba.shiwangyun.com/Content/image/zh/redcircle.png) 5px center no-repeat;
     -webkit-background-size: 10px 10px;
     background-size: 10px 10px;
     border-bottom: 2px solid #a22744;
}
 #PhoneNPListone.PhoneNPList .bd{
    
}
 #PhoneNPListone.PhoneNPList .hd a{
     float:right;
}
 #PhoneNPListone.PhoneNPList .bd .lists {
     list-style:none;
}
 #PhoneNPListone.PhoneNPList li {
     border-bottom: 1px dashed #c1c1c2;
     padding-left: 10px;
     vertical-align:middle;
     *zoom:1;
     font-size:12px;
     margin: 0 5px;
}
 #PhoneNPListone.PhoneNPList .bd a {
     display:inline-block;
     height:28px;
     line-height:28px;
     text-decoration:none;
     color: #333333;
}
 #PhoneNPListone.PhoneNPList li .time{
     float:right;
     height:28px;
     line-height:28px;
     padding-right:20px;
     color:#333333;
}
 #PhoneNPListone.PhoneNPList .pager{
     padding: 10px;
}
 #PhoneNDetailone.PhoneNDetail {
}
 #PhoneNDetailone.PhoneNDetail .hd {
 text-align: left;
     font-size: 14px;
     font-weight: bold;
     height: 33px;
     line-height: 33px;
     position: relative;
     color: #515151;
     border-bottom: 1px solid #515151;
}
 #PhoneNDetailone.PhoneNDetail .hd span{
   color: #515151;
     font-size:14px;
     font-weight: 800;
     margin-bottom: 6px;
     height:31px;
     line-height: 31px;
     position: absolute;
     left: 0;
     top: 1px;
     padding-left: 23px;
     padding-right: 1px;
     background: url(/Content/image/zh/redcircle.png) 5px center no-repeat;
     -webkit-background-size: 10px 10px;
     background-size: 10px 10px;
     border-bottom: 2px solid #a22744;
}
 #PhoneNDetailone.PhoneNDetail .aboutnews {
     text-align: left;
     padding-bottom: 20px;
     font-weight: bold;
}
 #PhoneNDetailone.PhoneNDetail .hd .con_title {
     color: #000;
     font-size: 16px;
     font-weight: 800;
     line-height: 30px;
     margin-bottom: 6px;
}
 #PhoneNDetailone.PhoneNDetail .con_subbx {
     color: #7e7e7e;
}
 #PhoneNDetailone.PhoneNDetail span {
     padding-left: 10px;
}
 #PhoneNDetailone.PhoneNDetail .bd {
     padding: 0 10px 20px;
}
 #PhoneNDetailone.PhoneNDetail .con_summer {
     border: 1px solid #dfdfdf;
     background: #efefef;
     padding: 20px;
     color: #666;
}
 #PhoneNDetailone.PhoneNDetail .news_head{
     text-align: center;
}
 #PhoneNDetailone.PhoneNDetail .con_title{
     font-size: 16px;
     padding: 10px 0 5px;
}
 #PhoneNDetailone.PhoneNDetail .con_bx {
     margin-top: 10px;
}
 #PhoneNDetailone.PhoneNDetail .con_bx *{
     max-width:100%!important;
}
 #PhonePicListhomeimg.PhonePicList {
     overflow: hidden;
}
 #PhonePicListhomeimg.PhonePicList .hd {
     border-bottom: 1px solid #d3d3d3;
     height:35px;
     line-height: 35px;
     overflow:hidden;
     color: #2c2c2c;
     font-size: 14px;
     background: url(http://25003.webah.shiwangyun.com/Content/image/zh/itipbg.png) 0 0 repeat-x;
     -webkit-background-size: 1px 35px;
     background-size: 1px 35px;
}
 #PhonePicListhomeimg.PhonePicList .hd a{
     float: right;
     margin-right: 10px;
     color: #dfdfdf;
     font-weight: normal;
     font-size: 12px;
}
 #PhonePicListhomeimg.PhonePicList .hd .title {
     margin-left: 10px;
     float: left;
     height:35px;
     line-height: 35px;
     font-size: 14px;
     font-weight: bold;
     padding-left: 30px;
     background: url(http://25003.webah.shiwangyun.com/Content/image/zh/eyeicon.png) 0 center no-repeat;
     -webkit-background-size: 29px 22px;
     background-size: 29px 22px;
     color: #fff;
}
 #PhonePicListhomeimg.PhonePicList .bd {
}
 #PhonePicListhomeimg.PhonePicList .bd li {
     float: left;
     width: 33.3%;
     display: inline;
     text-align: center;
}
 #PhonePicListhomeimg.PhonePicList .bd li img {
     border-left: 1px solid #fff;
     width: 100%;
}
 #PhonePicListhomeimg.PhonePicList .bd .link_wrap {
     height: 30px;
     line-height: 30px;
     display: none;
}
 #PhonePicListhomeimg.PhonePicList .bd .pd_link {
     margin: 0 10px;
     white-space: nowrap;
     overflow: hidden;
     display: none;
}
 #PhonePicListhomeimg.PhonePicList .bd .pd_link a{
     color: #3f501f;
}
 #PhonePicListhomeimg.PhonePicList .Marquee_imgbx {
}
 #PhonePicListhomeimg.PhonePicList .bto{
     display: none;
}
 /*forSeprateConfigStyles*/#PhonePicListinimg.PhonePicList {
}
 #PhonePicListinimg.PhonePicList .hd {
     text-align: left;
     font-size: 14px;
     font-weight: bold;
     height: 33px;
     line-height: 33px;
     position: relative;
     color: #515151;
     border-bottom: 1px solid #515151;
}
 #PhonePicListinimg.PhonePicList .hd .more {
     float: right;
}
 #PhonePicListinimg.PhonePicList .hd .title {
     color: #515151;
     font-size:14px;
     font-weight: 800;
     margin-bottom: 6px;
     height:31px;
     line-height: 31px;
     position: absolute;
     left: 0;
     top: 1px;
     padding-left: 23px;
     padding-right: 1px;
     background: url(/Content/image/zh/redcircle.png) 5px center no-repeat;
     -webkit-background-size: 10px 10px;
     background-size: 10px 10px;
     border-bottom: 2px solid #a22744;
}
 #PhonePicListinimg.PhonePicList .bd {
     padding-top: 10px;
}
 #PhonePicListinimg.PhonePicList .bd li {
     float: left;
     width: 32%;
     margin: 1% 0 0 1%;
     display: inline;
     text-align: center;
}
 #PhonePicListinimg.PhonePicList .bd li img {
     border: 2px solid #e8e8e8;
     height: 120px;
     width: 150px;
     max-width: 95%;
}
 #PhonePicListinimg.PhonePicList .bd .link_wrap {
     height: 30px;
     line-height: 30px;
}
 #PhonePicListinimg.PhonePicList .bd .pd_link {
     margin: 0 10px;
     white-space: nowrap;
     overflow: hidden;
}
 #PhonePicListinimg.PhonePicList .bd .pd_link a{
     color: #333333;
}
 #PhonePicListinimg.PhonePicList .Marquee_imgbx {
     margin-bottom:10px;
}
 #PhonePicListinimg.PhonePicList .bto{
     padding: 10px;
}
 /*forSeprateConfigStyles*/#PhoneImgSwipesimg.PhoneImgSwipe
{
  width:100%;
  max-width: 640px;
  margin:0 auto;
    }
#PhoneImgSwipesimg.PhoneImgSwipe .bd
{
   position:relative;
 }
#PhoneImgSwipesimg.PhoneImgSwipe .swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative;
}
#PhoneImgSwipesimg.PhoneImgSwipe .swipe-wrap {
  overflow: hidden;
  position: relative;
}
#PhoneImgSwipesimg.PhoneImgSwipe .swipe-wrap .swipe-slide {
  float:left;
  width:100%;
  position: relative;
}
/*next 按钮需要是可以将display:none;去掉*/
#PhoneImgSwipesimg.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 按钮*/
#PhoneImgSwipesimg.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;
}
/*状态栏样式*/
#PhoneImgSwipesimg.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;
}
#PhoneImgSwipesimg.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;
}
/*当前状态样式*/
#PhoneImgSwipesimg.PhoneImgSwipe .swipe-navi .on{
  background: red;
}#PhoneCommPageInfomap.PhoneCommPageInfo {
}
 #PhoneCommPageInfomap.PhoneCommPageInfo .titlehd{
     display: none;
}
 #PhoneCommPageInfomap.PhoneCommPageInfo .hd {
     text-align: left;
     font-size: 14px;
     font-weight: bold;
     height: 33px;
     line-height: 33px;
     position: relative;
     color: #515151;
     border-bottom: 1px solid #515151;
}
 #PhoneCommPageInfomap.PhoneCommPageInfo img {
     max-width:100%;
}
 #PhoneCommPageInfomap.PhoneCommPageInfo .aboutnews {
     text-align: left;
     padding-bottom: 20px;
     font-weight: bold;
}
 #PhoneCommPageInfomap.PhoneCommPageInfo .hd .con_title {
     color: #515151;
     font-size:14px;
     font-weight: 800;
     margin-bottom: 6px;
     height:31px;
     line-height: 31px;
     position: absolute;
     left: 0;
     top: 1px;
     padding-left: 23px;
     padding-right: 1px;
     background: url(http://00950.weba.shiwangyun.com/Content/image/zh/redcircle.png) 5px center no-repeat;
     -webkit-background-size: 10px 10px;
     background-size: 10px 10px;
     border-bottom: 2px solid #a22744;
}
 #PhoneCommPageInfomap.PhoneCommPageInfo .con_subbx {
     color: #7e7e7e;
}
 #PhoneCommPageInfomap.PhoneCommPageInfo span {
}
 #PhoneCommPageInfomap.PhoneCommPageInfo .bd {
     padding: 0 20px 20px;
}
 #PhoneCommPageInfomap.PhoneCommPageInfo .con_summer {
     background: #efefef;
     padding: 20px;
     color: #666;
}
 #PhoneCommPageInfomap.PhoneCommPageInfo .con_bx {
     margin-top: 20px;
}
 #PhonePhotoListlist.PhonePhotoList {
}
 #PhonePhotoListlist.PhonePhotoList .hd {
     text-align: left;
     font-size: 14px;
     font-weight: bold;
     height: 33px;
     line-height: 33px;
     position: relative;
     color: #515151;
     border-bottom: 1px solid #515151;
}
 #PhonePhotoListlist.PhonePhotoList .hd .more {
     float: right;
}
 #PhonePhotoListlist.PhonePhotoList .hd span {
     color: #515151;
     font-size:14px;
     font-weight: 800;
     margin-bottom: 6px;
     height:31px;
     line-height: 31px;
     position: absolute;
     left: 0;
     top: 1px;
     padding-left: 23px;
     padding-right: 1px;
     background: url(http://00950.weba.shiwangyun.com/Content/image/zh/redcircle.png) 5px center no-repeat;
     -webkit-background-size: 10px 10px;
     background-size: 10px 10px;
     border-bottom: 2px solid #a22744;
}
 #PhonePhotoListlist.PhonePhotoList .bd {
     padding: 5px;
}
 #PhonePhotoListlist.PhonePhotoList .bd li {
     float: left;
     width: 32%;
     margin: 1% 0 0 1%;
     display: inline;
     text-align: center;
}
 #PhonePhotoListlist.PhonePhotoList .bd li img {
     border: 2px solid #e8e8e8;
     height: 100px;
     width: 100px;
     max-width: 95%;
}
 #PhonePhotoListlist.PhonePhotoList .bd .link_wrap {
     height: 30px;
     line-height: 30px;
     text-align: center;
}
 #PhonePhotoListlist.PhonePhotoList .bd .pd_link {
     margin: 0 10px;
     white-space: nowrap;
     overflow: hidden;
}
 #PhonePhotoListlist.PhonePhotoList .link_wrap a{
     color: #333;
}
 #PhonePhotoListlist.PhonePhotoList #pager{
     padding: 10px;
}
 #PhonePhotoDetailhdetail.PhonePhotoDetail {
}
 #PhonePhotoDetailhdetail.PhonePhotoDetail .albpic {
     text-align:center;
     padding: 10px 0;
     margin-bottom: 10px;
}
 #PhonePhotoDetailhdetail.PhonePhotoDetail img{
     max-width: 100%;
}
 #PhonePhotoDetailhdetail.PhonePhotoDetail .hd {
     text-align: left;
     font-size: 14px;
     font-weight: bold;
     height: 33px;
     line-height: 33px;
     position: relative;
     color: #515151;
     border-bottom: 1px solid #515151;
}
 #PhonePhotoDetailhdetail.PhonePhotoDetail .hd h3 {
     color: #515151;
     font-size:14px;
     font-weight: 800;
     margin-bottom: 6px;
     height:31px;
     line-height: 31px;
     position: absolute;
     left: 0;
     top: 1px;
     padding-left: 23px;
     padding-right: 1px;
     background: url(http://00950.weba.shiwangyun.com/Content/image/zh/redcircle.png) 5px center no-repeat;
     -webkit-background-size: 10px 10px;
     background-size: 10px 10px;
     border-bottom: 2px solid #a22744;
}
 #PhonePhotoDetailhdetail.PhonePhotoDetail .picname{
     margin: 10px 0;
}
 #PhonePhotoDetailhdetail.PhonePhotoDetail .picDescript{
     color: #666;
}
 #PhonePhotoDetailhdetail.PhonePhotoDetail .bto{
     padding: 5px 8px;
}
 #PhonePhotoDetailhdetail.PhonePhotoDetail .bto a{
     color: #633920;
}
 #PhonePhotoDetailhdetail.PhonePhotoDetail .next_albumexp{
     margin-bottom: 5px;
}
 #PhoneNPListinews.PhoneNPList {
     margin-top: 1px;
}
 #PhoneNPListinews.PhoneNPList .hd {
     border-bottom: 1px solid #d3d3d3;
     height:35px;
     line-height: 35px;
     overflow:hidden;
     color: #2c2c2c;
     font-size: 14px;
     background: url(http://00950.weba.shiwangyun.com/Content/image/zh/itipbg.png) 0 0 repeat-x;
     -webkit-background-size: 1px 35px;
     background-size: 1px 35px;
}
 #PhoneNPListinews.PhoneNPList .hd .title{
     margin-left: 10px;
     float: left;
     height:35px;
     line-height: 35px;
     font-size: 14px;
     font-weight: bold;
     padding-left: 30px;
     background: url(http://00950.weba.shiwangyun.com/Content/image/zh/newsicon.png) 0 center no-repeat;
     -webkit-background-size: 23px 23px;
     background-size: 23px 23px;
     color: #fff;
}
 #PhoneNPListinews.PhoneNPList .hd a{
     float: right;
     margin-right: 10px;
     color: #dfdfdf;
     font-weight: normal;
     font-size: 12px;
}
 #PhoneNPListinews.PhoneNPList .bd .lists {
     list-style:none;
}
 #PhoneNPListinews.PhoneNPList li {
     border-bottom: 1px dashed #afafaf;
     padding-left: 10px;
     vertical-align:middle;
     *zoom:1;
     font-size:12px;
}
 #PhoneNPListinews.PhoneNPList li a {
     display:inline-block;
     height:28px;
     line-height:28px;
     text-decoration:none;
     color: #333;
}
 #PhoneNPListinews.PhoneNPList li .time{
     float:right;
     height:28px;
     line-height:28px;
     padding-right:20px;
     color:#666;
}
 #PhoneNPListinews.PhoneNPList .pager{
     padding:10px;
}
 