* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #FEFEFE;
}

.m_banner {
	background: url(../img/hezuo_banner.jpg) center no-repeat;
}



.kehu_content {
	width: 100%;
	height: auto;
	box-shadow: 0rem 0rem 0.3rem 0.01rem rgba(13, 11, 26, 0.08);
	border-radius: 0.1rem;
	padding: 0.3rem;
	margin-top: 0.8rem;
	margin-bottom: 0.8rem;
}

.kehu_content .kehu_lit {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.kehu_content .kehu_lit .kehu_img {
	width: 7.2rem;
	height: 2.8rem;
	border-radius: 0.1rem;
	overflow: hidden;
}

.kehu_content .kehu_lit .kehu_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
}

.kehu_content .kehu_lit .kehu_img:hover img {
	transform: scale(1.1);
}

.kehu_content .kehu_txt {
	font-family: 'sy';
	font-weight: 400;
	font-size: 0.18rem;
	color: #333333;
	line-height: 0.28rem;
	text-align: center;
	margin-top: 0.3rem;
	margin-bottom: 0.12rem;
}





.content {
	width: 100%;
	height: auto;
	padding-bottom: 0.2rem;
	background: url(../img/xiangmu_bg.png) bottom center no-repeat;
	position: relative;
	background-size: contain;
}

.content::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 2.06rem;
	z-index: 0;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 32%, #F5F7F9 100%);
}


.content_li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0.8rem;
	position: relative;
	z-index: 2;
}

.content_li .content_img {
	width: 7.2rem;
	height: 4rem;
	overflow: hidden;
	border-radius: 0.1rem;
}

.content_li .content_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}

.content_li:hover .content_img img {
	transform: scale(1.05);
}

.content_li .content_txt {
	width: 7.2rem;
	position: relative;
}

.content_li .content_txt .content_title {
	font-family: 'sy';
	font-weight: 500;
	font-size: 0.28rem;
	color: #000000;
	line-height: 0.4rem;
	margin-bottom: 0.45rem;
}

.content_li .content_txt .content_body {
	font-family: 'sy';
	font-weight: 400;
	font-size: 0.16rem;
	color: #666666;
	line-height: 0.3rem;
}

.content_li .content_txt .content_title span {
	display: contents;
	font-family: 'sy';
	font-weight: 500;
	font-size: 0.28rem;

}



.content_li .content_txt .content_title span {
	position: relative;
	display: inline-block;
	animation: animate 0.5s ease-in-out forwards;
	animation-delay: calc(.3s * var(--i));
	display: inline-block;
	opacity: 0;
	white-space: pre-wrap;
}

@keyframes animate {
	0% {
		opacity: 0;
		transform: translate(0, -20px);
		-webkit-transform: translate(0, -20px);
		-ms-transform: translate(0, -20px);
		-moz-transform: translate(0, -20px);
		-o-transform: translate(0, -20px);
	}

	30% {
		opacity: 0.5;
		transform: translate(0, -10px);
		-webkit-transform: translate(0, -10px);
		-ms-transform: translate(0, -10px);
		-moz-transform: translate(0, -10px);
		-o-transform: translate(0, -10px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}
