@charset "utf-8";

._w1200_center{
	width: 1200px;
	margin: 0 auto;
}

.mainBox{
	height: auto;
	padding: 50px 0;
}
.banner{
	width: 100%;
	height: 300px;
	overflow: hidden;
	background: url(Banner.png) center center no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
}
.banner h2{
	height: 64px;
	margin-top: 98px;
	font-size: 46px;
	line-height: 64px;
	font-weight: 400;
	text-align: left;
	color: white;
}
.banner span{
	color: white;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	text-align: left;
	display: block;
	margin-top: 16px;
	
}

.mainBox .contain1{
	height: auto;
	overflow: hidden;
}
.mainBox .contain1 > h3{
	font-size: 32px;
	color: #333333;
	font-weight: 400;
}
.mainBox .contain1 > div{
	margin-top: 30px;
}
.mainBox .contain1 > div h4{
	width: 100%;
	height: 34px;
	background: url(tit_hr.png) center center no-repeat;
}
.mainBox .contain1 > div h4 span{
	background-color: white;
	display: inline-block;
	width: auto;
	height: 34px;
	font-size: 24px;
	color: #0673E0;
	padding: 0 16px;
	line-height: 34px;
}
.mainBox .contain1 > div h4 span i{
	display: block;
	width: 34px;
	height: 34px;
	position: relative;
    float: left;
}
.mainBox .contain1 > div.nationalbox h4 span i{
	background: url(national_i.png) center center no-repeat;
}

.mainBox .contain1 > div.areabox h4 span i{
	background: url(area_i.png) center center no-repeat;
}
.mainBox .contain1 > div h4 span em{
	font-style: normal;
	font-weight: 400;
	margin-left: 16px;
}
.mainBox .contain1 > div ul{
	height: auto;
	overflow: hidden;
	padding-top: 20px;
}
.mainBox .contain1 > div ul a li{
	width: 380px;
	height: 180px;
	margin-left: 30px;
	background-color: #F3F8FD;
	border-radius: 8px;
	padding: 30px;
	position: relative;
	float: left;
}
.mainBox .contain1 > div ul a:first-child li{
	margin-left: 0;
}
.mainBox .contain1 > div ul a li h5{
	color: #333333;
	font-size: 18px;
	line-height: 28px;
	height: 84px;
	font-weight: 400;
}
.mainBox .contain1 > div ul a li span{
	font-size: 16px;
	color: #999999;
	display: block;
	margin-top: 12px;
}


.mainBox .contain2{
	height: auto;
	overflow: hidden;
	margin-top: 50px;
}

.mainBox .contain2 h3{
	font-size: 32px;
	color: #333333;
	font-weight: 400;
}
.mainBox .contain2 > ul{
	height: auto;
	overflow: hidden;
	padding-top: 30px;
}
.mainBox .contain2 > ul a li{
	width: 277px;
	height: 221px;
	overflow: hidden;
	background-color: #F3F8FD;
	margin-left: 30px;
	position: relative;
	float: left;
}
.mainBox .contain2 > ul a li img{
	width: 100%;
	height: 156px;
	display: block;
	border: none;
	outline: none;
}
.mainBox .contain2 > ul a li span{
	display: block;
	height: 65px;
	width: 100%;
	font-size: 18px;
	font-weight: 400;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 65px;
	padding: 0 20px;
	white-space: nowrap;
}
.mainBox .contain2 > ul a:first-child li{
	margin-left: 0;
}

