.header_bg_img{
	width: 100%;
	height: 310px;
	transition: all 0.3s;
}
.b2_left_title{
	font-size: 36px;
	font-weight: 400;
	transition: all 0.3s;
}
.banner2_line{
	width: 40px;
	height: 1px;
	background-color: #0066CC;
	margin-top: 14px;
}
.qf_banner1{
	width: 100%;
	margin: 100px 0;
}
.qf_banner1_center{
	max-width: 1230px;
	margin: 0 auto;
	padding: 0 15px;
}
.disNO{
	display: block;
}
.disShow{
	display: none;
}
.qf_banner1_center_box{
	width: 100%;
	position: relative;
	margin-top: 40px;
}
.qf_bn1_swp{
	width: 100%;
}
.qf_bn1_swp .swiper-wrapper .swiper-slide img{
	width: 370px;
}
.qf_banner1_prevbox,.qf_banner1_nextbox{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #FFFFFF;
	box-shadow: 0px 0px 6px rgba(35, 79, 123, 0.2);
	position: absolute;
	top: 50%;
	margin-top: -30px;
	cursor: pointer;
}
.qf_banner1_prevbox{
	left: -10%;
}
.qf_banner1_nextbox{
	right: -10%!important;
}
.qf_banner1_center_box .qf_bn1_swp_prev,
.qf_banner1_center_box .qf_bn1_swp_next{
	width: 10px;
	height: 20px;
	background-size: 100%;
	top: 50%;
	margin-top: -10px;
}
.swiper-button-prev, .swiper-container-rtl .qf_bn1_swp_prev{
	left: 24px!important;
	right: auto!important;
}
.swiper-button-next, .swiper-container-rtl .qf_bn1_swp_next{
	right: 24px!important;
	left: auto!important;
}
@media (max-width:1200px){
	.header_bg_img{
		height: 162px;
	}
	.b2_left_title{
		font-size: 30px;
	}
	.qf_banner1_center{
		max-width: 970px;
	}
	.qf_bn1_swp .swiper-wrapper .swiper-slide img{
		width: 260px;
	}
	.qf_banner1_prevbox{
		left: -6%!important;
	}
	.qf_banner1_nextbox{
		right: -6%!important;
	}
	.qf_banner1_prevbox,.qf_banner1_nextbox{
		width: 44px;
		height: 44px;
		margin-top: -22px;
	}
	.swiper-button-prev, .swiper-container-rtl .qf_bn1_swp_prev{
		left: 18px!important;
		right: auto!important;
	}
	.swiper-button-next, .swiper-container-rtl .qf_bn1_swp_next{
		right: 18px!important;
		left: auto!important;
	}
}
@media (max-width:767px){
	.b2_left_title{
		font-size: 20px;
	}
	.banner2_line{
		width: 25px;
	}
	.disNO{
		display: none;
	}
	.disShow{
		display: block;
	}
	.qf_banner1_center_box>img{
		width: 100%;
	}
	.pageMore{
		width: 100%;
		margin-top: 60px;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 100px;
		transform: scale(0.7);
	}
	.another{
		width: 62px;
		min-width: 40px;
		height: 40px;
		border: 1px solid #e4e4e4;
		border-radius: 2px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.another_center{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.another_center li{
		width: 40px;
		height: 40px;
		border: 1px solid #e4e4e4;
		border-radius: 2px;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 10px;
		background-color: #ffffff;
		color: #333333;
		cursor: pointer;
	}
	.another_active{
		background-color: #0066CC!important;
		color: #ffffff!important;
	}
}