@charset "UTF-8";
/*响应式配置*/
@media (max-width: 1199px) {
  header {
    display: none;
  }
  .out-header {
    display: none;
  }
  .index-news .container .rt .news-tab {
    gap: 0;
  }
  .index-news .container .rt .news-tab li {
    width: 49%;
    margin-bottom: 2%;
  }
  .about-cate-tab {
    top: 55px;
  }
  .news-list .wrapper .block .text {
    padding-right: 3%;
  }
  .inner-list .container main {
    width: 78.5%;
  }
  .inner-list .container aside {
    width: 18.5%;
  }
}
@media (max-width: 990px) {
  .container {
    width: 94% !important;
  }
  .index-banner .swiper-button-prev {
    left: 0;
  }
  .index-banner .swiper-button-next {
    right: 0;
  }
  .index-serv .wrapper .rt .pic .time {
    width: 8.5em;
    height: 8.5em;
    min-width: 8.5em;
    min-height: 8.5em;
    transform: translate(-20%, 0);
  }
  .index-serv .wrapper .lt .block {
    padding-right: 10%;
  }
  footer .footer-mid .info {
    width: 40%;
  }
  footer .footer-mid nav {
    display: none;
  }
  footer .footer-mid address {
    width: 45%;
  }
  footer .footer-top form {
    display: none;
  }
  .inner-cate-tab {
    display: none;
  }
  .about-honor .honor-swiper .swiper .swiper-slide {
    padding: 1.5em 1em;
  }
}
@media (max-width: 767px) {
  .index-banner .swiper .swiper-slide img {
    min-height: 200px;
    object-fit: cover;
  }
  .inner-banner img {
    min-height: 150px;
    object-fit: cover;
  }
  .article-tab p {
    width: 100%;
    max-width: 100%;
    text-align: left !important;
  }
  .prod-intro .intro .lt {
    width: 100%;
    margin-bottom: 3%;
  }
  .prod-intro .intro .rt {
    width: 100%;
  }
  .online-msg form .form-row .form-col {
    width: 100%;
    margin-bottom: 1.6667%;
  }
  .online-msg form .form-row .form-col:last-child {
    margin-bottom: 0;
  }
  .online-msg form button {
    min-width: 7.3125em;
  }
  .index-prod .prod-tab {
    gap: 0;
    justify-content: space-between;
  }
  .index-prod .prod-tab li {
    width: 49%;
    margin-bottom: 2%;
    min-width: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 1em;
  }
  .index-prod .swiper .swiper-slide {
    width: 75%;
  }
  .index-prod .swiper .swiper-button-prev {
    left: 0;
  }
  .index-prod .swiper .swiper-button-next {
    right: 0;
  }
  .index-about .data {
    flex-wrap: wrap;
  }
  .index-about .data .block {
    width: 49%;
    margin-bottom: 2%;
    max-width: none;
  }
  .index-about .data i {
    display: none;
  }
  .index-serv .wrapper .lt {
    width: 100%;
  }
  .index-serv .wrapper .lt .block {
    padding-right: 3%;
  }
  .index-serv .wrapper .lt .block::after {
    width: 100%;
  }
  .index-serv .wrapper .rt {
    width: 100%;
  }
  .index-news .container .lt {
    display: none;
  }
  .index-news .container .rt {
    width: 100%;
  }
  .index-partner .swiper {
    height: 9.4em;
  }
  .index-partner .swiper .swiper-slide {
    width: 10em;
    height: 4.2em;
    margin-right: 1em;
  }
  .index-partner .swiper .swiper-slide:nth-child(even) {
    margin-top: 1em !important;
    margin-left: 1em;
  }
  footer .footer-mid .info {
    width: 100%;
    margin-bottom: 3%;
  }
  footer .footer-mid address {
    width: 100%;
  }
  .company-vision .block {
    width: 50%;
  }
  .contact-us .container .lt {
    width: 100%;
  }
  .contact-us .container .rt {
    width: 100%;
  }
  .inner-tab {
    width: 100%;
    gap: 0;
    justify-content: space-between;
  }
  .inner-tab li {
    width: 49%;
    margin-bottom: 2%;
  }
  .device-list .wrapper .block {
    width: 49%;
  }
  .device-list .wrapper .block .title {
    line-height: 2.5;
  }
  .news-list .wrapper .block .date {
    width: 15%;
  }
  .news-list .wrapper .block .text {
    width: 82%;
  }
  .inner-list .container main {
    width: 100%;
  }
  .inner-list .container aside {
    display: none;
  }
  .prod-list .wrapper .block {
    width: 49%;
  }
}
