* {
	margin: 0;
	padding: 0;
}

.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.4rem;
}

.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;
}



.zhineng1 {
	padding-bottom: 1.2rem;
}

.zhineng1 .zhineng_body {
	width: 100%;
	height: 4rem;
	background: linear-gradient(180deg, #F8F8F8 0%, #F5F7F9 100%);
	border-radius: 0.1rem;
	margin-top: 0.3rem;
	display: flex;
	justify-content: space-between;
}

.zhineng1 .zhineng_body .zhineng_txt {
	width: 8rem;
	min-height: 0.44rem;
	padding: 0.6rem 0.8rem 1rem 0.8rem;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}

.zhineng1 .zhineng_body .zhineng_text {
	width: 100%;
	font-weight: 500;
	font-size: 0.28rem;
	color: #000000;
	font-family: 'sy';
	margin-bottom: 0.5rem;
	position: relative;
}

.zhineng1 .zhineng_body .zhineng_text::before {
	content: "";
	position: absolute;
	width: 0.5rem;
	height: 0rem;
	border: 0.02rem solid #0A7E0D;
	left: 0;
	bottom: -0.2rem;
	transition: 0.5s;
}

.zhineng1 .zhineng_body .zhineng_cont {
	width: 100%;
	font-family: 'sy';
	font-weight: 400;
	font-size: 0.16rem;
	color: #666666;
	line-height: 0.3rem;
}

.zhineng1 .zhineng_body .zhineng_img {
	width: 7.2rem;
	height: 4rem;
	overflow: hidden;
	border-radius: 0.1rem;
}

.zhineng1 .zhineng_body .zhineng_img img {
	width: 100%;
	height: 100%;
	transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
}

.zhineng1 .zhineng_body:hover {
	box-shadow: 0rem 0rem 0.13rem 0.01rem rgba(0, 0, 0, 0.16);
}

.zhineng1 .zhineng_body:hover .zhineng_img img {
	transform: scale(1.1);
}

.zhineng1 .zhineng_body:hover .zhineng_text {
	color: #0A7E0D;
}

.zhineng1 .zhineng_body:hover .zhineng_text::before {
	width: 1.5rem;
	transition: 0.5s;
}

















