/* banner */
.inban {
  padding-top: 0;
  padding-bottom: 0;
}

.inban-solution img {
  width: 100%;
  height: auto;
}

.ban-c {
  display: flex;
  align-items: flex-end;
  position: absolute;

  top: 10%;
  left: 50%;
  transform: translateX(-50%);

}

/* banner end */
@media (max-width:1400px) {
  .about .about-l {
    width: 50%;
  }

  .about .about-r {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .content-lv1 span {
    font-size: 16px;
    line-height: 18px;
  }

  .in-culture .inculture li {
    width: 31%;
  }

  .in-honor .inhonor .swiper-wrapper .swiper-slide img {

    max-width: 70%;

  }
}

@media (max-width:1000px) {
  .about .about-r {
    margin-bottom: 30px;
  }

  /* banner */
  .navsec {
    display: none;
  }

  .ban-c h3 {
    font-size: 31px !important;
    color: #ffffff;
  }

  .ban-c p {
    font-size: 20px !important;
    color: #ffffff;
  }

  .ban-c {
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
  }

  .inban.inban-about .ban-c {
    padding: 0;
  }

  .inban.inban-about .ban-c {
    justify-content: center;
    flex-direction: column;
  }

  .inban.inban-about .ban-c .iconfont {
    font-size: 30px;
    margin-left: 0;
  }

  .mark .videobox {
    padding: 5px;
    width: 85%;
    max-width: 85%;
  }

  video {
    display: block;
  }

  /* banner end */
  .about {
    flex-direction: column-reverse;
  }

  .about .about-l {
    width: 100%;
  }

  .about .about-r,
  .intbox-b {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .about .about-l li:nth-child(1),
  .about .about-l li:nth-child(3) {
    margin-right: 1%;
    margin-left: 1%;
  }

  .in-culture .inculture li {
    width: 90%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .in-culture .inculture {
    flex-direction: column;
  }

  .in-culture .inculture li:last-child {
    margin-right: auto;
  }

  .inhonor {
    width: 90%;
    margin: auto;
  }

  .in-gx .ingx h3 {
    font-size: 18px;
    line-height: 20px;
  }

  .ingx {
    width: 90% !important;
    margin: auto;
  }
}