﻿/*全局样式*/
 a{
     color: #333;
}
 a:active{
     color: #003366;
}
/*自适应框架样式*/
 .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;
}
/*自适应框架样式-结束*/
/*menu导航*/
 .menu{
     width: 100%;
     position: relative;
     margin-top: -10px;
     z-index: 3;
}
 .menu img{
     width: 100%;
}
 .listnavi{
     position: absolute;
     width: 100%;
     height: 100%;
}
 .listnavi li {
     width: 20%;
     height: 100%;
     float: left;
     color: #fff;
     position: relative;
}
 .listnavi li a{
     color: #fff;
}
 .listnavi .contacts a{
     border-right: 0;
}
 .listnavi a.f_link {
     position: absolute;
     top: 50%;
     width: 100%;
     height: 12px;
     line-height: 12px;
     color: #fff;
     display: block;
     text-align: center;
     font-weight: bold;
     font-size: 12px;
}
 .listnavi a.h_link{
     display: block;
     height: 100%;
}
/*顶部导航-目录文字*/
 .menu .linkicon {
}
 .menu .hdnavis {
     display: none;
     position: absolute;
     right: 0px;
     width: 100%;
     z-index:10;
}
 .menu .linkicon img{
     width: 22px;
     height:15px ;
     margin-top:10px;
     margin-right: 10px;
}
 .menu .hdnavis .hdnavlists {
     background-color: rgba(38,150,14,0.9);
}
 .menu .hdnavis a {
     display: block;
     color: #fff;
     height: 30px;
     line-height: 30px;
     text-align:center;
     border-bottom:1px solid #2ca911;
     padding-top: 5%;
     font-size: 12px;
}
 .menu .hdnavis .last a {
     border-bottom:none;
}
/*头部导航*/
 .publicenv-page .top_header .hdnavi{
     position: relative;
}
 .publicenv-page .top_header .hdnavi img {
     width: 100%;
}
 .publicenv-page .top_header .hdnavi a{
     position: absolute;
     color: #fff;
     top: 30%;
     font-size: 20px;
     font-weight: bold;
     text-align:center;
     width: 100%;
}
/*页脚Logo*/
 .foot_logo{
     line-height: 50px;
     text-align:center;
     height: 45px;
     width: 100%;
     background-color: #1a2320;
     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: #fff;
     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;
}
/*首页电话*/
 .phone{
     width: 100%;
     position: relative;
}
 .phone img{
     width: 100%;
}
 .phone a{
     position: absolute;
     font-size: 18px;
     top: 30%;
     left: 30%;
}
/*首页推荐产品*/
 #bestdiv {
     background-color:#f2f2f2;
     padding: 5px;
}
 #htmlwidget1bestpro_h{
     width: 30%;
     float: left;
}
 #PhonePPListbestpro_a{
     float: left;
     width: 70%;
}
 .bestpro {
     width: 100%;
     position: relative;
}
 .bestpro img{
     width: 100%;
}
 .bestpro .bestspan{
     position:absolute;
     width: 100%;
     background-color: rgba(0,0,0,0.4);
     height: 30px;
     bottom: 0;
     line-height: 30px;
}
 .bestpro .bestspan a{
     color: #fff;
     float: right;
     margin-right: 5px;
     font-size: 16px;
     font-weight: bold;
}
/*首页案例菜单*/
 .casemenu{
     width: 100%;
     position: relative;
}
 .casemenu img{
     width: 100%;
}
 .casemenu a{
     position: absolute;
}
 .casemenu .casetitle{
     font-size: 18px;
     font-weight: bold;
     top: 25%;
     left: 2%;
     color: #60ba25;
}
 .casemenu .casemore{
     right: 0px;
     height: 80px;
     width: 40%;
}
/*内页通用标题*/
 .pagetitle{
     width: 100%;
     position: relative;
}
 .pagetitle a {
     color: #000000;
     font-size: 15px;
     font-weight: bold;
     left: 2%;
     position: absolute;
     top: 15%;
     height: 30px;
     line-height: 30px;
}
 #PhoneCommPageInfocompany_h.PhoneCommPageInfo {
     border: 1px solid #dfdfdf;
}
 #PhoneCommPageInfocompany_h.PhoneCommPageInfo .hd {
     text-align: center;
     padding-bottom: 20px;
     display: none;
}
#PhoneCommPageInfocompany_h.PhoneCommPageInfo .titlehd{
	display: none;
}
 #PhoneCommPageInfocompany_h.PhoneCommPageInfo img {
     max-width:100%;
}
 #PhoneCommPageInfocompany_h.PhoneCommPageInfo .aboutnews {
     text-align: left;
     padding-bottom: 20px;
     font-weight: bold;
}
 #PhoneCommPageInfocompany_h.PhoneCommPageInfo .hd .con_title {
     color: #000;
     font-size: 26px;
     font-weight: 800;
     line-height: 30px;
     margin-bottom: 6px;
}
 #PhoneCommPageInfocompany_h.PhoneCommPageInfo .con_subbx {
     color: #7e7e7e;
}
 #PhoneCommPageInfocompany_h.PhoneCommPageInfo span {
     padding-left: 20px;
}
 #PhoneCommPageInfocompany_h.PhoneCommPageInfo .bd {
     padding: 0 20px 20px;
}
 #PhoneCommPageInfocompany_h.PhoneCommPageInfo .con_summer {
     border: 1px solid #dfdfdf;
     background: #efefef;
     padding: 20px;
     color: #666;
}
 #PhoneCommPageInfocompany_h.PhoneCommPageInfo .con_bx {
     margin-top: 20px;
}
 #PhoneCommPageInfocontacts_h.PhoneCommPageInfo {
     border: 1px solid #dfdfdf;
}
 #PhoneCommPageInfocontacts_h.PhoneCommPageInfo .hd {
     display: none;
     text-align: center;
     padding-bottom: 20px;
}
 #PhoneCommPageInfocontacts_h.PhoneCommPageInfo .titlehd{
     display: none;
}
 #PhoneCommPageInfocontacts_h.PhoneCommPageInfo img {
     max-width:100%;
}
 #PhoneCommPageInfocontacts_h.PhoneCommPageInfo .aboutnews {
     text-align: left;
     padding-bottom: 20px;
     font-weight: bold;
}
 #PhoneCommPageInfocontacts_h.PhoneCommPageInfo .hd .con_title {
     color: #000;
     font-size: 26px;
     font-weight: 800;
     line-height: 30px;
     margin-bottom: 6px;
}
 #PhoneCommPageInfocontacts_h.PhoneCommPageInfo .con_subbx {
     color: #7e7e7e;
}
 #PhoneCommPageInfocontacts_h.PhoneCommPageInfo span {
     padding-left: 20px;
}
 #PhoneCommPageInfocontacts_h.PhoneCommPageInfo .bd {
     padding: 0 20px 20px;
}
 #PhoneCommPageInfocontacts_h.PhoneCommPageInfo .con_summer {
     border: 1px solid #dfdfdf;
    
     padding: 20px;
     color: #666;
}
 #PhoneCommPageInfocontacts_h.PhoneCommPageInfo .con_bx {
     margin-top: 20px;
}
 #PhoneNPListnewslist_c.PhoneNPList {
     background-color: #60ba25;
     margin: 0px auto;
}
 #PhoneNPListnewslist_c.PhoneNPList .hd {
     color:#fff;
     border-bottom: 1px solid #6e9c1a;
     margin-bottom:1px;
     font-size: 16px;
     font-weight: bold;
     height: 35px;
     line-height: 35px;
     overflow:hidden;
     background: url( http://01803.weba.shiwangyun.com/Content/image/zh/cafe.jpg) 5px 0 no-repeat;
     background-size: 30px 30px;
     -webkit-background-size: 30px 30px;
}
 #PhoneNPListnewslist_c.PhoneNPList .hd .title{
     padding:0 40px;
     float:left;
}
 #PhoneNPListnewslist_c.PhoneNPList .hd a{
     float:right;
     color: #fff;
     font-size: 14px;
     margin-right: 5px;
}
 #PhoneNPListnewslist_c.PhoneNPList .bd .lists {
     list-style:none;
}
 #PhoneNPListnewslist_c.PhoneNPList li {
     margin-top:10px;
     padding-left: 10px;
     vertical-align:middle;
     *zoom:1;
     font-size:12px;
     border-bottom: 1px solid #6e9c1a;
}
 #PhoneNPListnewslist_c.PhoneNPList li a {
     display:inline-block;
     height:28px;
     line-height:28px;
     text-decoration:none;
     color: #fff;
}
 #PhoneNPListnewslist_c.PhoneNPList li .time{
     float:right;
     height:28px;
     line-height:28px;
     padding-right:10px;
     color:#fff;
}
 #PhoneNPListnewslist_c.PhoneNPList .pager{
     padding:10px;
}
 #PhoneCommPageInfomaps_h.PhoneCommPageInfo {
     border: 1px solid #dfdfdf;
}
 #PhoneCommPageInfomaps_h.PhoneCommPageInfo .hd {
     text-align: center;
     padding-bottom: 20px;
     display: none;
}
#PhoneCommPageInfomaps_h.PhoneCommPageInfo .titlehd{
	display: none;
}
 #PhoneCommPageInfomaps_h.PhoneCommPageInfo img {
     max-width:100%;
}
 #PhoneCommPageInfomaps_h.PhoneCommPageInfo .aboutnews {
     text-align: left;
     padding-bottom: 20px;
     font-weight: bold;
}
 #PhoneCommPageInfomaps_h.PhoneCommPageInfo .hd .con_title {
     color: #000;
     font-size: 26px;
     font-weight: 800;
     line-height: 30px;
     margin-bottom: 6px;
}
 #PhoneCommPageInfomaps_h.PhoneCommPageInfo .con_subbx {
     color: #7e7e7e;
}
 #PhoneCommPageInfomaps_h.PhoneCommPageInfo span {
     padding-left: 20px;
}
 #PhoneCommPageInfomaps_h.PhoneCommPageInfo .bd {
     padding: 0 20px 20px;
}
 #PhoneCommPageInfomaps_h.PhoneCommPageInfo .con_summer {
     border: 1px solid #dfdfdf;
     background: #efefef;
     padding: 20px;
     color: #666;
}
 #PhoneCommPageInfomaps_h.PhoneCommPageInfo .con_bx {
     margin-top: 20px;
}
 #PhoneMListmessages_h.PhoneMList {
     width:100%;
}
 #PhoneMListmessages_h.PhoneMList .hd {
     display: none;
     height: 40px;
     line-height: 40px;
     font-size: 14px;
     font-weight: bold;
     border-bottom: 1px solid #dfdfdf;
     margin-bottom: 20px;
}
 #PhoneMListmessages_h.PhoneMList table {
     width: 100%;
     table-layout: fixed;
     border-collapse: collapse;
}
 #PhoneMListmessages_h.PhoneMList td, #PhoneMListmessages_h.PhoneMList th {
     vertical-align: top;
     padding: 5px;
}
 #PhoneMListmessages_h.PhoneMList th {
     font-size: 12px;
     font-weight: bold;
     text-align: right;
     width: 60px;
     color: #333;
}
 #PhoneMListmessages_h.PhoneMList td {
     padding-left: 20px;
}
 #PhoneMListmessages_h.PhoneMList input.text {
     padding: 3px;
     border: 1px solid #999;
     -webkit-border-radius: 0;
     border-radius: 0;
     width: 98%;
}
 #PhoneMListmessages_h.PhoneMList textarea.lecontent {
     width: 98%;
     height: 100px;
     padding: 3px;
     overflow: auto;
     -webkit-border-radius: 0;
     border-radius: 0;
     border: 1px solid #999;
}
 #PhoneMListmessages_h.PhoneMList .lg_content {
     margin-top: 10px;
}
 #PhoneMListmessages_h.PhoneMList .send{
     color: #efefef;
     background: #960f0f;
     border: 1px solid #600303;
     -webkit-border-radius: 0;
     border-radius: 0;
     padding: 3px 5px;
}
 #PhoneNDetailnewsinfo_s.PhoneNDetail {
     width:98%;
     margin: auto;
}
 #PhoneNDetailnewsinfo_s.PhoneNDetail .hd {
     display: none;
     text-align: center;
     padding-bottom: 10px;
}
 #PhoneNDetailnewsinfo_s.PhoneNDetail .aboutnews {
     text-align: left;
     padding-bottom: 20px;
     font-weight: bold;
}
 #PhoneNDetailnewsinfo_s.PhoneNDetail .hd .con_title {
     color: #000;
     font-size: 16px;
     font-weight: 800;
     line-height: 30px;
     margin-bottom: 6px;
}
 #PhoneNDetailnewsinfo_s.PhoneNDetail .con_subbx {
     color: #7e7e7e;
}
 #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;
}
 #PhoneNPListnewslist.PhoneNPList {
     width:98%;
     margin: auto;
}
 #PhoneNPListnewslist.PhoneNPList .hd {
     display: none;
     height:30px;
     line-height:30px;
     border-bottom:1px solid #003366;
     overflow:hidden;
     background:#fff;
     padding:0 10px;
     background: #fff url(http://01353.weba.shiwangyun.com/Content/image/zh/pagetitle.jpg) 0 0 no-repeat;
}
 #PhoneNPListnewslist.PhoneNPList .hd .title{
     float: left;
     margin-left: 35px;
     font-size: 15px;
     color: #003366;
     font-weight: bold;
     width: 200px;
}
 #PhoneNPListnewslist.PhoneNPList .hd a{
     float: right;
     color: #666;
}
 #PhoneNPListnewslist.PhoneNPList .bd .lists {
     list-style:none;
}
 #PhoneNPListnewslist.PhoneNPList li {
     border-bottom: 1px dashed #afafaf;
     padding-left: 10px;
     vertical-align:middle;
     *zoom:1;
     font-size:12px;
     word-wrap: break-word;
}
 #PhoneNPListnewslist.PhoneNPList li a {
     display:inline-block;
     height:28px;
     line-height:28px;
     text-decoration:none;
     width: 65%;
}
 #PhoneNPListnewslist.PhoneNPList li .time{
     float:right;
     height:28px;
     line-height:28px;
     padding-right:20px;
     color:#666;
}
 #PhoneNPListnewslist.PhoneNPList .pager{
     padding:10px;
     text-align: right;
}
  
/*挂件主体*/
 #PhoneJobDetailpersoninfo_h.PhoneJobDetail {
     
}
 #PhoneJobDetailpersoninfo_h.PhoneJobDetail th {
     width:40px;
     text-align:right;
     font-weight:bold;
}
 #PhoneJobDetailpersoninfo_h.PhoneJobDetail th,#PhoneJobDetailpersoninfo_h.PhoneJobDetail td {
     padding:10px 0 0 10px;
}
 #PhoneJobDetailpersoninfo_h.PhoneJobDetail #PhoneJobDetailpersoninfo_h.PhoneJobDetail_table {
     table-layout:fixed;
     width:100%;
}
  
/*挂件主体*/
 #PhoneJobListpersonlist_H.PhoneJobList {
}
/*招聘表主体*/
 #PhoneJobListpersonlist_H.PhoneJobList .job_data_box {
     table-layout: fixed;
     width: 100%;
     margin-bottom: 10px;
     text-align: center;
}
 #PhoneJobListpersonlist_H.PhoneJobList .job_act {
     width: 100px;
}
 #PhoneJobListpersonlist_H.PhoneJobList td, #PhoneJobListpersonlist_H.PhoneJobListemploypage#PhoneJobListpersonlist_H.PhoneJobList th {
     word-wrap: break-word;
     padding: 10px 0 0 10px;
}
/*分页样式*/
 #PhoneJobListpersonlist_H.PhoneJobList #pager {
     font-size: 12px;
     padding: 10px;
     float: right;
     color: #000;
}
 #PhonePhotoDetailphotoinfo_h.PhonePhotoDetail {
    
}
 #PhonePhotoDetailphotoinfo_h.PhonePhotoDetail .albpic {
     text-align:center;
     padding: 10px 0;
     margin-bottom: 10px;
}
 #PhonePhotoDetailphotoinfo_h.PhonePhotoDetail img{
     max-width: 100%;
}
 #PhonePhotoDetailphotoinfo_h.PhonePhotoDetail .hd {
     display: none;
     padding-left: 10px;
     font-size: 14px;
     font-weight: bold;
     height: 33px;
     line-height: 33px;
     overflow:hidden;
     color: #fff;
     background: #dfdfdf;
}
 #PhonePhotoDetailphotoinfo_h.PhonePhotoDetail .hd h3 {
     font-size: 16px;
     font-weight: bold;
}
 #PhonePhotoDetailphotoinfo_h.PhonePhotoDetail .picname{
     margin: 10px 0;
}
 #PhonePhotoDetailphotoinfo_h.PhonePhotoDetail .picDescript{
     color: #666;
}
 #PhonePhotoDetailphotoinfo_h.PhonePhotoDetail .bto{
     padding: 5px 8px;
}
 #PhonePhotoDetailphotoinfo_h.PhonePhotoDetail .next_albumexp{
     margin-bottom: 5px;
}
 #PhonePhotoListphotolist_h.PhonePhotoList {
     overflow: hidden;
}
 #PhonePhotoListphotolist_h.PhonePhotoList .hd {
     display: none;
}
 #PhonePhotoListphotolist_h.PhonePhotoList .hd .more {
     float: right;
}
 #PhonePhotoListphotolist_h.PhonePhotoList .hd h3 {
     font-size: 16px;
     font-weight: bold;
     padding-left: 10px;
}
 #PhonePhotoListphotolist_h.PhonePhotoList .bd {
     padding: 5px;
}
 #PhonePhotoListphotolist_h.PhonePhotoList .bd li {
     float: left;
     width: 32%;
     margin: 1% 0 0 1%;
     display: inline;
     text-align: center;
}
 #PhonePhotoListphotolist_h.PhonePhotoList .bd li img {
     border: 1px solid #ccc;
     margin-top: 5px;
     width: 90%;
     max-width: 95%;
     height: 85px;
}
 #PhonePhotoListphotolist_h.PhonePhotoList .bd .link_wrap {
     height: 30px;
     line-height: 30px;
     text-align: center;
}
 #PhonePhotoListphotolist_h.PhonePhotoList .bd .pd_link {
     margin: 0 10px;
     white-space: nowrap;
     overflow: hidden;
}
 #PhonePhotoListphotolist_h.PhonePhotoList .link_wrap a{
     color: #333;
}
 #PhonePhotoListphotolist_h.PhonePhotoList #pager{
     padding: 10px;
     float: right;
}
 #PhonePhotoListphotolist_h .Marquee_imgbx{
     border: 1px solid #ccc;
     border-radius: 5px;
     box-shadow: #ccc 0px 0px 5px;
}
 /*forSeprateConfigStyles*//* 挂件开始 */
 #PhonePPDetail584.PhonePPDetail {
     
}
 #PhonePPDetail584.PhonePPDetail img {
     max-width: 100%;
}
/* 挂件头部标题 */
 #PhonePPDetail584.PhonePPDetail .hdtitle h3 {
     height: 30px;
     line-height: 30px;
     font-size: 16px;
     font-weight: bold;
     padding-left: 10px;
}
 #PhonePPDetail584.PhonePPDetail .pd_Title {
     font-size: 16px;
     font-weight: bold;
     text-align:center;
}
 #PhonePPDetail584.PhonePPDetail .hd_bx {
     overflow: hidden;
}
 #PhonePPDetail584.PhonePPDetail .tip {
     height: 28px;
     line-height: 28px;
     border-bottom: 1px solid #dfdfdf;
     font-size: 14px;
     padding: 5px 10px;
}
/* 产品详情 */
 #PhonePPDetail584.PhonePPDetail .pd_content {
     padding: 5px 10px;
     word-break: break-all;
     word-wrap: break-word;
}
 #PhonePPDetail584.PhonePPDetail .pd_content *{
     max-width:100%!important;
}
 #PhonePPDetail584.PhonePPDetail .line_cell {
     margin-bottom: 15px;
}
 #PhonePPDetail584.PhonePPDetail .para_tip {
     padding: 5px 10px;
}
 #PhonePPDetail584.PhonePPDetail .pre_prod {
     margin-bottom: 10px;
}
 /*forSeprateConfigStyles*/#PhonePPListprolist_cc.PhonePPList {
     overflow: hidden;
}
 #PhonePPListprolist_cc.PhonePPList .hd {
     display: none;
     height:30px;
     line-height:30px;
     border-bottom:1px solid #003366;
     overflow:hidden;
     padding:0 10px;
}
 #PhonePPListprolist_cc.PhonePPList .hd .title{
     float: left;
     margin-left: 5px;
     font-size: 18px;
     color: #699dc1;
     font-weight: bold;
}
 #PhonePPListprolist_cc.PhonePPList .hd a {
     float: right;
     color: #699dc1;
}
 #PhonePPListprolist_cc.PhonePPList .bd {
     width: 100%;
}
 #PhonePPListprolist_cc.PhonePPList .bd li {
     float: left;
     width: 31.5%;
     margin: 1% 0 0 1%;
     display: inline;
     text-align: center;
     border: 1px solid #ccc;
     border-radius: 5px;
     box-shadow: #ccc 0px 0px 5px;
}
 #PhonePPListprolist_cc.PhonePPList .img_thum {
}
 #PhonePPListprolist_cc.PhonePPList .bd li img {
     border: 1px solid #ccc;
     margin-top: 5px;
     width: 90%;
     max-width: 95%;
     height: 90px;
     width: 150px;
}
 #PhonePPListprolist_cc.PhonePPList .bd .link_wrap {
     word-wrap: break-word;
     overflow: hidden;
     padding: 10px;
}
 #PhonePPListprolist_cc.PhonePPList .bd .pd_link {
     text-decoration: none;
     line-height:15px;
     margin-bottom: 20px;
}
 #PhonePPListprolist_cc.PhonePPList .bd .pd_link a{
     color: #325478;
     font-size: 12px;
}
 #PhonePPListprolist_cc.PhonePPList .bd .pd_jj{
     color:#000;
     display: none;
}
 #PhonePPListprolist_cc.PhonePPList .pager{
     padding:10px;
     float: right;
}
 /*forSeprateConfigStyles*/#PhoneImgSwipeadsslider_a.PhoneImgSwipe {
     width:100%;
     max-width: 640px;
     margin:0 auto;
}
 #PhoneImgSwipeadsslider_a.PhoneImgSwipe .bd {
     position:relative;
}
 #PhoneImgSwipeadsslider_a.PhoneImgSwipe .swipe {
     overflow: hidden;
     visibility: hidden;
     position: relative;
}
 #PhoneImgSwipeadsslider_a.PhoneImgSwipe .swipe-wrap {
     overflow: hidden;
     position: relative;
}
 #PhoneImgSwipeadsslider_a.PhoneImgSwipe .swipe-wrap .swipe-slide {
     float:left;
     width:100%;
     position: relative;
}
/*next 按钮需要是可以将display:none;
 去掉*/
 #PhoneImgSwipeadsslider_a.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 按钮*/
 #PhoneImgSwipeadsslider_a.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;
}
/*状态栏样式*/
 #PhoneImgSwipeadsslider_a.PhoneImgSwipe .swipe-navi{
     position: absolute;
     width:100%;
     bottom: 0;
     height: 10px;
     line-height: 0;
     padding:5px 0;
     text-align: center;
    
}
 #PhoneImgSwipeadsslider_a.PhoneImgSwipe .swipe-navi li{
     display: inline-block;
     width: 12px;
     height:12px;
     font-size: 0;
     line-height: 0;
     background: #343434;
     margin-right: 5px;
     -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
     border-radius: 8px;
}
/*当前状态样式*/
 #PhoneImgSwipeadsslider_a.PhoneImgSwipe .swipe-navi .on{
     background: #ec4f2d;
}
 #PhonePPListbestpro_a.PhonePPList {
     overflow: hidden;
     width: 100%;
}
 #PhonePPListbestpro_a.PhonePPList .hd {
     display: none;
}
 #PhonePPListbestpro_a.PhonePPList .hd .title{
     float:left;
}
 #PhonePPListbestpro_a.PhonePPList .hd .morelink {
     float: right;
}
/*产品分类按钮*/
 #PhonePPListbestpro_a.PhonePPList .pdcate_btn {
     display: none;
     padding:0 10px;
     float:right;
     border:1px solid #dfdfdf;
     background:#fff;
     color:#000;
     font-size:12px;
}
/*产品分类列表*/
 #PhonePPListbestpro_a.PhonePPList .pd_catelist {
     display: none;
     position:absolute;
     right:0;
     top:30px;
     background:#fff;
     border:1px solid #dfdfdf;
     width:150px;
     text-align:left;
}
 #PhonePPListbestpro_a.PhonePPList .pd_catelist a {
     display:block;
     line-height:30px;
     font-size:12px;
     color:#666;
     font-weight:normal;
     padding-left:10px;
}
 #PhonePPListbestpro_a.PhonePPList .bd {
}
 #PhonePPListbestpro_a.PhonePPList .bd li {
     text-align: left;
     overflow: hidden;
     float: left;
     width: 33%;
     position: relative;
}
 #PhonePPListbestpro_a.PhonePPList .img_thum {
     float: left;
     width: 100%;
     text-align: center;
     margin-left: 5px;
     margin-bottom: 5px;
}
 #PhonePPListbestpro_a.PhonePPList .bd li img {
     display: inline-block;
     vertical-align: middle;
     width: 97%;
     padding: 0px;
     background: #fff;
     border: 0px solid #dfdfdf;
  height: 90px;
}
 #PhonePPListbestpro_a.PhonePPList .bd .link_wrap {
     position: absolute;
     left: 5px;
     right: 0;
     bottom: 5px;
     overflow: hidden;
}
 #PhonePPListbestpro_a.PhonePPList .bd .pd_link {
     white-space: nowrap;
     overflow: hidden;
     text-decoration: none;
     line-height:28px;
     background: rgba(0,0,0,0.4);
     width: 98%;
     text-indent: 5px;
     float: right;
}
 #PhonePPListbestpro_a.PhonePPList .bd .pd_link a{
     color: #fff;
}
 #PhonePPListbestpro_a.PhonePPList .bd .pd_jj{
     color:#666;
     display: none;
}
 #PhonePPListbestpro_a.PhonePPList #pager{
     padding:10px;
}
 /*forSeprateConfigStyles*/#PhonePhotoListindex_case.PhonePhotoList {
     overflow: hidden;
}
 #PhonePhotoListindex_case.PhonePhotoList .hd {
     display: none;
}
 #PhonePhotoListindex_case.PhonePhotoList .hd .more {
     float: right;
}
 #PhonePhotoListindex_case.PhonePhotoList .hd h3 {
     font-size: 16px;
     font-weight: bold;
     padding-left: 10px;
}
 #PhonePhotoListindex_case.PhonePhotoList .bd {
     padding: 5px;
}
 #PhonePhotoListindex_case.PhonePhotoList .bd li {
     float: left;
     width: 32%;
     margin: 1% 0 0 1%;
     display: inline;
     text-align: center;
}
 #PhonePhotoListindex_case.PhonePhotoList .bd li img {
     border: 1px solid #ccc;
     margin-top: 5px;
     width: 90%;
     max-width: 95%;
     height: 86px;
}
 #PhonePhotoListindex_case.PhonePhotoList .bd .link_wrap {
     height: 30px;
     line-height: 30px;
     text-align: center;
}
 #PhonePhotoListindex_case.PhonePhotoList .bd .pd_link {
     margin: 0 10px;
     white-space: nowrap;
     overflow: hidden;
}
 #PhonePhotoListindex_case.PhonePhotoList .link_wrap a{
     color: #333;
}
 #PhonePhotoListindex_case.PhonePhotoList #pager{
     padding: 10px;
     float: right;
}
 #PhonePhotoListindex_case .Marquee_imgbx{
     border: 1px solid #ccc;
     border-radius: 5px;
     box-shadow: #ccc 0px 0px 5px;
}
 /*forSeprateConfigStyles*/