@charset "utf-8";
/* CSS Document */
body{
	margin:0;}
#certify {
	position: relative;
	width: 1103px;
	margin: 0 auto
}

#certify  .swiper-slide {
	width: 567px;
	height: 345px;
	position: relative;
}
#certify  .swiper-slide img{
	display:block;
}

#certify  .swiper-slide p {
	position: absolute;
	bottom: 0;
	left:0;
	width: 100%;
	height: 44px;
	line-height: 44px;
	background: rgba(49,49,49,0.86);
	color: #fff;
	font-size: 16px;
	text-align: center;
	display: none;
}
#certify  .swiper-slide span{
	position: absolute;top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.7)
}
#certify .swiper-slide-active p{
	display: block;
}
#certify .swiper-slide-active span{
	display: none;
}
#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 {
	z-index: 99;
	left: -50px;
	width: 24px;
	height: 67px;
	background: url(../images/left.jpg) no-repeat;
	top:152px;
}
#certify .swiper-button-next {
	right: -50px;
	width: 24px;
	height: 67px;
	top:152px;
	background: url(../images/right.jpg) no-repeat;
}
