
.yz-s-section {
    padding: 80px 0px;
}

.yz-s-section-banner {
    height: 501px;
    background: url(../images/banner.jpg) no-repeat center top;
    padding-bottom: 180px;
    background-size: 100% 100%;
}

.yz-s-section-banner .yz-s-caption {
    font-size: 52px;
    line-height: 60px;
    color: #fff;
}

.yz-s-section-about {
    padding-bottom: 0px;
}

.yz-s-section-about .yz-s-caption {
    padding-bottom: 45px;
    font-size: 30px;
}

.yz-s-section-about .yz-s-desc {
    padding-bottom: 35px;
    line-height: 32px;
    font-size: 18px;
    color: #414141;
}

.yz-counts{
    overflow: auto;
    margin-top: 50px;
    padding: 0 40px;
}

.yz-count-item{
    display: block;
    width: 33.33%;
    float: left;
}

.yz-count-item p{
    font-size: 24px;
    color: #414141;
    margin-top: 15px;
}

.yz-s-section-about .yz-s-img
{
    max-width:100%;
}

.yz-s-section-about .yz-s-img img
{
    max-width: 100%;
}

.yz-s-section-history {
    background: url(../images/history_bg.jpg) no-repeat center top;
    background-size: 100% 100%;
    padding-bottom: 90px;
}

.yz-s-section-history .yz-s-caption
{
    text-align: center;
    padding-bottom: 80px;
    font-size: 30px;
    color: #fff;
}

.yz-s-section-history .yz-s-items {
    background: url(../images/line.png) repeat-y center top;
    max-width:800px;
}

.yz-s-section-history .yz-s-year {
    font-size: 24px;
    line-height: 22px;
    color: #b37d49;
    margin-bottom: 8px;
}

.yz-s-section-history .yz-s-item .yz-s-topic {
    font-size: 24px;
    line-height: 28px;
    color: #e0d2a4;
}

.yz-s-section-history .yz-s-item .yz-s-desc {
    font-size: 18px;
    color: #b37d49;
    line-height: 30px;
}
    
.yz-s-section-history .yz-s-item-0 {
    padding-left: 50%;
    margin-left: -10px;
}

.yz-s-section-history .yz-s-item-0 .yz-s-year,
.yz-s-section-history .yz-s-item-0 .yz-s-topic,
.yz-s-section-history .yz-s-item-0 .yz-s-desc {
    padding-left: 40px;
}

.yz-s-section-history .yz-s-item-0 .yz-s-year {
    background: url(../images/round.png) no-repeat left center;
}

.yz-s-section-history .yz-s-item-1 {
    padding-right: 50%;
    margin-right: -10px;
    text-align: right;
}

.yz-s-section-history .yz-s-item-1 .yz-s-year,
.yz-s-section-history .yz-s-item-1 .yz-s-topic,
.yz-s-section-history .yz-s-item-1 .yz-s-desc {
    padding-right: 40px;
}

.yz-s-section-history .yz-s-item-1 .yz-s-year {
    background: url(../images/round.png) no-repeat right center;
}

.yz-s-section-history .yz-s-item-end {
    height: 34px;
    background: url(../images/round_end.png) no-repeat center bottom;
}

.yz-s-section-contact {
    padding: 100px 0;
}
.yz-s-section-contact .yz-s-caption {
    font-size: 30px;
    padding-bottom: 80px;
    color: #000;
}

.yz-s-section-contact .yz-s-item {
    font-size: 18px;
    padding-top: 74px;
    background-position: top center;
    background-repeat:no-repeat;
}

.yz-s-section-contact .yz-s-item-tel {
    background-image: url(../images/contact_tel.png);
}

.yz-s-section-contact .yz-s-item-email {
    background-image: url(../images/contact_email.png);
}

.yz-s-section-contact .yz-s-item-office {
    background-image: url(../images/contact_office.png);
}







.section {
    background: #F45B69;
    padding: 50px 0;
  }
  
  .section .container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
  }
  
  .section h1 {
    font-size: 2.5rem;
  }
  
  .section h2 {
    font-size: 1.3rem;
  }
  
  
  /* TIMELINE
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  
  .timeline {
    white-space: nowrap;
    overflow-x: hidden;
  }
  
  .timeline ol {
    font-size: 0;
    width: 100vw;
    padding: 250px 0;
    transition: all 1s;
  }
  
  .timeline ol li {
    position: relative;
    display: inline-block;
    list-style-type: none;
    width: 160px;
    height: 3px;
    background: #fff;
  }
  
  .timeline ol li:last-child {
    width: 280px;
  }
  
  .timeline ol li:not(:first-child) {
    margin-left: 14px;
  }
  
  .timeline ol li:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 50%;
    left: calc(100% + 1px);
    bottom: 0;
    width: 12px;
    height: 12px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #F45B69;
  }
  
  .timeline ol li div {
    position: absolute;
    left: calc(100% + 7px);
    width: 280px;
    padding: 15px;
    font-size: 1rem;
    white-space: normal;
    color: black;
    background: white;
  }
  
  .timeline ol li div::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
  }
  
  .timeline ol li:nth-child(odd) div {
    top: -16px;
    transform: translateY(-100%);
  }
  
  .timeline ol li:nth-child(odd) div::before {
    top: 100%;
    border-width: 8px 8px 0 0;
    border-color: white transparent transparent transparent;
  }
  
  .timeline ol li:nth-child(even) div {
    top: calc(100% + 16px);
  }
  
  .timeline ol li:nth-child(even) div::before {
    top: -8px;
    border-width: 8px 0 0 8px;
    border-color: transparent transparent transparent white;
  }
  
  .timeline time {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 8px;
  }
  
  
  /* TIMELINE ARROWS
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  
  .timeline .arrows {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
  
  .timeline .arrows .arrow__prev {
    margin-right: 20px;
  }
  
  .timeline .disabled {
    opacity: .5;
  }
  
  .timeline .arrows img {
    width: 45px;
    height: 45px;
  }
  
  
  /* GENERAL MEDIA QUERIES
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  @media screen and (max-width: 599px) {
    .timeline ol,
    .timeline ol li {
      width: auto; 
    }
    
    .timeline ol {
      padding: 0;
      transform: none !important;
    }
    
    .timeline ol li {
      display: block;
      height: auto;
      background: transparent;
    }
    
    .timeline ol li:first-child {
      margin-top: 25px;
    }
    
    .timeline ol li:not(:first-child) {
      margin-left: auto;
    }
    
    .timeline ol li div {
      width: 94%;
      height: auto !important;
      margin: 0 auto 25px;
    }
    
    .timeline ol li div {
      position: static;
    }
    
    .timeline ol li:nth-child(odd) div {
      transform: none;
    }
    
    .timeline ol li:nth-child(odd) div::before,
    .timeline ol li:nth-child(even) div::before {
      left: 50%;
      top: 100%;
      transform: translateX(-50%);
      border: none;
      border-left: 1px solid white;
      height: 25px;
    }
    
    .timeline ol li:last-child,
    .timeline ol li:nth-last-child(2) div::before,
    .timeline ol li:not(:last-child)::after,
    .timeline .arrows {
      display: none;
    }
  }

  .mySwiperBox{
    height: 600px;
    background: url(../images/course.png) no-repeat center center;
    background-size: cover;
    padding-top: 80px;
    position: relative;
  }

  .course-title{
    font-size: 30px;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
  }

  .mySwiper{
    height: 420px;
    width: 1260px;
    padding: 0 30px;
  }

  .mySwiperBox .course-line{
    position: absolute;
    width: 100%;
    height: 5px;
    background-color: #969696;
    left: 0;
    top: 290px;
  }

  .mySwiper .year{
    font-size: 26px;
    color: #a7733f;
    font-weight: bold;    
    margin-top: 70px;
    transition: .5s ease-in-out;
  }

  .mySwiper .course-name{
    color: #dbcc9f;
    font-size: 22px;
    margin: 80px 0 50px;
  }

  .mySwiper .course-text{
    font-size: 19px;
    color: #fff;
  }

  .mySwiper .swiper-slide{
    text-align: center;
    position: relative;
  }

  .mySwiper .swiper-slide .radio{
    position: absolute;
    top: 133px;
    left: 50%;
    margin-left: -12px;
  }


  .swiper-button-prev-yz,.swiper-button-next-yz{
    position: absolute;
    top: 130px;
    cursor: pointer;
    z-index: 3;
  }

  .swiper-button-next-yz{
    right: 0;
  }

  .swiper-button-prev-yz{
    left:0
  }

  .swiper-button-prev-yz.swiper-button-disabled,  
  .swiper-button-next-yz.swiper-button-disabled{
    opacity: .5;
    cursor: inherit;
  }