@charset "utf-8";
/* CSS Document */

#certify {
	position: relative;
	background: #F5F5F5;
	padding-top: 72px;
}

#certify .swiper-container {
	padding-bottom: 60px;
}

#certify  .swiper-slide {
	width: 1000px;
	/* height: 408px; */
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
}
#certify  .swiper-slide img{
	display:block;
	width: 100%;
	
}
#certify  .swiper-slide p {
	line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 26px;
    margin-top: -80px;
	background-color: rgb(0, 0, 0,.46);
	position: absolute;
	bottom: 0;
	width: 100%;
}


#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

#certify .swiper-button-prev {
	left: 45px;
	width: 45px;
	height: 45px;
}
#certify .swiper-button-next {
	right:  45px;
	width: 45px;
	height: 45px;
}
@media (max-width: 1800px) {
	#certify {
		position: relative;
	}
	
	#certify .swiper-container {
		padding-bottom: 60px;
	}
	
	#certify  .swiper-slide {
		width: 720px;
		background: #fff;
		box-shadow: 0 8px 30px #ddd;
	}
	#certify  .swiper-slide img{
		display:block;
		width: 100%;
	}
	#certify  .swiper-slide p {
		font-size: 26px;
	}
}