@charset "utf-8";
/* CSS Document */

#certify {
  position: relative;
  width: 1150px;
  height: 264px;
  margin: 0 auto;
}

#certify .swiper-container {
  padding: 40px 0 0;
  display: flex;
  align-items: center;
}

#certify .swiper-slide {
  width: 240px;
  height: 154px;
  background: #fff;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(125, 180, 220, 0.6);
}

#certify .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  transform: scale(0.6);
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
}

#certify .swiper-slide-active img,
#certify .swiper-slide-duplicate-active img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  border: solid 3px rgba(37, 139, 195, 0.44);
  background-color: #ffffff;
}

#certify .swiper-slide-active p,
#certify .swiper-slide-duplicate-active p {
  font-weight: bold !important;
  padding-top: 28px !important;
}

#certify .swiper-slide p {
  width: 96px;
  padding-top: 17px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #222222;
  text-align: center;
  width: 100%;
}

#certify .swiper-pagination {
  width: 100%;
  bottom: 20px;
}

#certify .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-bullets .swiper-pagination-bullet-active {
  border: 3px solid #00aadc;
  background-color: #fff;
}

#certify .swiper-button-prev {
  left: -30px;
  width: 45px;
  height: 45px;
  background: url(/fa/wx/201909241/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(/fa/wx/201909241/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%;
}
