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

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

/*合作联系*/
.cooAndcon {
	width: 100%;
	background: #F8F8F8;
	padding: 60px 0px;
	box-sizing: border-box;

}

.cooAndcon .boxItem {
	width: 570px;
	height: 483px;
	background: #FFFFFF;
	box-shadow: 0px 0px 10px 0px rgba(184, 184, 184, 0.3);
	border-radius: 20px 20px 20px 20px;
	border: 1px solid #DEDEDE;
	padding: 30px 25px;
	box-sizing: border-box;
}

.cooAndcon .boxItem .picture {
	width: 260px;
	height: 260px;
	margin-bottom: 16px;
	border: 1px dotted #333333;
}

.cooAndcon .boxItem .title {
	line-height: 36px;
}

.cooAndcon .boxItem .text {
	line-height: 24px;
	padding-top: 16px;
}

.cooAndcon .boxItem .sign {
	color: #4160FE;
	text-decoration-line: underline;
	;
}

/*关于瑞尔唯康*/
.aboutUs{
    width: 100%;
	background: #ffffff;
	padding: 60px 0px;
	box-sizing: border-box;
}

.aboutUs .picture {
	width: 635.2px;
	height: 347.73px;
	border-radius: 20px;
	margin-right: 80px;
	overflow: hidden;
	transition: all .3s linear;
	box-shadow: 0px 0px 10px 0px rgba(184, 184, 184, 0.3);
}

.aboutUs .picture img{
    	width: 100%;
	height: 100%;
    transition: all .3s linear;
}

.aboutUs .picture:hover img{
    transform: scale(1.2);
}

.aboutUs ul li:not(:last-child) {
	margin-bottom: 12px;
	line-height: 24px;
}







