.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 h5{
	font-size: 0.8rem;
	color: #fff;
}
.main-wrapper{
	width: 100%;
}
.main{
	width: 100%;
	max-width: 1220px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 1rem;
}
.main .top{
	width: 100%;
	height: auto;
	background: #fff;
}
.main .top p span{
	color: #bd302a;
	font-size: 12px;
	margin-right:5px;
}
.main .top h4{
	text-align: left;
	font-size:1.27rem;
	color: #666;
	margin: 1.5rem 0;
}

.main .top .center{
	width: 100%;
	padding-left: 2rem;
	box-sizing: border-box;
	padding-bottom: 3rem;
}
.main .top .center .one{
	width: 100%;
	max-width: 898px;
	border: 1px solid #cccccc;
	margin-bottom:1rem;
}
.main .top .center .one .title{
	width: 100%;
	max-width: 898px;
	height: 1.81rem;
	background: #cccccc;
	font-size: 0.9rem;
	color: #666;
	line-height: 1.81rem;
	box-sizing: border-box;
	padding-left: 1rem;
}
.main .top .center .one .all{
	width: 100%;
	height: 248px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	box-sizing: border-box;
	padding-left:2rem;
}
.main .top .center .one .all div{
	margin-right: 3rem;
}
.main .top .center .one .all div p{
	font-size: 0.63rem;
	color: #666;
	margin-bottom:0.5rem;
}










.faqs-wrapper{
	width: 100%;
	background: #f2f2f2;
}
.faqs-wrapper .faqs{
	width: 100%;
	max-width: 1220px;
	height: 688px;
	margin: 0 auto;
	box-sizing: border-box;
	padding:2rem ;
}
.faqs-wrapper .faqs .title{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.faqs-wrapper .faqs .title h4{
	font-size: 24px;
	color: #666;
}
.faqs-wrapper .faqs .title h6 a{
	display: inline-block;
	width: auto;
	font-size: 0.9rem;
	color: #bd302a;
	margin-left: 1rem;
}
.faqs-wrapper .faqs .title h6 a:hover{
	border-bottom: 1px solid #bd302a;
}
.faqs-wrapper .faqs ul{
	margin-top:2rem;
}
.faqs-wrapper .faqs ul li a{
	display: block;
	width: 100%;
	height: 2rem;
	border-bottom: 1px solid #cccccc;
	line-height: 2rem;
	font-size: 14px;
	color: #999;
}
.faqs-wrapper .faqs ul li a:hover{
	color: #00A7E1;
}

.faqs-wrapper .faqs>h4{
	font-size: 20px;
	color: #bd302a;
	text-align: center;
	margin-top:5rem;
}





@media screen and (max-width:1200px){
	.main .top{
		height: auto;
	}
	
}
@media screen and (max-width:768px){
	.faqs-wrapper .faqs{
		height: auto;
	}
	.faqs-wrapper .faqs>h4{
		margin-top: 2rem;
	}
	.faqs-wrapper .faqs ul li a{
		overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap;
	}
}
@media screen and (max-width:640px){
	.main .top .center{
		padding: 0;
	}
}

@media screen and (max-width:480px){
	.main .top .center .one .all{
		flex-direction: column;
		height: auto;
		align-items: center;
		justify-content: center;
		padding:0 1rem;
	}
	.main .top .center .one .all div{
		margin: 2rem 0;
	}
	.faqs-wrapper .faqs .title{
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	.faqs-wrapper .faqs .title h6 a{
		margin-left: 0;
		margin-right: 10px;
	}
}




















































































