#certify {
	position: relative;
	width:100%;/*判断宽度设置响应式效果*/
	margin: 30px auto 50px auto;
}

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

#certify  .swiper-slide {
	width: 941px;
	height: 537px;
	background: #fff;

}
#certify  .swiper-slide img{
	width: 937px;
	height: 533px;
	display:block;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 0;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #8f1f17;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #a79058;
	background-color: #fff;
}

#certify .swiper-button-prev {
	left: 10%;
	width: 66px;
	height: 76px;
	top:48%;
	background: url("../../images/btn-prev-view.png") no-repeat;

	background-size: 100%;
}

#certify .swiper-button-prev:hover {
	/*background-position: 0 -46px;*/
	/*background-size: 100%*/
}

.swiper-button-next {
	right: 10%;
	width: 66px;
	height: 76px;
	top:48%;
	background: url("../../images/btn-next-view.png") no-repeat;

	background-size: 100%;
}

.swiper-button-next:hover {
	/*background-position: 0 -139px;*/
	/*background-size: 100%*/
}

@media (max-width:767px){
	#certify {margin: 10px auto;}
	#certify .swiper-container{padding-bottom: 30px;}
	#certify  .swiper-slide {width: 100%;height:auto;}
	#certify  .swiper-slide img{width: 100%;height:auto;}
	#certify .swiper-button-prev{width: 66px;height: 76px;left: 5%;top: 35%;}
	#certify .swiper-button-next{width: 66px;height:76px;right: 5%;top: 35%;}
}