@charset "utf-8";

@media screen and (max-width: 1200px) {
  .banner {
    margin-top: 60px;
  }

  .about-title p {
    display: none;
  }

  .about-box {
    margin-top: 0 !important;
  }

  .mh1 {}

  h1 {
    font-size: 24px !important;
    line-height: 2 !important;
  }

  .mh1 small {
    font-size: 18px !important;
    line-height: 30px !important;
    letter-spacing: 0px;
  }

  .about-text h5 {
    font-size: 18px !important;
    line-height: 30px !important;
    text-indent: 0px !important;
    word-break: break-all;
    margin-bottom: 10px !important;
  }

  .btn-more {
    font-size: 18px !important;
    display: block;
    padding: 0;
    margin-top: 0 !important;
    margin-bottom: 30px;
  }

  .about-img-box {
    margin: 0;
  }

  .cf {
    height: auto;
  }

  .cf-box {
    margin-left: -15px;
    margin-right: -15px;
    ;
  }

  .cf-txt h5 {
    display: none
  }

  .cf-txt h3 {
    margin: 0;
    line-height: 24px !important;
    font-size: 24px !important;
  }

  .proright {
    display: none;
  }

  .title p {
    font-size: 18px !important;
    line-height: 1.5 !important;
  }

  .cf:hover {
    height: auto !important;
  }
}