@charset "utf-8";
/* CSS Document */

#certify {
	position: relative;
	width: 1200px;
	margin: 40px auto 0;
}

#certify .swiper-container {
	padding-bottom: 60px;
	width: 1000px;margin: auto;
	overflow: hidden;
}

#certify  .swiper-slide {
	width:700px;
	/*height: 408px;*/
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
}
#certify .swiper-slide a{display: block;}
#certify .swiper-slide img{
	display:block;
	width: 100%;
	height: 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 {
	left: 0px;
	width: 32px;
	height: 58px;
	background: url(/static/images/solution/drive/jt1.png) no-repeat;
}
#certify .swiper-button-next,#certify .swiper-button-prev{top: 45%;}
#certify .swiper-button-next:focus,#certify .swiper-button-prev:focus{outline: none;}
#certify .swiper-button-next {
	right: 0px;
	width: 32px;
	height: 58px;
	background: url(/static/images/solution/drive/jt2.png) no-repeat;
}
@media (max-width: 480px){
	#certify {
		position: relative;
		width: 100%;
		margin: 0 auto
	}
	#certify .swiper-container {
		padding-bottom: 60px;
		width: 80%;margin: auto;
		overflow: hidden;
	}
	#certify  .swiper-slide {
		width:80%;
		background: #fff;
		box-shadow: 0 8px 30px #ddd;
	}
	#certify .swiper-button-next,#certify .swiper-button-prev{background-size: 100%;top: 45%;width: 20px;height: 38px;}
}
