.banner{
	margin-bottom: 4.84375%;
	position: relative;
	height: 28.25em;
	background-repeat: no-repeat;
	background-image: url(../images/afterservice_banner.jpg);
	background-size: auto 100%;
	background-position: center center;
}
.banner .inner{
	position: absolute;
	left: 0;
	right: 0;
	top: 43.584%;
}
.banner h1{
	font-size: 1.75em;
	color: #fff;
	font-weight: bold;
	margin-bottom: 2.03%;
}
.banner p{
	font-size: 1.125em;
	color: #fff;
}

.sec1{
	margin-bottom: 4.53125%;
}
.sec1 .flex-box{
	margin-bottom: 6.27%;
	-webkit-display: flex;
	-webkit-align-items: stretch;
	-webkit-justify-content: center;
	-webkit-flex-direction: row;
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-direction: row;
}
.sec1 .line{
	background-color: #ccc;
	width: 1px;
	margin: 0 6%;
}
.sec1 h3{
	font-size: 1.125em;
	color: #000;
	font-weight: 500;
	margin-bottom: 1em;
}
.sec1 h4{
	font-size: 1.5em;
	color: #000;
	font-weight: bold;
}
.sec1 ul{
	-webkit-display: flex;
	-webkit-align-items: stretch;
	-webkit-justify-content: flex-start;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
	text-align: center;
}
.sec1 li{
	border: 1px solid #d4d4d4;
	width: 32.35%;
	margin-right: 1.475%;
	padding: 0.523%;
}
.sec1 li:last-child{
	margin-right: 0;
}
.sec1 li .box{
	border: 1px solid #d4d4d4;
	padding: 8.69% 9.5% 4.65%;
	height: 100%;
}
.sec1 li img{
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 200%;	
	width: auto;
	height: 3.5em;
	margin-bottom: 12.267%;
}
.sec1 li img.icon1{
	background-image: url(../images/afterservice_sec1_icon1_bg.png);
}
.sec1 li img.icon2{
	background-image: url(../images/afterservice_sec1_icon2_bg.png);
}
.sec1 li img.icon3{
	background-image: url(../images/afterservice_sec1_icon3_bg.png);
}
.sec1 li h5{
	font-size: 1.5em;
	color: #000;
	font-weight: 500;
	margin-bottom: 5.6%;
}
.sec1 li p{
	font-size: 1em;
	color: #000;
	line-height: 1.5;
	text-align: justify;
}


.sec2{
	margin-bottom: 3.33%;
}
.sec2 h3{
	font-size: 1.125em;
	color: #000;
	font-weight: 500;
	margin-bottom: 2.75%;
}
.sec2 input{
	float: left;
	width: 22.876%;
	margin-right: 2.832%;
	margin-bottom: 2.16%;
	font-size: 1em;
	color: #333;
	border: 1px solid #ddd;
	line-height: 3;
	padding: 0 1.5em;
}
.sec2 input.line2{
	width: 48.584%;
}
.sec2 input:nth-child(4n){
	margin-right: 0;
}
.sec2 .submit{
	display: block;
	width: 8.64em;
	height: 3em;
	line-height: 3;
	font-size: 0.875em;
	color: #fff;
	border-radius: 1.5em;
	background-color: #c7000b;
	float: left;
	text-align: center;
	margin-top: 0.25em;
}

#pop-cover{
	background-color: rgba(0,0,0,0.4);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-display: none;
	-moz-display: none;
	-ms-display: none;
	-o-display: none;
	display: none;
	z-index: 99;
}
#pop-cover.active{
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	-moz-display: flex;
	-moz-align-items: center;
	-moz-justify-content: center;
	-ms-display: flex;
	-ms-align-items: center;
	-ms-justify-content: center;
	-o-display: flex;
	-o-align-items: center;
	-o-justify-content: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
#pop-cover .pop-box{
	background-color: #fff;
	width: 834px;
	max-width: 90%;
	position: relative;
	display: none;
}
#pop-cover .pop-box.active{
	display: block;
}
#pop-cover .pop-box .close img{
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	left: 100%;
	top: 0;
	width: 2.25em;
	margin-top: -1.125em;
	margin-left: -1.125em;
	cursor: pointer;
}
#pop-cover .pop-box.tip{
	text-align: center;
	padding: 6.666% 0;
}
#pop-cover .pop-box.tip .icon{
	width: 7.674%;
}
#pop-cover .pop-box.tip p{
	font-size: 1.5em;
	color: #c7000b;
	line-height: 1.5;
	margin: 4.8% 0;
}
#pop-cover .pop-box.tip .back{
	display: inline-block;
	vertical-align: top;
	font-size: 0.875em;
	width: 8.64em;
	height: 3em;
	line-height: 3em;
	background-color: #c7000b;
	color: #fff;
	border-radius: 1.5em;
}


@media only screen and (min-width:1024px){
	.sec1 li:hover{
		border-color: #c7000b;
	}
	.sec1 li:hover .box{
		border-color: #c7000b;
		background-color: #c7000b;
	}
	.sec1 li:hover img{
		background-position: center bottom;
	}
	.sec1 li:hover h5{
		color: #fff;
	}
	.sec1 li:hover p{
		color: #fff;
	}
}



@media only screen and (max-width:1024px){

	.banner{
		margin-bottom: 10%;
		height: 20em;
	}
	.banner h1{
		margin-bottom: 5%;
	}

	.sec1{
		margin-bottom: 10%;
	}
	.sec1 .flex-box{
		margin-bottom: 10%;
		-webkit-display: block;
		display: block;
	}
	.sec1 .line{
		width: 100%;
		height: 1px;
		margin: 6% 0;
	}
	.sec1 ul{
		-webkit-display: block;
		display: block;
	}
	.sec1 li{
		width: 100%;
		margin-right: 0;
		padding: 1.5%;
		margin-bottom: 5%;
	}
	.sec1 li:last-child{
		margin-bottom: 0;
	}
	.sec1 li .box{
		padding: 5% 9.5%;
	}
	.sec1 li img{
		margin-bottom: 6%;
	}
	.sec1 li h5{
		margin-bottom: 4%;
	}

	.sec2{
		margin-bottom: 15%;
	}
	.sec2 h3{
		font-size: 1.5em;
		margin-bottom: 5%;
	}
	.sec2 input{
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 5%;
		font-size: 1.25em;
	}
	.sec2 input.line2{
		width: 100%;
	}
	.sec2 input:nth-child(4n){
		margin-right: 0;
	}
	.sec2 .submit{
		float: none;
		margin: 0 auto;
		font-size: 1.25em;
	}
}
