@charset "utf-8";
/* CSS Document */

.honorImg {
	position: relative;
	width: 800px;
	margin: 0 auto;
}

.honorImg .swiper-container {
	padding-bottom: 60px;
}

.honorImg  .swiper-slide {
	width: 220px;
	height: 300px;
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
}
.honorImg  .swiper-slide img{
	width: 220px;
	height: 300px;
	display:block;
}


.honorImg .swiper-button-prev {
	left: -75px;
	width: 45px;
	height: 45px;
	background-color: rgba(89, 87, 87, 0.5);
	background-size: 100%;
	border-radius: 50%;
	color: #ffffff;
}

.honorImg .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

.honorImg .swiper-button-next {
	right: -75px;
	width: 45px;
	height: 45px;
	background-size: 100%;
	background-color: rgba(89, 87, 87, 0.5);
	background-size: 100%;
	border-radius: 50%;
	color: #ffffff;
}

.honorImg .swiper-button-prev:hover,
.honorImg .swiper-button-next:hover {
	background-color: rgb(0, 78, 162);
}
.honorImg .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}
.honorImg .swiper-button-prev::after,.honorImg .swiper-button-next::after{
	content: '';
}