@charset "utf-8";
/* CSS Document */

#certify1 {
  height: 350px;
  position: relative;
  width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
.swiper-container {
  height: 350px;
}
/* #certify1  .swiper-slide {
	width: 410px;
	height: 200px;
	background: #fff;
}
#certify1  .swiper-slide-next,#certify1  .swiper-slide-prev {
	transform: scale(0.8);
}

#certify1  .swiper-slide img{
    display:block;
    width: 100%;
    height: 100%;
} */

/* #certify1 .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

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

#certify .swiper-pagination {
  position: absolute;
  z-index: 20;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
.swiper-pagination-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 8px;
  background: #d5d5d5;
  margin: 0 5px;
  opacity: 0.5;
  cursor: pointer;
}
#certify .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #fff;
}

#certify1 .swiper-slide {
  text-align: center;
  height: 350px !important;
  width: 380px !important;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
#certify1 .swiper-slide-visible {
  z-index: 20;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
#certify1 .swiper-slide-active {
  top: 0;
  opacity: 1;
  z-index: 30;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

#certify1 .swiper-visible-switch {
  opacity: 1;
  top: 0;
  background: #aaa;
}
#certify1 .swiper-active-switch {
  background: #fff;
}
#certify1 .swiper-slide img {
  width: 260px;
  height: 350px;
}
