@charset "UTF-8";
/*响应式配置*/
@media (max-width: 1199px) {
  header {
    display: none;
  }
  .out-header {
    display: none;
  }
  .prod-wrapper .block {
    width: 24%;
  }
  .index-prod .wrapper .lt {
    width: 23%;
  }
  .index-prod .wrapper .rt {
    width: 75%;
  }
  footer .footer-top nav {
    display: none;
  }
  footer .footer-top address {
    width: 70.125%;
  }
  .dev-history {
    padding: 0 1.56862745%;
  }
  .inner-content .wrapper aside {
    width: 23%;
    top: 75px;
    max-height: calc(100vh - 75px);
  }
  .inner-content .wrapper main {
    width: 75%;
  }
  .news-wrapper .block .title h5 {
    line-height: 1.6667;
  }
}
@media (max-width: 990px) {
  .mycontainer {
    width: 94% !important;
  }
  .index-prod .wrapper .lt {
    width: 25%;
  }
  .index-prod .wrapper .rt {
    width: 73%;
  }
  .index-slogan .lt {
    width: 100%;
  }
  .index-slogan .rt {
    width: 100%;
    padding: 3%;
  }
  .index-about .mycontainer .lt .tab {
    padding: 1em;
  }
  .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) {
  .banner-search .mycontainer {
    padding: 3% 0;
  }
  .banner-search .mycontainer .lt {
    width: 100%;
    margin-bottom: 2%;
  }
  .banner-search .mycontainer .rt {
    width: 100%;
  }
  .index-prod .wrapper .lt {
    width: 100%;
    margin-bottom: 3%;
  }
  .index-prod .wrapper .lt ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .index-prod .wrapper .lt ul li {
    width: 49%;
  }
  .index-prod .wrapper .lt ul .sub-aside {
    display: none !important;
  }
  .index-prod .wrapper .rt {
    width: 100%;
  }
  .index-slogan .rt .tel {
    width: 40%;
  }
  .index-about {
    background-size: 100% auto;
  }
  .index-about .mycontainer .lt {
    width: 100%;
    margin-bottom: 3%;
  }
  .index-about .mycontainer .lt .tab {
    display: none;
  }
  .index-about .mycontainer .rt {
    width: 100%;
  }
  .index-adv .wrapper .block {
    padding: 3%;
  }
  .index-adv .wrapper .block .num {
    width: 50px;
  }
  .index-adv .wrapper .block .text {
    width: calc(100% - 50px - 2.547771%);
  }
  .index-adv .wrapper .block .picture {
    width: 100%;
    margin-top: 3%;
  }
  .index-news .swiper .swiper-btn .swiper-pagination .swiper-pagination-bullet {
    width: 0.5em;
    height: 0.5em;
    margin: 0 0.35em;
  }
  footer .footer-top h4::after {
    margin: 0.416667em auto 0;
  }
  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;
  }
  .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: 3%;
	}
	.prod-intro .rt {
		width: 100%;
	}
	.prod-intro .rt .tel {
		padding: 0 3% 3%;
		gap: 1em;
	}
}
