/* 荣誉证书 */
.certificate {
	width: 75rem;
	padding: 0 5rem;
}

.certificate>h5 {
	padding: 3.5rem 0;
	font-family: SourceHanSansCN-Bold;
	font-size: 3rem;
	color: #2f2f2f;
	line-height: 1;
}

.certificate>h5 span {
	display: inline-block;
	font-family: ArialMT;
	font-size: 1.6rem;
	text-indent: 1.5em;
}

.certificate-box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.certificate-item {
	width: 32rem;
	height: 29rem;
	padding: 0 2.5rem;
	background-color: #eeeeee;
	position: relative;
	margin-right: 1rem;
	margin-bottom: 1.3rem;
}

.certificate-item:nth-child(2n) {
	margin-right: 0;
}

.certificate-item img {
	position: absolute;
	max-width: 27rem;
	max-height: 18.5rem;
	top: 50%;
	left: 50%;
	transform: translate(-50%, calc(-50% - 2.4rem));
}

.certificate-item p {
	font-family: SourceHanSansCN-Regular;
	font-size: 1.6rem;
	line-height: 1;
	color: #4b4b4b;
	position: absolute;
	bottom: 2.4rem;
	left: 50%;
	transform: translateX(-50%);
}

/* 下一页 */
.certificate-next {
	display: flex;
	justify-content: center;
}

.certificate-next button {
	width: 6.9rem;
	height: 2.7rem;
	background-color: #ffffff;
	border: solid 0.1rem #e5e5e5;
	font-family: SourceHanSansCN-Normal;
	font-size: 1.4rem;
	line-height: 2.7rem;
	color: #858585;
	margin: 2.5rem 0.5rem;
}

/* 资质 */
.aptitude-box {
	margin-top: 2.5rem;
	width: 75rem;
	height: 37.8rem;
	background-color: rgba(238, 238, 238, .5);
	text-align: center;
	color: #767676;
	padding: 2.5rem 5rem;
}

.aptitude-box h5 {
	font-family: SourceHanSansCN-Normal;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1;
	padding: 2.5rem 0;
}

.aptitude-box p {
	font-family: SourceHanSansCN-Light;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1;
	margin-top: 0.5rem;
}

.aptitude-box img {
	margin-top: 3.5rem;
	width: 65rem;
	height: 19.5rem;
}
