.banner-wrapper{
	width: 100%;
	height: 550px;
	background: url(/static/images/banner_02.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: 145px;
	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: rgb(56, 221, 212);
}
.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 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: #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 .item:not(:last-child){
	margin-bottom: 70px;
}
.column02 .itemL{
	width: 45%;
	margin-right: 10%;
}
.column02 .itemR{
	width: 45%;
}
.column02 .img-wrapper{
	/* height: 320px; */
	/* background-color: #333; */
}
.column02 .info-wrapper h5{
	font-size: 22px;
	position: relative;
	padding-bottom: 18px;
	margin-bottom: 15px;
}
.column02 .info-wrapper h5:after{
	content: "";
	width: 66px;
	height: 4px;
	background-color: #00C4AD;
	position: absolute;
	bottom: 0;
	left: 0;
}
.column02 .info-wrapper p{
	line-height: 1.8;
	font-size: 18px;
	color: #666;
	margin-bottom: 15px;
}
.column02 .info-wrapper span{
	font-size: 16px;
}
.column03 li{
	flex:1;
	height: 320px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 60px;
}
.column03 li:not(:last-child){
	border-right: 1px solid #f0f0f0;
}
.column03 li .icon-box{
	margin-bottom: 25px;
	background: url(/static/images/img_14.png) no-repeat center;
	width: 86px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.column03 li .icon-box .iconfont{
	font-size: 54px;
	color: #00C4AD;
}
.column03 li h6{
	font-size: 20px;
	margin-bottom: 10px;
}
.column03 li p{
	color: #666;
}
.column04{
	position: relative;
}
.column04::after{
	content:"";
	width: 100%;
	height: 1px;
	background-color: #f0f0f0;
	position: absolute;
	bottom: 150px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}
.column04 li{
	flex:1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
}
.column04 li .iconfont{
	font-size: 58px;
	margin-bottom: 30px;
	line-height: 1;
	color: #535353;
}
.column04 li h6{
	font-size: 16px;
	margin-bottom: 60px;
	color: #666;
}
.column04 li span{
	color: #666;
	font-size: 20px;
}
.column04 li:before{
	content:"";
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	bottom: 48px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}
.column04 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;
}
.column04 li:hover h6,
.column04 li:hover span,
.column04 li:hover .iconfont{
	color: #00C4AD;
}
.column04 li:hover:after{
	border: 2px solid #00C4AD;
}
.column05{
	height: 780px;
	background: url(/static/images/img_16.png) no-repeat center;
	color: #fff;
}
.column05 .info{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 100px;
	text-align: center;
	z-index: 2;
}
.column05 .info h6{
	font-size: 24px;
	margin-bottom: 20px;
}
.column05 .info p{
	font-size: 18px;
	color: rgba(255,255,255,.8);
}
.column06 .column-hd{
	margin-bottom: 80px;
}
.column06{
	padding-bottom: 150px;
}
.column06 li{
	flex:1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: all .3s ease-in-out;
}
.column06 li .icon-box{
	width: 80px;
	height: 95px;
	background: url(/static/images/img_15.png) no-repeat center;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.column06 li h6{
	font-size: 20px;
}
.column06 li .icon-box .iconfont{
	color: #00C4AD;
	font-size: 42px;
}