@charset "UTF-8";
/*响应式配置*/
@media (max-width: 1799px) {
  footer .footer-top address {
    width: 24.25%;
  }
  .inner-content .wrapper aside .aside-title span {
    font-size: 0.5em;
  }
}
@media (max-width: 1477px) {
  footer .footer-top nav {
    width: 24.25%;
  }
}
@media (max-width: 1199px) {
  header {
    display: none;
  }
  .out-header {
    display: none;
  }
  .index-about .lt {
    padding: 3% 2.60416667% 2.60416667% 3%;
  }
  .index-case .swiper .swiper-slide-active .pic .mask {
    opacity: 1;
  }
  .index-case .swiper .swiper-slide-active .pic .mask .icon {
    animation: slideInLeft 1s;
  }
  .index-case .swiper .swiper-slide-active .pic .mask h4 {
    animation: slideInRight 1s;
  }
  .index-news .wrapper {
    align-items: center;
  }
  .index-news .wrapper .rt .block .date {
    padding: 5px;
  }
  .inner-content .wrapper aside .aside-title span {
    display: none;
  }
  .dev-history {
    padding: 0 1.56862745%;
  }
  .inner-content .wrapper aside {
    width: 23%;
  }
  .inner-content .wrapper main {
    width: 75%;
  }
  .news-wrapper .block .title h5 {
    line-height: 1.6667;
  }
}
@media (max-width: 990px) {
  .mycontainer {
    width: 94% !important;
  }
  .index-news .wrapper .rt .block {
    padding: 5px;
  }
  .index-news .wrapper .rt .block .date {
    width: 20.438356%;
  }
  .index-news .wrapper .rt .block .title {
    padding: 0 5px 0 10px;
  }
  footer .footer-top nav {
    display: none;
  }
  footer .footer-top address {
    width: 50%;
  }
  .inner-content .wrapper aside {
    width: 25%;
  }
  .inner-content .wrapper main {
    width: 73%;
  }
  .news-wrapper .block .title h4 {
    line-height: 1.6667;
  }
  .news-wrapper .block .title h5 {
    line-height: 1.6667;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .index-about .lt {
    width: 100%;
    margin-bottom: 3%;
  }
  .index-about .rt {
    width: 100%;
  }
  .index-prod .lt {
    padding: 3%;
    width: 100%;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }
  .index-prod .lt h2 {
    writing-mode: horizontal-tb;
  }
  .index-prod .lt h3 {
    width: 100%;
  }
  .index-prod .lt h3::before {
    display: none;
  }
  .index-prod .rt {
    width: 100%;
    padding-top: 0;
  }
  .index-case .swiper .swiper-slide {
    width: 90%;
  }
  .index-news .wrapper .lt {
    width: 100%;
    margin-bottom: 3%;
  }
  .index-news .wrapper .rt {
    width: 100%;
  }
  footer .footer-top .info {
    width: 100%;
    text-align: center;
    margin-bottom: 3%;
  }
  footer .footer-top address {
    width: 100%;
    margin-bottom: 3%;
    text-align: center;
    padding-left: 0 !important;
  }
  footer .footer-top address em {
    display: none !important;
  }
  footer .footer-top .ewm {
    width: 100%;
    justify-content: space-around;
  }
  footer .footer-bt .lt {
    width: 100%;
    text-align: center;
  }
  footer .footer-bt .rt {
    display: none;
  }
  .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;
  }
  .dev-history .block .date h3 {
    width: 100%;
  }
  .dev-history .block .date h3::after {
    width: 1.5em;
    transform: translate(calc(100% + 0.8em), -50%);
  }
  .dev-history .block .text .wrapper {
    justify-content: space-around;
  }
  .dev-history .block .text .wrapper .brief {
    width: 100%;
    margin-bottom: 3%;
  }
  .dev-history .block .text .wrapper .picture {
    width: 70%;
  }
  .honor-list .block {
    width: 49%;
  }
  .news-wrapper .block .title span {
    display: none;
  }
  .news-wrapper .block .title p {
    display: -webkit-box;
    white-space: wrap;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.45;
    height: 2.9em;
  }
  .prod-intro .lt {
    width: 100%;
    margin-bottom: 5%;
  }
  .prod-intro .rt {
    width: 100%;
  }
  .prod-intro .rt .tel {
    padding: 2%;
    gap: 1em;
  }
}
