@charset "gb2312";
/* CSS Document */

#certify {
	position: relative;
	width: 1135px;
	margin: 50px auto;
}

/*#certify .swiper-container {
	padding-bottom: 45px;
}*/

#certify  .swiper-slide {
	width: 520px;
	/*height: 408px;*/
	background: #fff;
	/*box-shadow: 0 8px 30px #ddd;*/
}
#certify  .swiper-slide img{
	display:block;
	border: 3px solid #516888;
}

#certify  .swiper-slide p {
	line-height: 30px;
	padding-top: 10px;
	text-align: center;
	color: #254269;
	font-size: 20px;
	margin: 0;
}

#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: 310px;
	top: 140px;
	width: 45px;
	height: 45px;
	background: url(../images/btn_left.png) no-repeat;
	background-size: 38px 38px;
	display: none;
}

#certify:hover .swiper-button-prev{
	display: block;
	background-size: 38px 38px;
}

#certify .swiper-button-next {
	right: 287px;
	top: 140px;
	width: 45px;
	height: 45px;
	background: url(../images/btn_right.png) no-repeat;
	background-size: 38px 38px;
	display: none;
}

#certify:hover .swiper-button-next{
	display: block;
	background-size: 38px 38px;
}