@charset "utf-8";
/* CSS Document */

#certify {
	position: relative;
	max-width: 1180px;
	width: 100%;
	margin: 0 auto
}

#certify .swiper-container {
	padding-bottom: 60px;
	width: 100%;
	overflow: hidden;
}

#certify  .swiper-slide {
	width: 361px;
	height: 510px;
	background: #000000!important;
	box-shadow: 0 8px 30px #ddd;
}
#certify  .swiper-slide img{
	display:block;
	background: #000000;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #000000;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #000000;
}

#certify .swiper-button-prev {
	left: -70px;
	width: 70px;
	height: 70px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	margin-top: -70px;
}

#certify .swiper-button-next {
	right: -70px;
	width: 70px;
	height: 70px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: -70px 0;
	margin-top: -70px;
}


@media (max-width: 768px) {	

	#certify .swiper-container{
		width: 8.6rem;
	}
	
	#certify  .swiper-slide{
		width: 2.41rem;
		height: 3.4rem;
	}
	#certify  .swiper-slide img{
		width: 2.41rem;
		height: 3.4rem;
	}
	
	#certify .swiper-button-prev {
		top: 50%;
		left: 0.4rem;
		width: 0.70rem;
		height: 0.70rem;
		background: url(../images/wm_button_icon.png) left top no-repeat;
		background-size: auto 100%;
		margin-top: -1.4rem;
	}
	
	#certify .swiper-button-next {
		right: 0.4rem;
		width: 0.70rem;
		height: 0.70rem;
		background: url(../images/wm_button_icon.png) no-repeat right top;
		background-size: auto 100%;
		margin-top: -1.4rem;
	}

}