@charset "utf-8";

#honor {
	position: relative;
	width: 100%;
	margin: 50px auto 30px;
}

#honor .swiper-container {
	padding-bottom: 100px;
	padding-top: 50px;
}

#honor .swiper-slide {
	width: 600px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0px 25px #ccc;
	overflow: hidden;
	text-align: center;
}

#honor .swiper-slide:hover {
	box-shadow: 0 0px 15px #c5fac0;
	transform: scale(1.05);
}

#honor .swiper-slide:hover img {
	transform: scale(1.1);
}
#honor .swiper-slide .img {
	width: 100%;
	background-image: url('/assets/yuxing/rr-1.jpg');
	background-position: center;
	background-size: auto 100%;
	height: 450px;
	padding: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#honor .swiper-slide img {
	display: inline-block;
	max-width: 85%;
	height: auto;
	max-height: 85%;
	border-radius: 5px;
	transition: transform 0.3s ease-in-out;
}
	#honor .swiper-slide p {
		line-height: 7;
		text-align: center;
		color: #fff;
		background-color: #1C8C48;
		font-size: 1.1em;
		margin: 0;
	}

#honor .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#honor .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 15px;
	height: 15px;
	opacity: 1;
	transition: all 0.5s ease;
	border-radius: 50px;
}

#honor .swiper-pagination-bullets .swiper-pagination-bullet-active {
	width: 35px;
	border: 3px solid #fff;
	background-color: #168745;
}

#honor .swiper-button-prev {
	left: -30px;
	width: 45px;
	height: 45px;
	background: url(./wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

#honor .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

#honor .swiper-button-next {
	right: -30px;
	width: 45px;
	height: 45px;
	background: url(./wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
}

#honor .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}