@charset "utf-8";
/* CSS Document */

#certify {
	position: relative;
	width: 1500rem;
	margin: 0 auto;
	overflow: hidden;
}

#certify .swiper-container {
	padding-bottom: 60rem;
}

#certify  .swiper-slide {
	width: 480rem;
	height: 408rem;
	background: #fff;
	box-shadow: 0 8rem 30rem #ddd;
}
#certify  .swiper-slide img{
	display:block;
	width: 100%;
}
#certify  .swiper-slide p {
	line-height: 98rem;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20rem;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5rem;
	border: 3rem solid #fff;
	background-color: #d5d5d5;
	width: 10rem;
	height: 10rem;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3rem solid #28ae37;
	background-color: #fff;
}

#certify .swiper-button-prev {
	left: 0rem;
	width: 45rem;
	height: 45rem;
	background: url(../img/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

#certify .swiper-button-prev:hover {
	background-position: 0 -46rem;
	background-size: 100%
}

#certify .swiper-button-next {
	right: 0rem;
	width: 45rem;
	height: 45rem;
	background: url(../img/wm_button_icon.png) no-repeat;
	background-position: 0 -92rem;
	background-size: 100%;
}

#certify .swiper-button-next:hover {
	background-position: 0 -139rem;
	background-size: 100%
}
#certify .swiper-button-prev::after,#certify .swiper-button-next::after{
	content: '';
}