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

#certify {
	position: relative;
	width: 1005px;
	margin: 0 auto;
}

#certify .swiper-container {
	padding-bottom: 50px;
}

#certify  .swiper-slide {
	width: 472px;
	height: 259px;
	background: #fff;
	border: 1px solid #fff;
	overflow: hidden;
}
#certify  .swiper-slide img{
	display:block;
	width: 100%;
	background: #000;
	
}
#certify  .swiper-slide p {
	line-height:30px;
	text-align: center;
	color: #ffffff;
	font-size:16px;width:100%;position:absolute;left:0;bottom:0px;
	margin: 0;background:rgba(0,0,0,.5);display:none;
}

#certify .swiper-slide-active.swiper-slide p{display:block!important;}


#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: -40px;
    width: 26px;
    height: 49px;
    background: url(../images/lefts.png) no-repeat;
    background-size: 100%;
    top: 40%;
}



#certify .swiper-button-next {
	right: -40px;
	width: 26px;
	height: 49px;
	background: url(../images/rights.png) no-repeat;
	background-size: 100%;
	top: 40%;
}


