
/* .banner{
  background: url(../images/management/banner.png) center no-repeat;
} */

/* .ban-menu img:first-child{
  position: absolute;
  left: -15%;
} */

.tab .tab-li{
  width: 50%;
}




.box .text{
  font-size: 18px;
  color: #333;
  line-height: 30px;
  padding: 0 15px;
  text-align: center;
}



.box .swiper{
  position: relative;
}



/* 轮播 */
.swiper {
  width: 100%;
  height: 100%;
  margin: 50px auto 100px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* .swiper-slide-active,.swiper-slide-duplicate-active{
  transform: scale(1);
} */

.box .cul-p{
  width: 100%;
  margin-top: 39px;
}

.cul-p .swiper-pagination-bullet{
  width: 11px!important;
  height: 11px!important;
  background: #999!important;
  border-radius: inherit!important;
  margin: 0 5px!important;
}

.cul-p .swiper-pagination-bullet-active{
  background: #093f8b!important;
  width: 37px!important;
}

.swiper-button-next, .swiper-button-prev{
  width: 0px!important;
  height: 0px!important;
  color: #c7c7c7!important;
  top: 100%!important;
  margin-top: 50px!important;
  z-index: 11!important;
}

.swiper-button-next:hover, .swiper-button-prev:hover{
  color: #093f8b!important;
}

.swiper-button-next:after, .swiper-button-prev:after{
  font-size: 15px!important;
}

.swiper-slide img{
  width: 100%;
  height: 100%;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
  left: 43%!important;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
  right: 43%!important;
}



.bannerText, .ban-menu, .tab, .title, .box .text, .swiper{visibility: hidden;}
.bannerText.active, .ban-menu.active, .tab.active, .title.active, .box .text.active, .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;
}