﻿@charset "utf-8";
/*reset css*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, table, th, td, embed, object {   
    padding: 0;   
    margin: 0;    
}   
table {   
    border-collapse: collapse;   
    border-spacing: 0;   
}   
    fieldset, img, abbr {   
    border: 0;   
}   
address, caption, cite, code, dfn, em,    
h1, h2, h3, h4, h5, h6, strong, th, var {   
    font-weight: normal;   
    font-style: normal;   
}   
ul {   
    list-style: none;   
}   
caption, th {   
    text-align: left;   
}   
h1, h2, h3, h4, h5, h6 {   
    font-size: 1.0em;   
} 
body{
	background-color:#f7faff;
	min-width:1140px;
	font-family: "Microsoft Yahei","微软雅黑",Arial,Helvetica,sans-serif;
	word-break: break-all;
}
a{
	text-decoration:none;
}  
/*head css*/
.head{
	width:1140px;
	height:150px;
	margin:0 auto;
}
.head_nav_scroll{
	width: 100%;
    position: fixed;
    background: #f7faff;
    top: 0;
    left: 0;
    z-index: 9;
}
.bg-inner {
    position: relative;
    width: 1140px;
    margin: 0 auto;
    font-family: "Microsoft Yahei","微软雅黑",Arial,Helvetica,sans-serif;
    text-align: center;
}
.contain-inner {
    position: relative;
    width: 1140px;
    margin: 0 auto;
	height:175px;
}
.head a{
	text-decoration:none;
	color:#8b8b8b;
	font-size:12px;
}
.head_left{
	float:left;
	background:url(../images/logo.png) no-repeat center;
	width:173px;
	height:56px;
	margin-left:25px;
	margin-top:22px;
}
.head_right{
	float:right;
	width:800px;
	margin-top:43px;
}
.head_right ul{
	float:right;
}
.head_right ul li{
	float:left;
	padding:0 20px;
	border-right:1px solid #e7e7e7;
}
.head_right span{
    display: inline-block;
    height: 26px;
    line-height: 26px;
    vertical-align: middle;
}
.head_right_last{
	font-size:16px;
	border-right:none!important;
}
.weibo{
	display:inline-block;
	background:url(../images/weibo.png) no-repeat center;
	width:34px;
	height:26px;
}
.weixin{
	display:inline-block;
	background:url(../images/weixin.png) no-repeat center;
	width:34px;
	height:26px;
}
.mobile{
	display:inline-block;
	background:url(../images/mobile.png) no-repeat center;
	width:25px;
	height:26px;
}
.clear{
	clear:both;
}
.head_nav{
	width:1050px;
	margin:0 auto;

}
.nav_ul>li{
	border-bottom: 4px solid #f7faff;
}
.nav_ul li{
	float:left;
	width:100px;
	margin:0 15px;
	padding-bottom: 18px;
    padding-top: 40px;
    
	text-align: center;
}
.nav_ul>li:hover{
	border-bottom: 4px solid #ea5413;
}
.head_nav a{
	font-size:16px;
	color:#3d3b3c;
}
.myslider{
	border-top:4px solid #1d3096;
}
.head_nav_ul{
	background:rgba(0, 0, 0, 0.4) none repeat scroll 0 0!important;/*实现FF背景透明*/
	background:#000;
    overflow: hidden;
    position: absolute;
    top: 83px;
	filter:Alpha(opacity=50);
	z-index:99;	
}
:root .head_nav_ul{filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#00000000', EndColorStr='#00000000'); }
.head_nav_ul a{
	font-size:14px;
	color:#fff;
	position: relative;
}

.nav_ul li:hover > .head_nav_ul{display:block;}
.nav_ul{position: relative;}
.head_nav_ul{display:none;}
.head_nav_ul li{
	padding:0;
	margin:7px 0;
	line-height: 20px;
    height: 22px;
	float:none;
	position:relative;
}
.head_nav_ul li:hover{
	background:#ea5413;
}
/*轮播*/
.banner { position: relative; overflow: auto; }
.banner li { list-style: none;}
.myslider li{
	height:552px; 
	background-size:auto 100%!important;
 	background-position:center center;
 	background-repeat:no-repeat;
}
.banner ul li { float: left; }
.myslider .arrow { position: absolute; top: 200px;}
.myslider #al { left: 150px;}
.myslider #ar { right: 150px;}
.banner .inner{
	    padding: 160px 0 110px;
}
.myslider .dots{    
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 20px;
}
.desc-02 .dots {    
	position: absolute;
    left: 120px;
    right: 0;
    text-align: left;
    bottom: 20px;
    width: 200px;
}
.contain-service-2 .dots{
	position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 10px;
}
.myslider .dots li  
{ 
	display: inline-block;
	width: 10px; 
	height: 10px; 
	margin: 0 4px; 
	text-indent: -999em; 
	border: 2px solid #fff; 
	border-radius: 6px; 
	cursor: pointer; 
	opacity: .4; 
	-webkit-transition: background .5s, opacity .5s; 
	-moz-transition: background .5s, opacity .5s; 
	transition: background .5s, opacity .5s;
}
.desc-02 .dots li{
	display: inline-block;
	width: 7px; 
	height: 7px; 
	margin: 0 4px; 
	text-indent: -999em; 
	border-radius: 7px; 
	cursor: pointer; 
	opacity: .4; 
	-webkit-transition: background .5s, opacity .5s; 
	-moz-transition: background .5s, opacity .5s; 
	transition: background .5s, opacity .5s;
	background-color:#8f8f8f;
	border: 2px solid #8f8f8f; 
}
.contain-service-2 .dots li{
	display: inline-block;
	width: 10px; 
	height: 10px; 
	margin: 0 4px; 
	text-indent: -999em; 
	border-radius: 7px; 
	cursor: pointer; 
	opacity: .4; 
	-webkit-transition: background .5s, opacity .5s; 
	-moz-transition: background .5s, opacity .5s; 
	transition: background .5s, opacity .5s;
	background-color:#8f8f8f;
	border: 2px solid #fff; 
}
.myslider .dots li.active,.desc-02 .dots li.active,.contain-service-2 .dots li.active
{
	background: #ea5413;
	border: 2px solid #ea5413; 
	opacity: 1;
}
.arrow{
	width:57px;
	height:114px;
}
.footer{
	width:100%;
	height:497px;
}
.footer_dot{
 font-size:50px;
 vertical-align:middle;
 height:36px;
 display:inline-block;
 line-height:26px;
 margin-left:-7px;
}
.footer a{
	color:#fff;
}
.footer-1{
	height:300px;
	background-color:#063e91;
}
.footer-2{
	position:relative;
	height:197px;
	width:100%;
	background-color: #033782;

}
.footer-1 a{
	display:block;
}
.footer-1 ul{
	width:1000px;
	margin:0 auto;
	padding-top:60px;
}
.footer-1 li{
	float:left;
	width:199px;
	height: 156px;
	border-right:1px solid #fff;
	line-height:2;
	font-size:14px;
	padding-left: 58px;
    box-sizing: border-box;
}
.footer-1 .footer-li-last{
	border-right:none;
}
.footer-first-a{
	font-size:18px;
	margin-bottom: 5px;
	text-indent: -8px;
	color:#cecece!important;
}
.footer-2 .bg-inner{
	width: 900px;
	padding-top: 20px;
}
.hxl_wx_bg{
	margin-top: 15px;
}
.hxl_wb_bg{
	margin-top: 15px;
}
.footer-2 .share{
	text-align: left;
	float: left;
    width: 659px;
    color: #fff;
    line-height: 1.8;
}
.hxl_footer_img_1{
    float: left;
    width: 125px;
    text-align: center;
    color: #fff;
    font-size: 15px;
}
.hxl_footer_img_2{
    float: left;
    width: 116px;
    text-align: center;
    color: #fff;
    font-size: 15px;
}

.contain-1-title{
	background:url(../images/title_bg.jpg) no-repeat center;
	width:100%;
	height:175px;
	text-align:center;
}
.big-title{
	padding-top: 60px;
    font-size: 26px;
    color: #053a88;
}
.small-title{
	padding-top: 20px;
    font-size: 14px;
    color: #525151;
	position: relative;
}
.contain-1-desc{
	width:1140px;
	margin:0 auto;
	height:305px;
}
.contain-desc{
	float:left;
}
.desc-01{
	width:400px;
	height:305px;
}
.desc-02{
	position:relative;
	width:230px;
	height:305px;
	overflow:hidden;
}
.desc-02 li{
	background-color:#fff;
	width:243px;
	height:305px;
}
.desc-02 .title{
	font-size:20px;
	color:#053a88;
	margin:20px 0;
}
.desc-02-a{
	font-size:10px;
	color:#939393;
	position:absolute;
	left:0;
	bottom:0;
}
.desc-02-div{
	width:230px;
	margin:0 auto;
	position:relative;
	height:264px;
}
.desc-02-p{
	font-size:13px;
	color:#333;
	line-height:1.5;
}
.desc-03{
	width:498px;
	height:305px;
}
.contain-service{
	width:1140px;
	margin:0 auto;
	overflow:hidden;
	height:245px;
}
.contain-service-1{width:398px;}
.contain-service-1 div{
	float:left;
}
.contain-service-1 img{
	margin-right:15px;
}
.contain-service-1-2{
	margin-top:15px;
}
.contain-service-2{
	position: relative;
	width: 742px;
	height:245px;
	box-sizing: border-box;
}
.contain-service-2 li{
	height:245px;
	border-radius: 0 20px 0 20px;
}
.contain-news{
	width:1140px;
	margin:0 auto;
	height:300px;
	background-color:#fff;
	overflow:hidden;
}
.news-div{
	float:left;
	width:380px;
	height:150px;
	padding: 27px 0 0 20px;
	box-sizing: border-box;
}
.news-div div{
	float:left;
}
.news-img{
	width:160px;
	height:94px;
}
.news-desc{
	width:200px;
	height:94px;
	font-size:12px;
	color:#053a87;
	line-height: 24px;
	padding:0 20px;
	box-sizing: border-box;
}
.news-desc p a{color:#053a87;}
.news-time{color:#888;}
.ljxq{color:#888;}
.news-ljxq{text-align:right;}
.support-img p{
 text-align:center;
}
.support-img{padding-top: 45px;}

.contain-more{
    font-size: 12px;
    color: #939598;
    position: absolute;
    right: 10px;
    bottom: 18px;
}
.contain-partner{
	width:1140px;
	margin:0 auto;
	overflow:hidden;
	margin-bottom: 65px;
}
.contain-partner li{
float:left;
    margin-right: 8px;
    border: 1px #ddd solid;
}
.contain-partner .contain-partner-last{
	padding:0;
}
.contain-partner li img{
	width:180px;
	height:114px;
}
.right_nav{
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -109px;
    width: 55px;
    height: 215px;
    z-index: 2;
    border-radius: 4px 0 0 4px;
    opacity: 0.8;
    filter:alpha(opacity=80);
    -moz-opacity:0.8; 
    -khtml-opacity:0.8; 
}
.right_nav a{
	background-color: #969696;
	display:block;
	height:50px;
	margin-top: 1px;
}
.huaxia_wx:hover{
	background-color: #1d3096;
}
.right_nav .right_nav_hover{
	background-color: #1d3096;
}
.product .contain-2-title{
	background:url(../images/contain-2-plan.jpg) no-repeat center;
	width:100%;
	height:165px;
	text-align:center;
}
.product .contain-2-title-2{
	background:url(../images/contain-2-product.jpg) no-repeat center;
}
.contain-product{
    display: inline-block;
    width: 100px;
    cursor: pointer;
    position: absolute;
    top: 20px;
    left: 459px;
}
.border_dotted{
	border: 1px dotted;
}
.contain-product:hover,.contain-plan:hover{
	border: 1px dotted;
}
.contain-plan{
    display: inline-block;
    width: 100px;
    cursor: pointer;
    position: absolute;
    top: 20px;
    left: 574px;
}
.contain-2-title .contain-inner{height:165px;}
.partner-banner{
	background:url(../images/partner-banner.jpg) no-repeat center;
	width:100%;
	height:350px;
	border-top:4px solid #1d3096;
}
.partner-banner1{
	background:no-repeat center;
	width:100%;
	height:10px;
	border-top:4px solid #1d3096;
}
.partner-contain{
	width:1140px;
	margin:0 auto;
	margin-top:20px;
	overflow:hidden;
}
.partner-left{
	float:left;
	width:179px;
	
}
.partner-right{
	float:left;
	width:940px;
	margin-left:20px;
}
.hxl-product .active{
	background:url(../images/hxl-product.jpg) no-repeat center;
}
.hxl-product li:hover{
	background:url(../images/hxl-product.jpg) no-repeat center;
}
.partner-ul,.hxl-product{
	color:#3d3b3c;
	text-align:center;
	font-size:14px;
	background-color:#fff;
}
.partner-ul a,.hxl-product a{
	color:#3d3b3c;
	width: 100%;
    display: block;
}
.partner-ul li,.hxl-product li{
	height:40px;
	line-height:40px;
	border:1px solid #ecedee;
	border-top:none;
}
.feedback{
	position:relative;
}
.weixin-li,.mobile-li{
	position:relative;
}
.weixin-li:hover>img{
	display: block;
}
.mobile-li:hover>img{
	display: block;
}
.huaxia_wx:hover>div{
	display: block;
}
.feedback:hover>p{
	display: block;
}
.feedback-p{
    position: absolute;
    width: 155px;
    top: 17px;
    left: -158px;
    display: none;
	color:red;
    text-align: right;
}
.head_wx_img,.head_m_img{
	position: absolute;
    width: 95px;
    top: 22px;
    left: 37px;
	display:none;
}
.partner-ul li a:hover{
	color:#1d3096;
	background:url(../images/service_li_bg.jpg) no-repeat center;
}
.partner-ul .active{
	color:#1d3096;
	background:url(../images/service_li_bg.jpg) no-repeat center;
}
.partner-small-title{
	background:url(../images/small_titile_bg.jpg) no-repeat center;
	width:940px;
	height:41px;
	text-align: right;
	color:#fff;
}
.partner-small-title p{
	padding-right: 46px;
}
.partner-small-title a{
	color:#fff;
	line-height: 43px;
    font-size: 14px;
}
.partner-right-con{
	width:940px;
	margin:0 auto;
	background-color:#fff;
	overflow:hidden;
	border:1px solid #ecedee;
	margin-bottom:70px;
	padding-bottom:35px;
	box-sizing: border-box;
}
.partner-right-con ul{
	width:849px;
	margin:0 auto;
	margin-top:29px;
}
.partner-right-con li{
	float:left;
	width:200px;
	height:128px;
	margin:13px 6px 0 6px;
	    border: 1px solid #ddd;
    box-sizing: border-box;
}
.partner-right-con li img{width:100%;height:auto;}
.apply_form{
	margin-top:40px;
}
.apply_form label{
	display:inline-block;
	width:170px;
	text-align:right;
	color:#3d3b3c;
	font-size: 14px;
}
.apply_form select{
	width:264px;
	height:37px;
	line-height:37px;
	margin-top:25px;
	margin-left: -4px;
}
.apply_form input{
	width:260px;
	height:33px;
	line-height:33px;
	margin-top:25px;
}
.apply_form .address{width:699px;}
.apply_form .apply_desc{width:697px;height:206px;margin-top:25px;resize:none;}
.desc_label{
	vertical-align:top;
	margin-top: 25px;
}
.apply_form .red{color:#ff1532;}
.apply_form .apply_sub{
	width:157px;
	height:33px;
	line-height:33px;
	color:#fff;
	background-color:#ea5413;
	font-size:18px;
	border:none;
	margin-left: 327px;
	margin-bottom: 100px;
	margin-top:64px;
}
.apply_form .apply_reset{
	width:157px;
	height:33px;
	line-height:33px;
	color:#fff;
	background-color:#1d3096;
	font-size:18px;
	border:none;
	margin-bottom: 100px;
	margin-left: 40px;
	margin-top:64px;
}
.expert-title{
	background:url(../images/cooperation_expert/cooperation_expert01.jpg) no-repeat center;
	width:1140px;
	height:41px;
	line-height:41px;
	color:#fff;
	padding-left: 20px;
    box-sizing: border-box;
}
.expert-title a{
	color:#fff;
	font-size:16px;
}
.expert-lists{
	overflow:hidden;
	border:1px solid #ecedee;
	background-color:#fff;
	text-align: center;
	padding-bottom:60px;
	margin-bottom:100px;
}
.expert-lists ul{
    list-style: none;
    width: 1082px;
    margin: 0 auto;
}
.expert-lists li{
	float:left;
	margin:46px 16px 0 16px;
}
.expert-lists li img{
	width:148px;
	height:148px;
	border-radius:50%;
}
.expert-lists p{
	font-size:16px;
	color:#666666;
}
.expert-details{
	width:1140px;
	margin:0 auto;
	border:1px solid #ecedee;
	background-color:#fff;
	padding-bottom:60px;
	margin-bottom:100px;
}
.details-01{
	width:1050px;
	height:266px;
	margin:0 auto;
}
.details-01{
	margin-top:45px;
}
.details-01-title{
	font-size:18px;
	color:#3d3b3c;
}
.details-01-left{
	float:left;
	width:405px;
	height:266px;
}
.details-01-right{
	float:left;
	width:645px;
	height:266px;
	padding:20px 40px;
    box-sizing: border-box;
	overflow-y: scroll;
}
.details-01-con{
	font-size:14px;
    text-indent: 46px;
    line-height: 2;
}
.details-list-title{
	background:url(../images/details_bg.jpg) no-repeat center;
	width:1050px;
	height:41px;
	margin:0 auto;
	margin-top:35px;
}
.details-02 ul{
	width:1050px;
	margin:0 auto;
	margin-top:17px;
}
.details-02 li{
	float:left;
	width:331px;
	height:205px;
	margin-top:20px;
	margin-right:28px;
}
.details-02{
	overflow:hidden;
}
.details-02 li img{border-radius: 0 15px 0 15px;}
.product-left-title{
	font-size:16px;
	color:#fff;
	background-color:#ea5413;
	height:41px;
	line-height:41px;
	text-align:center;
	margin-top:10px;
}
.product-left-title a{color:#fff;}
.hxl-product li{
	text-align:left;
	padding-left:22px;
	box-sizing:border-box;
}
.product-lists{
	width:940px;
	margin:0 auto;
	background-color:#fff;
	overflow:hidden;
	border:1px solid #ecedee;
	box-sizing:border-box;
	padding-top:25px;
	margin-bottom:90px;
}
.product-lists-left{
	float:left;
	width:350px;
	text-align: center;
}
.product-lists-right{
	float:left;
	width:498px;
	position:relative;
}
.product_small_title{
	background:url(../images/product/product_small_title.jpg) no-repeat center;
	width:52px;
	height:19px;
	color:#fff;
	font-size:14px;
	text-align: center;
	    float: left;
}
.product-lists-right{color:#868686;font-size:14px;}
.product-lists-right table,.product-lists-right table td,.product-lists-right table tr{
	border:none;
}
.product-td{
	padding: 0 18px 5px 18px;
	float: left;
    width: 446px;
    box-sizing: border-box;
}
.product-lists-right table{
	position:relative;
	width:498px;
}
.product-lists-right a{
 color:#868686;
}
.product-position{
	position:absolute;
	top:75px;
	left:0;
}
.product-list-border{
	width:850px;
	margin:0 auto;
	border:1px solid #ecedee;
	overflow:hidden;
	padding:20px 0;
	margin-top: 20px;
}
.product-list-border:hover{
	border:1px solid #ea5413;}
.page-btn{
	text-align:center;
	padding:45px 0;
}
.page-btn a{
	font-size:16px;
	color:#3d3b3c;
}
.product-details-title{
	background:url(../images/product_details/product_details_right_nav.jpg) no-repeat center;
}
.product-details-con{
	width: 848px;
	margin: 0 auto;
	    overflow: hidden;
}
.product-details-con .title{
	background:url(../images/product_details/product_details_small_bg.jpg) no-repeat center;
    width: 848px;
    height: 41px;
    line-height: 41px;
    color: #403e3f;
    padding-left: 15px;
    font-size: 16px;
    box-sizing: border-box;
}
.product-details-con .left{
	float:left;
	width:500px;
	height:381px;
	margin-top:20px;
}
.product-details-con .right{
	float:left;
	width:348px;
	height:381px;
	margin-top:20px;
	    padding-left: 19px;
    box-sizing: border-box;
}
.product_details_Label_bg{
	background:url(../images/product_details/product_details_Label_bg.jpg) no-repeat center;
	width:83px;
	height:19px;
	color:#fff;
	font-size:14px;
	text-align:center;
	padding:0!important;
	margin-top: 33px;
}
.product_details_01{color:#868686;font-size:14px;line-height: 1.5;margin-top:10px;padding:0!important;}
.product-details-con{color:#868686;font-size:14px;}
.product-details-2{
	padding-bottom:60px;
}
.product-details-2 p{
	margin-top:10px;
	padding-left:10px;
}
.product-details-2 .product_details_Label_bg{
	margin-top:16px;
}
.product-details-2 td{
	text-align:center;
	height:27px;
}
.news-list .left{
	float:left;
	width:400px;
	margin-top:20px;
	color:#3d3b3c;
	font-size:16px;
	padding-left:15px;
	box-sizing: border-box;
}
.news-list .left a,.news-list .right a{
	color:#3d3b3c;
}
.news-list .right{
    float: left;
    margin-top: 20px;
    width: 300px;
    text-align: right;
    padding-right: 20px;
    box-sizing: border-box;
    font-size: 14px;
    color: #868686;
}
.news-list{
	width:940px;
	background-color:#fff;
	overflow:hidden;
	border:1px solid #ecedee;
	box-sizing: border-box;
	padding-top:25px;
	margin-bottom: 20px;
}
.news-list ul{
	width:848px;
	margin:0 auto;
	border:1px solid #ecedee;
	margin-top:20px;
}
.bdsharebuttonbox{padding-top:15px;}
.news-list .news-time{
	color:#868686;
	font-size:14px;
	padding-left:15px;
	margin-bottom: 5px;
}
.news-details{
	overflow:hidden;
	border-top:1px solid #ecedee;
    width:848px;
}
.news-details .left{
	float:left;
	width:340px;
	height:180px;
	text-align:center;
}
.news-details .right{
	float:left;
	width:480px;
	height:180px;
	text-align:left;
	position: relative;    
}
.news-details .right p{
	text-indent:2em;
	line-height:1.5;
	color: #868686;
    font-size: 14px;
	height: 125px;
	overflow:hidden;
}
.look-details{
	background-color:#ecedee;
	width:86px;
	height:26px;
	font-size:14px;
	color:#868686;
    display: block;
    text-align: center;
    line-height: 26px;
	position: absolute;
    top: 127px;
    right: 16px;
}
.look-details1{
	background-color:#ea5413;
	width:86px;
	height:26px;
	font-size:14px;
	color:#fff;
    display: block;
    text-align: center;
    line-height: 26px;
	position: absolute;
    top: 127px;
    right: 16px;
}
.news-details-bg{
	background:url(../images/news/news_details_bg.jpg) no-repeat center;
}
.news-details-title{
	font-size:25px;
	color:#3d3b3c;
	text-align: center;
}
.news-details-01{
	font-size:14px;
	color:#868686;
	overflow:hidden;
	width: 460px;
    margin: 0 auto;
	margin-top:22px;
}
.news-details-01 .news-time{
	float:left;
	width:145px;
	padding-top: 5px;
}
.news-details-01 .num{
	float:left;
	width:150px;
	padding-top: 5px;
}
.news-details-01 .bdsharebuttonbox{
	float:left;
	padding:0;
}
.news-details-02{
	width:855px;
	margin:0 auto;
	border-top:1px solid #ecedee;
	border-bottom:1px solid #ecedee;
	font-size:14px;
	color:#868686;
	padding:38px 25px;
	line-height:2;
	text-indent:2em;
}
.news-list-a{
	font-size:14px;
	color:#868686;
	display:block;
	margin-left:63px;
}
.news-list-a:hover{
	color:#ea5413;
}
.news-list .prev{
	margin-top:35px;
}
.news-list .next{
	margin-top:16px;
	margin-bottom:50px;
}
.yf-details {
	text-align:center;
}
.yf-details-01{
	margin-top:45px;
}
.yf-details-02{
	width:806px;
	margin:0 auto;
	margin-top:26px;
	text-indent:2em;
	text-align:left;
	line-height:2;
	font-size:14px;
	color:#868686;
}
.yf-details-p{
	text-indent:0;
	border-bottom: 1px #ecedee dotted;
	margin-bottom:10px;
}
.expert-lists .friend_links{
	width:1050px;
	margin:0 auto;
	border-bottom: 1px #ecedee solid;
	overflow: hidden;
	margin-top:32px;
	padding-bottom:12.5px;
}
.expert-lists .friend_links li{
	width:150px;
	text-align:center;
	margin:12.5px 0;
}
.expert-lists .friend_links a{
	font-size:16px;
	color:#666666;
}
.friend_links_apply{
	width:1050px;
	margin:0 auto;
	margin-top:33px;
	text-align:left;

}
.friend_links_apply p{
	font-size:14px;
	color:#3d3b3c;
	line-height:2;
	margin-left:20px;
}
.friend_links_apply xmp{
	font-size: 14px;
	color: #3d3b3c;
	line-height: 0px;
	font-family: '微软雅黑';
	margin-left:20px;
}
.friend_links_form{
	width:710px;
	margin:0 auto;
	margin-top: 15px;
}
.friend_links_form label{
    width: 73px;
    display: inline-block;
    color: #3d3b3c;
    font-size: 14px;
    text-align: right;
	margin-top:30px;
}
.friend_links_form input{
    width: 275px;
    height: 35px;
    line-height: 35px;
	margin-top:30px;
}
.friend_links_form .friend_links_sub{
	font-size:18px;
	color:#fff;
	width:156px!important;
	height:35px;
	line-height:35px;
	border:none;
	margin: 0 auto;
	margin-top:66px;
	margin-bottom:20px;
	background-color:#ea5413;
}
.job-title{
	background:url(../images/job_title_bg.jpg) no-repeat center;
	width:848px;
	height:41px;
	line-height:41px;
	box-sizing:border-box;
	padding-left:26px;
	margin: 0 auto;
	margin-top:48px;
	position:relative;
}
.apply-job{
	position:absolute;
	width:121px;
	height:41px;
	top:0;
	right:0;
	background-color:#ea5413;
	font-size:16px;
	color:#fff;
	text-align:center;
}
.job-details{
	width:848px;
	margin: 0 auto;
	border:1px #ecedee solid;
	padding:34px 76px;
	box-sizing:border-box;
}
.job-details .job-details-01{
	font-size:16px;
	color:#3d3b3c;
}
.job-details p{
	font-size:14px;
	color:#868686;
	line-height:1.5;
}

.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}
.zhuanti_img img{
	margin-top:48px;
}
.zhuanti_details{
	width:1140px;
	margin:0 auto;
	margin-top:22px;
	margin-bottom:100px;
}
.zhuanti_details img{display:block;}
.about_con{
	width:850px;
	margin:0 auto;
	margin-top:45px;
}
.about_con img{
	margin-bottom:35px;
}
.corporate_style img{
	margin-bottom:0px;
}
.about_con p{
	font-size:14px;
	color:#3d3b3c;
	text-indent:2em;
	line-height:2;
}
.partner-left-title{
	background:url(../images/about_left.jpg) no-repeat center;
	width:179px;
	height:78px;
	line-height:78px;
	font-size:20px;
	text-align:center;
	color:#fff;
}
.corporate_style p{
	text-align:center;
}
/*遮罩*/
#popup-bg { 
    background-color:#000; 
    left:0;
    opacity:0.5;
    position:fixed;
    top:0;
    height: 100%;
    width: 100%;
    z-index:50;
    filter:alpha(opacity=50);
    -moz-opacity:0.5; 
    -khtml-opacity:0.5; 
    display: none;
} 
.popup a{
    text-decoration:none;
}
.book-popup {
    left: 50%;
    margin: -283px 0 0 -227px;
    padding: 1px;
    position: fixed !important;
    top: 50%;
    width: 454px;
    height: 566px;
    z-index: 90;
    display: none;
    color: #716e5f;
    background-color: #fff;
    background:url(../images/popup_bg.png) no-repeat center;
    font-family: "Microsoft Yahei","微软雅黑",Arial,Helvetica,sans-serif;
}
.timeline-popup{
	left: 50%;
    margin: -250px 0 0 -400px;
    padding: 1px;
    position: fixed !important;
    top: 50%;
    width: 800px;
    height: 500px;
    z-index: 90;
    display: none;
    border-radius: 5px;
    color: #716e5f;
    background-color: #fff;
    font-family: "Microsoft Yahei","微软雅黑",Arial,Helvetica,sans-serif;
}
.apply-job-popup{
	left: 50%;
    margin: -205px 0 0 -230px;
    padding: 1px;
    position: fixed !important;
    top: 50%;
    width: 460px;
    height: 410px;
    z-index: 90;
    display: none;
    border-radius: 5px;
    color: #716e5f;
    background:url(../images/apply_job.png) no-repeat center;
    font-family: "Microsoft Yahei","微软雅黑",Arial,Helvetica,sans-serif;
}
.apply_job_close{
    position: absolute;
    top: 1px;
    right: 3px;
    width: 46px;
    height: 46px;
    line-height: 46px;
    cursor: pointer;
    z-index: 92;
}
.timeline_dialog_close{
    display: inline-block;
    position: absolute;
    top: -42px;
    right: -37px;
    width: 46px;
    height: 46px;
    line-height: 46px;
    cursor: pointer;
    z-index: 92;
    font-size: 38px;
    text-align: center;
    color: #6f6f6f;
    border-radius: 40px;
    background-color: #fff;
}
.dialog_close{
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 46px;
    height: 46px;
    cursor: pointer;
    z-index: 92;
}
.popup-1{
	position:relative;
}
.timeline-popup .popup-1 div{
	display: none;
	    padding: 30px 40px;
    text-indent: 2em;
}
.popup-textarea{
    position: absolute;
    top: 143px;
    left: 78px;
    border: none;
    resize: none;
    width: 295px;
    height: 213px;
    padding: 5px;
    box-sizing: border-box;
	outline: none;
	overflow: hidden;
}
.popup-name{
    position: absolute;
    top: 384px;
    left: 157px;
    border: none;
    resize: none;
    width: 213px;
    height: 25px;
    padding-left: 5px;
    box-sizing: border-box;
	outline: none;
}
.popup-phone{
    position: absolute;
    top: 433px;
    left: 157px;
    border: none;
    resize: none;
    width: 213px;
    height: 25px;
    padding-left: 5px;
    box-sizing: border-box;
	outline: none;
}
.popup-sub{
    position: absolute;
    top: 492px;
    left: 148px;
    border: none;
    resize: none;
    width: 156px;
    height: 36px;
    outline: none;
    background: none;
    cursor: pointer;
}

h3{height:42px; line-height:42px; font-size:16px; font-weight:normal; text-align:center}
h3 a{margin:10px}
h3 a.cur{color:#f30}
.contain-2-plan li{
	width:272px!important;
	background-color:#fff;
}
.product_slider{
	display:none;
}
.contain-2-plan{
	width:1140px;
	height:390px;
	margin:0 auto;
	overflow: hidden;
	position:relative;
}
.flexslider:hover > .left_bg{
	display:block;
}
.flexslider:hover > .right_bg{
	display:block;
}
.contain-2-plan .left_bg{
	display:none;
    background: #000;
    opacity: 0.1;
	filter:Alpha(opacity=10);
    position: absolute;
    height: 390px;
    width: 52px;
    left: 2px;
    top: 0;
    z-index: 2;
    border-radius: 0 0 0 18px;
}
.contain-2-plan .right_bg{
	display:none;
    background: #000;
    opacity: 0.1;
	filter:Alpha(opacity=10);
    position: absolute;
    height: 390px;
    width: 52px;
    right: 2px;
    top: 0;
    z-index: 2;
    border-radius: 0 18px 0 0 ;
}
.contain-2-plan .slides p{
	width:236px;
	margin:0 auto;
	text-align:left;
	font-size:12px;
	color:#939598;
	line-height:20px;
}
.contain-2-plan li img{
	width:272px;
	border-radius:0 18px 0 0;
}
.contain-2-plan .icon{
	background:url(../images/orange_icon.png) no-repeat center;
	width:22px;
	height:22px;
	display:inline-block;
	position: absolute;
    right: 8px;
}
.contain-2-plan .slides li{
	height:390px;
	border-radius: 0 18px 0 18px;
}
.contain-2-plan .slides .title{
	font-size:20px;
	color:#58595b;
	margin-top:23px;
	position: relative;
	margin-bottom:16px;
}
.contain-2-plan .title a{
	font-size:20px;
	color:#58595b;
}
.huaxia_wx{
	position:relative;
	border-radius: 0 0 0 4px;
}
.right_wx{
	position: absolute;
    top: -60px;
    left: -112px;
    width: 110px;
	display:none;
}
.right_wx img{
	width: 110px;
	height: auto;
}
.qq{
	position: relative;
}
.qq:hover>.QQ_list{
	display: block;
}
.QQ_list{
	display:none;
	position: fixed;top: 50%;right:58px;
	margin-top:-50px;
}
.QQ_list img{
	display:block;
}
.timeline-title p{
	width: 400px;
	text-align: center;
	margin: 0 auto;
	color: #1d3096;
	font-size: 20px;
}
.timeline-left{
	float: left;
	width: 434px;
	height: 707px;
}

.timeline-center{
	float: left;
	width: 29px;
	height: 707px;
	background: url(../images/timeline_bg.jpg) no-repeat center;
}
.timeline-right{
	float: left;
	width: 375px;
	height: 707px;
}

.timeline-left p,.timeline-right p{
	color: #fff;
	line-height: inherit;
	text-indent: 0;
	padding-left: 10px;
}
.timeline-img,.timeline-img-title{
	width: 750px;
	margin: 0 auto;
}
.timeline-img img{
margin-top: 0!important;
}
.timeline-img img,.timeline-img-title img{
	margin: 0;
	display: block;
}
.map_links{
	width: 900px;
	margin: 0 auto;
	margin-top: 45px;
}
.map_links a{
	color: #868686;
}
.map_links a:hover{
	color: #1D3096;
}
.map_links td{
	padding: 10px;
}
.map_links tr,.map_links td{
	border: 1px solid #ecedee;
}
.top{
	position: relative;
	border-radius: 4px 0 0 0;
}
.right_nav a img{
	z-index: 2;
}
.back_top,.right_qq,.right_feedback{
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background-color: #969696;
    border-radius: 4px 0 0 4px;
    text-align: center;
    z-index: -1;
}
.right_div_move{
	background-color: #1d3096;
}
.partner-right .partner-right-con img{

	text-indent: 0em;
}

.yf-details p{
	width: 840px;
    margin: 0 auto;
    text-indent: 2em;
    text-align: left;
    line-height: 2;
    font-size: 14px;
    color: #868686;
}
.timeline-popup .popup-1 div { 
 display: none;
 padding: 30px 40px;
 text-indent: 2em;
 height: 420px;
 overflow-y: scroll;
}
.corporate_style p { text-align: left;}
.research_centers_img img,.corporate_style img{
	display: block;
	margin: 0 auto;
}
.research_centers_img{
	padding-top: 45px;
}
.apply_jobs{
    width: 300px;
    margin: 0 auto;
    margin-top: 160px;
}
.apply_jobs select{
	line-height: 30px;
    height: 30px;
    padding: 5px;
}
.apply_job_file{
    min-width: 200px;
    max-width: 298px;
    margin: 0 auto;
    margin-top: 35px;
}
.a-upload {     
    padding: 4px 10px;     
    height: 20px;     
    line-height: 20px;     
    position: relative;     
    cursor: pointer;     
    color: #888;     
    background: #fafafa;     
    border: 1px solid #ddd;     
    border-radius: 4px;     
    overflow: hidden;   
    *display: inline; 
    *zoom: 1 }  
.a-upload  input {     
    position: absolute;     
    font-size: 100px;     
    right: 0;     
    top: 0;     
    opacity: 0;     
    filter: alpha(opacity=0);     
    cursor: pointer 
}  
.a-upload:hover {     
    color: #444;    
     background: #eee;     
     border-color: #ccc;     
     text-decoration: none 
 }
.file_name{
    margin-left: 5px;
}
.upload_submit{
    background-color: #ea5413;
    color: #fff;
    width: 155px;
    text-align: center;
    margin: 0 auto;
    margin-top: 88px;
    height: 36px;
    line-height: 36px;
    display: block;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
}
.product-child-ul{
	display: none;
    position: absolute;
    left: 177px;
    width: 179px;
    top: -1px;
    background: #fff;
    border-top: 1px solid #ecedee!important;
}
.product-child-ul li{
	padding-left: 27px;
}
.product-child-ul .product-child-ul li{
	padding-left: 32px;
}
.product-child-ulshow{
	display: block;
}
.product-child-li{
	position: relative;
}
.first-li{
	border-top: 1px solid #ecedee!important;
}