@charset "utf-8";
/* CSS Document */

#certify {
	position: relative;
	width: 100%;
	margin: 0 auto;
/* 	background-image:url(../uploadFiles/honorBg2.png);
	background-position:bottom center;
	background-repeat:no-repeat;
	background-size:100% auto;
	padding-top:60px;	 */
}

#certify .swiper-container {
	padding-bottom: 60px;
}

#certify  .swiper-slide {
	width: 465px;
	height: 647px;
	}
#certify  .swiper-slide img{
	display:block;
}
#certify  .swiper-slide .tite{display:block;width:100%;padding:10px 0;font-size:18px;color:#000}
#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
	display:none;
}

#certify .swiper-button-prev {
	
	width: 24px;
	height: 41px;
	background: url(../images/bannerJtL.png) no-repeat;
	background-size: 100%;
}

#certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

#certify .swiper-button-next {

	width: 24px;
	height: 41px;
	background: url(../images/bannerJtR.png) no-repeat;
	background-size: 100%;
}