/* 荣誉证书 */
.certificateOfHonor {
	width: 120rem;
	margin: 0 auto;
}

.certificateOfHonor>h5 {
	font-family: SourceHanSansCN-Bold;
	font-size: 3rem;
	color: #2f2f2f;
	margin: 3.5rem 0;
}

.certificateOfHonor>h5 span {
	font-family: Arial-BoldMT;
	font-size: 1.6rem;
}

/* 荣誉证书展示 */
.certificateOfHonor_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	width: 120rem;
	padding-bottom: 5rem;
}

/* 单个荣誉证书 */
.certificateOfHonor_wrap_item {
	width: 39rem;
	height: 35.4rem;
	background-color: #eeeeee;
	position: relative;
	margin-bottom: 1.3rem;
	margin-right: 1.3rem;
}

.certificateOfHonor_wrap_item:hover {
	transition: transform .5s;
	transform: scale(1.05);
}


.certificateOfHonor_wrap_item:nth-child(3n) {
	margin-right: 0px;
}

.item_img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 32.5rem;
	max-height: 24rem;
	transform: translate(-50%, calc(-50% - 2.4rem));
}

.item_img img {
	max-width: 32.5rem;
	max-height: 24rem;
	margin: 0 auto;
}

.certificateOfHonor_wrap_item>p {
	position: absolute;
	bottom: 0;
	width: 27rem;
	margin: 1.6rem 6rem;
	text-align: center;
	font-family: SourceHanSansCN-Regular;
	font-size: 1.6rem;
	line-height: 2rem;
	color: #4b4b4b;
}

/* 荣誉证书切换 */
.certificateOfHonor_target {
	text-align: center;
}

.companyAptitude_wrap {
	margin-top: 4rem;
	width: 192rem;
	height: 56rem;
	background-color: rgba(238, 238, 238, .5);
	text-align: center;
}

.companyAptitude_wrap h5 {
	font-family: SourceHanSansCN-Normal;
	font-size: 3rem;
	font-weight: bold;
	line-height: 5rem;
	color: #767676;
	padding-top: 4rem;
}

.companyAptitude_wrap p {
	font-family: SourceHanSansCN-Light;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 4rem;
	color: #767676;
	width: 71rem;
	height: 4rem;
	border: solid 1px #bfbfbf;
	margin: 4rem auto;
}

.companyAptitude_show {
	width: 115rem;
	height: 35rem;
	margin: 0 auto;
}

.companyAptitude_show img {
	width: 115rem;
	height: 35rem;
}

@media screen and (max-width: 1140px) {

	/* 荣誉证书 */
	.certificateOfHonor {
		width: 172.5rem;
	}

	.certificateOfHonor>h5 {
		font-size: 4.547rem;
		margin: 7.7rem 0 4.7rem 0;
	}

	.certificateOfHonor>h5 span {
		font-size: 2.358rem;
	}

	/* 荣誉证书展示 */
	.certificateOfHonor_wrap {
		width: 172.5rem; 
		padding-bottom: 9.2rem;
	}

	/* 单个荣誉证书 */
	.certificateOfHonor_wrap_item {
		width: 56.421rem;
		height: 50.863rem;
		margin-bottom: 1.8rem;
		margin-right: 1.6rem;
	}

	.item_img {
		max-width: 47rem;
		max-height: 33.5rem;
		transform: translate(-50%, calc(-50% - 4rem));
	}

	.item_img img {
		max-width: 47rem;
		max-height: 33.5rem;
	}

	.certificateOfHonor_wrap_item>p {
		width: 47rem;
		margin: 3.7rem 4.7rem;
		font-size: 2.695rem;
		line-height: 3.4rem;
	}

	/* 荣誉证书切换 */
	.companyAptitude_wrap {
		margin-top: 8rem;
		width: 192rem;
		height: 78rem;
	}

	.companyAptitude_wrap h5 {
		font-size: 4.259rem;
		line-height: 1;
		padding-top: 9rem;
	}

	.companyAptitude_wrap p {
		font-size: 2.272rem;
		line-height: 6.4rem;
		width: 101.2rem;
		height: 6.4rem;
		margin: 4.2rem auto;
	}

	.companyAptitude_show {
		width: 163.874rem;
		height: 49.347rem;
	}

	.companyAptitude_show img {
		width: 163.874rem;
		height: 49.347rem;
	}
}
