@font-face {
    font-family: 'DIN-bold';
    src: url('../fonts/DIN-Bold.eot');
    src: url('../fonts/DIN-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DIN-Bold.woff2') format('woff2'),
        url('../fonts/DIN-Bold.woff') format('woff'),
        url('../fonts/DIN-Bold.ttf') format('truetype'),
        url('../fonts/DIN-Bold.svg#DIN-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

.section h3{
	font-size: 3em;
	color: #333;
	font-weight: bold;
	text-align: center;
}
.section .title{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
}
.section .swiper-prev,.section .swiper-next{
	width: 1.25em;
	height: 1.875em;
	background-repeat: no-repeat;
	background-image: url(../images/more-e5.png);
	background-size: auto 100%;
	background-position: right center;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
}
.section .swiper-prev{
	transform: rotate(180deg);
	margin-right: 2em;
}


.sec0{
	text-align: center;
	padding: 0.625% 0 3.96%;
}
.sec1{
	padding: 3.96% 0 6.04%;
	overflow: hidden;
}
.sec1 .title{
	margin-bottom: 5.95%;
}
.sec1 .swiper{
	overflow: visible;
}
.sec1 .swiper-slide{
	border-radius: 0.9375em;
	overflow: hidden;
	box-shadow: 0 0 1.125em rgba(20,20,20,0.07);
	width: 29.0625em;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-direction: column;
}
.sec1 .img-box{
	overflow: hidden;
}
.sec1 .text-box{
	padding: 4em 3.125em 0;
	flex-grow: 1;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-direction: column;
}
.sec1 h4{
	font-size: 7.5em;
	color: #008cd6;
	opacity: 0.1;
	font-weight: bold;
    font-family: 'DIN-bold';
    margin-bottom: -0.3em;
}
.sec1 h5{
	font-size: 1.625em;
	color: #333;
	font-weight: bold;
	margin-bottom: 1em;
}
.sec1 p{
	font-size: 0.9375em;
	color: #333;
	line-height: 2.2;
	text-align: justify;
}




.sec2{
	padding: 6.04% 0 4.95%;
	overflow: hidden;
}
.sec2 .title{
	margin-bottom: 4.73%;
}
.sec2 .swiper{
	overflow: visible;
}
.sec2 .swiper-slide{
	text-align: center;	
	width: 18.75em;
}
.sec2 .swiper-slide img{
	margin-bottom: 1.125em;
}
.sec2 p{
	font-size: 1.125em;
	color: #333;
	line-height: 1.78;
}


.sec3{
	padding: 4.95% 0 6.04%;
}
.sec3 h3{
	margin-bottom: 9.865%;
}
.sec3 .img{
	width: 77.1%;
	margin: 0 auto;
}
.sec3 .img1{
	margin-bottom: 10.4%;
}



.sec4{
	padding: 6.04% 0 5.625%;
}
.sec4 h3{
	margin-bottom: 7.3%;
}
.sec4 ul{
	text-align: justify;
	border-radius: 0.5em;
	border: 1px solid rgb(167, 174, 184);
	position: relative;
	overflow: hidden;
	padding: 6.25em 0 4em;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-direction: row;
}
.sec4 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;
}
.sec4 ul li{
	width: 50%;
	padding: 0 4.375em 1em;
}
.sec4 ul li:first-child{
	border-right: 1px solid #d6d9de;
}
.sec4 ul li:last-child{
	border-left: 1px solid #d6d9de;
}
.sec4 h5{
	font-size: 1.75em;
	color: #333;
	font-weight: bold;
	margin-bottom: 1.5em;
}
.sec4 p{
	text-align: justify;
	font-size: 1em;
	color: #3d3d3d;
	line-height: 2.125;
}
.sec4 .img{
	margin-top: 4em;
}


.sec5{
	padding: 5.625% 0 10.4%;
}
.sec5 h3{
	margin-bottom: 5.95%;
}
.sec5 .box{
	background-color: #f6fcfe;
	border-radius: 0.625em;
	border: 1px solid rgba(0,149,217,0.5);
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: row;
}
.sec5 .text-box{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50.34%;
}
.sec5 .text-box ul{
	min-width: 61.64%;
}
.sec5 .text-box li{
	font-size: 1.125em;
	color: #333;
	margin-bottom: 2.2em;
}
.sec5 .text-box li:last-child{
	margin-bottom: 0;
}
.sec5 .text-box li b{
	margin-right: 0.5em;
}
.sec5 .text-box li .icon{
	width: 1.333em;
	margin-right: 1em;
	display: inline-block;
}
.sec5 .img-box{
	width: 49.66%;
}

@media only screen and (min-width:1024px){
	.section .swiper-prev:hover,.section .swiper-next:hover{
		background-image: url(../images/more-e4.png);
	}
}

@media only screen and (max-width:1024px) {
	.section h3{
		font-size: 2em;
	}

	.sec0{
		padding: 10px 0 0;
	}

	.sec1{
		padding: 15% 0 7.5%;
	}
	.sec1 .title{
		margin-bottom: 10%;
	}



	.sec2{
		padding: 7.5% 0;
	}
	.sec2 .title{
		margin-bottom: 10%;
	}
	.sec2 .swiper-slide{
		width: 18.75em;
	}
	.sec2 .swiper-slide img{
		margin-bottom: 1.125em;
	}
	.sec2 p{
		font-size: 1.125em;
	}


	.sec3{
		padding: 7.5% 0;
	}
	.sec3 h3{
		margin-bottom: 10%;
	}
	.sec3 .img{
		width: 100%;
	}
	.sec3 .img1{
		margin-bottom: 10.4%;
	}



	.sec4{
		padding: 7.5% 0;
	}
	.sec4 h3{
		margin-bottom: 10%;
	}
	.sec4 ul{
		display: block;
		padding: 0 1.5em;
	}
	.sec4 ul li{
		width: 100%;
		padding: 3em 1em;
	}
	.sec4 ul li:first-child{
		border-right: 0 none;
		border-bottom: 1px solid #d6d9de;
	}
	.sec4 ul li:last-child{
		border-left: 0 none;
		border-top: 1px solid #d6d9de;
	}
	.sec4 h5{
		font-size: 1.5em;
		margin-bottom: 1em;
	}
	.sec4 .img{
		margin-top: 2em;
	}


	.sec5{
		padding: 7.5% 0 15%;
	}
	.sec5 h3{
		margin-bottom: 10%;
	}
	.sec5 .box{
		display: block;
	}
	.sec5 .text-box{
		width: 100%;
		padding: 3em 0;
	}
	.sec5 .img-box{
		width: 100%;
	}
}