/* 幻灯片 */
	.honor-banner{
		width: 100%;
	}
	
	.honor-banner img{
		width: 100%;
		height: 100%;
	}
	
	.honor-banner .mobile-image{
		display: none;
	}
	
	.honor-banner .computer-image{
		display: block;
	}
	
/* 内容 */
	.honor-wrapper{
		width: 100%;
		padding: 4.730% 0% 5.255%;
		background-image: url('../images/background-5.jpg');
		background-size: 100% 100%;
		background-repeat:no-repeat;
		background-position: center;
	}
	
	.honor-wrapper .upper-wrapper .title-chinese{
		line-height: 1;
		font-size: 26px;
		text-align: center;
		color: rgba(0, 0, 0, 1);
	}
	
	.honor-wrapper .below-wrapper{
		width: 100%;
		margin-top: 5.715%;
		position: relative;
		padding-bottom: 8.572%;
	}
	
	.honor-wrapper .below-wrapper .corporate-honors-banner .swiper-slide .chapter-wrapper{
		border-radius: 5px;
		padding: 18.321% 0%;
		width: calc(100% - 2px);
		border: 1px solid rgba(213, 213, 213, 1);
	}
	
	.honor-wrapper .below-wrapper .corporate-honors-banner .swiper-slide .chapter-wrapper .content{
		width: 80%;
		margin: 0% auto;
	}
	
	.honor-wrapper .below-wrapper .corporate-honors-banner .swiper-slide .chapter-wrapper .content .date{
		width: 100%;
		position: relative;
		padding-bottom: 19.084%;
	}
	
	.honor-wrapper .below-wrapper .corporate-honors-banner .swiper-slide .chapter-wrapper .content .date::after{
		content: '';
		height: 2px;
		width: 19.084%;
		background-color: rgba(230, 0, 18, 1);
		position: absolute;
		bottom: -2px;
		left: 40.459%;
	}
	
	.honor-wrapper .below-wrapper .corporate-honors-banner .swiper-slide .chapter-wrapper .content .date p:first-child{
		line-height: 1;
		font-size: 30px;
		text-align: center;
		color: rgba(0, 0, 0, 1);
		font-family: "SourceHanSansCN-Bold";
	}
	
	.honor-wrapper .below-wrapper .corporate-honors-banner .swiper-slide .chapter-wrapper .content .date p:last-child{
		line-height: 1;
		font-size: 20px;
		text-align: center;
		margin-top: 3.817%;
		color: rgba(128, 128, 128, 1);
		font-family: 'SourceHanSansCN-Normal';
	}
	
	.honor-wrapper .below-wrapper .corporate-honors-banner .swiper-slide .chapter-wrapper .content .explain{
		width: 100%;
		font-size: 16px;
		line-height: 26px;
		text-align: center;
		margin-top: 30.535%;
		color: rgba(74, 74, 74, 1);
	}
	
	/* 左右切换 */
	.honor-wrapper .below-wrapper .swiper-button{
		width: 6.429%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		position: absolute;
		bottom: 0%;
		left: 46.786%;
	}
	
	.honor-wrapper .below-wrapper .swiper-button .swiper-button-prev{
		margin: 0px;
		cursor: auto;
		height: auto;
		width: 44.445%;
		cursor: pointer;
		position: static;
		padding: 22.223% 0%;
		background-image: url('../images/switc-button-dark-grey-prev.png');
		background-size: 100% 100%;
		background-repeat:no-repeat;
		background-position: center;
	}
	
	.honor-wrapper .below-wrapper .swiper-button .swiper-button-next{
		margin: 0px;
		cursor: auto;
		height: auto;
		width: 44.445%;
		cursor: pointer;
		position: static;
		padding: 22.223% 0%;
		background-image: url('../images/switc-button-dark-grey-next.png');
		background-size: 100% 100%;
		background-repeat:no-repeat;
		background-position: center;
	}
	
	.honor-wrapper .below-wrapper .swiper-button .swiper-button-prev:after,
	.honor-wrapper .below-wrapper .swiper-button .swiper-button-next:after{
		content: none
	}
	
	/* 面包屑导航-选中 */
	.honor-crumb .content-wrapper .below-wrapper .menu .menu-item.current-menu-item a{
		color: rgba(0, 0, 0, 1);
	}
	
	.honor-crumb .content-wrapper .below-wrapper .menu .menu-item.current-menu-item a::after{
		width: 100%;
		content: '';
		height: 3px;
		background-color: rgba(230, 0, 18, 1);
		position: absolute;
		left: 0%;
		bottom: -2px;
	}
	
	/* 企业荣誉-幻灯片-悬停 */
	.honor-wrapper .below-wrapper .corporate-honors-banner .swiper-slide .chapter-wrapper.current-hover-item{
		background-color: rgba(255, 255, 255, 1);
	}
	
/* 响应 1680 */
@media screen and (max-width: 1680px) {
/* 幻灯片 */
	
/* 内容 */
	.honor-wrapper .upper-wrapper .title-chinese{
		font-size: 24px;
	}
	
	.honor-wrapper .below-wrapper .corporate-honors-banner .swiper-slide .chapter-wrapper .content .date p:first-child{
		font-size: 28px;
	}
	
	.honor-wrapper .below-wrapper .corporate-honors-banner .swiper-slide .chapter-wrapper .content .date p:last-child{
		font-size: 19px;
	}
	
	.honor-wrapper .below-wrapper .corporate-honors-banner .swiper-slide .chapter-wrapper .content .explain{
		font-size: 15px;
		line-height: 24px;
	}
}

/* 响应 1440 */
@media screen and (max-width: 1440px) {
/* 幻灯片 */
	
/* 内容 */
	.honor-wrapper .upper-wrapper .title-chinese{
		font-size: 22px;
	}
	
	.honor-wrapper .below-wrapper .corporate-honors-banner .swiper-slide .chapter-wrapper .content .date p:first-child{
		font-size: 26px;
	}
	
	.honor-wrapper .below-wrapper .corporate-honors-banner .swiper-slide .chapter-wrapper .content .date p:last-child{
		font-size: 18px;
	}
	
	.honor-wrapper .below-wrapper .corporate-honors-banner .swiper-slide .chapter-wrapper .content .explain{
		font-size: 14px;
		line-height: 22px;
	}
}

/* 响应 1280 */
@media screen and (max-width: 1280px) {
/* 幻灯片 */
	
/* 内容 */
	.honor-wrapper .upper-wrapper .title-chinese{
		font-size: 20px;
	}
	
	.honor-wrapper .below-wrapper .corporate-honors-banner .swiper-slide .chapter-wrapper .content .date p:first-child{
		font-size: 24px;
	}
	
	.honor-wrapper .below-wrapper .corporate-honors-banner .swiper-slide .chapter-wrapper .content .date p:last-child{
		font-size: 17px;
	}
	
	.honor-wrapper .below-wrapper .corporate-honors-banner .swiper-slide .chapter-wrapper .content .explain{
		font-size: 13px;
		line-height: 20px;
	}
}

/* 响应 1000 */
@media screen and (max-width: 1000px) {
/* 幻灯片 */
	.honor-banner .mobile-image{
		display: block;
	}
	
	.honor-banner .computer-image{
		display: none;
	}
	
/* 内容 */
	.honor-wrapper .upper-wrapper .title-chinese{
		font-size: 18px;
	}
	
	.honor-wrapper .below-wrapper{
		margin-top: 5.229%;
	}
	
	.honor-wrapper .below-wrapper .corporate-honors-banner .swiper-slide .chapter-wrapper .content .date p:first-child{
		font-size: 22px;
	}
	
	.honor-wrapper .below-wrapper .corporate-honors-banner .swiper-slide .chapter-wrapper .content .date p:last-child{
		font-size: 16px;
	}
	
	.honor-wrapper .below-wrapper .corporate-honors-banner .swiper-slide .chapter-wrapper .content .explain{
		font-size: 12px;
		line-height: 18px;
	}
	
	/* 左右切换 */
	.honor-wrapper .below-wrapper .swiper-button{
		width: 10.620%;
		left: 44.691%;
	}
	
	.honor-wrapper .below-wrapper .swiper-button .swiper-button-prev{
		width: 41.667%;
		padding: 20.834% 0%;
	}
	
	.honor-wrapper .below-wrapper .swiper-button .swiper-button-next{
		width: 41.667%;
		padding: 20.834% 0%;
	}
}

/* 响应 750 */
@media screen and (max-width: 750px) {
/* 幻灯片 */
	
/* 内容 */
}