@charset "utf-8";
/* CSS Document */
body{
	margin:0;}
#certify {
	position: relative;
	width: 1200px;/*判断宽度设置响应式效?/
	margin: 0px auto;
	margin-top: 30px;
}

#certify .swiper-container {
	position: relative;
}

#certify  .swiper-slide {
	width: 425px;
	height: 245px;
}
#certify  .swiper-slide  p{
	text-align: center;
	font-size:14px;
	color:#666;
	margin-top:8px;
}
#certify  .swiper-slide img{
	width: 425px;
	height: 245px;
	display:block;
	border:2px solid #fff;
}

#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 {
	transition: all 300ms ease-in-out;
	-webkit-transform: all 1000ms ease-in-out;
	position: absolute;
	left: 0px;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	background: url(../images/lunbo_17.png) no-repeat;
	width: 39px;
    height: 74px;

}

#certify .swiper-button-prev:hover {
	background: url(../images/lunbo_171.png) no-repeat;
}

#certify .swiper-button-next {
	transition: all 300ms ease-in-out;
	-webkit-transform: all 1000ms ease-in-out;
	position: absolute;
	right: 0px;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	background: url("../images/lunbo_20.png") no-repeat;
	width: 39px;
    height: 74px;
}

#certify .swiper-button-next:hover {
	background: url("../images/lunbo_201.png") no-repeat;
}