/* old-end */
.case_left_img {
  padding: 0 !important;
  background-image: url("../imgs/v2/7.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.new_footer {
  width: 100%;
}

/* end */

.new_home .new_navbar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  background-color: #fff;
}
.new_home .new_navbar img {
  width: auto;
  height: 40px;
}
.new_home .banner_page {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background-image: url("../imgs/v2/1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.new_home .banner_page .banner_text {
  color: #fff;
  text-align: center;
  padding: 0 50px;
  box-sizing: border-box;
}
.new_home .desc_seciton {
  width: 100%;
  padding: 30px 0;
  box-sizing: border-box;
}
.new_home .desc_seciton .black_text {
  padding: 4px 20px;
  box-sizing: border-box;
  color: #000;
  text-align: center;
  background-color: #fff;
}
@media (max-width: 768px) {
  .new_home .banner_text {
    font-size: 30px;
  }
  .new_home .desc_seciton {
    padding: 20px 0;
  }
  .new_home .desc_seciton .black_text {
    font-size: 20px;
  }
  .new_home .img_box {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 768px) {
  .new_home .banner_text {
    font-size: 40px;
  }
  .new_home .desc_seciton {
    padding: 30px 0;
  }
  .new_home .desc_seciton .black_text {
    font-size: 30px;
  }
  .new_home .img_box {
    width: 650px;
    height: 420px;
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  .new_home .banner_text {
    font-size: 50px;
  }
  .new_home .black_text {
    font-size: 40px;
  }
}
