.ban{
	background-position: center top;
}
.section h3{
	font-size: 3em;
	color: #333;
	font-weight: bold;
	line-height: 1.5;
}



.sec1{
	padding: 8.7% 0 3.90625%;
}
.sec1 .inner{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
}
.sec1 .text-box{
	width: 47.26%;
}
.sec1 h3{
	margin-bottom: 1.125em;
}
.sec1 p{
	color: #333;
	line-height: 2.125;
	margin-bottom: 0.625em;
}
.sec1 p:last-child{
	margin-bottom: 0;
}
.sec1 .img-box{
	width: 40.34%;
}



.sec2{
	padding: 3.90625% 0 8.96%;
}
.sec2 .inner{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.sec2 .text-box{
	width: 39.45%;
}
.sec2 .text-box li{
	padding-left: 5.5em;
	padding-right: 3.125em;
}
.sec2 .text-box .line{
	height: 1px;
	background-color: #aeaeae;
	opacity: 0.3;
	margin: 5em 0;
}
.sec2 .text-box h5{
	font-size: 1.75em;
	color: #333;
	font-weight: normal;
	margin-bottom: 1.35em;
	position: relative;
}
.sec2 .text-box .icon{
	width: auto;
	height: 1.57em;
	position: absolute;
	left: -3.143em;
	top: 50%;
	margin-top: -0.785em;
}
.sec2 .text-box p{
	font-size: 1.25em;
	color: #333;
	line-height: 1.5;
}
.sec2 .video-box{
	width: 50.48%;
	position: relative;
	overflow: hidden;
	border-radius: 1.25em;
}
.sec2 .video-box video{
	object-fit: cover;
}



.sec3{
	background-color: #fafafa;
	padding: 5.73% 0 6.66%;
	text-align: center;
}
.sec3 p{
	font-size: 1.125em;
	color: #3d3d3d;
	line-height: 1.56;
}
.sec3 .title{
	margin-bottom: 6.44%;
}
.sec3 .title h3{
	margin-bottom: 0.625em;
}
.sec3 ul{
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-direction: row;
}
.sec3 li{
	width: 16.75em;
}
.sec3 .img-box{
	position: relative;
	margin-bottom: 2.8125em;
}
.sec3 .img-box .bg{
	animation: rotateinfi linear 10s infinite;
}
@keyframes rotateinfi {
	100%{
		transform: rotate(360deg);
	}
}
.sec3 .img-box h5{
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	color: #fff;
	font-weight: normal;
	font-size: 1em;
}
.sec3 .img-box h5 b{
	font-size: 3em;
	font-weight: bold;
}
.sec3 .img-box h5 span{
	font-size: 0.875em;
	margin-left: 0.57em;
	vertical-align: text-top;
}


.sec4{
	position: relative;
	padding: 6.15% 0 5.2%;
	text-align: center;
}
.sec4::after{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 14.95vw;
	background-color: #f6f5f5;
	content: "";
	display: block;
	z-index: -1;
}
.sec4 h3{
	margin-bottom: 0.583em;
}
.sec4 p{
	font-size: 1.125em;
	line-height: 2;
}
.sec4 ul{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-direction: row;
	margin-top: 3.77%;
}
.sec4 li{
	width: 15.41%;
	overflow: hidden;
	border-radius: 0.625em;
	position: relative;
}
.sec4 li img{
	transition: transform 0.5s;
}
.sec4 li p{
	font-size: 1.25em;
	color: #fff;
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 2.5em;
	margin-bottom: 0;
}




.sec5{
	padding: 5.2% 0 10.4%;
	background-color: #f6f5f5;
	text-align: center;
}
.sec5 h3{
	margin-bottom: 0.583em;
}
.sec5 p{
	font-size: 1.125em;
	line-height: 2;
}
.sec5 .img-box{
	position: relative;
	overflow: hidden;
	border-radius: 1.25em;
	margin-top: 3.77%;
}
.sec5 .text{
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 4.65%;
	width: 100%;
}
.sec5 .text *{
	color: #fff;
}
.sec5 h5{
	font-size: 2em;
	font-weight: normal;
	margin-bottom: 1.15625em;	
}




.sec6{
	background-color: #00a4ff;
	padding-top: 8.333%;
	color: #fff;
	overflow: hidden;
}
.sec6 .title{
	margin-bottom: 9.6%;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-direction: row;
}
.sec6 .relative-box{
	position: relative;
}
.sec6 .title li{
	font-size: 15.625em;
	color: transparent;
	font-weight: bold;
	position: absolute;
	left: -0.64em;
	top: 50%;
	margin-top: -0.5em;
	opacity: 0;
	transition: opacity 0.3s;
    -webkit-text-stroke: 2px #fff;
    text-stroke: 2px #fff;
}
.sec6 .title li.on{
	opacity: 0.5;
}
.sec6 h3{
	color: inherit;
}
.sec6 .scrollbar{
    width: 68%;
    height: 28px;
    background-repeat: repeat-x;
    background-image: url(../images/index_sec2_scroll_bg2_alt.png);
    background-size: auto 100%;
    background-position: left top;
    margin-bottom: -4em;
}
.sec6 .scrollbar .swiper-scrollbar-drag{
    background-repeat: no-repeat;
    background-image: url(../images/index_sec2_scrollcursor_alt.png);
    background-size: 100% auto;
    border-radius: 14px;
    cursor: pointer;
}
.sec6 .scrollbar .swiper-scrollbar-drag::after{
    content: "";
    width: 100vw;
    background-repeat: repeat-x;
    background-image: url(../images/index_sec2_scroll_bg1_alt.png);
    background-size: auto 100%;
    background-position: left top;
    height: 100%;
    position: absolute;
    left: 100%;
    top: 0;
}


.sec6 .swiper{
	overflow: visible;
}
.sec6 .swiper-slide{
	width: 24.5em;
	height: auto;
	border-left: 1px solid #80d2ff;
	padding: 0 2.625em 7.125em;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-direction: column;
}
.sec6 .swiper-slide.on{
	border-color: #e78e4a;
}
.sec6 .swiper-slide::before{
	content: "";
	display: block;
	height: 1.125em;
	width: 0.3125em;
	background-color: #80d2ff;
	position: absolute;
	left: 0;
	top: 0;
	transform: translateX(-50%);
	margin-left: -1px;
}
.sec6 .swiper-slide.on::before{
	height: 1em;
	width: 1em;
	border-radius: 50%;
	background-color: #e78e4a;
}
.sec6 h5{
	font-size: 3em;
	font-weight: normal;
	margin-bottom: 0.75em;
}
.sec6 .swiper-slide.on h5{
	font-weight: bold;
	color: #e78e4a;
}
.sec6 p{
	font-size: 1em;
	line-height: 1.5;
	margin-bottom: 0.75em;
	padding-left: 0.75em;
}
.sec6 p::before{
	content: "·";
	display: inline-block;
	vertical-align: baseline;
	width: 0.75em;
	margin-left: -0.75em;
}
.sec6 p:last-child{
	margin-bottom: 0;
}
.sec6 .img-box{
	flex-shrink: 0;
	margin-top: 3em;
	opacity: 0;
	transition: opacity 0.3s;
	border-radius: 0.3125em;
	overflow: hidden;
	margin-left: -4em;
}
.sec6 .swiper-slide.on .img-box{
	opacity: 1;
}


.sec7{
	padding: 9.375% 0 8.333%;
}
.sec7 h3{
	margin-bottom: 5.2%;
	text-align: center;
}
.sec7 ul{
	border-radius: 0.5em;
	border: 1px solid rgb(167, 174, 184);
	position: relative;
	overflow: hidden;
	padding: 2em 0;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-direction: row;
}
.sec7 ul::before{
	content: "";
	display: block;
	width: 100%;
	height: 0.5em;
	background-repeat: no-repeat;
	background-image: url(../images/repairintro_sec1_bg1.jpg);
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
}
.sec7 ul li{
	width: 50%;
	padding: 0.875em 4em 1em;
}
.sec7 ul li:first-child{
	border-right: 1px solid #a7aeb8;
}
.sec7 h5{
	font-size: 1.5em;
	color: #3d3d3d;
	font-weight: bold;
	margin-bottom: 1em;
}
.sec7 .icon{
	width: auto;
	height: 2.25em;
	display: inline-block;
	vertical-align: middle;
	margin-right: -1.67em;
}
.sec7 p{
	font-size: 1em;
	color: #333;
	line-height: 1.5;
	margin-bottom: 0.75em;
}
.sec7 p:last-child{
	margin-bottom: 0;
}
@media only screen and (min-width:1024px){
	.sec4 li:hover img{
		transform: scale(1.1);
	}
}

@media only screen and (max-width:1024px) {
	.ban{
		background-position: right top;
	}
	.section h3{
		font-size: 2em;
	}



	.sec1{
		padding: 15% 0 7.5%;
	}
	.sec1 .inner{
		display: block;
	}
	.sec1 .text-box{
		width: 100%;
		margin-bottom: 10%;
	}
	.sec1 .img-box{
		width: 100%;
	}



	.sec2{
		padding: 7.5% 0 15%;
	}
	.sec2 .inner{
		display: block;
	}
	.sec2 .text-box{
		width: 100%;
		margin-bottom: 10%;
	}
	.sec2 .text-box .line{
		margin: 10% 0;
	}
	.sec2 .video-box{
		width: 100%;
		border-radius: 0.625em;
	}



	.sec3{
		padding: 15% 0;
	}
	.sec3 .title{
		margin-bottom: 10%;
	}
	.sec3 ul{
		flex-wrap: wrap;
	}
	.sec3 li{
		width: 45%;
	}
	.sec3 li:nth-child(1),.sec3 li:nth-child(2){
		margin-bottom: 10%;
	}
	.sec3 .img-box{
		margin-bottom: 10%;
	}
	.sec3 .img-box h5 b{
		font-size: 2em;
	}

	.sec4{
		padding: 15% 0 7.5%;
	}
	.sec4::after{
		height: 50vw;
	}
	.sec4 ul{
		flex-wrap: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		padding: 0 5%;
		margin-left: -5vw;
		margin-right: -5vw;
		margin-top: 10%;
	}
	.sec4 li{
		flex-shrink: 0;
		width: 14.0625em;
		margin-right: 5%;
	}
	.sec4 li:last-child{
		margin-right: 0;
	}




	.sec5{
		padding: 7.5% 0 15%;
	}
	.sec5 .img-box{
		border-radius: 0.625em;
		margin-top: 10%;
		background-color: #1a222a;
	}
	.sec5 .img-box .bg{
		max-width: none;
		width: 150%;
		margin-left: -37.5%;
	}
	.sec5 .text{
		position: relative;
		margin-top: 0;
		width: 100%;
		padding: 15% 10% 10%;
	}
	.sec5 h5{
		font-size: 1.5em;
	}




	.sec6{
		padding-top: 15%;
	}
	.sec6 .title{
		margin-bottom: 15%;
	}
	.sec6 .title h3{
		margin-left: 1.5em;
	}
	.sec6 .title li{
		font-size: 7.8125em;
		left: -5vw;
	}
	.sec6 .swiper-prev{
		margin-right: 0;
	}
	.sec6 .swiper-slide{
		padding: 0 2.5em 4em;
	}
	.sec6 h5{
		font-size: 2em;
	}
	.sec6 .img-box{
		margin-left: -3em;
	}
	.sec6 .scrollbar{
	    width: 30%;
	    margin-bottom: -2em;
	}




	.sec7{
		padding: 15% 0;
	}
	.sec7 h3{
		margin-bottom: 10%;
	}
	.sec7 ul{
		padding: 0 2em;
		display: block;
	}
	.sec7 ul li{
		width: 100%;
		padding: 3em 1em;
	}
	.sec7 ul li:first-child{
		border-right: 0 none;
		border-bottom: 1px solid #a7aeb8;
	}
}