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

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

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

#certify  .swiper-slide {
	width: 933px;
	height: 535px;
	background: url(../images/slidebg.png) no-repeat;
	background-size: 100%;
}
.layer {
	position: absolute;
	z-index: 102;
	/* background: #000;
	opacity: 0.5; */
	width: 918px;
	height: 515px;
	display:block;
	top: 10px;
	left: 7px;
}
#certify  .swiper-slide img{
	position: absolute;
	z-index: 101;
	top: 10px;
	left: 7px;
	width: 918px;
	height: 515px;
	display:block;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	width: 30px;
	height: 30px;
	background: url(../images/libg.png) no-repeat;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	background: url(../images/liactive.png) no-repeat;
}

#certify .swiper-button-prev {
	top: 220px;
	left: 50px;
	width: 90px;
	height: 163px;
	background: url(../images/prev.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

/* #certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
} */

#certify .swiper-button-next {
	top: 220px;
	right: 50px;
	width: 90px;
	height: 163px;
	background: url(../images/next.png) no-repeat;
	background-size: 100%;
}

/* #certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
} */