@charset "UTF-8";
/*响应式配置*/
@media (max-width: 1799px) {
  .inner-content .wrapper aside .aside-title span {
    font-size: 0.75em;
  }
}
@media (max-width: 1477px) {
  .inner-content .wrapper aside .aside-footer .text p {
    line-height: 1.6667;
  }
}
@media (max-width: 1199px) {
  header {
    display: none;
  }
  .out-header {
    display: none;
  }
  .index-about .wrapper .rt .brief p {
    margin-bottom: 0.5em;
  }
  .index-news .wrapper {
    align-items: center;
  }
  .inner-content .wrapper aside .aside-title span {
    display: none;
  }
}
@media (max-width: 990px) {
  .mycontainer {
    width: 94% !important;
  }
  .index-about .wrapper .rt .brief p {
    margin-bottom: 0;
  }
  footer .footer-top nav {
    display: none;
  }
  footer .footer-top .info {
    width: 35%;
  }
  footer .footer-top address {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .index-nav-tab {
    display: none;
  }
  .index-title {
    padding-top: 5%;
  }
  .index-about .wrapper .lt {
    width: 100%;
    margin-bottom: 3%;
  }
  .index-about .wrapper .lt .pic {
    height: 0;
    padding-bottom: 75%;
  }
  .index-about .wrapper .rt {
    width: 100%;
  }
  .index-base .swiper .pic {
    padding-bottom: 70%;
  }
  .index-device .wrapper {
    flex-wrap: wrap;
  }
  .index-device .wrapper .block {
    flex: none !important;
    flex: unset !important;
    width: 100%;
    margin-bottom: 2%;
    height: 150px;
  }
  .index-news .wrapper .lt {
    width: 100%;
    margin-bottom: 3%;
  }
  .index-news .wrapper .rt {
    width: 100%;
  }
  footer .footer-top .info {
    width: 100%;
    margin-bottom: 3%;
  }
  footer .footer-top .info .logo {
    justify-content: center;
  }
  footer .footer-top .info .brief {
    text-align: justify;
    text-align-last: center;
  }
  footer .footer-top address {
    width: 100%;
    margin-bottom: 3%;
    text-align: center;
  }
  footer .footer-top .ewm {
    width: 100%;
  }
  .inner-content .wrapper aside {
    width: 100%;
    margin-bottom: 5%;
    position: relative;
    top: 0;
    max-height: none;
  }
  .inner-content .wrapper main {
    width: 100%;
  }
  .about-intro .picture {
    float: none;
    width: 100%;
    margin: 0;
  }
  .contact-us .info {
    width: 100%;
    margin-bottom: 5%;
    text-align: center;
  }
  .contact-us .map {
    width: 100%;
  }
  .prod-wrapper .block {
    width: 49%;
  }
  .news-list .block {
    width: 49%;
  }
  .news-list .block .title {
    padding: 0;
  }
}
