section {
  padding-top: 4.375rem;
}
@media (max-width: 575.98px) {
  section {
    padding-top: 2.1875rem;
  }
}

.fancybox-button {background-color:#fff;}

.swiper-pagination {display:flex;}

.i-head {
  text-align: center;
  margin-bottom: 2.25rem;
}
.i-head .title h2 {
  font-weight: bold;
  font-size: 2.5rem;
  font-family:MyMainLightFont;
}
.i-head .line {
  width: 1px;
  height: 30px;
  background-color: var(--main-subTheme-color);
  margin: 0 auto;
}

@media (min-width:1200px) {
#i-banner .banner .myBannerSwiper {
height:100vh;
}
}

#i-banner .banner .myBannerSwiper .swiper-slide{height:auto;}


#i-highLight {
  background-color: #f8f8f8;
  padding-bottom: 4.375rem;
}

@media (max-width:767.98px) {
#i-highLight {
  padding-bottom: 2.1875rem;

}
}

#i-highLight .thumb-image {
  width: 100%;
  height: auto;
  padding-bottom: 2.25rem;
}
@media (min-width: 1200px) {
  #i-highLight .thumb-image {
    width: 56%;
  }
}
#i-highLight .thumb-image a {
  display: block;
  padding-top: 66.7%;
  height: 0;
  position: relative;
}

#i-highLight .thumb-image a .date {
    position: absolute;
    top: 0;
    right: 40px;
    background: url("../images/hignlight_date.png") no-repeat;
    background-size:contain;
    z-index: 999;

    min-width: 4.5625rem;
    height: 4.5125rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#i-highLight .thumb-image a .date span {
color: var(--main-subTheme-color);
    font-size: 1.25rem;
}

#i-highLight .thumb-image a .date .number {
    font-weight: bold;
    line-height: 1;
}

#i-highLight .thumb-image a .date .en-date {
    font-size: 1rem;
}

#i-highLight .thumb-image a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#i-highLight .thumb-image a::before {
  content: "";
  position: absolute;
  bottom: -36px;
  left: -50px;
  width: calc(100% + 100px);
  height: 100%;
  background-color: var(--main-subTheme-color);
}
@media (max-width: 1199.98px) {
  #i-highLight .thumb-image a::before {
    content: none;
  }
}
#i-highLight .thumb-content {
  width: 100%;
  position: relative;
  z-index: 10;
}
@media (min-width: 1200px) {
  #i-highLight .thumb-content {
    width: 44%;
  }
}
#i-highLight .thumb-content .detail {
  background-color: #fff;
  padding: 1.5625rem;
  height: 100%;
}
#i-highLight .thumb-content .detail .title {
  margin-bottom: 1.875rem;
}
#i-highLight .thumb-content .detail .title a {
  font-size: 1.875rem;
  font-weight: bold;
}
#i-highLight .thumb-content .detail .title a:hover {
  color: var(--main-subTheme-color);
}

#i-highLight .thumb-content .detail .title a:hover span{
  color: var(--main-subTheme-color);
}
#i-highLight .thumb-content .detail .desc {
  margin-bottom: 2.5rem;
}
#i-highLight .thumb-content .detail .desc p {
  line-height: 1.75;
  font-size: 1.25rem;
}
@media (min-width: 1200px) {
  #i-highLight .thumb-content .detail {
    padding: 25px;
    width: calc(100% + 50px);
    transform: translateY(36px);
    -webkit-transform: translateY(36px);
    -moz-transform: translateY(36px);
    -ms-transform: translateY(36px);
    -o-transform: translateY(36px);
  }
  #i-highLight .thumb-content .detail .title {
    margin-bottom: .625rem;
  }
  #i-highLight .thumb-content .detail .desc {
    margin-bottom: .625rem;
  }
}
@media (min-width: 1400px) {
  #i-highLight .thumb-content .detail {
    padding: 2.375rem;
  }
  #i-highLight .thumb-content .detail .title {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 1540px) {
  #i-highLight .thumb-content .detail {
    padding: 3.125rem;
  }
  #i-highLight .thumb-content .detail .desc {
    margin-bottom: 2.5rem;
  }
}
#i-highLight .thumb-content .images {
  width: 100%;
  height: 7.625rem;
}

@media (max-width:1199.98px) {

#i-highLight .thumb-content .images {
  width: 100%;
  height: auto;
}
}


#i-highLight .thumb-content .images .myHignLightsSwiper .swiper-slide {
  padding-bottom: 8px;
}
#i-highLight .thumb-content .images .myHignLightsSwiper .swiper-slide::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 8px;
  background-color: var(--main-subTheme-color);
}
#i-highLight .thumb-content .images .myHignLightsSwiper .swiper-slide.swiper-slide-active::before {
  width: 100%;
}
#i-highLight .thumb-content .images img {
  width: 100%;
  height: 100%;
}

#i-highLight .myHignLightsSwiper .image {
padding-top:66.7%;
height:0;
position:relative;
}

#i-highLight .myHignLightsSwiper .image img {
position:absolute;
top:0;
left:0;
object-fit:cover;
}

@media (min-width: 1200px) {
  #i-highLight .thumb-content .images {
    padding-left: 9.375rem;
  }
}

#i-updates-events {
  background: url(../images/special_backg_top.png) no-repeat;
  background-size: auto;
  background-position: bottom center;
  padding-bottom: 5rem;
}


@media (max-width:991.98px) {
#i-updates-events .updates-events .up-lists ul {
margin-bottom:1.875rem;
}
}

#i-updates-events .updates-events .up-lists ul .up-item {
  padding: 1.875rem 0;
  position: relative;
}

#i-updates-events .updates-events .up-lists ul .up-item.active {
background-color: var(--main-theme-color);
}
#i-updates-events .updates-events .up-lists ul .up-item a span {

display:block;}

#i-updates-events .updates-events .up-lists ul .up-item.active a span {
  color: #fff;
}
#i-updates-events .updates-events .up-lists ul .up-item.active::before {
  display: block;
}

#i-updates-events .updates-events .up-lists ul .up-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: var(--main-theme-color);
  display: none;
}
#i-updates-events .updates-events .up-lists ul .up-item a {
  display: block;
  line-height: 1.5;
  font-size: 1.25rem;
}
#i-updates-events .updates-events .up-lists ul .up-item a .date {
  font-size: 1.25rem;
  padding-left: 1.375rem;
  position: relative;
  color: var(--main-theme-color);
}
#i-updates-events .updates-events .up-lists ul .up-item a .date::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0;
  width: 5px;
  height: 5px;
  border: 1px solid var(--main-subTheme-color);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
#i-updates-events .updates-events .up-lists ul .up-item:hover {
  background-color: var(--main-theme-color);
}
#i-updates-events .updates-events .up-lists ul .up-item:hover a span {
  color: #fff;
}
#i-updates-events .updates-events .up-lists ul .up-item:hover::before {
  display: block;
}
@media (min-width: 992px) {
  #i-updates-events .updates-events .up-lists ul {
    width: 24.375rem;
    border-right: .4375rem solid var(--main-subTheme-color);
    height: fit-content;
  }
  #i-updates-events .updates-events .up-lists ul .up-item a {
    padding-right: 2.8125rem;
  }
}
#i-updates-events .updates-events .up-lists .change-image {flex:1;}

#i-updates-events .updates-events .up-lists .change-image .image {
  height: 100%;
}
#i-updates-events .updates-events .up-lists .change-image .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}





@media (max-width:1199.98px) {
#i-updates-events .updates-events .row > div:nth-of-type(1) {margin-bottom:30px;}
}


#i-updates-events .updates-events .events-lists .events-item {
  position: relative;
  display: flex;
  margin-bottom: 40px;
}
#i-updates-events .updates-events .events-lists .events-item .date {
  min-width: 5.3125rem;
  height: 6.5rem;
  background-color: var(--main-theme-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#i-updates-events .updates-events .events-lists .events-item .date span {
  color: var(--main-subTheme-color);
}
#i-updates-events .updates-events .events-lists .events-item .date span.number {
  font-size: 1.875rem;
line-height: 1.25;
}
#i-updates-events .updates-events .events-lists .events-item .title {
  flex: 1;
  padding-left: 1rem;
}
#i-updates-events .updates-events .events-lists .events-item .title a {
  font-size: 1rem;
    line-clamp: 4;
    -webkit-line-clamp: 4;
}
#i-updates-events .updates-events .events-lists .events-item .title a::before {
  content: "";
  position: absolute;
  inset: 0;
}
#i-updates-events .updates-events .events-lists .events-item .title a:hover {
  color: var(--main-subTheme-color);
}

@media (min-width:1330px) {
#i-updates-events .updates-events .row > div:nth-of-type(1) {
padding-right:22.5px;
}

#i-updates-events .updates-events .row > div:nth-of-type(2) {
padding-left:22.5px;
}

#i-updates-events .updates-events .events-lists .events-item .title {
  padding-left: 1.875rem;
}

#i-updates-events .updates-events .events-lists .events-item .title a {
  font-size: 1.25rem;
}

#i-updates-events .updates-events .events-lists .events-item .title a {
    line-clamp: 3;
    -webkit-line-clamp: 3;
}
}

@media(max-width:1199.98px) {
#i-updates-events .updates-events .events-lists .events-item .title a {
    line-clamp: 3;
    -webkit-line-clamp: 3;
}
}


#i-special {
  padding: 2.1875rem 0;
  background-color: #f5f5f5;
}
@media (min-width: 992px) {
  #i-special {
    padding-bottom: 1.875rem;
  }
}
#i-special .swiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: rgb(255, 255, 255);
  opacity: 1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid #fff;
  position: relative;
}
#i-special .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: transparent;
}
#i-special .swiper .swiper-slide a {
  display: block;
  height: 100%;
}
#i-special .swiper .swiper-slide a img {
  height: auto;
}

#i-admissions {
  padding: 0;
  background: url(../images/admissions_bg.png) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
#i-admissions .admissions-video {
  flex: 1;
}
#i-admissions .admissions-video .image {
  height: 100%;
}
#i-admissions .admissions-video .image a {
  display: block;
  height: 100%;
  position: relative;
}
#i-admissions .admissions-video .image a .video-thumb {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#i-admissions .admissions-video .image a::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
#i-admissions .admissions-video .image a .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 10;
}
@media (max-width: 991.98px) {
  #i-admissions .admissions-video .image a .play-btn {
    width: 6.25rem;
  }
}
@media (max-width: 575.98px) {
  #i-admissions .admissions-video .image a .play-btn {
    width: 3.375rem;
  }
}
#i-admissions .admissions-apply {
  width: 100%;
  padding: 7rem 1.875rem 3.75rem;
  margin: 0 auto;
}
@media (min-width: 992px) {
  #i-admissions .admissions-apply {
    width: 26.4375rem;
    border-left: 1px solid var(--main-subTheme-color);
    padding: 7rem 2.5rem 3.75rem;
  }
}
#i-admissions .admissions-apply .line {
  background-color: #fff;
}
#i-admissions .admissions-apply .desc p {
  font-style: italic;
  color: #fff;
  line-height: 2;
  text-align: center;
  font-size:1.5rem;
} 

#i-admissions .admissions-apply .desc p:nth-of-type(1){
white-space: nowrap;
}

#i-admissions .admissions-apply .apply-now {
  margin-top: 3.75rem;
}
#i-admissions .admissions-apply .apply-now a {
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#i-admissions .admissions-apply .apply-now a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  color: #fff;
  font-weight: bold;
  font-size: 1.25rem;
  width: 100%;
}

#i-research {
  background: url(../images/research_backg_top.png) no-repeat;
  background-size: auto;
  background-position: bottom center;
}
#i-research .i-head {
  margin-bottom: 4.6875rem;
}
#i-research .i-head .little-title {
  margin-top: 1.5625rem;
}
#i-research .i-head .little-title h5 {
  font-style: italic;
}
#i-research .content {
  padding: 0 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 1.875rem;
}

#i-research .content .image {
margin-bottom:20px;
}

#i-research .content .image a {
    overflow: hidden;
    display: block;
    padding-top: 66.7%;
    height: 0;
    position: relative;
}

#i-research .content .image a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #d5d5d5;
}


@media (min-width: 992px) {
  #i-research .content {
    min-height: 13.75rem;
  }
}
#i-research .content .title {
  margin-bottom: .9375rem;
  min-height:120px;
}
#i-research .content .title a span {
  line-height: 1.75;
  font-size: 1.25rem;
  font-weight: bold;
    background-image: linear-gradient(45deg, var(--main-subTheme-color),var(--main-subTheme-color));
    background-position: 0 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .3s ease-in-out;
    -webkit-transition: background-size .3s ease-in-out;
    -moz-transition: background-size .3s ease-in-out;
    -ms-transition: background-size .3s ease-in-out;
    -o-transition: background-size .3s ease-in-out;
}

#i-research .content .title a:hover span {
    background-size: 100% 1px;
    color: var(--main-subTheme-color);
}

#i-research .content .date {
  font-size: 20px;
  padding-left: 22px;
  position: relative;
}
#i-research .content .date::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0;
  width: 5px;
  height: 5px;
  border: 1px solid var(--main-subTheme-color);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
#i-research .content .date span {
  font-size: 16px;
  color: var(--main-theme-color);
}

#i-community .i-head {
  margin-bottom: 10px;
}
#i-community .image-btns {
  margin-bottom: 20px;
}
#i-community .image-btns .community-next {
  cursor: pointer;
}
#i-community .image-btns .community-next .hover-image {
  display: none;
}
#i-community .image-btns .community-next:hover .image {
  display: none;
}
#i-community .image-btns .community-next:hover .hover-image {
  display: block;
}
#i-community .image-btns .line {
  width: 2.1875rem;
  height: 1px;
  background-color: var(--main-theme-color);
  margin: 0 8px;
}
#i-community .image-btns .community-prev {
  cursor: pointer;
}
#i-community .image-btns .community-prev .hover-image {
  display: none;
}
#i-community .image-btns .community-prev:hover .image {
  display: none;
}
#i-community .image-btns .community-prev:hover .hover-image {
  display: block;
}
#i-community .container-swiper .swiper-container {
  overflow: hidden;
  height: 100%;
}
#i-community .container-swiper .swiper-slide {
  transition-timing-function: linear;
}

#i-community .container-swiper .swiper-slide a {
  display: block;
  padding-bottom: 7.375rem;
  position: relative;
  overflow:hidden;
}

#i-community .container-swiper .swiper-slide a .image {
position:relative;
padding-top:100%;
height:0;
}

#i-community .container-swiper .swiper-slide a .image img {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
object-fit:cover;
}


#i-community .container-swiper .swiper-slide a .content {
  position: absolute;
  left: 0;
  width:100%;
  font-size: 1.125rem;
  color: rgb(102, 102, 102);
  text-align: center;
  border-left: 1px solid #e3e7e8;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}
#i-community .container-swiper .swiper-slide a .content .title {
  padding: 2.8125rem 0;
  border-bottom: 1px solid #e3e7e8;
  position: relative;
}
#i-community .container-swiper .swiper-slide a .content .title::before {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 1.625rem;
  height: 3px;
  background-color: var(--main-subTheme-color);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
}

#i-community .container-swiper .swiper-slide a .content .desc p {font-size:18px;  min-height:140px;padding:0 22px;}

#i-community .container-swiper .swiper-slide a .content.active {
  border: none;
  background-color: var(--main-theme-color);
}
#i-community .container-swiper .swiper-slide a .content.active .title {
  color: #fff;
  border: none;
  font-size: 1.25rem;
}
#i-community .container-swiper .swiper-slide a .content.active .title::before {
  opacity: 1;
  visibility: visible;
}
#i-community .container-swiper .swiper-slide a .content.active .desc p {
  color: #fff;
  font-size: 1rem;
}


#i-about-whu .about-whu .about-content .desc p {
  line-height: 2;
  font-style: italic;
  font-size:1.25rem;
}
#i-about-whu .about-whu .about-content .about-history {
  margin-bottom: 12px;
}
#i-about-whu .about-whu .about-content .about-history a {
  font-size: 1.25rem;
}

#i-about-whu .about-whu .about-content .about-history a:hover {
color:var(--main-theme-color);
}

#i-about-whu .about-whu .about-content .since span {
  font-size: 6.375rem;
  -webkit-text-stroke: 1px var(--main-subTheme-color);
  -webkit-text-fill-color: transparent;
  opacity: 0.25;
}

#i-about-whu .about-whu {
        padding: 30px 0;
    background: linear-gradient(to top, rgba(255, 163, 0, 0.25), rgba(255, 163, 0, 0.125), transparent, transparent, transparent);
}

@media (min-width: 1200px) {
  #i-about-whu {
  background: url(..//images/about_bg.png) no-repeat;
  background-position: left bottom;
    background-size: 50%;
  }
#i-about-whu .about-whu .about-content {
  width:50%;
}

#i-about-whu .about-whu .about-content .since span {
  font-size: 75px;
}
}


@media (min-width:1540px){
  #i-about-whu {
  background: url(..//images/about_bg.png) no-repeat;
  background-position: left center;
    background-size: contain;
  }
#i-about-whu .about-whu .about-content {
    max-width: 820px;
}
#i-about-whu .about-whu {
  padding: 65px 0;
}

#i-about-whu .about-whu .about-content .since span {
  font-size: 102px;
}
}


/*# sourceMappingURL=index.css.map */