@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;*/
/* }*/
/*#certify  .swiper-slide img{*/
/*	display:block;*/
/*	width: 255px;*/
/*	margin: auto;*/
/*}*/
/*#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;*/
/*}*/

#certify .swiper-button-prev {
	left: -3.071rem;
	width: 2.143rem;
	height: 2.143rem;
	background: url(../static/images/wm_button_icon.png) no-repeat;
	background-size: 100%;
}

#certify .swiper-button-prev:hover {
	background-size: 100%
}

#certify .swiper-button-next {
	right: -3.071rem;
	width: 2.143rem;
	height: 2.143rem;
	background: url(../static/images/wm_button_icon1.png) no-repeat;
	background-size: 100%;
}

#certify .swiper-button-next:hover {
	background-size: 100%
}

#certify {
	position: relative;
	width: 95%;
	margin: 0 auto
}
#certify  .swiper-slide p {
	padding-top: 1.614rem;
	text-align: center;
	margin: 0;
	display: block;
	font-family: PingFangSC-Semibold;
	font-size: 1.5rem;
	color: #464646;
	font-weight: bolder;
}
#certify  .swiper-slide img{
	display:block;
	width: 100%;
	margin: auto;
}
.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	text-align: center;
	font-size: 1.286rem;
	width: 25%;
	/* Center slide text vertically */
	/*display: -webkit-box;*/
	/*display: -ms-flexbox;*/
	/*display: -webkit-flex;*/
	/*display: flex;*/
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	transition: 300ms;
	transform: scale(0.7);
}


@media (min-width: 1200px) {
	.swiper-slide-prev{
		margin-left: -0.714rem;
		margin-right: 2.143rem !important;
	}
	.swiper-slide-next{
		margin-right: -0.714rem;
		margin-left: 1.429rem;
	}
}

@media (max-width: 768px) {
	.swiper-slide-prev img{
		opacity: 0;
	}
	.swiper-slide-next img{
		opacity: 0;
	}
	.swiper-slide-prev p{
		opacity: 0;
	}
	.swiper-slide-next p{
		opacity: 0;
	}

	#certify .swiper-button-prev {
		left: 0;
	}
	#certify .swiper-button-next {
		right: 0;
	}
}

.swiper-slide-prev{
	transform: scale(0.9);
}
.swiper-slide-next{
	transform: scale(0.9);
}
.swiper-slide-active,.swiper-slide-duplicate-active{
	transform: scale(1);
}