.banner{
  width: 100%;
}
.swiper-container .bg1{
  /* background: url(../assets/banner/banner1.png) no-repeat center center; */
    /* background: url(../../assets/banner/banner-investor.png) no-repeat center center; */
    /* background-image: url(../../assets/banner/banner-investor.png);
    background-size: 100% 100%; */
  }

.swiper-container  .banner-swiper-text{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  font-size:60px;
  font-weight:bold;
  color:#FFFFFF;
  text-align: center;
  position: absolute;
  z-index: 999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  

}
.swiper-container .banner-swiper-text button{
  width:176px;
  height:48px;
  background:#0055AC;
  border-radius:5px 5px 5px 5px;
  color: #FFFFFF;
  font-size: 16px;
  margin: 0 auto;
  margin-top: 96px;
  cursor: pointer;
}

.swiper-pagination-bullet-active{
  opacity: 1;
  background: #FFFFFF;
}
.swiper-button-prev,.swiper-button-next{
  width:38px;
  height:38px;
  background:#000000;
  opacity:0.5;
  background-size: 19px 19px;
  background-position: center;
  background-repeat: no-repeat
}