.section{
	width: 100%;
	position: relative;
	background-color: #FFEFEB;
}

.sec0{
	background-color: var(--theme-color);
	height: 100vh;
	position: relative;
}
.sec0 .bg-img{
	position: absolute;
	left: 1.25em;
	top: 1.25em;
	right: 1.25em;
	bottom: 1.25em;
	border-radius: 0.9375em;
	overflow: hidden;
}
.sec0 .bg-img .img{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-image: url(../images/index_sec0_bg.jpg);
	background-size: cover;
	transition: transform 3s linear;
}
.sec0 .bg-img.actived .img{
	transform: scale(1.5);
}
.sec0 .bg-img::before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.4;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.sec0 .posbottom{
	position: absolute;
	left: 1.25em;
	right: 1.25em;
	bottom: 7.5%;
	overflow: hidden;
	z-index: 1;
}
.sec0 .posbottom .marquee{
	width: 100%;
}
.sec0 .posbottom img{
	width: auto;
	height: 2.625em;
	float: left;
	margin-right: 4em;
}
.sec0 .inner{
	height: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	position: relative;
	z-index: 1;
	color: #fff;
}
.sec0 .inner h1{
	font-size: 3.75em;
	line-height: 1.2;
	font-weight: normal;
}
.sec0 .inner p{
	font-size: 1.125em;
	line-height: 1.44;
	margin-top: 1.33em;
	margin-bottom: 4.16em;
}


.sec1{
	background: linear-gradient(to bottom, #FF3129 20% ,#FFEFEB 50%);
}
.sec1 .part1{
	height: 100vh;
	display: flex;
	align-items: center;
}
.sec1 .text-box{
	width: 56%;
	float: right;
	color: #fff;
}
.sec1 .text-box h3{
	font-size: 3.75em;
	line-height: 1.2;
	font-weight: normal;
}
.sec1 .text-box ul{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-direction: row;
	margin-top: 3.75em;
	margin-bottom: 4.5em;
}
.sec1 .text-box li{
	width: 15em;
	text-align: center;
	border: 1px solid rgba(255,255,255,0.4);
	background-color: rgba(255,255,255,0.14);
	padding: 1.25em 0 0.5em;
	border-radius: 0.9375em;
}
.sec1 .text-box h4{
	font-size: 3em;
	margin-bottom: 0.125em;
	font-weight: normal;
}
.sec1 .text-box h4 b{
	font-weight: normal;
}
.sec1 .text-box h5{
	font-size: 1.125em;
	line-height: 1.44;
	opacity: 0.8;
}
.sec1 .text-box p{
	font-size: 1.125em;
	line-height: 1.66;
}
.sec1 .part2{
	height: 100vh;
}
.sec1 .video-box{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
.sec1 video{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 102%;
	height: auto;
	transform: translate(-50%,-50%);
	clip-path: inset(24.2% 63.9% 24.2% 8.33% round 15px);
}
.sec1 .cover{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #000;
	opacity: 0;
}
.sec1 .part2 .inner{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.sec1 .part2 p{
	font-size: 3.5em;
	color: #999;
	line-height: 2;
	text-align: center;
	position: relative;
	z-index: 1;
}
.sec1 .part2 p span{
	color:#fff;
	position:absolute;
	width:100%;
	left:0;
	top:0;
	overflow:hidden;
	height:100%;
	clip-path:inset(0 100% 0 0);
}


.sec2{
	padding: 10.4% 0 0;
	background: linear-gradient(to bottom, rgb(240,110,104) 0% ,#FFEFEB 50%);
	min-height: 100vh;
}
.sec2 .text-box{
	margin-bottom: 6%;
}
.sec2 .text-box h3{
	font-size: 3.75em;
	color: #252525;
	line-height: 1.33;
	margin-bottom: 0.26em;
}
.sec2 .text-box h3 span{
	color: var(--theme-color);
}
.sec2 .text-box p{
	font-size: 1.125em;
	line-height: 1.66;
	color: #838383;
}
.sec2 .swiper{
	overflow: visible;
	opacity: 0;
	transform: translateX(100vw);
	transition: transform 1s,opacity 1s;
}
.sec2 .swiper.actived{
	transform: translateX(0);
	opacity: 1;
}
.sec2 .swiper-slide{
	padding: 0 2.8125em;
	border-radius: 0.9375em;
	box-shadow: -0.5em 0.75em 2.375em rgba(0,0,0,0.1);
	width: 28.125em;
	background-color: #fff;
	overflow: hidden;
}
.sec2 .swiper-slide::before{
	content: "";
	display: block;
	background-color: var(--theme-color);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	transition: border-radius 0.5s,transform 0.5s;
	border-radius: 50%;
	transform: translateY(-100%);
}
.sec2 .swiper-slide > *{
	position: relative;
}
.sec2 .swiper-slide .arrow-box{
	background-color: #FFEFEB;
	border-radius: 0.625em;
	margin-top: 1.875em;
	width: 3.75em;
	height: 3.75em;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 3.4375em;
}
.sec2 .swiper-slide .arrow-box svg{
	width: 40%;
}
.sec2 .swiper-slide .arrow-box path{
	fill: var(--theme-color);
}
.sec2 .swiper-slide h5{
	font-size: 1.875em;
	color: #252525;
	font-weight: bold;
	margin-bottom: 1.5em;
}
.sec2 .swiper-slide p{
	line-height: 1.5;
	color: #838383;
}
.sec2 .swiper-slide h5,.sec2 .swiper-slide p{
	transition: color 0.5s;
}
.sec2 .swiper-slide .icon-box{
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-direction: row;
	border-top: 1px solid rgba(255,255,255,0.5);
	margin-top: 3.625em;
	overflow: hidden;
	transition: padding 0.5s,max-height 0.5s;
	max-height: 0;
}
.sec2 .swiper-slide .icon-box svg,.sec2 .swiper-slide .icon-box img{
	width: auto;
	height: 1.25em;
}
.sec2 .swiper-slide .icon-box path{
	fill: #fff;
}




.sec3{
	padding: 5.2% 0 0;
}
.sec3 .title{
	float: left;
	width: 42.5%;
	margin-bottom: 7.875%;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-direction: row;
}
.sec3 .title h3{
	font-size: 3.75em;
	color: #252525;
	line-height: 1.33;
}
.sec3 .title p{
	font-size: 1.125em;
	color: #838383;
	line-height: 1.66;
}
.sec3 li{
	width: 42.5%;
	margin-bottom: 8.125%;
	opacity: 0;
	transform: translate(0,20vh);
	transition: transform 1s,opacity 1s;
}
.sec3 li.actived{
	opacity: 1;
	transform: translate(0,0);
}
.sec3 li:nth-child(odd){
	float: right;
}
.sec3 li:nth-child(even){
	float: left;
}
.sec3 .img-box{
	position: relative;
	margin-bottom: 4.3%;
	border-radius: 0.625em;
	overflow: hidden;
	box-shadow: -0.5em 0.75em 2.375em rgba(0,0,0,0.2);
}
.sec3 .img-box img{
	border-radius: 0.625em;
}
.sec3 .img-box .bg{
	transition: transform 0.75s;
}
.sec3 .img-box .small{
	width: 55.588%;
  	position: absolute;
  	right: 1.75em;
  	bottom: 1.75em;
  	opacity: 0;
  	transition: opacity 0.5s;
}
.sec3 .text-box h5{
	font-size: 0.875em;
	color: #252525;
	font-weight: normal;
	margin-bottom: 0.86em;
}
.sec3 .text-box h5 b{
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
	background-color: #f1f1f1;
	padding: 0.5em 1em;
	border-radius: 2em;
}
.sec3 .text-box h5 span{
	display: inline-block;
	vertical-align: middle;
	margin-left: 0.5em;
	color: #838383;
}
.sec3 .text-box p{
	font-size: 1.5em;
	color: #252525;
	line-height: 1.33;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;	
}



.sec4{
	padding-bottom: 3.125%;
	color: #fff;
}
.sec4 .inner{
	border-radius: 0.9375em;
	overflow: hidden;
	background-color: var(--theme-color);
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-direction: row;
}
.sec4 .text-box{
	width: 50%;
	background-repeat: no-repeat;
	background-image: url(../images/index_sec4_bg.png);
	background-size: 88.5% auto;
	background-position: right bottom;
	padding-left: 4%;
	padding-right: 5.625%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
}
.sec4 .text-box h3{
	font-size: 2.25em;
	line-height: 1.66;
	margin-bottom: 1.22em;
	font-weight: normal;
}
.sec4 .text-box a{
	display: block;
	width: 10.1em;
	height: 3.4em;
	border-radius: 1.7em;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.125em;
	border: 1px solid rgba(255,255,255,0.4);
	background-color: rgba(255,255,255,0.14);
	margin-bottom: 2.72em;
	transition: border-color 0.5s,background-color 0.5s;
}
.sec4 .text-box h5{
	font-size: 0.875em;
	line-height: 2.14;
}
.sec4 .text-box .line{
	display: block;
	width: 100%;
	height: 1px;
	background-color: #fff;
	opacity: 0.5;
	margin: 0.75em 0 2.5em;
}
.sec4 .text-box .icon-box{
	opacity: 0;
	transform: translateY(20%);
	transition: transform 0.5s 1s,opacity 0.5s 1s;
}
.sec4 .text-box.actived .icon-box{
	opacity: 1;
	transform: translateY(0);
}
.sec4 .text-box .icon-box img{
	max-width: 100%;
}
.sec4 .img-box{
	width: 50%;
	position: relative;
}
.sec4 .img-box .img{
	position: absolute;
	right: 0;
	top: 0;
	margin-top: -15%;
}



.sec5{
	padding: 3.125% 0 3.23%;
}
.sec5 .title{
	margin-bottom: 5.375%;
}
.sec5 .title h3{
	font-size: 3.75em;
	line-height: 1.33;
	margin-bottom: 0.35em;
	float: left;
}
.sec5 .title h3 span{
	color: var(--theme-color);
}
.sec5 .title p{
	font-size: 1.125em;
	color: #838383;
	line-height: 1.66;
	float: left;
	clear: left;
}
.sec5 .title .btn-common{
	float: right;
	margin-top: 2.5em;
}
.sec5 ul{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}
.sec5 ul::after{
	content: "";
	display: block;
	width: 30.9375%;
}
.sec5 li{
	width: 30.9375%;
	margin-bottom: 2.875%;
	transform: translateY(20vh);
	opacity: 0;
	transition: opacity 0.5s,transform 0.5s;
}
.sec5 li.actived{
	transform: translateY(0);
	opacity: 1;
}
.sec5 li .img-box{
	border-radius: 0.9375em;
	overflow: hidden;
	margin-bottom: 1em;
	position: relative;
}
.sec5 li:nth-child(4n-3) .img-box{
    background-color: #E0EFD8;
}
.sec5 li:nth-child(4n-2) .img-box{
    background-color: #E5E5E5;
}
.sec5 li:nth-child(4n-1) .img-box{
    background-color: #FFE4DD;
}
.sec5 li:nth-child(4n) .img-box{
    background-color: #DBF8FF;
}
.sec5 li .img-box img{
	transition: transform 0.75s;
}
.sec5 li h5{
	margin-bottom: 0.75em;
}
.sec5 li h5 b{
	vertical-align: middle;
	display: inline-block;
	font-size: 0.75em;
	color: #000;
	background-color: #F1F1F1;
	padding: 0.5em 1em;
}
.sec5 li h5 span{
	font-size: 0.875em;
	color: #838383;
	margin-left: 0.5em;
	vertical-align: middle;
	display: inline-block;
}
.sec5 li .text-box{
    position: absolute;
    left: 2em;
    right: 2em;
    top: 2em;
}
.sec5 li .text-box .relative{
	position: relative;
}
.sec5 li .text-box p{
	font-size: 1.5em;
	color: #000;
	line-height: 1.66;
}
.sec5 li .text-box p:last-child{
	position: absolute;
	left: 0;
	top: 0;
}
.sec5 li .text-box p span{
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline;
	transition: background-size 0.5s linear;
	background-repeat: no-repeat;
}
.sec5 li .text-box p:first-child span{
	background-image: linear-gradient(to right, #000,#000);
	background-size: 100% 100%;
	background-position: left top;
}
.sec5 li .text-box p:last-child span{
	background-image: linear-gradient(to right, var(--theme-color), var(--theme-color));
	background-position: right top;
	background-size: 0% 100%;
}
.sec5 li .btn{
	background-color: #0F0E0E;
	border-radius: 50%;
	width: 4em;
	height: 4em;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 2em;
	bottom: 2em;
	opacity: 0;
	transition: opacity 0.5s;
}
.sec5 li .btn svg {
	fill: rgb(255, 255, 255);
	width: 25%;
}


.sec6{
	padding: 3.125% 0 7.3%;
}
.sec6 .inner{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: row;
	border-radius: 0.9375em;
	overflow: hidden;
	background-color: #fff;
	transform: translateY(20vh);
	opacity: 0;
	transition: opacity 0.5s,transform 0.5s;
}
.sec6 .inner.actived{
	transform: translateY(0);
	opacity: 1;
}
.sec6 .text-box{
	width: 32.75%;
	padding: 0 2.5%;
}
.sec6 .text-box h3{
	font-size: 2.25em;
	color: var(--theme-color);
	line-height: 1.33;
	margin-bottom: 0.56em;
	font-weight: 400;
}
.sec6 .text-box p{
	font-size: 0.875em;
	color: #838383;
	line-height: 2;
}
.sec6 .text-box p span{
	color: var(--theme-color);
}
.sec6 .qr-box{
	width: 9.375em;
	position: relative;	
	padding: 0.5em;
	margin: 1.5em auto 2.5em;
	overflow: hidden;
	border-radius: 0.9375em;
}
.sec6 .qr-box svg{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.sec6 .qr-box svg path{
	stroke: #838383;
}
.sec6 .qr-box::before,.sec6 .qr-box::after{
	content: "";
	display: block;
	position: absolute;
	left: 1px;
	right: 1px;
	height: 62%;
	z-index: 1;
}
.sec6 .qr-box::before{
	bottom: 100%;
	background: linear-gradient(to bottom,rgba(255,191,164,0),rgba(255,191,164,1));
}
.sec6 .qr-box::after{
	top: 100%;
	background: linear-gradient(to top,rgba(255,191,164,0),rgba(255,191,164,1));
}
.sec6 .qr-box.actived::before{
	transform: translateY(270%);
	transition: transform 1.5s;
}
.sec6 .qr-box.actived::after{
	transition: transform 1.5s 1.5s;
	transform: translateY(-270%);
}
.sec6 .tip-box{
	background-color: #f8f8f8;
	border-radius: 0.9375em;
	height: 3.75em;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	padding-left: 1.25em;
	padding-right: 1.875em;
}
.sec6 .tip-box h5{
	font-size: 0.875em;
	color: #1F2327;
}
.sec6 .tip-box h5 span{
	display: inline-block;
	vertical-align: middle;
	color: #838383;
}
.sec6 .tip-box h5 .svgbox{
	border: 1px solid #1F2327;
	border-radius: 0.36em;
	margin-right: 1.43em;
	width: 2.64em;
	height: 2.64em;
	padding: 0.625em;
}
.sec6 .tip-box h5 path{
	stroke: #1F2327;
}
.sec6 .tip-box h5 b{
	font-weight: bold;
}
.sec6 .img-box{
	width: 67.25%;
}

@media only screen and (min-width:1024px){
	.sec2 .swiper-slide:hover::before{
		border-radius: 0;
		transform: translateY(0);
	}
	.sec2 .swiper-slide:hover h5,.sec2 .swiper-slide:hover p{
		color: #fff;
	}
	.sec2 .swiper-slide:hover .icon-box{
		padding: 2em 0 2.5em;
		max-height: auto;
	}
	.sec3 a:hover .img-box .small{
	  	opacity: 1;
	}
	.sec3 li:hover .img-box .bg{
		transform: scale(1.1);
	}
	.sec4 .text-box a:hover{
		border-color: rgba(0,0,0,1);
		background-color: rgba(0,0,0,1);
	}
	.sec5 li:hover .img-box img{
		transform: scale(1.1);
	}
	.sec5 li:hover .text-box p:first-child span{
		background-size: 0% 100%;
		background-position: right top;
	}
	.sec5 li:hover .text-box p:last-child span{
		background-size: 100% 100%;
		background-position: left top;
	}
	.sec5 li:nth-child(3n-2){
		transition-delay: 0.5s;
	}
	.sec5 li:nth-child(3n-1){
		transition-delay: 0.6s;
	}
	.sec5 li:nth-child(3n){
		transition-delay: 0.7s;
	}
	.sec5 li:hover .btn{
	    opacity: 1;
	}

}


@media only screen and (max-width:1024px){
	.sec0{
		margin-top: 6.5em;
		height: calc(100vh - 6.5em);
	}
	.sec0 .inner{
		padding: 0 5%;
	}
	.sec0 .inner h1{
		font-size: 2.4em;
	}
	.sec0 .inner p{
		font-size: 1.3em;
	}


	.sec1 .part1{
		height: auto;
		display: block;
		padding: 15% 0;
	}
	.sec1 .text-box{
		width: 100%;
		float: none;
	}
	.sec1 .text-box h3{
		font-size: 2.4em;
	}
	.sec1 .text-box li{
		width: 30%;
	}
	.sec1 .text-box h4{
		font-size: 2em;
	}
	.sec1 .text-box h5{
		font-size: 1.3em;
	}
	.sec1 .text-box p{
		font-size: 1.125em;
		line-height: 1.66;
	}
	.sec1 .part2{
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.sec1 video{
		width: auto;
		height: 100%;
		clip-path: none;
	}
	.sec1 .part2 p{
		font-size: 2em;
	}


	.sec2{
		padding: 15% 0 7.5%;
		min-height: 0;
	}
	.sec2 .text-box{
		margin-bottom: 10%;
	}
	.sec2 .text-box h3{
		font-size: 2.4em;
	}
	.sec2 .text-box p{
		font-size: 1.3em;
	}
	.sec2 .swiper-slide{
		width: 28.125em;
	}
	.sec2 .swiper-slide h5{
		font-size: 1.8em;
	}
	.sec2 .swiper-slide p{
		font-size: 1.2em;
	}




	.sec3{
		padding: 7.5% 0 5%;
	}
	.sec3 .title{
		float: none;
		width: 100%;
		margin-bottom: 10%;
	}
	.sec3 .title h3{
		font-size: 2.4em;
	}
	.sec3 .title p{
		font-size: 1.3em;
	}
	.sec3 li{
		width: 100%;
		margin-bottom: 10%;
	}
	.sec3 .text-box h5{
		font-size: 1.2em;
	}
	.sec3 .text-box p{
		font-size: 1.7em;	
	}



	.sec4{
		padding-bottom: 7.5%;
	}
	.sec4 .inner{
		flex-direction: column-reverse;
	}
	.sec4 .text-box{
		width: 100%;
		display: block;
		padding: 10% 5%;
	}
	.sec4 .text-box h3{
		font-size: 1.8em;
	}
	.sec4 .text-box a{
		font-size: 1.2em;
	}
	.sec4 .text-box h5{
		font-size: 1.2em;
	}
	.sec4 .img-box{
		width: 100%;
		overflow: hidden;
	}


	.sec5{
		padding: 7.5% 0 2.5%;
	}
	.sec5 .title{
		margin-bottom: 10%;
	}
	.sec5 .title h3{
		font-size: 2.4em;
		margin-bottom: 0.75em;
	}
	.sec5 .title p{
		font-size: 1.3em;
	}
	.sec5 .title .btn-common{
		margin-top: 0;
	}
	.sec5 ul{
		display: block;
	}
	.sec5 ul::after{
		display: none;
	}
	.sec5 li{
		width: 100%;
		margin-bottom: 10%;
	}
	.sec5 li h5{
		font-size: 1.2em;
	}
	.sec5 li .text-box p{
		font-size: 1.5em;
	}


	.sec6{
		padding: 2.5% 0 15%;
	}
	.sec6 .inner{
		flex-direction: column-reverse;
	}
	.sec6 .text-box{
		width: 100%;
		padding: 10% 5%;
	}
	.sec6 .text-box h3{
		font-size: 2em;
	}
	.sec6 .text-box p{
		font-size: 1.2em;
	}
	.sec6 .qr-box{
		width: 15em;
	}
	.sec6 .tip-box{
		font-size: 1.3em;
	}
	.sec6 .img-box{
		width: 100%;
	}

}