.cooperation-huijian{
	height: 400px;
}
.cooperation-huijian-left img{
	display: block;
	width: 100%;
	height: 100%;
	max-width: 100%;
}
.cooperation-huijian-right{
	display: flex;
	justify-content: center;
	align-items: center;
}
.cooperation-mode-container{
}
.cooperation-mode-container h3{
		text-align: center;
}
.cooperation-mode-wrapper{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.cooperation-mode-center{
	position: absolute;
	width: 280px;
	height: 280px;
	background: #fff;
	box-shadow: 0 0 10px 0 #ccc;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-140px,-140px);
	padding: 30px 0 0 0;
	
}
.cooperation-mode-center h4{
	text-align: center;
}

.cooperation-mode-center li{
	color: #797979;
}
.cooperation-mode-center h6{
	text-align: center;
}
.cooperation-mode-center p{
	font-size: 13px;
	margin: 0;
}
.cooperation-mode-top, .cooperation-mode-bottom{
	display: flex;
	justify-content: space-between;
	margin: 40px 0;
}
h3{
	font-weight: 800;
}
h4{
	font-weight: 700;
}
.modeCard{
	width: 46%;
	border: 6px solid rgba(242, 242, 242, 1);
	padding: 20px 0px 0 36px;
	height: 280px;
}
.modeCard h4{
	text-align: center;
}
.modeCard h6{
	text-align: center;
}
.modeCard p{
	color: #797979;
	font-size: 14px;
	margin: 0;
}
h6{
	font-weight: 600;
}
ul{
	padding: 0 14px;
}
li{
	color: #797979;
}
.cooperativePartner-container h3{
	text-align: center;
	margin-bottom: 20px;
}
.imgbox{
	display: flex;
	/*justify-content: center;*/
	/*justify-items: center;*/
	height: 100px;
	margin-bottom: 10px;
}
.imgbox img{
	margin: auto;
	display: block;
	object-fit: cover;
}