@charset "utf-8";
/* CSS Document */

.certify {
	position: relative;
	width: 100%;
	margin: 0 auto
}

.certify .swiper-container {
	padding-bottom: 0;
}

.certify  .swiper-slide {
	width: 62.5%;
	/*height: 408px;*/
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
}

#certify  .swiper-slide img{
	display:block;width:100%!important;
}
.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: 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;
}

.arrow-left,
.arrow-right {width: 40px;height: 40px;margin-top: -20px;background-size: 40px 40px;z-index: 101;cursor: pointer;background-position: center;background-repeat: no-repeat;}
.arrow-left{width: 40px;height: 40px;background: url(../image/2-1.png) no-repeat center center/40px 40px;left: 0;right: auto;}
.arrow-right{width: 40px;height: 40px;background: url(../image/2-2.png) no-repeat center center/40px 40px;right: 0;left: auto;}	

.arrow-left:hover{width: 40px;height: 40px;background: url(../image/2-1b.png) no-repeat center center/40px 40px;left: 0;right: auto;}
.arrow-right:hover{width: 40px;height: 40px;background: url(../image/2-2b.png) no-repeat center center/40px 40px;right: 0;left: auto;}	

@media (max-width:767px) {

.certify {width: 100%!important;margin-top: 20px;}
.arrow-left,
.arrow-right {width: 30px;height: 30px;margin-top: -10px;background-size: 20px 20px;z-index: 10;cursor: pointer;background-position: center;background-repeat: no-repeat;}
.arrow-left{width: 30px;height: 30px;background: url(../image/2-1.png) no-repeat center center/30px 30px;left: 0;right: auto;}
.arrow-right{width: 30px;height: 30px;background: url(../image/2-2.png) no-repeat center center/30px 30px;right: 0;left: auto;}	

.arrow-left:hover{width: 30px;height: 30px;background: url(../image/2-1b.png) no-repeat center center/30px 30px;left: 0;right: auto;}
.arrow-right:hover{width: 30px;height: 30px;background: url(../image/2-2b.png) no-repeat center center/30px 30px;right: 0;left: auto;}	
}
