﻿@charset "utf-8";
/* CSS Document */
body{
	margin:0;}
#certify{
	position:relative;
	margin:2% auto 3%;
}
#certify  .swiper-slide {
	width:520px;
	height:282px;
}
#certify .swiper-slide img{
	width:100%;
	height:100%;
	display:block;
}
#certify  .swiper-slide .text{
	position:absolute;bottom:0;left:0;right:0;z-index:10;background:rgba(0,0,0,.7);padding:5px 5%;
}
#certify  .swiper-slide .text p{font-size:14px;color:#fff;margin:0;line-height:25px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
#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,#certify .swiper-button-next{width:27px;height:38px;top:50%;margin-top:-19px;}
#certify .swiper-button-prev{
	left:0;
	background: url(../images/btns_left.png) no-repeat;
}
#certify .swiper-button-next{
	right:0;
	background: url("../images/btns_right.png") no-repeat;
}

#certify .swiper-button-next:hover {
	/*background-position: 0 -139px;*/
	/*background-size: 100%*/
}