.banner-wrapper{
	width: 100%;
	height: 550px;
	background: url(/static/images/banner_10.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: 42px;
	margin-bottom: 20px;
}
.banner p{
	font-size: 22px;
}

.column01 .tag {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	border: 3px solid #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #0088f5;
	position: relative;
	margin-bottom: 40px;
	
}

.column01 .tag::before {
	content: "";
	width: 109px;
	height: 109px;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border: 1px solid #0088f5;
	z-index: 2;
	opacity: .2;
}

.column01 .tag .iconfont {
	color: #fff;
	font-size: 34px;
	line-height: 1;
}
.section{
	display: flex;
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 60px;
}
.column .sectionL,
.column .sectionR{
	flex: 1;
	height: 290px;
	background-color: #f5faff;
	padding: 30px;
}
.column .sectionM{
	width: 340px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.info{
	width: 170px;
	height: 100%;
	border: 1px dashed #95d0ff;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ecf5ff;
}
.info li{
	font-size: 16px;
}
.info li:not(:last-child){
	margin-bottom: 16px;
}
.icon-box{
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 18px;
	border-bottom: 1px solid #f0f0f0;
	padding: 20px 0;
	color: #0088F5;
}
.icon-box .iconfont{
	margin-bottom: 10px;
	font-size: 40px;
	color: #0088F5;
	line-height: 1;
}
.infoL{
	margin-right: 30px;
}
.text{
	display: flex;
	flex-wrap: wrap;
	padding-top: 25px;
}
.text span{
	width: 50%;
	font-size: 14px;
	color: #666;
	line-height: 2;
	margin-bottom: 10px;
	text-align: center;
}
.sectionR .info{
	font-size: 20px;
	color: #666;
}
.sectionM{
	padding-top: 50px;
}
.sectionM h5{
	font-size: 20px;
	margin-bottom: 20px;
}
.pic-box{
	padding: 40px;
	text-align: center;
}
.pic-box p{
	font-size: 18px;
	color: #666;
	text-align: center;
	margin-bottom: 50px;
}
.item-box{
	background: #f8fbff;
	border: 1px dashed #95d0ff;
}
.item-box ul{
	width: 70%;
	display: flex;
	margin: 0 auto;
}
.item-box li{
	flex: 1;
	height: 140px;
	font-size: 16px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.item-box li .iconfont{
	font-size: 42px;
	margin-bottom: 10px;
	line-height: 1;
	color: #666;
}