@charset "utf-8";
/* CSS Document */

#certify {
	position: relative;
	width: 100%;
	margin: 0 auto;
}



#certify  .swiper-slide {
	width: 140px;
	height: 80px;
	background: #fff;
	box-shadow: 0 0  5px 3px rgba(100,100,100,.05);
	
}
#certify  .swiper-slide .in{
	height:100%;
	padding:10px 10px;
	overflow:hidden;
	box-sizing: border-box;
}
#certify  .swiper-slide .in a{
	display:flex;
	align-items: center;
	justify-content: center;
	height:100%;
	
	
	
}
#certify  .swiper-slide .in.w img{
	height:auto;
	width:100%;
}
#certify  .swiper-slide img{
	display:block;
	height:100%;
	margin:0 auto;
}


#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 , #certify .swiper-button-next{
	font-size:20px;
	color:#0b308e;
	outline: none;
}

#certify .swiper-button-prev {
	left: -10px;
	background:none;
}
#certify .swiper-button-prev::after , #certify .swiper-button-next::after{
	content: " ";
}

#certify .swiper-button-prev:hover {
	
}

#certify .swiper-button-next {
	right:-10px;
	background:none;
}

#certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}