@charset "utf-8";
/* CSS Document */

#certify {
	position: relative;
	width: calc(100% - 320px);
	margin: 0 auto
}

#certify .swiper-container {
	padding-top: 50px;
}

#certify  .swiper-slide {
	width: 823px;
	display: block;
}
#certify  .swiper-slide img{
	display:block;
	border-radius: 10px;
}
#certify  .swiper-slide p {
	display: none;
 	white-space: nowrap; 
 	overflow: hidden;
 	text-overflow:ellipsis;
	text-align: center;
}

#certify  .swiper-slide .p1 {
	margin: 15px 0% -35px;
    font-size: 24px;
    color: #FFFFFF;
    width: 120%;
}
#certify .swiper-slide-active img{
	width: 120%;
	/* height: 468px; */
}
#certify  .swiper-slide .p2 {
	margin: auto -20%;
	width: 140%;
	font-size: 18px;
	color: #FFFFFF;
}

#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 {
	margin-top:-70px;
	left: calc(50% - 490px);
	width: 48px;
	height: 38px;
	color: #fff;
	font-size: 20px;
	line-height: 38px;
	text-align: center;
	/* background: url(../images/wm_button_icon.png) no-repeat; */
	background: #000000;
	opacity: 0.5;
	background-position: 0 0;
	background-size: 100%;
}

#certify .swiper-button-prev:hover {
	background: #FFDF00;
	opacity: 0.8;
	background-position: 0 -46px;
	background-size: 100%
}

#certify .swiper-button-next {
	margin-top:-70px;
	right: calc(50% - 498px);
	width: 48px;
	height: 38px;
	color: #fff;
	font-size: 20px;
	line-height: 38px;
	text-align: center;
	background: #000000;
	opacity: 0.5;
	background-position: 0 -93px;
	background-size: 100%;
}

#certify .swiper-button-next:hover {
	background: #FFDF00;
	opacity: 0.8;
	background-position: 0 -139px;
	background-size: 100%
}

@media screen and (max-width:1540px) {
	#certify {
		width: calc(100% - 200px);
	}
	#certify  .swiper-slide {
		width: 700px;
	}
	#certify .swiper-slide-active img{
		width: 100%;
		height: 398px;
	}
	#certify .swiper-button-prev {
		left: calc(50% - 350px);
	}
	#certify .swiper-button-next {
		right: calc(50% - 350px);
	}
	#certify .swiper-slide-active {
		transform:	translateX(0px) translateY(-50px) scale(1)!important
	}
	#certify .swiper-slide .p1 {
		width: 100%;
	}
}

@media screen and (max-width:900px) {
	#certify {
		width: 90vw;
	}
	#certify .swiper-container {
		padding-top: 0;
		height: 200px;
	}
	#certify .swiper-slide-active {
		transform:	translateX(0px) translateY(0px) scale(1)!important
	}
	#certify .swiper-slide-active img {
		height: auto;
	}
	#certify .swiper-slide .p1 {
		margin:20px 0;
		width: 100%;
	}
	#certify  .swiper-slide  {
		width: 250px;
	}
	#certify .swiper-button-prev {
		display: none;
	}
	#certify .swiper-button-next {
		display: none;
	}
}