.banner-wrapper{
	width: 100%;
	height: 550px;
	background: url(/static/images/banner_03.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: 32px;
	padding-top: 165px;
	padding-bottom: 30px;
}
.banner p{
	font-size: 22px;
	color: rgba(255,255,255,.5);
	margin-bottom: 50px;
}
.banner-wrapper .btn {
	width: 240px;
	height: 54px;
	opacity: 1;
	color: #3b50d4;
	font-size: 20px;
	font-weight: 500;
	border-radius: 6px;
	color: #fff;
	border: 1px solid #fff;
	background: linear-gradient(90deg,rgb(255, 255, 255),rgb(255, 255, 255)) no-repeat;
	background-size: 0 100%;
}
.banner-wrapper .btn:hover{
	background-size: 100% 100%;
	color: #0088F5;
}
.beautiful {
    background: none;
    outline: none;
    cursor: pointer;
    -webkit-transition: background-size 1s;
    transition: background-size 1s;
    color: rgb(0, 0, 0);
    border-color: rgb(0, 0, 0);
    background: -webkit-gradient(linear,left top,right top,from(rgb(0, 0, 0)),to(rgb(0, 0, 0))) no-repeat;
    background: linear-gradient(90deg,rgb(0, 0, 0),rgb(0, 0, 0)) no-repeat;
    background-size: 0 100%;
}
.column01 .column-hd p{
	text-align: left;
}
.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: #00C4AD;
	position: relative;
	margin-bottom: 20px;
}
.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 #00C4AD;
	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 ul{
	display: flex;
	flex-wrap: wrap;
}
.column02 li{
	width: 380px;
	height: 370px;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	border-radius: 6px;
	padding: 0 48px;
	padding-top: 36px;
	margin-bottom: 28px;
}
.column02 li:not(:nth-child(3n)){
	margin-right: 28px;
}
.column02 li .icon-box{
	margin-bottom: 15px;
	background: url(/static/images/img_68.png) no-repeat center;
	width: 86px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.column02 li .icon-box .iconfont{
	font-size: 54px;
	color: #0088F5;
}
.column02 li h6{
	font-size: 18px;
	margin-bottom: 10px;
}
.column02 li p{
	color: #666;
	line-height: 2;
	text-indent: 2em;
	font-size: 14px;
}
.column02 li .more{
	color: #999;
	text-indent: 0;
}