.kv {
    width: 100%;
    overflow: hidden;
    position: relative;
    color: #fff;
    z-index: 75;
  }
  .kv.active {
    z-index: 1;
  }
  .kv-img {
    height: 667px;
  }
  .kv__copy {
    font-size: 31px;
    font-weight: bold;
    position: absolute;
    left: 15px;
    bottom: 70px;
  }

  .message {
    width: 100%;
    position: relative;
  }
  .message .txt {
    width: 100%;
    height: 100%;
    background: rgba(243, 130, 0, .8);
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
  }
  .message .txt .p1 {
    font-size: 28px;
    font-weight: bold;
    padding: 40px 15px 50px;
  }
  .message .txt .p2 {
    font-size: 14px;
    line-height: 2;
    padding: 0 15px;
  }

  .point .sec__tit::before {
    content: "";
    width: 360px;
    height: 104px;
    background: url(../img/tit_point.svg) no-repeat center;
    background-size: cover;
    position: absolute;
    left: 5px;
    bottom: -100px;
    z-index: -1;
  }
  .point__list {
    margin: 0 auto 60px;
  }
  .point__list-item {
    width: 360px;
    margin: 0 auto 40px;
  }
  .point__list-item .up {
    position: relative;
  }
  .point__list-item .up .txt {
    width: 100%;
    height: 160px;
    background: rgba(255, 255, 255, .8);
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .point__list-item .up .txt p {
    font-size: 18px;
    font-weight: bold;
    color: #3E3E3E;
    padding: 24px 12px;
  }
  .point__list-item .btm {
    background: #F38200;
    color: #fff;
    width: 100%;
  }
  .point__list-item .btm p {
    font-size: 14px;
    line-height: 1.8;
    padding: 30px 20px;
  }
  
  .course .sec__tit::before {
    content: "";
    width: 361px;
    height: 71px;
    background: url(../img/tit_course.svg) no-repeat center;
    background-size: cover;
    position: absolute;
    right: 5px;
    bottom: -100px;
    z-index: -1;
  }
  .course__item {
    width: 100%;
    margin: 0 auto 40px;
  }
  .course__item .img {
    width: 100%;
  }
  .course__item .txt {
    width: 285px;
    background: #0096D8;
    color: #fff;
    padding: 45px 30px;
    margin: 0 auto;
  }
  .course__item .txt h3 {
    font-size: 30px;
    margin-bottom: 25px;
    text-align: center;
  }
  .course__item .txt h4 {
    margin-bottom: 20px;
    font-size: 22px;
  }
  .course__item .txt p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 60px;
  }
  .course__btn {
    width: 100%;
    background: #F38200;
  }
  
  .news .sec__tit::before {
    content: "";
    width: 356px;
    height: 105px;
    background: url(../img/tit_news.svg) no-repeat center;
    background-size: cover;
    position: absolute;
    left: 8px;
    bottom: -100px;
    z-index: -1;
  }
  .news__list {
    width: 345px;
    margin: 0 auto 50px;
  }
  .news__item a{
    width: 100%;
    margin: 10px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .news__item .date {
    width: 63px;
    height: 63px;
    border-radius: 63px;
    background: #0096D8;
    color: #fff;
    position: relative;
    margin-right: 15px;
  }
  .news__item .date time {
    font-size: 15px;
    text-align: center;
    padding-top: 27px;
    display: block;
  }
  .news__item .date time span {
    font-size: 10px;
    position: absolute;
    top: 13px;
    width: 100%;
    text-align: center;
    left: 0;
  }
  .news__item h3 {
    font-size: 16px;
    color: #7F7F7F;
    font-weight: normal;
  }

  .banner__list {
    margin-top: 100px;
  }