@charset "utf-8";
/* CSS Document */
.banner_box{height:579px;}

#certify {
	position: relative;
	width: 1200px;

	margin: 0 auto
	
}

#certify .swiper-container {
	padding-bottom: 60px;
	padding-top: 60px;
		height: 500px;
	overflow: hidden;
}


#certify  .swiper-slide {
	width: 498px;
	height: 390px;
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
}
#certify  .swiper-slide img{
	display:block;
	width: 497px;
	height: 297px;
}
#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-button-prev1 {
	left: 10px;
	width: 55px;
	height: 55px;
	background: url(../images/a22.png) no-repeat !important;
	background-position: 0 0;
	background-size: 100%;
	display: inline-block;
	position:absolute;top:50%;margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;
}

#certify .swiper-button-prev1:hover {
	background-position: 0 -46px;
	background-size: 100%
}

#certify .swiper-button-next1 {
	right: 10px;
	width: 55px;
	height: 55px;
	background: url(../images/a23.png) no-repeat !important;
	background-position: 0 -93px;
	background-size: 100%;
	display: inline-block;
	position:absolute;top:50%;margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;
}

#certify .swiper-button-next1:hover {
	background-position: 0 -139px;
	background-size: 100%
}
.