@charset "UTF-8";
/*响应式配置*/
@media (max-width: 1199px) {
  header {
    display: none;
  }
  .out-header {
    display: none;
  }
}
@media (max-width: 990px) {
  .container {
    width: 94% !important;
  }
  .index-serv .wrapper .block .icon {
    margin-bottom: 2em;
  }
  footer .footer-top .container nav {
    display: none;
  }
  footer .footer-top .container address {
    width: 60%;
  }
  .index-more {
    line-height: 2.5;
  }
  .index-more i {
    margin-left: 1.5em;
  }
  .about-us .lt {
    padding: 2% 2.1875% 2% 3%;
  }
}
@media (max-width: 767px) {
  .article-tab {
    margin-top: 10%;
  }
  .article-tab p {
    max-width: 100%;
    width: 100%;
  }
  .news-list .block {
    align-items: center;
  }
  .news-list .block .rt {
    width: 65.625%;
  }
  .news-list .block .rt .title h4 {
    margin-bottom: 3px;
  }
  .news-list .block .rt .more {
    margin-top: 5px;
  }
  .index-module .container .lt {
    width: 100%;
    margin-bottom: 5%;
  }
  .index-module .container .rt {
    width: 100%;
  }
  .index-serv .wrapper .block {
    width: 100%;
    padding: 3%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    border-right: 0;
  }
  .index-serv .wrapper .block .icon {
    margin-bottom: 0.5em;
  }
  .index-about .container .lt {
    width: 100%;
    margin-bottom: 5%;
  }
  .index-about .container .lt .brief {
    margin-bottom: 0.5em;
  }
  .index-about .container .rt {
    width: 100%;
  }
  footer .footer-top .container {
    flex-wrap: wrap;
  }
  footer .footer-top .container address {
    width: 100%;
  }
  .about-us {
    flex-wrap: wrap;
  }
  .about-us .lt {
    width: 100%;
    padding: 3%;
  }
  .about-us .rt {
    width: 100%;
  }
  .our-advantage .wrapper .block {
    width: 100%;
    margin-bottom: 3%;
  }
  .our-advantage .wrapper .block .picture {
    width: 25%;
  }
  .contact-us .wrapper .block {
    width: 48.958333%;
  }
  .contact-us .wrapper .block:nth-child(5),
  .contact-us .wrapper .block:nth-child(6) {
    width: 100%;
  }
  .system-application .wrapper .block {
    width: 49%;
    margin-bottom: 3%;
  }
  .system-application .wrapper .block .title i {
    display: none;
  }
}
