@charset "utf-8";
/* CSS Document */
#certify {
  width: 77vw;
  margin: 0px auto 0;
  padding-top: 35px;
  padding-bottom: 2px;
  overflow: hidden;
}
#certify .swiper-container {
  position: inherit;
}
#certify .btn-list > div {
  width: 55px;
  height: 55px;
  line-height: 55px;
  background: #FFFFFF;
  border: 1px solid #D2D2D2;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 56%;
  transform: translateY(-50%);
  z-index: 1000;
  left: 6.25vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
#certify .btn-list > div:hover {
  background: #0075C3;
  box-shadow: 0px 2px 13px 0px rgba(223, 223, 223, 0.45);
}
#certify .btn-list > div:hover .iconfont {
  color: #fff;
}
#certify .btn-list > div .iconfont {
  font-size: 24px;
}
#certify .btn-list > div.prev .iconfont {
  position: relative;
  left: 7px;
  transform: rotate(180deg);
}
#certify .btn-list > div.next {
  left: auto;
  right: 6.25vw;
}
#certify .btn-list > div.next .iconfont {
  position: relative;
  left: -5px;
}
#certify .swiper-slide {
  width: 302px;
  height: 402px;
}
#certify .swiper-slide img {
  display: block;
  height: 100%;
  width: 100%;
  border: 1px solid #F0F0F0;
}
#certify .swiper-slide p {
  line-height: 98px;
  padding-top: 0;
  text-align: center;
  color: #636363;
  font-size: 1.1em;
  margin: 0;
}
#certify .swiper-slide-active,
#certify .swiper-slide-duplicate-active {
  transform: scale(1);
  margin: 0 auto;
  z-index: 1000;
}
#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(../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%;
}
