
/* CSS Document */

#certify {
	clear: both;
	position: relative;
	width: 1400px;
	margin: 0 auto;
	height: 631px;
}

#certify .swiper-container {
	padding-bottom: 60px;
}

#certify  .swiper-slide {
	width: 1101px;
	height: 582px;
	background: #fff;
	/* box-shadow: 0 8px 30px #ddd; */
}
#certify  .swiper-slide img{
	display:block;
	width: 100%;
	height: 100%;
}
#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%;
	top: 650px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 3px;
	border: 3px solid #fff;
	/* background-color: #d5d5d5; */
	width: 12px;
	height: 12px;
	opacity: 1;
	background-color: #c5c5c5;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	/* border: 3px solid #00aadc; */
	/* background-color: #fff; */
	background-color: #9f7944;
}

#certify .swiper-button-prev {
	left: -30px;
	width: 45px;
	height: 45px;
	background: url(https://www.yence.cc/public/static/index/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(https://www.yence.cc/public/static/index/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 .swiper-button-prev::after,#certify .swiper-button-next::after{
	content: '';
}
#certify .swiper-slide-prev span{
   position: absolute;
   left: 0px;
   right: 0.0rem;
   bottom: 0px;
   top: 0px;
   background: rgba(255,255,255,0.6);
   display: block;
   height: 100%;
}#certify .swiper-slide-next span{
   position: absolute;
   left: 0px;
   right: 0.0rem;
   bottom: 0px;
   top: 0px;
   background: rgba(255,255,255,0.6);
}
.fosterUl{height: 23px;margin: 93px auto 0px;text-align: center;}.fosterUl>li{font-size: 24px;font-weight: normal;font-stretch: normal;line-height: 24px;letter-spacing: -1px;color: #2e2e2e;margin-right: 184px;display: inline-block;font-family: SourceHanSansCN-Light;position: relative;cursor: pointer;/* border: 1px solid red; */z-index: 1111;}
.fosterUl>li:last-child{margin-right: 0px}
.foster .line{
	width: 1401px;
	height: 1px;
	background-color: #b4b4b4;
	display: block;
	margin: 23px auto 60px;
	}
	.foster_active{
		font-family: SourceHanSansCN-Regular!important;
	}.fosterUl>li>span{
		display: block;
		position: absolute;
		width: 100%;
		height: 4px;
		background-color: #9f7944;
		top: 44px;
	}
	.fosterUl>li>span{display: none;}
	.fosterUl>li.foster_active>span{
		display: block!important;
	}