/* 荣誉资质 */
.navBody {
	background-color: #FFF;
	margin-top: 1.625rem;
	margin-bottom: 10rem;
	
}

.navTitle {
	width: auto !important;
	font-size: 2.125rem;
	padding: 0 2.75rem;
	border-bottom: 0.0625rem solid #E3E3E3;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: flex-start;
}

.navTitle ul {
	padding: 2.5rem 0;
	display: block;
	width: auto;
}

.navTitle ul li {
	color: #666666;
	margin-left: 2.75rem;
	display: inline;
	padding: 2.5rem 0;

}

.moren {
	color: #666666;
	padding: 2.5rem 0;
}

.navTitle .activespan {
	color: #333333;
	font-family: 黑体;
	font-weight: 500;
	position: relative;
}

.activespan::before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	width: 80%;
	left: 10%;
	border-bottom: 0.1875rem solid #4AA139;
}

.honorBody {
	display: none;
	flex-flow: row wrap;
	padding-bottom: 2.5rem;
	height: auto;
}


.honorBody:first-child {
	display: flex;

}

.honorBody>p {
	color: #333;
	font-size: 2.4375rem;
	text-indent: 2em;
	padding: 2.5rem 2.75rem;
}

.honorItem {
	margin-top: 2.5rem;
	padding-left: 2.5rem;
}

.honorItem p {
	font-size: 2.125rem;
	color: #333;
	margin-top: 2.5rem;
	width: 26.75rem;
}

.honorImg img {
	width: 26.75rem;
	height: 16.375rem;
	border-radius: 0.9375rem;
}
