﻿@charset "utf-8";
/* CSS Document */
body{
	margin:0;}
#certify {
	position: relative;
	width: 1270px;
	margin: 0 auto;margin-top:32px;
}

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

#certify  .swiper-slide {
	width: 541px;
	height: 383px;

}
#certify  .swiper-slide img{
	display:block;
}


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

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

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

#certify .swiper-button-prev {
	left: -72px;top:38%;
	width: 66px;
	height: 66px;
	background: url(../images/zb.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

#certify .swiper-button-prev:hover {
  background: url(../images/zb2.png) no-repeat;	
}

#certify .swiper-button-next {
	right: -72px;
	width: 66px;
	height: 66px;top:38%;
		background: url(../images/yb.png) no-repeat;

}

#certify .swiper-button-next:hover {
	background: url(../images/yb2.png) no-repeat;
}