﻿#certify {
	position: relative;
	width: 1290px;
	margin: 0 auto;
}

#certify  .swiper-slide {
	width: 745px;
	height: 385px;
	background: #000;
	padding: 8px;
	border: 3px solid #716044;
	overflow:hidden;
	margin: 0 auto;
}
#certify  .swiper-slide img{
	display: block;
}
#certify  .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: -56px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	width: 18px;
	height: 18px;
	background:none;
	border:1px solid #591507;
	border-radius:100%;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	background: #591507;
}

#certify .swiper-button-prev,#certify .swiper-button-next{
	width: 76px;
	height: 56px;
	background-image: url(https://www.gmbbk.com/13/468/static/images/prev_next.png);
	background-size:152px 112px;
	position:absolute;
	top:50%;
	margin-top:-70px;
	z-index:5;
}

#certify .swiper-button-prev {
	background-position:0 0;
	left: -100px;
}

#certify .swiper-button-prev:hover {
	background-position:-76px 0;
}

#certify .swiper-button-next {
	background-position:0 -56px;
	right: -100px;
}

#certify .swiper-button-next:hover {
	background-position:-76px -56px;
}