@charset "utf-8";
* {
	font-family: "微软雅黑", arial;
	
}
body, div, h1, h2, h3, h4, h5, h5, p, ul, ol, li, dl, dt, dd {
    margin: 0;
    padding: 0;
}
body{position:relative;font:13px/1.5 arial,"Microsoft Yahei","Hiragino Sans GB",sans-serif;}
#header {
	position: fixed;
	z-index: 9999;
	width:100%;
	height:70px;
	background-image: url(../images/top_bg.png);
	border-bottom: 1px solid #dbdada;
}

#header ul,#header li,#header ol {
	list-style: none;
	padding: 0;
	margin: 0;
	float:left;
}

#header .tabactive {
	border-bottom:4px solid #FFF;
	background:#2555b1;
	color:#FFF!important;
}

#header .logo {
	width:216px;
	height:60px;
	float:left;
	margin-top:10px;
	padding-left:10px;
}

#header .logo img{
	border: 0px !important;
}

#header .nav {
	width:auto;
	height:40px;
	float:right;
	margin-top: 30px;
}

#header .a1:link, #header .a1:visited {
	text-decoration:none;
	color:#333333;
	padding:0px 10px;
	height:44px;
	line-height:44px;
	display:block;
	font-size:14px;
}

#header .a1:hover, #header .a1:focus {
	text-decoration:none;
	color:#2755a9;
	border-bottom:4px solid #FFF;
}

#header .w_wrap2{
	width:980px;
}

#header .w_wrap2::after {
	content:".";
	display:block;
	height:0;
	visibility:hidden;
	clear:both;
}

#header .Center{
	margin:0 auto;
}

#header .h_min{
	min-height:1px;
}

#header .vline {
	height:18px;
	width: 0;
	margin:11px 0;
	border-right:1px solid #D9D9D9;
}

#header * {
	box-sizing: border-box;
}

#content {
	padding-top: 70px;
}

#footer * {
	box-sizing: border-box;
}
#footer{
	width:100%;
	position: absolute;
    bottom: 0;
}
/* #footer .ftsection {
	float: left;
	text-align: left;
	margin: 40px 15px 0 15px;
} */

#footer a {
	text-decoration: none;
	color: #fff;
	line-height: 20px;
	font-size: 14px;
}

#footer a:hover {
	text-decoration: none;
	color: #fff;
}


#footer .title {
	display: inline-block;
	font-size: 16px;
	margin-bottom: 30px;
	color: #ffffff;
}

#footer .section {
	text-align: left;
	float: left;
	margin: 40px 20px;
}

.footer-link .qcode {
	width: 176px;
	height: 40px;
	line-height: 40px;
	background-image: url('../images/erweima.png');
	background-repeat:no-repeat;
	cursor: pointer;
}

.footer-link .qcode:hover {
	background-image: url('../images/erweima_hover.png');
	background-repeat:no-repeat;
}

.footer-link .onlinechat {
	width: 176px;
	height: 40px;
	line-height: 40px;
	margin-top: 18px;
	background-image: url('../images/chat.png');
	background-repeat:no-repeat;
	cursor: pointer;
}

.footer-link .onlinechat:hover {
	background-image: url('../images/chat_hover.png');
	background-repeat:no-repeat;
}

#copyright {
	width:100%;
	font-size:12px;
	text-align:center;
	margin:5px 0;
}

.exp_app {
	width: 230px;
	height: 40px;
	line-height: 37px;
	border: 2px solid #0c71c0;
	border-radius: 5px;
	background-color: #fff;
	color: #0c71c0;
	cursor: pointer;
	font-size: 16px;
	text-align: center;
	margin: 0 auto;
	-webkit-transition-property: background-color, color;
	-o-transition-property: background-color, color;
	transition-property: background-color, color;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.exp_app:hover {
	background-color: #0c71c0;
	color: #fff;
}

.wcode{
display: none; 
position: absolute;
margin-top: -174px;
border: 1px solid #ccc;
}
.center-wrap { position: relative; z-index: 1; width: 1050px; height: 100%; margin: 0px auto;}
.footer-logo{position:relative;margin:0 auto;margin-bottom:30px;width:400px;height:120px;background: url('../img/logo.png') no-repeat;background-size:cover}
.footer-title{position:relative;text-align:center;font-size:32px;margin-bottom:250px;}
.footer-link { padding: 30px 0;box-sizing:border-box;bottom: 0;}
.footer-link dl { float: left; width: 13%;}
.footer-link dt { line-height: 45px; font-weight: 700;}
.footer-link dd { line-height: 28px;}
.footer-link a {color:#fff;text-decoration: none;}
.footer-link a:hover{color:#fff;}
.copyright { height:60px; text-align: center;}
.form p{padding:20px 0;font-size:14px;}
.form .required{color:red}
.form input,.form textarea{border:1px solid #666;width:100%;height:30px;border-radius:3px;}
.form textarea{height:100px}
.form input[type=submit],.form input[type=reset]{background:#2555b1;color:#fff;cursor:pointer}
table td{padding:10px 0}
#search-box{
    position: relative;
    border-radius: 5px;
    width: 600px;
    height: 38px;
    padding: 0;
    box-sizing: content-box;
    border: 2px solid #2555b1;
    margin: 30px 200px;
}
#search-box .inp-keys{
    width: 500px;
    height: 38px;
    line-height: 38px;
    border: 0;
    padding: 0 5px;
    box-sizing: content-box;
    background: none;
    font-size: 16px;
}

#search-box .search-btn{
    border: 0;
    width: 90px;
    height: 38px;
    margin: 0;
    padding: 0;
    background: #2555b1;
    color: #fff;
    cursor: pointer;
    position: absolute;
    right: 0;
}
	.lang-box{
	position: absolute;
	right: 150px;
	top: 44px;

	}
	.lang-box a{
	text-decoration: none;
	color: #999999;
	}
	.lang-box a.active{
	color: #333333;
	font-weight: bolder;
	}
	.section.active .apply{
	margin-top: 240px;
	}
	#header .english-menu .a1:link, #header .a1:visited{padding: 0 5px;font-size: 13px;font-weight: bolder;}
	#header .logo{width: 200px;}