@charset "utf-8";
/* CSS Document */

#certify {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

#certify .swiper-container {
  padding-bottom: 60px;
}

#certify .swiper-slide {
  width: 520px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#certify .swiper-slide .top {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* height: 266px; */
  background-color: #f8f8f8;
  padding: 46px 64px;
  box-sizing: border-box;
  padding-bottom: 64px;
 
  text-align: left;
}
#certify .swiper-slide .top .p1 {
  width: 100%;
  text-align: left;
  font-size: 40px;
  color: #5468e7;
}
#certify .swiper-slide .top .p2 {
  width: 100%;
  text-align: right;
  font-size: 40px;
  color: #5468e7;
}
/* #certify .swiper-slide .top .img1 {
  width: 22px;
  height: 17px;
  margin-bottom: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
} */
#certify .swiper-slide .top .p2 {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
#certify .swiper-slide .top .img2 {
  width: 22px;
  height: 17px;
  margin-bottom: 4px;
}
#certify .swiper-slide .top p {
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 24px;
  text-align: center;
  margin-bottom: 4px;
}
#certify .swiper-slide .top .img3 {
  width: 170px;
  height: 33px;
}
#certify .swiper-slide .bottom {
  width: 167px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  top: -40px;
}
#certify .swiper-slide .bottom .img3 {
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
}
#certify .swiper-slide .bottom span {
  font-weight: normal;
  font-size: 20px;
  color: #222222;
  line-height: 28px;
  margin-bottom: 5px;
}
#certify .swiper-slide .bottom p {
  font-weight: 400;
  font-size: 16px;
  color: #5468e7;
  line-height: 24px;
}
#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%;
}
#certify .swiper-button-prev::after,
#certify .swiper-button-next::after {
  content: "";
}
