.news-type {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid var(--text-lv2);
  margin: 50px auto;
  text-align: center;
}

.news-type a {
  font-size: 26px;
  line-height: 26px;
  color: var(--text-lv1);
  font-weight: 600;
  position: relative;

}

.news-type a:last-child {
  margin-left: 60px;
}

.ons {
  color: var(--theme-color) !important;

}

.ons::after {
  content: '';
  width: 100%;
  height: 3px;
  background: var(--theme-color);
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.pagebox .active a {
  color: var(--text-lv5);
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  cursor: pointer;
}

/* 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) {
  .news-type {
    margin: 0;
  }

  .news-type a {
    font-size: 20px;
    line-height: 20px;
  }

  /* 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: 0px;
  }

  .mark .videobox {
    padding: 5px;
    width: 85%;
    max-width: 85%;
  }

  video {
    display: block;
  }

  /* banner end */
  .newslist {
    flex-direction: column;
    width: 90%;
    margin: auto;
  }

  .newslist:nth-child(even) .newspic {
    margin-left: 0px;
  }

  .newslist:nth-child(even) {
    flex-direction: column-reverse;
  }

  .newslist .newspic {
    min-width: 100%;
    max-width: 100%;
    margin-right: 0;
  }

  .newslist .newstext h2 a {
    font-size: 20px;
    line-height: 24px;
    margin-top: 10px;
  }

  .pagebox {
    padding-top: 15px;
    flex-wrap: wrap;
  }

  .pagebox a {
    font-size: 13px;
    line-height: 15px;
    padding: 0 5px;
  }
}