.section{
	background-color:var(--theme-blue);
	position:relative;
	color:#fff;
}



.section .title p{
	font-size: 1.0625em;
	line-height: 1.353;
	margin-bottom:2.35em;
}
.section .title h3{
	font-size: 3.25em;
	line-height: 1.33;
}
.section .title h3 b{
	color:var(--theme-cyan);
}






.sec1 .inner{
	border-bottom:1px solid rgba(255,255,255,0.25);
	padding:13.23% 0 4.27%;
}
.sec1 .inner{
	display:flex;
	align-items:flex-start;
	justify-content:space-between;
	flex-direction:row;
}
.sec1 h1{
	font-size:9.375em;
	line-height:1.07;
}
.sec1 h1:last-child{
	text-align:right;
}


.sec2{
	padding:3.125% 0;
}
.sec2 .text-box{
	display:flex;
	align-items:center;
	justify-content:space-between;
	flex-direction:row;
	margin-bottom:3.53%;
}
.sec2 .text-box p{
	font-size: 1.25em;
	line-height: 1.35;
}
.sec2 .img-box{
	border-radius:1.25em;
	overflow:hidden;
	position:relative;
}
.sec2 .img-box::before{
	display:block;
	content:"";
	padding-top:56.235%;
}
.sec2 .img-box video{
	position:absolute;
	object-fit:cover;
	top:-25%;
	width:100%;
	height:150%;
}



.sec3{
	padding:3.125% 0 4.35%;
}
.sec3 .title{
	width:62%;
	margin-bottom:10.6%;
}
.sec3 .flex-box{
	display:flex;
	align-items:flex-start;
	justify-content:space-between;
	flex-direction:row;
	flex-wrap:wrap;
	margin-bottom:6%;
}
.sec3 .flex-box a{
	display:block;
	width:45.7%;
	transition:opacity 0.5s,transform 0.5s;
	margin-bottom:5%;
}
.sec3 .flex-box a.nohover{
	opacity:0.15;
	transform:scale(0.9);
}
.sec3 .flex-box .img-box{
	border-radius:1.25em;
	overflow:hidden;
	position:relative;
	margin-bottom:2.5em;
	transition:border-radius 0.5s;
}
.sec3 .flex-box a.hover .img-box{
	border-radius:50%;
}
.sec3 .flex-box .img-box::before{
	content:"";
	padding-top:100%;
	display:block;
}
.sec3 .flex-box .img-box img{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	object-fit:cover;
}
.sec3 .flex-box h5{
	font-size:1.5em;
	margin-bottom:0.375em;
	line-height:1.25;
}
.sec3 .flex-box p{
	line-height:1.3125;
	opacity:0.7;
}
.sec3 .btn-more{
	background-color:#fff;
	border-radius:0.5em;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:row;
	width:16.5625em;
	height:4.6875em;
	margin:0 auto;
	transition:background-color 0.5s;
}
.sec3 .btn-more span{
	font-size:0.875em;
	color:#000;
	transition:color 0.5s;
}
.sec3 .btn-more svg{
	transition:stroke 0.5s;
	fill:none;
	stroke:#666;
	margin-left:1.125em;
	height:0.4375em;
	width:auto;
}


.sec4{
	padding:4.35% 0;
}
.sec4 .title{
	text-align:center;
	margin-bottom:11.18%;
}
.sec4 .flex-box{
	display:flex;
	align-items:flex-start;
	justify-content:space-between;
	flex-direction:row;
}
.sec4 .left-part{
	display:flex;
	align-items:center;
	justify-content:flex-start;
	flex-direction:row;
}
.sec4 .left-part .img-box{
	width:18.75em;
	border-radius:1.25em;
	overflow:hidden;
	margin-right:4.375em;
}
.sec4 .left-part li{
	display:flex;
	align-items:center;
	justify-content:flex-start;
	flex-direction:row;
}
.sec4 .left-part h5{
	font-size: 1.75em;
	line-height: 1.86;
	white-space:nowrap;
	transition:opacity 0.5s;
	opacity:0;
}
.sec4 .left-part h5.point{
	margin:0 1em;
	font-size:1em;
}
.sec4 .left-part h5:last-child{
	opacity:0.2;
}
.sec4 .left-part li.active h5{
	opacity:1;
}
.sec4 .right-part{
	width:44.12%;
}
.sec4 .right-part a{
	border:1px solid rgba(255,255,255,0.65);
	border-radius:1.5em;
	padding:2.5em 3.5em;
	margin-bottom:2.5em;
	position:relative;
	height:31.25em;
	display:flex;
	align-items:stretch;
	justify-content:space-between;
	flex-direction:column;
}
.sec4 .right-part a:last-child{
	margin-bottom:0;
}
.sec4 .right-part h3{
	font-size: 3.25em;
	line-height: 1.23;
}
.sec4 .right-part h5{
	font-size:1.125em;
	opacity:0.65;
	line-height:1.67;
}
.sec4 .right-part p{
	opacity:0.75;
	line-height:1.875;
}
.sec4 .right-part svg{
	fill:#fff;
	width:0.75em;
	position:absolute;
	right:2.5em;
	bottom:1.75em;
}



.sec5{
	padding:4.35% 0 7.8125%;
	overflow:hidden;
}
.sec5 .swiper{
	overflow:visible;
}
.sec5 .title{
	margin-bottom:5.88%;
}
.sec5 .swiper-slide{
	border:1px solid rgba(255, 255, 255, 0.85);
	border-radius:1.5em;
	padding:3.125em;
	width:40.625em;
}
.sec5 .swiper-slide h5{
	font-size:3.125em;
	margin-bottom:3em;
}
.sec5 .swiper-slide h5 b{
	font-size:3em;
}
.sec5 .swiper-slide h5 i{
	font-style:normal;
	vertical-align:text-top;
}
.sec5 .swiper-slide p{
	font-size:2em;
	opacity:0.5;
}






.sec-marquee{
	padding-bottom:calc(3% + 3.1215em);
}
.sec6{
	background-color:#F8F8FA;
	border-top-left-radius:3.125em;
	border-top-right-radius:3.125em;
	color:#000;
	margin-top:-3.125em;
	padding:5.2% 0 2.6%;
}
.sec6 .flex-box{
	display:flex;
	align-items:flex-end;
	justify-content:space-between;
	flex-direction:row;
	margin-bottom:4.7%;
}
.sec6 .title p{
	color:#999;
}
.sec6 .btn-more{
	border-radius:0.5em;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:row;
	width:16.5625em;
	height:4.6875em;
	border:1px solid #000;
	transition:border-color 0.5s,background-color 0.5s;
}
.sec6 .btn-more span{
	font-size:0.875em;
	color:#000;
	transition:color 0.5s;
}
.sec6 .btn-more svg{
	transition:stroke 0.5s;
	fill:none;
	stroke:#666;
	margin-left:1.125em;
	height:0.4375em;
	width:auto;
}
.sec6 .list-box a{
	border-top:1px solid rgba(0,0,0,0.25);
	display:flex;
	align-items:center;
	justify-content:space-between;
	flex-direction:row;
	padding:3.53% 0;
}
.sec6 .list-box p{
	font-size:1.125em;
	line-height:2;
}
.sec6 .list-box .img-box{
	border-radius:1.5em;
	overflow:hidden;
}
.sec6 .list-box .text{
	width:42%;
}
.sec6 .list-box .des{
	width:47%;
}
.sec6 .flex{
	display:flex;
	align-items:center;
}
.sec6 .tag{
	border:1px solid #000;
	padding:0.625em 1.125em;
	border-radius:1.125em;
	margin-right:1.5em;
}
.sec6 .list-box h3{
	font-size:2em;
	line-height:1.5;
	margin:1.5em 0;
}



.sec7{
	pointer-events:none;
	position:fixed;
	z-index:10;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
}
.sec7 ul{
	transition:width 0.5s,height 0.5s;
	width:9.85em;
	height:0;
	overflow:hidden;
}
.sec7 ul.active{
	width:26.25em;
	height:18.75em;
}
.sec7 li{
	border-radius:1.5em;
	overflow:hidden;
	display:none;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
.sec7 li.active{
	display:block;
}


@media only screen and (min-width:1025px){
	.sec3 .btn-more:hover{
		background-color:var(--theme-cyan);
	}
	.sec3 .btn-more:hover span{
		color:#fff;
	}
	.sec3 .btn-more:hover svg{
		stroke:#fff;
	}
	.sec6 .btn-more:hover{
		border-color:var(--theme-blue);
		background-color:var(--theme-blue);
	}
	.sec6 .btn-more:hover span{
		color:#fff;
	}
	.sec6 .btn-more:hover svg{
		stroke:#fff;
	}
}


@media only screen and (max-width:1024px){
	.section .title p{
		font-size: 1.0625em;
	}
	.section .title h3{
		font-size: 2em;
	}


	.sec1 .inner{
		padding:30% 0 10%;
	}
	.sec1 h1{
		font-size:3.25em;
	}


	.sec2{
		padding:15% 0 7.5%;
	}
	.sec2 .text-box{
		margin-bottom:10%;
	}


	.sec3{
		padding:7.5% 0;
	}
	.sec3 .title{
		width:100%;
	}
	.sec3 .flex-box{
		display:block;
		margin-bottom:0;
	}
	.sec3 .flex-box a{
		width:100%;
		margin-bottom:10%;
	}

	.sec4{
		padding:7.5% 0;
	}
	.sec4 .title{
		margin-bottom:10%;
	}
	.sec4 .flex-box{
		display:block;
	}
	.sec4 .left-part{
		display:none;
	}
	.sec4 .right-part{
		width:100%;
	}
	.sec4 .right-part h3{
		font-size: 2.75em;
	}



	.sec5{
		padding:7.5% 0 15%;
	}
	.sec5 .title{
		margin-bottom:10%;
	}
	.sec5 .swiper-slide{
		padding:2.5em;
		width:25em;
	}
	.sec5 .swiper-slide h5{
		font-size:2.75em;
	}
	.sec5 .swiper-slide p{
		font-size:1.5em;
	}






	.sec-marquee{
		padding-bottom:calc(5% + 3.1215em);
	}



	.sec6{
		padding:15% 0 5%;
	}
	.sec6 .flex-box{
		margin-bottom:10%;
	}
	.sec6 .list-box a{
		display:block;
		padding:10% 0;
	}
	.sec6 .list-box .text{
		width:100%;
		margin-top:10%;
	}
	.sec6 .list-box h3{
		margin:1em 0;
	}



	.sec7{
		display:none;
	}

}