.kv {
    width: 100%;
    max-height: 800px;
    overflow: hidden;
    position: relative;
    color: #fff;
    z-index: 75;
  }
  .kv__copy {
    font-size: 54px;
    font-weight: bold;
    position: absolute;
    max-width: 1180px;
    left: calc(50% - 590px);
    bottom: 155px;
  }

  .message {
    width: 100%;
    position: relative;
    max-height: 420px;
    overflow: hidden;
  }
  .message .txt {
    width: 100%;
    height: 100%;
    background: rgba(243, 130, 0, .8);
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
  }
  .message .txt .p1 {
    font-size: 38px;
    font-weight: bold;
    width: 465px;
  }
  .message .txt .p2 {
    font-size: 14px;
    line-height: 2;
    width: 530px;
    margin-left: 48px;
  }

  .point .sec__tit::before {
    content: "";
    width: 530px;
    height: 155px;
    background: url(../img/tit_point.svg) no-repeat center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .point__list {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 0 auto 60px;
  }
  .point__list-item {
    width: 360px;
    height: 740px;
    margin: 0 20px;
  }
  .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%;
    height: 380px;
  }
  .point__list-item .btm p {
    font-size: 14px;
    line-height: 1.8;
    padding: 30px 20px 0;
  }
  
  .course .sec__tit::before {
    content: "";
    width: 714px;
    height: 141px;
    background: url(../img/tit_course.svg) no-repeat center;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
  }
  .course__item {
    width: 1240px;
    margin: 0 auto 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .course__item.sec {
    flex-direction: row-reverse;
  }
  .course__item .img {
    width: 610px;
  }
  .course__item .txt {
    width: 630px;
    background: #0096D8;
    color: #fff;
    width: 500px;
    height: 340px;
    padding: 45px 55px 45px 75px;
  }
  .course__item.sec .txt {
    padding: 45px 75px 45px 55px;
  }
  .course__item .txt h3 {
    font-size: 36px;
    margin-bottom: 25px;
    text-align: center;
  }
  .course__item .txt h4 {
    width: 500px;
    margin-bottom: 20px;
    font-size: 24px;
  }
  .course__item .txt p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 60px;
  }
  .course__btn {
    background: #F38200;
  }
  
  .news .sec__tit::before {
    content: "";
    width: 521px;
    height: 154px;
    background: url(../img/tit_news.svg) no-repeat center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .news__list {
    width: 1030px;
    margin: 0 auto 60px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .news__item a{
    width: 500px;
    margin: 0 15px 15px 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: 120px;
  }