.banner {
  height: 620px;
  width: 100%;
  /* background-color: #0C1112; */
  /* margin-bottom: 40px; */
}

.swiper-container {
  height: 100%;
  width: 100%;
}

.swiper-wrapper {
  height: 100%;
  width: 100%;
}

.swiper-slide {
  position: relative;
  width: 100%;
}

.swiper-slide .banner_text {
  position: absolute;
  top: 50%;
  left: -5%;
  /* left: 30%; */
  transform: translateY(-50%);
}

.swiper-slide .banner_text h1 {
  color: #fff;
  font-size: 46px;
  margin-bottom: 12px;
}

.swiper-slide .banner_text h3 {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  font-weight: 400;
}

.swiper-slide .banner_text button {
  background-color: #2dd4e0;
}

.swiper_img {
  background: url("../../img/home_banner_1.png") no-repeat center center;
  width: 130%;
  height: 100%;
  position: fixed;
}
/* .banner .swiper-container img {
  height: 180%;
  width: 120%;
  position: absolute;
  top: -39%;
  /* left: 5%; */
  /* transform:scale(1.5); */
/* }  */
