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

#certify {
	position: relative;
	width: 100%; overflow: visible;
}
#certify  .swiper-container{width: 100%; padding:50px 0;}
#certify  .swiper-wrapper{transform-style: preserve-3d; align-items: center; }

#certify  .swiper-slide {
	width:5.9rem;
	/* height: 408px; */
}
#certify  .swiper-slide i{ line-height: 0; background: #000; margin-left:-25%; margin-right:-25%;
	display:block;width: 150%; min-width: 150%; box-shadow: 0 5px 0.16rem rgba(0,0,0,0.35);
}
#certify  .swiper-slide i img{ opacity:0.7;
	display:block;width: 100%;
}
#certify  .swiper-slide p {
	text-align: center;display:none;
	  width: 100%;
	  color: #000;
	  font-size: calc(14px + 0.04rem);
	  line-height:30px; margin:20px 0 -50px 0;
}
#certify  .swiper-slide-active{}
#certify  .swiper-slide-active i{padding: 6px;background: #fff;}
#certify  .swiper-slide-active i img{ opacity:1;}
#certify  .swiper-slide-active p{ display:block;}
#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: -30px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

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

#certify .swiper-button-next {
	right: -30px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
}

#certify .swiper-button-next:hover {
	background-position: 0 0;
	background-size: 100%
}


@media screen and (max-width:1024px) {
#certify  .swiper-container{width: 100%; padding:25px 0 50px 0;}
}
@media screen and (max-width:767px) {

}