@charset "utf-8";
/* CSS Document */

/*# sourceMappingURL=style.css.map */
@media (max-width:767px){
#certify{
		width:100%;
		height:auto;
		overflow:hidden;
	}
	#certify .swiper-container {
		width: 100%;
	}
	#certify .swiper-slide{
		width: 350px;
		height:auto;
	}
	#certify .swiper-slide img{
		display:block;
		width:100%;
		height:auto;
		 box-shadow: 0 0 10px rgba(80,80,80,0.4);
	}
}

@media (min-width:992px){
	#certify {
		display: block;
		position: relative;
		width:920px;
		margin: 60px auto 60px
	}
	#certify .swiper-container {
		width: 100%;
	}
	#certify  .swiper-slide {
		width: 350px;
		background: #fff;
		box-shadow: 0 8px 30px #ddd;
		position: relative;
	}
	#certify .swiper-slide img{
		display: block;
		width: 100%;
		 box-shadow: 0 0 10px rgba(80,80,80,0.4);
	}

	
}

@media (min-width:1440px){
	#certify{
		width:auto;
		overflow:hidden;
		position:relative;
	}
	#certify .swiper-slide{
		width: 600px;
		height:auto;
	}
	
	
}

