/* 幻灯片 */
	.consumer-banner{
		width: 100%;
	}
	
	.consumer-banner img{
		width: 100%;
		height: 100%;
	}
	
	.consumer-banner .mobile-image{
		display: none;
	}
	
	.consumer-banner .computer-image{
		display: block;
	}
	
/* 公用的-面包屑导航-修改 */
	.communal-crumb.consumer-crumb .content-wrapper .below-wrapper .menu{
		grid-template-columns: repeat(4, 1fr);
	}
	
/* 内容 */
	.consumer-wrapper{
		width: 100%;
		padding: 5.255% 0% 6.306%;
	}
	
	.consumer-wrapper .content-wrapper{
		width: 100%;
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}
	
	.consumer-wrapper .content-wrapper .upper-wrapper{
		width: 50%;
	}
	
	.consumer-wrapper .content-wrapper .upper-wrapper .title-chinese{
		line-height: 1;
		font-size: 26px;
		color: rgba(0, 0, 0, 1);
	}
	
	.consumer-wrapper .content-wrapper .upper-wrapper .content{
		width: 100%;
		margin-top: 8.572%;
	}
	
	.consumer-wrapper .content-wrapper .upper-wrapper .content .item{
		width: 100%;
		display: flex;
		align-items: center;
		margin-bottom: 7.143%;
		justify-content: flex-start;
	}
	
	.consumer-wrapper .content-wrapper .upper-wrapper .content .item:last-child{
		margin-bottom: 0%;
	}
	
	.consumer-wrapper .content-wrapper .upper-wrapper .content .item .icon{
		width: 10%;
		margin-right: 4.286%;
	}
	
	.consumer-wrapper .content-wrapper .upper-wrapper .content .item .icon img{
		width: 100%;
		height: 100%;
	}
	
	.consumer-wrapper .content-wrapper .upper-wrapper .content .item .text{
		width: 85.715%;
	}
	
	.consumer-wrapper .content-wrapper .upper-wrapper .content .item .text p:first-child{
		line-height: 1;
		font-size: 18px;
		color: rgba(0, 0, 0, 1);
	}
	
	.consumer-wrapper .content-wrapper .upper-wrapper .content .item .text p:last-child{
		line-height: 1;
		font-size: 20px;
		margin-top: 2.500%;
		color: rgba(230, 0, 18, 1);
		font-family: "SourceHanSansCN-Medium";
	}
	
	.consumer-wrapper .content-wrapper .upper-wrapper .content .item:first-child .text p:last-child{
		font-size: 34px;
	}
	
	.consumer-wrapper .content-wrapper .below-wrapper{
		width: 50%;
	}
	
	.consumer-wrapper .content-wrapper .below-wrapper .title-chinese{
		line-height: 1;
		font-size: 26px;
		color: rgba(0, 0, 0, 1);
	}
	
	.consumer-wrapper .content-wrapper .below-wrapper .content{
		width: 100%;
		margin-top: 8.572%;
	}
	
	.consumer-wrapper .content-wrapper .below-wrapper .content .main-banner{
		margin: 0%;
		width: 20.715%;
	}
	
	.consumer-wrapper .content-wrapper .below-wrapper .content .main-banner .swiper-slide img{
		width: 100%;
		height: 100%;
	}
	
	/* 缩略图 */
	.consumer-wrapper .content-wrapper .below-wrapper .content .thumbnails-banner{
		width: 100%;
		margin-top: 2.858%;
	}
	
	.consumer-wrapper .content-wrapper .below-wrapper .content .thumbnails-banner .swiper-slide img{
		width: 100%;
		height: 100%;
	}
	
	.consumer-wrapper .content-wrapper .below-wrapper .content .thumbnails-banner .swiper-slide img.image-when-selected{
		display: none;
	}
	
	.consumer-wrapper .content-wrapper .below-wrapper .content .thumbnails-banner .swiper-slide img.image-when-not-selected{
		display: block;
	}
	
	/* 社交媒体-缩略图-幻灯片-选中 */
	.consumer-wrapper .content-wrapper .below-wrapper .content .thumbnails-banner .swiper-slide.swiper-slide-thumb-active img.image-when-selected{
		display: block;
	}
	
	.consumer-wrapper .content-wrapper .below-wrapper .content .thumbnails-banner .swiper-slide.swiper-slide-thumb-active img.image-when-not-selected{
		display: none;
	}
	
/* 响应 1680 */
@media screen and (max-width: 1680px) {
/* 幻灯片 */
	
/* 内容 */
	.consumer-wrapper .content-wrapper .upper-wrapper .title-chinese{
		font-size: 24px;
	}
	
	.consumer-wrapper .content-wrapper .upper-wrapper .content .item .text p:first-child{
		font-size: 17px;
	}
	
	.consumer-wrapper .content-wrapper .upper-wrapper .content .item .text p:last-child{
		font-size: 19px;
	}
	
	.consumer-wrapper .content-wrapper .upper-wrapper .content .item:first-child .text p:last-child{
		font-size: 30px;
	}
	
	.consumer-wrapper .content-wrapper .below-wrapper .title-chinese{
		font-size: 24px;
	}
}

/* 响应 1440 */
@media screen and (max-width: 1440px) {
/* 幻灯片 */
	
/* 内容 */
	.consumer-wrapper .content-wrapper .upper-wrapper .title-chinese{
		font-size: 22px;
	}
	
	.consumer-wrapper .content-wrapper .upper-wrapper .content .item .text p:first-child{
		font-size: 16px;
	}
	
	.consumer-wrapper .content-wrapper .upper-wrapper .content .item .text p:last-child{
		font-size: 18px;
	}
	
	.consumer-wrapper .content-wrapper .upper-wrapper .content .item:first-child .text p:last-child{
		font-size: 26px;
	}
	
	.consumer-wrapper .content-wrapper .below-wrapper .title-chinese{
		font-size: 22px;
	}
}

/* 响应 1280 */
@media screen and (max-width: 1280px) {
/* 幻灯片 */
	
/* 内容 */
	.consumer-wrapper .content-wrapper .upper-wrapper .title-chinese{
		font-size: 20px;
	}
	
	.consumer-wrapper .content-wrapper .upper-wrapper .content .item .text p:first-child{
		font-size: 15px;
	}
	
	.consumer-wrapper .content-wrapper .upper-wrapper .content .item .text p:last-child{
		font-size: 17px;
	}
	
	.consumer-wrapper .content-wrapper .upper-wrapper .content .item:first-child .text p:last-child{
		font-size: 22px;
	}
	
	.consumer-wrapper .content-wrapper .below-wrapper .title-chinese{
		font-size: 20px;
	}
}

/* 响应 1000 */
@media screen and (max-width: 1000px) {
/* 幻灯片 */
	.consumer-banner .mobile-image{
		display: block;
	}
	
	.consumer-banner .computer-image{
		display: none;
	}
	
/* 内容 */
	.consumer-wrapper .content-wrapper{
		display: block;
	}
	
	.consumer-wrapper .content-wrapper .upper-wrapper{
		width: 100%;
	}
	
	.consumer-wrapper .content-wrapper .upper-wrapper .title-chinese{
		font-size: 18px;
	}
	
	.consumer-wrapper .content-wrapper .upper-wrapper .content{
		margin-top: 3.922%;
	}
	
	.consumer-wrapper .content-wrapper .upper-wrapper .content .item{
		margin-bottom: 3.922%;
	}
	
	.consumer-wrapper .content-wrapper .upper-wrapper .content .item .icon{
		margin-right: 2.615%;
	}
	
	.consumer-wrapper .content-wrapper .upper-wrapper .content .item .text p:first-child{
		font-size: 14px;
	}
	
	.consumer-wrapper .content-wrapper .upper-wrapper .content .item .text p:last-child{
		font-size: 16px;
		margin-top: 3.051%;
	}
	
	.consumer-wrapper .content-wrapper .upper-wrapper .content .item:first-child .text p:last-child{
		font-size: 18px;
	}
	
	.consumer-wrapper .content-wrapper .below-wrapper{
		width: 100%;
		margin-top: 5.229%;
	}
	
	.consumer-wrapper .content-wrapper .below-wrapper .title-chinese{
		font-size: 18px;
		text-align: center;
	}
	
	.consumer-wrapper .content-wrapper .below-wrapper .content{
		margin-top: 2.615%;
	}
	
	.consumer-wrapper .content-wrapper .below-wrapper .content .main-banner{
		margin: 0% auto;
	}
	
	.consumer-wrapper .content-wrapper .below-wrapper .content .thumbnails-banner{
		margin-top: 2.615%;
	}
}

/* 响应 750 */
@media screen and (max-width: 750px) {
/* 幻灯片 */
	
/* 内容 */
}