@charset "utf-8";
/* CSS Document */

#certify {
	position: relative;
	width: 1200px;
	margin: 0 auto
}

#certify .swiper-container {
	padding-bottom: 30px;
}

#certify .swiper-slide {
	width: 835px;
	height: 471px;
	border-radius: 35px;
	overflow: hidden;
	/* box-shadow: 0 8px 30px #ddd; */
}

#certify .swiper-slide img {
	display: block;
}



#certify .swiper-button-prev {
	left: -50px;
	width: 33px;
	height: 65px;
	/* background: url(/images/wm_button_icon.png) no-repeat; */
	background: url(../../images/icon_3.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

#certify .swiper-button-prev:hover {
	/* background-position: 0 -46px; */
	background: url(../../images/icon_1.png) no-repeat;
	background-size: 100%
}

#certify .swiper-button-next {
	right: -50px;
	width: 33px;
	height: 65px;
	/* background: url(/images/wm_button_icon.png) no-repeat; */
	background: url(../../images/icon_4.png) no-repeat;
	/* background-position: 0 -93px; */
	background-size: 100%;
}

#certify .swiper-button-next:hover {
	/* background-position: 0 -139px; */
	background: url(../../images/icon_2.png) no-repeat;
	background-size: 100%
}