.content-lv2 {
  text-align: center;
}

/* 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:1000px) {

  /* 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;
  }

  .mark .videobox {
    padding: 5px;
    width: 85%;
    max-width: 85%;
  }

  video {
    display: block;
  }

  /* banner end */
  .navsec {
    display: none;
  }

  .newsshow {
    width: 90%;
    margin: auto;
  }

  .inban {
    display: none;
  }
}