section .title{
	text-align:center;
}
section .title h3{
	font-size:3em;
	color:var(--theme-blue);
	line-height:1.33;
}
section .title p{
	font-size:1.5em;
	color:#666;
	line-height:1.42;
	margin-top:1em;
}




.sec1{
	padding:6% 0 3.65%;
}
.sec1 .inner{
	width:91.25em;
}
.sec1 .title{
	margin-bottom:3.125em;
}
.sec1 ul{
	display:flex;
	align-items:flex-start;
	justify-content:space-between;
	flex-direction:row;
	flex-wrap:wrap;
}
.sec1 ul::after{
	content:"";
	display:block;
	width:31.58%;
}
.sec1 li{
	border-radius:0.625em;
	border:1px solid rgba(0,0,0,0.2);
	padding:2.125em 1.3125em 1.3125em;
	width:31.58%;
	margin-bottom:2.5em;
}
.sec1 .text-box{
	display:flex;
	align-items:center;
	justify-content:space-between;
	flex-direction:row;
	margin-bottom:2.125em;
	padding-left:1.625em;
	padding-right:2.375em;
}
.sec1 svg{
	width:1.5em;;
}
.sec1 svg.big{
	width:auto;
	height:2em;
}
.sec1 h5{	
	font-size: 1.625em;
	line-height: 1.3;
}
.sec1 .img-box{
	border-radius:0.3125em;
	overflow:hidden;
}



.sec2{
	background-color:var(--theme-mint);
	padding:5.2% 0 4.1%;
}
.sec2 .inner{
	width:90em;
}
.sec2 .title{
	margin-bottom:3em;
}
.sec2 .content{
	display:flex;
	align-items:flex-start;
	justify-content:space-between;
	flex-direction:row;
	flex-wrap:wrap;
}
.sec2 .box{
	width:48.6%;
}
.sec2 h5{
	border-bottom:1px solid rgba(0,0,0,0.3);
	font-size:1.625em;
	line-height:2.15;
	padding-bottom:0.615em;
	margin-bottom:1.73em;
}
.sec2 ul{
	display:flex;
	align-items:flex-start;
	justify-content:flex-start;
	flex-direction:row;
}
.sec2 li{
	margin-right:3.75em;
	margin-bottom:4.25em;
	text-align:center;
}
.sec2 .box:last-child li{
	margin-right:3em;
}
.sec2 li:last-child{
	margin-right:0 !important;
}
.sec2 li img{
	width:5.5em;
	margin-bottom:1.5em;
}
.sec2 li p{
	font-size:1.125em;
}



.sec3{
	padding:5.2% 0 4.9%;
}
.sec3 .inner{
	width:105em;
}
.sec3 .title{
	margin-bottom:0.875em;
}
.sec3 .map-box{
	width:80.3%;
	position:relative;
}
.sec3 li{
	line-height:1;
	cursor:pointer;
}
.sec3 li:hover{
	z-index:1;
}
.sec3 li .star{
	width:0.875em;
	fill:#ff0000;
}
.sec3 li .circle{
	width:0.5em;
	height:0.5em;
	border-radius:50%;
	position:relative;
	background-color:#00A4E5;
}
.sec3 li .circle::after{
	width:100%;
	height:100%;
	background-color:var(--theme-blue);
	border-radius:50%;
	content:"";
	display:block;
	position:relative;
}
.sec3 li .circle i{
	border-radius:50%;
	background-color:inherit;
	width:100%;
	height:100%;
	animation:sec3circleani 3s linear infinite;
	display:block;
	position:absolute;
	left:0;
	top:0;
	transform:scale(0);
}
.sec3 li .circle i:nth-child(2){
	animation-delay:1s;
}
.sec3 li .circle i:nth-child(3){
	animation-delay:2s;
}
@keyframes sec3circleani {
	100%{
		transform:scale(3);
		opacity:0;
	}
}
.sec3 .text{
	position:absolute;
}
.sec3 li:nth-child(1) .text{
	left:70.645%;
	top:64.491%;
}
.sec3 li:nth-child(2) .text{
	left:71.386%;
	top:62.908%;
}
.sec3 li:nth-child(3) .text{
	left:72.35%;
	top:80.317%;
}
.sec3 li:nth-child(4) .text{
	left:64.937%;
	top:85.163%;
}
.sec3 li:nth-child(5) .text{
	left:63.232%;
	top:86.746%;
}
.sec3 li:nth-child(6) .text{
	left:64.047%;
	top:82.888%;
}
.sec3 li:nth-child(7) .text{
	left:67.309%;
	top:45.598%;
}
.sec3 li:nth-child(8) .text{
	left:65.382%;
	top:43.422%;
}
.sec3 li:nth-child(9) .text{
	left:75.389%;
	top:60.831%;
}
.sec3 li:nth-child(10) .text{
	left:71.46%;
	top:56.775%;
}
.sec3 li:nth-child(11) .text{
	left:74.277%;
	top:59.347%;
}
.sec3 li:nth-child(12) .text{
	left:73.239%;
	top:58.16%;
}
.sec3 li:nth-child(13) .text{
	left:70.497%;
	top:70.425%;
}
.sec3 li:nth-child(14) .text{
	left:74.574%;
	top:41.939%;
}
.sec3 li:nth-child(15) .text{
	left:75.463%;
	top:62.512%;
}
.sec3 li:nth-child(16) .text{
	left:48.703%;
	top:67.854%;
}
.sec3 li:nth-child(17) .text{
	left:51.89%;
	top:64.985%;
}
.sec3 li:nth-child(18) .text{
	left:48.332%;
	top:61.721%;
}
.sec3 li:nth-child(19) .text{
	left:49.148%;
	top:64.787%;
}
.sec3 li:nth-child(20) .text{
	left:68.273%;
	top:43.027%;
}
.sec3 li:nth-child(21) .text{
	left:75.834%;
	top:67.26%;
}
.sec3 li:nth-child(22) .text{
	left:77.168%;
	top:66.271%;
}
.sec3 li:nth-child(23) .text{
	left:54.188%;
	top:68.447%;
}
.sec3 li:nth-child(24) .text{
	left:61.898%;
	top:85.56%;
}
.sec3 li h4{
	font-size:1.25em;
	font-weight:normal;
	white-space:nowrap;
	position:absolute;
}
.sec3 li:hover h4{
	color:var(--theme-blue);
}
.sec3 .text.leftcenter h4{
	right:100%;
	top:50%;
	margin-right:0.5em;
	transform:translateY(-50%);
}
.sec3 .text.rightcenter h4{	
	left:100%;
	top:50%;
	margin-left:0.5em;
	transform:translateY(-50%);
}
.sec3 .text.righttop h4{	
	left:100%;
	top:0;
	margin-left:0.5em;
}
.sec3 .text.rightbottom h4{	
	left:100%;
	bottom:0;
	margin-left:0.5em;
}
.sec3 .text.centertop h4{
	bottom:100%;
	left:50%;
	margin-bottom:0.5em;
	transform:translateX(-50%);
}
.sec3 .text.centerbottom h4{
	top:100%;
	left:50%;
	margin-top:0.5em;
	transform:translateX(-50%);
}
.sec3 .text.top h4{
	bottom:100%;
	left:0;
	margin-bottom:0.5em;
}
.sec3 .pop-box{
	box-shadow: 0px 0.125em 0.625em rgba(0, 0, 0, 0.1);
	border-radius:0.625em;
	width:24.463%;
	position:absolute;
	transition:opacity 0.5s;
	pointer-events:none;
	opacity:0;
	z-index:1;
}
.sec3 li.active .pop-box{
	opacity:1;
}
.sec3 .pop-box.left{
	left:9.56%;
	top: 40.65%;
}
.sec3 .pop-box.right{
	left:90.36%;
	top: 27.5%;
}
.sec3 .pop-box .line{
	position:absolute;
	top:2.3125em;
}
.sec3 .pop-box.right .line{
	right:100%;
}
.sec3 .pop-box.left .line{
	left:100%;
}
.sec3 li:nth-child(1) .line{
	width:76.06%;
}
.sec3 li:nth-child(2) .line{
	width:75.15%;
}
.sec3 li:nth-child(3) .line{
	width:71.52%;
}
.sec3 li:nth-child(4) .line{
	width:101.21%;
}
.sec3 li:nth-child(5) .line{
	width:110%;
}
.sec3 li:nth-child(6) .line{
	width:101.52%;
}
.sec3 li:nth-child(7) .line{
	width:73.94%;
}
.sec3 li:nth-child(8) .line{
	width:110.3%;
}
.sec3 li:nth-child(9) .line{
	width:58.79%;
}
.sec3 li:nth-child(10) .line{
	width:75.45%;
}
.sec3 li:nth-child(11) .line{
	width:63.64%;
}
.sec3 li:nth-child(12) .line{
	width:66.06%;
}
.sec3 li:nth-child(13) .line{
	width:79.39%;
}
.sec3 li:nth-child(14) .line{
	width:44.85%;
}
.sec3 li:nth-child(15) .line{
	width:57.27%;
}
.sec3 li:nth-child(16) .line{
	width:59.09%;
}
.sec3 li:nth-child(17) .line{
	width:73.94%;
}
.sec3 li:nth-child(18) .line{
	width:59.09%;
}
.sec3 li:nth-child(19) .line{
	width:60.91%;
}
.sec3 li:nth-child(20) .line{
	width:78.48%;
}
.sec3 li:nth-child(21) .line{
	width:60%;
}
.sec3 li:nth-child(22) .line{
	width:51.21%;
}
.sec3 li:nth-child(23) .line{
	width:83.94%;
}
.sec3 li:nth-child(24) .line{
	width:114.54%;
}
.sec3 li h5{
	color:#fff;
	background-color:var(--theme-blue);
	font-size:1.25em;
	padding:0.9em 1.2em;
	line-height:1.1;
	border-top-left-radius:0.625em;
	border-top-right-radius:0.625em;
	display:flex;
	align-items:center;
}
.sec3 li h5 a{
    font-size:0.8em;
    pointer-events:auto;
    margin-left:auto;
    flex-shrink:0;
}
.sec3 li h5 a span{
    margin-right:0.5em;
    vertical-align:middle;
}
.sec3 li h5 a::after{
    font-family: 'FontAwesome';
    content:"\f061";
    font-size:0.75em;
    vertical-align:middle;
}
.sec3 li h5 .circle{
	width:0.4em;
	height:0.4em;
	background-color:#fff;
	display:inline-block;
	vertical-align:middle;
	margin-right:0.6em;
	flex-shrink:0;
}
.sec3 li h5 .circle::after{
	background-color:inherit;
}
.sec3 .pop-box > div{
	padding:1.875em 2.125em;
	border: 1px solid rgba(128,128,128,1);
	border-top:0 none;
	border-bottom-left-radius:0.625em;
	border-bottom-right-radius:0.625em;
	background-color:#fff;
}
.sec3 .pop-box p{
	color:#666;
	line-height:1.875;
}
.sec3 .pop-box p b{
	display:inline-block;
	vertical-align:middle;
	width:1em;
	text-align:center;
}





.sec4{
	background-color:var(--theme-mint);
	padding:5.2% 0 5.73%;
	overflow:hidden;
}
.sec4 .inner{
	width:107.1875em;
}
.sec4 .title{
	margin-bottom:3.125em;
}
.sec4 .swiper{
	overflow:visible;
}
.sec4 .swiper-wrapper{
	margin-bottom:3em;
}
.sec4 .swiper-slide{
	color:#fff;
	border-radius:0.625em;
	overflow:hidden;
}
.sec4 .swiper-slide::before{
	background: linear-gradient(180deg, rgba(5, 11, 61, 0) 0%, rgba(2, 7, 45, 0.65) 100%);
	content:"";
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	transition:opacity 0.5s;
}
.sec4 .swiper-slide .cover{
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	padding:2em 2.5em;
	transition:background-color 0.5s;
	width:100%;
}
.sec4 .swiper-slide h5{
	line-height:2.125;
	margin-bottom:55%;
	transition:margin-bottom 0.5s,opacity 0.5s;
	padding:0 1em;
	height:2em;
	line-height:2;
	border-radius:0.25em;
	display:inline-block;
	vertical-align:top;
	background-color:var(--theme-blue);
	color:#fff;
}
.sec4 .swiper-slide h5 b{
	color:var(--theme-cyan);
}
.sec4 .swiper-slide h4{
	font-size:1.375em;
	line-height:1.55;
}
.sec4 .swiper-slide .detail{
	margin-bottom:100%;
	margin-top:20%;
	height:10.5em;
	margin-right:-2em;
	padding-right:2em;
}
.sec4 .swiper-slide p{
	line-height:1.75;
}
.sec4 .swiper-slide p:has(span){
	padding-left:1em;
}
.sec4 .swiper-slide p span{
	font-size:0.5em;
	width:2em;
	margin-left:-2em;
	display:inline-block;
	vertical-align:middle;
}
.sec4 .btn-box{
	display:flex;
	align-items:center;
	justify-content:center;
}
.sec4 .swiper-prev,.sec4 .swiper-next{
	display:flex;
	align-items:center;
	justify-content:center;
	background-color:#fff;
	color:var(--theme-blue);
    width:4em;
    height:4em;
    border-radius:50%;
    cursor:pointer;
    font-family: 'FontAwesome';
    margin:0 0.625em;
}
.sec4 .swiper-prev::before,.sec4 .swiper-next::before{
	font-size:1.5em;
}
.sec4 .swiper-prev::before{
	content:"\f060";
}
.sec4 .swiper-next::before{
	content:"\f061";
}



.sec5{
	padding:5.3125% 0 5.78125%;
}
.sec5 .inner{
	width:90.25em;
}
.sec5 .title{
	margin-bottom:4em;
}
.sec5 ul{
	display:flex;
	align-items:stretch;
	justify-content:space-between;
	flex-direction:row;
}
.sec5 li{
	width:7.34%;
	border-radius:0.625em;
	background-color:var(--theme-mint);
	display:flex;
	align-items:stretch;
	justify-content:center;
	flex-direction:row;
	cursor:pointer;
	transition:width 0.5s;
	height:34.625em;
	overflow:hidden;
}
.sec5 li.active{
	width:66.76%;
}
.sec5 .img-box{
	position:relative;
	width:0%;
	overflow:hidden;
	border-radius:0.625em;
}
.sec5 li.active .img-box{
	width:49%;
}
.sec5 .img-box img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.sec5 .text-box{
	width:30.6875em;
	display:flex;
	align-items:center;
	flex-direction:column;
	justify-content:flex-start;
	position:relative;
	overflow:hidden;
	flex-shrink:0;
	padding:0 4.5em;
}
.sec5 li.active .text-box{
	align-items:stretch;
	padding-top:11.3125em;
}
.sec5 .text-box h4{
	width:3.4375em;
	height:3.4375em;
	border-radius:50%;
	background-color:var(--theme-blue);
	color:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
	margin-top:2.25em;
	margin-bottom:5.625em;
	flex-shrink:0;
}
.sec5 li.active .text-box h4{
	position:absolute;
	right:2.5em;
	top:0em;
}
.sec5 .text-box h5{
	font-size:1.375em;
	line-height:1.32;
	margin-bottom:1.18em;
	writing-mode:vertical-lr;
	letter-spacing:0.2em;
	white-space:nowrap;
}
.sec5 li.active .text-box h5{
	writing-mode:unset;
	letter-spacing:0;
	white-space:unset;
}
.sec5 .text-box p{
	line-height:1.75;
	opacity:0;
}
.sec5 li.active .text-box p{
	opacity:1;
}
.sec5 .text-box p b{
	font-weight:600;
}


.sec6{
	background-color:var(--theme-mint);
	padding: 5.2% 0 4.2%;
}
.sec6 .inner{
	width:90.1875em;
}
.sec6 .title{
	margin-bottom:3.125em;
}
.sec6 ul{
	display:flex;
	align-items:stretch;
	justify-content:space-between;
	flex-direction:row;
	flex-wrap:wrap;
}
.sec6 li{
	width:48.86%;
	margin-bottom:2.25em;
	border: 1px solid rgba(51, 51, 51, 0.2);
	padding:1.75em;
	border-radius:0.625em;
	display:flex;
	align-items:flex-start;
	justify-content:space-between;
	flex-direction:row;
}
.sec6 .img-box{
	border-radius:0.3125em;
	overflow:hidden;
	width:34%;
}
.sec6 .text-box{
	width:58.73%;
}
.sec6 .text-box .flex-box{
	display:flex;
	align-items:center;
	justify-content:space-between;
	flex-direction:row;
}
.sec6 .text-box h5{
	font-size:1.625em;
	line-height:1.3;
}
.sec6 .text-box svg{
	fill:#333;
	width:auto;
	height:1.75em;
}
.sec6 .text-box svg.big1{
	height:2em;
}
.sec6 .text-box svg.big2{
	height:2.375em;
}
.sec6 .text-box .line{
	width:100%;
	height:1px;
	background-color:rgba(51, 51, 51, 0.2);
	margin:1.25em 0;
}
.sec6 .text-box p{
	line-height:1.75;
	padding-left:1em;
}
.sec6 .text-box p b{
	display:inline-block;
	vertical-align:middle;
	width:1em;
	margin-left:-1em;
}






.sec7{
	padding:5.2% 0;
}
.sec7 .inner{
	width:90.25em;	
}
.sec7 .title{
	margin-bottom:3.75em;
}
.sec7 ul{
	display:flex;
	align-items:stretch;
	justify-content:space-between;
	flex-direction:row;
	flex-wrap:wrap;
}
.sec7 li{
	width: 23.2%;
	background-color:var(--theme-mint);
	border-radius:0.625em;
	padding:3.95% 3% 0;
	cursor:pointer;
}
.sec7 .flex-box{
	display:flex;
	align-items:flex-start;
	justify-content:space-between;
	flex-direction:row;
	margin-bottom:15.56%;
}
.sec7 li .relative-box{
	position:relative;
	margin-bottom:23.56%;
}
.sec7 li .img-box{
	border-radius:0.625em;
	overflow:hidden;
	transition:opacity 0.5s;
}
.sec7 li .text{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	opacity:0;
	transition:opacity 0.5s;
}
.sec7 li p{
	line-height:1.75;
}
.sec7 li p:has(span){
	padding-left:1em;
}
.sec7 li p span{
	font-size:0.5em;
	width:2em;
	margin-left:-2em;
	display:inline-block;
	vertical-align:middle;
}
.sec7 li svg{
	width:auto;
	height:1.875em;
}
.sec7 li svg.big{
	height:2.25em;
}
.sec7 li h5{
	font-size:1.25em;
	line-height:1.5;
	font-weight:bold;
}
.sec7 li h5 b{
	color:var(--theme-blue);
}
.sec7 li h4{
	color:#666;
	font-size:1.375em;
	border-radius:50%;
	border:0.45em solid #fff;
	background-color:var(--theme-mint);
	display:flex;
	align-items:center;
	justify-content:center;
	width:4em;
	height:4em;
	margin:0 auto -2em;
}





.sec8{
	padding:5.2% 0 5.73%;
	background-color:var(--theme-mint);
}
.sec8 .inner{
	width:107.1875em;
}
.sec8 .swiper{
	margin:3.125em 0;
}
.sec8 .swiper-slide{
	border-radius:0.625em;
	background-color:#fff;
	padding: 3.4375em 2.75em 2.75em;
	height:auto;
	pointer-events:none;
}
.sec8 .swiper-slide h5{
	font-size:1.25em;
	line-height:1.5;
	color:#333;
	letter-spacing: -0.11em;
}
.sec8 .swiper-slide .line{
	width:100%;
	height:1px;
	background-color:rgba(0, 0, 0, 0.1);
	margin:1.5em 0;
}
.sec8 .swiper-slide p{
	color:#999;
	line-height:1.75;
}
.sec8 .swiper-slide .flex-box{
	display:flex;
	align-items:center;
	justify-content:space-between;
	flex-direction:row;
	margin-top:4.375em;
}
.sec8 .swiper-slide .flex-box p{
	color:#666;
}
.sec8 .swiper-slide .flex-box .more{
	pointer-events:auto;
}
.sec8 .swiper-slide .flex-box .more span{
	vertical-align:middle;
	margin-right:0.5em;
}
.sec8 .swiper-slide .flex-box .more::after{
    font-family: 'FontAwesome';
	content:"\f061";
	display:inline-block;
	vertical-align:middle;
}
.sec8 .btn-box{
	display:flex;
	align-items:center;
	justify-content:center;
}
.sec8 .swiper-prev,.sec8 .swiper-next{
	display:flex;
	align-items:center;
	justify-content:center;
	background-color:#fff;
	color:var(--theme-blue);
    width:4em;
    height:4em;
    border-radius:50%;
    cursor:pointer;
    font-family: 'FontAwesome';
    margin:0 0.625em;
}
.sec8 .swiper-prev::before,.sec8 .swiper-next::before{
	font-size:1.5em;
}
.sec8 .swiper-prev::before{
	content:"\f060";
}
.sec8 .swiper-next::before{
	content:"\f061";
}



@media only screen and (min-width:1025px){
	.sec4 .swiper-slide:hover::before{
		opacity:0;
	}
	.sec4 .swiper-slide:hover .cover{
		background-color:rgba(11, 76, 161, 0.8);
	}
	.sec4 .swiper-slide:hover h5{
		margin-bottom:1%;
		opacity:0;
	}
	.sec4 .swiper-prev:hover,.sec4 .swiper-next:hover{
		color:#fff;
		background-color:var(--theme-blue);
	}
	.sec7 li:hover .img-box{
		opacity:0;
	}
	.sec7 li:hover .text{
		opacity:1;
	}
	.sec8 .swiper-slide:hover h5{
		color:var(--theme-blue);
	}
	.sec8 .swiper-slide .flex-box .more:hover{
		color:var(--theme-blue);
	}
	.sec8 .swiper-prev:hover,.sec8 .swiper-next:hover{
		color:#fff;
		background-color:var(--theme-blue);
	}
}
@media only screen and (max-width:1024px){
	section .title h3{
		font-size:2.5em;
	}


	.sec1{
		padding:15% 0 5%;
	}
	.sec1 .title{
		margin-bottom:10%;
	}
	.sec1 ul{
		display:block;
	}
	.sec1 ul::after{
		display:none;
	}
	.sec1 li{
		padding:5%;
		width:100%;
		margin-bottom:10%;
	}
	.sec1 .text-box{
		margin-bottom:5%;
	}


	.sec2{
		padding:15% 0 10%;
	}
	.sec2 .title{
		margin-bottom:10%;
	}
	.sec2 .content{
		display:block;
	}
	.sec2 .box{
		width:100%;
	}
	.sec2 ul{
		flex-wrap:wrap;
	}
	.sec2 li{
		margin-right:3em;
		margin-bottom:2em;
	}
	.sec2 .box:last-child li{
		margin-right:3em;
	}
	.sec2 li:nth-child(4){
		margin-right:0 !important;
	}



	.sec3{
		padding:15% 0;
	}
	.sec3 .title{
		margin-bottom:5%;
	}
	.sec3 .scroll-box{
		overflow:auto;
		margin-left:-5vw;
		margin-right:-5vw;
	}
	.sec3 .map-box{
		width:200%;
	}





	.sec4{
		padding:15% 0;
	}
	.sec4 .title{
		margin-bottom:10%;
	}
	.sec4 .swiper-wrapper{
		margin-bottom:10%;
	}
	.sec4 .swiper-slide h5{
		font-size:1em;
		margin-bottom:45%;
	}



	.sec5{
		padding:15% 0 5%;
	}
	.sec5 .title{
		margin-bottom:10%;
	}
	.sec5 ul{
		display:block;;
	}
	.sec5 li{
		width:100%;
		display:block;
		height:auto;
		margin-bottom:10%;
	}
	.sec5 li.active{
		width:100%;
	}
	.sec5 .img-box{
		width:100%;
		height:50vw;
	}
	.sec5 li.active .img-box{
		width:100%;
	}
	.sec5 .text-box{
		width:100%;
		display:block;
		padding:10% 5%;
	}
	.sec5 li.active .text-box{
		padding-top:10%;
	}
	.sec5 .text-box h4{
		position:absolute;
		right:2.5em;
		top:0em;
	}
	.sec5 .text-box h5{
		writing-mode:unset;
		letter-spacing:0;
		white-space:unset;
	}
	.sec5 .text-box p{
		opacity:1;
	}


	.sec6{
		padding: 15% 0 5%;
	}
	.sec6 .title{
		margin-bottom:10%;
	}
	.sec6 ul{
		display:block;
	}
	.sec6 li{
		width:100%;
		margin-bottom:10%;
		padding:5%;
	}
	.sec6 .img-box{
		width:35%;
	}
	.sec6 .text-box{
		width:60%;
	}






	.sec7{
		padding:15% 0 0;
	}
	.sec7 .title{
		margin-bottom:10%;
	}
	.sec7 li{
		width: 100%;
		padding:10% 10% 0;
		margin-bottom:20%;
	}
	.sec7 .flex-box{
		margin-bottom:10%;
	}
	.sec7 li .relative-box{
		margin-bottom:10%;
	}
	.sec7 li .text{
		position:static;
		opacity:1;
		margin-bottom:10%;
	}
	.sec7 li h5 br{
		display:none;
	}





	.sec8{
		padding:15% 0;
		overflow:hidden;
	}
	.sec8 .swiper{
		margin:10% 0;
		overflow:visible;
	}
	.sec8 .swiper-slide{
		pointer-events:auto;
	}
}