/* 幻灯片 */
	.product-banner{
		width: 100%;
		position: relative;
	}
	
	.product-banner img{
		width: 100%;
		height: 100%;
	}
	
	.product-banner .content-wrapper{
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		position: absolute;
		top: 0%;
		right: 0%;
		bottom: 0%;
		left: 0%;
	}

	/* 视频 */
	.product-banner .content-wrapper .product-video-wrapper{
		width: 50%;
	}
	
	.product-banner .content-wrapper .content .upper-wrapper .title p{
		width: 100%;
		line-height: 1;
		font-size: 60px;
		color: rgba(39, 39, 39, 1);;
		font-family: "SourceHanSansCN-Bold";
	}
	
	.product-banner .content-wrapper .content .upper-wrapper .title p samp{
		color: rgba(0, 110, 252, 1);
		font-family: "SourceHanSansCN-Bold";
	}
	
	.product-banner .content-wrapper .content .upper-wrapper .explain{
		width: 100%;
		line-height: 1;
		font-size: 24px;
		margin-top: 2.858%;
		letter-spacing: 0.1em;
		color: rgba(64, 64, 64, 1);
	}
	
	.product-banner .content-wrapper .content .upper-wrapper .explain p{
		margin-bottom: 1.429%;
		font-family: "SourceHanSansCN-Regular";
	}
	
	.product-banner .content-wrapper .content .upper-wrapper .explain p:last-child{
		margin-bottom: 0%;
	}

/* 优点 */
	.product-advantage{
		width: 100%;
		height: 100%;
		background-color: rgba(246, 250, 255, 1);
	}
	
	.product-advantage .content-wrapper{
		width: 100%;
		height: 130px;
		position: relative;
	}
	
	.product-advantage .content-wrapper .content{
		width: 100%;
		height: 100%;
		display: grid;
		border-radius: 10px;
		grid-template-columns: repeat(4, 1fr);
		background-color: rgba(255, 255, 255, 1);
		box-shadow: 0px 0px 10px rgba(0, 110, 252, 0.2), 0px 0px 0px rgba(0, 110, 252, 0.2) inset;
		position: absolute;
		bottom: 50%;
	}
	
	.product-advantage .content-wrapper .content .item{
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.product-advantage .content-wrapper .content .item p{
		line-height: 1;
		font-size: 16px;
		color: rgba(26, 26, 26, 1);
		font-family: "SourceHanSansCN-Regular";
	}
	
	.product-advantage .content-wrapper .content .item .image{
		width: 14.286%;
		margin-right: 5.715%;
	}
	
	.product-advantage .content-wrapper .content .item .image img{
		width: 100%;
		height: 100%;
	}

/* 服务 */
	.product-service{
		width: 100%;
		padding: 6.832% 0%;
		background-color: rgba(246, 250, 255, 1);
		position: relative;
	}

	/* 服务-背景图片 */
	.product-service::before{
		content: '';
		height: auto;
		width: 33.369%;
		padding: 20.232% 0%;
		background-image: url('../images/background-3.png');
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100% 100%;
		position: absolute;
		top: 71.552%;
		left: 0%;
	}

	/* 服务-内容 */
	.product-service .content-wrapper{
		width: 100%;
		display: grid;
		grid-gap: 30px;
		grid-template-rows: repeat(1, 1fr);
		grid-template-columns: repeat(3, 1fr);
	}
	
	.product-service .content-wrapper .column-wrapper{
		border-radius: 10px;
		padding: 24.627% 0% 8.956%;
		background-color: rgba(255, 255, 255, 1);
		border: 2px solid rgba(238, 238, 238, 1);
		position: relative;
	}
	
	.product-service .content-wrapper .column-wrapper::before{
		content: '';
		width: 100%;
		height: 150px;
		background-image: url('../images/icon-12.png');
		background-size: 275px 150px;
		background-repeat: no-repeat;
		background-position: center;
		position: absolute;
		top: -75px;
		right: 0%;
	}
	
	.product-service .content-wrapper .column-wrapper .title p{
		font-size: 26px;
		line-height: 1.2;
		color: rgba(13, 13, 13, 1);
		padding: 0% 6.778% 0% 9.037%;
		font-family: "SourceHanSansCN-Regular";
	}
	
	.product-service .content-wrapper .column-wrapper .content{
		width: 100%;
		margin-top: 5.648%;
	}
	
	.product-service .content-wrapper .column-wrapper .content .item{
		display: block;
		padding: 3.389% 6.778% 3.389% 9.037%;
	}
	
	.product-service .content-wrapper .column-wrapper .content .item .upper-wrapper{
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	.product-service .content-wrapper .column-wrapper .content .item .upper-wrapper p{
		width: 100%;
		line-height: 1;
		font-size: 20px;
		color: rgba(13, 13, 13, 1);
		font-family: "SourceHanSansCN-Regular";
	}
	
	.product-service .content-wrapper .column-wrapper .content .item .upper-wrapper span{
		font-size: 16px;
		color: rgba(152, 152, 152, 1);
	}
	
	.product-service .content-wrapper .column-wrapper .content .item .below-wrapper{
		width: 80.500%;
		font-size: 16px;
		overflow: hidden;
		line-height: 26px;
		margin-top: 5.367%;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		color: rgba(143, 143, 143, 1);
	}

/* 体验 */
	.product-experience{
		width: 100%;
		padding: 6.832% 0% 1.577%;
		background-color: rgba(246, 250, 255, 1);
	}
	
	.product-experience .content-wrapper{
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	.product-experience .content-wrapper .upper-wrapper{
		width: 28.572%;
	}
	
	.product-experience .content-wrapper .upper-wrapper .title p:first-child{
		line-height: 1;
		font-size: 36px;
		color: rgba(0, 110, 252, 1);
		font-family: "SourceHanSansCN-Bold";
	}
	
	.product-experience .content-wrapper .upper-wrapper .title p:last-child{
		line-height: 1;
		font-size: 36px;
		margin-top: 5.000%;
		color: rgba(30, 30, 30, 1);
		font-family: "SourceHanSansCN-Regular";
	}
	
	.product-experience .content-wrapper .upper-wrapper .explain{
		width: 95%;
		font-size: 16px;
		line-height: 26px;
		margin-top: 10.000%;
		letter-spacing: 0.1em;
		color: rgba(80, 80, 80, 1);
	}
	
	.product-experience .content-wrapper .upper-wrapper .button-wrapper{
		width: 100%;
		margin-top: 15.000%;
	}
	
	.product-experience .content-wrapper .upper-wrapper .button-wrapper .item{
		height: 60px;
		display: flex;
		width: 81.250%;
		cursor: pointer;
		align-items: center;
		border-radius: 10px;
		margin-bottom: 6.250%;
		justify-content: center;
		background-color: rgba(255, 255, 255, 1);
		box-shadow: 0px 0px 10px rgba(0, 110, 252, 0.2), 0px 0px 0px rgba(0, 110, 252, 0.2) inset;
	}
	
	.product-experience .content-wrapper .upper-wrapper .button-wrapper .item:last-child{
		margin-bottom: 0%;
	}
	
	.product-experience .content-wrapper .upper-wrapper .button-wrapper .item p{
		line-height: 1;
		font-size: 16px;
		margin-right: 6.061%;
		color: rgba(0, 110, 252, 1);
	}
	
	.product-experience .content-wrapper .upper-wrapper .button-wrapper .item span{
		font-size: 28px;
		color: rgba(0, 110, 252, 1);
	}
	
	.product-experience .content-wrapper .below-wrapper{
		width: 47.500%;
		padding: 5.358% 0% 5% 2.858%;
		background-image: url('../images/background-4.png');
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100% 100%;
	}
	
	.product-experience .content-wrapper .below-wrapper img{
		width: 100%;
		height: 100%;
	}

/* 关于我们 */
	.product-about-us{
		width: 100%;
		background-color: rgba(246, 250, 255, 1);
		background-image: url('../images/background-5.png');
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	
	.product-about-us .content-wrapper{
		display: flex;
		width: 76.984%;
		align-items: flex-start;
		padding: 14.189% 0% 9.197%;
		margin: 0% 13.215% 0% 9.800%;
		justify-content: space-between;
	}
	
	.product-about-us .content-wrapper .upper-wrapper{
		width: 56.314%;
	}
	
	.product-about-us .content-wrapper .upper-wrapper img{
		width: 100%;
		height: 100%;
	}
	
	.product-about-us .content-wrapper .below-wrapper{
		width: 36.178%;
	}
	
	.product-about-us .content-wrapper .below-wrapper .title p:first-child{
		line-height: 1;
		font-size: 36px;
		text-align: right;
		color: rgba(0, 110, 252, 1);
		font-family: "SourceHanSansCN-Bold";
	}
	
	.product-about-us .content-wrapper .below-wrapper .title p:last-child{
		font-size: 36px;
		line-height: 1.2;
		text-align: right;
		margin-top: 3.774%;
		letter-spacing: 0.1em;
		color: rgba(30, 30, 30, 1);
		font-family: "SourceHanSansCN-Regular";
	}
	
	.product-about-us .content-wrapper .below-wrapper .explain{
		width: 83.019%;
		font-size: 16px;
		line-height: 26px;
		text-align: right;
		margin-top: 7.548%;
		margin-left: 16.982%;
		letter-spacing: 0.1em;
		color: rgba(42, 42, 42, 1);
	}
	
	.product-about-us .content-wrapper .below-wrapper .button-wrapper{
		width: 100%;
		margin-top: 11.321%;
	}
	
	.product-about-us .content-wrapper .below-wrapper .button-wrapper .item{
		height: 60px;
		display: flex;
		width: 61.321%;
		cursor: pointer;
		align-items: center;
		border-radius: 10px;
		margin-left: 38.678%;
		margin-bottom: 4.717%;
		justify-content: center;
		background-color: rgba(255, 255, 255, 1);
		box-shadow: 0px 0px 10px rgba(0, 110, 252, 0.2), 0px 0px 0px rgba(0, 110, 252, 0.2) inset;
	}
	
	.product-about-us .content-wrapper .below-wrapper .button-wrapper .item:last-child{
		margin-bottom: 0%;
	}
	
	.product-about-us .content-wrapper .below-wrapper .button-wrapper .item p{
		line-height: 1;
		font-size: 16px;
		margin-right: 6.061%;
		color: rgba(0, 110, 252, 1);
	}
	
	.product-about-us .content-wrapper .below-wrapper .button-wrapper .item span{
		font-size: 28px;
		color: rgba(0, 110, 252, 1);
	}

/* 介绍 */
	.product-introduce{
		width: 100%;
		padding: 6.832% 0%;
		background-color: rgba(246, 250, 255, 1);
		position: relative;
	}

	/* 介绍-背景图片 */
	.product-introduce::before{
		content: '';
		height: auto;
		width: 27.326%;
		padding: 20.757% 0%;
		display: inline-block;
		background-image: url('../images/background-6.png');
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100% 100%;
		position: absolute;
		top: 2.102%;
		left: 0%;
	}

	/* 介绍-内容 */
	.product-introduce .content-wrapper{
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		position: relative; /* 用来提升层级 */
	}
	
	.product-introduce .content-wrapper .upper-wrapper{
		width: 28.572%;
	}
	
	.product-introduce .content-wrapper .upper-wrapper .title p:first-child{
		line-height: 1;
		font-size: 36px;
		color: rgba(0, 110, 252, 1);
		font-family: "SourceHanSansCN-Bold";
	}
	
	.product-introduce .content-wrapper .upper-wrapper .title p:last-child{
		line-height: 1;
		font-size: 36px;
		margin-top: 6.250%;
		color: rgba(30, 30, 30, 1);
		font-family: "SourceHanSansCN-Regular";
	}
	
	.product-introduce .content-wrapper .upper-wrapper .explain{
		width: 95%;
		font-size: 16px;
		line-height: 26px;
		margin-top: 15.000%;
		letter-spacing: 0.1em;
		color: rgba(80, 80, 80, 1);
	}
	
	.product-introduce .content-wrapper .below-wrapper{
		width: 62.143%;
		position: relative;
	}

	/* 介绍-图片-背景图片 */
	.product-introduce .content-wrapper .below-wrapper::before{
		content: '';
		height: auto;
		width: 79.311%;
		padding: 46.552% 0%;
		background-image: url('../images/background-7.png');
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100% 100%;
		position: absolute;
		top: -19.584%;
		right: 0%;
	}

	/* 介绍-图片 */
	.product-introduce .content-wrapper .below-wrapper img{
		width: 100%;
		height: 100%;
		position: relative; /* 用来提升层级 */
	}

/* 视频 */
	.product-video{
		width: 100%;
		padding: 6.832% 0% 8.408%;
		background-color: rgba(246, 250, 255, 1);
	}
	
	.product-video .content-wrapper{
		padding: 0.715%;
		border-radius: 10px;
		background-color: rgba(255, 255, 255, 1);
	}
	
	.product-video .content-wrapper p{
		font-size: 36px;
		line-height: 120px;
		text-align: center;
		color: rgba(30, 30, 30, 1);
		font-family: "SourceHanSansCN-Bold";
	}
	
	.product-video .content-wrapper p samp{
		color: rgba(0, 110, 252, 1);
		font-family: "SourceHanSansCN-Bold";
	}

	/* 服务-悬停 */
	.product-service .content-wrapper .column-wrapper .content .item.current-hover-item{
		background-color: rgba(241, 247, 255, 1);
	}
	
	.product-service .content-wrapper .column-wrapper .content .item.current-hover-item .upper-wrapper p{
		color: rgba(0, 110, 252, 1);
	}
	
	.product-service .content-wrapper .column-wrapper .content .item.current-hover-item .upper-wrapper span{
		color: rgba(0, 110, 252, 1);
	}

	/* 体验-按钮-悬停 */
	.product-experience .content-wrapper .upper-wrapper .button-wrapper .item.current-hover-item{
		background-color: rgba(0, 110, 252, 1);
	}
	
	.product-experience .content-wrapper .upper-wrapper .button-wrapper .item.current-hover-item p{
		color: rgba(255, 255, 255, 1);
	}
	
	.product-experience .content-wrapper .upper-wrapper .button-wrapper .item.current-hover-item span{
		color: rgba(255, 255, 255, 1);
	}

	/* 关于我们-按钮-悬停 */
	.product-about-us .content-wrapper .below-wrapper .button-wrapper .item.current-hover-item{
		background-color: rgba(0, 110, 252, 1);
	}
	
	.product-about-us .content-wrapper .below-wrapper .button-wrapper .item.current-hover-item p{
		color: rgba(255, 255, 255, 1);
	}
	
	.product-about-us .content-wrapper .below-wrapper .button-wrapper .item.current-hover-item span{
		color: rgba(255, 255, 255, 1);
	}

/* 响应 1680 */
@media screen and (max-width: 1680px) {
/* 幻灯片 */
	.product-banner .content-wrapper .content .upper-wrapper .title p{
		font-size: 54px;
	}
	
	.product-banner .content-wrapper .content .upper-wrapper .explain{
		font-size: 22px;
	}

/* 优点 */
	.product-advantage .content-wrapper{
		height: 120px;
	}
	
	.product-advantage .content-wrapper .content .item p{
		font-size: 15px;
	}

/* 服务 */

	/* 服务-背景图片 */

	/* 服务-内容 */
	.product-service .content-wrapper{
		grid-gap: 25px;
	}
	
	.product-service .content-wrapper .column-wrapper::before{
		height: 120px;
		background-size: 220px 120px;
		top: -60px;
	}
	
	.product-service .content-wrapper .column-wrapper .title p{
		font-size: 24px;
	}
	
	.product-service .content-wrapper .column-wrapper .content .item .upper-wrapper p{
		font-size: 19px;
	}
	
	.product-service .content-wrapper .column-wrapper .content .item .upper-wrapper span{
		font-size: 15px;
	}
	
	.product-service .content-wrapper .column-wrapper .content .item .below-wrapper{
		font-size: 15px;
		line-height: 24px;
	}

/* 体验 */
	.product-experience .content-wrapper .upper-wrapper .title p:first-child{
		font-size: 32px;
	}
	
	.product-experience .content-wrapper .upper-wrapper .title p:last-child{
		font-size: 32px;
	}
	
	.product-experience .content-wrapper .upper-wrapper .explain{
		font-size: 15px;
		line-height: 24px;
	}
	
	.product-experience .content-wrapper .upper-wrapper .button-wrapper .item{
		height: 55px;
	}
	
	.product-experience .content-wrapper .upper-wrapper .button-wrapper .item p{
		font-size: 15px;
	}
	
	.product-experience .content-wrapper .upper-wrapper .button-wrapper .item span{
		font-size: 26px;
	}

/* 关于我们 */
	.product-about-us .content-wrapper .below-wrapper .title p:first-child{
		font-size: 32px;
	}
	
	.product-about-us .content-wrapper .below-wrapper .title p:last-child{
		font-size: 32px;
	}
	
	.product-about-us .content-wrapper .below-wrapper .explain{
		font-size: 15px;
		line-height: 24px;
	}
	
	.product-about-us .content-wrapper .below-wrapper .button-wrapper .item{
		height: 55px;
	}
	
	.product-about-us .content-wrapper .below-wrapper .button-wrapper .item p{
		font-size: 15px;
	}
	
	.product-about-us .content-wrapper .below-wrapper .button-wrapper .item span{
		font-size: 26px;
	}

/* 介绍 */

	/* 介绍-背景图片 */

	/* 介绍-内容 */
	.product-introduce .content-wrapper .upper-wrapper .title p:first-child{
		font-size: 32px;
	}
	
	.product-introduce .content-wrapper .upper-wrapper .title p:last-child{
		font-size: 32px;
	}
	
	.product-introduce .content-wrapper .upper-wrapper .explain{
		font-size: 15px;
		line-height: 24px;
	}

	/* 介绍-图片-背景图片 */

	/* 介绍-图片 */

/* 视频 */
	.product-video .content-wrapper p{
		font-size: 32px;
		line-height: 105px;
	}
}

/* 响应 1440 */
@media screen and (max-width: 1440px) {
/* 幻灯片 */
	.product-banner .content-wrapper .content .upper-wrapper .title p{
		font-size: 48px;
	}
	
	.product-banner .content-wrapper .content .upper-wrapper .explain{
		font-size: 20px;
	}

/* 优点 */
	.product-advantage .content-wrapper{
		height: 110px;
	}
	
	.product-advantage .content-wrapper .content .item p{
		font-size: 14px;
	}

/* 服务 */

	/* 服务-背景图片 */

	/* 服务-内容 */
	.product-service .content-wrapper{
		grid-gap: 20px;
	}
	
	.product-service .content-wrapper .column-wrapper::before{
		height: 90px;
		background-size: 165px 90px;
		top: -45px;
	}
	
	.product-service .content-wrapper .column-wrapper .title p{
		font-size: 22px;
	}
	
	.product-service .content-wrapper .column-wrapper .content .item .upper-wrapper p{
		font-size: 18px;
	}
	
	.product-service .content-wrapper .column-wrapper .content .item .upper-wrapper span{
		font-size: 14px;
	}
	
	.product-service .content-wrapper .column-wrapper .content .item .below-wrapper{
		font-size: 14px;
		line-height: 22px;
	}

/* 体验 */
	.product-experience .content-wrapper .upper-wrapper .title p:first-child{
		font-size: 28px;
	}
	
	.product-experience .content-wrapper .upper-wrapper .title p:last-child{
		font-size: 28px;
	}
	
	.product-experience .content-wrapper .upper-wrapper .explain{
		font-size: 14px;
		line-height: 22px;
	}
	
	.product-experience .content-wrapper .upper-wrapper .button-wrapper .item{
		height: 50px;
	}
	
	.product-experience .content-wrapper .upper-wrapper .button-wrapper .item p{
		font-size: 14px;
	}
	
	.product-experience .content-wrapper .upper-wrapper .button-wrapper .item span{
		font-size: 24px;
	}

/* 关于我们 */
	.product-about-us .content-wrapper .below-wrapper .title p:first-child{
		font-size: 28px;
	}
	
	.product-about-us .content-wrapper .below-wrapper .title p:last-child{
		font-size: 28px;
	}
	
	.product-about-us .content-wrapper .below-wrapper .explain{
		font-size: 14px;
		line-height: 22px;
	}
	
	.product-about-us .content-wrapper .below-wrapper .button-wrapper .item{
		height: 50px;
	}
	
	.product-about-us .content-wrapper .below-wrapper .button-wrapper .item p{
		font-size: 14px;
	}
	
	.product-about-us .content-wrapper .below-wrapper .button-wrapper .item span{
		font-size: 24px;
	}

/* 介绍 */

	/* 介绍-背景图片 */

	/* 介绍-内容 */
	.product-introduce .content-wrapper .upper-wrapper .title p:first-child{
		font-size: 28px;
	}
	
	.product-introduce .content-wrapper .upper-wrapper .title p:last-child{
		font-size: 28px;
	}
	
	.product-introduce .content-wrapper .upper-wrapper .explain{
		font-size: 14px;
		line-height: 22px;
	}

	/* 介绍-图片-背景图片 */

	/* 介绍-图片 */

/* 视频 */
	.product-video .content-wrapper p{
		font-size: 28px;
		line-height: 90px;
	}
}

/* 响应 1280 */
@media screen and (max-width: 1280px) {
/* 幻灯片 */
	.product-banner .content-wrapper .content .upper-wrapper .title p{
		font-size: 42px;
	}
	
	.product-banner .content-wrapper .content .upper-wrapper .explain{
		font-size: 18px;
	}

/* 优点 */
	.product-advantage .content-wrapper{
		height: 100px;
	}
	
	.product-advantage .content-wrapper .content .item p{
		font-size: 13px;
	}

/* 服务 */

	/* 服务-背景图片 */

	/* 服务-内容 */
	.product-service .content-wrapper{
		grid-gap: 15px;
	}
	
	.product-service .content-wrapper .column-wrapper .title p{
		font-size: 20px;
	}
	
	.product-service .content-wrapper .column-wrapper .content .item .upper-wrapper p{
		font-size: 17px;
	}
	
	.product-service .content-wrapper .column-wrapper .content .item .upper-wrapper span{
		font-size: 13px;
	}
	
	.product-service .content-wrapper .column-wrapper .content .item .below-wrapper{
		font-size: 13px;
		line-height: 20px;
	}

/* 体验 */
	.product-experience .content-wrapper .upper-wrapper .title p:first-child{
		font-size: 24px;
	}
	
	.product-experience .content-wrapper .upper-wrapper .title p:last-child{
		font-size: 24px;
	}
	
	.product-experience .content-wrapper .upper-wrapper .explain{
		font-size: 13px;
		line-height: 20px;
	}
	
	.product-experience .content-wrapper .upper-wrapper .button-wrapper .item{
		height: 45px;
	}
	
	.product-experience .content-wrapper .upper-wrapper .button-wrapper .item p{
		font-size: 13px;
	}
	
	.product-experience .content-wrapper .upper-wrapper .button-wrapper .item span{
		font-size: 22px;
	}

/* 关于我们 */
	.product-about-us .content-wrapper .below-wrapper .title p:first-child{
		font-size: 24px;
	}
	
	.product-about-us .content-wrapper .below-wrapper .title p:last-child{
		font-size: 24px;
	}
	
	.product-about-us .content-wrapper .below-wrapper .explain{
		font-size: 13px;
		line-height: 20px;
	}
	
	.product-about-us .content-wrapper .below-wrapper .button-wrapper .item{
		height: 45px;
	}
	
	.product-about-us .content-wrapper .below-wrapper .button-wrapper .item p{
		font-size: 13px;
	}
	
	.product-about-us .content-wrapper .below-wrapper .button-wrapper .item span{
		font-size: 22px;
	}

/* 介绍 */

	/* 介绍-背景图片 */

	/* 介绍-内容 */
	.product-introduce .content-wrapper .upper-wrapper .title p:first-child{
		font-size: 24px;
	}
	
	.product-introduce .content-wrapper .upper-wrapper .title p:last-child{
		font-size: 24px;
	}
	
	.product-introduce .content-wrapper .upper-wrapper .explain{
		font-size: 13px;
		line-height: 20px;
	}

	/* 介绍-图片-背景图片 */

	/* 介绍-图片 */

/* 视频 */
	.product-video .content-wrapper p{
		font-size: 24px;
		line-height: 75px;
	}
}

/* 响应 1000 */
@media screen and (max-width: 1000px) {
/* 幻灯片 */
	.product-banner .content-wrapper .content .upper-wrapper .title p{
		font-size: 36px;
		text-align: center;
	}
	
	.product-banner .content-wrapper .content .upper-wrapper .explain{
		font-size: 16px;
		margin-top: 2.615%;
		text-align: center;
	}
	
	.product-banner .content-wrapper .content .upper-wrapper .explain p{
		margin-bottom: 2.615%;
	}

/* 优点 */
	.product-advantage{
		padding-top: 5.883%;
	}
	
	.product-advantage .content-wrapper{
		height: auto;
	}
	
	.product-advantage .content-wrapper .content{
		border-radius: 5px;
		grid-template-columns: repeat(2, 1fr);
		position: static;
	}
	
	.product-advantage .content-wrapper .content .item{
		height: auto;
		padding: 5.249% 0%;
	}
	
	.product-advantage .content-wrapper .content .item p{
		font-size: 12px;
	}

/* 服务 */
	.product-service{
		padding: 14.118% 0% 7.059%;
	}

	/* 服务-背景图片 */
	.product-service::before{
		display: none;
	}

	/* 服务-内容 */
	.product-service .content-wrapper{
		grid-gap: 10px;
		grid-row-gap: 60px;
		grid-template-rows: repeat(2, 1fr);
		grid-template-columns: repeat(2, 1fr);
	}
	
	.product-service .content-wrapper .column-wrapper{
		border-radius: 5px;
	}
	
	.product-service .content-wrapper .column-wrapper .title p{
		font-size: 18px;
		padding: 0% 5.285% 0% 6.606%;
	}
	
	.product-service .content-wrapper .column-wrapper .content{
		margin-top: 3.964%;
	}
	
	.product-service .content-wrapper .column-wrapper .content .item{
		padding: 2.643% 5.285% 2.643% 6.606%;
	}
	
	.product-service .content-wrapper .column-wrapper .content .item .upper-wrapper p{
		font-size: 16px;
	}
	
	.product-service .content-wrapper .column-wrapper .content .item .upper-wrapper span{
		font-size: 12px;
	}
	
	.product-service .content-wrapper .column-wrapper .content .item .below-wrapper{
		font-size: 12px;
		line-height: 18px;
		margin-top: 4.498%;
	}

/* 体验 */
	.product-experience .content-wrapper{
		display: block;
	}
	
	.product-experience .content-wrapper .upper-wrapper{
		width: 100%;
	}
	
	.product-experience .content-wrapper .upper-wrapper .title p:first-child{
		font-size: 20px;
	}
	
	.product-experience .content-wrapper .upper-wrapper .title p:last-child{
		font-size: 20px;
		margin-top: 2.615%;
	}
	
	.product-experience .content-wrapper .upper-wrapper .explain{
		width: 100%;
		font-size: 12px;
		line-height: 18px;
		margin-top: 3.922%;
	}
	
	.product-experience .content-wrapper .upper-wrapper .button-wrapper{
		display: flex;
		margin-top: 5.229%;
		align-items: center;
		justify-content: flex-start;
	}
	
	.product-experience .content-wrapper .upper-wrapper .button-wrapper .item{
		height: 40px;
		width: 33.629%;
		margin-bottom: 0%;
		border-radius: 5px;
		margin-right: 2.143%;
	}
	
	.product-experience .content-wrapper .upper-wrapper .button-wrapper .item:last-child{
		margin-right: 0%;
	}
	
	.product-experience .content-wrapper .upper-wrapper .button-wrapper .item p{
		font-size: 12px;
	}
	
	.product-experience .content-wrapper .upper-wrapper .button-wrapper .item span{
		font-size: 20px;
	}
	
	.product-experience .content-wrapper .below-wrapper{
		width: 100%;
		margin-top: 6.536%;
	}

/* 关于我们 */
	.product-about-us .content-wrapper{
		width: 73.569%;
		display: block;
		margin: 0% auto;
	}
	
	.product-about-us .content-wrapper .upper-wrapper{
		width: 100%;
	}
	
	.product-about-us .content-wrapper .below-wrapper{
		width: 100%;
		margin-top: 6.536%;
	}
	
	.product-about-us .content-wrapper .below-wrapper .title p:first-child{
		font-size: 20px;
	}
	
	.product-about-us .content-wrapper .below-wrapper .title p:last-child{
		font-size: 20px;
		margin-top: 2.615%;
	}
	
	.product-about-us .content-wrapper .below-wrapper .explain{
		width: 100%;
		font-size: 12px;
		margin-left: 0%;
		line-height: 18px;
		margin-top: 3.922%;
	}
	
	.product-about-us .content-wrapper .below-wrapper .button-wrapper{
		display: flex;
		margin-top: 5.229%;
		align-items: center;
		justify-content: flex-end;
	}
	
	.product-about-us .content-wrapper .below-wrapper .button-wrapper .item{
		height: 40px;
		width: 33.629%;
		margin-left: 0%;
		margin-bottom: 0%;
		border-radius: 5px;
		margin-right: 2.143%;
	}
	
	.product-about-us .content-wrapper .below-wrapper .button-wrapper .item:last-child{
		margin-right: 0%;
	}
	
	.product-about-us .content-wrapper .below-wrapper .button-wrapper .item p{
		font-size: 12px;
	}
	
	.product-about-us .content-wrapper .below-wrapper .button-wrapper .item span{
		font-size: 20px;
	}

/* 介绍 */

	/* 介绍-背景图片 */
	.product-introduce::before{
		display: none;
	}

	/* 介绍-内容 */
	.product-introduce .content-wrapper{
		display: block;
	}
	
	.product-introduce .content-wrapper .upper-wrapper{
		width: 100%;
	}
	
	.product-introduce .content-wrapper .upper-wrapper .title p:first-child{
		font-size: 20px;
	}
	
	.product-introduce .content-wrapper .upper-wrapper .title p:last-child{
		font-size: 20px;
		margin-top: 2.615%;
	}
	
	.product-introduce .content-wrapper .upper-wrapper .explain{
		width: 100%;
		font-size: 12px;
		line-height: 18px;
		margin-top: 3.922%;
	}
	
	.product-introduce .content-wrapper .below-wrapper{
		width: 100%;
		margin-top: 5.229%;
	}
	
	.product-introduce .content-wrapper .below-wrapper::before{
		display: none;
	}

	/* 介绍-图片-背景图片 */

	/* 介绍-图片 */

/* 视频 */
	.product-video .content-wrapper{
		padding: 1.308%;
		border-radius: 5px;
	}
	
	.product-video .content-wrapper p{
		font-size: 20px;
		line-height: 60px;
	}
}

/* 响应 750 */
@media screen and (max-width: 750px) {
/* 幻灯片 */
	.product-banner .content-wrapper .content .upper-wrapper .title p{
		font-size: 30px;
		text-align: center;
	}
	
	.product-banner .content-wrapper .content .upper-wrapper .explain{
		font-size: 14px;
	}

/* 优点 */
	.product-advantage .content-wrapper .content .item{
		padding: 8.546% 0%;
	}

/* 服务 */

	/* 服务-背景图片 */

	/* 服务-内容 */
	.product-service .content-wrapper{
		grid-template-rows: repeat(3, 1fr);
		grid-template-columns: repeat(1, 1fr);
	}
	
	.product-service .content-wrapper .column-wrapper{
		padding: 18.301% 0% 7.844%;
	}

/* 体验 */
	.product-experience .content-wrapper .upper-wrapper .button-wrapper{
		justify-content: space-between;
	}
	
	.product-experience .content-wrapper .upper-wrapper .button-wrapper .item{
		height: 35px;
		width: 48.040%;
		margin-right: 0%;
	}
	
	.product-experience .content-wrapper .upper-wrapper .button-wrapper .item span{
		font-size: 18px;
	}

/* 关于我们 */
	.product-about-us .content-wrapper{
		width: 90%;
	}
	
	.product-about-us .content-wrapper .below-wrapper .button-wrapper{
		justify-content: space-between;
	}
	
	.product-about-us .content-wrapper .below-wrapper .button-wrapper .item{
		height: 35px;
		width: 48.040%;
		margin-right: 0%;
	}
	
	.product-about-us .content-wrapper .below-wrapper .button-wrapper .item span{
		font-size: 18px;
	}

/* 介绍 */

	/* 介绍-背景图片 */

	/* 介绍-内容 */

	/* 介绍-图片-背景图片 */

	/* 介绍-图片 */

/* 视频 */
}