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

#certify {
	position: relative;
	width: 100%;
	margin: 0 auto
}

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

#certify  .swiper-slide {
	width: 300px;
	background: #fff;
	padding: 1px;
	box-sizing: border-box;
	box-shadow: 0 8px 30px #ddd;
}
#certify  .swiper-slide img{
	display:block;
	width: 100%;
}
#certify .swiper-pagination {
	position: static;
	width: 400px;
	margin: 0 auto;
	margin-top:70px;
}
#certify .swiper-pagination-progressbar{
	background:rgba(0,0,0,0.08);
	height:3px;
}
#certify .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
	background:#0E59AE;
	height:3px;
}
#certify .item-box{
	box-sizing: border-box;
}