@charset "utf-8";
/* CSS Document */

#certify {
	position: relative;
	width: 1400px;
	margin: 0 auto
}

#certify  .swiper-slide {
	width: 455px;
	height: 357px;
	background: #fff;
	position: relative;	/*box-shadow: 0 8px 30px #ddd;*/
	margin: 5px;
}
#certify  .swiper-slide img{
	width: 100%;height: 100%;
	display:block;
}
#certify  .swiper-slide p {
	width: 100%;
	line-height: 60px;
	height: 60px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	position: absolute;
	left: 0;bottom: 0;
	background: rgba(0,0,0,.7);
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
	display: none;
}

#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 {

	width: 50px;
	height: 120px;
	background: rgba(0,0,0,.1) url(../Images/left_lbtn.png) center no-repeat;
	position: absolute;left: 0;top:50%;margin-top: -60px;
	transition: all .4s;

}

#certify .swiper-button-prev:hover {
	background: rgba(0,0,0,.5)  url(../Images/left_lbtn.png) center no-repeat;
	
}

#certify .swiper-button-next {

	width: 50px;
	height: 120px;
	background: rgba(0,0,0,.1)  url(../Images/left_rbtn.png) center no-repeat;
	position: absolute;right: 0;top:50%;margin-top: -60px;
	transition: all .4s;

}

#certify .swiper-button-next:hover {
	background: rgba(0,0,0,.5)  url(../Images/left_rbtn.png) center no-repeat;
	
}