@media screen and (max-width: 1700px) and (min-width:0px) {}

@media screen and (max-width: 1440px) and (min-width:0px) {
  .box4 .iconBox {
    width: 80%;
  }

  .box5 .container>.left {
    width: 55%;
  }

  .box5 .right {
    width: 40%;
  }

  .box5 .right img {
    width: 100%;
  }

  .box5 .text>img {
    margin-top: 15px;
  }

  .box5 .text p {
    padding-top: 30px;
    margin-bottom: 45px;
    font-size: 16px;
  }

  .box5 .phone {
    width: 55%;
  }

  .box5 .phone span {
    height: 75px;
    line-height: 75px;
    width: 100%;
    text-align: center;
  }

  .box5 .phone .img {
    height: 75px;
  }

  .box6 .title>img {
    width: 50%;
  }
}