@charset "utf-8";
/* CSS Document */
#certify {
	position: relative;
	width:75vw;
	margin:3.2vw auto
}

#certify  .swiper-slide {
	width:38vw;
	height:21.37vw;
	background: #ccc;

}
#certify  .swiper-slide img{
	display:block;
	width: 100%;
    height: 100%;
    object-fit: cover;
}
#certify  .swiper-slide p {
	width:100%;padding:0.4vw 1vw;position:absolute;left:0;bottom:0;color:#fff;background:rgba(0,0,0,0.6);box-sizing:border-box;
}

#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,#certify .swiper-button-next{width:2.8vw;height:3.2vw;}
#certify .swiper-button-prev {
	left:17.6vw;
	background: url(../images/test/left.png) no-repeat;
	background-size: 100%;
}

#certify .swiper-button-next {
	right:17.6vw;
	background: url(../images/test/right.png) no-repeat;
	background-size: 100%;
}
#certify .swiper-slide span{width:100%;background:#000;opacity:0.6;display:block;height:100%;position:absolute;left:0;top:0;}
#certify .swiper-slide-active span{z-index:-1;}