@charset "utf-8";
/* CSS Document */

#certify {
	position: relative;
/* 	padding: 0 3%; */

}


#certify  .swiper-slide {
	width: 59.6%;
	position: relative;
	overflow: hidden;
}
/* #certify .swiper-slide.swiper-slide-active {
	width: 48%;
} */
#certify  .swiper-slide .hs{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}
#certify  .swiper-slide .hs_con{
	display: none;
}
#certify  .swiper-slide img{
	display:block;
	width: 100%;
	transition: all 0.6s;
}
#certify  .swiper-slide:hover img{
	transform: scale(1.05);
}
#certify  .swiper-slide .hg{
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 0;
	top: 0;
	color: #ffffff;
	background: rgba(0,0,0,0.5);
}
#certify  .swiper-slide-active .hg{
	background: none;
}
#certify  .swiper-slide h3 {
	font-size: 30px;
	text-align: center;
	margin-bottom: 30px;
}
#certify  .swiper-slide .hg a{
	display: block;
	width: 115px;
	font-size: 16px;
	line-height: 42px;
	color: #ffffff;
	text-align: center;
	margin: 0 auto;
	background: #000000;
}
#certify .swiper-pagination {
	width: 100%;
	bottom: 0;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 1px solid #000000;
	background: none;
	width: 14px;
	height: 14px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	background-color: #000000;

}

#certify .swiper-button-prev {
	left: 0;
	width: 24px;
	height: 38px;
	background: url(../images/xue1.png) center center no-repeat;
	outline: none;
	margin-top: 10px;
	transform:translate(0%,-100%);
}

/*#certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}*/

#certify .swiper-button-next {
	right: 0;
	width: 24px;
	height: 38px;
	background: url(../images/xue2.png)center center no-repeat;
	outline: none;
	margin-top: 10px;
	transform:translate(0%,-100%);
}

/*#certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}*/