@charset "UTF-8";
/*响应式配置*/
@media (max-width: 1199px) {
  header {
    display: none;
  }
  .out-header {
    display: none;
  }
  .inner-content .container aside {
    width: 30%;
  }
}
@media (max-width: 990px) {
  .container {
    width: 94% !important;
  }
  .news-list .wrapper .block .rt h4 {
    margin-bottom: 0.25em;
  }
  .news-list .wrapper .block .rt h5 {
    padding-bottom: 0.25em;
    margin-bottom: 0.25em;
  }
}
@media (max-width: 767px) {
  .index-prod .prod-tab {
    width: 100%;
    margin-top: 3%;
    gap: 1em;
  }
  .index-feature .container .block {
    width: 100%;
    margin-bottom: 3%;
  }
  footer .footer-top .block h4 {
    padding-left: 0.5em;
  }
  footer .footer-top .block ul li {
    width: 100%;
  }
  .article-tab p {
    max-width: 100%;
    width: 100%;
  }
  .inner-content .container aside {
    display: none;
  }
  .inner-content .container main {
    width: 100%;
  }
  .contact-us .online-msg form .form-row .form-col {
    width: 100%;
    margin-bottom: 1.355%;
  }
  .contact-us .online-msg form .form-row .form-col:last-child {
    margin-bottom: 0;
  }
  .contact-us .contact-info .lt {
    width: 100%;
  }
  .contact-us .contact-info .rt {
    width: 100%;
  }
  .news-list .wrapper .block {
    flex-wrap: wrap;
  }
  .news-list .wrapper .block .lt {
    width: 100%;
    margin-bottom: 3%;
  }
  .news-list .wrapper .block .rt {
    width: 100%;
  }
  .inner-product .prod-detail table {
    border-spacing: 1px;
  }
  .inner-product .prod-intro .wrapper .lt {
    width: 60%;
    margin: 0 auto 3%;
  }
  .inner-product .prod-intro .wrapper .rt {
    width: 100%;
  }
  .quality-ensure .wrapper .block {
    flex-direction: column;
  }
  .quality-ensure .wrapper .block .lt {
    width: 100%;
    margin-bottom: 3%;
  }
  .quality-ensure .wrapper .block .rt {
    width: 100%;
    max-width: 100%;
  }
}
