.banner-wrapper {
	width: 100%;
	height: 360px;
	background: url(/static/images/banner_05.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;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
}

.column01 ul:first-child li {
	border-top: 1px solid #f0f0f0;
}

.column01 li {
	flex: 1;
	height: 200px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	color: #5c5c5c;
	border-bottom: 1px solid #f0f0f0;
}

.column01 li:not(:last-child) {
	border-right: 1px solid #f0f0f0;
}

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

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

.column01 li .iconfont {
	color: #fff;
	font-size: 34px;
	line-height: 1;
}

.column01 li:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.column02 .wrapper .column-bd {
	text-align: center;
}

.column02 .item1 span {
	display: inline-block;
	width: 130px;
	height: 50px;
	color: #fff;
	text-align: center;
	line-height: 50px;
	background-color: #0088f5;
	border-radius: 4px 0px 0px 4px;

}

.column02 .item1 input {
	width: 390px;
	height: 50px;
	background-color: #ffffff;
	box-shadow: 0px 2px 13px 0px rgba(4, 0, 0, 0.05);
	border-radius: 0px 4px 4px 0px;
	border: solid 1px #ffffff;
	padding-left: 30px;
	margin-left: -4px;
	margin-top: -1px;
}

.column02 .textcontent {
	width: 860px;
	height: 120px;
	background-color: #ffffff;
	/* box-shadow: 0px 2px 13px 0px rgba(4, 0, 0, 0.05); */
	/* border-radius: 4px; */
	padding: 30px;
}

.column02 .wrapper .column-bd .my-button {
	width: 220px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	background-color: #0088f5;
	border-radius: 4px;
	color: #fff;
}

.gray-c {
	color: #333;
}

.mb-80 {
	margin-bottom: 80px;
}

.pb-40 {
	padding-bottom: 40px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-50 {
	margin-top: 50px;
}

.icon-g {
	color: #00c4ad;
	font-size: 24px;
	    vertical-align: -2px;
}

.icon-b {
	color: #0088f5;
	font-size: 24px;
	    vertical-align: -2px;
}
