
.banner-wrapper{
	width: 100%;
	height: 360px;
	background: url(/static/images/banner_12.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: 226px;
	height: 96px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
	margin-right: 17px;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.column li:nth-child(5n){
	margin-right: 0;
}