.content-box {
	width: 1200px;
	margin: 0 auto;
}

.swiper-slide img {
	width: 295px;
	height: 166px;
}

.swiper-container {
	position: relative;
	height: 300px;
}
.swiper-wrapper{
	height: 200px !important;
	margin-top: 40px;

}
.swiper-slide {
	box-sizing: border-box;
	text-align: center;
	background: #FFFFFF;
	box-shadow: 0 0 16px 0 rgba(0, 103, 176, 0.1);
	border-radius: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 300ms;
}

.swiper-slide:hover{
	transform: scale(1.25);
	z-index: 999 !important;
}

.swiper-button-next::after {
	content: '' !important;
	background: url(../imgs/honorary-qualification/rightBtn.png) round;
	width: 25px;
	height: 45px;
}

.swiper-button-prev::after {
	content: '' !important;
	background: url(../imgs/honorary-qualification/leftBtn.png) round;
	width: 25px;
	height: 45px;
}

.text {
	margin-top: -25px;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	line-height: 10px;
}

.banner2 {
	margin-top: 92px;
}

.banner-top {
	height: 200px;
	position: relative;
}

.banner-bottom {
	height: 200px;
	position: relative;
}

footer {
	position: fixed;
	bottom: 0;
}



