@media screen and (max-width: 1300px) {
  .culture-list li {
    align-items: center;
    flex-wrap: wrap;
  }
  .culture-list li:first-child {
    padding-top: 0;
  }
}

@media screen and (max-width: 1100px) {
  .index-reasons-bottom .hot-line {
    position: static;
    margin: 0 auto 2rem;
    margin-top: -4rem;
  }
  .index-reasons-bottom ul {
    width: 50%;
    box-sizing: border-box;
  }
  .index-reasons-bottom ul + ul {
    margin-left: 0;
  }
  .culture-list li figure i {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .index-honor-arrow-left,
  .index-honor-arrow-right {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  .header .header-top .header-logo img {
    width: 108px;
  }
}

@media screen and (max-width: 768px) {
  .ft-info i {
    background-size: cover;
  }
  .ft-pro {
    line-height: 2;
    display: none;
  }
  .ft-left p {
    line-height: 1.5;
  }
  .ft-right {
    flex-wrap: wrap;
  }
  .ft-qrcode {
    margin-top: 1.5rem;
  }
  .footer .ft-bottom {
    padding: 1.8rem 0;
  }
}

@media screen and (max-width: 740px) {
  .index-reasons-bottom ul {
    width: 100%;
  }
  .index-reasons-bottom ul + ul {
    margin-top: 2rem;
  }
  .index-honor-pic {
    position: static;
    margin-top: 1.2rem;
  }
  .index-about-right {
    display: none;
  }
  .index-about {
    background: url(../images/bg_about.jpg) no-repeat top right 20%;
    background-size: auto 100%;
  }
  .index-about-left {
    min-width: 100%;
    width: 100%;
  }
  .index-reasons-bottom .hot-line {
    width: 17.4rem;
    height: 12.4rem;
    background: url(../images/reson.png) no-repeat;
    background-size: 100% 100%;
  }
  .index-case-list {
    display: none;
  }
  .index-case-wrap {
    flex-wrap: wrap;
  }
  .index-case-r,
  .index-case-l {
    width: 100%;
  }
  .index-case .case-info {
    height: 2rem;
  }
  .index-case .case-info p {
    line-height: 2rem;
    margin: 0 .5rem;
    font-size: 12px;
  }
  .index-case .case-info .case-more {
    display: none;
  }
  .index-news,
  .index-honor {
    padding-bottom: 3.5rem;
  }
  .index-news-wrap .index-news-right,
  .index-news-wrap .index-news-left {
    width: 100%;
  }
  .index-news-wrap .index-news-right {
    margin-top: 1.7rem;
  }
  .index-news .tab-list {
    width: 100%;
    position: static;
    text-align: left;
  }
  .article-info span + span + span {
    margin-top: 10px;
    display: block;
  }
  .article-news-paging {
    padding-bottom: 5rem;
  }
  .user-message .user-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .user-message .user-list li {
    box-sizing: border-box;
    width: 48.5%;
    margin-bottom: .8rem;
    height: 178px;
    padding: 1.5333rem 1.26666667rem;
  }
  .user-message .user-list li div {
    margin-bottom: 0;
  }
  .user-message .user-list span {
    display: block;
    line-height: 2;
  }
  .page-pb {
    padding-bottom: 4.8rem;
  }
  .form-style > div {
    flex-wrap: wrap;
  }
  .form-left, .form-right {
    width: 100%;
  }
  .about-right {
    margin-top: 1.5rem;
  }
  .about-right,
  .about-left {
    width: 100%;
  }
  .culture-list .culture-t {
    margin: 2rem 0;
  }
  .culture-list .culture-c,
  .culture-list .culture-t,
  .culture-list li figure {
    width: 100%;
  }
  .culture-list li:last-child {
    margin-bottom: 0;
  }
  .pro-nav {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    overflow-y: hidden;
  }
  .pro-nav span {
    padding: 0 5px;
  }
  .product-re {
    padding-bottom: 3rem;
  }
}
