
@charset "utf-8";
/* CSS Document */

#certify {
	position: relative;
	width: 100%;
	margin: 0 auto
}

#certify .swiper-slide {
	border: 0.2rem solid #e05512;
	width: 6.6rem;
	height: auto;
	background: #e05512;
}
#certify  .swiper-slide img{
	width: 100%;
	display:block;
}


#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

