* {
	margin: 0;
	padding: 0;
}





.body_list{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0.8rem;
}

.list_txt{
	width: 6.8rem;
}
.list_txt .list_title{
	font-family: AlibabaPuHuiTi-SemiBold;
	font-size: 0.28rem;
	color: #333333;
	margin-bottom: 0.3rem;
	line-height: 0.4rem;
}
.list_txt .list_cont{
	font-family: AlibabaPuHuiTi-Regular;
	font-size: 0.18rem;
	color: #333333;
	line-height: 0.34rem;
	text-align: justify;
}
.body_list .list1_img{
	width: 7rem;
	height: 4.2rem;
	overflow: hidden;
}
.body_list .list1_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition:all .5s;
	-moz-transition:all .5s;
	-webkit-transition:all .5s;
	-o-transition:all .5s;
}
.body_list .list1_img:hover img{
	transform:scale(1.05);
}



.list2{
    width: 100%;
    height: 7.32rem;
    background: url(../img/body_bg.png);
    margin: 0;
    background-size: contain;
}
.list2 .main{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.list2_img{
	display: flex;
	height: 5.32rem;
}
.list2_img .img_pic{
	width: 2.2rem;
	height: 4.2rem;
	overflow: hidden;
	margin-right: 0.2rem;
}
.list2_img .img_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition:all .5s;
	-moz-transition:all .5s;
	-webkit-transition:all .5s;
	-o-transition:all .5s;
}
.list2_img .img_pic:hover img{
	transform:scale(1.05);
}
.list2_img .img_pic:nth-child(2){
	margin-top: 1.17rem;
}
.list2_img .img_pic:nth-child(3){
	margin-top: 0.25rem;
	margin-right: 0;
}




.body_list3{
	width: 100%;
	height: 6.8rem;
}
.body_list3 .list_txt{
	padding-top: 1.6rem;
	width: 8rem;
}
.body_list3 .list_txt .list_title,
.body_list3 .list_txt .list_cont,
.body_list3 .list_txt .list_cont p{
	color: #fff;
}




.body_list4 .main{
	margin-top: 1rem;
	margin-bottom: 1.4rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.list4_img{
	width: 7.5rem;
	height: 7.9rem;
	position: relative;
}
.list4_img .img_pic{
	width: 3.6rem;
	height: 3.5rem;
	position: absolute;
	overflow: hidden;
}
.list4_img .img_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition:all .5s;
	-moz-transition:all .5s;
	-webkit-transition:all .5s;
	-o-transition:all .5s;
}
.list4_img .img_pic:hover img{
	transform:scale(1.05);
}
.list4_img .img_pic:nth-child(1){
	top: 0;
	left: 0;
}
.list4_img .img_pic:nth-child(2){
	left: 0;
	bottom: 0.6rem;
}
.list4_img .img_pic:nth-child(3){
	top: 0.6rem;
	right: 0;
}
.list4_img .img_pic:nth-child(4){
	right: 0;
	bottom: 0;
}