.banner{
	position: relative;
	overflow-x: hidden;
}
.banner .bg.web{
	width: 1920px;
	position: relative;
	left: 50%;
	margin-left: -960px;
}
.banner .bg{
	width: 100%;
}
.banner .inner{
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -600px;
	background-color: rgba(14,91,168,0.85);
	width: 100%;
	padding: 26px 38px;
}
.banner .inner h3{
	font-size: 24px;
	color: #fff;
	font-weight: normal;
	float: left;
}
.banner .inner .pos{
	font-size: 14px;
	color: #fff;
	float: right;
	line-height: 28px;
}
.banner .inner .pos a{
	color: #fff;
}
.banner .inner .pos img{
	vertical-align: middle;
	margin-right: 10px;
}
.sec1{
	border-bottom: 1px solid #e7e7e7;
	padding: 70px 0 50px;
	margin-bottom: 45px;
}
.sec1 .left{
	float: left;
	width: 52.5%;
}
.sec1 .left h3{
	font-size: 22px;
	color: #0e5ba9;
	font-weight: normal;
	margin-bottom: 25px;
}
.sec1 .left p{
	font-size: 14px;
	color: #666;
	line-height: 2;
	margin-bottom: 10px;
}
.sec1 .left p:last-child{
	margin-bottom: 0;
}
.sec1 .right{
	float: right;
	width: 43.33%;
}
.sec2{
	font-size: 0;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 50px;
	margin-bottom: 40px;
}
.sec2 .tit{
	font-size: 22px;
	color: #0e5ba9;
	margin-bottom: 27px;
}
.sec2 ul{
	text-align: center;
}
.sec2 ul li{
	width: 19%;
	margin-right: 1.25%;
	display: inline-block;
	vertical-align: top;
}
.sec2 ul li:last-child{
	margin-right: 0;
}
.sec2 ul li .top{
	background-color: #f3f3f3;
	height: 520px;
	padding: 40px 15% 0;
}
.sec2 ul li .top img{
	margin-bottom: 16.5%;
}
.sec2 ul li .top h5{
	font-size: 21px;
	color: #333;
	font-weight: normal;
	margin-bottom: 18%;
}
.sec2 ul li .top p{
	font-size: 14px;
	color: #666;
	line-height: 2;
}
.sec2 ul li .bottom{
	background-color: #0e5ba9;
	line-height: 120px;
	height: 120px;
}
.sec2 ul li .bottom p{
	display: inline-block;
	font-size: 14px;
	color: #fff;
	line-height: 2;
	vertical-align: middle;
	width: 80%;
}
.sec3{
	padding-bottom: 50px;
}
.sec3 p{
	font-size: 14px;
	color: #666;
	line-height: 2;
	margin-bottom: 10px;
}
.sec3 p:nth-child(2){
	margin-bottom: 38px;
}
.sec3 .img-box{
	font-size: 0;
}
.sec3 .img-box img{
	width: 32%;
	margin-right: 2%;
}
.sec3 .img-box img:last-child{
	margin-right: 0;
}
@media only screen and (max-width:1366px){
}
@media only screen and (max-width:1200px){
	.banner .inner{
		left: 0;
		margin-left: 0;
		padding: 26px 30px;
	}
	.banner + .inner{
		padding: 0 30px;
	}
	.sec1{
		padding: 45px 0 40px;
		margin-bottom: 35px;
	}
	.sec1 .left{
		float: none;
		width: 100%;
		margin-bottom: 50px;
	}
	.sec1 .right{
		float: none;
		width: 100%;
	}
	.sec2{
		padding-bottom: 20px;
	}
	.sec2 ul li{
		width: 32%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	.sec2 ul li:nth-child(3n){
		margin-right: 0;
	}
	.sec2 ul li .top{
		height: 440px;
	}
	.sec3{
		padding-bottom: 35px;
	}
	.sec3 .img-box img{
		width: 48%;
		margin-right: 4%;
	}
	.sec3 .img-box img:nth-child(2){
		margin-right: 0;
	}
	.sec3 .img-box img:last-child{
		display: none;
	}
}
@media only screen and (max-width:1024px){
	
}
@media only screen and (max-width:768px){
	
}
@media only screen and (max-width:767px){
	.banner .inner{
		padding: 0 5%;
		line-height: 4.375rem;
	}
	.banner .inner h3{
		font-size: 1.5rem;
		float: none;
	}
	.banner .inner .pos{
		display: none;
	}
	.banner + .inner{
		padding: 0 5%;
	}
	.sec1{
		padding: 3rem 0 2.375rem;
		margin-bottom: 2.375rem;
	}
	.sec1 .left{
		margin-bottom: 1.875rem;
	}
	.sec1 .left h3{
		font-size: 1.375rem;
		margin-bottom: 1.5rem;
	}
	.sec1 .left p{
		font-size: 0.875rem;
		margin-bottom: 0.625rem;
	}
	.sec2{
		padding-bottom: 2.25rem;
		margin-bottom: 2.125rem;
	}
	.sec2 .tit{
		font-size: 1.375rem;
		margin-bottom: 1.75rem;
	}
	.sec2 ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 0.625rem;
	}
	.sec2 ul li:last-child{
		margin-bottom: 0;
	}
	.sec2 ul li .top{
		height: auto;
		padding: 2rem 1rem 1.25rem;
	}
	.sec2 ul li .top img{
		margin-bottom: 1.25rem;
	}
	.sec2 ul li .top h5{
		font-size: 1.125rem;
		margin-bottom: 1.25rem;
	}
	.sec2 ul li .top p{
		font-size: 0.75rem;
	}
	.sec2 ul li .bottom{
		line-height: 3.75rem;
		height: 3.75rem;
	}
	.sec2 ul li .bottom p{
		font-size: 0.75rem;
		width: 100%;
	}
	.sec3{
		padding-bottom: 1.875rem;
	}
	.sec3 p{
		font-size: 0.875rem;
		margin-bottom: 0.625rem;
	}
	.sec3 p:nth-child(2){
		margin-bottom: 1.875rem;
	}
	.sec3 .img-box img{
		width: 100%;
		margin-right: 0;
		margin-bottom: 0.625rem
	}
	.sec3 .img-box img:last-child{
		margin-bottom: 0;
	}
}
@media only screen and (max-width:414px){
	
}