@charset "utf-8";
/* CSS Document */

#certify {
	position: relative;
	width: 1200px;
}

#certify #swiper-container2 {
	padding-bottom: 60px;
}

#certify #swiper-container2 .swiper-slide {
	width: 500px;
	height: 408px;
	/* background: #fff; */
	/* box-shadow: 0 8px 30px #ddd; */
	margin: 0 18px;
}
#certify #swiper-container2 .swiper-slide .img1{
	position: relative;
	display:block;
	width: 300px;
	height: 100%;
}
#certify #swiper-container2 .swiper-slide div {
	position: absolute;
	bottom: 20px;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
	background-color: rgba(216,54,54,0.5);
	width: 300px;
	height: 50px;
	line-height: 50px;
	color: #fff;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	background-color: #738088;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	background-color: #000;
}
