img {
  display: inline-block;
  padding: 0;
  border: none;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}

/* banner */

.banner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
}

.banner::after{
  position: absolute;
  content: "";
  left: 0;
  bottom: -0px;
  width: 100%;
  height: 100%;
  background: url(../images/bannerbg.png) no-repeat bottom center;
  background-size: 100%;
  z-index: 2;
  pointer-events: none;
}



.banner .swiper-container {
  overflow: hidden;
  margin: 0 auto;

}

.banner .swiper-slide {
  height: 100%;
  overflow: hidden;
  position: relative;
}


.banner .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
}

.banner .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 1s linear 2s;
  transform: scale(1, 1);
  object-fit: cover;
}

.banner .swiper-slide-active img,
.banner .swiper-slide-duplicate-active img {
  transition: 6s linear;
  transform: scale(1.05, 1.05);
}


.banner .video-slide {
  width: 100%;
  height: 100%;
  position: relative;
}

.banner video{
  display: block;
  pointer-events: none; /* 防止视频干扰滑动手势 */
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.banner .swiper-banner-next {
  position: absolute;
  width: 0.49rem;
  height: 0.49rem;
  background: url(../images/bannerright.png) no-repeat center;
  background-size: 100%;
  right: 3%;
  top: 50%;
  z-index: 5;
  cursor: pointer;
  display: none;

}

.banner .swiper-banner-prev {
  position: absolute;
  width: 0.49rem;
  height: 0.49rem;
  background: url(../images/bannerleft.png) no-repeat center;
  background-size: 100%;
  left: 3%;
  top: 50%;
  z-index: 5;
  cursor: pointer;
  display: none;
}


.banner .swiper-pagination{
  width: 100%;
  margin: 0;
  position: absolute;
  bottom: 0.3rem;
  left: 0%;
}

.banner .swiper-pagination .swiper-pagination-bullet{
  position: relative;
  margin: 0 0.09rem ;
  border-radius: 0%;
  opacity: 1;
  display: inline-block;
  width: 0.22rem;
  height: 0.22rem;
  line-height: 0.9rem;
  background: url(../images/bannerico1.png) no-repeat center;
  background-size: 100%;
  overflow: hidden;
}



.banner .swiper-pagination .swiper-pagination-bullet-active{
  background: url(../images/bannerico2.png) no-repeat center;
  background-size: 100%;
}



.swiper-button-prev::after, .swiper-container-rtl .swiper-button-next::after {
  content: 'prev';
  display: none;

}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
  display: none;
}



@media(max-width: 1024px){

  .banner .swiper-pagination {
    bottom: 0.2rem;
}



}



/* title */

.title{
  margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.title h3{
  line-height: 0.4rem;
  font-size: 0.36rem;
  color: #163479;
  font-weight: bold;
  background: url(../images/title.png) no-repeat left bottom;
  background-size: 1.23rem 0.24rem;
  padding-bottom: 0.13rem;
}

.title .more{
  height: 0.36rem;
  line-height: 0.36rem;
  display: block;
  font-size: 0.16rem;
  color: #555555;
  padding-right: 0.17rem;
  background: url(../images/more.png) no-repeat right center;
  background-size: 0.1rem 0.1rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}




/* news */

.newsbg{
  width: 100%;
  margin: 0 auto;
  background: url(../images/newsbg.jpg) no-repeat top center;
  background-size: cover;
  padding-bottom: 0rem;
}

.newsbg .news{
  margin: 0 auto;
  padding-top: 0.8rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.newsbg .news .notice{
  width: 31.6%;
  padding-right: 0.4rem;

}

.newsbg .news .notice .noticebox{
  margin: 0.15rem auto 0 auto;
}

.newsbg .news .notice .noticebox ul li{
  height: 1.02rem;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 5;

}

.newsbg .news .notice .noticebox ul li:last-child{
  border-bottom: 1px dashed rgba(0, 0, 0, 0);
}

.newsbg .news .notice .noticebox ul li a{
  display: block;
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 100%;
}

.newsbg .news .notice .noticebox ul li .time{
  text-align: center;

}

.newsbg .news .notice .noticebox ul li .time span{
  display: block;
  font-size: 0.24rem;
  color: #163479;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

.newsbg .news .notice .noticebox ul li .time i{
  display: block;
  font-size: 0.14rem;
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
  width: 0.62rem;
  height: 0.21rem;
  line-height: 0.21rem;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 45px;
  margin-top: 0.05rem;
}

.newsbg .news .notice .noticebox ul li h5{
  width: calc((100% - 0.9rem));
  margin-right: 0.1rem;
  font-size: 0.2rem;
  color: #000;
  line-height: 0.3rem;
  height: 0.6rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.newsbg .news .notice .noticebox ul li::after{
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0%;
  height: 1px;
  content: "";
  z-index: -1;
  background: #163479;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}




.newsbg .news .news_c{
  width: 38.2%;
  border-right: 1px dashed rgba(22, 52, 121, 0.2);
  border-left: 1px dashed rgba(22, 52, 121, 0.2);
  padding-right: 0.4rem;
  padding-left: 0.4rem;
  height: 95%;
}

.newsbg .news .news_c .news_img{
  position: relative;
  z-index: 5;
  margin-top: 0.4rem;
}

.newsbg .news .news_c .news_img a{
  display: block;
}

.newsbg .news .news_c .news_img .pic{
  position: relative;
  width: 100%;
  height: 2.65rem;
  overflow: hidden;

}

.newsbg .news .news_c .news_img .pic img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.newsbg .news .news_c .news_img .time{
  position: absolute;
  left: 0.3rem;
  top: 0;
  z-index: 9;
  width: 0.75rem;
  height: 0.85rem;
  background: #163479;
  border-bottom: 5px solid #fdd000;
  text-align: center;

}

.newsbg .news .news_c .news_img .time span{
  display: block;
  font-size: 0.32rem;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  padding-top: 0.13rem;
}

.newsbg .news .news_c .news_img .time i{
  display: block;
  font-size: 0.14rem;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}

.newsbg .news .news_c .news_img::after{
  position: absolute;
  content: "";
  left: 0;
  bottom: -0px;
  width: 100%;
  height: 100%;
  background: url(../images/imgbg.png) no-repeat bottom center;
  background-size: 100%;
  z-index: 2;
  pointer-events: none;
}

.newsbg .news .news_c .news_img .txt{
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 0.16rem;
  width: 100%;
  font-size: 0.22rem;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding: 0 0.2rem;
  text-align: center;
} 


.newsbg .news .news_c ul{
  margin-top: 0rem;
}

.newsbg .news .news_c ul li{
  padding-top: 0.2rem;
  padding-bottom: 0.22rem;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);

}

.newsbg .news .news_c ul li:last-child{
  padding-bottom: 0rem;
  border-bottom: 1px dashed rgba(0, 0, 0, 0);
}

.newsbg .news .news_c ul li a{
  display: block;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.newsbg .news .news_c ul li span{
  display: block;
  border-right: 1px solid  #163479;
  height: 0.2rem;
  line-height: 0.2rem;
  font-size: 0.18rem;
  color: #163479;
  font-family: Arial, Helvetica, sans-serif;
  width: 0.62rem;
  margin-top: 0.08rem;
}

.newsbg .news .news_c ul li h5{
  width: calc((100% - 0.8rem));
  font-size: 0.22rem;
  color: #000;
  font-weight: normal;
  line-height: 0.35rem;
  height: 0.7rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.newsbg .news .news_r{
  width: 27.2%;
}

.newsbg .news .news_r .ky_list{
  margin-top: 0.4rem;

}

.newsbg .news .news_r .ky_list ul li{
  width: 100%;
  height: 1.5rem;
  margin-bottom: 0.07rem;
  background: rgba(255, 255, 255, 0.3);
  padding: 0.24rem 0.3rem 0 0.3rem;
  box-shadow: 0 0 8px 8px rgba(22,52,121,.01);
}

.newsbg .news .news_r .ky_list ul li a{
  display: block;
}

.newsbg .news .news_r .ky_list ul li span{
  display: block;
  padding-left: 0.28rem;
  font-size: 0.14rem;
  color: #163479;
  font-family: Arial, Helvetica, sans-serif;
  background: url(../images/time.png) no-repeat left center;
  background-size: 0.18rem 0.18rem;
  line-height: 0.24rem;
}

.newsbg .news .news_r .ky_list ul li h5{
  font-size: 0.22rem;
  color: #000;
  font-weight: normal;
  line-height: 0.35rem;
  height: 0.7rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 0.11rem;
}


/* platform */

.platform{
  margin: 0.6rem auto 0 auto;
  height: 1rem;
  background: #033ea1;
  position: relative;
}

.platform .swiper-container{
  margin: 0 auto;
  width: 97%;
}

.platform .swiper-container .swiper-slide{
  position: relative;
  height: 1rem;
}

.platform .swiper-container .swiper-slide .txt{
  width: 100%;
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}

.platform .swiper-container .swiper-slide .txt a{
  align-items: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  height: 100%;
}

.platform .swiper-container .swiper-slide .txt .pic{
  width: 0.6rem;
  height: 0.6rem;
  border: 1px dashed rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  margin-right: 0.1rem;

}

.platform .swiper-container .swiper-slide .txt .pic span{
  display: block;
  overflow: hidden;
  width: 0.55rem;
  height: 0.55rem;
  border: 1px solid rgba(253, 208, 0, 0);
  border-radius: 50%;
  margin: 0.02rem;
}

.platform .swiper-container .swiper-slide .txt .pic span .ico1{
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.platform .swiper-container .swiper-slide .txt .pic span .ico2{
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.platform .swiper-container .swiper-slide .txt h5{
  font-size: 0.2rem;
  color: #fff;
  font-weight: bold;
  max-width: calc((100% - 0.7rem));
}

.platform .platform-next{
  position: absolute;
  right: 0;
  top: 50%;
  background: url(../images/right.png) no-repeat  center;
  background-size: 100%;
  width: 0.15rem;
  height: 0.3rem;
  transform: translateY(-50%);

}

.platform .platform-prev{
  position: absolute;
  left: 0;
  top: 50%;
  background: url(../images/left.png) no-repeat  center;
  background-size: 100%;
  width: 0.15rem;
  height: 0.3rem;
  transform: translateY(-50%);
}





/* academic */

.academic{
  margin: 0.8rem auto 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 0.7rem;
}

.academic .talent{
  width: 31.6%;
  padding-right: 0.4rem;
}

.academic .talent .talentimg{
  margin-top: 0.4rem;
}

.academic .talent .talentimg a{
  display: block;
  display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.academic .talent .talentimg .pic{
  width: 1.95rem;
  height: 1.13rem;
  position: relative;
  overflow: hidden;

}

.academic .talent .talentimg .pic img{
  position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.academic .talent .talentimg .txt{
  width: calc((100% - 2.15rem));
}

.academic .talent .talentimg .txt span{
  display: inline-block;
  margin-top: 0.07rem;
  border-radius: 45px;
  width: 1.28rem;
  height: 0.28rem;
  line-height: 0.27rem;
  background: #163479;
  padding-left: 0.17rem;


}

.academic .talent .talentimg .txt span i{
  display: block;
  background: url(../images/time1.png) no-repeat left center;
  background-size: 0.18rem 0.18rem;
  font-size: 0.14rem;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  padding-left: 0.25rem;
}

.academic .talent .talentimg .txt h5{
  font-size: 0.2rem;
  color: #000;
  font-weight: normal;
  line-height: 0.3rem;
  height: 0.6rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 0.15rem;
}

.academic .talent .talent_list{
  margin-top: 0.23rem;
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
}

.academic .talent .talent_list ul li{
  height: 0.69rem;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 5;
}

.academic .talent .talent_list ul li:last-child{
  border-bottom: 1px dashed rgba(0, 0, 0, 0);
}

.academic .talent .talent_list ul li a{
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 100%;
}

.academic .talent .talent_list ul li span{
  display: block;
  text-align: center;
  font-size: 0.14rem;
    color: #163479;
    font-family: Arial, Helvetica, sans-serif;
    width: 0.62rem;
    height: 0.21rem;
    line-height: 0.21rem;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 45px;
}

.academic .talent .talent_list ul li h5{
  width: calc((100% - 0.75rem));
  font-size: 0.2rem;
  color: #000000;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  line-height: 0.21rem;
}


.academic .talent .talent_list ul li::after {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0%;
  height: 1px;
  content: "";
  z-index: -1;
  background: #163479;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.academic .academic_c{
  width: 38.2%;
  border-right: 1px dashed rgba(22, 52, 121, 0.2);
  border-left: 1px dashed rgba(22, 52, 121, 0.2);
  padding-right: 0.4rem;
  padding-left: 0.4rem;
  height: 90%;
}

.academic .academic_c .academic_list{
  margin-top: 0.4rem;
}


.academic .academic_c .academic_list ul li{
  width: 100%;
  height: 1.1rem;
  margin-bottom: 0.07rem;
  background: rgba(255, 255, 255, 0.6);
  padding: 0rem 0.1rem 0 0.1rem;
  box-shadow: 0 0 8px 8px rgb(22 52 121 / 1%);
}

.academic .academic_c .academic_list ul li a{
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 100%;
}

.academic .academic_c .academic_list ul li .time{
  width: 0.9rem;
  text-align: center;
  background: url(../images/xt1.png) no-repeat right center;
  background-size: 1px 0.38rem;
}

.academic .academic_c .academic_list ul li .time span{
  display: block;
  font-size: 0.32rem;
  color: #163479;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  
}

.academic .academic_c .academic_list ul li .time i{
  display: block;
  font-size: 0.14rem;
  color: #163479;
  font-family: Arial, Helvetica, sans-serif;
}

.academic .academic_c .academic_list ul li .txt{
  width: calc((100% - 1.2rem));
  font-size: 0.2rem;
  color: #000;
  font-weight: normal;
  line-height: 0.3rem;
  height: 0.6rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-right: 0.1rem;
}



.academic .enrollment{
  width: 27.2%;
}


.academic .enrollment .enrollment_list{
  margin-top: 0.4rem;

}

.academic .enrollment .enrollment_list ul li{
  width: 100%;
  height: 1.08rem;
  margin-bottom: 0.13rem;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 5;
}

.academic .enrollment .enrollment_list ul li:last-child{
  border-bottom: 1px dashed rgba(0, 0, 0, 0);
}

.academic .enrollment .enrollment_list ul li a{
  display: block;
}

.academic .enrollment .enrollment_list ul li span{
  display: block;
  padding-left: 0.28rem;
  font-size: 0.14rem;
  color: #163479;
  font-family: Arial, Helvetica, sans-serif;
  background: url(../images/time.png) no-repeat left center;
  background-size: 0.18rem 0.18rem;
  line-height: 0.24rem;
}

.academic .enrollment .enrollment_list ul li h5{
  font-size: 0.2rem;
  color: #000;
  font-weight: normal;
  line-height: 0.3rem;
  height: 0.6rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 0.12rem;
}


.academic .enrollment .enrollment_list ul li::after {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0%;
  height: 1px;
  content: "";
  z-index: -1;
  background: #163479;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}





/* special */

.specialbg{
  width: 100%;
  margin: 0 auto;
  background: url(../images/zhuantibg.jpg) no-repeat center;
  background-size: cover;
  padding-bottom: 0.4rem;
}

.specialbg .special{
  margin: 0 auto;
  padding-top: 0.7rem;
}

.specialbg .special .specialbox{
  margin: 0 -0.1rem;
}

.specialbg .special .specialbox .swiper-container{
  padding: 0.4rem 0;
}

.specialbg .special .specialbox .swiper-container .swiper-slide{
  position: relative;
}

.specialbg .special .specialbox .swiper-container .swiper-slide .pic{
  position: relative;
  width: 93%;
  padding-top: 47%;
  overflow: hidden;
  margin: 0 auto;
  clip-path: polygon(0 100%, 0 0, 100% 4%, 100% 96%);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.specialbg .special .specialbox .swiper-container .swiper-slide .pic img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.specialbg .special .specialbox .swiper-container .swiper-slide:nth-child(2n) .pic {
  clip-path: polygon(0 96%, 0 4%, 100% 0%, 100% 100%);
}



.specialbg .special .specialbox .special-pagination{
  margin: 0.3rem auto 0 auto ;
  width: 100%;
  text-align: center;
  bottom: 0;
}

.specialbg .special .specialbox .special-pagination .swiper-pagination-bullet{
  width: 0.08rem;
  height: 0.08rem;
  background: #000000;
  opacity: 0.1;
  border-radius: 50%;
  margin: 0 0.07rem;
}

.specialbg .special .specialbox .special-pagination .swiper-pagination-bullet-active{
  width: 0.22rem;
  background: #163479;
  opacity: 1;
  border-radius: 45px;
} 



@media (min-width: 1024px){

  
.title .more:hover{
  padding-right: 0.22rem;

}

  .newsbg .news .notice .noticebox ul li:hover::after{
    width: 100%;
  }
  
  .newsbg .news .notice .noticebox ul li:hover h5{
    color: #163479;
  }

  .specialbg .special .specialbox .swiper-container .swiper-slide:hover .pic{
    clip-path: polygon(0 100%, 0 0, 100% 0%, 100% 100%);
    box-shadow: 0 0 10px 10px rgba(22,52,121,.5);
  }

  .newsbg .news .news_r .ky_list ul li:hover h5{
    color: #163479;
  }

  .newsbg .news .news_c .news_img:hover .pic img{
    transform: scale(1.1);
  }

  .newsbg .news .news_c ul li:hover h5{
    color: #163479;
  }

  .academic .enrollment .enrollment_list ul li:hover::after{
    width: 100%;
  }

  .academic .enrollment .enrollment_list ul li:hover h5{
    color: #163479;
  }

  .academic .academic_c .academic_list ul li:hover .txt{
    color: #163479;
  }

  .academic .talent .talent_list ul li:hover::after {

    width: 100%;

  }


  .academic .talent .talent_list ul li:hover h5 {
    color: #163479;
  }

  .academic .talent .talentimg:hover .pic img{
    transform: scale(1.1);
  }

  .platform .swiper-container .swiper-slide:hover .txt .pic span{

    border: 1px solid rgba(253, 208, 0, 1);
  
  }
  
  .platform .swiper-container .swiper-slide:hover .txt .pic span .ico1{
    transform: translateY(-100%);
  
  }
  
  .platform .swiper-container .swiper-slide:hover .txt .pic span .ico2{
    transform: translateY(-100%);
  }
  
  .platform .swiper-container .swiper-slide:hover .txt h5{
    color: #fdd000;
  }

}



@media (max-width: 1024px){



.title h3{
  line-height: 0.4rem;
  font-size: 0.32rem;
}

.title .more{
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.24rem;
  padding-right: 0.24rem;
  background: url(../images/more.png) no-repeat right center;
  background-size: 0.16rem 0.16rem;

}




/* news */


.newsbg .news{
  padding-top: 0.6rem;

}

.newsbg .news .notice{
  width: 100%;
  padding-right: 0rem;

}

.newsbg .news .notice .noticebox{
  margin: 0.15rem auto 0 auto;
}

.newsbg .news .notice .noticebox ul li{
  height: 1.3rem;

}

.newsbg .news .notice .noticebox ul li:last-child{
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}


.newsbg .news .notice .noticebox ul li .time span{
  display: block;
  font-size: 0.28rem;
}

.newsbg .news .notice .noticebox ul li .time i{

  font-size: 0.24rem;
  width: 0.98rem;
  height: 0.34rem;
  line-height: 0.34rem;
  margin-top: 0.07rem;
}

.newsbg .news .notice .noticebox ul li h5{
  width: calc((100% - 1.3rem));
  margin-right: 0.1rem;
  font-size: 0.28rem;
  line-height: 0.45rem;
  height: 0.9rem;
}




.newsbg .news .news_c{
  width: 100%;
  border-right: 1px dashed rgba(22, 52, 121, 0);
  border-left: 1px dashed rgba(22, 52, 121, 0);
  padding-right: 0rem;
  padding-left: 0rem;
  height: 100%;
  margin: 0.4rem auto 0 auto;
}

.newsbg .news .news_c .news_img{
  position: relative;
  z-index: 5;
  margin-top: 0.3rem;
}


.newsbg .news .news_c .news_img .pic{
  width: 100%;
  height: auto;
  padding-top: 57%;

}



.newsbg .news .news_c .news_img .time{
  width: 1.15rem;
  height: 1.05rem;


}

.newsbg .news .news_c .news_img .time span{
  font-size: 0.36rem;
}

.newsbg .news .news_c .news_img .time i{
  font-size: 0.24rem;

}



.newsbg .news .news_c .news_img .txt{
  bottom: 0.2rem;
  font-size: 0.28rem;
  padding: 0 0.2rem;
} 


.newsbg .news .news_c ul{
  margin-top: 0.1rem;
}

.newsbg .news .news_c ul li{
  padding-top: 0.2rem;
  padding-bottom: 0.22rem;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);

}

.newsbg .news .news_c ul li:last-child{
  padding-bottom: 0.22rem;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}


.newsbg .news .news_c ul li span{
  height: 0.36rem;
  line-height: 0.36rem;
  font-size: 0.28rem;
  width: 0.92rem;
  margin-top: 0.05rem;
}

.newsbg .news .news_c ul li h5{
  width: calc((100% - 1.15rem));
  font-size: 0.28rem;
  line-height: 0.45rem;
  height: 0.9rem;
}

.newsbg .news .news_r{
  width: 100%;
  margin: 0.4rem auto 0 auto;
}

.newsbg .news .news_r .ky_list{
  margin-top: 0.3rem;

}

.newsbg .news .news_r .ky_list ul li{
  width: 100%;
  height: auto;
  padding: 0.24rem 0.3rem 0.3rem 0.3rem;
  margin-bottom: 0.2rem;
}



.newsbg .news .news_r .ky_list ul li span{
  padding-left: 0.35rem;
  font-size: 0.24rem;
  background: url(../images/time.png) no-repeat left center;
  background-size: 0.24rem 0.24rem;
  line-height: 0.32rem;
}

.newsbg .news .news_r .ky_list ul li h5{
  font-size: 0.28rem;
  line-height: 0.45rem;
  height: 0.9rem;
}


/* platform */

.platform{
  margin: 0.4rem auto 0 auto;
  height: 1.5rem;
}

.platform .swiper-container{
  width: 92%;
}

.platform .swiper-container .swiper-slide{
  height: 1.6rem;
}



.platform .swiper-container .swiper-slide .txt .pic{
  width: 0.8rem;
  height: 0.8rem;

}

.platform .swiper-container .swiper-slide .txt .pic span{
  width: 0.75rem;
  height: 0.75rem;
}




.platform .swiper-container .swiper-slide .txt h5{
  font-size: 0.28rem;
  max-width: calc((100% - 0.9rem));
}

.platform .platform-next{

  width: 0.3rem;
  height: 0.6rem;


}

.platform .platform-prev{
  width: 0.3rem;
  height: 0.6rem;

}





.academic{
  margin: 0.5rem auto 0 auto;
  padding-bottom: 0.45rem;
}

.academic .talent{
  width: 100%;
  padding-right: 0rem;
}

.academic .talent .talentimg{
  margin-top: 0.3rem;
}



.academic .talent .talentimg .pic{
  width: 2.55rem;
  height: 1.53rem;


}


.academic .talent .talentimg .txt{
  width: calc((100% - 2.75rem));
}

.academic .talent .talentimg .txt span{

  margin-top: 0.07rem;
  width: 1.98rem;
  height: 0.45rem;
  line-height: 0.43rem;
  padding-left: 0.17rem;
  display: flex;
  align-items: center;

}

.academic .talent .talentimg .txt span i{
  background: url(../images/time1.png) no-repeat left center;
  background-size: 0.24rem 0.24rem;
  font-size: 0.24rem;
  padding-left: 0.35rem;
}

.academic .talent .talentimg .txt h5{
  font-size: 0.28rem;
  line-height: 0.45rem;
  height: 0.9rem;
}



.academic .talent .talent_list ul li{
  height: 0.89rem;
}

.academic .talent .talent_list ul li:last-child{
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}



.academic .talent .talent_list ul li span{
  font-size: 0.24rem;
    width: 1.2rem;
    height: 0.38rem;
    line-height: 0.38rem;
}

.academic .talent .talent_list ul li h5{
  width: calc((100% - 1.4rem));
  font-size: 0.28rem;
  line-height: 0.38rem;
}




.academic .academic_c{
  width: 100%;
  border-right: 1px dashed rgba(22, 52, 121, 0);
  border-left: 1px dashed rgba(22, 52, 121, 0);
  padding-right: 0rem;
  padding-left: 0rem;
  height: 100%;
  margin: 0.4rem auto 0 auto;
}

.academic .academic_c .academic_list{
  margin-top: 0.3rem;
}


.academic .academic_c .academic_list ul li{
  height: 1.3rem;
  margin-bottom: 0.2rem;

}


.academic .academic_c .academic_list ul li .time{
  width: 1.3rem;
}

.academic .academic_c .academic_list ul li .time span{

  font-size: 0.36rem;
  
}

.academic .academic_c .academic_list ul li .time i{
  font-size: 0.24rem;

}

.academic .academic_c .academic_list ul li .txt{
  width: calc((100% - 1.6rem));
  font-size: 0.28rem;
  line-height: 0.45rem;
  height: 0.9rem;
}



.academic .enrollment{
  width: 100%;
  margin: 0.4rem auto 0 auto;
}


.academic .enrollment .enrollment_list{
  margin-top: 0.3rem;

}

.academic .enrollment .enrollment_list ul li{
  height: auto;
  margin-bottom: 0.15rem;
  padding-bottom: 0.15rem;


}

.academic .enrollment .enrollment_list ul li:last-child{
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}



.academic .enrollment .enrollment_list ul li span{
  padding-left: 0.35rem;
  font-size: 0.24rem;
  background: url(../images/time.png) no-repeat left center;
  background-size: 0.24rem 0.24rem;
  line-height: 0.32rem;
}

.academic .enrollment .enrollment_list ul li h5{
  font-size: 0.28rem;
  line-height: 0.45rem;
  height: 0.9rem;
}




.specialbg{

  padding-bottom: 0.4rem;
}

.specialbg .special{
  padding-top: 0.6rem;
}

.specialbg .special .specialbox{
  margin: 0 0rem;
}

.specialbg .special .specialbox .swiper-container{
  padding: 0.3rem 0;
}


.specialbg .special .specialbox .swiper-container .swiper-slide .pic{

  clip-path: polygon(0 100%, 0 0, 100% 0%, 100% 100%);

}


.specialbg .special .specialbox .swiper-container .swiper-slide:nth-child(2n) .pic {
  clip-path: polygon(0 100%, 0 0%, 100% 0%, 100% 100%);
}



.specialbg .special .specialbox .special-pagination{
  margin: 0.3rem auto 0 auto ;

}

.specialbg .special .specialbox .special-pagination .swiper-pagination-bullet{
  width: 0.15rem;
  height: 0.15rem;
  margin: 0 0.15rem;
}

.specialbg .special .specialbox .special-pagination .swiper-pagination-bullet-active{
  width: 0.36rem;
} 



}