@charset "UTF-8";
.home .banner {
  position: relative;
  height: 40vw;
  min-height: 6rem;
}
.home .banner .swiper {
  height: 100%;
}
.home .banner .swiper .swiper-wrapper .swiper-slide .slide-content {
  height: 100%;
  background-position: center;
  background-size: cover;
}
.home .banner .swiper .swiper-pagination {
  text-align: center;
  position: absolute;
  bottom: 1.4rem;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  padding: 0.1rem 0.16rem;
  border-radius: 0.16rem;
  height: 0.32rem;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  gap: 0.16rem;
}
.home .banner .swiper .swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 0.12rem;
  height: 0.12rem;
  opacity: 0.4;
  background: #FFFFFF;
}
.home .banner .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.home .banner .banner_title {
  position: absolute;
  top: calc(50% - 0.3rem);
  font-weight: 700;
  font-size: 0.8rem;
  line-height: 1.12rem;
  color: #FFFFFF;
  letter-spacing: 0.05rem;
  text-align: center;
  text-shadow: 0 2px 0.08rem rgba(0, 0, 0, 0.0588235294);
  z-index: 2;
  pointer-events: none;
  width: 100%;
}
.home .banner .quick_liks {
  z-index: 2;
  bottom: 0;
  width: 100%;
  height: 1.16rem;
  opacity: 0.9;
  background: #226BC5;
  position: absolute;
}
.home .banner .quick_liks .content-wrap {
  display: flex;
}
.home .banner .quick_liks .content-wrap .item {
  padding: 0.2rem 0;
  width: 20%;
  position: relative;
  cursor: pointer;
}
.home .banner .quick_liks .content-wrap .item:not(:first-child):before {
  content: " ";
  position: absolute;
  left: 0;
  height: 0.55rem;
  opacity: 0.6;
  width: 1px;
  background-color: #FFFFFF;
  top: calc(50% - 0.28rem);
}
.home .banner .quick_liks .content-wrap .item .icon {
  width: 0.44rem;
  height: 0.44rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
}
.home .banner .quick_liks .content-wrap .item .title {
  margin-top: 0.1rem;
  line-height: 0.22rem;
  font-weight: 500;
  font-size: max(12px, 0.16rem);
  color: #FFFFFF;
  text-align: center;
}
.home .banner .quick_liks .content-wrap .item:nth-child(1) .icon {
  background-image: url("../images/icon_quicklink1.png");
}
.home .banner .quick_liks .content-wrap .item:nth-child(2) .icon {
  background-image: url("../images/icon_quicklink2.png");
}
.home .banner .quick_liks .content-wrap .item:nth-child(3) .icon {
  background-image: url("../images/icon_quicklink3.png");
}
.home .banner .quick_liks .content-wrap .item:nth-child(4) .icon {
  background-image: url("../images/icon_quicklink4.png");
}
.home .banner .quick_liks .content-wrap .item:nth-child(5) .icon {
  background-image: url("../images/icon_quicklink5.png");
}
.home .banner .quick_liks .content-wrap .item:nth-child(5):after {
  position: absolute;
  bottom: 0.08rem;
  left: calc(50% - 0.03rem);
  content: " ";
  border-width: 0.06rem;
  border-color: #fff transparent transparent transparent;
  border-style: solid;
}
.home .banner .quick_liks .content-wrap .item:nth-child(5) .dropdown-menu {
  display: none;
  position: absolute;
  top: 1.16rem;
  left: 50%;
  transform: translate(-50%);
  border-radius: 0 0 0.08rem 0.08rem;
  padding: 0.03rem 0;
  background: #E5EFFA;
}
.home .banner .quick_liks .content-wrap .item:nth-child(5) .dropdown-menu.show {
  display: block;
}
.home .banner .quick_liks .content-wrap .item:nth-child(5) .dropdown-menu .menu-item {
  width: 1.4rem;
  padding: 0.09rem 0;
  line-height: 0.22rem;
  font-weight: 400;
  font-size: 0.16rem;
  text-align: center;
  color: #226BC5;
}
.home .banner .quick_liks .content-wrap .item:nth-child(5) .dropdown-menu .menu-item:hover {
  background: #2D7AD8;
  color: #FFFFFF;
}
.home .banner .quick_liks .content-wrap .item:nth-child(5) .dropdown-menu .menu-item:not(:first-child) {
  margin: 0.03rem 0;
}
.home .banner .quick_liks .content-wrap .item:nth-child(5):hover .dropdown-menu {
  display: block;
}
.home .container-area .container-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home .container-area .container-header .title {
  line-height: 0.42rem;
  font-weight: 500;
  font-size: 0.3rem;
  color: #226BC5;
}
.home .container-area .container-header .title .en {
  line-height: 0.22rem;
  opacity: 0.7;
  font-weight: 400;
  font-size: max(12px, 0.16rem);
  color: #333333;
}
.home .container-area .container-header .more {
  line-height: 0.22rem;
  font-weight: 400;
  font-size: max(12px, 0.16rem);
  color: #666666;
  text-align: right;
}
.home .container-area .container-header .more:after {
  content: "···";
}
.home .container-area.news .content-wrap {
  padding: 0.4rem 0;
  display: flex;
  justify-content: space-between;
}
.home .container-area.news .content-wrap .news-container {
  width: 48%;
}
.home .container-area.news .content-wrap .news-list {
  margin-top: 0.28rem;
}
.home .container-area.news .content-wrap .news-list ul li {
  display: flex;
  align-items: center;
}
.home .container-area.news .content-wrap .news-list ul li:not(:first-child) {
  margin-top: 0.2rem;
}
.home .container-area.news .content-wrap .news-list ul li .date {
  flex: none;
  margin-right: 0.14rem;
  width: 0.72rem;
  height: 0.72rem;
  background: rgba(45, 122, 216, 0.1215686275);
  border-radius: 0.06rem;
}
.home .container-area.news .content-wrap .news-list ul li .date .month-day {
  font-family: Gilroy-Bold;
  font-weight: 600;
  font-size: max(12px, 0.18rem);
  line-height: 0.36rem;
  color: #226BC5;
  text-align: center;
}
.home .container-area.news .content-wrap .news-list ul li .date .year {
  border-top: 1px solid rgba(101, 210, 124, 0.5607843137);
  line-height: 0.36rem;
  font-family: Gilroy-Medium;
  font-weight: 500;
  font-size: max(12px, 0.16rem);
  color: #226BC5;
  text-align: center;
}
.home .container-area.news .content-wrap .news-list ul li .title {
  font-weight: 500;
  font-size: max(12px, 0.18rem);
  color: #505050;
  letter-spacing: 0;
  line-height: 0.26rem;
}
.home .container-area.college {
  padding: 0.6rem 0 1rem;
  background: url("../images/home_content_bg1.jpg") no-repeat center/cover;
}
.home .container-area.college .content-wrap .college-list {
  position: relative;
}
.home .container-area.college .content-wrap .college-swiper {
  height: 2.3rem;
  overflow: hidden;
  margin-top: 0.24rem;
}
.home .container-area.college .content-wrap .college-swiper .swiper-wrapper .swiper-slide ul {
  display: flex;
  gap: 0.3rem;
  flex-wrap: wrap;
}
.home .container-area.college .content-wrap .college-swiper .swiper-wrapper .swiper-slide ul li {
  width: calc(33.33% - 0.2rem);
}
.home .container-area.college .content-wrap .college-swiper .swiper-wrapper .swiper-slide ul li a {
  border-left: 3px solid #226BC5;
  background: #fff;
  display: flex;
  padding: 0.14rem 0.16rem;
  align-items: center;
}
.home .container-area.college .content-wrap .college-swiper .swiper-wrapper .swiper-slide ul li a .icon {
  flex: none;
  width: 0.72rem;
  height: 0.72rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.12rem;
}
.home .container-area.college .content-wrap .college-swiper .swiper-wrapper .swiper-slide ul li a .text {
  width: calc(100% - 0.84rem);
}
.home .container-area.college .content-wrap .college-swiper .swiper-wrapper .swiper-slide ul li a .text .name {
  line-height: 0.22rem;
  font-weight: 500;
  font-size: max(12px, 0.16rem);
  color: #666666;
}
.home .container-area.college .content-wrap .college-swiper .swiper-wrapper .swiper-slide ul li a .text .intro {
  margin-top: 0.04rem;
  font-weight: 400;
  font-size: max(12px, 0.14rem);
  color: #666666;
  line-height: 0.22rem;
}
.home .container-area.college .content-wrap .college-swiper .swiper-wrapper .swiper-slide ul li a:hover .text .name {
  color: #226BC5;
}
.home .container-area.college .content-wrap .swiper-pagination {
  bottom: -0.4rem;
}
.home .container-area.college .content-wrap .swiper-pagination .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
  opacity: 0.7;
  background: #999;
}
.home .container-area.college .content-wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #65D27C;
}
.home .container-area.college .content-wrap .swiper-btn {
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  top: calc(50% - 0.2rem);
  padding: 0.1rem;
  z-index: 2;
  cursor: pointer;
}
.home .container-area.college .content-wrap .swiper-btn:after {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #858585;
}
.home .container-area.college .content-wrap .swiper-btn.prev {
  left: -0.6rem;
}
.home .container-area.college .content-wrap .swiper-btn.prev:after {
  transform: rotate(-135deg);
}
.home .container-area.college .content-wrap .swiper-btn.next {
  right: -0.6rem;
}
.home .container-area.college .content-wrap .swiper-btn.next:after {
  transform: rotate(45deg);
}
.home .container-area.video {
  padding: 0.7rem 0;
}
.home .container-area.video .content-wrap {
  display: flex;
  justify-content: space-between;
}
.home .container-area.video .content-wrap .video-container {
  width: 48%;
}
.home .container-area.video .content-wrap .video-container .video-swiper {
  height: 3.9rem;
  overflow: hidden;
  position: relative;
  margin-top: 0.24rem;
}
.home .container-area.video .content-wrap .video-container .video-swiper .swiper-wrapper .swiper-slide .slide-content {
  border-radius: 0.08rem;
  height: 100%;
  background-position: center;
  background-size: cover;
  padding: 1.2rem 0.4rem 0;
  overflow: hidden;
}
.home .container-area.video .content-wrap .video-container .video-swiper .swiper-wrapper .swiper-slide .slide-content .play_btn {
  width: 0.7rem;
  height: 0.7rem;
  background: url("../images/play_btn.png") no-repeat center/contain;
  margin: 0 auto;
}
.home .container-area.video .content-wrap .video-container .video-swiper .swiper-wrapper .swiper-slide .slide-content .title {
  margin-top: 0.2rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.24rem;
  color: #FFFFFF;
  text-align: center;
  line-height: 0.3rem;
}
.home .container-area.video .content-wrap .video-container .video-swiper .swiper-wrapper .swiper-slide .slide-content .description {
  margin-top: 0.06rem;
  text-align: center;
  opacity: 0.6;
  font-weight: 400;
  font-size: max(12px, 0.14rem);
  color: #FFFFFF;
  text-align: center;
  line-height: 0.2rem;
}
.home .container-area.video .content-wrap .video-container .video-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
  opacity: 0.7;
  background: #FFFFFF;
}
.home .container-area.video .content-wrap .video-container .video-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #65D27C;
}
.home .container-area.video .content-wrap .video-container .video-swiper .swiper-btn {
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  top: 1.65rem;
  padding: 0.1rem;
  z-index: 2;
  cursor: pointer;
}
.home .container-area.video .content-wrap .video-container .video-swiper .swiper-btn:after {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #ffffff;
}
.home .container-area.video .content-wrap .video-container .video-swiper .swiper-btn.prev {
  left: 0.2rem;
}
.home .container-area.video .content-wrap .video-container .video-swiper .swiper-btn.prev:after {
  transform: rotate(-135deg);
}
.home .container-area.video .content-wrap .video-container .video-swiper .swiper-btn.next {
  right: 0.2rem;
}
.home .container-area.video .content-wrap .video-container .video-swiper .swiper-btn.next:after {
  transform: rotate(45deg);
}
.home .container-area.video .content-wrap .scenery-container {
  width: 48%;
}
.home .container-area.video .content-wrap .scenery-container .pic-list {
  flex-wrap: wrap;
  margin-top: 0.24rem;
  display: flex;
  justify-content: space-between;
}
.home .container-area.video .content-wrap .scenery-container .pic-list .pic-item {
  width: 47%;
  height: 1.8rem;
  background-position: center;
  background-size: cover;
  border-radius: 0.08rem;
  margin-bottom: 0.3rem;
  position: relative;
  overflow: hidden;
}
.home .container-area.video .content-wrap .scenery-container .pic-list .pic-item .title {
  position: absolute;
  bottom: 0.12rem;
  width: 100%;
  font-weight: 400;
  font-size: 0.2rem;
  color: #FFFFFF;
  text-align: center;
  line-height: 0.26rem;
  padding: 0 0.4rem;
}

@media screen and (max-width: 960px) {
  .home .container-area.news .content-wrap {
    flex-wrap: wrap;
    padding: 0.4rem 0;
  }
  .home .container-area.news .content-wrap .news-container {
    width: 48%;
    margin-bottom: 0.2rem;
  }
  .home .container-area.video .content-wrap {
    width: 80%;
    flex-wrap: wrap;
  }
  .home .container-area.video .content-wrap .video-container {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .home .container-area.video .content-wrap .scenery-container {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .home .container-area.news .content-wrap {
    width: 80%;
    flex-wrap: wrap;
    padding: 0.4rem 0;
  }
  .home .container-area.news .content-wrap .news-container {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .home .container-area.picNews .content-wrap {
    width: 80%;
  }
  .home .container-area.picNews .content-wrap .picNews-list ul {
    flex-wrap: wrap;
  }
  .home .container-area.picNews .content-wrap .picNews-list ul li {
    margin-bottom: 0.2rem;
    width: 100%;
  }
}
