@charset "utf-8";
/* CSS Document */

#certify {
	position: relative;width: 1200px;height:200px;margin: 0 auto
}

#certify .swiper-container {
	height:190px
}
.newsBan .swiper-slide-active{
   opacity: 1!important;
  }
#certify  .swiper-slide {
	width: 800px;height: 160px;box-shadow:0px 5px 15px rgba(0,0,0,.15);
	border-radius: 10px;
}
#certify .swiper-slide.sliderOpcity{
	background-color: rgba(255,255,255) !important;
}
#certify .swiper-slide.sliderOpcity:after{
	content: '';position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;background: rgba(255,255,255,.65)
}
.newsBan .swiper-slide-active:after{
	display: none;
}
#certify  .swiper-slide img{
	display:block;width:100%;height:160px
}
#certify .swiper-pagination {
	width: 100%;bottom: 0px;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	width:60px;height:4px;border-radius: 0;cursor: pointer;
	background: #cdd5e2;margin:0 5px;opacity: 1;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	background: #094092;
}
#certify .swiper-button-prev,
#certify .swiper-button-next{
	width: 60px;height: 60px;opacity: .75;margin-top: -43px;
	background: url(../images/arr.png) no-repeat center;
	background-size: 100%;-webkit-transition:  opacity 300ms;
}
#certify .swiper-button-prev{
	left: -30px;
}
#certify .swiper-button-next {
	right: -30px; transform: rotate(180deg);
}

#certify .swiper-button-prev:hover,
#certify .swiper-button-next:hover{
	opacity: 1;
}
#certify .swiper-button-prev:after, 
#certify .swiper-button-next:after{
	display: none;
}
/* @media ( max-width: 1159px ){
	#certify{
		width:100%
	}
} */