* {
	margin: 0;
	padding: 0;
	font-size: 0.16rem;
}


.body{
	width: 100%;
	height: auto;
	background: url(../img/yanfa_bg.jpg) center no-repeat;
	background-size: cover;
	padding-top: 0.8rem;
	padding-bottom: 0.6rem;
}

.about_title2{
	width: 100%;
	font-weight: bold;
	font-size: 0.4rem;
	color: #222222;
	margin-bottom: 0.5rem;
	text-align: center;
}
.about_cont2{
	width: 100%;
	font-weight: 400;
	font-size: 0.16rem;
	color: #333333;
	line-height: 0.3rem;
	margin-bottom: 0.4rem;
}
.about_cont2 p{
	font-weight: 400;
	font-size: 0.16rem;
	color: #333333;
	line-height: 0.3rem;
	text-indent: 2em;
}
.about_img2{
	width: 100%;
	height: auto;
	border-radius: 0.1rem;
	overflow: hidden;
	margin-bottom: 0.2rem;
}
.about_img2 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}





.animate-up {
	opacity: 0;
	transform: translateY(0.5rem);
	transition: opacity 1s ease-out, transform 1s ease-out;
}

.animate-up.show {
	opacity: 1;
	transform: translateY(0);
}
