@charset "UTF-8";
/*响应式配置*/
@media (max-width: 1199px) {
  header {
    display: none;
  }
  .out-header {
    display: none;
  }
  .index-more a {
    line-height: 2.4;
  }
  .index-more a img {
    display: none;
  }
  .index-about .wrapper .rt {
    line-height: 2;
  }
  .index-news .title p {
    line-height: 2;
    min-height: 4em;
  }
  footer .footer-top nav {
    display: none;
  }
  footer .footer-top address {
    width: 65.866667%;
  }
  .about-intro .wrapper .rt {
    line-height: 2;
  }
}
@media (max-width: 990px) {
  .container {
    width: 94% !important;
  }
  .contact-us .online-msg .wrapper .lt form input {
    height: 3em;
  }
}
@media (max-width: 767px) {
  .index-prod .container .wrapper .lt {
    width: 100%;
    margin-bottom: 3%;
  }
  .index-prod .container .wrapper .rt {
    width: 100%;
  }
  .index-prod .container .wrapper .rt .row1 .block {
    width: 100%;
    margin-bottom: 3%;
  }
  .index-about .wrapper .lt {
    width: 100%;
    margin-bottom: 3%;
  }
  .index-about .wrapper .rt {
    width: 100%;
  }
  .index-news .title .date .index-more {
    display: none;
  }
  .index-news .title h4 {
    margin-bottom: 0;
  }
  .index-news .title .date {
    margin-top: 0;
  }
  .index-news .title .date span {
    padding: 0 1.214286em 0.17143em 0.357143em;
  }
  .index-news .row2 .block {
    width: 100%;
    margin-bottom: 3%;
  }
  .index-news .row1 .lt {
    width: 52%;
  }
  .index-news .row1 .lt .title p {
    -webkit-line-clamp: 2;
  }
  .index-news .row1 .rt {
    width: 45%;
  }
  .index-news .row1 .rt .pic {
    padding-bottom: 63.9722%;
  }
  footer .footer-top .container {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  footer .footer-top .container .logo {
    width: 65%;
    text-align: center;
    margin-bottom: 3%;
  }
  footer .footer-top .container address {
    width: 100%;
    text-align: center;
  }
  footer .footer-top .container address .wrapper {
    flex-wrap: wrap;
  }
  footer .footer-top .container address .wrapper .block {
    width: 100%;
    max-width: 100%;
  }
  .about-intro .wrapper .lt {
    width: 100%;
    margin-bottom: 3%;
  }
  .about-intro .wrapper .rt {
    width: 100%;
  }
  .company-culture .wrapper .block {
    width: 49%;
    margin-bottom: 2%;
  }
  .application-list .wrapper .block {
    width: 49%;
  }
  .contact-us .contact-info .lt {
    width: 100%;
  }
  .contact-us .contact-info .rt {
    width: 100%;
  }
  .contact-us .online-msg .wrapper .lt {
    width: 100%;
    margin-bottom: 3%;
  }
  .contact-us .online-msg .wrapper .rt {
    width: 100%;
  }
  .news-list .wrapper .block {
    width: 100%;
  }
  .prod-detail .prod-intro .lt {
    width: 100%;
    margin-bottom: 3%;
  }
  .prod-detail .prod-intro .rt {
    width: 100%;
  }
  .prod-list .wrapper .block {
    width: 100%;
  }
}
