.footer-nav:nth-child(1)>span {
	color: #2657C0;
}

.footer-nav:nth-child(1)>img {
	display: none;
}

.footer-nav:nth-child(1)>img:nth-child(2) {
	display: block;
}

.nav li:first-child {
	border-bottom: solid 0.3rem #FFFFFF;
}

.nav li:first-child a {
	font-family: "SourceHanSansCN-Regular";
	color: #000000;
}

.nav li:nth-child(1) {
	border-bottom: solid 0.3rem #2657c0;
}

.nav li:nth-child(1) a {
	font-family: "SourceHanSansCN-Bold";
	color: #2657C0;
}

.about-main {
	width: 100%;
	overflow: hidden;
}

.about-bg {
	height: 95rem;
	width: 100%;
	background: url(http://cdn.vipxufan.com/oa_project/meida-guan-wang-web/img/about/about_bg_revise.png) no-repeat left top;
	overflow: hidden;
	background-size: 100%;
}

.about-content {
	margin: 7.5rem 0 0 12.5rem;
	width: 69rem;
	font-size: 1.6rem;
	line-height: 2.4rem;
	letter-spacing: 0.1rem;
	color: #000000;
	display: inline-block;
}

.about-content span {
	overflow: hidden;
}

.about-content-first {
	display: block;
	margin-bottom: 3rem;
	text-align: center;
}

.bold {
	font-weight: bold;
	color: #ff6633;
}

.about-honor {
	width: 100%;
	margin-top: 7.25rem;
	overflow: hidden;
}

.honor-title {
	width: 100%;
	text-align: center;
}

.honor-title>img {
	width: 11.85rem;
}

.honor-content {
	width: 100%;
	background-color: #f4f4f4;
	height: 26.5rem;
	margin-top: 3.6rem;
	margin-bottom: 7.5rem;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.honor-content>img {
	cursor: pointer;
	width: 2.4rem;
}

.honor-win {
	width: 75rem;
	overflow: hidden;
	margin: 0 3.5rem;
}

.honor-slider {
	width: 225.1rem;
	transition: 0.3s transform linear;
	overflow: hidden;
}

.honor-slider div {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 11rem;
	width: 15rem;
	float: left;
}

.honor-slider img {
	height: 11rem;
}

@media (max-width:750px) {
	body {
		background-color: #f6f6f6;
	}

	.about-bg {
		height: 61rem;
		width: 100%;
		background: url(http://cdn.vipxufan.com/oa_project/meida-guan-wang-web/img/about/about_bg_mob.png) no-repeat left 17.15rem;
		overflow: hidden;
		background-size: 100%;
		display: flex;
		justify-content: center;
	}

	.to-top {
		top: 0;
	}

	.about-content {
		width: 29.75rem;
		font-size: 1rem;
		line-height: 1.6rem;
		margin: 0;
		letter-spacing: 0.1rem;
		height: 13.15rem;
		margin-top: 2rem;
	}

	.about-content-first {
		margin-bottom: 2.25rem;
	}

	.about-honor {
		margin-top: 0;
	}

	.honor-title>img {
		width: 8.6rem;
	}

	.honor-content {
		margin-top: 1.75rem;
		margin-bottom: 1rem;
		background-color: white;
		height: 14.5rem;
	}

	.honor-content>img {
		display: none;
	}

	.honor-win {
		margin: 0;
		width: 34.8rem;
		overflow-x: scroll;
	}

	.honor-win::-webkit-scrollbar {
		display: block;
		height: 0.5rem;
		background-color: #f6f6f6;
		border-radius: 2.5rem;
	}

	.honor-win::-webkit-scrollbar-thumb {
		background: #b3b3b3;
		border-radius: 2.5rem;
	}

	.honor-slider {
		width: 130.5rem;
	}

	.honor-slider img {
		height: 6.85rem;
	}

	.honor-slider div {
		width: 8.7rem;
	}

}
