.banner-wrapper {
	width: 100%;
	height: 360px;
	background: url(/static/images/banner_04.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);
}

.column01 ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0 20px;
}

.column01 li {
	width: 270px;
	height: 245px;
	border: 1px solid #e6e6e6;
	border-radius: 6px;
	display: flex;
	flex-direction: column;
	align-items: center;

	padding: 0 30px;
	padding-top: 35px;
	margin-bottom: 30px;
	position: relative;
}

.column01 li:not(:nth-child(4n)) {
	margin-right: 26px;
}
.column01 li::before {
	content: "";
	width: 0;
	height: 0;
	border: 10px solid;
	border-top-width: 15px;
	position: absolute;
	bottom: -23px;
	left: 50%;
	transform: translateX(-50%);
	border-color: #fff transparent transparent;
	z-index: 2;
}
.column01 li::after {
	content: "";
	width: 0;
	height: 0;
	border: 10px solid;
	border-top-width: 15px;
	position: absolute;
	bottom: -25px;
	left: 50%;
	transform: translateX(-50%);
	border-color: #e6e6e6 transparent transparent;
}

.column01 li .tag {
	width: 54px;
	height: 54px;
	border-radius: 50%;
	background: url(/static/images/bg_01.png) no-repeat center;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 32px;
}

.column01 li p {
	color: #666;
}

.column01 li:hover p,
.column01 li:hover .text{
	color: #0088F5;
}

.column01 .text {
	width: 100%;
	text-align: left;
	color: #999;
}

.column02::after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #e5e5e5;
	position: absolute;
	bottom: 150px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

.column02 li {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
}

.column02 li .iconfont {
	font-size: 58px;
	margin-bottom: 30px;
	line-height: 1;
	color: #535353;
}

.column02 li h6 {
	font-size: 16px;
	height: 50px;
	margin-bottom: 60px;
	color: #666;
	text-align: center;
}

.column02 li span {
	color: #999;
	font-size: 20px;
}

.column02 li:before {
	content: "";
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background-color: #f6f7f9;
	position: absolute;
	bottom: 48px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}

.column02 li:after {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: 2px solid #666;
	background-color: #fff;
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%) scale(0.8);
	z-index: 2;
}

.column02 li:hover h6,
.column02 li:hover span,
.column02 li:hover .iconfont {
	color: #0088F5;
}

.column02 li:hover:after {
	border: 2px solid #0088F5;
}
