@media screen and (max-width: 1700px) and (min-width:0px) {
  .index_div {
    padding-top: 120px !important;
  }

  .aboutText {
    left: 60px;
    width: 55%;
  }

  .aboutDesc {
    margin-top: 45px;
  }

  .aboutDesc p:first-child {
    /* width: 150%; */
  }

  .aboutNumberBox {
    left: 60px;
    bottom: 45px;
    padding: 45px 60px;
  }

  .aboutImg {
    width: 55%;
  }

  .aboutImg img {
    width: 100%;
  }

  .box3ListBox {
    width: calc(100% - 120px);
  }

  .box_item_text {
    top: 260px;
  }

  .box_item_text p {
    width: 70%;
    font-size: 16px;
  }

  .box3ListBox {
    bottom: 60px;
  }
}

@media screen and (max-width: 1440px) and (min-width:0px) {
  .index_div {
    padding-top: 120px !important;
  }

  .aboutImg {
    width: 50%;
  }

  .NumberTop span {
    font-size: 56px;
  }

  .aboutDesc>p {
    line-height: 1.5;
  }

  .aboutNumberBox {
    padding: 30px 60px;
  }

  .box3List h1 {
    font-size: 20px;
  }

  .box3ListBox {
    bottom: 30px;
  }

  .box_item_text p {
    margin-top: 30px;
    width: 100%;
  }
}