@media screen and (max-width: 1600px) and (min-width: 0px) {
  .inside_banner {
    height: 400px;
  }

  .inside_banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .nybanner_text {
    width: 40%;
    left: 30%;
  }
}

@media screen and (max-width: 1440px) and (min-width: 0px) {
  .inside_about .ATBT {
    font-size: 28px;
  }

  .aboutTop_Text .right p {
    font-size: 16px;
  }
}

@media screen and (max-width: 1200px) and (min-width: 0px) {
  .productBox .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .ProductNav {
    width: 100%;
  }

  .ProductList {
    width: auto;
  }

  .protop {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 992px) and (min-width: 0px) {
  .Message {
    padding: 75px 15px;
  }

  .nybanner_text {
    width: 50%;
    left: 25%;
  }

  .inside_newsListBox {
    padding: 75px 15px;
  }

  .protop .proImg {
    width: 100%;
    max-width: 500px;
  }

  .protop .proText {
    width: auto;
    padding: 45px 0;
  }

  .HonorList {
    padding-right: 45px;
  }

  .aboutTop_Text .left {
    width: 100%;
  }

  .aboutTop_Text {
    display: flex;
    flex-wrap: wrap;
  }

  .aboutTop_Text .right {
    width: 100%;
  }

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

@media screen and (max-width: 640px) and (min-width: 0px) {
  .nybanner_text {
    background: #00000040;
    width: 70%;
    left: 15%;
  }

  .list {
    flex-direction: column;
  }

  .list .img {
    width: 50%;
    margin: 30px auto;
  }

  .list .text {
    width: auto;
  }

  .productXq {
    padding: 30px 0;
  }

  .cpxqList span {
    padding: 0;
    width: 100%;
    text-align: center;
    font-size: 14px;
  }

  .aboutHonorNav .ATBT {
    margin-bottom: 15px;
  }

  .HonorList a {
    font-size: 18px;
  }

  .aboutHonor .left {
    width: 50%;
  }

  .aboutHonor .right {
    width: 50%;
  }

  .aboutTop_number {
    display: flex;
    flex-wrap: wrap;
  }

  .NumberBox {
    width: 50%;
  }

  .NumberBox:nth-child(2n):after {
    display: none;
  }.aboutPartner .container{
    display: flex;
flex-wrap: wrap;
  }.aboutPartner .container>div{
    width: 100%;
  }
}
