@charset "utf-8";
/* CSS Document */

.certify {
	position: relative;
	width: 1200px;
	margin: 0 auto
}

.certify .swiper-container {
	padding-bottom: 60px;
}

.certify  .swiper-slide {
	/* width: 520px; */
	/* height: 408px; */
    width: 456px;
	height: 318px;
	background: #fff;
	/* box-shadow: 0 8px 30px #ddd; */
}
.certify  .swiper-slide img{
	display:block;
    width:100%;
    height:100%;
    object-fit: cover;
}
.certify  .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}

.certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

.certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 1px solid #fff;
	background-color: #fff;
	width: 5px;
	height: 5px;
	opacity: 1;
}

.certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 1px solid #fff;
	background-color: rgba(0, 0, 0, 0.3);
}

.certify .swiper-button-prev {
	left: -30px;
	width: 37px;
	height: 65px;
	background: url(../img/ic_arrow_left.png) no-repeat;
	background-size: 100%;
    top: calc(50% - 33px);
}

.certify .swiper-button-prev:hover {
	opacity: 0.5;
}

.certify .swiper-button-next {
	right: -30px;
	width: 37px;
	height: 65px;
	background: url(../img/ic_arrow_right.png) no-repeat;
	background-size: 100%;
    top: calc(50% - 33px);
}

.certify .swiper-button-next:hover {
	opacity: 0.5;
}
.certify .swiper-button-prev::after,.certify .swiper-button-next::after{
	content: '';
}