@charset "utf-8";
/* CSS Document */
body{margin:0;}
#certify {position: relative;width: 87.76%;margin: 0 auto}
#certifyM{position: relative;width: 87.76%;margin: 0 auto}
#certify .swiper-container {padding-bottom: 60px;}

#certify  .swiper-slide {width: 540px;height: 408px;background: #fff;}
#certify  .swiper-slide img{display:block;}
/* #certify  .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
} */
.swiper-slide{position: relative;}
.swiper-slide .playBtn{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);display: none;width: 96px;height: 96px;background: url("../images/play.png") no-repeat center center;background-size: 96px 96px;}
.swiper-slide-active .playBtn{display: block;}

#certify .swiper-pagination {width: 100%;bottom: 20px;}
#certify .swiper-pagination-bullets .swiper-pagination-bullet {margin: 0 10px;background-color: #eeeeef;width: 50px;height: 4px;opacity: 1;}
#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {background-color: #65c3d3;}

#certifyM .swiper-container {padding-bottom: 0.6rem;}
#certifyM .swiper-pagination {width: 100%;bottom: 0.2rem;}
#certifyM .swiper-pagination-bullets .swiper-pagination-bullet {margin: 0 10px;background-color: #eeeeef;width: 0.5rem;height: 0.04rem;opacity: 1;}
#certifyM .swiper-pagination-bullets .swiper-pagination-bullet-active {background-color: #65c3d3;}

#certify .swiper-button-prev {
	left: -60px;
	width: 45px;
	height: 45px;
	background: url(../images/arr-l.png) no-repeat;
	background-position: center;
	background-size:45px 45px;
	outline: none;
}

/* #certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
} */

#certify .swiper-button-next {
	right: -60px;
	width: 45px;
	height: 45px;
	background: url(../images/arr-r.png) no-repeat;
	background-position: center;
	background-size:45px 45px;
	outline: none;
}

/* #certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
} */

@media screen and (max-width:1440px){
	#certify  .swiper-slide {width: 480px;height: 360px;background: #fff;}
}
@media screen and (max-width:1280px){
	#certify  .swiper-slide {width: 420px;height: 320px;background: #fff;}
	#certify .swiper-button-prev {
		left: -50px;
		width: 45px;
		height: 45px;
		background-size:45px 45px;
	}
	#certify .swiper-button-next {
		right: -50px;
		width: 45px;
		height: 45px;
		background: url(../images/arr-r.png) no-repeat;
		background-position: center;
		background-size:45px 45px;
	}
}
@media screen and (max-width:1024px){
	#certify  .swiper-slide {width: 360px;height: 280px;background: #fff;}
}