.tab li{
  width: 50%;
}

.culture{

}

.culture .text{
  color: #333;
  font-size: 0.28rem;
  text-indent: 2em;
  line-height: 0.42rem;
}


.culture .swiper{
  margin-top: 0.35rem;
  padding-bottom: 0.5rem;
}

.culture .swiper-button-next, .culture .swiper-button-prev{
    top: 32%!important;
    margin-top: 0!important;
    background: rgba(18,78,163,0.37);
}

.culture .swiper-button-next:after, .culture .swiper-button-prev:after{
    font-size: initial!important;
    color: #fff!important;
}

.culture .swiper-button-next, .culture .swiper-rtl .swiper-button-prev{
    right: 0!important;
}

.culture .swiper-button-prev, .culture .swiper-rtl .swiper-button-next{
    left: 0!important;
}

.culture .swiper-pagination-bullet{
  width: 0.11rem!important;
  height: 0.11rem!important;
  background: #999!important;
  border-radius: inherit!important;
  opacity: unset!important;
}

.culture .swiper-pagination-bullet-active{
  background: #2c66b8!important;
  width: 0.37rem!important;
}

.culture .cul-p{
  position: inherit!important;
  bottom: 0.5rem!important;
}





.bannerText, .tab, .culture .title, .culture .text, .culture .swiper{visibility: hidden;}
.bannerText.active, .tab.active, .culture .title.active, .culture .text.active, .culture .swiper.active{
    visibility: visible;
    animation-delay: 0.2s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}