.title-wrap {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.title-wrap .title {
  font-size: 36px;
  font-weight: bold;
  color: #d4a72f;
}
.title-wrap .more {
  line-height: 1;
  display: flex;
  align-items: center;
  color: #0061b7;
}
.title-wrap .more img {
  display: block;
  flex-shrink: 0;
  width: 14px;
  margin-left: 5px;
  transition: all 0.5s;
}
.title-wrap .more:hover img {
  transition: all 0.5s;
  transform: translateX(5px);
}
.banner-wrap {
  overflow: hidden;
  height: calc(100vh - 200px);
  min-height: 600px;
}
.banner-wrap img {
  width: 100%;
}
.banner-wrap .swiper-container {
  height: 100%;
}
.banner-wrap .swiper-container .swiper-slide {
  display: block;
  background-position: center;
  background-size: cover;
}
.banner-wrap .swiper-container .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  opacity: 0.9;
  background-color: #fff;
}
.banner-wrap .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 50px;
  border-radius: 8px;
}
.banner-wrap .swiper-container .arrow {
  width: 80px;
  background: none;
}
.banner-wrap .swiper-container .arrow.swiper-button-prev {
  left: 8%;
}
.banner-wrap .swiper-container .arrow.swiper-button-next {
  right: 8%;
}
.banner-wrap .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 80px;
}
.entrance-wrap {
  font-size: 30px;
  position: relative;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  margin-top: -50px;
  margin-bottom: 30px;
  color: #fff;
}
.entrance-wrap .el {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 23.5%;
  height: 130px;
  cursor: pointer;
  color: #fff;
}
.entrance-wrap .el .bg {
  position: absolute;
  z-index: -1;
  transform: scale(0.95);
  transition: all 0.5s;
}
.entrance-wrap .el .icon {
  margin-right: 30px;
}
.entrance-wrap .el:hover .bg {
  transition: all 0.5s;
  transform: scale(1);
}
.entrance-wrap .drop-list{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  position: absolute;
  background: #0061b765;
  top: 145px;
  width: 880px;
  padding: 0 50px;
  height: 0;
  transition: 300ms;
  font-size: 18px;
  font-weight: bold;
  line-height: 100px;
  transform: skew(-15deg);
}
.entrance-wrap .drop-list::before{
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-bottom: 0 solid #0061b765;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  transform: skew(15deg);
  transition: 300ms;
}
.entrance-wrap .drop-list .list-item{
  flex: 1;
  text-align: center;
  align-items: center;
  transform: skew(15deg);
}

.entrance-wrap .drop-list .list-item:not(:last-child)::after{
  content: '|';
  position: absolute;
  right: 0;
}
.entrance-wrap .el .drop-list .list-item img{
  vertical-align: middle;
  margin-right: 15px;
  width: 40px;
}

.entrance-wrap .el:hover .drop-list{
  height: 100px;
}
.entrance-wrap .el:hover .drop-list::before{
  top: -15px;
  border-bottom-width: 15px;
}
.statistics-wrap {
  margin-bottom: 30px;
  padding-top: 50px;
  background-image: url(../images/statistics-bg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}
.statistics-wrap .w {
  display: flex;
  justify-content: space-around;
  height: 290px;
  text-align: center;
}
.statistics-wrap .w .el p:nth-child(2) {
  font-size: 20px;
}
.statistics-wrap .w .el:first-child span {
  min-width: 2em;
}
.statistics-wrap .w span {
  font-size: 40px;
  font-weight: lighter;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  min-width: 5em;
  margin-bottom: 1rem;
  letter-spacing: 0.5px;
  color: #0061b7;
}
.statistics-wrap .w span:after {
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  width: 3rem;
  height: 2px;
  margin: 0 auto;
  content: '';
  background-color: #d4a72f;
}
.news-wrap {
  margin-bottom: 100px;
  overflow-x: hidden;
}
.news-wrap .swiper-slide {
  display: flex;
  overflow: hidden;
  align-items: center;
  min-height: 300px;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
}
.news-wrap .swiper-slide .text {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: 606px;
  height: 423px;
  margin-top: 76px;
  margin-bottom: 100px;
  padding: 30px 40px;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.06);
  background-color: #f9f9f9;
}
.news-wrap .swiper-slide .text h3 {
  font-size: 28px;
  margin-bottom: 30px;
}
.news-wrap .swiper-slide .text p {
  font-size: 22px;
  margin: 1rem 0;
  color: #666;
}
.news-wrap .swiper-slide .text .desc {
  color: #666;
}
.news-wrap .swiper-slide .text:hover {
  cursor: pointer;
  color: #fff;
}
.news-wrap .swiper-slide .text:hover::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  animation: 0.5s cubic-bezier(0.25, 1, 0.3, 1) square-in-center both;
  background-color: #1a61b5;
}
.news-wrap .swiper-slide .text:hover p,
.news-wrap .swiper-slide .text:hover .desc {
  color: #fff;
}
.news-wrap .swiper-container-horizontal .swiper-pagination {
  bottom: 119px;
  left: 100px;
  text-align: left;
}
.news-wrap .swiper-container-horizontal .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #d4a72f;
}
.news-wrap .arrow-wrap {
  position: absolute;
  bottom: 20px;
  left: 100px;
  display: flex;
}
.news-wrap .arrow-wrap .arrow {
  position: unset;
  width: 56px;
  background: none;
  transition: 300ms;
}
.news-wrap .arrow-wrap .arrow + .arrow {
  margin-left: 40px;
}
.news-wrap .arrow-wrap .arrow:hover {
  transform: scale(1.05);
}
.active-wrapper {
  padding: 80px 0;
  background: url(../images/bg-active.png) no-repeat center;
  background-size: cover;
}
.active-wrapper .title-wrap .more {
  color: #fff;
}
.active-wrapper .content {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.active-wrapper .content li {
  box-sizing: border-box;
  width: 23%;
  padding: 40px;
  cursor: pointer;
  transition: transform 300ms;
  border-top: 5px solid #d4a72f;
  background: rgba(255, 255, 255, 0.9);
  position: relative;
}
.active-wrapper .content li::after {
  content: '';
  position: absolute;
  width: 0;
  top: -5px;
  left: 0;
  height: 5px;
  background-color: #0061b7;
  transition: all 300ms;
}
.active-wrapper .content li:hover {
  transition: transform 300ms;
  transform: scale(1.05);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.06);
}
.active-wrapper .content li:hover::after {
  width: 100%;
  transition: all 300ms;
}
.active-wrapper .content li p {
  line-height: 1.5;
}
.active-wrapper .content li .year {
  font-size: 18px;
  color: #0061b7;
}
.active-wrapper .content li .day {
  font-size: 40px;
  color: #0061b7;
}
.active-wrapper .content li .line {
  width: 50px;
  height: 6px;
  margin-bottom: 30px;
  background: #d4a72f;
}
.active-wrapper .content li .title {
  font-size: 18px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-bottom: 30px;
  text-overflow: ellipsis;
  color: #333;
  -webkit-line-clamp: 2;
}
.active-wrapper .content li .time,
.active-wrapper .content li .address {
  font-size: 14px;
  line-height: 2;
  color: #999;
}
.active-wrapper .content li .time img,
.active-wrapper .content li .address img {
  margin-right: 5px;
  vertical-align: middle;
}
.enroll-wrapper {
  padding: 40px 0;
  background: url(../images/bg-enroll.png) no-repeat center;
  background-size: cover;
}
.enroll-wrapper .inner-content {
  box-sizing: border-box;
  max-width: 1000px;
  padding: 40px 80px;
  background: #fff;
}
.enroll-wrapper .title-wrap .more {
  color: #0061b7;
}
.enroll-wrapper .content {
  margin-top: 50px;
}
.enroll-wrapper .content li {
  margin-right: 30px;
  margin-bottom: 20px;
  transition: all 300ms;
  border-left: 4px solid #d4a72f;
  box-shadow: 1px 10px 30px 0 rgba(0, 97, 183, 0.1);
}
.enroll-wrapper .content li:last-child {
  margin-bottom: 0;
}
.enroll-wrapper .content li:hover {
  margin-right: 0;
  padding-left: 30px;
  transition: all 300ms;
  border-left-width: 8px;
  background: #0061b7;
}
.enroll-wrapper .content li:hover .left .day {
  color: #fff;
}
.enroll-wrapper .content li:hover .right .title {
  color: #fff;
}
.enroll-wrapper .content li a {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding: 30px 50px;
}
.enroll-wrapper .content li .left {
  margin-right: 50px;
}
.enroll-wrapper .content li .left .day {
  font-size: 50px;
  line-height: 1;
  text-align: center;
  color: #0061b7;
}
.enroll-wrapper .content li .left .date {
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  margin: 0 auto;
  padding: 0 5px;
  color: #fff;
  background: #d4a72f;
}
.enroll-wrapper .content li .right {
  flex: 1;
}
.enroll-wrapper .content li .right .title {
  font-size: 20px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.school-wrapper {
  padding: 80px 0;
}
.school-wrapper .title-wrap .more {
  color: #0061b7;
}
.school-wrapper .content {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.school-wrapper .content li {
  width: 31%;
}
.school-wrapper .content li:hover .title {
  color: #0061b7;
}
.school-wrapper .content li:hover .top img {
  transition: 300ms;
  transform: scale(1.1);
}
.school-wrapper .content li .top {
  overflow: hidden;
  height: 300px;
}
.school-wrapper .content li .top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 300ms;
}
.school-wrapper .content li .bottom {
  padding-top: 30px;
}
.school-wrapper .content li .bottom .title {
  font-size: 18px;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-bottom: 15px;
  text-align: justify;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.school-wrapper .content li .bottom .date {
  font-size: 14px;
  color: #999;
}
.video-wrapper {
  overflow: hidden;
  margin: 0 auto;
}
.video-wrapper .w {
  position: absolute;
  z-index: 30;
  top: 50%;
  left: 50%;
  width: 1600px;
  transform: translate(-50%, -50%);
}
.video-wrapper .swiper-button-next {
  background-image: none;
}
.video-wrapper .swiper-button-prev {
  background-image: none;
}
.video-wrapper .swiper-slide {
  position: relative;
  width: 800px;
  height: 450px;
}
.video-wrapper .swiper-slide.swiper-slide-active .cover-title-box {
  background: none;
}
.video-wrapper .swiper-slide.swiper-slide-active .v-inner-title-box .v-play {
  display: block;
}
.video-wrapper .swiper-slide.swiper-slide-active .v-inner-title-box .v-title-outer {
  display: flex;
}
.video-wrapper video {
  width: 800px;
  height: 450px;
}
.video-wrapper .video-cover-box {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.video-wrapper .video-cover-box .cover-img {
  position: absolute;
  z-index: 15;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-wrapper .video-cover-box .cover-title-box {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.video-wrapper .video-cover-box .v-inner-title-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-wrapper .video-cover-box .v-inner-title-box .v-title-outer {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 150px;
  background-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.5) 72%);
}
.video-wrapper .video-cover-box .v-inner-title-box .v-title {
  font-size: 20px;
  line-height: 38px;
  position: absolute;
  bottom: 50px;
  color: #fff;
}
.video-wrapper .video-cover-box .v-inner-title-box .v-play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  transform: translate(-50%, -50%);
}
@keyframes square-in-center {
  from {
    clip-path: inset(100% 100% 100% 100%);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}
@media (max-width: 1690px) {
  .entrance-wrap .el img:nth-child(1) {
    width: 110%;
    transform: scale(1);
  }
}
@media (max-width: 1280px) {
  .entrance-wrap {
    overflow: hidden;
    font-size: 24px;
    margin-bottom: 0;
    margin-top: -100px;
  }
  .entrance-wrap .el{
    height: 200px;
    width: 25%;
  }
  .entrance-wrap .el:hover .drop-list{
    height: 60px;
    line-height: 60px;
  }
  .entrance-wrap .el img:nth-child(1) {
    transform: scale(0.9);
  }
  .banner-wrap {
    min-height: auto;
    height: 500px;
  }
  .active-wrapper .content li {
    padding: 20px;
  }
  .school-wrapper .content li .top {
    height: 200px;
  }
  .school-wrapper .content li .top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .entrance-wrap .el:hover .drop-list{
    width: 600px;
    top: 150px;
    font-size: 16px;
    z-index: 999;
  }
  .entrance-wrap .el .drop-list .list-item img{
    width: 30px;
  }
}
@media (max-width: 1024px) {
  .entrance-wrap .el:hover .drop-list{
    width: 450px;
    padding: 0 30px;
  }
  .entrance-wrap .el .drop-list .list-item img{
    margin-right: 5px;
  }
  .entrance-wrap {
    overflow: hidden;
    font-size: 18px;
  }
  .entrance-wrap .el img:nth-child(1) {
    transform: scale(0.9);
  }
  .entrance-wrap .el img:nth-child(2) {
    width: 30px;
    margin-right: 15px;
  }
  .banner-wrap {
    height: 400px;
  }
  .active-wrapper .content li .line {
    margin-bottom: 15px;
  }
  .active-wrapper .content li .title {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .active-wrapper .content li .day {
    font-size: 28px;
  }
  .school-wrapper .content li .top {
    height: 150px;
  }
  .school-wrapper .content li .top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}