﻿/*body字体样式*/
 body{
     font-family: "微软雅黑";
     font-size: 12px;
}
/*自适应框架样式*/
 .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;
     min-width: 320px;
     margin: 0 auto;
     background: #fff;
     -webkit-background-size:100% 246px;
     background-size:100% 246px;
}
 .mdpage_body{
     padding-bottom: 52px;
     background: #e0eaf4;
}
/*底部导航*/
 .btonavi {
     background: url(/Content/image/zh/btonavibg.png) 0 0 repeat-x;
     height: 52px;
     -webkit-background-size:20px 52px;
     background-size:20px 52px;
     border-top: 2px solid #036;
}
 .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;
    }
}
/*导航下拉菜单*/
 .hdnavis{
     position: absolute;
     right: 1px;
     top: 48px;
     width:90px;
     background: #f0f0f0;
     padding: 3px 0 3px 0;
     z-index: 999!important;
     box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
     border: 1px solid #d8d8d8;
}
 .hdnavlists li{
     padding: 1px 0;
     border-bottom: 1px solid #ccc;
}
 .hdnavlists a{
     color: #333;
     margin: 1px 5px 1px 5px;
     padding: 3px 10px;
     line-height:20px;
     display: block;
}
 .bshare{
     display: none;
}
/*分享弹层*/
 .publicenv-page .share-overlay,.publicenv-page .share-layer{
     display: none;
}
 .share-overlay{
     position: absolute;
     width: 100%;
     height: 100%;
     background: #003d8e;
     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;
}
 .c{
     clear: both;
}
 .top{
     width: 100%;
     overflow: hidden;
     background: url( /Content/image/zh/header_bg.jpg) 0 0 no-repeat;
     background-size: 100% 100%;
     border-bottom: 4px solid #014c99;
}
 .top .toplt{
     float: left;
     color:#fff;
     font-size: 18px;
     font-weight: bold;
     color: #003366;
     height: 50px;
     line-height: 50px;
     margin-left: 18px;
}
 .top .toprt{
     float: right;
     color:#fff;
     font-size: 14px;
     color: #666;
     height: 50px;
     line-height: 50px;
     margin-right: 10px;
     padding-left: 20px;
     background: url(/Content/image/zh/header_tel.jpg ) left center no-repeat;
     background-size: 15px 15px;
}
 .mainmeun{
     background: url(/Content/image/zh/nav_bg.jpg ) 0 0 no-repeat;
     background-size: 100% 100%;
     overflow:hidden ;
     border-bottom: 2px solid #014c99;
}
 .mainmeun .index{
     float: left;
     width: 18%;
     height: 60px;
     line-height: 60px;
}
 .mainmeun .index a{
     color: #fff;
     height: 61px;
     font-size: 14px;
     display: block;
     border-right: 1px solid #a4b8cd;
     border-bottom: 1px solid #a4b8cd;
     padding-left: 48%;
     background: url(/Content/image/zh/index.png ) 28% center no-repeat;
     background-size: 18px 15px;
}
 .mainmeun .return{
     float: left;
     width: 9%;
     text-align: center;
     height: 61px;
     line-height: 60px;
     border-bottom: 1px solid #a4b8cd;
}
 .mainmeun .return a{
     display: block;
     height: 60px;
     line-height: 60px;
     background: url(/Content/image/zh/return.png ) center center no-repeat;
     background-size: 24px 22px;
}
 .mainmeun ul{
     float: left;
     width: 73%;
}
 .mainmeun li{
     float: left;
     width: 25%;
}
 .mainmeun li a{
     display: block;
     color:#fff;
     text-align:center;
     height: 30px;
     line-height: 30px;
     border-right: 1px solid #a4b8cd;
     border-bottom: 1px solid #a4b8cd;
}
 .mainmeun li a:hover{
     color:#e9d7a3;
}
 .protop{
     background: #efefef url(/Content/image/zh/i_3.png ) center 0 no-repeat;
     text-align: center;
     height: 98px;
}
 .protop_a{
     padding-top:58px;
}
 .waijingtop{
     background: #fff url(/Content/image/zh/i_4.png ) center bottom no-repeat;
     text-align: center;
     height: 80px;
     margin-top: 15px;
}
 .waijingtop .topline{
     background: url(/Content/image/zh/i_5.png ) top center no-repeat;
     -webkit-background-size:90% 17px;
     background-size:90% 17px;
}
 .topline_a{
     padding-top: 60px;
}
 .fotmeun{
     width: 100%;
     background: #0153a7;
     padding: 5px 0;
}
 .fotmeun ul{
     text-align: center;
     margin: 0 auto;
}
 .fotmeun li{
     float: left;
     display: inline-block;
     border-right: 1px solid#fff;
     width: 19%;
     text-align: center;
}
 .fotmeun .lianxi{
     border-right: none;
}
 .fotmeun li a{
     display: block;
     color:#fff;
     white-space:nowrap;
     text-align:center;
     line-height:20px;
     padding: 0 5px;
}
/*首页_给我留言样式*/
 .ygl_message{
     width:93%;
     margin:0 4% 0 3%;
     background: #1a528c;
     background-size: 14px 14px;
     text-align: center;
     height: 26px;
     line-height: 26px;
}
 .ygl_message a{
     color: #fff;
}
 #PhoneCommPageInfoabout.PhoneCommPageInfo {
  width: 96%;
  margin: 5px 2% 10px;
  background: #f9f9f9;
  border: 1px solid #cecece;
}
 #PhoneCommPageInfoabout.PhoneCommPageInfo .titlehd {
     text-align: left;
     padding: 10px 0;
     font-size: 16px;
     font-weight: bold;
     color:#333;
  background: url(/Content/image/zh/content_bg.jpg ) left top repeat-x;
}
#PhoneCommPageInfoabout.PhoneCommPageInfo .titlehd .title{
  display: block;
  color: #1a508c;
  margin: 8px 10px 4px;
  padding-left: 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #cdcdcd;
}
 #PhoneCommPageInfoabout.PhoneCommPageInfo .hd {
     text-align: center;
     padding-bottom: 20px;
     display: none;
}
 #PhoneCommPageInfoabout.PhoneCommPageInfo img {
     max-width:100%;
}
 #PhoneCommPageInfoabout.PhoneCommPageInfo .aboutnews {
     text-align: left;
     padding-bottom: 20px;
     font-weight: bold;
}
 #PhoneCommPageInfoabout.PhoneCommPageInfo .hd .con_title {
     color: #000;
     font-size: 26px;
     font-weight: 800;
     line-height: 30px;
     margin-bottom: 6px;
}
 #PhoneCommPageInfoabout.PhoneCommPageInfo .con_subbx {
     color: #7e7e7e;
}
 #PhoneCommPageInfoabout.PhoneCommPageInfo span {
}
 #PhoneCommPageInfoabout.PhoneCommPageInfo .bd {
     padding: 0 20px 20px;
}
 #PhoneCommPageInfoabout.PhoneCommPageInfo .con_summer {
     border: 1px solid #dfdfdf;
     background: #efefef;
     padding: 20px;
     color: #666;
}
 #PhoneCommPageInfoabout.PhoneCommPageInfo .con_bx {
     margin-top: 0px;
     color:#333;
}
  
/*挂件主体*/
 #PhoneJobListjob.PhoneJobList {
  width: 96%;
     margin: 5px 2% 10px;
     background: #f9f9f9;
     border: 1px solid #cecece;
}
 #PhoneJobListjob.PhoneJobList a{
     color:#333;
}
 #PhoneJobListjob.PhoneJobList .hd{
     text-align: left;
     padding: 10px 0;
     font-size: 16px;
     font-weight: bold;
     color:#333;
     background: url(/Content/image/zh/content_bg.jpg ) left top repeat-x;
}
#PhoneJobListjob.PhoneJobList .hd .title{
display: block;
     color: #1a508c;
     margin: 8px 10px 4px;
     padding-left: 12px;
     padding-bottom: 4px;
     border-bottom: 1px solid #cdcdcd;
}
/*招聘表主体*/
 #PhoneJobListjob.PhoneJobList .job_data_box {
     table-layout: fixed;
     width: 100%;
     margin-bottom: 10px;
     text-align: center;
}
 #PhoneJobListjob.PhoneJobList .job_act {
     width: 100px;
}
 #PhoneJobListjob.PhoneJobList td, #PhoneJobListjob.PhoneJobListemploypage#PhoneJobListjob.PhoneJobList th {
     word-wrap: break-word;
     padding: 10px 0 0 10px;
}
/*分页样式*/
 #PhoneJobListjob.PhoneJobList #pager {
     font-size: 12px;
     padding: 10px;
     text-align: center;
     color: #000;
}
  
/*挂件主体*/
 #PhoneJobDetailjobview.PhoneJobDetail {
     width: 96%;
     margin: 5px 2% 10px;
     background: #f9f9f9;
     border: 1px solid #cecece;
}
 #PhoneJobDetailjobview.PhoneJobDetail .hd{
     text-align: left;
     padding: 10px 0;
     font-size: 16px;
     font-weight: bold;
     color:#333;
     background: url(/Content/image/zh/content_bg.jpg ) left top repeat-x;
}
 #PhoneJobDetailjobview.PhoneJobDetail .hd .title{
     display: block;
     color: #1a508c;
     margin: 8px 10px 4px;
     padding-left: 12px;
     padding-bottom: 4px;
     border-bottom: 1px solid #cdcdcd;
}
 #PhoneJobDetailjobview.PhoneJobDetail .bd{
     margin-bottom: 8px;
}
 #PhoneJobDetailjobview.PhoneJobDetail .bd table{
     width: 94%;
     margin: 0 auto;
}
 #PhoneJobDetailjobview.PhoneJobDetail .bd table.PhoneJobDetail_table th {
     width:13%;
     text-align:right;
     font-weight:bold;
     vertical-align:top;
}
 #PhoneJobDetailjobview.PhoneJobDetail th,#PhoneJobDetailjobview.PhoneJobDetail td {
     padding:10px 0 0 10px;
}
 #PhoneJobDetailjobview.PhoneJobDetail #PhoneJobDetailjobview.PhoneJobDetail_table {
     table-layout:fixed;
     width:100%;
}
 #PhoneCommPageInfolianxi.PhoneCommPageInfo {
   width: 96%;
     margin: 5px 2% 10px;
     background: #f9f9f9;
     border: 1px solid #cecece;
}
 #PhoneCommPageInfolianxi.PhoneCommPageInfo .titlehd {
     text-align: left;
     padding: 10px 0;
     font-size: 16px;
     font-weight: bold;
     color:#333;
     background: url(/Content/image/zh/content_bg.jpg ) left top repeat-x;
}
#PhoneCommPageInfolianxi.PhoneCommPageInfo .titlehd .title{
  display: block;
     color: #1a508c;
     margin: 8px 10px 4px;
     padding-left: 12px;
     padding-bottom: 4px;
     border-bottom: 1px solid #cdcdcd;
}
 #PhoneCommPageInfolianxi.PhoneCommPageInfo .hd {
     text-align: center;
     padding-bottom: 20px;
     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 {
}
 #PhoneCommPageInfolianxi.PhoneCommPageInfo .bd {
     padding: 0 20px 20px;
}
 #PhoneCommPageInfolianxi.PhoneCommPageInfo .con_summer {
     border: 1px solid #dfdfdf;
     background: #efefef;
     padding: 20px;
     color: #666;
}
 #PhoneCommPageInfolianxi.PhoneCommPageInfo .con_bx {
     margin-top: 0px;
     color:#333;
}
  #PhoneMListmsg.PhoneMList {
     width: 96%;
     margin: 5px 2% 10px;
     background: #f9f9f9;
     border: 1px solid #cecece;
}
 #PhoneMListmsg.PhoneMList .hd {
     text-align: left;
     padding: 10px 0;
     font-size: 16px;
     font-weight: bold;
     color:#333;
     background: url(/Content/image/zh/content_bg.jpg ) left top repeat-x;
}
 #PhoneMListmsg.PhoneMList .hd .title{
     display: block;
     color: #1a508c;
     margin: 8px 10px 4px;
     padding-left: 12px;
     padding-bottom: 4px;
     border-bottom: 1px solid #cdcdcd;
}
 #PhoneMListmsg.PhoneMList table {
     table-layout: fixed;
     border-collapse: collapse;
     margin: 0 auto;
     width: 75%;
}
 #PhoneMListmsg.PhoneMList td, #PhoneMListmsg.PhoneMList th {
     vertical-align: top;
     padding: 5px;
}
 #PhoneMListmsg.PhoneMList th {
     font-size: 12px;
     font-weight: bold;
     text-align: right;
     width: 70px;
     color: #333;
}
 #PhoneMListmsg.PhoneMList td {
     padding-left: 20px;
}
 #PhoneMListmsg.PhoneMList input.text {
     padding: 3px;
     border: 1px solid #999;
     -webkit-border-radius: 0;
     border-radius: 0;
     width: 98%;
}
 #PhoneMListmsg.PhoneMList textarea.lecontent {
     width: 98%;
     height: 100px;
     padding: 3px;
     overflow: auto;
     -webkit-border-radius: 0;
     border-radius: 0;
     border: 1px solid #999;
}
 #PhoneMListmsg.PhoneMList .lg_content {
     margin-top: 10px;
}
 #PhoneMListmsg.PhoneMList .send{
     color: #efefef;
     background: #960f0f;
     border: 1px solid #600303;
     -webkit-border-radius: 0;
     border-radius: 0;
     padding: 3px 5px;
}
 #PhoneNPListnews.PhoneNPList {
     width: 96%;
     margin: 5px 2% 10px;
     background: #f9f9f9;
     border: 1px solid #cecece;
}
 #PhoneNPListnews.PhoneNPList a{
     color:#333;
}
 #PhoneNPListnews.PhoneNPList .hd {
     text-align: left;
     padding: 10px 0;
     font-size: 16px;
     font-weight: bold;
     color:#333;
     background: url(/Content/image/zh/content_bg.jpg ) left top repeat-x;
}
 #PhoneNPListnews.PhoneNPList .hd .title{
     display: block;
     color: #1a508c;
     margin: 8px 10px 4px;
     padding-left: 12px;
     padding-bottom: 4px;
     border-bottom: 1px solid #cdcdcd;
}
 #PhoneNPListnews.PhoneNPList .hd a{
     float:right;
}
 #PhoneNPListnews.PhoneNPList .bd {
     padding: 0 10px;
     min-height: 137px;
}
 #PhoneNPListnews.PhoneNPList .bd .lists {
     list-style:none;
}
 #PhoneNPListnews.PhoneNPList li {
     border-bottom: 1px dashed #afafaf;
     padding-left: 10px;
     vertical-align:middle;
     *zoom:1;
     font-size:12px;
  margin-left: 10px;
}
 #PhoneNPListnews.PhoneNPList li a {
     display:inline-block;
     height:28px;
     line-height:28px;
     text-decoration:none;
}
 #PhoneNPListnews.PhoneNPList li .time{
     float:right;
     height:28px;
     line-height:28px;
     padding-right:20px;
     color:#666;
}
 #PhoneNPListnews.PhoneNPList .pager{
     padding:10px;
     text-align: right;
}
 #PhoneNDetailnewsview.PhoneNDetail {
     width: 96%;
     margin: 5px 2% 10px;
     background: #f9f9f9;
     border: 1px solid #cecece;
}
 #PhoneNDetailnewsview.PhoneNDetail .hd {
     text-align: left;
     padding: 10px 0;
     font-size: 16px;
     font-weight: bold;
     color:#333;
     background: url(/Content/image/zh/content_bg.jpg ) left top repeat-x;
}
 #PhoneNDetailnewsview.PhoneNDetail .hd span{
     display: block;
     color: #1a508c;
     margin: 8px 10px 4px;
     padding-left: 12px;
     padding-bottom: 4px;
     border-bottom: 1px solid #cdcdcd;
}
 #PhoneNDetailnewsview.PhoneNDetail .aboutnews {
     text-align: left;
     padding-bottom: 20px;
     font-weight: bold;
}
 #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: 0px;
}
 #PhoneNDetailnewsview.PhoneNDetail .bd {
     text-align: center;
     padding:0 10px 10px;
}
 #PhoneNDetailnewsview.PhoneNDetail .con_summer {
     border: 1px solid #dfdfdf;
     background: #efefef;
     padding: 20px;
     color: #666;
}
 #PhoneNDetailnewsview.PhoneNDetail .con_bx {
     margin-top: 10px;
     text-align: left;
     min-height: 120px;
}
 #PhoneNDetailnewsview.PhoneNDetail .con_bx *{
     max-width:100%!important;
}
 #PhonePPDetailproview.PhonePPDetail {
  width: 96%;
margin: 5px 2% 10px;
background: #f9f9f9;
border: 1px solid #cecece;
}
 #PhonePPDetailproview.PhonePPDetail img {
     max-width: 100%;
}
 #PhonePPDetailproview.PhonePPDetail .hdtitle h3 {
    text-align: left;
padding: 10px 0;
font-size: 16px;
font-weight: bold;
color:#333;
background: url(http://01916.weba.shiwangyun.com/Content/image/zh/content_bg.jpg ) left top repeat-x;

}
 #PhonePPDetailproview.PhonePPDetail .hdtitle h3 span{
  display: block;
color: #1a508c;
margin: 8px 10px 4px;
padding-left: 12px;
padding-bottom: 4px;
border-bottom: 1px solid #cdcdcd;
}
 #PhonePPDetailproview.PhonePPDetail .pd_Title {
     font-size: 16px;
     font-weight: bold;
     text-align:center;
}
 #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;
}
 #PhonePhotoListteam.PhonePhotoList {
     width: 96%;
     margin: 5px 2% 10px;
     background: #f9f9f9;
     border: 1px solid #cecece;
     overflow: hidden;
}
 #PhonePhotoListteam.PhonePhotoList a{
     color:#333;
}
 #PhonePhotoListteam.PhonePhotoList .hd {
     text-align: left;
     padding: 10px 0;
     font-size: 16px;
     font-weight: bold;
     color:#333;
     background: url(http://01916.weba.shiwangyun.com/Content/image/zh/content_bg.jpg ) left top repeat-x;
}
 #PhonePhotoListteam.PhonePhotoList .hd .title{
     display: block;
     color: #1a508c;
     margin: 8px 10px 4px;
     padding-left: 12px;
     padding-bottom: 4px;
     border-bottom: 1px solid #cdcdcd;
}
 #PhonePhotoListteam.PhonePhotoList .hd .more {
     float: right;
}
 #PhonePhotoListteam.PhonePhotoList .hd h3 {
     font-size: 16px;
     font-weight: bold;
     padding-left: 10px;
}
 #PhonePhotoListteam.PhonePhotoList .bd {
     padding: 5px;
}
 #PhonePhotoListteam.PhonePhotoList .bd li {
     float: left;
     width: 32%;
     margin: 1% 0 0 1%;
     display: inline;
     text-align: center;
}
 #PhonePhotoListteam.PhonePhotoList .bd li img {
     border: 1px solid #ccc;
     width: 98%;
     max-width: 150px;
}
 #PhonePhotoListteam.PhonePhotoList .bd .link_wrap {
     height: 30px;
     line-height: 30px;
     text-align: center;
}
 #PhonePhotoListteam.PhonePhotoList .bd .pd_link {
     margin: 0 10px;
     white-space: nowrap;
     overflow: hidden;
}
 #PhonePhotoListteam.PhonePhotoList .link_wrap a{
     color: #333;
}
 #PhonePhotoListteam.PhonePhotoList #pager{
     padding: 10px;
     text-align: right;
}
 #PhonePhotoDetailteamview.PhonePhotoDetail {
     width: 96%;
     margin: 5px 2% 10px;
     background: #f9f9f9;
     border: 1px solid #cecece;
}
 #PhonePhotoDetailteamview.PhonePhotoDetail a{
     color:#333;
}
 #PhonePhotoDetailteamview.PhonePhotoDetail .albpic {
     text-align:center;
     padding: 10px 0;
     margin-bottom: 10px;
}
 #PhonePhotoDetailteamview.PhonePhotoDetail img{
     max-width: 60%;
}
 #PhonePhotoDetailteamview.PhonePhotoDetail .hd {
     text-align: left;
     padding: 10px 0;
     font-size: 16px;
     font-weight: bold;
     color:#333;
     background: url(/Content/image/zh/content_bg.jpg ) left top repeat-x;
}
 #PhonePhotoDetailteamview.PhonePhotoDetail .hd h3 {
     display: block;
     color: #1a508c;
     margin: 8px 10px 4px;
     padding-left: 12px;
     padding-bottom: 4px;
     border-bottom: 1px solid #cdcdcd;
}
 #PhonePhotoDetailteamview.PhonePhotoDetail .picname{
     margin: 10px 0;
}
 #PhonePhotoDetailteamview.PhonePhotoDetail .picDescript{
     color: #666;
}
 #PhonePhotoDetailteamview.PhonePhotoDetail .bto{
     padding: 5px 8px;
}
 #PhonePhotoDetailteamview.PhonePhotoDetail .next_albumexp{
     margin-bottom: 5px;
}
 #PhoneImgSwipebar.PhoneImgSwipe {
     width:100%;
     max-width: 640px;
     margin:0 auto;
     border-top: 1px solid #fff;
}
 #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: 8;
     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: 8;
     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: 10px;
     line-height: 0;
     padding:8px 0;
     text-align: center;
}
 #PhoneImgSwipebar.PhoneImgSwipe .swipe-navi li{
     display: inline-block;
     width: 10px;
     height:10px;
     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: #d70001;
}
  #PhoneClassPPListpro.PhoneClassPPList {
     width: 96%;
     margin: 5px 2% 10px;
     background: #f9f9f9;
     border: 1px solid #cecece;
}
 #PhoneClassPPListpro.PhoneClassPPList .hd {
     height: 30px;
     line-height: 30px;
     border-bottom: 2px solid #cacacb;
     background: #013e7b;
}
 #PhoneClassPPListpro.PhoneClassPPList .hd .title {
     color: #fff;
     font-size: 14px;
     padding-left: 30px;
     background: url(/Content/image/zh/kind.png) 8px center no-repeat;
     background-size: 16px 16px;
}
 #PhoneClassPPListpro.PhoneClassPPList .hd .morelink {
     float: right;
}
/*产品分类列表*/
 #PhoneClassPPListpro.PhoneClassPPList .pd_lists {
     margin-top: 0px;
     border-bottom: 1px solid #dfdfdf;
     padding: 10px;
     overflow: hidden;
}
 #PhoneClassPPListpro.PhoneClassPPList .pd_lists li {
     float: left;
     width: 25%;
     text-align: center;
     margin: 4px 0;
}
 #PhoneClassPPListpro.PhoneClassPPList .pd_lists a {
     color: #6d6d6d;
     display: block;
     width: 86%;
     margin: 0 auto;
     height: 24px;
     line-height: 24px;
     border: 1px solid #ededed;
     border-radius: 4px;
}
 #PhoneClassPPListpro.PhoneClassPPList .bd {
     padding-top: 12px;
     background: url(/Content/image/zh/content_bg.jpg ) left top repeat-x;
}
 #PhoneClassPPListpro.PhoneClassPPList .bd .lists{
  background: url( /Content/image/zh/pro.jpg) 10px 6px no-repeat;
  background-size: 90px 24px;
  padding-top: 20px;
}
 #PhoneClassPPListpro.PhoneClassPPList .bd li {
     float: left;
     width: 31%;
     margin: 10px 1% 0 1%;
     display: inline;
     text-align: center;
}
 #PhoneClassPPListpro.PhoneClassPPList .img_thum {
     margin-bottom:5px;
     padding: 10px 1% 0 1%;
}
 #PhoneClassPPListpro.PhoneClassPPList .bd li img {
     width: 90%;
     max-width: 150px;
     display: inline-block;
     vertical-align: middle;
     border: 1px solid #cdcdcd;
}
 #PhoneClassPPListpro.PhoneClassPPList .bd .link_wrap {
     height: 30px;
     line-height: 30px;
}
 #PhoneClassPPListpro.PhoneClassPPList .bd .pd_link {
     margin: 0 10px;
     white-space: nowrap;
     overflow: hidden;
}
 #PhoneClassPPListpro.PhoneClassPPList .bd .pd_link a{
     color:#666;
}
 #PhoneClassPPListpro.PhoneClassPPList .bd .pd_jj {
     color: #666;
     display: none;
}
 #PhoneClassPPListpro.PhoneClassPPList .pager {
     text-align: right;
     padding: 10px;
}
 #PhoneClassPPListpro.PhoneClassPPList .pager a{
     color: #000;
}
 #PhoneCommPageAboutabout.PhoneCommPageAbout {
     margin: 2.5% 0 0 2%;
     border:1px solid #cdcdcd;
     width:96%;
     background: #f9f9f9;
}
 #PhoneCommPageAboutabout.PhoneCommPageAbout .hd {
     height:30px;
     line-height:30px;
     border-bottom:1px solid #cdcdcd;
     overflow:hidden;
     padding:0 10px;
}
 #PhoneCommPageAboutabout.PhoneCommPageAbout .hd .title{
     color: #1a518a;
     font-size: 14px;
     padding-left: 30px;
     background: url(http://01916.weba.shiwangyun.com/Content/image/zh/index_jianjie_bg.jpg ) left center no-repeat;
}
 #PhoneCommPageAboutabout.PhoneCommPageAbout .more_link {
     float:right;
     color: #666;
}
 #PhoneCommPageAboutabout.PhoneCommPageAbout .img {
     float:left;
     width:90px;
     height:90px;
     margin-right: 8px;
     padding: 2px;
     border: 1px solid #d7d7d7;
     border-radius: 4px;
}
 #PhoneCommPageAboutabout.PhoneCommPageAbout .content {
     overflow:hidden;
     padding:10px;
  color: #666;
}
 #PhoneCommPageAboutcontact.PhoneCommPageAbout {
     width:93%;
     margin: 5px 4% 0 3%;
}
 #PhoneCommPageAboutcontact.PhoneCommPageAbout .hd {
     height:60px;
     overflow:hidden;
     background: url(http://01916.weba.shiwangyun.com/Content/image/zh/contact.png ) 0 0 no-repeat;
     background-size: 100% 100%;
}
 #PhoneCommPageAboutcontact.PhoneCommPageAbout .hd .title{
     font-size: 0;
  display: none;
}
 #PhoneCommPageAboutcontact.PhoneCommPageAbout .more_link {
     float:right;
}
 #PhoneCommPageAboutcontact.PhoneCommPageAbout .img {
     float:left;
     width:120px;
     height:120px;
}
 #PhoneCommPageAboutcontact.PhoneCommPageAbout .content {
     overflow:hidden;
     padding:6px 10px;
     border: 1px solid #ccc;
     border-top: none;
     background: #f9f9f9;
}
  #PhoneClassPicListpro_kind.PhoneClassPicList {
     overflow: hidden;
     border: 1px solid #cdcdcd;
     margin: 8px auto 0;
     width: 97%;
}
 #PhoneClassPicListpro_kind.PhoneClassPicList .hd {
     height: 30px;
     line-height: 30px;
     border-bottom: 2px solid #cacacb;
     background: #013e7b url(http://01916.weba.shiwangyun.com/Content/image/zh/kind_bg.png ) 100px 13px no-repeat;
     background-size: 100px 10px;
}
 #PhoneClassPicListpro_kind.PhoneClassPicList .hd .title{
     color: #fff;
     font-size: 14px;
     padding-left: 30px;
     background: url( http://01916.weba.shiwangyun.com/Content/image/zh/kind.png) 8px center no-repeat;
     background-size: 16px 16px;
}
 #PhoneClassPicListpro_kind.PhoneClassPicList .hd .more {
     float: right;
}
 #PhoneClassPicListpro_kind.PhoneClassPicList .hd a{
     display: none;
}
 #PhoneClassPicListpro_kind.PhoneClassPicList .hd h3 {
     font-size: 16px;
     font-weight: bold;
     padding-left: 10px;
}
/*产品分类列表*/
 #PhoneClassPicListpro_kind.PhoneClassPicList .pd_lists {
     padding:4px 5px;
     overflow:hidden;
     background: #fff;
}
 #PhoneClassPicListpro_kind.PhoneClassPicList .pd_lists li {
     float:left;
     width: 25%;
     text-align: center;
     margin: 4px 0;
}
 #PhoneClassPicListpro_kind.PhoneClassPicList .pd_lists a {
     color:#6d6d6d;
     display: block;
     width: 80%;
     margin: 0 auto;
     height: 24px;
     line-height: 24px;
     border: 1px solid #ededed;
     border-radius: 4px;
}
 #PhoneClassPicListpro_kind.PhoneClassPicList .pl_box{
     display: none;
}
 #PhoneClassPicListpro_kind.PhoneClassPicList .bd {
     padding-top: 20px;
}
 #PhoneClassPicListpro_kind.PhoneClassPicList .bd li {
     float: left;
     width: 120px;
     padding: 1px;
     margin: 10px 0 0 10px;
     display: inline;
     text-align: center;
}
 #PhoneClassPicListpro_kind.PhoneClassPicList .bd li img {
     width: 120px;
     height: 150px;
     display: inline-block;
     vertical-align: middle;
     border: 1px solid #dfdfdf;
}
 #PhoneClassPicListpro_kind.PhoneClassPicList .bd .link_wrap {
     height: 30px;
     line-height: 30px;
     background: #fafafa;
}
 #PhoneClassPicListpro_kind.PhoneClassPicList .bd .pd_link {
     margin: 0 10px;
     white-space: nowrap;
     overflow: hidden;
}
 #PhoneClassPicListpro_kind.PhoneClassPicList .Marquee_imgbx {
     margin-bottom: 10px;
}
  #PhoneClassindex_pro.PhoneClass
        {
            overflow: hidden;
        }
        #PhoneClassindex_pro.PhoneClass .hd
        {
            height: 30px;
            line-height: 30px;
            border-bottom: 1px solid #dfdfdf;
        }
       
        #PhoneClassindex_pro.PhoneClass .hd h3
        {
            font-size: 16px;
            font-weight: bold;
            padding-left: 10px;
        }
       #PhoneClassindex_pro.PhoneClass .pd_lists
       {
           margin-top:10px;
           border:1px solid #dfdfdf;
           padding:10px;
           overflow:hidden; 
           }
       #PhoneClassindex_pro.PhoneClass .pd_lists li
       {
           float:left;
           margin-right:10px;
           }
       #PhoneClassindex_pro.PhoneClass .pd_lists a
       {
            color:#333;
           }#PhonePPListindex_pro.PhonePPList {
     border: 1px solid #cdcdcd;
     margin: 8px auto 10px;
     width: 97%;
     overflow: hidden;
}
 #PhonePPListindex_pro.PhonePPList .hd {
     height: 30px;
     line-height: 30px;
     border-bottom: 2px solid #cacacb;
     background: #013e7b url(http://01916.weba.shiwangyun.comhttp://01916.weba.shiwangyun.com/Content/image/zh/kind_bg.png ) 100px 13px no-repeat;
     background-size: 100px 10px;
}
 #PhonePPListindex_pro.PhonePPList .hd .title{
     float:left;
     color: #fff;
     font-size: 14px;
     padding-left: 30px;
     background: url(http://01916.weba.shiwangyun.comhttp://01916.weba.shiwangyun.com/Content/image/zh/pro.png) 8px center no-repeat;
     background-size: 16px 16px;
}
 #PhonePPListindex_pro.PhonePPList .hd .morelink {
     float: right;
     color: #fff;
     margin-right: 10px;
     font-size: 12px;
}
/*产品分类按钮*/
 #PhonePPListindex_pro.PhonePPList .pdcate_btn {
     padding:0 10px;
     float:right;
     border:1px solid #dfdfdf;
     background:#fff;
     color:#000;
     font-size:12px;
}
/*产品分类列表*/
 #PhonePPListindex_pro.PhonePPList .pd_catelist {
     position:absolute;
     right:0;
     top:30px;
     background:#fff;
     border:1px solid #dfdfdf;
     width:150px;
     text-align:left;
}
 #PhonePPListindex_pro.PhonePPList .pd_catelist a {
     display:block;
     line-height:30px;
     font-size:12px;
     color:#666;
     font-weight:normal;
     padding-left:10px;
}
 #PhonePPListindex_pro.PhonePPList .bd {
  background: #fff;
}
 #PhonePPListindex_pro.PhonePPList .bd .lists{
     overflow: hidden;
}
 #PhonePPListindex_pro.PhonePPList .bd li {
     text-align: center;
     float: left;
     width: 30%;
     margin: 8px 1.5%;
}
 #PhonePPListindex_pro.PhonePPList .img_thum {
}
 #PhonePPListindex_pro.PhonePPList .bd li img {
     display: inline-block;
     vertical-align: middle;
     width: 96px;
     height: 96px;
     border: 1px solid #cccccc;
}
 #PhonePPListindex_pro.PhonePPList .bd .link_wrap {
     padding-left: 10px;
     overflow: hidden;
}
 #PhonePPListindex_pro.PhonePPList .bd .pd_link {
     white-space: nowrap;
     overflow: hidden;
     text-decoration: none;
     line-height:28px;
}
 #PhonePPListindex_pro.PhonePPList .bd .pd_link a{
     color: #666;
}
 #PhonePPListindex_pro.PhonePPList .bd .pd_jj{
     display: none;
     color:#666;
}
 #PhonePPListindex_pro.PhonePPList #pager{
     padding:10px;
}
 #PhoneCommPageInfomaps.PhoneCommPageInfo {
     width: 96%;
     margin: 5px 2% 10px;
     background: #f9f9f9;
     border: 1px solid #cecece;
}
 #PhoneCommPageInfomaps.PhoneCommPageInfo .titlehd{
     text-align: left;
     padding: 10px 0;
     font-size: 16px;
     font-weight: bold;
     color:#333;
     background: url(/Content/image/zh/content_bg.jpg ) left top repeat-x;
}
 #PhoneCommPageInfomaps.PhoneCommPageInfo .title{
     display: block;
     color: #1a508c;
     margin: 8px 10px 4px;
     padding-left: 12px;
     padding-bottom: 4px;
     border-bottom: 1px solid #cdcdcd;
}
 #PhoneCommPageInfomaps.PhoneCommPageInfo .hd {
     text-align: center;
     padding-bottom: 20px;
     display: none;
}
 #PhoneCommPageInfomaps.PhoneCommPageInfo img {
     max-width:100%;
}
 #PhoneCommPageInfomaps.PhoneCommPageInfo .aboutnews {
     text-align: left;
     padding-bottom: 20px;
     font-weight: bold;
}
 #PhoneCommPageInfomaps.PhoneCommPageInfo .hd .con_title {
     display: none;
     color: #000;
     font-size: 26px;
     font-weight: 800;
     line-height: 30px;
     margin-bottom: 6px;
}
 #PhoneCommPageInfomaps.PhoneCommPageInfo .con_subbx {
     color: #7e7e7e;
}
 #PhoneCommPageInfomaps.PhoneCommPageInfo span {
     padding-left: 20px;
}
 #PhoneCommPageInfomaps.PhoneCommPageInfo .bd {
     padding: 0 20px 20px;
}
 #PhoneCommPageInfomaps.PhoneCommPageInfo .con_summer {
     border: 1px solid #dfdfdf;
     background: #efefef;
     padding: 20px;
     color: #666;
}

 