@charset "utf-8";
/* CSS Document */

#certify {
	position: relative;
	width: 1100px;
	margin: 0 auto
}

#certify  .swiper-slide {
	width: 260px;
	height: 370px;
}
#certify  .swiper-slide img{
	width: 254px;
	height: 354px;
	display:block;
	border:3px solid #f0f0f0;
	box-shadow: 0 5px 9px #d8d8d8;
}
#certify .swiper-button-prev {
	left: -30px;
	width: 50px;
	height: 90px;
	background: url(../images/cfqh-hb-05.png) no-repeat;
	background-size: 100%;
}

#certify .swiper-button-next {
	right: -30px;
	width: 50px;
	height: 90px;
	background: url(../images/cfqh-hb-06.png) no-repeat;
	background-size: 100%;
}