@charset "utf-8";
/* CSS Document */
#certify {
	position: relative;
	max-width:760px;
	margin: 0 auto;
	padding:0 30px;
}

/*
#certify .swiper-container {
	padding: 30px;
}
*/

#certify .swiper-slide {
	width: 60%;
	padding:20px;
}
#certify .swiper-slide a{
	position:relative;
	display:block;
	background: #fff;
	box-shadow: 0 3px 15px rgba(0,0,0,0.3);
}
#certify  .swiper-slide img{
	display:block;
}
#certify  .swiper-slide .txt {
	position:absolute;
	font-size:34px;
	left:30px;
	bottom:10px;
	z-index:1;
	color:#FFF;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.6);
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	background-color: #FFF;
	width: 40px;
	height: 5px;
	opacity: 1;
	border-radius:5px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	width: 30px;
	background-color: #f9bf13;
}

#certify .swiper-button-prev {
	left: -30px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}
#certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

#certify .swiper-button-next {
	right: -30px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
}

#certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}
@media (max-width: 1499px) {
	/*#certify {margin: 0 40px;}*/
	#certify .swiper-button-prev {left: -30px;}
	#certify .swiper-button-next {right: -30px;}
}

@media (max-width: 1199px) {
	#certify {padding:0;}
	/*#certify {margin: 0 35px;}*/
	#certify .swiper-button-prev {left: -50px;}
	#certify .swiper-button-next {right: -50px;}
	#certify  .swiper-slide .txt {
		font-size:30px;
		left:26px;
		bottom:8px;
	}
}
@media (max-width: 991px) {
	/*#certify {margin: 0 20px;}*/
	#certify .swiper-button-prev {left: -30px;}
	#certify .swiper-button-next {right: -30px;}
	#certify .swiper-pagination-bullets .swiper-pagination-bullet {width: 20px;}	
	#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {width: 15px;}
	#certify  .swiper-slide .txt {
		font-size:26px;
		left:24px;
		bottom:8px;
	}
}

@media (max-width: 767px) {
	#certify .swiper-button-prev {left: -60px;}
	#certify .swiper-button-next {right: -60px;}
	/*#certify {margin: 0 25px;}*/
	#certify .swiper-pagination-bullets .swiper-pagination-bullet {width: 20px;}	
	#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {width: 15px;}
	#certify .swiper-slide {width: 90%;}
	#certify  .swiper-slide .txt {
		font-size:22px;
		left:20px;
		bottom:5px;
	}
}