.main{
	width: 750rem;
	height: 800rem;
	background: #04AA7C;
	display: flex;
	justify-content: center;
	align-items: center;
}
.main_left{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-left:15rem;
}
.main_left_logo{
	width: 209rem;
	height: 189rem;
}
.main_left_desc{
	font-size: 30rem;
	color: #FFFFFF;
	margin: 15rem 15rem 35rem 15rem;
}
.main_left_btn{
	width: 309rem;
	height: 82rem;
}
.main_right{
	width: 250rem;
	height: 450rem;
	margin-right:15rem;
}
.characteristic{
	width: 690rem;
	height: 228rem;
	background: #FFFFFF;
	box-shadow: 0 3rem 32rem 0 rgba(198,198,198,0.55);
	border-radius: 20rem;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 0 auto;
	transform: translateY(-130rem);
}
.characteristic_item{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.characteristic_item img{
	width: 96rem;
	height: 96rem;
}
.characteristic_item span{
	font-size: 30rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	margin-top: 20rem;
}
.title{
	font-size: 40rem;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.merit{
	width: 750rem;
	background: #FFFFFF;
	transform: translateY(-75rem);
	padding: 0 30rem;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.merit ul{
	margin-top: 30rem;
	padding-left: 30rem;
}
.merit ul>li{
	font-size: 26rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #535353;
	line-height: 48rem;
}
.merit img{
	width: 600rem;
	height: 500rem;
	margin-top: 16rem;
}
.ability{
	width: 750rem;
	background: #F6F6F6;
	padding: 35rem 0;
	transform: translateY(-75rem);
}
.ability_item{
	width: 690rem;
	background: #FFFFFF;
	box-shadow: 0 3rem 21rem 0 rgba(204,204,204,0.26);
	border-radius: 10rem;
	padding: 30rem 35rem 30rem 25rem;
	box-sizing: border-box;
	margin: 35rem auto 0;
	display: flex;
	
}
.ability_item img{
	width: 80rem;
	height: 80rem;
}
.ability_item_main{
	width: 520rem;
	margin-left: 32rem;
}
.ability_item_main_title{
	font-size: 28rem;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #010101;
}
.ability_item_main_content{
	font-size: 26rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #242424;
	line-height: 39rem;
	margin-top: 20rem;
}
.copyright{
	font-size: 26rem;
	text-align: center;
	line-height: 1.5;
}