@charset "UTF-8";
/*响应式配置*/
@media (max-width: 1477px) {
  .inner-content .wrapper aside .aside-title span {
    font-size: 0.75em;
  }
}
@media (max-width: 1199px) {
  header {
    display: none;
  }
  .out-header {
    display: none;
  }
  .about-us .lt {
    width: 100%;
    margin-bottom: 3%;
  }
  .about-us .rt {
    width: 100%;
  }
  .inner-content .wrapper aside .aside-title span {
    display: none;
  }
  .inner-content .wrapper aside .aside-lv1 li div {
    padding: 0.5em;
  }
  .inner-content .wrapper aside .aside-footer .text {
    padding: 0.5em;
  }
  .inner-content .wrapper aside {
    width: 23%;
  }
  .inner-content .wrapper main {
    width: 75%;
  }
  footer .footer-top nav {
    display: none;
  }
  footer .footer-top .info {
    width: 30%;
  }
  footer .footer-top address {
    width: 50%;
  }
  .news-wrapper .block .title {
    width: 84%;
  }
}
@media (max-width: 990px) {
  .container {
    width: 94%;
  }
  .index-honor .intro .block .text {
    padding: 0 5%;
  }
  .inner-content .wrapper aside {
    width: 25%;
  }
  .inner-content .wrapper main {
    width: 73%;
  }
  footer .footer-top .info {
    width: 36%;
  }
  footer .footer-top address {
    width: 55%;
  }
  .back-top {
    bottom: 20%;
  }
  footer .footer-bt {
    flex-direction: column;
  }
  footer .footer-bt span {
    margin: 10px;
  }
  .news-wrapper .block .date {
    width: 14%;
  }
}
@media (max-width: 767px) {
  .index-prod .tab {
    gap: 1.5em;
  }
  .index-prod .wrapper {
    flex-direction: column;
  }
  .index-prod .wrapper .block {
    margin-bottom: 3%;
  }
  .index-about .wrapper .lt {
    width: 100%;
    margin-bottom: 5%;
  }
  .index-about .wrapper .rt {
    width: 100%;
  }
  .index-honor .data .block {
    width: 48%;
    margin-bottom: 3%;
  }
  .index-honor .intro .block {
    width: 49%;
    margin-bottom: 3%;
  }
  .index-case .wrapper .block {
    width: 49%;
    margin-bottom: 3%;
  }
  .index-case .wrapper .block .pic {
    height: 0;
    padding-bottom: 60%;
  }
  .index-title {
    flex-direction: column;
    align-items: flex-start;
  }
  .index-title h3 {
    margin-bottom: 3%;
  }
  .index-news .wrapper .lt {
    width: 100%;
  }
  .index-news .wrapper .lt .block .date {
    width: 20%;
  }
  .index-news .wrapper .lt .block .title {
    width: 78%;
  }
  .index-news .wrapper .rt {
    display: none;
  }
  .inner-content .wrapper aside {
    width: 100%;
    margin-bottom: 5%;
  }
  .inner-content .wrapper main {
    width: 100%;
  }
  .product-detail .title {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .product-detail .title h3 {
    margin-bottom: 0.5em;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .prod-wrapper .block {
    width: 48.746032%;
  }
  footer .footer-top {
    flex-direction: column;
    align-items: center;
  }
  footer .footer-top .info {
    width: 100%;
    margin-bottom: 3%;
  }
  footer .footer-top address {
    width: 100%;
  }
  .honor-wrapper1 .block {
    width: 100%;
  }
  .news-wrapper .block .date {
    width: 20%;
  }
  .news-wrapper .block .title {
    width: 75%;
  }
}
