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

#certify {
  position: relative;
  width: 1200px;
  margin: 60px auto 0;
}

#certify .swiper-container {
  padding-bottom: 80px;
}

#certify .swiper-slide {
  width: 520px;
  /* height: 408px; */
  background: #fff;
  box-shadow: 0 8px 30px #ddd;
}

#certify .swiper-slide img {
  display: block;
}

#certify .swiper-slide p {
  line-height: 98px;
  padding-top: 0;
  text-align: center;
  color: #636363;
  font-size: 1.1em;
  margin: 0;
}

#certify .swiper-pagination {
  width: 100%;
  bottom: 20px;
}

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

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
  /* border: 3px solid #00aadc; */
  background-color: #F27059;
}

#certify .swiper-button-prev {
  left: -30px;
  width: 50px;
  height: 95px;
  background: #FACFA1 url(../images/icon-arrow-left.png) 11px center no-repeat;
  background-size: 17px 45px;
  border-radius: 10px;
  outline: none;
}

#certify .swiper-button-prev:after {
  content: none;
}

#certify .swiper-button-next, #certify .swiper-button-prev {
  top: 34%;
}

/* #certify .swiper-button-prev:hover {
  background-position: 0 -46px;
  background-size: 100%
} */

#certify .swiper-button-next {
  right: -30px;
  width: 50px;
  height: 95px;
  background: #FACFA1 url(../images/icon-arrow-right.png) 22px center no-repeat;
  /* background-position: 0 -93px; */
  background-size: 17px 45px;
  border-radius: 10px;
  outline: none;
}

#certify .swiper-button-next:after {
  content: none;
}

/* #certify .swiper-button-next:hover {
  background-position: 0 -139px;
  background-size: 100%
} */

#certify .foot-path {
  background-color: #F99574;
  padding: 12px 20px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

#certify .foot-path div:nth-child(1) {
  font-size: 16px;
  color: #fff;
  font-family: SourceHanSansCN;
  opacity: 0.8;
}

#certify .foot-path div:nth-child(2) {
  height: 28px;
  line-height: 28px;
  font-size: 29px;
  color: #fff;
  font-family: Adobe Heiti Std;
}

#certify .foot-path div:nth-child(3) {
  font-size: 14px;
  color: #fff;
  font-family: SourceHanSansCN;
  opacity: 0.8;
}