.cooperation-sort {
	border-bottom: 1px solid #D9D9D9;
	padding-bottom: 100px;
	margin-bottom: 50px;
}

.cooperation-inner {
	margin-top: 60px;
	display: flex;
	align-items: center;
}

.cooperation-img {
	width: 585px;
	height: 300px;
	background: #ABABAB;
	border-radius: 30px;

}

.cooperation-content {
	justify-content: flex-start;
	flex-wrap: wrap;
}

.cooperation-img {
	background: #ABABAB;
	border-radius: 30px;
}

.cooperation-text {
	margin-left: 100px;
}

.cooperation-baseline {
	width: 100%;
	margin: 30px 0;
	border: 1px solid #D9D9D9;
}

.cooperation-title {
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 300;
	line-height: 26px;
	color: #434343;
}

.cooperation-wrap{
	margin: 0px 50px 25px 0px;
}

.cooperation-item {
	width: 200px;
	background: #FFFFFF;	
	text-align: center;
	padding: 15px 0;
	background: #FFFFFF;
	border: 1px solid #B9B9B9;
	border-radius: 10px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.cooperation-wrap p{
	margin-top: 5px;
	text-align: center;
}

.cooperation-item img {
	width: 70px;
	height: 70px;
}

.imgScale {
	transform: scale(1.2);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.cooperation-item-hover {
	opacity: 0.9;
	-webkit-box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.4);
	-ms-box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.4);
	-o-box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.4);
}
