@charset "UTF-8";
/*响应式配置*/
@media (max-width: 1699px) {
  footer .footer-top ul {
    max-height: none;
    gap: 0;
  }
  footer .footer-top nav {
    width: 40%;
  }
  footer .footer-top .info {
    width: 30%;
  }
}
@media (max-width: 1199px) {
  header {
    display: none;
  }
  .out-header {
    display: none;
  }
  .company-culture .wrapper .block .pic .mask .brief {
    line-height: 2;
    min-height: 10em;
  }
  .contact-us .online-msg .wrapper .lt form input {
    height: 3.2222em;
  }
}
@media (max-width: 990px) {
  .container {
    width: 94%;
  }
  .index-about .lt {
    padding-left: 3%;
  }
  footer .footer-top nav {
    display: none;
  }
  footer .footer-top .info {
    width: 70%;
  }
  footer .footer-top .ewm {
    width: 20%;
  }
  .company-culture .wrapper .block .pic .mask .brief {
    line-height: 1.6667;
    min-height: 8.3336em;
  }
}
@media (max-width: 767px) {
  footer .footer-top .info {
    width: 100%;
    margin-bottom: 3%;
    text-align: center;
  }
  footer .footer-top .ewm {
    width: 100%;
    text-align: center;
  }
  footer .footer-top .ewm img {
    width: 100px;
  }
  .index-about .lt {
    width: 100%;
    margin-bottom: 5%;
  }
  .index-about .rt {
    width: 100%;
  }
  .index-adv .adv-tab li {
    height: 3em;
  }
  .index-adv .adv-tab li img {
    display: none;
  }
  .index-adv .swiper .swiper-slide .lt {
    width: 100%;
  }
  .index-adv .swiper .swiper-slide .rt {
    width: 100%;
  }
  .index-adv .swiper .swiper-btn {
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: 3%;
    justify-content: center;
  }
  .index-title h3::after {
    font-size: 1.2em;
  }
  .index-news .news-tab li {
    margin: 0 0.5em;
  }
  .index-news .news-tab li a {
    padding: 0 1em;
  }
  .company-culture .wrapper .block {
    width: 49%;
    margin-bottom: 2%;
  }
  .application .wrapper .block {
    width: 49%;
    margin-bottom: 2%;
  }
  .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 .news-tab li {
    margin: 0 0.5em;
  }
  .news-list .news-tab li a {
    padding: 0 1em;
  }
  .news-list1 .news-tab li {
    margin: 0 0.5em;
  }
  .news-list1 .news-tab li a {
    padding: 0 1em;
  }
  .news-list1 .wrapper .block {
    width: 100%;
  }
  .news-list .wrapper .block {
    width: 100%;
  }
  .news-list .wrapper .block .title p {
    line-height: 2;
    height: 4em;
    -webkit-line-clamp: 2;
  }
  .prod-list .prod-tab li {
    width: 49%;
  }
  .prod-detail .intro {
    flex-wrap: wrap;
  }
  .prod-detail .intro .picture {
    width: 100%;
    margin-bottom: 3%;
  }
  .prod-detail .intro .brief {
    width: 100%;
  }
  .prod-list .wrapper .block {
    width: 49%;
    margin-bottom: 2%;
  }
  .prod-list .wrapper .block .title {
    margin-top: 0.25em;
  }
  .service .wrapper .lt {
    width: 100%;
    margin-bottom: 3%;
  }
  .service .wrapper .rt {
    width: 100%;
  }
}
