.culture .container {
  width: 1200px;
  margin: 20px auto;
  display: block;
  height: 500px;
}

.culture .container .swiper-container {
  width: 100%;
  height: 100%;
}

.culture .container .swiper-container .swiper-slide {
  height: 100%;
  text-align: center;
  font-size: 18px;
  background: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.culture .container .swiper-container .swiper-slide-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.culture .container .swiper-container img {
  height: 100%;
}

.culture .swiper-pagination-bullet-active {
  background: #ca1331;
}
