@media screen and (max-width: 992px) and (min-width:0px) {
  .boxSlide1 .textBox .more a {
    width: 250px;
    height: 40px;
    line-height: 40px;
  }

  .boxSlide1 .textBox h1 {
    font-size: 28px;
  }

  .boxSlide1 .textBox p {
    font-size: 18px;
  }

  .boxSlide1 .imgBox {
    height: 100vh;
  }

  .boxSlide1 .imgBox img {
    height: 100vh;
  }

  .textBigBox a {
    width: 240px;
    height: 34px;
    line-height: 34px;
    position: absolute;
    bottom: 75px;
  }

  .textBigBox {
    position: relative;
    width: 100vw;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    align-content: flex-start;
    padding-bottom: 120px;
  }

  .boxSlide2 .textBigBox .box_1200 {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
  }

  .boxSlide2 .textBigBox .box_1200 {
    padding-top: 30px;
  }

  .textBigBox h1 {
    font-size: 21px;
  }

  .textLeftBox>div {
    margin: 15px;
  }

  .textLeftBox>div img {
    max-width: 100px;
  }

  .textBigBox .box_1200>div {
    padding: 15px;
  }

  .boxSlide3 {
    display: flex;
    flex-direction: column-reverse;
  }
.boxSlide2 {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
}
  .boxSlide2 .textBigBox {
    height: auto;
    position: relative;
  }
.boxSlide2 .imgBox {
    height: auto;
  }
  .boxSlide3 .imgBox {
    height: auto;
  }

  .boxSlide4 .imgBox {
    height: auto;
  }

  .textBigBox h2 {
    font-size: 28px;
  }

  .boxSlide4 {
    display: flex;
    flex-direction: column-reverse;
  }
}
