/* 幻灯片 */
	.about-us-banner{
		width: 100%;
	}
	
	.about-us-banner img{
		width: 100%;
		height: 100%;
	}
	
	.about-us-banner .mobile-image{
		display: none;
	}
	
	.about-us-banner .computer-image{
		display: block;
	}
	
/* 研发团队 */
	.about-us-team{
		width: 100%;
		padding: 7.357% 0%;
	}
	
	.about-us-team .upper-wrapper{
		width: 100%;
		display: flex;
		align-items: flex-end;
		justify-content: space-between;
	}
	
	.about-us-team .upper-wrapper .content{
		width: 50%;
	}
	
	.about-us-team .upper-wrapper .content .title-chinese{
		line-height: 1;
		font-size: 26px;
		color: rgba(0, 0, 0, 1);
	}
	
	.about-us-team .upper-wrapper .content .explain{
		width: 67.143%;
		font-size: 16px;
		line-height: 26px;
		margin-top: 5.715%;
		color: rgba(69, 69, 69, 1);
	}
	
	.about-us-team .upper-wrapper .basic{
		width: 50%;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}
	
	.about-us-team .upper-wrapper .basic .item{
		width: 100%;
		display: flex;
		align-items: flex-end;
		justify-content: flex-end;
	}
	
	.about-us-team .upper-wrapper .basic .item .title{
		line-height: 1;
		font-size: 18px;
		white-space: nowrap;
	}
	
	.about-us-team .upper-wrapper .basic .item .number{
		display: flex;
		align-items: flex-start;
		justify-content: center;
	}
	
	.about-us-team .upper-wrapper .basic .item .number p:first-child{
		font-size: 60px;
		line-height: 0.7;
		color: rgba(230, 0, 18, 1);
		font-family: 'Abel-Regular';
	}
	
	.about-us-team .upper-wrapper .basic .item .number p:last-child{
		line-height: 1;
		font-size: 16px;
		color: rgba(0, 0, 0, 1);
		font-family: 'SourceHanSansCN-Bold';
	}
	
	.about-us-team .below-wrapper{
		width: 100%;
		margin-top: 5.715%;
	}
	
	.about-us-team .below-wrapper img{
		width: 100%;
		height: 100%;
	}
	
/* 产业中心 */
	.about-us-industry{
		width: 100%;
		padding: 5.781% 0% 6.832%;
		background-color: rgba(245, 245, 245, 1);
	}
	
	.about-us-industry .content-wrapper{
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	.about-us-industry .content-wrapper .content{
		width: 50%;
	}
	
	.about-us-industry .content-wrapper .content .upper-wrapper .title-chinese{
		line-height: 1;
		font-size: 26px;
		color: rgba(0, 0, 0, 1);
	}
	
	.about-us-industry .content-wrapper .content .upper-wrapper .explain{
		width: 63.572%;
		font-size: 16px;
		line-height: 26px;
		margin-top: 2.143%;
		color: rgba(69, 69, 69, 1);
	}
	
	.about-us-industry .content-wrapper .content .below-wrapper{
		width: 100%;
		margin-top: 11.429%;
	}
	
	.about-us-industry .content-wrapper .content .below-wrapper .item{
		width: 100%;
		margin: 2.858% 0%;
	}
	
	.about-us-industry .content-wrapper .content .below-wrapper .item:first-child{
		margin-top: 0%;
	}
	
	.about-us-industry .content-wrapper .content .below-wrapper .item:last-child{
		margin-bottom: 0%;
	}
	
	.about-us-industry .content-wrapper .content .below-wrapper .item .title{
		line-height: 1;
		font-size: 18px;
		color: rgba(230, 0, 18, 1);
	}
	
	.about-us-industry .content-wrapper .content .below-wrapper .item .explain{
		font-size: 16px;
		line-height: 26px;
		margin-top: 1.429%;
		color: rgba(61, 61, 61, 1);
	}
	
	.about-us-industry .content-wrapper .map{
		width: 50%;
	}
	
	.about-us-industry .content-wrapper .map img{
		width: 100%;
		height: 100%;
	}
	
/* 物流中心 */
	.about-us-logistics{
		width: 100%;
		height: 100%;
		padding: 10.510% 0%;
		background-image: url('../images/background-4.jpg');
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.about-us-logistics .content-wrapper{
		width: 50%;
		margin: 0% auto;
	}
	
	.about-us-logistics .content-wrapper .upper-wrapper .title-chinese{
		line-height: 1;
		font-size: 26px;
		text-align: center;
		color: rgba(0, 0, 0, 1);
	}
	
	.about-us-logistics .content-wrapper .upper-wrapper .explain{
		font-size: 16px;
		line-height: 26px;
		margin-top: 2.143%;
		text-align: center;
		color: rgba(69, 69, 69, 1);
	}
	
	.about-us-logistics .content-wrapper .below-wrapper{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		margin-top: 5.715%;
		align-items: center;
		justify-content: center;
	}
	
	.about-us-logistics .content-wrapper .below-wrapper .item{
		width: 16.667%;
		padding: 1.429% 0%;
	}
	
	.about-us-logistics .content-wrapper .below-wrapper .item a{
		height: 40px;
		width: 82.856%;
		display: block;
		font-size: 14px;
		margin: 0% auto;
		line-height: 40px;
		text-align: center;
		border-radius: 5px;
		background-color: rgba(255, 255, 255, 1);
	}
	
/* 食品安全 */
	.about-us-secure{
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	.about-us-secure .upper-wrapper{
		width: 42.512%;
		position: relative;
	}
	
	.about-us-secure .upper-wrapper img{
		width: 100%;
		height: 100%;
	}
	
	.about-us-secure .upper-wrapper .content-wrapper{
		display: flex;
		align-items: center;
		position: absolute;
		top: 0%;
		right: 0%;
		bottom: 0%;
		left: 0%;
	}
	
	.about-us-secure .upper-wrapper .content-wrapper .content{
		width: 59.333%;
		margin-left: 31.088%;
	}
	
	.about-us-secure .upper-wrapper .content-wrapper .content .title-chinese{
		line-height: 1;
		font-size: 26px;
		position: relative;
		padding-bottom: 10.417%;
		color: rgba(255, 255, 255, 1);
	}
	
	.about-us-secure .upper-wrapper .content-wrapper .content .title-chinese::after{
		content: '';
		height: 3px;
		width: 10.417%;
		background-color: rgba(255, 255, 255, 1);
		position: absolute;
		left: 0%;
		bottom: -3px;
	}
	
	.about-us-secure .upper-wrapper .content-wrapper .content .sub-title{
		width: 100%;
		margin-top: 8.334%;
	}
	
	.about-us-secure .upper-wrapper .content-wrapper .content .sub-title p{
		width: 100%;
		line-height: 1.1;
		font-size: 30px;
		color: rgba(255, 255, 255, 1);
		font-family: "SourceHanSansCN-Bold";
	}
	
	.about-us-secure .upper-wrapper .content-wrapper .content .explain{
		font-size: 16px;
		line-height: 26px;
		margin-top: 8.334%;
		color: rgba(255, 255, 255, 1);
	}
	
	.about-us-secure .below-wrapper{
		width: 58.382%;
	}
	
	.about-us-secure .below-wrapper img{
		width: 100%;
		height: 100%;
	}
	
	/* 物流中心-仓库-悬停 */
	.about-us-logistics .content-wrapper .below-wrapper .item.current-hover-item a{
		color: rgba(255, 255, 255, 1);
		background-color: rgba(230, 0, 18, 1);
	}
	
	/* 物流中心-英语样式 */
	.about-us-logistics.en .content-wrapper{
		width: 100%;
	}
	
	.about-us-logistics.en .content-wrapper .upper-wrapper{
		width: 50%;
		margin: 0% auto;
	}
	
	.about-us-logistics.en .content-wrapper .below-wrapper{
		margin-top: 2.858%;
	}
	
	.about-us-logistics.en .content-wrapper .below-wrapper .item{
		width: 25%;
		padding: 0.715% 0%;
	}
	
	.about-us-logistics.en .content-wrapper .below-wrapper .item a{
		width: 94.284%;
	}
	
/* 响应 1680 */
@media screen and (max-width: 1680px) {
/* 幻灯片 */
	
/* 研发团队 */
	.about-us-team .upper-wrapper .content .title-chinese{
		font-size: 24px;
	}
	
	.about-us-team .upper-wrapper .content .explain{
		font-size: 15px;
		line-height: 24px;
	}
	
	.about-us-team .upper-wrapper .basic .item .title{
		font-size: 17px;
	}
	
	.about-us-team .upper-wrapper .basic .item .number p:first-child{
		font-size: 55px;
	}
	
	.about-us-team .upper-wrapper .basic .item .number p:last-child{
		font-size: 15px;
	}
	
/* 产业中心 */
	.about-us-industry .content-wrapper .content .upper-wrapper .title-chinese{
		font-size: 24px;
	}
	
	.about-us-industry .content-wrapper .content .upper-wrapper .explain{
		font-size: 15px;
		line-height: 24px;
	}
	
	.about-us-industry .content-wrapper .content .below-wrapper .item .title{
		font-size: 17px;
	}
	
	.about-us-industry .content-wrapper .content .below-wrapper .item .explain{
		font-size: 15px;
		line-height: 24px;
	}
	
/* 物流中心 */
	.about-us-logistics .content-wrapper .upper-wrapper .title-chinese{
		font-size: 24px;
	}
	
	.about-us-logistics .content-wrapper .upper-wrapper .explain{
		font-size: 15px;
		line-height: 24px;
	}
	
	.about-us-logistics .content-wrapper .below-wrapper .item a{
		height: 35px;
		font-size: 13px;
		line-height: 35px;
	}
	
/* 食品安全 */
	.about-us-secure .upper-wrapper .content-wrapper .content .title-chinese{
		font-size: 24px;
	}
	
	.about-us-secure .upper-wrapper .content-wrapper .content .sub-title p{
		font-size: 28px;
	}
	
	.about-us-secure .upper-wrapper .content-wrapper .content .explain{
		font-size: 15px;
		line-height: 24px;
	}
}

/* 响应 1440 */
@media screen and (max-width: 1440px) {
/* 幻灯片 */
	
/* 研发团队 */
	.about-us-team .upper-wrapper .content .title-chinese{
		font-size: 22px;
	}
	
	.about-us-team .upper-wrapper .content .explain{
		font-size: 14px;
		line-height: 22px;
	}
	
	.about-us-team .upper-wrapper .basic .item .title{
		font-size: 16px;
	}
	
	.about-us-team .upper-wrapper .basic .item .number p:first-child{
		font-size: 50px;
	}
	
	.about-us-team .upper-wrapper .basic .item .number p:last-child{
		font-size: 14px;
	}
	
/* 产业中心 */
	.about-us-industry .content-wrapper .content .upper-wrapper .title-chinese{
		font-size: 22px;
	}
	
	.about-us-industry .content-wrapper .content .upper-wrapper .explain{
		font-size: 14px;
		line-height: 22px;
	}
	
	.about-us-industry .content-wrapper .content .below-wrapper .item .title{
		font-size: 16px;
	}
	
	.about-us-industry .content-wrapper .content .below-wrapper .item .explain{
		font-size: 14px;
		line-height: 22px;
	}
	
/* 物流中心 */
	.about-us-logistics .content-wrapper .upper-wrapper .title-chinese{
		font-size: 22px;
	}
	
	.about-us-logistics .content-wrapper .upper-wrapper .explain{
		font-size: 14px;
		line-height: 22px;
	}
	
	.about-us-logistics .content-wrapper .below-wrapper .item a{
		height: 30px;
		font-size: 12px;
		line-height: 30px;
	}
	
/* 食品安全 */
	.about-us-secure .upper-wrapper .content-wrapper .content .title-chinese{
		font-size: 22px;
	}
	
	.about-us-secure .upper-wrapper .content-wrapper .content .sub-title p{
		font-size: 26px;
	}
	
	.about-us-secure .upper-wrapper .content-wrapper .content .explain{
		font-size: 14px;
		line-height: 22px;
	}
}

/* 响应 1280 */
@media screen and (max-width: 1280px) {
/* 幻灯片 */
	
/* 研发团队 */
	.about-us-team .upper-wrapper .content .title-chinese{
		font-size: 20px;
	}
	
	.about-us-team .upper-wrapper .content .explain{
		font-size: 13px;
		line-height: 20px;
	}
	
	.about-us-team .upper-wrapper .basic .item .title{
		font-size: 15px;
	}
	
	.about-us-team .upper-wrapper .basic .item .number p:first-child{
		font-size: 45px;
	}
	
	.about-us-team .upper-wrapper .basic .item .number p:last-child{
		font-size: 13px;
	}
	
/* 产业中心 */
	.about-us-industry .content-wrapper .content .upper-wrapper .title-chinese{
		font-size: 20px;
	}
	
	.about-us-industry .content-wrapper .content .upper-wrapper .explain{
		font-size: 13px;
		line-height: 20px;
	}
	
	.about-us-industry .content-wrapper .content .below-wrapper .item .title{
		font-size: 15px;
	}
	
	.about-us-industry .content-wrapper .content .below-wrapper .item .explain{
		font-size: 13px;
		line-height: 20px;
	}
	
/* 物流中心 */
	.about-us-logistics .content-wrapper .upper-wrapper .title-chinese{
		font-size: 20px;
	}
	
	.about-us-logistics .content-wrapper .upper-wrapper .explain{
		font-size: 13px;
		line-height: 20px;
	}
	
/* 食品安全 */
	.about-us-secure .upper-wrapper .content-wrapper .content .title-chinese{
		font-size: 20px;
	}
	
	.about-us-secure .upper-wrapper .content-wrapper .content .sub-title p{
		font-size: 24px;
	}
	
	.about-us-secure .upper-wrapper .content-wrapper .content .explain{
		font-size: 13px;
		line-height: 20px;
	}
}

/* 响应 1000 */
@media screen and (max-width: 1000px) {
/* 幻灯片 */
	.about-us-banner .mobile-image{
		display: block;
	}
	
	.about-us-banner .computer-image{
		display: none;
	}
	
/* 研发团队 */
	.about-us-team .upper-wrapper{
		display: block;
	}
	
	.about-us-team .upper-wrapper .content{
		width: 100%;
	}
	
	.about-us-team .upper-wrapper .content .title-chinese{
		font-size: 18px;
	}
	
	.about-us-team .upper-wrapper .content .explain{
		width: 100%;
		font-size: 12px;
		line-height: 18px;
		margin-top: 3.922%;
	}
	
	.about-us-team .upper-wrapper .basic{
		width: 100%;
		margin-top: 5.229%;
	}
	
	.about-us-team .upper-wrapper .basic .item .title{
		font-size: 14px;
	}
	
	.about-us-team .upper-wrapper .basic .item .number p:first-child{
		font-size: 40px;
	}
	
	.about-us-team .upper-wrapper .basic .item .number p:last-child{
		font-size: 12px;
	}
	
	.about-us-team .below-wrapper{
		margin-top: 6.536%;
	}
	
/* 产业中心 */
	.about-us-industry .content-wrapper{
		display: block;
	}
	
	.about-us-industry .content-wrapper .content{
		width: 100%;
	}
	
	.about-us-industry .content-wrapper .content .upper-wrapper .title-chinese{
		font-size: 18px;
	}
	
	.about-us-industry .content-wrapper .content .upper-wrapper .explain{
		width: 100%;
		font-size: 12px;
		line-height: 18px;
		margin-top: 3.922%;
	}
	
	.about-us-industry .content-wrapper .content .below-wrapper{
		margin-top: 5.229%;
	}
	
	.about-us-industry .content-wrapper .content .below-wrapper .item{
		margin-bottom: 3.922%;
	}
	
	.about-us-industry .content-wrapper .content .below-wrapper .item .title{
		font-size: 14px;
	}
	
	.about-us-industry .content-wrapper .content .below-wrapper .item .explain{
		font-size: 12px;
		line-height: 18px;
	}
	
	.about-us-industry .content-wrapper .map{
		width: 100%;
	}
	
/* 物流中心 */
	.about-us-logistics .content-wrapper{
		width: 80%;
	}
	
	.about-us-logistics .content-wrapper .upper-wrapper .title-chinese{
		font-size: 18px;
	}
	
	.about-us-logistics .content-wrapper .upper-wrapper .explain{
		font-size: 12px;
		line-height: 18px;
		margin-top: 3.922%;
	}
	
	.about-us-logistics .content-wrapper .below-wrapper{
		margin-top: 5.229%;
	}
	
	.about-us-logistics .content-wrapper .below-wrapper .item a{
		width: 89.543%;
	}
	
/* 食品安全 */
	.about-us-secure {
		display: block;
	}
	
	.about-us-secure .upper-wrapper{
		width: 100%;
	}
	
	.about-us-secure .upper-wrapper .content-wrapper .content{
		width: 73.569%;
		margin: 0 auto;
	}
	
	.about-us-secure .upper-wrapper .content-wrapper .content .title-chinese{
		font-size: 18px;
		padding-bottom: 7.844%;
	}
	
	.about-us-secure .upper-wrapper .content-wrapper .content .sub-title{
		margin-top: 6.536%;
	}
	
	.about-us-secure .upper-wrapper .content-wrapper .content .sub-title p{
		font-size: 22px;
	}
	
	.about-us-secure .upper-wrapper .content-wrapper .content .explain{
		font-size: 12px;
		line-height: 18px;
		margin-top: 7.844%;
	}
	
	.about-us-secure .below-wrapper{
		width: 100%;
	}
	
	/* 物流中心-英语样式 */
	.about-us-logistics.en .content-wrapper .upper-wrapper{
		width: 80%;
	}
	
	.about-us-logistics.en .content-wrapper .upper-wrapper .explain{
		margin-top: 3.922%;
	}
	
	.about-us-logistics.en .content-wrapper .below-wrapper{
		margin-top: 5.229%;
	}
	
	.about-us-logistics.en .content-wrapper .below-wrapper .item{
		width: 50%;
	}
	
	.about-us-logistics.en .content-wrapper .below-wrapper .item a{
		width: 97.148%;
	}
}

/* 响应 750 */
@media screen and (max-width: 750px) {
/* 幻灯片 */
	
/* 研发团队 */
	.about-us-team .upper-wrapper .basic .item .title{
		font-size: 12px;
	}
	
/* 产业中心 */
	
/* 物流中心 */
	.about-us-logistics .content-wrapper{
		width: 100%;
	}
	
	.about-us-logistics .content-wrapper .below-wrapper .item{
		width: 25%;
	}
	
/* 食品安全 */
	.about-us-secure .upper-wrapper .content-wrapper .content{
		width: 90%;
	}
	
/* 物流中心-英语样式 */
	.about-us-logistics.en .content-wrapper .upper-wrapper{
		width: 100%;
	}
}