.honor-content {
	width: 100%;
	min-height: 100vh;
	position: relative;
	background: #f5f6fb;
}
.honor-menu {
	width: 100%;
	margin: 35px 0;
	overflow: hidden;
	text-align: center;
}
.honor-menu a {
	float: left;
	width: 120px;
	display: block;
	color: #FFFFFF;
	cursor: pointer;
	overflow: hidden;
	line-height: 36px;
	margin-right: 24px;
	border-radius: 18px;
	background: #9297ac;
}
.honor-menu a:last-of-type {
	margin-right: 0px;
}
.honor-menu a.active {
	background: #2438e5;
}
.honor-list,.honor-list ul {
	width: 100%;
	overflow: hidden;
}
.honor-list ul {
	display: none;
}
.honor-list li {
	float: left;
	cursor: pointer;
	overflow: hidden;
	background: #FFFFFF;
	border: 2px solid #FFFFFF;
	transition: all 0.3s ease-in-out;
}
.honor-list li.now {
	border-color: #2438e5;
}
.honor-list li img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: all 0.3s ease-in-out;
}
.honor-list li:hover {
	border-color: #2438e5;
}
.honor-list li:hover img {
	transform: scale(1.1);
}
.honor-right .honorBg {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	position: relative;
	background-image: url(https://website-xzball.oss-cn-shanghai.aliyuncs.com/website-xzball/image/legacy/en/Dist/img/honor.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.honor-right .honor-box {
	top: 50%;
	left: 50%;
	overflow: hidden;
	text-align: center;
	position: relative;
	width: calc(100% - 50px);
	transform: translateX(-50%) translateY(-50%);
}
.honor-img {
	width: 100%;
	height: 65vh;
	overflow: hidden;
}
.honor-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.honor-box p {
	width: 100%;
	color: #FFFFFF;
	font-size: 18px;
	margin: 15px 0 0;
	overflow: hidden;
	line-height: 25px;
}
@media only screen and (max-width: 991px) {
	.honor-right {
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		z-index: 200;
		display: none;
		position: fixed;
		overflow: hidden;
	}
	.honorBg .honor-x {
		top: 10px;
		right: 10px;
		width: 60px;
		height: 60px;
		overflow: hidden;
		position: absolute;
	}
	.honor-x:before,.honor-x:after {
		top: 50%;
		left: 50%;
		width: 60px;
		height: 6px;
		content: '';
		display: block;
		overflow: hidden;
		border-radius: 3px;
		position: absolute;
		background: #FFFFFF;
		margin: -3px 0 0 -30px;
		transform: rotate(45deg);
	}
	.honor-x:after {
		transform: rotate(-45deg);
	}
	.honor-content {
		overflow: hidden;
	}
	.honor-left {
		width: 100%;
		overflow: hidden;
		padding: 180px 0 100px;
	}
	.honor-left .left-content {
		width: 650px;
		margin: 0 auto;
		overflow: hidden;
	}
	.honor-left h2 {
		color: #333333;
		font-size: 56px;
		line-height: 60px;
		font-weight: bold;
		letter-spacing: -1px;
		text-transform: uppercase;
	}
	.honor-menu {
		margin: 50px 0;
	}
	.honor-menu a {
		width: 180px;
		font-size: 24px;
		line-height: 60px;
		margin-right: 30px;
		border-radius: 30px;
	}
	.honor-list li {
		height: 210px;
		padding: 15px 20px;
		width: calc(50% - 15px);
	}
	.honor-list li:nth-of-type(2n+1) {
		margin: 0 30px 30px 0;
	}
	.honor-list li:nth-of-type(2n) {
		margin: 0 0 30px;
	}
}
@media only screen and (max-width: 750px) {
	.honorBg .honor-x {
		width: 30px;
		height: 30px;
	}
	.honor-x:before,.honor-x:after {
		width: 30px;
		height: 3px;
		border-radius: 2px;
		margin: -1.5px 0 0 -15px;
	}
	.honor-right .honor-box {
		width: calc(100% - 30px);
	}
	.honor-box p {
		font-size: 16px;
		margin: 10px 0 0;
		line-height: 20px;
	}
	.honor-left {
		padding: 120px 0 50px;
	}
	.honor-left .left-content {
		width: 340px;
	}
	.honor-left h2 {
		font-size: 36px;
		line-height: 40px;
	}
	.honor-menu {
		margin: 30px 0;
	}
	.honor-menu a {
		width: 100px;
		font-size: 14px;
		line-height: 30px;
		margin-right: 10px;
		border-radius: 15px;
	}
	.honor-list li {
		height: 130px;
		padding: 5px 10px;
		width: calc(50% - 7px);
	}
	.honor-list li:nth-of-type(2n+1) {
		margin: 0 14px 15px 0;
	}
	.honor-list li:nth-of-type(2n) {
		margin: 0 0 15px;
	}
}
@media only screen and (min-width: 992px) {
	.honorBg .honor-x {
		display: none;
	}
	.honor-right {
		top: 0;
		right: 0;
		bottom: 0;
		width: 50%;
		height: 100%;
		position: absolute;
	}
	.honor-right .honorBg {
		top: 0;
		right: 0;
		position: sticky;
	}
	.honor-right .honor-box {
		width: 430px;
		transform: none;
		margin: -260px 0 0 -215px;
	}
	.honor-left {
		width: 50%;
	    min-height: 100vh;
	}
	.honor-left .left-content {
		left: 100%;
		width: 485px;
		overflow: hidden;
		position: relative;
		margin-left: -485px;
		padding: 120px 40px 60px 0;
	}
	.honor-left h2 {
		color: #333333;
		font-size: 48px;
		line-height: 50px;
		font-weight: bold;
		letter-spacing: -1px;
		text-transform: uppercase;
	}
	.honor-list li {
		height: 145px;
		padding: 10px 15px;
		width: calc(50% - 15px);
	}
	.honor-list li:nth-of-type(2n+1) {
		margin: 0 30px 30px 0;
	}
	.honor-list li:nth-of-type(2n) {
		margin: 0 0 30px;
	}
}
@media only screen and (min-width: 1200px) {
	.honor-right .honor-box {
		width: 500px;
		margin: -300px 0 0 -250px;
	}
	.honor-box p {
		margin: 20px 0 0;
	}
	.honor-left .left-content {
		width: 550px;
		margin-left: -550px;
		padding: 140px 50px 70px 0;
	}
	.honor-left h2 {
		font-size: 52px;
		line-height: 55px;
	}
	.honor-list li {
		height: 160px;
		width: calc(50% - 20px);
	}
	.honor-list li:nth-of-type(2n+1) {
		margin: 0 40px 40px 0;
	}
	.honor-list li:nth-of-type(2n) {
		margin: 0 0 40px;
	}
}
@media only screen and (min-width: 1400px) {
	.honor-right .honor-box {
		width: 550px;
		margin: -300px 0 0 -275px;
	}
	.honor-box p {
		margin: 25px 0 0;
	}
	.honor-left .left-content {
		width: 650px;
		margin-left: -650px;
		padding: 160px 60px 90px 0;
	}
	.honor-left h2 {
		font-size: 56px;
		line-height: 60px;
	}
	.honor-list li {
		height: 120px;
		padding: 5px 10px;
		width: calc(33.33% - 14px);
	}
	.honor-list li:nth-of-type(3n+1),.honor-list li:nth-of-type(3n+2) {
		margin: 0 21px 25px 0;
	}
	.honor-list li:nth-of-type(3n) {
		margin: 0 0 25px;
	}
}
@media only screen and (min-width: 1650px) {
	.honor-right .honor-box {
		width: 614px;
		margin: -300px 0 0 -307px;
	}
	.honor-left .left-content {
		width: 787.5px;
		margin-left: -787.5px;
		padding: 190px 70px 100px 0;
	}
	.honor-left h2 {
		font-size: 60px;
		line-height: 65px;
	}
	.honor-list li {
		height: 145px;
		padding: 10px 15px;
		width: calc(33.33% - 20px);
	}
	.honor-list li:nth-of-type(3n+1),.honor-list li:nth-of-type(3n+2) {
		margin: 0 30px 30px 0;
	}
	.honor-list li:nth-of-type(3n) {
		margin: 0 0 30px;
	}
}