@media screen and (max-width: 992px) and (min-width:0px) {
  .banner {
    width: 100%;
    position: relative;
  }

  .media_phone {
    position: relative;
  }

  section {
    position: relative;
    overflow: hidden;
  }

  .about {
    background: url(https://ss-res.oss-cn-hangzhou.aliyuncs.com/site_res/65/20221101105713_ioeW19bH.jpg);
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .aboutText {
    position: relative;
    width: 100%;
    left: 0;
    margin-bottom: 90px;
  }

  .aboutNumberBox {
    position: relative;
    width: 100%;
    left: 0;
    padding: 45px 30px;
  }

  .aboutImg {
    opacity: .2;
    bottom: 245px;
  }

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

  .newsBox .newsList:nth-child(4) {
    display: none;
  }

  .newsBox .newsList:nth-child(3) {
    display: none;
  }

  .newsBox .newsList {
    width: 45%;
  }.box4, .box5 {
    padding-top: 100px;
    padding-bottom: 60px;
  }
}

/* 应用领域样式 */
@media screen and (max-width: 992px) and (min-width:0px) {
  .box3 .box_item_Box {
    position: relative;
  }

  .box3 .container {
    position: absolute;
  }

  .box3 .title {
    margin-top: 30px;
  }

  .box_item_text {
    top: 120px;
  }

  .box_item_text h1 {
    display: none;
  }

  .box3ListBox {
    bottom: 0;
    width: auto;
    display: flex;
    flex-direction: column;
    right: 0;
    height: 100%;
  }

  .box3List {
    width: auto;
    height: 20%;
    padding: 0 15px;
    display: flex;
    justify-content: center;
  }

  .box_item_text p {
    width: 60%;
    font-size: 14px;
  }
}
