@charset "utf-8";
/* CSS Document */

#certify {
	position: relative;
	width:380px; float:left; overflow:hidden; padding:0 100px;
}

#certify .swiper-container {
	padding-bottom: 60px;
}

#certify  .swiper-slide {
	width:300px;
	height:310px;
	background: #fff; border:10px solid #FFF;
}
#certify  .swiper-slide a{
    width:300px;
	height:250px; overflow:hidden;
	display:block;
}

#certify  .swiper-slide img{
    width:300px;
	height:250px; overflow:hidden;
	display:block;
}
#certify  .swiper-slide p {
	line-height:60px;
	padding-top: 0;
	text-align: center;
	color: #636363; font-size:20px;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px; text-align:center; vertical-align:middle;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	background:#5a5959;
	width:18px;
	height:18px;
	opacity:1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border:6px solid #5a5959; background-color:#363535; width:12px; height:12px;
}

#certify .swiper-button-prev {
	left:0;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

#certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

#certify .swiper-button-next {
	right:0;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
}

#certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%;
}

.swiper-button-next, .swiper-button-prev {
    top:45% !important;
}
