.banner-wrapper{
	width: 100%;
	height: 550px;
	background: url(/static/images/banner_07.png) no-repeat center;
	position: relative;
}
.banner{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
}
.banner h5{
	font-size: 36px;
}

.column01 li{
	flex:1;
	height: 500px;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #fff;
	/* box-shadow: 0 0 15px rgba(0,0,0,.1); */
	border-radius: 6px;
	padding: 40px 30px;
	
}

.column01 li .icon-box{
	margin-bottom: 20px;
	background: url(/static/images/img_68.png) no-repeat center;
	width: 86px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.column01 li .icon-box .iconfont{
	font-size: 54px;
	color: #0088F5;
}
.column01 li h6{
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: 600;
}
.column01 li >p{
	color: #666;
	font-size: 14px;
	height: 60px;
}
.pic-box{
	width: 100%;
	height: 210px;
	position: relative;
	border-radius: 6px;
	overflow: hidden;
}
.pic-box p{
	width: 100%;
	height: 40px;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	line-height: 40px;
	color: #fff;
}
.item1 .pic-box{
	background: url(/static/images/img_39.png) no-repeat center;
	background-size: 100%;
}
.item2 .pic-box{
	background: url(/static/images/img_40.png) no-repeat center;
	background-size: 100%;
}
.item3 .pic-box{
	background: url(/static/images/img_41.png) no-repeat center;
	background-size: 100%;
}
.column01 li:hover{
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	position: relative;
}
.column01 li:hover .pic-box p{
	background: #0088F5;
}