@charset "utf-8";
/* CSS Document */
#certify {
	position: relative;
	margin: 0;
}

#certify .swiper-container {
	padding-bottom: 20px;
	padding:0 50px;
}

#certify .swiper-slide {
	width: 320px;
	margin:0;
}
#certify .swiper-slide a{
	position:relative;
	display:block;
	padding:30px 0;
}
#certify  .swiper-slide img{
	display:block;
	box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}
#certify  .swiper-slide .txt {
	font-size:20px;
	font-weight:bold;
	text-align:center;
	z-index:1;
	/*text-shadow: 2px 2px 5px rgba(0,0,0,0.6);*/
	display:none;
}

#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-slide-active .txt{
	display:block;
	margin:20px 0 0;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	width: 30px;
	background-color: #f9bf13;
}
/*
@media (max-width: 1499px) {
	#certify .swiper-slide {width: 380px;}
}
@media (max-width: 1199px) {
	#certify .swiper-slide {width: 350px;}
	#certify  .swiper-slide .txt {
	}
}
*/
@media (max-width: 991px) {
	#certify {margin:0;}
	#certify .swiper-pagination-bullets .swiper-pagination-bullet {width: 20px;}	
	#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {width: 15px;}
	#certify .swiper-slide {width: 260px;}
	#certify  .swiper-slide .txt {
		font-size:18px;
	}
}

@media (max-width: 767px) {
	#certify {margin: 0;}
	#certify .swiper-pagination-bullets .swiper-pagination-bullet {width: 20px;}	
	#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {width: 15px;}
	#certify .swiper-slide {width: 170px;}
	#certify  .swiper-slide img{
		box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	}
	#certify .swiper-slide-active .txt{
		margin:10px 0 0;
	}
}