﻿/*自适应框架样式*/
 .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: #fff;
}
 .mdpage_body{
     padding-bottom: 50px;
}
/*导航下拉菜单*/
 .hdnavis{
     position: absolute;
     right: 0;
     top: 40px;
     width:76px;
     background: #f0f0f0;
     padding: 5px 0 10px 0;
}
 .hdnavlists li{
     padding: 3px 0;
     border-bottom: 1px solid #ccc;
}
 .hdnavlists a{
     color: #333;
     margin: 4px 5px 4px 15px;
     padding: 3px 0;
}
/*底部导航*/
 .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;
    }
}
/*分享弹层*/
 .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;
}
 .top{
     background: url( /Content/image/zh/i_2.png) 0 0 repeat-x;
     -webkit-background-size:100% 47px;
     background-size:100% 47px;
     height: 47px;
}
 #toprt .topmeun{
     margin-right: 20px;
}
 #toprt .topmeun a{
     display: block;
     background: url( /Content/image/zh/i_1.png) center center no-repeat;
     -webkit-background-size:14px 14px;
     background-size:14px 14px;
     width: 40px;
     height: 40px;
     float: right;
}
 #toplt .logo{
     font-size: 16px;
     color: #03759d;
     font-weight: bold;
     padding: 10px 0 0 20px;
}
/*网站menu*/
 .clearfix{
     *zoom: 1;
}
 .clearfix:after{
     display: block;
     visibility: hidden;
     content: "";
     height: 0;
     clear: both;
}
 .main_menu{
     margin: 8px 10px 0;
}
 .main_menu a{
     color:#fff;
     display: block;
     float: left;
     height:31px;
     line-height:31px ;
     width: 49%;
     font-size:14px;
     text-align: center;
     margin-bottom: 4px;
}
 .main_menu a:hover{
     text-decoration: none;
}
 .main_menu a.left_menu{
     background-size:5px 31px;
     -webkit-background-size:5px 31px;
     background: #0473ba url(/Content/image/zh/menu_l.gif) left 0 no-repeat;
}
 .main_menu a.right_menu{
     margin-left: 2%;
     background-size:5px 31px;
     -webkit-background-size:5px 31px;
     background: #0473ba url(/Content/image/zh/menu_r.gif) right 0 no-repeat;
}
/*--顶部导航---*/
 .indexnav{
     width: 100%;
     color: #008b78;
     display: inline-block;
     text-align: center;
     font-family: "幼圆";
     height: 44px;
}
 .indexnav li {
     display: inline-block;
     float: left;
     text-align: center;
}
 .indexnav .home {
     width: 15%;
}
 .indexnav .meun {
     width: 15%;
}
 .indexnav .wenzi{
     font-size: 22px;
     font-weight: bold;
     line-height: 26px;
}
 .indexnav .pingyin{
     font-size:14px;
     font-weight: bold;
     line-height:18px;
}
 .indexnav .meun a.sub_menu {
     background: url(/Content/image/zh/topmenu_bg.gif) no-repeat scroll 0 0 ;
     -webkit-background-size:28px 20px;
     background-size:28px 20px;
     display: block;
     float: right;
     height: 20px;
     line-height: 20px;
     margin: 12px 5px 12px 0;
     width: 28px;
     position: relative;
     z-index: 997 !important;
}
 .indexnav .home a.sub_home {
     background: url(http://00947.weba.shiwangyun.com/Content/image/zh/s_1.png) no-repeat scroll 0 0 ;
     -webkit-background-size:23px 20px;
     background-size:23px 20px;
     display: block;
     height: 20px;
     line-height: 20px;
     margin: 12px 0 12px 5px;
     width: 23px;
     position: relative;
     z-index: 9997!important;
}
 .indexnav .home a.sub_home2 {
     display: block;
     height: 20px;
     line-height: 20px;
     margin: 12px 0 12px 5px;
     width: 23px;
}
 .indexnav .txt {
     width:85%;
}
 .hdnavis {
     background: none repeat scroll 0 0 #F0F0F0;
     padding: 5px 0 10px;
     position: absolute;
     right: 1%;
     top: 50px;
     width: 76px;
     z-index:998 !important;
}
 .hdnavlists li {
     border-bottom: 1px solid #CCCCCC;
     padding: 3px 0;
}
 .hdnavlists a {
     color: #333333;
     line-height: 25px;
     margin: 4px 5px 4px 15px;
     padding: 3px 0;
}
 #PhoneCommPageInfoaboutus.PhoneCommPageInfo {
     background: none repeat scroll 0 0 #F5F4F4;
     border: 1px solid #E4E3E3;
     margin: 0 10px 10px;
     padding: 10px;
}
 #PhoneCommPageInfoaboutus.PhoneCommPageInfo .hd {
     display: none;
}
 #PhoneCommPageInfoaboutus.PhoneCommPageInfo .titlehd{
     border-bottom: 1px solid #0473BA;
     color: #FFFFFF;
     font-size: 14px;
     font-weight: bold;
     height: 31px;
     line-height: 31px;
     overflow: hidden;
}
 #PhoneCommPageInfoaboutus.PhoneCommPageInfo .title{
     background: #0473BA  url("http://01748.weba.shiwangyun.com/Content/image/zh/menu_r.gif") no-repeat scroll right 0 ;
     display: block;
     height: 31px;
     padding-left: 2%;
     width: 32%;
     -webkit-background-size:5px 31px;
     background-size:5px 31px;
}
 #PhoneCommPageInfoaboutus.PhoneCommPageInfo img {
     max-width:100%;
}
 #PhoneCommPageInfoaboutus.PhoneCommPageInfo .aboutnews {
     text-align: left;
     padding-bottom: 20px;
     font-weight: bold;
}
 #PhoneCommPageInfoaboutus.PhoneCommPageInfo .hd .con_title {
     color: #000;
     font-size: 26px;
     font-weight: 800;
     line-height: 30px;
     margin-bottom: 6px;
}
 #PhoneCommPageInfoaboutus.PhoneCommPageInfo .con_subbx {
     color: #7e7e7e;
}
 #PhoneCommPageInfoaboutus.PhoneCommPageInfo span {
     padding-left: 20px;
}
 #PhoneCommPageInfoaboutus.PhoneCommPageInfo .bd {
     padding: 0 20px 20px;
}
 #PhoneCommPageInfoaboutus.PhoneCommPageInfo .con_summer {
     padding: 20px;
     color: #666;
}
 #PhoneCommPageInfoaboutus.PhoneCommPageInfo .con_bx {
     margin-top: 20px;
}
 #PhoneCommPageAboutaboutus.PhoneCommPageAbout {
     margin: 0 10px 10px;
     padding: 10px;
     background:#f5f4f4 ;
     border: 1px solid #e4e3e3;
}
 #PhoneCommPageAboutaboutus.PhoneCommPageAbout .hd {
     line-height:31px;
     overflow:hidden;
     color:#fff;
     font-size: 14px;
     font-weight: bold;
     height:31px;
     border-bottom: 1px solid #0473ba ;
}
 #PhoneCommPageAboutaboutus.PhoneCommPageAbout .hd .title{
     display: block;
     padding-left: 2%;
     background:url("http://01748.weba.shiwangyun.com/Content/image/zh/menu_r.gif") no-repeat scroll right 0 #0473BA;
     height:31px;
     -webkit-background-size:5px 31px;
     background-size:5px 31px;
     width: 32%;
}
 #PhoneCommPageAboutaboutus.PhoneCommPageAbout .more_link {
     float:right;
     margin-right: 10px;
     color: #000;
     font-weight: normal;
}
 #PhoneCommPageAboutaboutus.PhoneCommPageAbout .more_link:hover{
     text-decoration: underline;
}
 #PhoneCommPageAboutaboutus.PhoneCommPageAbout .img {
     float:left;
     width:120px;
     height:120px;
     border: 1px solid #046590;
     padding: 2px;
     margin: 0 10px 0 0;
}
 #PhoneCommPageAboutaboutus.PhoneCommPageAbout .content {
     overflow:hidden;
     padding:10px;
}
 #PhonePicListpro.PhonePicList {
     margin: 0 10px 10px;
     padding: 10px;
     background:#f5f4f4 ;
     border: 1px solid #e4e3e3;
}
 #PhonePicListpro.PhonePicList .hd {
     border-bottom: 1px solid #0473BA;
     color: #FFFFFF;
     font-size: 14px;
     font-weight: bold;
     height: 31px;
     line-height: 31px;
     overflow: hidden;
}
 #PhonePicListpro.PhonePicList .hd .title{
     background: #0473BA url("http://01748.weba.shiwangyun.com/Content/image/zh/menu_r.gif") no-repeat scroll right 0;
     display: block;
     height: 31px;
     padding-left: 2%;
     width: 32%;
     float: left;
}
 #PhonePicListpro.PhonePicList .hd a{
     color: #000000;
     float: right;
     font-weight: normal;
     margin-right: 10px;
}
 #PhonePicListpro.PhonePicList .hd a:hover{
     text-decoration: underline;
}
 #PhonePicListpro.PhonePicList .hd .more {
     float: right;
}
 #PhonePicListpro.PhonePicList .hd h3 {
     font-size: 16px;
     font-weight: bold;
     padding-left: 2px;
}
 #PhonePicListpro.PhonePicList .bd {
     padding-top: 10px;
     text-align: center;
}
 #PhonePicListpro.PhonePicList .bd li {
     float: left;
     width: 29%;
     padding: 1px;
     margin: 4px 0 0 10px;
     display: inline;
     text-align: center;
}
 #PhonePicListpro.PhonePicList .bd li img {
     width: 100%;
     display: inline-block;
     vertical-align: middle;
     border: 1px solid #dfdfdf;
}
 #PhonePicListpro.PhonePicList .bd .link_wrap {
     height: 30px;
     line-height: 30px;
     background: #fafafa;
}
 #PhonePicListpro.PhonePicList .bd .pd_link {
     margin: 0 10px;
     white-space: nowrap;
     overflow: hidden;
}
 #PhonePicListpro.PhonePicList .bd .pd_link a{
     color:#333;
}
 #PhonePicListpro.PhonePicList .Marquee_imgbx {
     margin-bottom:10px;
}
 #PhoneNPListnews_list.PhoneNPList {
     margin: 10px 10px 0;
}
 #PhoneNPListnews_list.PhoneNPList .hd {
     display: none;
}
 #PhoneNPListnews_list.PhoneNPList .hd .title{
     background-color:#666;
     padding:0 10px;
     float:left;
}
 #PhoneNPListnews_list.PhoneNPList .hd a{
     float:right;
}
 #PhoneNPListnews_list.PhoneNPList .bd .lists {
     list-style:none;
}
 #PhoneNPListnews_list.PhoneNPList li {
     border-bottom: 1px solid #e4e3e3;
     background: #f5f4f4;
     padding-left: 10px;
     vertical-align:middle;
     *zoom:1;
     font-size:12px;
  margin-bottom: 5px;
}
 #PhoneNPListnews_list.PhoneNPList li a {
     display:inline-block;
     height:28px;
     line-height:28px;
     text-decoration:none;
     color:#333333;
}
 #PhoneNPListnews_list.PhoneNPList li a:hover{
     text-decoration:underline;
     color:#333333;
}
 #PhoneNPListnews_list.PhoneNPList li .time{
     float:right;
     height:28px;
     line-height:28px;
     padding-right:20px;
     color:#666;
}
 #PhoneNPListnews_list.PhoneNPList .pager{
     padding:10px;
}
 #PhoneCommPageInfolianxi.PhoneCommPageInfo {
     background: none repeat scroll 0 0 #F5F4F4;
     border: 1px solid #E4E3E3;
     margin: 0 10px 10px;
     padding: 10px;
}
 #PhoneCommPageInfolianxi.PhoneCommPageInfo .titlehd {
     border-bottom: 1px solid #0473BA;
     color: #FFFFFF;
     font-size: 14px;
     font-weight: bold;
     height: 31px;
     line-height: 31px;
     overflow: hidden;
}
 #PhoneCommPageInfolianxi.PhoneCommPageInfo .title {
     background: #0473BA url("http://01748.weba.shiwangyun.com/Content/image/zh/menu_r.gif") no-repeat scroll right 0;
     display: block;
     height: 31px;
     padding-left: 2%;
     width: 32%;
     -webkit-background-size:5px 31px;
     background-size:5px 31px;
}
 #PhoneCommPageInfolianxi.PhoneCommPageInfo .hd {
     display: none;
}
 #PhoneCommPageInfolianxi.PhoneCommPageInfo img {
     max-width:100%;
}
 #PhoneCommPageInfolianxi.PhoneCommPageInfo .aboutnews {
     text-align: left;
     padding-bottom: 20px;
     font-weight: bold;
}
 #PhoneCommPageInfolianxi.PhoneCommPageInfo .hd .con_title {
     color: #000;
     font-size: 26px;
     font-weight: 800;
     line-height: 30px;
     margin-bottom: 6px;
}
 #PhoneCommPageInfolianxi.PhoneCommPageInfo .con_subbx {
     color: #7e7e7e;
}
 #PhoneCommPageInfolianxi.PhoneCommPageInfo span {
     padding-left: 20px;
}
 #PhoneCommPageInfolianxi.PhoneCommPageInfo .bd {
     padding: 0 20px 20px;
}
 #PhoneCommPageInfolianxi.PhoneCommPageInfo .con_summer {
     padding: 20px;
     color: #666;
}
 #PhoneCommPageInfolianxi.PhoneCommPageInfo .con_bx {
     margin-top: 20px;
}
 #PhoneNPListnews.PhoneNPList {
     margin: 0 10px 10px;
     padding: 10px;
     border: 1px solid #e4e3e3;
}
 #PhoneNPListnews.PhoneNPList .hd {
     border-bottom: 1px solid #0473BA;
     color: #FFFFFF;
     font-size: 14px;
     font-weight: bold;
     height: 31px;
     line-height: 31px;
     overflow: hidden;
}
 #PhoneNPListnews.PhoneNPList .hd .title{
     background: #0473BA url("http://01748.weba.shiwangyun.com/Content/image/zh/menu_r.gif") no-repeat scroll right 0 ;
     display: block;
     float: left;
     height: 31px;
     padding-left: 2%;
     width: 32%;
     -webkit-background-size:5px 31px;
     background-size:5px 31px;
}
 #PhoneNPListnews.PhoneNPList .hd a{
     color: #000000;
     float: right;
     font-weight: normal;
     margin-right: 10px;
}
 #PhoneNPListnews.PhoneNPList .bd .lists {
     list-style:none;
}
 #PhoneNPListnews.PhoneNPList li {
     background: #F5F4F4;
     border-bottom: 1px solid #E4E3E3;
     font-size: 12px;
     margin-bottom: 5px;
     padding-left: 10px;
     vertical-align: middle;
}
 #PhoneNPListnews.PhoneNPList li a {
     display:inline-block;
     height:28px;
     line-height:28px;
     text-decoration:none;
     color:#333;
}
 #PhoneNPListnews.PhoneNPList li a:hover {
     text-decoration: underline;
}
 #PhoneNPListnews.PhoneNPList li .time{
     float:right;
     height:28px;
     line-height:28px;
     padding-right:20px;
     color:#666;
}
 #PhoneNPListnews.PhoneNPList .pager{
     padding:10px;
     text-align: right;
}
 #PhoneNPListnews.PhoneNPList .pager a{
     color:#333;
}
 #PhoneNDetailnewsview.PhoneNDetail {
     margin: 0 10px 10px;
     padding: 10px;
     background:#f5f4f4 ;
     border: 1px solid #e4e3e3;
}
 #PhoneNDetailnewsview.PhoneNDetail .hd {
     border-bottom: 1px solid #0473BA;
     color: #FFFFFF;
     font-size: 14px;
     font-weight: bold;
     height: 31px;
     line-height: 31px;
     overflow: hidden;
}
 #PhoneNDetailnewsview.PhoneNDetail .hd span{
     background:#0473BA url("/Content/image/zh/menu_r.gif") no-repeat scroll right 0 ;
     display: block;
     height: 31px;
     padding-left: 2%;
     width: 32%;
     -webkit-background-size:5px 31px;
     background-size:5px 31px;
}
 #PhoneNDetailnewsview.PhoneNDetail .aboutnews {
     text-align: left;
     padding-bottom: 20px;
     font-weight: bold;
}
 #PhoneNDetailnewsview.PhoneNDetail .bd .news_head {
     display: none;
}
 #PhoneNDetailnewsview.PhoneNDetail .hd .con_title {
     color: #000;
     font-size: 16px;
     font-weight: 800;
     line-height: 30px;
     margin-bottom: 6px;
}
 #PhoneNDetailnewsview.PhoneNDetail .con_subbx {
     color: #7e7e7e;
}
 #PhoneNDetailnewsview.PhoneNDetail span {
     padding-left: 20px;
}
 #PhoneNDetailnewsview.PhoneNDetail .bd {
     padding: 0 10px 20px;
}
 #PhoneNDetailnewsview.PhoneNDetail .con_summer {
     border: 1px solid #dfdfdf;
     background: #efefef;
     padding: 20px;
     color: #666;
}
 #PhoneNDetailnewsview.PhoneNDetail .con_bx {
     margin-top: 10px;
}
 #PhoneNDetailnewsview.PhoneNDetail .con_bx *{
     max-width:100%!important;
}
 #PhonePicListpros.PhonePicList {
     background: none repeat scroll 0 0 #F5F4F4;
     border: 1px solid #E4E3E3;
     margin: 0 10px 10px;
     padding: 10px;
}
 #PhonePicListpros.PhonePicList .hd {
     border-bottom: 1px solid #0473BA;
     color: #FFFFFF;
     font-size: 14px;
     font-weight: bold;
     height: 31px;
     line-height: 31px;
     overflow: hidden;
}
 #PhonePicListpros.PhonePicList .hd .title{
     background:#0473BA url("/Content/image/zh/menu_r.gif") no-repeat scroll right 0 ;
     display: block;
     height: 31px;
     padding-left: 2%;
     width: 32%;
     -webkit-background-size:5px 31px;
     background-size:5px 31px;
}
 #PhonePicListpros.PhonePicList .hd .more {
     float: right;
}
 #PhonePicListpros.PhonePicList .hd h3 {
     font-size: 16px;
     font-weight: bold;
     padding-left: 10px;
}
 #PhonePicListpros.PhonePicList .bd {
     padding-top: 10px;
}
 #PhonePicListpros.PhonePicList .bd li {
     float: left;
     width: 45%;
     padding: 1px;
     margin: 4px 0 0 10px;
     display: inline;
     text-align: center;
}
 #PhonePicListpros.PhonePicList .bd li img {
     width: 100px;
     height: 80px;
     display: inline-block;
     vertical-align: middle;
     border: 1px solid #dfdfdf;
}
 #PhonePicListpros.PhonePicList .bd .link_wrap {
     height: 30px;
     line-height: 30px;
     background: #fafafa;
}
 #PhonePicListpros.PhonePicList .bd .pd_link {
     margin: 0 10px;
     white-space: nowrap;
     overflow: hidden;
}
 #PhonePicListpros.PhonePicList .bd .pd_link a{
     color:#333;
}
 #PhonePicListpros.PhonePicList .Marquee_imgbx {
     margin-bottom:10px;
}
 #PhonePicListpros.PhonePicList .bto {
     padding: 10px;
     text-align: right;
}
 #PhonePicListpros.PhonePicList .bto a{
     color:#333;
}
 #PhonePPDetailproview.PhonePPDetail {
     margin: 0 10px 10px;
     padding: 10px;
     background:#f5f4f4 ;
     border: 1px solid #e4e3e3;
}
 #PhonePPDetailproview.PhonePPDetail .hdtitle {
     border-bottom: 1px solid #0473BA;
     color: #FFFFFF;
     font-size: 14px;
     font-weight: bold;
     height: 31px;
     line-height: 31px;
     overflow: hidden;
}
 #PhonePPDetailproview.PhonePPDetail .hdtitle .title {
     background:#0473BA url("/Content/image/zh/menu_r.gif") no-repeat scroll right 0 ;
     display: block;
     height: 31px;
     padding-left: 2%;
     width: 32%;
     -webkit-background-size:5px 31px;
     background-size:5px 31px;
}
 #PhonePPDetailproview.PhonePPDetail img {
     max-width: 100%;
}
 #PhonePPDetailproview.PhonePPDetail .hdtitle h3 {
     height: 30px;
     line-height: 30px;
     font-size: 16px;
     font-weight: bold;
     padding-left: 10px;
}
 #PhonePPDetailproview.PhonePPDetail .pd_Title {
}
 #PhonePPDetailproview.PhonePPDetail .hd_bx {
     overflow: hidden;
}
 #PhonePPDetailproview.PhonePPDetail .tip {
     height: 28px;
     line-height: 28px;
     border-bottom: 1px solid #dfdfdf;
     font-size: 14px;
     padding: 5px 10px;
}
 #PhonePPDetailproview.PhonePPDetail .pd_content {
     padding: 5px 10px;
     word-break: break-all;
     word-wrap: break-word;
}
 #PhonePPDetailproview.PhonePPDetail .pd_content *{
     max-width:100%!important;
}
 #PhonePPDetailproview.PhonePPDetail .line_cell {
     margin-bottom: 15px;
}
 #PhonePPDetailproview.PhonePPDetail .para_tip {
     padding: 5px 10px;
}
 #PhonePPDetailproview.PhonePPDetail .pre_prod {
     margin-bottom: 10px;
}
 
 #PhonePPDetailproview.PhonePPDetail .pd_tip {
  display: none;
}#PhoneImgSwipebar.PhoneImgSwipe {
     width:100%;
     max-width: 640px;
     margin:0 auto;
}
 #PhoneImgSwipebar.PhoneImgSwipe .bd {
     position:relative;
}
 #PhoneImgSwipebar.PhoneImgSwipe .swipe {
     overflow: hidden;
     visibility: hidden;
     position: relative;
}
 #PhoneImgSwipebar.PhoneImgSwipe .swipe-wrap {
     overflow: hidden;
     position: relative;
}
 #PhoneImgSwipebar.PhoneImgSwipe .swipe-wrap .swipe-slide {
     float:left;
     width:100%;
     position: relative;
}
/*next 按钮需要是可以将display:none;
 去掉*/
 #PhoneImgSwipebar.PhoneImgSwipe .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 按钮*/
 #PhoneImgSwipebar.PhoneImgSwipe .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;
}
/*状态栏样式*/
 #PhoneImgSwipebar.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;
}
 #PhoneImgSwipebar.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;
}
/*当前状态样式*/
 #PhoneImgSwipebar.PhoneImgSwipe .swipe-navi .on{
     background: red;
}
 #PhonePhotoListpic.PhonePhotoList {
     overflow: hidden;
     margin: 0 10px 10px;
     padding: 10px;
     background:#f5f4f4 ;
     border: 1px solid #e4e3e3;
}
 #PhonePhotoListpic.PhonePhotoList .hd {
     border-bottom: 1px solid #0473BA;
     color: #FFFFFF;
     font-size: 14px;
     font-weight: bold;
     height: 31px;
     line-height: 31px;
     overflow: hidden;
}
 #PhonePhotoListpic.PhonePhotoList .hd .title{
     display: block;
     height: 31px;
     padding-left: 2%;
     width: 32%;
     background: #0473ba url(/Content/image/zh/menu_r.gif) right 0 no-repeat;
      background-size:5px 31px;
     -webkit-background-size:5px 31px;
} 
  
  
}
 #PhonePhotoListpic.PhonePhotoList .hd a{
     color: #000000;
     float: right;
     font-weight: normal;
     margin-right: 10px;
}
 #PhonePhotoListpic.PhonePhotoList .hd .more {
     float: right;
}
 #PhonePhotoListpic.PhonePhotoList .hd h3 {
     font-size: 16px;
     font-weight: bold;
     padding-left: 10px;
}
 #PhonePhotoListpic.PhonePhotoList .bd {
     padding: 5px;
}
 #PhonePhotoListpic.PhonePhotoList .bd li {
     float: left;
     width: 49%;
     margin: 1% 0 0 1%;
     display: inline;
     text-align: center;
}
 #PhonePhotoListpic.PhonePhotoList .bd li img {
     border: 2px solid #e8e8e8;
     height: 100px;
     width: 100px;
     max-width: 95%;
}
 #PhonePhotoListpic.PhonePhotoList .bd .link_wrap {
     height: 30px;
     line-height: 30px;
     text-align: center;
}
 #PhonePhotoListpic.PhonePhotoList .bd .pd_link {
     margin: 0 10px;
     white-space: nowrap;
     overflow: hidden;
}
 #PhonePhotoListpic.PhonePhotoList .link_wrap a{
     color: #333;
}
 #PhonePhotoListpic.PhonePhotoList #pager{
     padding: 10px;
}
 #PhonePhotoDetailhonorview.PhonePhotoDetail {
     margin: 0 10px 10px;
     padding: 10px;
     background:#f5f4f4 ;
     border: 1px solid #e4e3e3;
}
 #PhonePhotoDetailhonorview.PhonePhotoDetail .albpic {
     text-align:center;
     padding: 10px 0;
     margin-bottom: 10px;
}
 #PhonePhotoDetailhonorview.PhonePhotoDetail img{
     max-width: 100%;
}
 #PhonePhotoDetailhonorview.PhonePhotoDetail .hd {
     border-bottom: 1px solid #0473BA;
     color: #FFFFFF;
     font-size: 14px;
     font-weight: bold;
     height: 31px;
     line-height: 31px;
     overflow: hidden;
}
 #PhonePhotoDetailhonorview.PhonePhotoDetail .hd .title {
     background:#0473BA url("/Content/image/zh/menu_r.gif") no-repeat right 0 ;
     display: block;
     height: 31px;
     padding-left: 2%;
     width: 32%;
     background-size:5px 31px;
     -webkit-background-size:5px 31px;
}
 #PhonePhotoDetailhonorview.PhonePhotoDetail .picname{
     margin: 10px 0;
}
 #PhonePhotoDetailhonorview.PhonePhotoDetail .picDescript{
     color: #666;
}
 #PhonePhotoDetailhonorview.PhonePhotoDetail .bto{
     padding: 5px 8px;
}
 #PhonePhotoDetailhonorview.PhonePhotoDetail .next_albumexp{
     margin-bottom: 5px;
}
 