﻿@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */
@import 'cssreset.css';

/*common*/
*:focus {outline: none;}

/* display */
.dn { display: none; }
.di { display: inline; }
.db { display: block; }
.dib { display: inline-block; } /* if the element is block level(eg. div, li), using 'inline-any' instead */


.fl{float:left;}
.fr{float:right;}

/* 块状元素水平居中 */
.auto { margin-left: auto; margin-right: auto; }

/* overflow */
.ovh { overflow: hidden; }

/* position */
.rel { position: relative; }
.abs { position: absolute; }

/* font-family */
.fw { font-family: 'Microsoft Yahei'; }

/* font-style */
.n { font-weight: normal; font-style: normal; }
.b { font-weight: bold; }
.i { font-style: italic; }

/* text-align */
.tc { text-align: center; }
.tr { text-align: right; }
.tl { text-align: left; }
.tj { text-align: justify; }

/* 清除浮 动*/
.fix { *zoom:1; }
.fix:after { content:" "; display:block; height:0; clear:both; visibility:hidden; font-size:0;}

/*table*/
table {
    width: 100%;
    border-collapse: collapse;
}

/* margin */
.m0 { margin:0 !important; }
.ml1 { margin-left: 1px; }
.ml2 { margin-left: 2px; }
.ml5 { margin-left: 5px; }
.ml10 { margin-left: 10px; }
.ml15 { margin-left: 15px; }
.ml20 { margin-left: 20px; }
.ml30 { margin-left: 30px; }

.mr1 { margin-right: 1px; }
.mr2 { margin-right: 2px; }
.mr5 { margin-right: 5px; }
.mr10 { margin-right: 10px; }
.mr15 { margin-right: 15px; }
.mr20 { margin-right: 20px; }
.mr30 { margin-right: 30px; }

.mt1 { margin-top: 1px; }
.mt2 { margin-top: 2px; }
.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }

.mb1 { margin-bottom: 1px; }
.mb2 { margin-bottom: 2px; }
.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb25 { margin-bottom: 25px; }
.mb30 { margin-bottom: 30px; }

/* padding */
.p0 { padding: 0; }
.p1 { padding: 1px; }
.pl1 { padding-left: 1px; }
.pt1 { padding-top: 1px; }
.pr1 { padding-right: 1px; }
.pb1 { padding-bottom: 1px; }

.p2 { padding: 2px; }
.pl2 { padding-left: 2px; }
.pt2 { padding-top: 2px; }
.pr2 { padding-right: 2px; }
.pb2 { padding-bottom: 2px; }

.pl5 { padding-left: 5px; }
.p5 { padding: 5px; }
.pt5 { padding-top: 5px; }
.pr5 { padding-right: 5px; }
.pb5 { padding-bottom: 5px; }

.p10 { padding: 10px; }
.pl10 { padding-left: 10px; }
.pt10 { padding-top: 10px; }
.pr10 { padding-right: 10px; }
.pb10 { padding-bottom: 10px; }

.p15 { padding: 15px; }
.pl15 { padding-left: 15px; }
.pt15 { padding-top: 15px; }
.pr15 { padding-right: 15px; }
.pb15 { padding-bottom: 15px; }

.p20 { padding: 20px; }
.pl20 { padding-left: 20px; }
.pt20 { padding-top: 20px; }
.pr20 { padding-right: 20px; }
.pb20 { padding-bottom: 20px; }

.p30 { padding: 30px; }
.pl30 { padding-left: 30px; }
.pt30 { padding-top: 30px; }
.pr30 { padding-right: 30px; }
.pb30 { padding-bottom: 30px; }

/* vertical-align */
.vm { vertical-align: middle; }
.vtb { vertical-align: text-bottom; }
.vb { vertical-align: bottom; }
.vt { vertical-align: top; }
.vn { vertical-align: -2px; }

.bgnone{background:none !important;}
.bnone{border:none !important;}








/*!	* common JavaScript Document  * The site is designed by LEBANG,Inc 11/2015 */
/* 移动设备布局: 480px 及更低。 */
.mobile_icon,.mobile{display:none;}
.imgBg{background-repeat:no-repeat;background-position:center top;background-size:cover;}
/* header */
#header{width:100%;background:#fff;position:fixed;top:0;left:0;z-index:1000;}
.header_h{height:121px;}
.header1{height:60px;border-bottom:1px solid #e5e5e5;}
.mobile_web_name{display:none;}
.header2{padding:0 30px;position:relative;z-index:20;}
.nav li{float:left;/*margin-right:3.3%;*/height:60px;line-height:60px;}
.nav li a{display:block;font-size:16px;color:#444;}
.nav>li{padding:0 1.6%;}
.nav>li:first-child{padding-left:0;}
.nav li a:hover,.nav li.on a{color:#005bac;}
.header2_right{margin-top:22px;height:18px;line-height:18px;font-size:13px;margin-right:30px;}
.search_icon{width:18px;height:18px;background:url(../images/pc/search_icon.png) no-repeat;}
.line1{width:1px;height:18px;background:#c5c5c5;font-size:0;margin:0 15px;}
.header2_right a,.header_country .on{color:#6e6e6e;display:inline-block;padding-left:24px;}
.header2_right a img,.header_country .on img{margin-left:-24px;display:block;float:left;}
.header2_right a:hover{text-decoration:underline;}
.header_link .on img,.header_country .on img{margin-right:10px;}
.arrow{width:8px;height:5px;background:url(../images/pc/arrow1.png) no-repeat;}
.header2_right .arrow{margin-left:10px;position:relative;top:-2px;}
.header2_right a.header_lan{padding-left:0;}
.mobile_nav{display:none;}
.header_search{width:18px;height:18px;position:relative;}
.search_icon{width:18px;height:18px;background:url(../images/pc/search_icon.png) #fff no-repeat;cursor:pointer;z-index:20;position:relative;}
.header_search .main{position:absolute;right:0;top:-4px;width:0;height:22px;z-index:10;overflow:hidden;}
.header_search .text{width:180px;height:21px;line-height:21px;color:#444;float:left;border:none;border-bottom:1px solid #e4e4e4;}
.header_search .btn{width:18px;height:18px;background:url(../images/pc/search_icon.png) no-repeat;float:right;border:none;margin-top:4px;cursor:pointer;}
.m_height50{display:none;}
/* 导航下拉 */
.nav_hover{width:70px;height:2px;font-size:0;background:#0b87ce;position:absolute;bottom:0;z-index:10;left:-70px;}
.nav_line {background:#e1e2e5;bottom:0;height:1px;left:0;position:absolute;width:100%;z-index:5;}
.subnav{width:100%;background:#fff;position:absolute;top:60px;left:0;z-index:100;display:none;-moz-box-shadow:0 3px 3px 0px #eee;-webkit-box-shadow:0 3px 3px 0px #eee;box-shadow:0 3px 3px 0px #eee;}
.solution_subnav{padding:23px 0 32px;}
.subnav1 li{display:inline-block;*display:inline;*zoom:1;margin-right:60px;height:60px;line-height:60px;}
.subnav1 li a{font-size:16px;color:#0383cc;line-height:37px;}
.subnav_title{line-height:34px;font-size:20px;color:#333;font-weight:bolder;}
.news_nav1 .subnav_title{margin-bottom:9px;}
.clientele_nav1 .con,
.news_nav1 .con{font-size:15px;color:#666;line-height:28px;margin-bottom:38px;}
.news_nav1{display:block;width:39%;margin:0 5% 0  0;}
.news_nav1 i{display:block;width:145px;height:45px;text-align:center;line-height:45px;background:#0383cc;font-size:15px;color:#fff;font-style:normal;}
.news_nav2{width:26%;}
.news_nav2 .con{margin-bottom:35px;}
.news_nav2 i,
.news_nav3 i{width:25px;height:25px;background:url(../images/induy.png) no-repeat -44px 0;}
.news_nav3{width:25%;}
.news_nav3 .subnav_title{margin-bottom:13px;}
.news_nav3 .imgBg{height:160px;}
.news_nav4:hover i{ text-decoration:underline;}
.news_nav2:hover i,.news_nav3:hover i{}
.news_nav3 i{margin-top:10px;background:none;width:auto;height:auto;}
.news_nav3 i img{display:block;max-width:100%;}
.indnav_arrow{width:22px;height:12px;background:url(../images/pc/arrow9.png) no-repeat;margin:10px auto 0;}
.indnav_arrow.arrow_2{margin-top:40px;}
#m_header{display:none;}
.header2_right a,
.header_country{position:relative;color:#6e6e6e;}
.header_country .on{color:#6e6e6e;cursor:pointer;}
.header_country ul{width:100%;padding:6px 30px 6px 15px;background:#fff;position:absolute;top:40px;right:-30px;z-index:500;display:none;}
.header_country ul li{padding:13px 0 13px 15px;text-align:center;}
.header_country ul li a{font-size:14px;color:#666;line-height:13px;padding-left:0;}
.header_country ul li a img{margin:2px 10px 0 0;float:none;width:20px;margin:2px auto;}
.header_link .on img,
.header_country .on img{margin-right:10px;}
.header_country .on .arrow{width:8px;height:5px;background:url(../images/pc/arrow1.png) no-repeat;}
.login_link i{background:url(../images/pc/login_icon.png) no-repeat;height:17px;margin-left:-24px;width:15px;}
/* footer */
#footer{width:100%;padding:29px 0 34px 0;background:#efefef;}
.footer_nav{width:11%;margin-right:8%;}
.footer_nav li{height:45px;line-height:45px;border-bottom:1px dotted #b2b2b2;}
.footer_nav li a{display:block;padding:0 7.7% 0 3px;font-size:15px;color:#666;font-weight:bolder;}
.footer_nav i{width:15px;height:5px;background:url(../images/pc/ind_more.png) no-repeat;float:right;margin-top:21px;}
.footer_nav li a:hover i{margin-right:-8px;}
.footer_right{width:18.5%;float:left;margin:12px 4.4% 0 7.4%;}
.footer_right .title{font-size:15px;color:#666;font-weight:bolder;margin-bottom:15px;}
.footer_link{width:100%;height:40px;position:relative;margin-bottom:18px;}
.footer_link p{padding-left:15px;height:38px;line-height:40px;border:1px solid #e2e2e2;background:#fff url(../images/pc/arrow_f.png) 95% center no-repeat;font-size:14px;color:#999;cursor:pointer;}
.footer_link ul{width:100%;border:1px solid #e2e2e2;border-left:none;border-right:none;background:#fff;position:absolute;/*top:39px;*/bottom:39px;left:0;max-height:200px;overflow-y:scroll;display:none;}
.footer_link ul li{line-height:38px;border-left:1px solid #e2e2e2;}
.footer_link ul li a{display:block;padding-left:15px;font-size:14px;color:#888;}
.footer_link ul li a:hover{background:#f5f5f5;}
.footer_share a{background:url(../images/footer_share2.png) no-repeat !important;background-size:auto 100% !important;height:30px !important;width:30px !important;margin:0 10px 0 0 !important;}
.footer_share a.bds_qzone{background-position:-40px 0 !important;}
.footer_share a.bds_weixin{background-position:-80px 0 !important;}
.footer_share a.bds_dingyue{background-position:-240px 0 !important;}

.footer_share a:hover{opacity:1 !important;}
.footer_share a.bds_tsina:hover{background-position:-120px 0 !important;}
.footer_share a.bds_qzone:hover{background-position:-160px 0 !important;}
.footer_share a.bds_weixin:hover{background-position:-200px 0 !important;}
.footer_share a.bds_dingyue:hover{background-position:-280px 0 !important;}

.footer_ewm{width:18%;float:left;margin-top:15px;}
.footer_ewm li{width:40%;float:left;margin:0 0 0 10%;}
.footer_ewm .img{background:#fff;padding:2px;}
.footer_ewm img{display:block;width:100%;height:100%;}
.footer_ewm p{font-size:14px;color:#666;padding-top:10px;text-align:center;}
.footer_copy{padding:38px 0 0 0;font-size:13px;color:#888;text-transform:uppercase;line-height:22px;}
.footer_copy p{float:left;}
.footer_copy span{color:#e01514;}
.stock{display:none;}
.stock_up{width:9px;height:10px;background:url(../images/pc/stock_up.png) no-repeat;margin-left:5px;}
/* banner */
.swiper-container{margin:0 auto;position:relative;overflow:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-o-backface-visibility:hidden;backface-visibility:hidden;z-index:1;}
.swiper-wrapper{position:relative;width:100%;overflow:hidden;-webkit-transition-property:-webkit-transform, left, top;-webkit-transition-duration:0s;-webkit-transform:translate3d(0px,0,0);-webkit-transition-timing-function:ease;-moz-transition-property:-moz-transform, left, top;-moz-transition-duration:0s;-moz-transform:translate3d(0px,0,0);-moz-transition-timing-function:ease;-o-transition-property:-o-transform, left, top;-o-transition-duration:0s;-o-transform:translate3d(0px,0,0);-o-transition-timing-function:ease;-o-transform:translate(0px,0px);-ms-transition-property:-ms-transform, left, top;-ms-transition-duration:0s;-ms-transform:translate3d(0px,0,0);-ms-transition-timing-function:ease;transition-property:transform, left, top;transition-duration:0s;transform:translate3d(0px,0,0);transition-timing-function:ease;}
.auction_top_banner{clear:both;}
.auction_top_banner .swiper-slide{float:left;background:#fff;}
.auction_top_banner img{display:block;margin:0 auto;width:100%;}
.swiper-container,.swiper-wrapper,.auction_top_banner .swiper-slide,.auction_top_banner img{max-height:596px;height:auto !important;}
.auction_top_banner img.phoneimg{display:none;}
.auction_top_banner .pagination {position:absolute;width:100%;text-align:center;left:0;bottom:16px;}
.auction_top_banner .swiper-pagination-switch{display:inline-block;width:14px;height:7px;background:#fff;margin:0 6px;cursor:pointer;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;}
.auction_top_banner .swiper-visible-switch,.auction_top_banner .swiper-active-switch{background:#005bac;margin-bottom:2px;}
.ind_link{background:#dfeff8;}
.ind_link li{float:left;width:20%;text-align:center;}
.ind_link li a{display:block;background:#c7e8fa;color:#6aa9dc;/*padding:9% 0;*/border-right:1px solid #deeff8;font-size:16px;position:relative;max-height:160px;min-height:160px;overflow:hidden;}
.ind_link li.lites a{border-right:none;}
.ind_link li a i{display:block;width:70px;height:70px;margin:0 auto 5%;background:url(../images/pc/ind_link.png) no-repeat;background-size:auto 100%;}
.ind_link li.ilink_1 a i{background-position:0 0;}
.ind_link li.ilink_2 a i{background-position:-89px 0;}
.ind_link li.ilink_3 a i{background-position:-178px 0;}
.ind_link li.ilink_4 a i{background-position:-266px 0;}
.ind_link li.ilink_5 a i{background-position:-354px 0;}
.ind_link li a:hover{color:#fff;}
.ind_link li.ilink_1 a:hover i{background-position:-442px 0;}
.ind_link li.ilink_2 a:hover i{background-position:-532px 0;}
.ind_link li.ilink_3 a:hover i{background-position:-620px 0;}
.ind_link li.ilink_4 a:hover i{background-position:-709px 0;}
.ind_link li.ilink_5 a:hover i{background-position:-797px 0;}
.ind_link li a img{height:100%;display:block;display:none;}
.ind_link li.lites a img{max-height:159px;}
.ind_link li a:hover img{display:block;}
.ind_link li a p{position:absolute;left:0;right:0;top:50%;margin-top:-54px;}
.indentrance{margin:40px 0;}
.entrafl{width:40%;}
.entrafr{width:60%;}
.entrafl,.entrafr{position:relative;}
.entimg img{display:block;width:100%;}
.entracon{position:absolute;left:0;right:0;bottom:0;background:url(../images/pc/entr_bg.png) repeat;height:50%;}
.entracon h3{font-size:13px;color:#333;font-weight:600;padding-top:15px;}
.entracon h4{width:65%;margin:10px 0;}
.entracon h4 a{color:#0075b5;font-size:18px;font-weight:500;line-height:30px;display:inline-block;}
.entracon h4 a:hover{color:#005bac;}
.entracon h3,.entracon h4{margin-left:20px;}
.entracon a.more{display:inline-block;color:#999;font-size:13px;height:15px;line-height:15px;padding-right:35px;margin-left:20px;border-bottom:1px solid #b4b8ba;background:url(../images/pc/ind_more.png) no-repeat right center;}
.entracon a.more:hover{color:#666;}
/*.entracon a.more i{background:url(../images/pc/ind_more.png);width:15px;height:5px;display:inline-block;float:right;margin:5px -35px 0 0;}*/
.entrafr .entracon{top:0;bottom:auto;left:auto;width:66.89%;}
.arrow{position:absolute;z-index:2;display:inline-block;background:url(../images/pc/arrow.png) no-repeat;}
.entrafl .arrow{width:20px;height:9px;top:50%;left:50%;margin:-9px 0 0 -10px;background-position:0 -4px;}
.entrafr .arrow{width:9px;height:20px;top:25%;right:66.89%;background-position:-31px 0;margin:-9px 0 0 0;}
.indnew_ul{border-bottom:1px solid #eaeaea;}
.indnew_ul ul,.indnew_text_ul ul{width:80%;margin:0 auto;}
.indnew_ul ul li{float:left;width:33.33%;text-align:center;padding:5px 0 20px;border-bottom:1px solid #eaeaea;margin-bottom:-1px;}
.indnew_ul ul li.licur{border-bottom:1px solid #0482cc;}
.indnew_ul ul li a,.indnew_mobile_title a{display:inline-block;padding-left:88px;line-height:68px;font-size:20px;font-weight:600;color:#666;}
.indnew_ul ul li i,.indnew_mobile_title a i{display:block;width:69px;float:left;margin-left:-88px;}
.indnew_ul ul li i img,.indnew_mobile_title a i img{width:100%;display:block;}
.indnew_text{display:none;}
.show{display:block !important;}
.indnew_text_ul li{float:left;width:33.2%;margin:40px 0;border-right:1px solid #eaeaea;}
.indnew_text_ul li.lites{border-right:none;width:33.33%;}
.indnew_text_ul li h3,.indnew_text_ul li span{margin:0 40px;}
.indnew_text_ul li h3 a{display:block;font-size:17px;color:#333;font-weight:500;}
.indnew_text_ul li h3 a:hover{color:#000;}
.indnew_text_ul li p{margin:20px 40px;height:90px;overflow:hidden;}
.indnew_text_ul li p a{display:inline-block;color:#666;line-height:30px;font-size:15px;}
.indnew_text_ul li p a:hover{color:#333;}
.indnew_text_ul a.more,.news_mobile .more{display:block;background:#69a9dc;color:#fff;font-size:15px;width:160px;height:45px;line-height:45px;text-align:center;margin:40px auto;}
.indnew_text_ul a.more:hover{background:#005da9;}
.indnew_mobile_title{display:none;}
/* news start */
.news_dynamic_top{padding:30px 0 15px;}
.news_dynamic_top h3{font-size:25px;font-weight:500;}
.news_dynamic_top a.more{display:inline-block;font-size:20px;color:#333;line-height:34px;}
.news_dynamic_top a.more:hover{text-decoration:underline;color:#000;}
.innerbanner{background:url(../img/banner_3.jpg) no-repeat center top;background-size:cover;min-height:300px;max-height:300px;}
.news_dynamic{border:1px solid #f6f6f6;}
.news_dynamic_img{width:66.2%;height:430px;}
.news_dynamic_main{width:33.8%;}
.ndimg_1{background-repeat:no-repeat;background-size:cover;background-position:center center;}
.dynamic_con{padding:27px 30px;}
.dynamic_con h3{width:96%;max-height:56px;overflow:hidden;}
.dynamic_con h3 a{display:inline-block;font-size:25px;font-weight:500;line-height:27px;color:#333;}
.dynamic_con p{max-height:150px;overflow:hidden;margin:40px 0 20px;}
.dynamic_con p a,.news_topic p{display:inline-block;color:#666;font-size:15px;line-height:30px;}
.ndimg_2{min-height:210px;max-height:210px;}
.ndimg_3{min-height:156px;max-height:156px;}
.dynamic_conlist{margin-top:20px;}
.dynamic_conlist li{width:32.4%;float:left;margin-right:1.4%;}
.dynamic_conlist li.lites{margin-right:0;}
.dynamic_conlist li a{display:block;padding-bottom:35px;}
.dynamic_conlist li a h3{color:#333;font-size:17px;font-weight:500;padding:20px 0 15px;}
.dynamic_conlist li a p{color:#666;font-size:15px;line-height:30px;height:60px;overflow:hidden;margin-bottom:25px;}
.conlist_h{width:88%;}
.dynamic_conlist li a:hover{background-color:#6aa9dc;} 
.dynamic_conlist li a:hover .conlist_h{margin:0 auto;}
.dynamic_conlist li a:hover h3,.dynamic_conlist li a:hover p,.dynamic_conlist li a:hover span.time{color:#fff;}
.dynamic_conlist li a:hover span.time{background-image:url(../images/pc/time_h.png);}
.newsprint{background-repeat:no-repeat;background-position:center center;background-size:cover;min-height:450px;position:relative;margin:50px 0 15px;}
.newsprint .entimg{display:none;}
.newsprint .arrow{width:12px;height:21px;background-image:url(../images/pc/arrow_n.png);right:50%;top:75%;margin-top:-10px;}
.news_print{position:absolute;right:0;bottom:0;width:50%;height:50%;background:url(../images/pc/print_bg.png) repeat;}
.news_print .title{margin:56px 0 0 8.5%;}
.news_print .title img{display:block;width:100%;}
.news_print .title span{display:inline-block;font-size:25px;color:#fff;font-weight:500;margin-top:10px;}
.news_print .list{margin:25px 0 0 0;width:50%;}
.news_print .list li{float:left;width:113px;}
.news_print .list li a{display:block;}
.news_print .list li a img{display:block;max-width:100%;}
.news_print .list li a span{display:inline-block;color:#fff;font-size:18px;padding-right:32px;background:url(../images/pc/print_1.png) no-repeat right center;background-size:auto 100%;height:20px;line-height:20px;margin-top:10px;}
.news_print .list li:first-child{margin-right:18%;}
.medialist{margin-top:0;}
.medialist li{width:23.91%;}
.medialist li a p{font-size:14px;}
.newspecial{background-image:url(../img/news_7.jpg);min-height:445px;}
.newspecial .news_print{left:0;right:auto;z-index:1;}
.newspecial .arrow{left:50%;right:auto;background-image:url(../images/pc/arrow_s.png);width:11px;height:26px;}
.newspecial .news_print{background-image:url(../images/pc/topic_bg.png);}
.news_topic{position:relative;z-index:2;width:45%;padding-top:255px;}
.news_topic h3{font-size:20px;color:#fff;font-weight:600;margin-bottom:15px;}
.news_topic p{display:block;color:#fff;margin-bottom:25px;}
.news_topic a.more{display:inline-block;font-size:13px;color:#fff;height:23px;line-height:23px;padding-right:44px;background:url(../images/pc/print_2.png) no-repeat right center;background-size:auto 100%;}
.exhibition{margin:0 0 40px;}
.exhibition li a{padding-bottom:0;position:relative;overflow:hidden;}
.exhib_con{position:absolute;bottom:0;left:0;right:0;background:rgba(0,0,0,0.5);padding:20px;z-index:1;}
.exhib_con h4{color:#fff;font-size:18px;font-weight:500;width:90%;line-height:26px;}
.exhib_con i.arrow{background-image:url(../images/pc/print_3.png);width:21px;height:16px;right:20px;top:50%;margin-top:-8px;}
.exhib_hide{background:url(../images/pc/exhib_bg.png) repeat;position:absolute;z-index:2;left:0;right:0;bottom:-100%;height:100%;text-align:center;}
.exhib_hide h4{color:#fff;font-size:18px;font-weight:500;}
.exhib_hide span.more{display:inline-block;color:#fff;font-size:15px;text-decoration:underline;margin-top:15px;}
.exhib_hide_con{position:absolute;top:50%;width:100%;height:62px;margin-top:-31px;}
.exhibition li a:hover .exhib_con{background:url(../images/pc/exhib_bg.png) repeat;}
.exhibition li a:nth-child(2){margin-top:20px;}
.news_mobile{display:none;}
.entimgbg{background-repeat:no-repeat;background-size:cover;background-position: center center;}
/* newslist */
.newslist{margin:0;}
.newslist li{margin-bottom:1.4%;}
.morelist{text-align:center;width:39px;height:34px;margin:30px auto 60px;}
.morelist img{display:block;width:100%;cursor:pointer;}
/* newsdetail */
.newsdetail{margin:45px 0;}
.news_detfl{width:78%;min-height:600px;border-right:1px solid #e5e5e5;}
.news_detfr{width:21%;}
.newsdet_con{padding-right:35px;}
.newsdet_con h2.title{text-align:center;font-size:21px;color:#000;font-weight:500;line-height:26px;margin-bottom:15px;}
.newsdet_top{text-align:center;} 
.newsdet_top span{color:#999;font-size:13px;line-height:15px;margin:0 12px;}
.newsdet_tab{margin:30px 0;font-size:15px;color:#666;line-height:34px;}
.newsdet_tab img{max-width:100%;width:auto !important;height:auto !important;}
.nbpaging a{display:inline-block;color:#5b93bf;font-size:15px;line-height:38px;max-width:100%;}
.nbpaging a:hover{text-decoration:underline;}
.backlist{display:inline-block;background-color:#69a9dc;width:160px;height:45px;line-height:45px;text-align:center;color:#fff;font-size:14px;}
.backlist,.ztshare{margin-top:15px;}
.ztshare{padding-left:80px;}
.ztshare span{float:left;margin-left:-80px;height:45px;line-height:45px;font-size:15px;color:#666;}
.ztshare a{background:url(../images/pc/share.png) no-repeat !important;background-size:auto 100% !important;height:45px !important;width:45px !important;margin:0 1px 0 0 !important;}
.ztshare a.bds_tsina{background-position:0 0 !important;}
.ztshare a.bds_weixin{background-position:-46px 0 !important;}
.ztshare a.bds_qzone{background-position:-92px 0 !important;}
.newsdet_recom{padding-left:30px;}
.newsdet_recom h3{font-size:18px;font-weight:600;color:#333;line-height:22px;margin-bottom:5px;}
.ndrecom.line{border-bottom:1px solid #e5e5e5;padding-bottom:10px;margin-bottom:20px;}
.ndrecom li{height:38px;}
.ndrecom li a{display:inline-block;line-height:38px;color:#666;font-size:13px;}
.ndrecom li a:hover{color:#5b93bf;font-weight:600;padding-left:18px;}
.ndrecom li a i{float:left;display:inline-block;width:9px;height:7px;margin:16px 0 0 -18px;background:url(../images/pc/print_4.png) no-repeat;}
/* news end */
/*recruitment start*/
.talent_banner{width:100%;height:300px;color:#333;background:url(../img/recruit_banner.jpg) center top no-repeat;}
.talent_banner .p1{padding-top:46px;font-size:14px;line-height:40px;}
.talent_banner .p2{font-size:24px;line-height:38px;margin-bottom:11px;}
.talent_banner .p3{font-size:15px;line-height:27px;color:#666;}
.talent_banner .p3 span{color:#999;}
.m_talent_banner{display:none;}
.talent_wechat{position:relative;margin-top:4px;}
.talent_wechat img{width:14px;margin-left:10px;}
.talent_wechat .main{width:174px;height:164px;position:absolute;left:40px;top:-70px;display:none;}
.talent_wechat .main i{border-top: 15px solid transparent;border-right: 10px solid #88bae3;border-bottom: 15px solid transparent;position:absolute;left:0;top:50%;margin-top:-15px;}
.talent_wechat .main img{display:block;width:150px;height:150px;padding:7px;background:#88bae3;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;}
.pc_talent_nav{border-bottom:1px solid #eee;}
.pc_talent_nav li{width:33.3%;float:left;}
.pc_talent_nav li a{display:block;padding:40px 0;color:#7d7d7d;font-size:15px;line-height:68px;text-align:center;position:relative;}
.pc_talent_nav li img{width:68px;margin-right:20px;}
.pc_talent_nav li.on a{border-bottom:1px solid #81b6e0;color:#69a9dc;}
.pc_talent_nav li.on i{display:block;width:14px;height:8px;background:url(../images/pc/recruit_on.png) no-repeat;position:absolute;bottom:-8px;left:50%;margin-left:-7px;}
.m_talent_nav{display:none;}
.recruit_nav{margin-top:50px;height:60px;border-bottom:1px solid #eee;}
.recruit_nav li{width:50%;float:left;}
.recruit_nav li a{display:block;background:#eee;color:#666;font-size:17px;line-height:60px;text-align:center;}
.recruit_nav li.on a{background:#69a9dc;color:#fff;}
.arrowT,.arrowR,.arrowB,.arrowL{display:inline-block;*display:inline;*zoom:1;width:0;height:0;}
.arrowT{border-left: 12px solid transparent;border-right: 12px solid transparent;border-bottom: 14px solid #fff;}
.arrowB{border-left: 12px solid transparent;border-right: 12px solid transparent;border-top: 14px solid #fff;}
.arrowL{border-top: 12px solid transparent;border-right: 14px solid #fff;border-bottom: 12px solid transparent;}
.arrowR{border-top: 12px solid transparent;border-left: 14px solid #fff;border-bottom: 12px solid transparent;}
.recruit_screen{border:1px solid #eee;border-top:none;border-right:none;}
.recruit_screen li{width:25%;height:58px;float:left;}
.recruit_screen_select{border-right:1px solid #eee;text-align:center;position:relative;}
.recruit_screen_select img{display:none;}
.recruit_screen_select p{color:#7d7d7d;line-height:58px;font-size:17px;cursor:pointer;}
.recruit_screen_select .arrowB{border-left: 6px solid transparent;border-right: 6px solid transparent;border-top:6px solid #eee;margin-left:10px;}
.recruit_screen_select p.on{color:#69a9dc;}
.recruit_screen_select p.on .arrowB{border-left: 6px solid transparent;border-right: 6px solid transparent;border-bottom: 6px solid #69a9dc;border-top:none;}
.recruit_screen_select dl{display:none;width:100%;position:absolute;top:60px;left:-1px;border:1px solid #eee;border-top:none;border-bottom:none;background:#fff;z-index:20;}
.recruit_screen_select dl dd a{display:block;padding:14px 5%;font-size:15px;color:#7d7d7d;border-bottom:1px solid #eee;line-height:25px;}
.recruit_screen_select dl dd a:hover{color:#69a9dc;}
.recruit_search{line-height:58px;height:58px;border-right:1px solid #eee;}
.recruit_search .text{width:82%;height:100%;float:left;border:none;color:#7d7d7d;font-size:17px;text-indent:30px;}
.recruit_search .btn{float:left;width:18%;height:100%;background:url(../images/pc/fdj.png) center no-repeat;border:none;font-size:17px;color:#fff;}
.recruit_search .text::-webkit-input-placeholder {color:#7d7d7d; }
.recruit_search .text::-moz-placeholder {color:#7d7d7d;} /* firefox 19+ */
.recruit_search .text:-ms-input-placeholder {color:#7d7d7d;} /* ie */
.recruit_search .text:-moz-placeholder {color:#7d7d7d;}
.recruit_main{
	float:left;
width:100%;}

.recruit_list_top{width:100%;border-bottom:1px solid #eee;}
.recruit_list_top li{height:68px;font-size:17px;color:#333;float:left;line-height:68px;}
.recruit_name{width:25%;text-indent:30px;}
.recruit_type{width:25%;}
.recruit_num{width:25%;}

.recruit_date{width:25%;}
.recruit_more{width: 20%;}
.recruit_list{font-size:1.2rem;color:#333333;}
.recruit_list ul{border-bottom:1px solid #cccccc;padding:3% 0;
display:block;    background-color: #fff;
    margin-bottom: 2%;border-top:1px solid #cccccc;}
.recruit_list ul li{float:left;}
.recruit_list .recruit_name{width:80%;text-indent: 10%;
    font-size: 1rem;}
.recruit_list .recruit_type{width:25%;}
.recruit_list .recruit_num{width:25%;}
.recruit_list .recruit_com{width:25%;}
.recruit_list .recruit_date{width:25%;}
.recruit_list i{width:22px;height:12px;background:url(../images/arrow3.png) no-repeat;float:right;margin:6px 10% 0 0;}
.recruit_mes:hover{background:#fff;}
.recruit_mes:hover i{background-position:-24px 0;}
.recruit_mes.on ul i{background-position:-48px 0;}
.recruit_det{margin-bottom: 2%;}
.recruit_det .main{padding-left: 5%;
    padding-right: 5%;
    background-color: #fff;
    width: 80%;
       margin-left: 5%;
    padding-top: 2%;
    padding-bottom: 2%;
    font-size: 1rem;
    border: solid 1px #cccccc;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;}
.recruit_det dl{margin-bottom:12px;}
.recruit_det dl p {
	font-size:0.9rem;
	line-height:1.4rem;
}
.recruit_det dd{float:left;margin-right:10%;}
.recruit_det strong{font-weight:normal;}
.recruit_bottom{margin-top:40px;}
.recruit_bottom .ztshare{margin-top:0;}
.resume_download{width:218px;height:43px;border:1px solid #69a9dc;line-height:43px;text-align:center;font-size:15px;color:#69a9dc;}
.resume_download i{width:14px;height:14px;background:url(../images/pc/arrow8.png) no-repeat;margin:0 0 0 10px;float:none;}
.send_resume{display:block;width:220px;height:45px;line-height:45px;font-size:15px;text-align:center;background:#69a9dc;color:#fff;position:relative;overflow:hidden;}
.resume_file{width:100%;height:100%;position:absolute;top:0;left:0;opacity:0;filter:alpha(opacity=0);}
#recruit_more.morelist{margin-top:40px;}
/*recruitment end*/
/*development start*/
.development{margin:44px auto 100px;width:76%;}
.development_title{font-size:25px;color:#333;line-height:34px;}
.development_path1,
.development_path2{width:49%;float:left;margin-top:45px;border-right:1px solid #f0f0f0;}
.development_path1{padding-bottom:13px;}
.development_path2{float:right;border-right:none;}
.development_path1 img,
.development_path2 img{display:block;width:100%;}
.development_path2 img{position:relative;top:-14px;}
.development_path1 .main,
.development_path2 .main{margin-top:44px;}
.development_title1,
.development_title2{font-size:17px;color:#333;line-height:27px;}
.development_con{margin-top:20px;font-size:15px;color:#666;line-height:24px;padding-right:11%;}
.development_path1 .main{padding-right:11%;}
.development_path2 .main{padding:0 8% 0 5%;}
.development_title1_1{margin:25px 0;}
.development_path3,
.development_path4,
.development_path5,
.development_path6{width:50%;position:relative;float:left;}
.development_path3 img,
.development_path4 img{display:block;width:100%;}
.development_path3 .main{position:absolute;top:0;left:0;width:91.1%;height:218px;padding:0 4.5%;}
.bg80{width:100%;height:100%;background:#fff;opacity:0.8;filter:alpha(opacity=80);position:absolute;top:0;left:0;z-index:10;}
.development_path3 .path,
.development_path4 .path,
.development_path5 .path{position:relative;width:100%;z-index:20;height:100%;}
.development_title2{line-height:56px;}
.development_path3 i,
.development_path4 i,
.development_path5 i,
.development_path6 i,
.development_path7 i{display:block;width:68px;height:1px;font-size:0;background:#69a9dc;}
.development_path3 .development_con,
.development_path4 .development_con,
.development_path5 .development_con,
.development_path6 .development_con,
.development_path7 .development_con{width:100%;height:75px;overflow: hidden;padding:0;}
.development_path3 .scroll,
.development_path4 .scroll,
.development_path5 .scroll,
.development_path6 .scroll,
.development_path7 .scroll{overflow-y: scroll;width:100%;padding-right:20px;height:100%;}
.development_path3 .arrowB,
.development_path6 .arrowB{opacity:0.8;filter:alpha(opacity=80);border-left: 14px solid transparent;border-right: 14px solid transparent;border-top: 14px solid #fff;position:absolute;bottom:-14px;left:50%;margin-left:-12px;}
.development_path4 .main{position:absolute;bottom:0;right:0;width:36%;height:256px;padding:0 7%;}
.development_path4 .development_con{height:100px;}
.development_path3 .more,
.development_path4 .more,
.development_path5 .more,
.development_path6 .more,
.development_path7 .more{width: 30px;height: 16px;background:url(../images/pc/arrow2.png) no-repeat;margin: 25px auto 0;}
.development_path4 .arrowL,
.development_path7 .arrowL{border-bottom: 14px solid transparent;border-right: 14px solid #fff;border-top: 14px solid transparent;opacity:0.8;filter:alpha(opacity=80);position:absolute;left:-14px;top:50%;margin-top:-12px;}
.development_path5{width:75%;}
.development_path5 img{display:block;width:33.4%;float:right;}
.development_path5 .main{width:56.6%;height:100%;position:absolute;top:0;left:0;padding-right:10%;}
.development_path5 .arrowR{border-bottom: 14px solid transparent;border-left: 14px solid #fff;border-top: 14px solid transparent;position:absolute;right:-14px;top:50%;margin-top:-7px;}
.development_path5 .more,
.development_path6 .more{position:absolute;bottom:5%;left:50%;margin-left:-15px;}
.development_path6{width:25%;}
.development_path6 .main{padding:0 8%;height:100%;}
.development_path6 img{width:100%;position:absolute;top:100%;left:0;}
.development_path6 .arrowB{opacity:1;filter:alpha(opacity=100);}
.development_path7{width:75%;position:relative;}
.development_path7 img{width:66.6%;float:left;}
.development_path7 .main{width:27.4%;height:100%;float:left;padding:0 3%;position:relative;}
.development_path7 .path{height:100%;}
.development_path7 .arrowL{opacity:1;filter:alpha(opacity=100);}
.development_path7 .more{position:absolute;bottom:10%;left:82%;margin-left:-12px;}
.development_title.mrgT50{margin-top:45px;}
.development_path8{margin-top:30px;}
.development_path8 .development_con{margin-top:20px;padding:0;}
.development_path8 .development_con span{color:#333;}
.development_path8 .development_con .mrgB18{margin-bottom:18px;}
.development_path9 #vedio{width:100% !important;height:300px;margin-bottom:25px;}
/*development end*/
/*staff start*/
.content{width: 1480px;margin: 30px auto 0;}
.waterfull{margin: 0 auto;}
.waterfull ul li{float: left;width: 350px;margin: 0 10px 23px 10px;background: #fff;position: relative;overflow: hidden;}
.waterfull ul li .a-img{width: 100%;display: block;position: relative;}
.waterfull ul li .a-img img{width: 100%;display: block;min-height: 250px;}
.waterfull ul li .li-title{overflow: hidden;line-height: 23px;color: #333;font-size:13px;padding:16px 0 9px 0;font-weight:normal;}
.waterfull ul li .description{max-height: 75px;overflow: hidden;line-height: 25px;color: #666;font-size: 13px;}
.waterfull ul li .date{display:none;}

/* 服务中心 service_banner */
.service_banner{background-image:url(../img/service_banner_pc.jpg);}
.talent_wechat .main_self{width: 166px;height: 220px;top:-99px;}
.talent_wechat .main_self i{left: -9px;}
.selfvoice{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;border: solid 7px #88bae3;background-color: #fff;padding: 12px 0 12px 12px;}
.selfvoice p{font-size: 14px;font-weight: 600;color: #69a9dc;line-height: 30px;}
.service_topnav{border:1px solid #d4d4d4;border-right: none;}
.service_topnav li{float: left;width: 20%;}
.service_topnav li.service_navs>a{border-right:1px solid #d4d4d4;display: block;height: 54px;text-align: center;color: #666;font-size: 15px;line-height: 54px;}
.service_topnav li.service_navs.licur>a,.service_map_select p.on{background-color: #69a9dc;color: #fff;}
.service_topnav li .service_map_select,.service_topnav li .service_search{border-right:1px solid #d4d4d4;font-size: 15px;height: 54px;}
.service_search .text{width:78%;text-indent:0;padding-left: 4%;}
/*.service_map{display: none;}*/
.service_map_select p{line-height: 54px;position:relative;}
.service_map_select p.on{}
.service_map_select p .arrowB,.service_map_select p.on .arrowB{background: url(../images/pc/arrow_f.png) no-repeat;border: none;width: 17px;height: 9px;position: absolute;top: 23px;right: 38px;}
.service_map_select p.on .arrowB{background-image: url(../images/pc/arrow_h.png);}
.service_map_select dl{top:54px;}
.service_map_select dl dd.service_maptext{height: 50px;line-height: 50px;border-bottom: solid 1px #eee;cursor:pointer;}
.service_map_select dl dd.service_maptext:hover{background-color: #c7e9fb;}

.service_form{border: solid 1px #ececec;position:relative;}
.service_form_nav{border-bottom: solid 1px #ececec;}
.service_form_nav li{float: left;width: 20%;text-align: center;}
.service_form_nav li a{display: block;color: #666;padding: 9% 0;border-right: solid 1px #ececec;}
.service_form_nav li a p{font-size: 18px;margin-top: 8px;}
.service_form_nav li a i{width: 68px;height: 68px;display: inline-block;margin: 0 auto;background: url(../images/pc/service_nav.png) no-repeat;background-size: auto 100%;}
.service_form_nav li.sfn_1 a i{background-position: 0 0;}
.service_form_nav li.sfn_2 a i{background-position: -90px 0;}
.service_form_nav li.sfn_3 a i{background-position: -180px 0;}
.service_form_nav li.sfn_4 a i{background-position: -276px 0;}
.service_form_nav li.sfn_5 a i{background-position: -359px 0;}
.service_form_nav li.licur a i{background-image: url(../images/pc/service_nav_on.png);}
.service_form_nav li.licur a p{color: #69a9dc;}

.service_form_con{display: none;padding: 40px 0;}
.pro_path{width: 90%;margin: 0 auto;}
.pro_con{margin-top:20px;width: 90%;}
.tips,.cas_tips,.serv_tips,.field_tips,.busin_tips{padding-left:20px;font-size:13px;color:#ec0000;font-weight:normal;}
.con_text,
.con_select{width:42%;float:left;height:40px;line-height:40px;border:1px solid #e6e6e6;position:relative;background:#fff;margin-bottom:20px;}
.text1{width:100%;height:100%;border:none;background:none;text-indent:20px;font-size:16px;color:#999;}
.placeholder{text-indent:20px;font-size:16px;color:#999;position:absolute;top:1px;left:1px;width:100%;height:100%;z-index:20px;}
.placeholder span{font-size:13px;color:#ec0000;padding-right:10px;}
.con_select{float:right;}
select.text1{text-indent:15px;background:url(../images/pc/arrow1.png) no-repeat;opacity:0;filter:alpha(opacity=0);position:relative;z-index:30;}
.con_select .placeholder{text-indent:30px;}
.con_select .arrowB{border-width:6px;position:absolute;top:20px;right:20px;border-color: #a5a5a5 transparent transparent;}
.con_btn{width:90%;}
.con_btn input{width:125px;height:35px;line-height:35px;text-align:center;border:none;font-size:14px;color:#fff;display:block;margin:0 auto;}
.con_btn .btn1{background:#70addd;}
.con_btn .btn2{background:#666666;}
.con_select_ser{float: none;margin-bottom: 15px;width: 244px;height: 50px;line-height: 50px;background: #69a9dc;border: none;}
.con_select_ser .placeholder {color: #fff;}
.con_select_ser .arrowB{background: url("../images/pc/arrow_h.png") no-repeat;width: 17px;height: 9px;border: none;top:22px;}
.con_select_ser .text1 option{padding: 15px;background-color: #fff;}
.con_select_dat{color: #666;font-size: 15px;line-height: 34px;margin-bottom: 20px;}
.service_form_con .title{font-size: 18px;color: #666;}
.con_text .placeholder{text-indent: 15px;}
.con_text .text1{width: 100%;text-indent: 20px;}
.con_text{height: 40px;line-height: 40px;}
.con_textarea{width:100%;height:133px;float:left;line-height:25px;border:1px solid #e6e6e6;position:relative;background:#fff;margin-bottom:20px;}
.con_textarea .placeholder{top:10px;/*width: 120px;*/}
.con_text .textarea{width:98%;height:100%;border:none;background:none;text-indent:0;font-size:16px;color:#999;padding:0 2%;}
.select_support{width:38%;}
.select_support>div{padding-left: 130px;}
.select_support .con_select_title{margin-left: -130px;}
.select_support .con_select_ser{float:right;margin-bottom:0;height:40px;line-height:40px;width:100%;}
.select_support .con_select_ser .arrowB{top:16px;}
.con_select_title{line-height:40px;font-size:16px;color:#666;}
.con_select_title span{color:#ec0000;font-size:13px;padding-right:10px;}
.select_norm{margin-top:20px;width:90%;}
/*.select_norm .con_text{float:none !important;}*/
.select_norm .con_textarea{width:100%;}
.con_select .placeholder{text-indent:0;}
.con_select .placeholder span{float:left;margin-left:9px;}
.con_select_ser .placeholder{text-indent:30px;}
.service_download{border:1px solid #ececec;padding:40px 0 0;}
.service_download_top,.service_download_con{width:90%;margin:0 auto;}
.download_search{background:url(../images/pc/fdj.png) no-repeat 28px center;border:1px solid #d4d4d4;border-right:none;width:40%;height:50px;line-height:50px;padding-left:70px;position:relative;}
.download_search input{height:100%;background-color:#fff;border:none;}
.download_search input.txt{width:74%;font-size:16px;color:#666;}
.download_search input.but{background-color:#69a9dc;width:22%;font-size:18px;color:#fff;position:absolute;right:0;top:-1px;height:103%;}
.service_download_top .con_select_ser{float:right;width:190px;margin:0 0 0 20px;height:50px;line-height:50px;}
.service_download_con{margin-top:40px;border:1px solid #d4d4d4;border-top:none}
.service_download_con dl{height:36px;border-bottom:1px solid #f7f7f7;}
.service_download_con dl dt{background:#69a9dc;color:#fff;font-size:15px;}
.service_download_con dl dt p{border-right:1px solid #fff;}
.service_download_con dl dt,.service_download_con dl dd{width:20%;height:36px;line-height:36px;float:left;text-align:center;}
.service_download_con dl dd p{border-right:1px solid #f7f7f7;font-size:13px;color:#666;}
.service_download_con dl dd p a{color:#666;}
.service_download_con dl dd p a:hover{color:#69a9dc;}
.service_download .news_mobile{display:block;}
.sproblem_top{width:100%;}
.sproblem_con{margin:0;border-left:1px solid #d4d4d4;border-top:1px solid #d4d4d4;}
.sproblem_con li{width:25%;height:290px;float:left;/*overflow:hidden;*/}
.sproblem_li{border-right:1px solid #d4d4d4;border-bottom:1px solid #d4d4d4;min-height:289px;background:#fff;position:relative;z-index:1;}
.sproblem_li.licur{z-index:2;}
.sproblem_li h3{font-size:18px;color:#333;font-weight:500;margin:0 10% 15px;padding-top:40px;}
.sproblem_li .sblist{padding:0 10%;}
.sproblem_li p a{color:#666;font-size:14px;line-height:30px;display:inline-block;}
.sproblem_li p a:hover,.sproblem_li p.more a{color:#69a9dc;}
.sproblem_li p.more{padding:5% 10% 10%;}
.sproblem_li p.more a{background:url(../images/pc/plus_h.png) no-repeat;display:inline-block;width:20px;height:20px;font-size:0;background-size:100% auto;}
.sproblem_li p.more a.morecur{background-image:url(../images/pc/less_h.png);}
.sproblem_con li.sproblemli{width:50%;}
.sproblemli .sproblem_li{padding:0 10%;height:210px;}
.sproblemli .sproblem_li h3{text-align:center;}
.sproblemli .sproblem_li p{height:40px;line-height:40px;padding-left:60px;margin-bottom:20px;}
.sproblemli .sproblem_li p span{float:left;width:60px;margin-left:-60px;font-size:15px;color:#666;}
.sproblemli .sproblem_li p .txt{height:100%;width:96%;padding:0 2%;border:1px solid #e0e0e0;}
.sproblemli .sproblem_li p.p_text{height:55px;}
.sproblemli .sproblem_li p.p_text span{line-height:15px;}
.sproblemli .sproblem_li p.p_text .txt{padding:1% 2%;}
.sproblemli .sproblem_li p.p_but{margin-bottom:0;text-align:center;}
.sproblemli .sproblem_li p.p_but .but{border:none;background-color:#69a9dc;color:#fff;margin:0 25px;width:100px;height:30px;font-size:13px;}
.sproblemli .sproblem_li p.p_but .but_2{background-color:#7d7d7d;}
.sproblemli .sproblem_li h3 .tips_sl{color:#ec0000;font-size:13px;font-weight:normal;padding-left:10px;}
.select_norm{display:none;}
.service_process ul{border: solid 1px #ececec;padding: 2.5% 3%;}
.service_process li{float: left;height: 68px;line-height: 68px;padding-right: 3%;}
.service_process li i{width: 68px;height: 68px;display: inline-block;float: left;background: url(../images/service_process.png) no-repeat;}
.service_process li.sproc_1,.service_process li.sproc_3{width:16.5%;}
.service_process li.sproc_2{width:20%;}
.service_process li.sproc_4{width:19%;}
.service_process li.sproc_5{width:16%;padding-right:0;}
.service_process li.sproc_1 i{background-position:0 0;}
.service_process li.sproc_2 i{background-position:-104px 0;}
.service_process li.sproc_3 i{background-position:-208px 0;}
.service_process li.sproc_4 i{background-position:-312px 0;}
.service_process li.sproc_5 i{background-position:-410px 0;}

.service_process li span{display: inline-block;float: left;font-size: 18px;color: #666;padding-left: 14px;}
.service_process li em{display: inline-block;float: right;width: 22px;height: 15px;background: url(../images/sp_arrow.png) no-repeat;margin-top: 27px;}
.sproc_but{text-align:center;margin:45px 0 50px;}
.sproc_but a{width:200px;height:50px;line-height:50px;display:inline-block;background-color:#69a9dc;font-size:18px;color:#fff;}

.area_topnav a{display:block;width:50%;height:100px;line-height:100px;background-color:#f8f8f8;text-align:center;}
.area_topnav a.cur{background-color:#69a9dc;}
.area_topnav a span{display:inline-block;font-size:20px;font-weight:600;color:#666;padding-left:140px;}
.area_topnav a span i{display:inline-block;width:92px;height:74px;background:url(../images/service_map.png) no-repeat;background-size:auto 100%;float:left;margin:14px 0 0 -140px;}
.area_topnav a.cur span{color:#fff;}
.area_topnav a.china_area span i{background-position:-312px 0;}
.area_topnav a.world_area span i{background-position:-462px 0;}
.area_topnav a.china_area.cur span i{background-position:0 0;}
.area_topnav a.world_area.cur span i{background-position:-162px 0;}
.news_dynamic_top.sproblem_top{padding:30px 0 20px;}
.news_dynamic_top.sproblem_top h3{line-height:55px;}
.news_dynamic_top.sproblem_top .con_select_ser{float:right;margin-bottom:0;}
/* 地图 */
.service_map{border-right:1px solid #ececec;}
.sermap{width:77%;height:420px;}
.mapresult{width:23%;height:325px;padding:19px 0;border-bottom:1px solid #ececec;text-align:justify;overflow:hidden;}
.mapresult .scroll{width:100%;height:100%;overflow-y:scroll;padding-right:20px;border-left:1px solid #ececec;}
#container{width:100%;height:100%;}
.mapresult_con{padding:0 20px;margin-bottom:15px;}
.mapresult_con h3 a{color:#6aa9dc;font-size:15px;font-weight:600;cursor:pointer;}
.mapresult_con p{font-size:13px;color:#666;line-height:24px;}
.BMap_bubble_content .box h3.title{font-size:14px;color:#6aa9dc;font-weight:600;}
.BMap_bubble_content .box p{font-size:13px;font-weight:500;color:#666;}
/*问题弹框*/
.service_pop{display:none;}
.service_pop .main{background:#fff;width:520px;height:580px;padding:40px;position:fixed;left:50%;top:50%;margin:-330px 0 0 -300px;z-index:9999;}
.service_pop .layer{width:100%;height:100%;position:fixed;top:0;left:0;z-index:1000;background:#000;opacity:0.6;filter:alpha(opacity=60);}
.service_pop .main h3.title{text-align:center;font-size:22px;color:#333;font-weight:500;margin-bottom:20px;}
.service_pop .main .spop_dat{color:#666;font-size:18px;font-weight:500;line-height:36px;width:92%;margin:0 auto;}
.service_pop .main .spop_dat>div{height:368px;overflow:hidden;text-align:justify;}
.service_pop .main .spop_dat .scroll{overflow-y:scroll;padding-right:20px;width:100%;height:100%;}
.service_more{margin:20px auto 25px;text-align:center;width:30%;}
.service_more img {cursor:pointer;}
.spop_page{border:1px solid #efefef;padding:20px;}
.spop_page p{font-size:16px;color:#666;cursor:pointer;}
.spop_page .goup{padding-left:25px;}
.spop_page .next{padding-right:25px;}
.spop_page i.arrowL,.spop_page i.arrowR{border-top:8px solid transparent;border-bottom:8px solid transparent;margin-top:3px;}
.spop_page i.arrowL{border-right:12px solid #b1b1b1;float:left;margin-left:-25px;}
.spop_page i.arrowR{border-left:12px solid #b1b1b1;float:right;margin-right:-25px;}

/* industry */
.pc_industry_nav li{width:20%;}
.pc_industry_nav li a{line-height:100px;height:100px;}
.pc_industry_nav li a p{margin-top:14px;height:18px;line-height:18px;}
.pc_industry_nav li a span{display:block;width:68px;height:68px;margin:0 auto;background:url(../images/industry_nav.png) no-repeat;background-size:auto 100%;}
.pc_industry_nav li.indun_1 a span{background-position:-1px 0;}
.pc_industry_nav li.indun_2 a span{background-position:-82px 0;}
.pc_industry_nav li.indun_3 a span{background-position:-163px 0;}
.pc_industry_nav li.indun_4 a span{background-position:-245px 0;}
.pc_industry_nav li.indun_5 a span{background-position:-326px 0;}
.pc_industry_nav li.on a span{background-image:url(../images/industry_nav_h.png);}
.industry{border-bottom:1px solid #e7e7e7;padding:35px 0 45px;overflow:hidden;}
.electric_title h3{font-size:25px;color:#333;font-weight:500;}
.electric_title h3 span{display:inline-block;color:#71a6d3;border-bottom:3px solid #66acef;padding-bottom:15px;}
.electric_title p{font-size:14px;color:#666;line-height:30px;margin:15px 0;width:660px;}
.industry_small{position:relative;/*height:560px;*/margin-top:15px;}
.industry_small img{max-width:none;/*width:auto;height:560px;*/width:100%;height:auto;}
.electric_img{}
.cloud-zoom-lens{width:240px;height:120px;background:url(../images/move.png);opacity:1 !important;margin:0;cursor:move;/*鼠标指针*/}
.cloud-zoom-title{display:none;/*标题文本*/}
.cloud-zoom-big{border:3px solid #fff;left:50%;top:-130px;margin-left:-280px;width:560px;height:360px;border-radius:4px;/*缩放窗口*/}
.cloud-zoom-loading{color:white;background:#222;padding:3px;border:1px solid #000;/*加载消息*/}
.small_arrow{width:24px;height:19px;background:url(../images/small_arrow.png) no-repeat;position:absolute;top:233px;left:50%;margin-left:-12px;z-index:99999;display:none;}
.industry_small:hover .small_arrow{display:block;}

.electric_related{margin-top:30px;}
.electric_related h2.title{font-size:25px;font-weight:500;margin-bottom:15px;}
.industry_list li{float:left;width:23.8%;margin-right:1.6%;margin-bottom:1.5%;}
.industry_list li a{display:block;}
.industry_list li a img{width:100%;display:block;}
.induy{margin-top:15px;}
.induy p{font-size:17px;color:#333;}
.induy i{display:inline-block;float:left;width:23px;height:23px;background:url(../images/induy.png) no-repeat;background-size:auto 100%;margin-left:10px;}
.industry_list li a:hover .induy i{background-position:-45px 0;}
.industry_list li a:hover .induy p{color:#005bac;}
.industry_list li a:hover img{box-shadow:0 0 5px #666;}
.solution{margin:40px auto 50px;}
.solutiontab{border:1px solid #eee;position:relative;}
.solution_vedio{width:50% !important;height:400px;}
.solution_vedio_img{display:block;width:100%;height:400px;background-repeat:no-repeat;background-size:cover;background-position:center center;}
.solution_link{width:50%;}
.solution_link li{width:33.33%;float:left;}
.solution_link li a{display:block;text-align:center;padding:44px 0;border-right:1px solid #eee;}
.solution_link li.sollink_1 a,.solution_link li.sollink_2 a,.solution_link li.sollink_3 a{border-bottom:1px solid #eee;padding-bottom:47px;}
.solution_link li.sollink_3 a,.solution_link li.sollink_6 a{border-right:none;}
.solution_link li a i{display:block;width:68px;height:68px;margin:0 auto;background:url(../images/sollink.png) no-repeat;background-size:auto 100%;}
.solution_link li a p{font-size:18px;color:#333;height:22px;line-height:22px;margin-top:20px;}
.solution_link li a:hover p{color:#6aa9dc;}
.solution_link li.sollink_1 a i{background-position:0 0;}
.solution_link li.sollink_2 a i{background-position:-98px 0;}
.solution_link li.sollink_3 a i{background-position:-196px 0;}
.solution_link li.sollink_4 a i{background-position:-294px 0;}
.solution_link li.sollink_5 a i{background-position:-392px 0;}
.solution_link li.sollink_6 a i{background-position:-490px 0;}
.solution_link li a:hover i{background-image:url(../images/sollink_h.png);}
.object_link{position:absolute;bottom:-30px;left:0;font-size:15px;display:none;}
/* property */
.property{height:580px;background-repeat:no-repeat;background-size:cover;position:relative;}
.property_con{position:absolute;top:0;right:0;height:50%;width:50%;background:rgba(255,255,255,0.9);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8ffffff,endColorstr=#C8ffffff);}
.property_con ul{width:82%;margin:60px auto 0;}
.property_con ul li{float:left;width:32%;text-align:center;}
.property_con ul li.perty_2{margin:0 2%;}
.property_con ul li p{font-size:14px;color:#595757;}
.property_con ul li span{display:block;width:120px;height:100px;margin:0 auto;background:url(../images/perty_ico.png) no-repeat;}
.property_con ul li.perty_1 span{background-position:0 0;}
.property_con ul li.perty_2 span{background-position:-170px 0;}
.property_con ul li.perty_3 span{background-position:-337px 0;}
.property_con .arrowL{position:absolute;left:-14px;top:50%;margin-top:-13px;opacity:0.8;}

.m_industry_nav li span,.m_industry_nav p i{display:inline-block;width:68px;height:68px;float:left;background:url(../images/industry_nav_h.png) no-repeat;background-size:auto 100%;}
.m_industry_nav p span{float:left;margin-left:30px;}
.m_industry_nav li span{margin-right:30px;}
.m_industry_nav li a{display:block;}
.m_industry_nav li.indun_1 a span,.m_industry_nav p i.indunt_1{background-position:-1px 0;}
.m_industry_nav li.indun_2 a span,.m_industry_nav p i.indunt_2{background-position:-82px 0;}
.m_industry_nav li.indun_3 a span,.m_industry_nav p i.indunt_3{background-position:-163px 0;}
.m_industry_nav li.indun_4 a span,.m_industry_nav p i.indunt_4{background-position:-245px 0;}
.m_industry_nav li.indun_5 a span,.m_industry_nav p i.indunt_5{background-position:-326px 0;}
.mobile_industry_small{display:none;}

/*about*/
.arrowT,.arrowR,.arrowB,.arrowL{display:inline-block;*display:inline;*zoom:1;width:0;height:0;}
.arrowT {border-left: 12px solid transparent;border-right: 12px solid transparent;border-bottom: 14px solid #fff;}
.arrowB {border-left: 12px solid transparent;border-right: 12px solid transparent;border-top: 14px solid #fff;}
.arrowL {border-top: 12px solid transparent;border-right: 14px solid #fff;border-bottom: 12px solid transparent;}
.arrowR {border-top: 12px solid transparent;border-left: 14px solid #fff;border-bottom: 12px solid transparent;}
.about_com{position:relative;}
.about_com img,
.about_chairman img{display:block;width:100%;}
.about_com .main{width:54%;height:270px;position:absolute;background:rgba(255,255,255,0.8);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8ffffff,endColorstr=#C8ffffff);position:absolute;top:0;right:0;}
.about_com .path{padding:6px 4% 20px 5%;height:91%;}
.about_com .arrowL{position:absolute;left:-14px;opacity:0.8;filter:alpha(opacity=80);top:50%;margin-top:-12px;}
.about_com .title,
.about_chairman .title{width:105px;font-size:26px;color:#70addd;line-height:63px;border-bottom:3px solid #70addd;}
.about_com .con,
.about_chairman .con{height:220px;overflow:hidden;font-size:14px;color:#666;line-height:32px;margin-top:10px;text-align:justify;}
.about_com .scroll,
.about_chairman .scroll{height:100%;width:100%;padding-right:20px;overflow-y:scroll;}
.about_com  .more,
.about_chairman  .more,.clust_dat .more{width:31px;height:14px;background:url(../images/pc/arrow4.png) no-repeat;margin:10px auto 0;}
.about_chairman{position:relative;}
.about_chairman .img{width:54%;float:right;}
.about_chairman .main{width:46%;height:100%;position:absolute;}
.about_chairman .path{padding-right:5%;height:100%;}
.about_chairman .title{width:130px;padding-top:17px;}
.about_chairman .arrowR{position:absolute;right:-14px;top:50%;margin-top:-12px;}
.about_chairman .con{height:224px;}
.about_chairman .more{display:none;}
.abrief_abt{border:1px solid #005bac;width:105px;height:30px;line-height:30px;}
.abrief_abt a{float:left;display:block;width:50%;font-size:15px;text-align:center;color:#333;}
.abrief_abt a.cur{background:#005bac;color:#fff;font-weight:600;}
.about_map .atimg{width:100%;display:block;}
.atchina_con{margin-top:40px;}
.atchina_con li{float:left;width:33%;margin-bottom:15px;}
.atchina_con li.atcon_1,.atchina_con li.atcon_2,.atchina_con li.atcon_3{height:55px;}
.atchina_con li h3{font-size:16px;color:#333;font-weight:500;padding-left:50px;line-height:28px;margin-bottom:2px;}
.atchina_con li h3 i,.atchina_con li h3 span{display:block;float:left;margin-left:-50px;width:28px;height:28px;}
.atchina_con li h3 i{background:url(../images/ab_1.png) no-repeat;background-size:auto 100%;}
.atchina_con li h3 span{background-color:#e60012;border-radius:50%;}
.atchina_con li.atcon_4 h3 span{background-color:#f39800;}
.atchina_con li.atcon_5 h3 span{background-color:#90c31f;}
.atchina_con li.atcon_6 h3 span{background-color:#005bac;}
.atchina_con li p{padding-left:50px;font-size:14px;color:#666;line-height:24px;}
.atchina_con li.atcon_3 h3 i{width:32px;background-position:-56px 0;}
.about_map{display:none;}
.about_video{overflow:hidden;margin-bottom:60px;}
.about_video ul{width:101%;}
.about_video li{float:left;width:24%;margin-right:1%;cursor:pointer;position:relative;}
.about_video li .atimg{width:100%;display:block;}
.about_video li span{width:0;height:0;position:absolute;top:50%;left:50%;background:url(../images/ab_video.png) no-repeat;background-size:100% auto;transform:rotate(0deg);-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);}
.about_video li:hover span{width:81px;height:81px;margin:-41px 0 0 -41px;transform:rotate(360deg);-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);}
.about_video li p{font-size:15px;color:#fff;position:absolute;bottom:0;left:0;right:0;padding:0 20px 12px;}
.popover_mask{position:absolute;left:0;top:0;z-index:1001;width:100%;height:100%;background:#000;opacity:0.5;filter:alpha(opacity=50);-moz-opacity:0.5;display:none;}
.popover{display:none;z-index:1002;position:fixed;top:50%;left:50%;width:640px;height:460px;margin:-230px 0 0 -320px;box-shadow:0 0 10px #666;background:#fff;}
.popti{position:absolute;width:40px;height:40px;top:0;right:0;z-index:9999;}
.popti .close{display:block;height:40px;background:url(../images/close-icons.png) no-repeat center center;-webkit-transition:all 0.4s ease-out;-moz-transition:all 0.4s ease-out;-o-transition:all 0.4s ease-out;transition:all 0.4s ease-out;font-size:0;}
.popti .close:hover{transform:rotate(-180deg);-moz-transform:rotate(-180deg);-webkit-transform:rotate(-180deg);-o-transform:rotate(-180deg);}

/* atchairman */
.atchairman_jianjie{margin:50px 0 40px;}
.atchairman_jianjie .news_dynamic_img,.atchairman_jianjie .news_dynamic_main{width:50%;height:400px;}
.atchairman_jianjie .news_dynamic_img{background-repeat:no-repeat;background-size:auto 100%;}
.atchairman_jianjie .news_dynamic_img img{display:none;}
.atchairman_jianjie .dynamic_con h3{font-size:25px;font-weight:500;color:#333;}
.atchairman_jianjie .dynamic_con p{font-size:14px;color:#666;line-height:26px;margin:0 0 10px;}
.atchairman_gushi{min-height:400px;margin:0 0 40px}
.atchairman_gushi .news_print{top:0;bottom:0;background:rgba(255,255,255,0.8);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8ffffff,endColorstr=#C8ffffff);}
.atchairman_gushi .arrowR{position:absolute;top:50%;right:-14px;margin-top:-12px;opacity:0.8;}
.atchairman_gushi .news_print h3,.atchairman_gushi .news_print p{padding:0 10%;}
.atchairman_gushi .news_print h3{margin:20px auto 10px;color:#71a6d3;font-size:25px;font-weight:500;}
.atchairman_gushi .news_print p{margin:0 auto 6%;font-size:15px;color:#666;}
.atchairman_gushi .news_print a.more{margin-left:11%;color:#71a6d3;border-bottom-color:#71a6d3;background-image:url(../images/pc/ind_more2.png);}
/* atstory */
.atstory_top{background-color:#f8f8f8;padding:35px 0;}
.atstory_top h3{font-size:25px;color:#333;font-weight:500;}
.atstory_brief{margin:5px 0 0;}
.atstory_brief>div{display:none;}
.atstory_brief_fl{width:46.5%;padding:20px 0;}
.atstory_brief_fl h3{font-size:17px;font-weight:600;color:#005bac;margin-bottom:10px;}
.atstory_brief_fl .atstory_brief_con{font-size:14px;color:#666;line-height:30px;}
.atstory_brief_img{width:50%;height:380px;background-repeat:no-repeat;background-size:cover;}
.atstory_nav{margin-top:20px;}
.atstory_nav li{float:left;width:32%;height:70px;line-height:70px;text-align:center;background-color:#eaeaea;font-size:25px;color:#666;cursor:pointer;}
.atstory_nav li.licur{background-color:#6aa9dc;color:#fff;}
.atstory_view .newslist li{margin-right:2%;width:32%;}
.atstory_view .newslist li.lites,.atstory_story .dynamic_conlist li.lites{margin-right:0;}
.atstory_view .morelist{margin-bottom:40px;}
.atstory_story .news_dynamic_top{padding-top:0;}
.atstory_story .dynamic_conlist{margin-top:0;}
.atstory_story .dynamic_conlist li{width:23.6%;}
.atstory_bwti a{color:#fff;}


/* atbuilding */
.bx-wrapper{position:relative;margin:0 auto;padding:0;*zoom:1;z-index:100;}
.bx-wrapper img{max-width:100%;display:block;}
.bx-wrapper .bx-viewport{background:#fff;-webkit-transform:translatez(0);-moz-transform:translatez(0);-ms-transform:translatez(0);-o-transform:translatez(0);transform:translatez(0);}
.bx-wrapper .bx-pager,.bx-wrapper .bx-controls-auto{position:absolute;bottom:-30px;width:100%;}
.bx-wrapper .bx-loading{min-height:50px;background:#fff;height:100%;width:100%;position:absolute;top:0;left:0;z-index:2000;}
.bx-wrapper .bx-pager{text-align:left;bottom:15px;width:auto;padding-left:20px;}
.bx-wrapper .bx-pager .bx-pager-item{}
.bx-wrapper .bx-pager .bx-pager-item,.bx-wrapper .bx-controls-auto .bx-controls-auto-item{display:inline-block;*zoom:1;*display:inline;}
.bx-wrapper .bx-pager.bx-default-pager a{background:none;font-size:0;display:block;width:10px;height:10px;border:2px solid #fff;margin:0 5px;outline:0;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;}
.bx-wrapper .bx-pager.bx-default-pager a:hover,.bx-wrapper .bx-pager.bx-default-pager a.active{background:#fff;}
.bx-wrapper .bx-prev{left:10px;}
.bx-wrapper .bx-next{right:10px;}
.bx-wrapper .bx-controls-direction a{position:absolute;top:50%;margin-top:-16px;outline:0;width:32px;height:32px;text-indent:-9999px;z-index:9999;}
.bx-wrapper .bx-controls-direction a.disabled{display:none;}
.bx-wrapper .bx-controls-auto{text-align:center;}
.bx-wrapper .bx-controls-auto .bx-start{display:block;text-indent:-9999px;width:10px;height:11px;outline:0;margin:0 3px;}
.bx-wrapper .bx-controls-auto .bx-stop{display:block;text-indent:-9999px;width:9px;height:11px;outline:0;margin:0 3px;}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager{text-align:left;width:80%;}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto{right:0;width:35px;}
.bx-wrapper .bx-caption{position:absolute;bottom:0;left:0;background:#666\9;background:rgba(80,80,80,0.75);width:100%;}
.bx-wrapper .bx-caption span{color:#fff;font-family:Arial;display:block;font-size:0.85em;padding:10px;}
.atbuildslider{position:relative;}
.atbuild_slicon{position:absolute;bottom:0;right:0;width:62%;height:50%;background:rgba(255,255,255,0.8);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8ffffff,endColorstr=#C8ffffff);overflow:hidden;z-index:200;}
.atbuild_slicon .arrowL{position:absolute;top:50%;left:-14px;opacity:0.8;}
.atbuild_slicon h3{margin:25px 0 10px 30px;color:#71a6d3;font-size:25px;font-weight:500;display:inline-block;border-bottom:3px solid #66acef;padding-bottom:5px;}
.atbuild_slicon .atslicon{margin:0 30px;font-size:15px;color:#666;line-height:26px;}

.innovative_intro{margin:40px 0 35px 0;}
.innovative_intro .con{font-size:14px;color:#666;padding-top:17px;line-height:32px;}
.innovative_intro .arrowR{border-top: 15px solid transparent;border-left: 15px solid #fff;border-bottom: 15px solid transparent;position:absolute;top:50%;margin-top:-15px;left:0;}
.innovative_intro img{display:none;}
.innovative_patent .news_top{margin-bottom:10px;}
.innovative_patent .con{font-size:14px;color:#666;line-height:24px;}
.innovative_patent ul{margin-top:15px;}
.innovative_patent li{width:19%;height:138px;float:left;margin:0 1.25% 20px 0;position:relative;}
.innovative_patent li .main{width:88%;height:93px;padding:20px 6% 25px 6%;position:absolute;top:0;left:0;background:#dcecf9;z-index:30;}
.innovative_patent li .date{font-size:20px;color:#70addd;margin-bottom:13px;}
.innovative_patent li .date i{border-left:5px solid transparent;border-right:5px solid transparent;border-top:10px solid #6ba9dc;float:right;margin-top:4px;}
.innovative_patent li img{display:block;width:100%;display:none;margin-top:7px;}
.innovative_patent li .title{padding-top:15px;font-size:16px;color:#666;line-height:25px;}
.atbuild_patent li{/*width:24.61%;margin:0 0.5% 0.5% 0;*/height:128px;}
.atbuild_patent li .main{padding:20px 6% 15px 6%;}
.atbuild_patent li .date{text-align:center;font-size:16px;color:#666;position:relative;margin-top:20px;}
.atbuild_patent li .date i{float:none;position:absolute;top:24px;left:50%;margin-left:-5px;}
.atdynamic_nav_bg{height:304px;margin-top:40px;background:url(../img/atbuild_2.jpg) no-repeat center top;background-size:cover;}
.atdynamic_nav_bg img{display:none;width:100%;}
.atdynamic_nav{margin-bottom:30px;}
.atdynamic_nav ul{width:60%;margin:-44px auto 0;}
.atdynamic_nav li{float:left;width:32%;height:50px;line-height:50px;text-align:center;background:#6aa9dc;color:#fff;font-size:25px;font-weight:500;cursor:pointer;}
.atdynamic_nav li a{color:#fff;display:block;}
.atdynamic_nav li.licur{background:#e60012;}
.atdynamic_con{width:60%;margin:0 auto;display:none;}
.atdynav{text-align:center;margin-bottom:20px;}
.atdynav a{display:inline-block;font-size:18px;font-weight:600;color:#666;margin:0 2.5%;padding-bottom:5px;}
.atdynav a.on{border-bottom:2px solid #fd2626;}
.atdynamic_con li{height:48px;line-height:48px;font-size:15px;}
.atdynamic_con li span{display:inline-block;width:30%;color:#c7c7c7;float:left;}
.atdynamic_con li a{display:inline-block;color:#666;float:left;}
.atdynamic_con li a:hover{color:#6aa9dc;}
.atdy_paging{/*width:74px;*/height:36px;line-height:36px;margin:40px auto 0;width:50px;text-align:center;padding:0 22px;}
.atdy_paging a{display:inline-block;height:36px;float:left;}
.atdy_paging span{color:#666;font-size:14px;}
.atdy_paging span i{font-style:normal;}
.atdy_paging a{width:22px;background:url(../images/ab_3.png) no-repeat;background-size:auto 100%;}
.atdy_paging a.atpag_up{background-position:0 0;margin-left:-22px;}
.atdy_paging a.atpag_next{background-position:-56px 0;float:right;margin-right:-22px;}
.atbuild_dynamic{margin-bottom:55px;}
.atbuild_inform{margin-bottom:60px;}
.atbuild_inform_top{height:300px;background:url(../img/atbuild_3.jpg) no-repeat center top;background-size:cover;}
.atbuild_inform_top img{display:none;}
.atbuild_inform_title{text-align:center;font-size:30px;color:#333;font-weight:500;margin:40px 0;}
.atbuild_inform_title span{display:block;width:55px;height:5px;background-color:#eaeaea;margin:20px auto 0;}
.atbuild_download{width:70%;margin:0 auto;}
.atbuild_download li{height:60px;line-height:60px;background:#f2f2f2;}
.atbuild_download li.lieven{background:#fff;}
.atbuild_download li a{display:block;height:60px;padding:0 20px;font-size:15px;color:#666;}
.atbuild_download li a i{display:inline-block;width:21px;height:20px;background:url(../images/ab_4.png) no-repeat;background-size:auto 100%;margin-top:20px;}
/* atcourse */
.innovative_standard>div{display:none;}
.innovative_standard .news_top{margin-bottom:15px;}
.innovative_standard .img{display:block;width:23%;float:left;}
.innovative_standard .img h2{color:#005bac;font-weight:600;font-size:35px;}
.innovative_standard .img h3{color:#005bac;font-size:24px;font-weight:500;margin:4px 0 15px;}
.innovative_standard .img .atcou_con{color:#666;font-size:15px;line-height:30px;margin-top:10px;}
.innovative_standard img{display:block;width:100%;}
.innovative_standard .scroll{float:right;margin-top:40px;width:76%;height:386px;overflow:hidden;text-align:justify;}
.innovative_standard .scroll ul{overflow-y:scroll;width:100%;padding-right:20px;height:100%;}
.innovative_standard li{position:relative;/*height:55px;line-height:55px;*/cursor:pointer;border-left:1px solid #dcdcdc;margin-left:10px;}
.innovative_standard li p{font-size:14px;color:#666;margin-left:25px !important;line-height:25px;padding:15px 0 15px 10px;}
.innovative_standard li i,
.reward_list .con i{background:url(../images/mobile/icon.png) no-repeat;background-size:100%;display:none;width:15px;height:15px;position:absolute;left:-8px;top:50%;margin-top:-7.5px;}
.innovative_standard li:hover p{background-color:#dcedfa;}
.innovative_standard li:hover i{display:block;}
.innovative_standard .morelist{margin:0 auto;}
.innovative_reward{margin-bottom:80px;}
.innovative_reward .news_top{margin-bottom:17px;}
.reward_year{width:100%;height:35px;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #e8e8e8;}
.reward_year .bx-wrapper{position:relative;padding:0 43px;}
.reward_year .bx-viewport{margin:0 auto;}
.reward_year .slide{margin-right:35px;}
.reward_year .slide a{display:block;height:35px;line-height:35px;text-align:center;font-size:18px;color:#666;font-weight:bolder;}
.reward_year .slide a:hover,
.reward_year .slide a.on{background:#6aa9dc;color:#fff;}
.reward_year .bx-controls{height:0;}
.reward_year .bx-controls-direction a.disabled {display: none;}
.reward_year .bx-controls-direction a{display:block;width:13px;height:23px;position:absolute;top:50%;left:0;background:url(../images/pc/arrow7.png) no-repeat;margin-top:-11px;}
.reward_year .bx-controls-direction a.bx-next{left:auto;right:0;background-position:-20px 0;}
.reward_year .bx-controls-direction .bx-prev:hover {background-position:0 -25px;}
.reward_year .bx-controls-direction .bx-next:hover {background-position:-20px -25px;}
.reward_year .bx-default-pager{display:none;}
.reward_list .innovative_patent{display:none;}
.atcourse_top{border-bottom:1px solid #dcdcdc;padding-bottom:0;margin-bottom:20px;}
.atcourse_topnav{width:75.3%;}
.atcourse_topnav li{float:left;width:16.57%;text-align:center;background:#eaeaea;height:50px;line-height:50px;border-left:1px solid #fff;font-size:15px;color:#666;font-weight:600;cursor:pointer;}
.atcourse_topnav li.licur{background:#6aa9dc;color:#fff;}
.reward_list .innovative_patent li{width:24%;}
.atcou_list .innovative_patent{display:none;}
.atcou_list .innovative_patent li{display:block;}
.atcou_list .innovative_patent li .title{height:24px;overflow:hidden;}
.atcou_list .innovative_patent li:hover .title{height:auto;}
.atcourse_morelist_fr{width:76%;margin-top:15px;}
/* atmagazine */
.magazine_report{margin-bottom:30px;}
.magazine_date a,.magazine_date i{display:inline-block;float:left;}
.magazine_date a{font-size:12px;color:#666;}
.magazine_date i{height:12px;width:1px;background-color:#d8d8d8;margin:3px 20px 0;}
.magazine_date a:hover,.magazine_date a.on{color:#e60012;}
.magazinelist{display:none;margin-top:20px;}
.magazine_list li{float:left;margin-right:1.2%;width:24.1%;}
.magazine_list li a{display:block;border:1px solid #e9e9e9;position:relative;}
.magazine_list li a img{display:block;width:100%;}
.magazine_list li a h3{text-align:center;color:#fff;font-size:18px;font-weight:500;position:absolute;bottom:0;left:0;right:0;padding:20px 0;background:url(../images/pc/exhib_bg.png) repeat;}
.reportlist li{width:15.65%;}

/* 发展战略 strategy */
.strategy_nav_title{color:#fff;width:760px;padding-top:6%;}
.strategy_nav_title h3{font-size:25px;font-weight:500;margin-bottom:18px;}
.strategy_nav_title p{font-size:18px;line-height:30px;}
.pc_strategy_nav li a span{background-image:url(../images/plan_nav.png);}
.pc_strategy_nav li.indun_1 a span{background-position:0 0;}
.pc_strategy_nav li.indun_2 a span{background-position:-98px 0;}
.pc_strategy_nav li.indun_3 a span{background-position:-196px 0;}
.pc_strategy_nav li.indun_4 a span{background-position:-294px 0;}
.pc_strategy_nav li.indun_5 a span{background-position:-392px 0;}
.pc_strategy_nav li.on a span,.m_strategy_nav p i,.m_strategy_nav li span{background-image:url(../images/plan_navon.png);}

.strateg_dat{margin:55px 0 50px;position:relative;min-height:400px;background:url(../img/strateg_1.jpg) no-repeat;background-size:cover;}
.strategimg{display:none;}
.strategimg img{width:100%;}
.strategcon{position:absolute;top:0;right:0;width:50%;height:50%;background:rgba(255,255,255,0.8);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8ffffff,endColorstr=#C8ffffff);}
.strategcon .arrowL{position:absolute;top:50%;left:-14px;margin-top:-14px;opacity:0.8;}
.strategcon h3,.strategcon p{margin:0 40px;}
.strategcon h3{font-size:25px;color:#71a6d3;display:inline-block;border-bottom:3px solid #66acef;padding:4% 0 2%;margin-bottom:3%;font-weight:500;}
.strategcon p{width:73%;font-size:18px;line-height:30px;color:#333;}
/* adhere */
.adhere{margin:40px auto 50px;}
.adheredat,.adhereimg{width:50%;min-height:300px;}
.adhereimg,.implement_img,.build_img,.rdsystem_img,.readimg{background-repeat:no-repeat;background-size:cover;background-position:center;}
.adhereimg img{display:none;width:100%;}
.adheredat,.implement_dat{position:relative;}
.condat{width:86%;margin:7% auto 0;}
.condat h4{font-size:13px;font-weight:600;color:#333;}
.condat h3{font-size:20px;color:#6baadd;font-weight:500;margin:10px 0 5px;}
.condat p{font-size:14px;color:#888;line-height:30px;}
.adheredat .arrowL,.adheredat .arrowR,.build_dat .arrowL,.build_dat .arrowR,.clust_dat .arrowL{position:absolute;top:50%;margin-top:-14px;}
.adheredat .arrowL,.build_dat .arrowL,.clust_dat .arrowL{left:-14px;}
.adheredat .arrowR,.build_dat .arrowR{right:-14px;}
/* implement */
.implement_img{width:100%;}
.implement_dat,.implement_img{min-height:300px;max-height:300px;}
.implement_1{width:50%;}
.impldat{padding:6% 3% 0;}
.impldat h3,.buildat h3{font-size:20px;color:#6baadd;font-weight:500;margin-bottom:8px;}
.impldat p,.buildat p{font-size:14px;color:#888;line-height:30px;}
.implement_1 .impldat p{width:60%;}
.implement_dat .arrowT,.implement_dat .arrowB{position:absolute;left:50%;margin-left:-14px;}
.implement_dat .arrowT{top:-14px;}
.implement_dat .arrowB{bottom:-14px;}
.implement_2,.implement_3{width:25%;}
.implement_2 .impldat{padding:12% 10% 0 10%;}
.implement_3 .impldat{padding:12% 0 0 10%;}
.implement_2{position:relative;}
.implement_2 .implement_img{position:absolute;left:0;right:0;top:100%;}
/* build */
.build{width:50%;}
.build_img,.build_dat{min-height:300px;max-height:300px;width:50%;}
.build_dat{position:relative;}
.buildat{padding:12% 10% 0;}
/* clusters */
.buildat h4{font-size:12px;font-weight:600;color:#333;margin-bottom:10px;}
.clust_1{position:relative;}
.clust_1 .build_img{width:100%;}
.clust_dat{position:absolute;top:0;right:0;width:50%;height:50%;background:rgba(255,255,255,0.9);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5ffffff,endColorstr=#E5ffffff);}
.clust_dat .arrowL{opacity:0.9;}
.clust_dat .con{height:70px;overflow:hidden;text-align:justify;padding:12% 0 0;margin:0 10%;}
.clust_dat .con .scroll{height:100%;width:100%;padding-right:20px;overflow-y:scroll;}
.clust_2{width:100%;}
.clust_2 .buildat{padding:6% 7% 0;}
/* rdcenter */
.rdcenter_title{padding-bottom:15px;}
.rdcenter_title h3{font-size:25px;font-weight:500;}
.rdcenter{position:relative;}
.rdcenter .implement_img{position:absolute;left:0;right:0;top:100%;background-position:center bottom;}
.rdcendat{position:static;background:none;height:auto;padding-top:10%;}
.rdcendat h3,.rdcendat a.more{margin-left:6%;}
.rdcendat h4{width:auto;margin:10px 6% 20px;}
/* rdresults */
.rdresul_1{width:39%;position:relative;}
.rdresul_1 .build_img,.rdresul_2 .build_img{width:100%;max-height:400px;min-height:400px;}
.rdresul_dat{position:absolute;height:50%;bottom:0;left:0;right:0;padding:0 4%;background:rgba(255,255,255,0.8);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8ffffff,endColorstr=#C8ffffff);}
.rdresul_dat h3,.rdresul_2 .clust_dat .con .scroll h3{font-size:25px;color:#6aa9dc;font-weight:500;padding-bottom:10px;margin:5% 0 3%;border-bottom:3px solid #66acef;display:inline-block;}
.rdresul_dat p{font-size:15px;color:#666;line-height:30px;width:86%;}
.rdresul_2{width:61%;}
.rdresul_2 .clust_dat .con{height:126px;margin:0 4%;padding-top:6%;}
.rdresul_2 .clust_dat .con .scroll h3{margin:0 0 3%;}
.reward_list{border-top:1px solid #eeeeee;}
.reward_list .main{border-bottom:1px solid #eee;color:#666;line-height:36px;}
.reward_list .date{width:18%;float:left;text-align:center;font-size:20px;border-right:1px solid #eeeeee;padding:20px 0;}
.reward_list .date i{display:inline-block;*display:inline;*zoom:1;width:36px;height:36px;background:url(../images/pc/reward_icon.png) no-repeat;margin-right:20px; vertical-align:middle;}
.reward_list .con{width:78%;float:right;padding:20px 0;font-size:14px;}
.reward_list .con i{display:none;}
.reward_list li{display:none;}
.rdresult_list .reward_year{margin-bottom:0;}
.rdresult_list .reward_list{border-top:none;}
.rdresult_title{display:none;}
/* rdresults */
.rdinnov_top{width:100%;float:none;}
.rdinnov_top .build_img{max-height:635px;min-height:635px;}
.rdinnov_top .clust_dat .con{height:226px;}
.rdinnov_tab .title{margin-bottom:30px;}
.rdinnov_tab .title strong{font-size:25px;color:#6aa9dc;font-weight:500;}
.rdinnov_tab{margin-bottom:30px;}
.rdinnovtab .con_text{width:49%;}
.rdinnovtab .rditab_1,.rdinnovtab .con_textarea{width:100%;}
.rditab_2 .con_text{width:180px;}
.rditab_2 .yzm{margin:0 15px;}
.rditab_2 .con_btn{width:auto;}
.rditab_2 .con_btn input{height:40px;line-height:40px;}
/* rdsystem */
.rdsystem_con .anchor{display:block;}
.rdsystem_con{width:74.6%;}
.rdsystem_img,.rdsystem_dat{width:50%;min-height:340px;max-height:340px;}
.rdsydat{padding:7% 5% 0;}
.rdsydat h3{font-size:18px;color:#333;font-weight:500;margin-bottom:2%;}
.rdsydat p{font-size:15px;line-height:30px;color:#666;}
.rdsystemcon_tes .rdsystem_img,.rdsystemcon_tes .rdsystem_dat{min-height:600px;max-height:600px;}
.rdsymb{margin-bottom:50px;}
#mainbody{position:relative;}
.rdsystem_nav{width:330px;position:absolute;z-index:9999;top:380px;right:50%;margin-right:-730px;padding-top:15px;}
.rdsynav{border-left:2px solid #eaeaea;position:relative;padding-bottom:15px;}
.rdsynav h3{padding:25px 0 10px 15px;font-size:18px;color:#666;font-weight:600;}
.rdsynav p{padding:6px 0 6px 40px;}
.rdsynav p a{display:inline-block;color:#999;font-size:15px;height:24px;line-height:24px;}
.rdsynav span,.rdsynav h3 i{display:inline-block;width:6px;height:6px;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;}
.rdsynav span{border:2px solid #cfcfcf;background:#fff;position:absolute;left:-6px;}
.rdsynav span.circle_t{top:-15px;}
.rdsynav span.circle_b{bottom:-15px;}
.rdsynav h3 em{color:#999;font-style:normal;margin-right:13px;}
.rdsynav h3 i{border:5px solid #fff;background:#cfcfcf;float:left;margin:5px 0 0 -24px;}
.rdsynav p.cur i{width:21px;height:11px;display:inline-block;background:url(../images/rdsystem_nav.png) no-repeat;float:left;margin:7px 0 0 -50px;}
.rdsystem_dat .arrowT{display:none;}
/* brand */
.brand{margin-top:30px;}
.bd_reading{margin-bottom:30px;}
.read_dat,.readimg{min-height:299.5px;max-height:299.5px;float:left;}
.readimg{width:100%;}
.read_dat{width:82%;padding:0 9%;position:relative;border-left:1px solid #e5e5e5;border-bottom:none;}
.read_dat h3{padding-top:10%;margin-bottom:4%;}
.read_dat p{font-size:15px;color:#666;margin-bottom:20px;}
.read_dat span.arrowB{position:absolute;left:50%;bottom:-14px;margin-left:-10px;}
.reading_locate{background-color:#ddf1f9;}
.locate_dat{padding:25% 9% 0;}
.locate_dat h3{margin-bottom:28px;}
.locate_dat p{line-height:34px;font-size:15px;color:#666;}
.bdexpnav li{float:left;width:23.9%;border:1px solid #e5e5e5;margin-right:1.2%;padding:40px 0 50px;position:relative;cursor:pointer;}
.bdexpnav li a{display:block;padding-left:60px;height:56px;margin:0 30px;}
.bdexpnav li a h3,.bdexpnav li a p{padding-left:15px;}
.bdexpnav li a h3{font-size:18px;color:#333;font-weight:500;margin-bottom:8px;}
.bdexpnav li a p{font-size:15px;color:#999;}
.bdexpnav li a span{display:inline-block;float:left;width:60px;height:46px;margin:5px 0 0 -60px;background:url(../images/readnav.png) no-repeat;background-size:auto 100%;border-right:1px solid #f0f0f0;}
.bdexpnav li a span img{display:none;}
.bdexpnav li.bdnav_1 a span{background-position:0 0;}
.bdexpnav li.bdnav_2 a span{background-position:-88px 0;}
.bdexpnav li.bdnav_3 a span{background-position:-180px 0;}
.bdexpnav li.bdnav_4 a span{background-position:-265px 0;}
.bdexpnav li i.arrow{position:absolute;bottom:15px;left:50%;width:30px;height:16px;margin-left:-15px;background:url(../images/readarrow.png) no-repeat;background-size:auto 100%;}
.bdexpnav li.licur{background-color:#6aa9dc;}
.bdexpnav li.licur a h3,.bdexpnav li.licur a p{color:#fff;}
.bdexpnav li.licur a span{background-image:url(../images/readnav_h.png);}
.bdexpnav li.licur i.arrow{background-position:-54px 0;}
.bd_expdat{border:1px solid #e5e5e5;margin-top:20px;}
.bd_expdat .bdexpdat{display:none;padding:30px 20px;}
.bdexpdat li{float:left;width:32.3%;margin-right:1.2%;margin-bottom:1.2%;border:1px solid #e5e5e5;cursor:pointer;}
.bdexpdatli{padding:20px;}
.bdexpdatli h3{font-size:18px;color:#333;font-weight:500;}
.bdexpdatli h4{font-size:15px;color:#999;font-weight:500;margin:4px 0 12px;}
.bdlidatimg img{display:block;width:100%;}
.bdexpdatli p{font-size:15px;color:#666;line-height:25px;margin-top:25px;}
.bdexpdatli p.li_p{color:#015cad;margin-top:18px;}
.bdlibom{border-top:1px solid #f2f4f5;margin-top:15px;padding-top:10px;height:25px;}
.bdlibom span{color:#000;font-size:15px;float:left;}
.bdlibom i{float:right;display:inline-block;width:9px;height:11px;margin-top:6px;background:url(../images/readico.png) no-repeat;}
.bdexpdetail{padding:0 25px;display:none;}
.bdexpdetail h3{font-size:18px;font-weight:500;}
.bdexpdetail .detail{font-size:15px;color:#666;line-height:30px;margin:20px 0 35px;}
.bd_message dd{border-top:1px solid #f7f7f7;padding:12px 0;}
.bd_message dd span{display:inline-block;color:#0070bc;font-size:15px;margin-bottom:2px;}
.bd_message dd p{color:#666;font-size:15px;}
.bd_message_but a{display:inline-block;font-size:15px;color:#015cad;padding-left:20px;height:20px;line-height:20px;}
.bd_message_but a i{display:inline-block;width:13px;height:13px;float:left;margin:4px 0 0 -20px;background:url(../images/readico_1.png) no-repeat;}
.bd_message_tab{padding-top:20px;}
.bd_message_tab textarea{width:98%;border:1px solid #d4d4d4;height:80px;padding:10px 1%;font-size:14px;color:#666;}
.bd_message_tab input.but{width:160px;height:45px;line-height:45px;text-align:center;color:#fff;font-size:15px;background:#69a9dc;border:none;float:right;margin:30px 0 0 30px;}
.bd_message_tab input.but_r{background:#999;}
.bd_back{display:block;float:left;margin:15px 0 0;}
.bdexpdat .morelist{margin:40px auto 0;}
.bdexpdat_activity .bdexpdatli h3{margin-bottom:16px;}
.bdexpdat_activity .bdexpdatli .bdlidatimg{margin-bottom:15px;}
.bdexpdat_activity .bdexpdatli p{margin-top:0;}
.bdexpdetail .title p{color:#999;font-size:15px;margin-top:5px;}
.bdexpdetail .title p span{color:#015cad;}
.bd_micro{width:65%;padding-right:5%;}
.bd_microimg{width:23%;padding-left:6%;border-left:1px solid #f0f0f0;margin:10px 0 20px;}
.bd_microimg h3{font-size:24px;color:#fff;height:70px;line-height:70px;text-align:center;background:#6aa9dc;}
.bd_microimg p{padding:12%;border:1px solid #d9d9d9;margin-top:70px;position:relative;}
.bd_microimg p img{width:100%;}
.bd_microimg p i{background:url(../images/ewm_a.jpg) no-repeat;width:40px;height:22px;position:absolute;top:-22px;left:50%;margin-left:-20px;}
.knowlist .title{height:45px;line-height:45px;padding-left:60px;background-color:#f0f0f0;}
.knowlist .title i,.klbti i{display:inline-block;float:left;margin-left:-60px;}
.knowlist .title i{width:45px;height:45px;background:#015cad;font-size:24px;font-weight:600;color:#fff;text-align:center;font-style:normal;}
.knowlist .title p,.knowlist .title span{font-size:15px;color:#666;}
.knowlist .title strong{color:#015cad;font-weight:500;margin-right:10px;}
.knowlist .title span{float:right;margin-right:6%;}
.klbti{font-size:15px;color:#666;font-weight:500;padding:10px 0 10px 60px;height:25px;line-height:25px;border-bottom:1px solid #f0f0f0;}
.klbti i{width:19px;height:25px; background:url(../images/readico_2.png) no-repeat;background-size:100% auto;margin-left:-46px;}
.knowlist{margin-bottom:20px;}
.knowlist .bd_message{margin:0 60px;}
.knowlist .bd_message dd{border-top:none;padding-bottom:5px;}
.knowlist .bd_message dd p{line-height:25px;}
.brandnews{margin:40px 0;}
.brandn_more{display:block;color:#fff;font-size:32px;font-weight:600;padding-right:220px;line-height:80px;margin-top:40px;}
.brandn_more span{display:inline-block;width:80px;height:80px;float:right;margin-right:-130px;background:url(../images/readico_3.png) no-repeat;background-size:auto 100%;}
/*  品牌视频 */
.slideGroup{margin-bottom:50px;}
.slideGroup .parHd{height:68px;border:1px solid #f0f0f0;border-right:none;display:block;}
.slideGroup .parHd ul li{float:left;width:25%;text-align:center;height:68px;line-height:68px;}
.slideGroup .parHd ul li a{display:block;color:#666;font-size:18px;border-right:1px solid #f0f0f0;}
.slideGroup .parHd ul li.on{background:#6aa9dc;}
.slideGroup .parHd ul li.on a{color:#fff;}
.multipleColumn{overflow:hidden;position:relative;}
.multipleColumn .bd{overflow:hidden;margin-top:20px;}
.multipleColumn .bd ul{overflow:hidden;float:left;}
.multipleColumn .bd ul li{margin-bottom:1%;}
.multipleColumn .hd{overflow:hidden;height:20px;text-align:center;margin-top:35px;}
.multipleColumn .hd ul li{display:inline;padding:6px;margin:0 6px;cursor:pointer;background:#fff;border:1px solid #979797;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;font-size:0;}
.multipleColumn .hd ul li.on{background:#015cad;border-color:#015cad;}
.mulnav{border:1px solid #f0f0f0;border-top:none;}
.mulnav li{height:60px;line-height:60px;float:left;width:20%;text-align:center;}
.mulnav li a{font-size:16px;display:block;color:#666;}
.mulnav li a:hover{color:#6aa9dc;}
.mobile_bdexpnav,.mobile_video{display:none;}
/* merchants */
.merchant_list li{float: left;width: 32%;margin: 0 1.6% 1.6% 0;}
.merchant_list li a{display: inline-block;border: solid 1px #f0f0f0;background: #fff;padding:5% 6%;min-height: 205px;}
.merchant_list li a:hover{background-color: #f8f8f8;}
.merlist_top{height: 68px;line-height: 68px;}
.merlist_top em{width: 68px;height: 68px;display: inline-block;float: left;background: url(../images/merlist_ico.png) no-repeat;background-size: auto 100%;}
.merlist_top span{font-size: 18px;color: #333;float: left;display: inline-block;margin-left: 30px;}
.merchant_list li a:hover span{color: #69a9dc;}
.merlist_top i{float: right;background: url(../images/merlist_arrow.png) no-repeat;width: 30px;height: 30px;margin-top: 20px;display: none;}
.merchant_list li a.mlt_1 .merlist_top em{background-position: 0 0;}
.merchant_list li a.mlt_2 .merlist_top em{background-position: -107px 0;}
.merchant_list li a.mlt_3 .merlist_top em{background-position: -215px 0;}
.merchant_list li a.mlt_4 .merlist_top em{background-position: -323px 0;}
.merchant_list li a.mlt_5 .merlist_top em{background-position: -430px 0;}
.merchant_list li a.mlt_6 .merlist_top em{background-position: -538px 0;}
.merchant_list li a.mlt_7 .merlist_top em{background-position: -646px 0;}
.merchant_list li a.mlt_8 .merlist_top em{background-position: -753px 0;}
.merchant_list li a.mlt_9 .merlist_top em{background-position: -860px 0;}
.merchant_list li a:hover .merlist_top em{background-image: url(../images/merlist_ico_h.png);}
.merlist_con{font-size: 14px;color: #666;line-height: 24px;margin-top: 5%;}

/*经销商加盟*/
.pc_join_nav li a span{background-image:url(../images/service_pro.png);}
.pc_join_nav li.on a span{background-image:url(../images/service_proh.png);}
.join_condition_nav{border-right:1px solid #f0f0f0;}
.join_condition_nav li{width:25%;float:left;line-height:60px;cursor:pointer;}
.join_condition_nav li a{display:block;border:1px solid #f0f0f0;border-right:none;font-size:18px;color:#999;text-align:center;}
.join_condition_nav li.on a{border:1px solid #69a9dc;background:#69a9dc;color:#fff;}
.join_condition_main{margin-top:20px;}
.join_table{width:100%;border:1px solid #f0f0f0;}
.join_table th{height:59px;background:#f9fcff;font-size:17px;color:#333;border-bottom:1px solid #f0f0f0;font-weight:normal;text-align:center;}
.join_table td{padding:13px 20px;font-size:14px;color:#666;border-bottom:1px dashed #e6e6e6;line-height:30px;}
.join_table td.name{width:95px;border-right:1px solid #f0f0f0;text-align:center;}
.join_condition_main .path{display:none;margin-bottom:40px;}
.join_condition_main .path div{font-size:15px;color:#666;line-height:40px;padding-top:8px;}
.join_next,
.apply_btn{display:block;width:220px;height:45px;text-align:center;line-height:45px;background:#69a9dc;font-size:14px;color:#fff;float:right;margin-bottom:60px;border:none;}

.join_way{margin:0 0 60px 0;}
.join_way .path{width:38%;float:left;position:relative;}
.join_way .imgBg{height:400px;}
.join_way .main{padding:36px 7% 0 7%;width:86%;position:absolute;bottom:0;left:0;height:164px;background:rgba(255, 255, 255, 0.8);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8ffffff,endColorstr=#C8ffffff);}
.join_way .arrowT{border-left:13px solid transparent;border-right:13px solid transparent;border-bottom: 13px solid #fff;position:absolute;top:-13px;left:50%;margin-left:-13px;opacity:0.8;folter:alpha(opacity=80);}
.join_way .title{font-size:16px;color:#444;font-weight:bolder;line-height:26px;}
.join_way .con{font-size:18px;color:#0177b7;line-height:27px;margin:9px 0 16px 0;}
.join_way .more{display:block;width:219px;height:44px;line-height:44px;text-align:center;border:1px solid #69a9dc;font-size:15px;color:#0177b7;}
.join_way .more i{width:15px;height:24px;background:url(../images/mobile/arrow13.png) no-repeat;margin-left:15px;position:relative;top:6px;}
.join_way .more:hover{margin-left:10px;}
.join_way .path1{width:62%;}
.join_way .path1 .main{width:67%;height:164px;padding-left:4%;padding-right:4%;left:auto;right:0;bottom:auto;top:0;}
.join_way .arrowL{border-top: 13px solid transparent;border-right: 13px solid #fff;border-bottom: 13px solid transparent;position:absolute;left:-13px;top:50%;margin-top:-13px;opacity:0.8;folter:alpha(opacity=80);}

.join_apply{margin:0 0 60px 0;}
.join_apply1{position:relative;margin-bottom:20px;}
.join_apply1 .imgBg{width:38%;height:100%;position:absolute;top:0;left:0;}
.join_apply1 .main{width:62%;margin-left:38%;}
.join_apply1 .main .path{border:1px solid #f0f0f0;padding:22px 4.5% 32px 4.5%;}
.join_apply1 .main .title{display:inline-block;*display:inline;*zoom:1;font-size:26px;color:#69a9dc;line-height:63px;border-bottom:3px solid #70addd}
.join_apply1 .main .con{padding-top:18px;font-size:15px;color:#666;line-height:30px;}
.join_apply .join_table{margin-bottom:30px;}
.join_apply .join_table td{height:49px;padding:0;}
.join_apply .join_table td.name{width:150px;padding:0 20px 0 0;background:#f9fcff;text-align:right;border-left:1px solid #f0f0f0;}
.join_apply .join_table td input{width:100%;heigt:100%;border:none;background:none;line-height:49px;text-indent:20px;}
.borderL{border-left:1px solid #f0f0f0;}
.join_apply .join_table td.name1{width:54px;background:#f9fcff;text-align:center;border-right:1px solid #f0f0f0;border-left:1px solid #f0f0f0;}
.join_apply .join_table td.name2{width:116px;background:#f9fcff;text-align:center;border-right:1px solid #f0f0f0;}
.join_apply .join_table .tip{color:#ec0000;padding-left:5px;display:none;}
#m_join_form{display:none;}
.join_success{width:260px;padding-left:70px;margin:70px auto 222px;background:url(../images/mobile/join_success.png) left center no-repeat;font-size:18px;color:#666;line-height:30px;}

/* 正泰报 */
.reportlist{margin-bottom:60px;min-height:600px;}
.replist_fl{width:21%;background-color:#eee;}
.replist_con{width:77%;}
.replist_fl .main{padding:6%;}
.news_dynamic_top .back{display:inline-block;color:#6aa9dc;font-size:18px;padding-left:35px;}
.news_dynamic_top .back i{display:inline-block;width:23px;height:23px;float:left;margin:2px 0 0 -35px;background:url(../images/merlist_arrow.png) no-repeat;background-size:100% auto;}
.replist_fl .replistimg img{width:100%;display:block;}
.report_select{text-align:left;margin-top:6%;position:relative;}
.report_select p{background-color:#69a9dc;color:#fff;font-size:15px;cursor:pointer;}
.report_select p span{padding-left:20px;}
.report_select p .arrowB,.report_select p.on .arrowB{background-image:url(../images/pc/arrow_h.png);right:20px;}
.report_select dl{display:none;position:absolute;left:0;right:0;top:54px;border:1px solid #eee;border-top:none;border-bottom:none;background:#fff;z-index:20;}
.report_select dl .scroll{max-height:305px;overflow-y:scroll;}
.report_select dl dd.service_maptext{padding:0 20px;}
.report_select dl dd a{padding:0;border:none;line-height:inherit;font-size:14px;color:#7d7d7d;}
.service_dt{padding:15px 0;border-top:1px solid #eee;border-bottom:1px solid #eee;}
.service_dt .atdy_paging{margin-top:0;width:88%;padding:0;}
.service_dt .atdy_paging a{background:none;width:30%;font-size:15px;color:#7d7d7d;margin:0;}
.service_dt .atdy_paging a:hover{font-weight:600;}
.service_dt .atdy_paging a.atpag_next{float:right;text-align:right;}
.service_dt .atdy_paging span{width:39%;color:#6aa9dc;font-size:18px;font-weight:600;text-align:center;}
.replist_nav li{width:25%;height:50px;float:left;}
.replist_nav li a{display:block;font-size:15px;font-weight:600;color:#333;text-align:center;background-color:#eaeaea;border-right:1px solid #fff;border-bottom:1px solid #fff;line-height:49px;}
.replist_nav li.licur a{color:#fff;background-color:#6aa9dc;}
.replistmain{display:none;}
.rlmain_title{height:68px;line-height:68px;border-bottom:1px solid #eee;font-size:18px;position:relative;cursor:pointer;}
.rlmain_title i.arrow{right:30px;margin:28px 0 0 0;width:20px;height:12px;background:url(../images/arrow_10.png) no-repeat;}
.rlmain_title.on{border-bottom-style:dashed;padding:0 20px;}
.rlmain_title.on i.arrow{background-position:0 -46px;}
.rlmain_dat{line-height:30px;color:#666;font-size:15px;padding:20px;margin:0;}
.rlmain_dat_botm{margin-top:30px;}
.rlmain_dat_botm p{color:#999;font-size:14px;}
.rlmain_dat_botm span.time{font-size:14px;}

/*搜索*/
.search{padding:24px 0 40px 0;background:#646464;margin-bottom:20px;}
.search .title{font-size:25px;color:#fff;font-weight:bolder;line-height:47px;}
.search .text{width:70%;height:47px;border:1px solid #fff;background:url(../images/mobile/search_icon1.png) #fff 96% center no-repeat;background-size:20px;font-size:15px;color:#666;line-height:47px;text-indent:1.7%;float:left;}
.search .text.focus{border:1px solid #6aa9dc;}
.search .btn{width:9%;height:49px;cursor:pointer;background:#6aa9dc;line-height:49px;text-align:center;margin-left:1.4%;font-size:18px;color:#fff;border:none;}
.search a{line-height:39px;font-size:18px;color:#6aa9dc;margin-left:11%;position:relative;}
.search a i{width:23px;height:23px;background:url(../images/pc/arrow10.png) no-repeat;position:relative;top:5px;margin-right:13px;}
.search_result{font-size:20px;color:#333;line-height:44px;margin-bottom:28px;}
.search_result span{font-size:25px;color:#6aa9dc;}
.search_main{margin-bottom:50px;}
.search_left{width:20%;float:left;padding-top:23px;}
.search_left li{height:25px;line-height:25px;margin-bottom:38px;}
.search_left li a{font-size:20px;color:#666;}
.search_left li i{width:26px;height:25px;background:url(../images/mobile/radio_icon.png) no-repeat;background-size:auto 100%;margin-right:10px;position:relative;top:5px;}
.search_left li.on i{background-position:-28px 0;}
.search_right{width:80%;float:left;background:#f1f1f1;}
.search_right .main{padding:15px 30px 30px 30px;display:none;}
.search_right_title{font-size:18px;color:#333;font-weight:bolder;line-height:40px;border-bottom:1px solid #d2d2d2;}
.search_right li{border-bottom:1px dashed #d2d2d2;}
.search_right li a{display:block;padding:22px 0;}
.search_right li .title{font-size:18px;color:#6aa9dc;line-height:34px;width:80%;float:left;}
.search_right li .time{width:80px;float:right;text-align:right;color:#666;font-size:14px;}
.search_right li .con{font-size:13px;color:#666;line-height:30px;padding-top:4px;}
.search_right .more1{margin-top:30px;}
.search_more{width:30%;margin:0 auto;text-align:center;}
.search_more img{cursor:pointer;}
.innovative_reward.rdresult_list .bx-wrapper{margin:0;}
.search_right li a:hover .title{font-weight:bolder;}

.mobile_title h3{display:none;}
.atstory_brief_fl p{color: #666;font-size:14px;line-height:30px;}
.atmagezine_list{border-top:none;}
.atmagezine_list li{display:block !important;margin-bottom:1.2%;}
.atmagezine_list li:nth-child(4n){margin-right:0;}
.atmagezine_list .magazine_date{margin-bottom:20px;padding-bottom:10px;border-bottom:1px solid #eeeeee;}
.acimgcon{height:360px;overflow:hidden;text-align:justify;cursor:pointer;}
.acimgcon .ac_scroll{overflow-y:scroll;padding-right:20px;width:100%;height:100%;}
.magazine_list_reportlist{margin-bottom:0;min-height:inherit;}
.magazine_list_reportlist li{margin-bottom:1.2%;}
.magazine_list_reportlist li:nth-child(6n){margin-right:0;}
.magazine_date a{cursor:pointer;}
.mzlistimg,.mzdetailimg{width:100%;height:450px;background-repeat:no-repeat;background-position:center center;background-size:cover;}
.mzdetailimg{height:296px;}

/*服务中心引导页*/
.serviceindex{border:1px solid #ececec;margin-bottom:80px;}
.serviceindexnav{width:25%;}
.sindexnavli{background-color:#f9f9f9;border-bottom:1px solid #ececec;border-right:1px solid #ececec;}
.sindexnavli a{display:block;padding:10% 0;}
.sindexnavli i{display:block;width:68px;height:68px;margin:0 auto;background:url(../images/sindexnav_1.png) no-repeat;}
.sindexnav_1 i{background-position:0 0;}
.sindexnav_2 i{background-position:-107px 0;}
.sindexnav_3 i{background-position:-215px 0;}
.sindexnav_4 i{background-position:-323px 0;}
.sindexnav_5 i{background-position:-430px 0;}
.sindexnavli span{text-align:center;display:block;font-size:18px;color:#666;margin-top:10px;}
.sindexnavli a:hover i{background-image:url(../images/sindexnav_2.png);}
.sindexnavli a:hover span{color:#69a9dc;}
.sindexconul{padding:5% 0 5% 15%;border-right:1px solid #ececec;}
.sindexconul li{height:30px;margin:15px 0;}
.sindexconul li a{font-size:17px;color:#666;display:inline-block;line-height:30px;padding-left:48px;}
.sindexconul li a i{width:30px;height:30px;display:inline-block;float:left;margin-left:-48px;background:url(../images/silia_m.png) no-repeat;}
.sindexconul li.silia_1 a i{background-position:0 3px;}
.sindexconul li.silia_2 a i{background-position:0 -46px;}
.sindexconul li.silia_3 a i{background-position:0 -94px;}
.sindexconul li.silia_4 a i{background-position:0 -140px;}
.sindexconul li.silia_5 a i{background-position:0 -188px;}
.sindexconul li.silia_6 a i{background-position:0 -236px;}
.sindexconul li.silia_7 a i{background-position:0 -285px;}
.sindexconul li.silia_8 a i{background-position:0 -333px;}
.sindexconul li.silia_9 a i{background-position:0 -386px;}
.sindexconul li.silia_10 a i{background-position:0 -443px;}
.sindexconul li.silia_11 a i{background-position:0 -494px;}
.sindexconul li.silia_12 a i{background-position:0 -552px;}
.sindexconul li a:hover{color:#69a9dc;}
.sindexconul li a:hover i{background-image:url(../images/silia_h.png);}
.silia_more{text-align:center;border-right:1px solid #ececec;padding:10px 0 35px;}
.silia_more a{display:inline-block;color:#333;font-size:17px;}
.silia_more a:hover{color:#69a9dc;}
.serviceindex>div:last-child .sindexconul,.serviceindex>div:last-child .silia_more,.sindexnav_5{border-right:none;}
.sindexconul_No li a,.sindexconul_No li a:hover{color:#ccc;}

.news_dynamic_main .dynamic_con{height:355px;overflow:hidden;text-align:justify;padding-right:0;margin-right:10px;}
.news_dynamic_main .dynamic_con .scroll{overflow-y:scroll;width:100%;padding-right:20px;height:100%;}

/*人才中心-人才发展修改2016.1.28*/
.development_path3 .development_con{height:120px;}
.development_path4 .main{padding:0 4.5%;width:41%;}
.development_path4 .scroll{width:102%;}
.development_path4 .development_con{height:145px;}
.development_path4 .more{margin-top:10px;}
.development_path5 .development_con,.development_path6 .development_con,.development_path7 .development_con{height:170px;}
.development_path5 .main{width:62.6%;padding-right:4%;}
.development_path6 .development_con .scroll{width:106%;}
.development_path6 .main{padding:0 9%;}
.development_path7 .development_con .scroll{width:102%;}
.development_path7 .more{bottom:5%;}

.japply_prompt{font-size:14px;color:#666;}
.japply_prompt i{color:#ec0000;padding:0 3px;font-style:normal;}

.atbuild_patent_0129 li{height:270px;background-color:#dcecf9;overflow:hidden;}
.atbuild_patent_0129_con{padding:0 4%;}
.atbuild_patent_0129 li .main{height:230px;}
.atbuild_patent_0129 li img{display:block !important;}

/*侧*/
.side_service{height: 171px;width: 50px;background: #015bab;border-top-left-radius: 10px;border-bottom-left-radius: 10px;position: fixed;right: 0;top: 50%;margin-top: -99px;z-index: 999;padding: 14px 0;}
.side_service>a{background: url("../images/service_icon.png") no-repeat;width: 50px;height: 57px;cursor: pointer;position: relative;display: block;}
.side_service .service_tel{background-position: 13px 17px;}
.side_service .service_kefu{background-position: 13px -41px;}
.side_service .service_qq{background-position: 13px -101px;}
.side_service .service_tel:hover{background-position: -31px 17px;}
.side_service .service_kefu:hover{background-position: -31px -41px;}
.side_service .service_qq:hover{background-position: -31px -101px;}
.service_kefu .service_pull{width: 158px;height: 129px;position: absolute;right: 100%;background: #015bab;border-top-left-radius: 10px;border-bottom-left-radius: 10px;display: none;top: -35px;}
.service_kefu p{text-align: center;color: #e9e9e9;font-size: 15px;margin-top: 28px;}
.service_kefu h1{display: block;width: 110px;height: 30px;margin: 15px auto 0;line-height: 30px;border: 1px solid #fff;color: #fff;font-size: 14px;text-align: center;border-radius: 3px;}
.service_qq .service_pull{width: 281px;height: 159px;background: #015bab;position: absolute;right: 100%;border-top-left-radius: 10px;border-bottom-left-radius: 10px;top: -105px;display: none;}
.sqr{float: left;text-align: center;width: 108px;margin: 14px 15px 0;color: #fff;font-size: 14px;}
.sqr img{width: 108px;height: 108px;display: block;color: #fff;margin-bottom: 7px;}
.service_qq i{width: 1px;height: 130px;background: #0175c3;float: left;margin-top: 14px;}

.con_text2{border: none;}
.modify_con_text{padding-left: 130px;}
.modify_appellation{width: 130px;margin-left: -130px;color: #666;font-size: 16px;}
.modify_appellation i{padding-right: 10px;color: #ec0000;font-size: 13px;font-style: normal;}
.modify_con_text .text1{border: 1px solid #e6e6e6;text-indent: 10px;height: 36px;line-height: 36px;font-size: 15px;}
.modify_con_text select.text1{opacity: 1;background: none;text-indent: 5px;}
.modify_con_text textarea.text1{text-indent: 0;padding: 0 1%;height: 130px;line-height: 24px;}
.serv_searchx_kuan{border:1px solid #eee;width:340px;position:absolute;top:190px;right:5%;height:50px;line-height:50px;}
.bdlidatpimg{background-repeat:no-repeat;background-position:center center;background-size:cover;height:190px;}



/*2016.2.24服务中心搜索*/
.serv_searchx{margin:60px 0;border-top:1px solid #ececec;}
.serv_searchx .search_right{width:78%;background:#fff;}
.serv_searchx .search_left{width:22%;padding-top:0;}
.serv_searchx .search_left li {height:auto;line-height:68px;margin-bottom:0;}
.serv_searchx .search_left li a{height:68px;display:block;color:#666;padding:15px 0 15px 115px;border-bottom:1px solid #ececec;border-left:1px solid #ececec;}
.serv_searchx .search_left li a i{background:url(../images/pc/service_nav.png) no-repeat;background-size:auto 100%;width:68px;height:68px;display:inline-block;float:left;margin-left:-90px;position:static;}
.serv_searchx .search_left li.sfn_1 a i{background-position: 0 0;}
.serv_searchx .search_left li.sfn_2 a i{background-position: -90px 0;}
.serv_searchx .search_left li.sfn_3 a i{background-position: -180px 0;}
.serv_searchx .search_left li.sfn_4 a i{background-position: -276px 0;}
.serv_searchx .search_left li.sfn_5 a i{background-position: -359px 0;}
.serv_searchx .search_left li.on a i{background-image: url(../images/pc/service_nav_on.png);}
.serv_searchx .search_left li.on a{color: #69a9dc;background:#f9f9f9;}
.serv_searchx_title{border-left:1px solid #ececec;border-right:1px solid #ececec;height:40px;padding:29px 30px 29px 20px;}
.serv_searchx_title p{font-size:20px;line-height:40px;}
.serv_searchx_title p em{color:#69a9dc;font-size:24px;font-style:normal;}
.serv_searchx_title a{color:#6aa9dc;font-size:18px;line-height:39px;}
.serv_searchx_title a i{background:url("../images/pc/arrow10.png") no-repeat scroll;width:23px;height:23px;margin-right:13px;position:relative;top:5px;}
.serv_searchx .search_right .main{padding:0;}
.serv_searchx .search_right li{border:1px solid #ececec;padding:30px 30px 30px 190px;margin-bottom:20px;}
.serv_searchx .search_right li i.ssxico_status{background:url(../images/serv_searchx.png) no-repeat;display:inline-block;width:85px;height:85px;margin-left:-130px;float:left;}
.serv_searchx .search_right li i.ssxico_1{background-position:0 0;}
.serv_searchx .search_right li i.ssxico_2{background-position:-129px 0;}
.serv_searchx .search_right li i.ssxico_3{background-position:-269px 0;}
.ssx_listtop{border-bottom:1px solid #d2d2d2;margin-bottom:20px;}
.ssx_listop_title{width:25%;padding-right:1%;border-right:1px solid #e5e5e5;}
.ssx_listop_con{width:70%;}
.ssx_listop_title h3{font-size:22px;font-weight:500;color:#666;margin-bottom:10px;}
.ssx_listop_title p{font-size:13px;color:#666;}
.ssx_listop_con span{margin-right:5%;color:#999;font-size:13px;line-height:26px;}
.ssx_answer_name{color:#6aa9dc;padding-left:32px;font-size:13px;line-height:24px;margin-bottom:10px;}
.ssx_answer_name i,.ssx_answer_refer2 h3 i{display:inline-block;width:24px;height:24px;float:left;margin-left:-32px;background:url(../images/serv_searchx_ico.png) no-repeat 0 0;}
.ssx_answer{border-bottom:1px dashed #d2d2d2;padding-bottom:10px;margin-bottom:10px;}
.ssx_answer p{color:#666;font-size:13px;line-height:24px;}
.ssx_answer p span{color:#999;margin-left:5px;}
.ssx_answer p.ssx_answer_time{color:#c0c0c0;}
.ssx_answer_refer{width:60%;}
.ssx_answer_phiz{width:35%;}
.ssx_answer_tin{margin-top:20px;}
.ssx_answer_tin h3{font-size:13px;line-height:24px;color:#666;font-weight:600;margin-bottom:5px;}
.ssx_answer_refer .text{border:1px solid #e5e5e5;background:#f9f9f9;width:100%;height:120px;}
.ssx_answer_refer .but{background:#74b7e7;color:#fff;width:150px;height:42px;border:none;font-size:15px;margin-top:10px;}
.ssx_answer_phiz{}
.ssx_answer_phiz a{display:inline-block;float:left;width:60px;text-align:center;margin-right:10%;color:#666;}
.ssx_answer_phiz a i{display:inline-block;width:43px;height:43px;background:url(../images/serv_phiz.png) no-repeat;}
.ssx_answer_phiz a.saprel_1 i{background-position:0 0;}
.ssx_answer_phiz a.saprel_2 i{background-position:-119px 0;}
.ssx_answer_phiz a.saprel_3 i{background-position:-237px 0;}
.ssx_answer_phiz a.on i{background-image:url(../images/serv_phiz_on.png);}
.ssx_answer_phiz a.on{color:#74b7e7;}
.ssx_answer_refer2 .ssx_answer_refer {width:100%;}
.ssx_answer_refer2 h3{padding-left:28px;}
.ssx_answer_refer2 h3 i{background-position:-45px 1px;margin-left:-28px;}
.serv_search_more{width:30%;margin:0 auto;text-align:center;}
.serv_search_more img{cursor:pointer;}


.modify_con_text .yzm_txt{width:140px;}
.modify_con_text img.yzm{margin-left:10px;}


#fwu_1.news_dynamic_top h3,#fwu_2.news_dynamic_top h3,#fwu_3.news_dynamic_top h3,#fwu_4.news_dynamic_top h3,#fwu_5.news_dynamic_top h3{font-size:36px;}
.service_form_nav li a{background-color:#69a9dc;}
.service_form_nav li.licur a{background-color:#fff;}
.service_form_nav li a p{color:#fff;}
.service_download{background-color:#f8f8f8;}
.service_download_con{background-color:#fff;}
.download_search{background-color:#fff;}

.m_side_service{display:none;width:44px;padding:16px 0;position:fixed;top:50%;margin-top:-55px;right:0;z-index:999;background:#015bab;-moz-border-top-left-radius:5px;-moz-border-bottom-left-radius:5px;-webkit-border-top-left-radius:5px;-webkit-border-bottom-left-radius:5px;border-top-left-radius:5px;border-bottom-left-radius:5px;}
.m_side_service a{display:block;width:44px;}
.m_service_tel{height:38px;background: url(../images/mobile/tel_icon.png) no-repeat center center / 18px;}
.m_service_kefu{height:40px;background: url(../images/mobile/kf_icon.png) no-repeat center center / 18px;}


/*核心价值*/
.atstory_bwti a{ background:#003c5a; width:215px; height:50px; text-align:center; display:block; font-size:20px; filter:alpha(opacity=80); -moz-opacity:0.8;opacity: 0.8;line-height:50px;}
.innovative_standard .aboutsc_img{width:50.6%;}
.innovative_standard .aboutsc_img img{width:100%;display:block;}
.innovative_standard .aboutsc_scroll1 {width:47%;}
.innovative_standard .aboutsc_scroll1 h2{border-bottom:2px solid #6aa9dc;color:#6aa9dc;font-size:25px;font-weight:500;display:inline-block;padding-bottom:15px;margin:15px 0 30px;}
.innovative_standard .aboutsc_scroll1 h3{font-size:20px;color:#666;font-weight:500;margin-bottom:20px;}
.innovative_standard .aboutsc_scroll1 p {color: #666;font-size: 14px;line-height: 30px; margin-bottom:10px;}


