@charset "utf-8";
/* CSS Document */
body{
	margin:0;}
.certify {
	position: relative;
	width: 1050px;
	margin: 0 auto
}

.certify .swiper-container {
	/*padding-bottom: 60px;*/
}

.certify  .swiper-slide {
	width: 409px;
	height: 219px;
	background: #fff;
}
.certify  .swiper-slide img{
	display:block;
}
.certify  .swiper-slide p {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	background: rgba(0,0,0,0.5);
	text-align: center;
	color: #fff;
	font-size: 16px;
	padding: 10px 0;
}

.certify .swiper-pagination {
	width: 100%;
	bottom: -35px;
}

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

.certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	background-color: #946c43;
}

.certify .swiper-button-prev {
	left: 30px;
	width: 45px;
	height: 45px;
	background: url(../images/button_icon_left.png) no-repeat;
	background-size: 100%;
	opacity: 0.8;
}

.certify .swiper-button-prev:hover {
	opacity: 1;
}

.certify .swiper-button-next {
	right: 30px;
	width: 45px;
	height: 45px;
	background: url(../images/button_icon_right.png) no-repeat;
	background-size: 100%;
	opacity: 0.8;
}

.certify .swiper-button-next:hover {
	opacity: 1;
}