.title {
  font-size: 40px;
  color: #323232;
  line-height: 50px;
  text-align: center;
  padding: 10px 0;
}
.details {
  width: 990px;
  font-size: 18px;
  color: #666;
  line-height: 30px;
  text-align: center;
  padding: 10px 0;
  margin: 0 auto;
}
.partner {
  padding: 110px 0 100px;
}
#partner {
  height: 475px;
}

#partner .swiper-pagination {
  bottom: 0;
}

#partner .swiper-pagination-bullet-active {
  background: #2d6a87;
}
#partner .swiper-slide img {
  display: block;
  margin: 40px auto 0;
}
#partner .swiper-button-prev {
  width: 50px;
  height: 50px;
  display: block;
  background: url("../icon/icon.png") no-repeat -300px -250px;
}
#partner .swiper-button-next {
  width: 50px;
  height: 50px;
  display: block;
  background: url("../icon/icon.png") no-repeat -350px -250px;
}
#partner .swiper-button-prev:hover {
  background-position: -400px -250px;
}
#partner .swiper-button-next:hover {
  background-position: -450px -250px;
}
