img{
	width: auto;
}
.banner{
	position: relative;
}
.banner .title{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
}
.banner .title h4{
	font-weight: bold;
	font-size: 2rem;
	color: #fff;
	line-height: 2.5rem;
}
.banner .title form div{
	margin: 0.5rem 0;
}
.banner .title form div label{
	margin:0 0.5rem;
}
.banner .title form div label span{
	color: #fff;
	font-size: 0.6rem
}
.banner .title form div.chazhao{
	position: relative;
	width: 350px;
	height: 26px;
	border: 2px solid #fff;
	border-radius:15px ;
	display: flex;
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 0.5rem;
	background: #fff;
}
.banner .title form div .sub{
	width: 20px;
	height: 20px;
	background: url(../images/chazhao.png) no-repeat center;
	float:left;
	cursor: pointer;
}
.banner .title form div .txt{
	width: 300px;
	height: 26px;
	float: right;
	background: rgba(0,0,0,0);
	color: #999;
	font-size: 14px;
}


.main-wrapper{
	width: 100%;
	background: #f2f2f2;
}
.main{
	width: 100%;
	max-width: 1220px;
	margin: 0 auto;
	box-sizing: border-box;
	text-align: center;
	padding: 2rem 0.5rem 78px 0.5rem;
	height: auto;
	/*min-height: 535px;*/
	position: relative;
}
.main h4{
	font-size: 1.5rem;
	color: #333;
	font-weight: bold;
}
.main .swiper-container{
	width: 60%;
	margin-top: 2rem;
	box-sizing: border-box;
	padding: 2rem 0;
}

.main .swiper-slide{
	/*margin: 1rem;*/
}
.main>ul{
	display: flex;
	justify-content: space-between;
	margin: 2rem 0;
	align-items: center;
	flex-wrap: wrap;
}
.main>ul li{
	margin: 1rem 0;
}
.main>ul li a{
	display: block;
	text-align: center;
}
.main>ul li a p{
	font-size: 0.63rem;
	color: #666;
}
.main>ul li a img{
	transition: all .5s;
}
.main>ul li a:hover img{
	transform: translateY(-10px);
}



.main .tab{
	width: 80%;
	height: 78px;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.main .tab ul{
	width:100%;
	height: 100%;
	display: flex;
	justify-content: center;
}
.main .tab ul li{
	width: 33.33%;
	height: 78px;
}
.main .tab ul li a{
	width:100%;
	height:100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #666666;
	color: #ccc;
	font-size: 0.63rem;
}
.main .tab ul li a.active{
	color: #666666;
	background: #fff ;
}
.main .tab ul li a img{
	width: 38px;
	height:25px;
	margin-right: 0.5rem;
	
}





.faqs-wrapper{
	width: 100%;
	background: #fff;
}
.faqs-wrapper .faqs{
	width: 100%;
	max-width: 1220px;
	height: auto;
	margin: 0 auto;
	box-sizing: border-box;
	padding:2rem ;
	text-align: center;
}
.faqs-wrapper .faqs h4{
	font-size: 1.81rem;
	color: #000;
	font-weight: bold;
	line-height: 2rem;
	margin-top: 1rem;
}
.faqs-wrapper .faqs h5{
	font-size:0.63rem;
	color: #666;
	line-height:1.5rem;
}
.faqs-wrapper .faqs .dl{
	display: flex;
	justify-content: center;
	margin:0.5rem 0;
	
}
.faqs-wrapper .faqs .dl a{
	display: block;
	width: 100%;
	max-width: 360px;
	height: 55px;
	text-align: center;
	line-height: 55px;
	color: #fff;
	background: #bd3a00;
}




@media screen and (max-width:1200px){
	.main .tab{
		width: 90%;
	}
	
}


@media screen and (max-width:768px){
	.banner .title form{
		display: none;
	}
	.main .tab{
		width:100%;
	}
	
}
@media screen and (max-width:640px){
	.main .tab ul li a{
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
}

@media screen and (max-width:480px){
	.faqs-wrapper .faqs h5{
		font-size: 14px;
	}
	
	
	
}




















































































