#certify {
	position: relative;
	max-width: 1280px;
	margin: 0 auto
}


#certify .swiper-slide {
	width: 1037px;
	height: 570px;
	background: #fff;
	/* box-shadow: 0 8px 30px #ddd; */
}

#certify .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


#certify .swiper-button-prev {
	width: 85px;
	height: 85px;
	background-color: #d6d6d6;
	background-image: url(../images/CaretRight.svg);
	top: 50%;
	z-index: 100;
	border-radius: 50%;
	background-position: center center;
	background-repeat: no-repeat;
	transition: all .3s;
	left: 75px;
}

#certify .swiper-button-prev:hover {
	background-color: #e98105;
}

#certify .swiper-button-next {
	width: 85px;
	height: 85px;
	background-color: #d6d6d6;
	background-image: url(../images/Caretleft.svg);
	top: 50%;
	z-index: 100;
	border-radius: 50%;
	background-position: center center;
	background-repeat: no-repeat;
	transition: all .3s;
	right: 75px;
}

#certify .swiper-button-next:focus {
	outline: none;
}

#certify .swiper-button-prev:focus {
	outline: none;
}

#certify .swiper-button-next:hover {
	background-color: #e98105;
}

#certify .introduce {
	position: relative;
	height: 100%;
}

#certify .introduce .desc {
	position: absolute;
	bottom: 50px;
	left: 50px;
	color: #ffffff;
	width: calc(100% - 100px);
}

#certify .introduce .intr_title {
	font-size: 40px;
	font-weight: 600;
	line-height: 47px;
	margin-bottom: 20px;
}

#certify .introduce .intr_content {
	font-size: 16px;
	font-weight: 400;
	line-height: 23px;
}

#certify .swiper-slide-prev .introduce::after,
#certify .swiper-slide-next .introduce::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(255, 255, 255, .8);
	width: 100%;
	height: 100%;
}

#certify .swiper-slide-next .introduce .desc,
#certify .swiper-slide-prev .introduce .desc {
	display: none;
}


@media only screen and (max-width:1310px) {
	#certify .swiper-slide {
		width: 1000px;
		height: 470px;
	}

	
	#certify .swiper-button-next {
		width: 60px;
		height: 60px;
		right: 80px
	}

	#certify .swiper-button-prev{
		width: 60px;
		height: 60px;
		left: 80px;
	}
}

@media only screen and (max-width:1200px) {
	#certify .swiper-slide {
		width: 900px;
		
	}
	#certify .swiper-button-next {
		right: 100px
	}

	#certify .swiper-button-prev{
		left: 100px;
	}
}

@media only screen and (max-width:1100px) {
	#certify .swiper-slide {
		width: 800px;
		
	}

	#certify .swiper-button-next {
		right: 0px;
	}

	#certify .swiper-button-prev {
		left: 0px;
	}

	#certify .introduce .desc {
		left: 10px;
	}

	#certify .introduce .intr_title {
		font-size: 28px;
	}

}

@media only screen and (max-width:1000px) {
	#certify .swiper-slide {
		width: 700px;
		height: 420px;
	}

	#certify .introduce .intr_content {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 10px;
	}

	#certify .introduce .desc {
		bottom: 10px;
	}


}

@media only screen and (max-width:920px) {
	#certify .swiper-slide {
		width: 600px;
		
	}
}

@media only screen and (max-width:768px) {
	#certify .swiper-slide {
		width: 100%;
		height: 400px;
	}
}

@media only screen and (max-width:500px) {
	#certify .swiper-slide {
		width: 100%;
		height: auto;
	}

	#certify .swiper-button-prev,
	#certify .swiper-button-next {
		width: 32px;
		height: 32px;
		background-color: transparent;
		top: 58%;
	}

	#certify .swiper-button-next:hover,
	#certify .swiper-button-prev:hover {
		background-color: transparent;
	}

	#certify .introduce .desc {
		position: static;
		color: #000000;
	}

	#certify .introduce .intr_title {
		margin-top: 10px;
		font-size: 20px;
		line-height: 1.2;
	}

	#certify .introduce {
		height: auto;
	}

}