.banner-wrapper{
	width: 100%;
	height: 550px;
	background: url(/static/images/banner_06.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;
	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 li{
	flex:1;
	height: 440px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 30px;
	overflow: hidden;
}
.column01 li:not(:last-child){
	border-right: 1px solid #f0f0f0;
}
.column01 li p{
	font-size: 22px;
	margin-bottom: 10px;
	color: #4c4c4c;
}
.column01 li p .iconfont{
	color: #7d8590;
	font-size: 24px;
	margin-right: 10px;
}
.column01 li .item-meta {
	width: 100%;
	height: 330px;
	margin-bottom: 20px;
	transition: all .2s ease;
}
.column01 .item1 .item-meta {
	background: url(/static/images/img_31.png) no-repeat center;
	background-size: cover;
}

.column01 .item2 .item-meta {
	background: url(/static/images/img_32.png) no-repeat center;
	background-size: cover;
}

.column01 li span{
	font-size: 16px;
	color: #666;
}

.column02 li{
	flex:1;
	height: 380px;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #fff;
	border-radius: 6px;
	overflow: hidden;
}
.column02 li:not(:last-child){
	margin-right: 30px;
}
.column02 li h5{
	font-size: 18px;
	margin-bottom: 10px;
	color: #4c4c4c;
	text-align: center;
	font-weight: 600;
}
.column02 li:hover{
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.column02 li p{
	color: #666;
	font-size: 14px;
	line-height: 2;
	text-align: center;
}
.column02 li .item-meta {
	width: 100%;
	height: 220px;
	margin-bottom: 30px;
}
.column02 .item1 .item-meta {
	background: url(/static/images/img_33.png) no-repeat center;
}
.column02 .item2 .item-meta {
	background: url(/static/images/img_34.png) no-repeat center;
}
.column02 .item3 .item-meta {
	background: url(/static/images/img_35.png) no-repeat center;
}
