.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;
	line-height: 2rem;
}
.main>ul li a img{
	transition: .5s;
}
.main>ul li a:hover img{
	transform: translateY(-10px);
	box-shadow: 0 4px 30px rgba(0,0,0,.15);
}
.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 a img{
	width: auto;
	height: auto;
}
.faqs>h4{
	font-size: 1.81rem;
	font-weight: bold;
	color: #000;
	line-height: 2rem;
	/*margin:0.5rem 0;*/
}
.faqs>h5{
	font-size: 0.63rem;
    color: #666;
    line-height: 1.5rem;
}

	
.faqs>h6{
	font-size: 0.5rem;
	color: #666;
}
.faqs .info{
	width: 80%;
	margin:1rem auto;
	border-top:1px solid #ccc ;
	box-sizing: border-box;
	padding: 1rem;
}
.faqs .info h4{
	font-size: 1.27rem;
	color: #666666;
	margin: 1rem 0;
}
.faqs .info ul{
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	/*padding-bottom:10rem;*/
}
.faqs .info ul li{
	width: 40%;
	margin-top: 1rem;
}
.faqs .info ul li a{
	display: block;
	border: 1px solid #cccccc;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	height: 83px;
	box-sizing: border-box;
	padding-left: 1rem;
}
.faqs .info ul li a h6{
	font-size: 0.63rem;
	color: #bd302a;
}
.faqs .info ul li a p{
	font-size: 0.54rem;
	color: #666;
}








@media screen and (max-width:1200px){
	.main .tab{
		width: 90%;
	}
	.faqs .info ul li a{
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 0;
	}
}


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

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




















































































