@charset "utf-8";
/* CSS Document */

#certify {
	position: relative;
	width: 1200px;
	margin: 0 auto
}

#certify .swiper-container {
	padding-bottom: 60px; height:auto; overflow:hidden;
}

#certify .swiper-wrapper{ height:auto;}
#certify  .swiper-slide {
	width: 700px;
	height: 449px; border-radius:15px;
	background: #fff;
	box-shadow: 0 8px 30px #ddd; overflow:hidden;
}
#certify  .swiper-slide img{
	display:block;
}
#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;
	
	background-color: #fff;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	
	background-color: #794431;
}
#certify .swiper-slide-active .zf:after{ position:absolute; z-index:999;     display: block;
    position: absolute;
    left:50%; margin-left:-30px;
    top:50%; margin-top:-30px;
    background: url(../images/video-btn65.png) center no-repeat; background-size:100% auto; 
    opacity:1; width:60px; height:60px; content:"";}

#certify .swiper-button-prev {
	left: -30px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

#certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

#certify .swiper-button-next {
	right: -30px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
}

#certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}

#certify a{ display:block; width:100%;}

.zf{ width:100%; height:auto; position:relative;}
.zf img{width:100%;}
.zf-txt{ position:absolute; bottom:0px;background-image:linear-gradient(to bottom, #4f3b3400 , #794431); padding-top:40px; padding-bottom:20px; width:100%; text-align:left; padding-left:20px; padding-right:20px;}
.zf-txt h3{ font-size:14px; color:#ffd400;}
.zf-txt h3 span{ color:rgba(255,255,255,0.7);}
.zf-txt h1{ font-weight:bold; font-size:20px; color:#fff; line-height:40px;}

.sp-title{ position:relative; overflow:hidden; width:100%;font-size:34px; font-weight:bold; text-align:center; margin-bottom:20px; background-image: -webkit-linear-gradient(-55deg, #41190b, #ff5b00); margin-top:150px;-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;}
.more3{ width:100%; text-align:center; line-height:30px; vertical-align:middle; margin-top:40px; ;}
.more3 a{color:#ba4b26; text-decoration:underline}

@media screen and (max-width: 1300px){}

@media screen and (max-width: 1200px){
	#certify{ width:1024px;}
	#certify .swiper-slide{width: 700px;    height: 449px;}
	}
@media screen and (max-width: 1024px){
	 #certify{ width:768px;}
	 #certify .swiper-slide{width: 500px;    height: 320px;}}
@media screen and (max-width: 768px){
	#certify{ width:640px;}
	#certify .swiper-slide{width: 350px;    height:220px;}}
@media screen and (max-width: 640px){
	#certify{ width:80%;}
	#certify .swiper-slide{width: 300px;    height: 195px;}}

