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

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

#certify  .swiper-slide {
	width: 661px;
	height: 422px;
	
	box-shadow: 0 0px 10px #c0c0c0;
}
#certify  .swiper-slide img{
	display:block;
}
#certify  .swiper-slide h3{
	height: 55px;
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	background: rgba(32,32,34,1);
	padding-top: 6px;
}
#certify  .swiper-slide h3 a{
	margin-left: 20px;
	font-size: 18px;
	color: #f2eaea;
	font-weight: normal;

	line-height: 18px;

}
#certify  .swiper-slide h3 p{
	margin-left: 20px;
	font-size: 18px;
	color: #f2eaea;
	font-weight: normal;

	line-height: 18px;
	margin-top: 4px;
}
#certify  .swiper-slide-active h3{
	background: rgba(32,32,34,.7);
}


#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 {

	width: 47px;
    height: 47px;
    position: absolute;
    left: 18px;
    top: 205px;
    background: url(//cdn.xypt.top/1c724810/20/11/5e9b24d3028f008117f7fe6e248abf8dfe5a713e.png) no-repeat center;
	background-size: 100%;
    border: none;
    z-index: 999;
    font-size: 0;
    outline: none;
}

#certify .swiper-button-prev:hover {
	
}

#certify .swiper-button-next {
width: 47px;
    height: 47px;
    position: absolute;
    right:  18px;
    top: 205px;
    background: url(//cdn.xypt.top/1c724810/20/11/eeeb9fefe392c2625189cb94f1a00c4813c4caa0.png) no-repeat center;
    outline: none;
     border: none;
    z-index: 999;
    font-size: 0;
    background-size: 100%;
}

#certify .swiper-button-next:hover {
	
}