@charset "UTF-8";
/*响应式配置*/
@media (max-width: 1199px) {
  header {
    display: none;
  }
  .out-header {
    display: none;
  }
  .index-more {
    line-height: 2.5;
    padding: 0 1em;
  }
  .index-more i {
    margin-left: 1.5em;
  }
  .index-more:hover i {
    margin-left: 1em;
  }
  .about-intro .lt {
    padding-left: 7.5%;
  }
  .contact-us .wrapper .lt {
    width: 100%;
  }
  .contact-us .wrapper .rt {
    width: 100%;
  }
  .device-list .tab li {
    width: 22%;
  }
  .prod-lv1 .tab li {
    width: 22%;
  }
}
@media (max-width: 990px) {
  .container {
    width: 94% !important;
  }
  .index-about .rt {
    padding-right: 3%;
  }
  footer .footer-top .container nav {
    display: none;
  }
  footer .footer-top .container .info {
    width: 100%;
    max-width: none;
  }
  .bread-crumb ul {
    display: none;
  }
  .about-intro .lt {
    padding-left: 3%;
  }
  .prod-detail .detail-tab ul {
    overflow-x: auto;
    overflow-y: hidden;
  }
}
@media (max-width: 767px) {
  .index-banner img {
    min-height: 190px;
    object-fit: cover;
  }
  .inner-banner img {
    min-height: 120px;
    object-fit: cover;
  }
  .index-prod .wrapper {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
  }
  .index-about .lt {
    width: 100%;
    margin-bottom: 3%;
  }
  .index-about .rt {
    width: 100%;
    padding-right: 3%;
  }
  .index-adv .wrapper .lt {
    width: 100%;
    margin-bottom: 3%;
  }
  .index-adv .wrapper .lt .block .content {
    padding: 2%;
  }
  .index-adv .wrapper .lt .active .content {
    width: 100%;
  }
  .index-adv .wrapper .rt {
    width: 100%;
  }
  .index-app .appThumbSwiper .swiper-slide-thumb-active::before {
    height: 110%;
  }
  .index-slogan .container {
    flex-direction: column;
  }
  .index-slogan .container .lt {
    width: 100%;
    text-align: center;
    margin-bottom: 3%;
  }
  footer .footer-top .container h4 {
    text-align: center;
  }
  footer .footer-top .container h4::after {
    margin: 0.5em auto 0;
  }
  footer .footer-top .container .info {
    width: 100%;
    margin-bottom: 3%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .index-equipment .equip-swiper .swiper-pagination {
    margin-top: 5%;
  }
  .index-news .swiper .swiper-pagination {
    margin-top: 5%;
  }
  .about-intro .lt {
    width: 100%;
    padding: 3%;
    margin-bottom: 3%;
  }
  .about-intro .rt {
    width: 100%;
  }
  .company-culture .wrapper .block {
    width: 100%;
    margin-bottom: 3%;
  }
  .company-culture .wrapper .block .pic {
    padding-bottom: 60%;
  }
  .contact-us .wrapper .rt form .code-row {
    gap: 0;
  }
  .contact-us .wrapper .rt form .code-row .code {
    width: 48%;
    flex: unset;
    flex: none;
  }
  .contact-us .wrapper .rt form .code-row button {
    width: 100%;
    margin-top: 0.625em;
  }
  .device-list .tab {
    justify-content: space-between;
    gap: 0;
  }
  .device-list .tab li {
    width: 49%;
    margin-bottom: 2%;
  }
  .device-list .tab li a {
    width: 100%;
  }
  .device-list .wrapper .block {
    width: 49%;
  }
  .article-tab p {
    width: 100%;
    max-width: none;
  }
  .inner-tab {
    width: 100%;
    margin-top: 3%;
    justify-content: space-between;
  }
  .inner-tab li {
    width: 49%;
    margin-bottom: 2%;
  }
  .inner-tab li a {
    width: 100%;
  }
  .news-list .block {
    align-items: center;
  }
  .news-list .block .lt {
    padding: 1.1111% 2.833333% 1.1111% 2.847222%;
  }
  .news-list .block .lt .title h4 {
    margin-bottom: 0;
  }
  .prod-intro .intro .lt {
    width: 100%;
    margin-bottom: 3%;
  }
  .prod-intro .intro .lt .swiper-button-prev {
    left: -3%;
  }
  .prod-intro .intro .lt .swiper-button-next {
    right: -3%;
  }
  .prod-intro .intro .rt {
    width: 100%;
  }
  .prod-lv1 .tab {
    justify-content: space-between;
    gap: 0;
  }
  .prod-lv1 .tab li {
    width: 49%;
    margin-bottom: 2%;
  }
  .prod-lv1 .tab li a {
    width: 100%;
  }
  .prod-list .prod-wrapper .wrapper .block {
    width: 49%;
  }
  .prod-list .prod-search .container {
    padding: 5px 0;
    flex-direction: column;
    gap: 10px;
    align-items: stretch;
  }
}
