/*超300+高校及研究机构长期合作*/
.cooperation {
	width: 100%;
	background-image: url(../images/component/cooperation/bgc.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding: 60px 0px;
	box-sizing: border-box;
}

.cooperation .cooperation_container{
    width: 1200px;
	height: 100%;
	margin: 0 auto;
}

.cooperation .title {
	font-weight: 700;
	font-size: 32px;
	color: #FFFFFF;
	line-height: 60px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	padding-bottom: 10px;
	margin-bottom: 60px;
	position: relative;
}

.cooperation .title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 128px;
	height: 6px;
	background: #FFFFFF;
	border-radius: 0px 0px 0px 0px;
}

.cooperation .cooperationLoop li {
	width: 210px;
	height: 77px;
	overflow: hidden;
	margin-bottom: 30px;
	margin-right: 37px;
	cursor: pointer;
	box-shadow: 0px 4px 10px 0px rgba(150, 150, 150, 0.3);
	transition: all .3s linear;
	border-radius: 16px;
}

.cooperation .cooperationLoop li:hover {
	transform: scale(1.2);
	box-shadow: 0px 4px 10px 0px rgba(150, 150, 150, 0.6);
}

.cooperation .cooperationLoop li:nth-of-type(5n) {
	margin-right: 0px;
}

.cooperation .cooperationLoop li:nth-of-type(21),
.cooperation .cooperationLoop li:nth-of-type(22),
.cooperation .cooperationLoop li:nth-of-type(23),
.cooperation .cooperationLoop li:nth-of-type(24),
.cooperation .cooperationLoop li:nth-of-type(25) {
	margin-bottom: 0px;
}

.cooperation .cooperationLoop li img {
	width: 100%;
	height: 100%;
	transition: all .3s linear;
}
