
.banner-wrapper{
	width: 100%;
	height: 360px;
	background: url(../images/banner_13.png) no-repeat center;
	position: relative;
}
.banner{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
}
.banner h5{
	font-size: 40px;
	margin-bottom: 15px;
}
.banner p{
	font-size: 22px;
	color: rgba(255,255,255,.5);
}
.column ul{
	display: flex;
	flex-wrap: wrap;
}
.column li{
	width: 200px;
	margin-bottom: 40px;
}
.column li h5{
	font-size: 24px;
	padding-bottom: 12px;
	position: relative;
	margin-bottom: 20px;
}
.column li h5:after{
	content:"";
	width: 62px;
	height: 2px;
	background: #0088F5;
	position: absolute;
	left: 0;
	bottom: 0;
}
.column li p{
	font-size: 16px;
	color: #666;
	margin-bottom: 16px;
}
.column li:not(:nth-child(3n)){
	width: 40%;
}
