@charset "utf-8";
/* CSS Document */

#certify {
	position: relative;
}
#certify .swiper-container {
	padding-bottom: 80px;
}

#certify  .swiper-slide {
	width: 600px;
	height: 450px;
	position: relative;
}
#certify  .swiper-slide .pic{
	height: 450px;
	overflow: hidden;
}
#certify  .swiper-slide img{
	display:block;
	max-width: 100%;
	height: auto;
	transition: 0.6s;
}
#certify  .swiper-slide .zhezhao{
	width: 325px;
	padding: 30px;
	overflow: hidden;
	position: absolute;
	background: rgba(255, 255, 255, 0.8);
	z-index: 10;
	left:0;
	top:100px;
	border-left: 3px solid #E9460B;
	display: none;
}
#certify  .swiper-slide-active .zhezhao{
	display: block;
}
#certify  .swiper-slide-active:hover .pic img{
	transform: scale(1.1);
}
#certify  .swiper-slide .title{
	font-size: 18px;
	color: #E9460B;
	overflow: hidden;
}
#certify  .swiper-slide .desc{
	overflow: hidden;
	line-height: 25px;
	color: #666;
	margin-top: 15px;
}
#certify  .swiper-slide .detail{
	overflow: hidden;
	margin-top: 15px;
}
#certify  .swiper-slide .detail .iconfont{
	font-size: 18px;
	width: 30px;
	height: 30px;
	background: #E9460B;
	color: #fff;
	line-height: 30px;
	text-align: center;
	display: block;
}



#certify .swiper-pagination {
	width: 100%;
	bottom: 0px;
	position: absolute;
	z-index: 9999999;
	left:0;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: #fff;
	margin: 0 10px;
	opacity:1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	background: #E9460B;
}
#certify .swiper-button-prev{
	left:-50px;
}
#certify .swiper-button-next{
	right:-50px;
}
/* #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%
} */
