@charset "utf-8";
/* CSS Document */
body{
	margin:0;}
#certify {
	position: relative;
	width: 1200px;
	margin: 0 auto; margin-top:50px;
}



#certify  .swiper-slide {
	width: 520px;
	height: 560px;
	background: #fff;
	box-shadow: 0 8px 30px #ddd; position:relative;
}
#certify  .swiper-slide img{
	display:block;width: 520px;
	height: 560px;
}
#certify  .swiper-slide p {
	line-height: 50px;
	padding-top: 0;
	text-align: center;
	color: #fff; font-size:16px; text-align:center; height:50px; overflow:hidden;
	margin: 0; position:absolute; bottom:0; background:url(hei.png); width:100%
}

#certify .swiper-pagination { display:none;
	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: 0px;
	width: 30px;
	height: 30px;
	background: url(sl.png) no-repeat;

}

#certify .swiper-button-prev:hover {
background: url(sl2.png) no-repeat;
}

#certify .swiper-button-next {
	right: 0px;
	width: 30px;
	height: 30px;
	background: url(sr.png) no-repeat;

}

#certify .swiper-button-next:hover {
	background: url(sr2.png) no-repeat;
}