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


.kehu_logo{
	margin-bottom: 1.2rem;
}
.logo_body{
	width: 100%;
	height: auto;
	background: #FFFFFF;
	box-shadow: 0rem 0rem 0.3rem 0.01rem rgba(13,11,26,0.08);
	border-radius: 0.1rem;
	padding: 0.8rem 0.55rem 0.55rem 0rem;
	box-sizing: border-box;
}
.logo_body .logo_class{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0.5rem;
}
.logo_body .logo_class .logo_title{
	width: 2.1rem;
	height: 0.77rem;
	background: #0A7E0D;
	border-radius: 0rem 0.1rem 0.1rem 0rem;
	position: relative;
	font-family: 'sy';
	font-weight: 500;
	font-size: 0.24rem;
	color: #FFFFFF;
	line-height: 0.77rem;
	padding-left: 0.57rem;
}
.logo_body .logo_class .logo_hr{
	width: 12.1rem;
	height: 0rem;
	border: 0.01rem dashed #0A7E0D;
}




.logo_list{
	padding-left: 0.55rem;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0.75rem;
}
.logo_list .logo_img{
	width: 2.62rem;
	height: 1rem;
	background: #F8F8F8;
	border-radius: 0.05rem;
	overflow: hidden;
	padding: 0.2rem;
	box-sizing: border-box;
	margin-bottom: 0.25rem;
	margin-right: 0.25rem;
}
.logo_list .logo_img:nth-child(5n){
	margin-right: 0;
}
.logo_list .logo_img img{
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	transition:all .4s;
	-moz-transition:all .4s;
	-webkit-transition:all .4s;
	-o-transition:all .4s;
}
.logo_list .logo_img img:hover {
	transform:scale(1.1);
}


.logo_list:last-child{
	margin-bottom: 0;
}


