img {
  display: inline-block;
  padding: 0;
  border: none;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}



.bannerbg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  background: url(../images/bannerbg.jpg) no-repeat top center;
  background-size: 100% 100%;
  padding-bottom: 0.4rem;
}


.banner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.banner .swiper-container {
  overflow: hidden;
  margin: 0 auto;
  width: 78%;

}

.banner .swiper-slide {
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 5;
}


.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: contain;
  margin: 0 auto;
}






.banner .swiper-slide-active img,
.banner .swiper-slide-duplicate-active img {
  transition: 6s linear;
  transform: scale(1.03, 1.03);
}

.banner .swiper-slide .txt{
  position: absolute;
  z-index: 9;
  left: 0%;
  bottom: 0rem;
  width: 100%;
  height: 1rem;
  background: linear-gradient( rgba(7, 41, 112, 0) 0%, rgba(7, 41, 112, 1) 100%);

}

.banner .swiper-slide .txt h5{
  position: absolute;
  left: 0;
  bottom: 0.28rem;
  width: 85%;
  margin-left: 0.5rem;
  font-size: 0.28rem;
  color: rgba(255, 255, 255, 1);
  font-family: "SourceHanSansCN";
  font-weight: normal;
  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;
}

.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.56rem;
  height: 0.56rem;
  background: url() no-repeat center;
  background-size: 100% 100%;
  right: -3%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;


}

.banner .swiper-banner-prev {
  position: absolute;
  width: 0.56rem;
  height: 0.56rem;
  background: url() no-repeat center;
  background-size: 100% 100%;
  left: -3%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.banner .banner_button{
  width: 100%;
  margin: 0 auto;
  position: absolute;
  bottom: 0.5rem;
  right: 0rem;
}

.banner .swiper-pagination{
  display: inline-block;
  width: auto;
  margin: 0;
  position: absolute;
  right: 12%;
  font-family: "BebasNeue";
}

.banner .swiper-pagination .swiper-pagination-bullet{
  position: relative;
  margin: 0px 0.12rem ;
  border-radius: 0%;
  opacity: 1;
  display: inline-block;
  width: auto;
  height: auto;
  background: none;
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.banner .swiper-pagination .swiper-pagination-bullet::after{
  position: absolute;
  left: -0.08rem;
  top: 0rem;
  content: "0";
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.6);
}


.banner .swiper-pagination .swiper-pagination-bullet::before{
  position: absolute;
  left: 0.15rem;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background:  rgba(255, 255, 255, 0.6);
  width: 0.7rem;
  height:1px;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;

}



.banner .swiper-pagination .swiper-pagination-bullet:last-child:before{
  opacity: 0;

}



.banner .swiper-pagination .swiper-pagination-bullet-active{
  color: rgba(255, 255, 255, 1);
  padding-right: 0.7rem;


}

.banner .swiper-pagination .swiper-pagination-bullet-active::after{
  color: rgba(255, 255, 255, 1);

}

.banner .swiper-pagination .swiper-pagination-bullet-active::before{
  opacity: 1;
}

.banner .swiper-pagination .swiper-pagination-bullet-active:last-child{
  padding-right: 0;
}




/* title */

.titlecon{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.title{
  font-family: "PingFangSC-bold";
} 

.title i{
  display: block;
  font-size: 0.42rem;
  color: rgba(213, 218, 235, 0.7);
  text-transform: uppercase;
  line-height: 0.36rem;
}

.title h3{
  font-size: 0.42rem;
  line-height: 0.42rem;
  color: rgba(51, 51, 51, 1);
  position: relative;
  z-index: 5;
  margin-top: -0.12rem;

}

.titlemore{
  background: url(../images/title.png) no-repeat left center;
  background-size: 0.21rem 0.26rem;
  padding-left: 0.35rem;
  height: 0.26rem;
  line-height: 0.26rem;
  margin-top: 0.37rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.titlemore a{
  display: block;
  font-size: 0.18rem;
  color: rgba(65, 56, 212, 1);
}



/* news */


.newsbg{
  margin: 0rem auto 0 auto;
  width: 100%;
  padding: 0.4rem 0 0.9rem 0;
  background: url(../images/newsbg.jpg) no-repeat top center;
  background-size: cover;
}

.news{
  margin: 0rem auto 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}


.news .news_l{
  width: 58%;

}



.news .news_l .newsbox{
  margin-top: 0.55rem;
  position: relative;
  
}

.news .news_l .newsbox .swiper-slide{
  position: relative;
}


.news .news_l .newsbox .swiper-slide a{
  display: block;
}

.news .news_l .newsbox .swiper-slide .pic{
  width: 100%;
  height: 4.5rem;
  overflow: hidden;
  position: relative;


}

.news .news_l .newsbox .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;
}

.news .news_l .newsbox .swiper-slide .txt{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient( rgba(0, 0, 0, 0) 40%,  rgba(0, 0, 0, 0.2) 80%,rgba(0, 0, 0, 0.6) 100%);


} 


.news .news_l .newsbox .swiper-slide .txt h5{
  font-size: 0.22rem;
  color: rgba(255, 255, 255, 1);
  font-family: "SourceHanSansCN";
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: absolute;
  left: 0;
  bottom: 0.17rem;
  width: 80%;
  padding-left: 0.3rem;
}

.news .news_l .newsbox .swiper-slide .time{
  position: absolute;
  left: 0.35rem;
  top: 0.3rem;
  border-radius: 0px 0.1rem 0px 0.1rem;
  background: linear-gradient(180deg, rgba(152, 25, 179, 1) 0%, rgba(61, 56, 212, 1) 100%);
  text-align: center;
  padding: 0.16rem 0.14rem 0.11rem 0.14rem;
} 


.news .news_l .newsbox .swiper-slide .time span{
  display: block;
  font-size: 0.36rem;
  line-height: 0.32rem;
  color: rgba(255, 255, 255, 1);
}

.news .news_l .newsbox .swiper-slide .time i{
  display: block;
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 1);
  margin-top: 0.08rem;
}

.news .news_l .newsbox .news-next{
  position: absolute;
  z-index: 9;
  right: 0;
  bottom: 0;
  cursor: pointer;
  width: 0.52rem;
  height: 0.5rem;
  background: url(../images/newsright.png) no-repeat center;
  background-size: 100% 100%;
}

.news .news_l .newsbox .news-prev{
  position: absolute;
  z-index: 9;
  right: 0.52rem;
  bottom: 0;
  cursor: pointer;
  width: 0.52rem;
  height: 0.5rem;
  background: url(../images/newsleft.png) no-repeat center;
  background-size: 100% 100%;
}


.news .news_l .newslist{
  margin-top: 0.23rem;
} 


.news .news_l .newslist ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.news .news_l .newslist ul li{
  width: 49%;
  background: #fff;
  box-shadow: 0px 0px 20px  rgba(96, 122, 172, 0.2);
  position: relative;
}

.news .news_l .newslist ul li a{
  display: block;
  padding: 0.32rem 0.35rem 0.35rem 0.3rem;

}

.news .news_l .newslist ul li .time{
  display: block;
  font-size: 0.16rem;
  color: rgba(65, 56, 212, 1);

}


.news .news_l .newslist ul li h5{
  font-size: 0.2rem;
  color: rgba(40, 40, 40, 1);
  line-height: 0.29rem;
  height: 0.58rem;
  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.18rem;
}

.news .news_l .newslist ul li::after{
  position: absolute;
  left: 0;
  bottom: 0px;
  content: "";
  width: 100%;
  height: 2px;
  background:linear-gradient(270deg, rgba(61, 56, 212, 1) 0%, rgba(152, 25, 179, 1) 100%);
}


.news .news_r{
  width: 39%;
}


.news .news_r .noticebox{
  margin-top: 0.3rem;
}

.news .news_r .noticebox ul li{
  padding: 0.3rem 0;
  border-bottom: 1px solid rgba(223, 231, 239, 1);
  position: relative;
  z-index: 5;
}

.news .news_r .noticebox ul li:last-child{
  border-bottom: none;
}

.news .news_r .noticebox ul li a{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.news .news_r .noticebox ul li .time{
  width: 0.78rem;
  height: 0.76rem;
  opacity: 1;
  border-radius: 0.1rem;
  background: rgba(234, 240, 255, 1);
  text-align: center;
}

.news .news_r .noticebox ul li .time span{
  display: block;
  font-size: 0.36rem;
  color: rgba(65, 56, 212, 1);
  line-height: 0.49rem;
}

.news .news_r .noticebox ul li .time i{
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 1);
  display: block;
  line-height: 0.27rem;
border-radius: 0px 0px 0.1rem 0.1rem;
background: linear-gradient(91deg, #3D38D4 7%, #9819B3 98%);
}

.news .news_r .noticebox ul li .txt{
  width: calc((100% - 1.1rem));
} 

.news .news_r .noticebox ul li .txt h5{
  font-size: 0.2rem;
  color: rgba(51, 51, 51, 1);

  line-height: 0.3rem;
  max-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;
}


.news .news_r .noticebox ul li::after{
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
  z-index: -1;
  width: 0;
  height: 1px;
  background:linear-gradient(270deg, rgba(61, 56, 212, 1) 0%, rgba(152, 25, 179, 1) 100%);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}






/* ACADEMIC */


.ACADEMICbg{
  margin: 0 auto;
  width: 100%;
  padding: 0.9rem 0 0.7rem 0;
  background: url(../images/seminarsbg.jpg) no-repeat top center;
  background-size: cover;
}

.ACADEMIC{
  margin: 0rem auto 0 auto;

}

.ACADEMIC .ACADEMICbox{
  margin: 0.5rem auto 0 auto;
}


.ACADEMICbg .ACADEMICbox .swiper-container{
  padding-bottom: 0.8rem;
}


.ACADEMICbg .ACADEMICbox .swiper-slide{
  position: relative;
}


.ACADEMICbg .ACADEMICbox .swiper-slide .pic{
  position: relative;
  width: 100%;
  height: 4.54rem;
  border-radius: 0rem;
  overflow: hidden;
}

.ACADEMICbg .ACADEMICbox .swiper-slide .pic img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0rem;
    object-fit: cover;
    object-position: top;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}


.ACADEMICbg .ACADEMICbox .swiper-slide .txt{
  width: 98%;
  padding-top: 0.3rem;
  margin: 0 auto;
  
}

.ACADEMICbg .ACADEMICbox .swiper-slide .txt h5{
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.28rem;
  height: 0.56rem;
  color: rgba(51, 51, 51, 1);
  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-bottom: 0.15rem;
}

.ACADEMICbg .ACADEMICbox .swiper-slide .txt p{
  font-size: 0.14rem;
  color: rgba(51, 51, 51, 0.7);
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-bottom: 0.1rem;
}

.ACADEMICbg .ACADEMICbox .swiper-slide .txt p img{
  display: inline-block;
  width: 0.18rem;
  height: 0.18rem;
  margin-right: 0.06rem;
}

.ACADEMICbg .ACADEMICbox .ACADEMIC_button{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}


.ACADEMICbg .ACADEMICbox .swiper-ACADEMIC-next{
  position: absolute;
  cursor: pointer;
  background: url(../images/right1.png) no-repeat  center;
  background-size: 100% 100%;
  width: 0.42rem;
  height: 0.42rem;
  left: 0.55rem;
  bottom: 0;
}

.ACADEMICbg .ACADEMICbox .swiper-ACADEMIC-prev{
  position: absolute;
  left: 0rem;
  bottom: 0;
  cursor: pointer;
  background: url(../images/left1.png) no-repeat  center;
  background-size: 100% 100%;
  width: 0.42rem;
  height: 0.42rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;


}


.ACADEMICbg .ACADEMICbox .ACADEMIC-pagination{
  width: 91%;
  height: 2px;
  right: 0rem;
  top: auto;
  bottom: 0.21rem;
  background: rgba(211, 215, 244, 1);

}

.ACADEMICbg .ACADEMICbox .ACADEMIC-pagination .swiper-pagination-progressbar-fill{
  background: linear-gradient(270deg, rgba(61, 56, 212, 1) 0%, rgba(152, 25, 179, 1) 100%);

}




/* publications */

.publicationsbg{
  margin: 0 auto;
  width: 100%;
  padding: 0.9rem 0 1.05rem 0;
  background: url(../images/publicationsbg.jpg) no-repeat top center;
  background-size: cover;
}


.publicationscont{
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 5;
}

.publicationscont::after{
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 2.42rem;
  height: 3.37rem;
  background: url(../images/publicationsico1.png) no-repeat top center;
  background-size: 100%;
  animation: circle1 30s linear 0s infinite;
}

.publicationsbg .publications{
  margin: 0 auto;
  position: relative;
  padding-bottom: 1rem;
}


.publicationsbg .publications .publicationsbox{
  margin: 0 auto;
  position: relative;
}

.publicationsbg .publications .publicationsbox .swiper-container{
  padding: 0.45rem 0 0.22rem 0;
}

.publicationsbg .publications .publicationsbox .swiper-slide{
  position: relative;
  width: 43.6%;
  box-shadow: 0px 4px 30px  rgba(53, 10, 140, 0.08);
  background: #fff;
  border-radius: 12px ;
  margin-top: 0.55rem;

}

.publicationsbg .publications .publicationsbox .swiper-slide a{
  display: block;
}

.publicationsbg .publications .publicationsbox .swiper-slide .pic{
  width: 100%;
  height: 3.4rem;
  border-radius: 10px 10px 0px 0px;
  border: 3px solid rgba(255, 255, 255, 1);
  background: #fff;
  position: relative;
}

.publicationsbg .publications .publicationsbox .swiper-slide .pic img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.publicationsbg .publications .publicationsbox .swiper-slide .txt{
  padding: 0.26rem 0.65rem 0.35rem 0.35rem;
  width: 80%;
  border-radius: 0px 0px 12px 12px;
}

.publicationsbg .publications .publicationsbox .swiper-slide .txt h5{
  font-size: 0.2rem;
  color: rgba(34, 34, 34, 1);
  line-height: 0.34rem;
  height: 0.68rem;
  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;
  position: relative;
  z-index: 10;
}

.publicationsbg .publications .publicationsbox .swiper-slide .txt .more{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  z-index: 10;
}

.publicationsbg .publications .publicationsbox .swiper-slide .txt .more .time{
  font-size: 0.2rem;
  color: rgba(65, 56, 212, 1);
  display: block;
  margin-top: 0.15rem;
 font-weight:bold;
}

.publicationsbg .publications .publicationsbox .swiper-slide .txt .more em{
  display: block;
  width: 0.19rem;
  height: 0.15rem;
  background: url(../images/more.png) no-repeat center;
  background-size: 100% 100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
}


.publicationsbg .publications .publicationsbox .swiper-slide::after{
  position: absolute;
  right: -0.12rem;
  bottom: -0.05rem;
  content: "";
  z-index: 0;
  width: 1.42rem;
  height: 1.42rem;
  background: url(../images/publicationsico.jpg) no-repeat center;
  background-size: 100% 100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
}

.publicationsbg .publications .publicationsbox .swiper-slide-next .txt{
  margin-left: 22%;

}

.publicationsbg .publications .publicationsbox .swiper-slide-active{
  margin-top: 0;

}


.publicationsbg .publications .publicationsbox .swiper-slide-active .pic{

  height: 3.86rem;

}

.publicationsbg .publications .publicationsbox .swiper-slide-active .txt{
  width: 100%;
  background: linear-gradient(270deg, #3D38D4 0%, #9819B3 192%);
}

.publicationsbg .publications .publicationsbox .swiper-slide-active .txt h5{
  color: #fff;

}

.publicationsbg .publications .publicationsbox .swiper-slide-active .txt .more .time{
  color: #fff;
}

.publicationsbg .publications .publicationsbox .swiper-slide-active .txt .more em{
  opacity: 1;
}

.publicationsbg .publications .publicationsbox .swiper-slide-active::after{
  opacity: 1;
}


.publicationsbg .publications .publicationsbox .publications-pagination{
  margin: 0 auto;
  text-align: center;
}


.publicationsbg .publications .publicationsbox .publications-pagination .swiper-pagination-bullet{
  margin: 0 0.1rem;
  width: 0.16rem;
  height: 0.16rem;
  background: rgba(211, 216, 229, 1);
  border-radius: 50%;
  opacity: 1;
}

.publicationsbg .publications .publicationsbox .publications-pagination .swiper-pagination-bullet-active{
  background: rgba(255, 102, 26, 1);
}

.publicationsbg .publications .publicationsbox .publications-prev{

    position: absolute;
    z-index: 9;
    left: 4rem;
    top: 45%;
    transform: translateY(-50%);
    cursor: pointer;
    width: 0.42rem;
    height: 0.42rem;
    box-shadow: 0px 4px 15px  rgba(0, 0, 0, 0.2);
      background: #fff url(../images/left.png) no-repeat center;
      background-size: 0.14rem 0.11rem;
      border-radius: 50%;
}

.publicationsbg .publications .publicationsbox .publications-next{
  position: absolute;
  z-index: 9;
  right: 4rem;
  top: 45%;
  transform: translateY(-50%);
  cursor: pointer;
  width: 0.42rem;
  height: 0.42rem;
  box-shadow: 0px 4px 15px  rgba(0, 0, 0, 0.2);
    background: #fff url(../images/right.png) no-repeat center;
    background-size: 0.14rem 0.11rem;
    border-radius: 50%;
}




/* publications */

.Recruitments{
  margin: 0 auto;
}

.Recruitments .Recruitmentsbox{
  margin: 0.3rem  -0.2rem 0 -0.2rem;
}

.Recruitments .Recruitmentsbox .swiper-container{
  padding: 0.25rem 0;
}

.Recruitments .Recruitmentsbox .swiper-container .swiper-slide{
  position: relative;
}

.Recruitments .Recruitmentsbox .swiper-container .swiper-slide .nr{
  width: 89.3%;
  height: 2.64rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 30px  rgba(53, 10, 140, 0.08);
  margin: 0 auto;
}

.Recruitments .Recruitmentsbox .swiper-container .swiper-slide a{
  display: block;
}

.Recruitments .Recruitmentsbox .swiper-container .swiper-slide .txt_t{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 0rem 0.2rem 0rem 0.2rem;
  border-bottom:1px solid rgba(153, 153, 153, 0.3);
  height: 1.27rem;
}

.Recruitments .Recruitmentsbox .swiper-container .swiper-slide .txt_t .time{
  position: relative;
  z-index: 5;
  padding: 0.08rem 0.13rem 0.06rem 0.13rem;
  text-align: center;
  width: 0.8rem;

}

.Recruitments .Recruitmentsbox .swiper-container .swiper-slide .txt_t .time::after{
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: -1;
  width: 0.13rem;
  height: 0.11rem;
  background: url(../images/time1.png) no-repeat top left;
  background-size: 100% 100%;

}

.Recruitments .Recruitmentsbox .swiper-container .swiper-slide .txt_t .time::before{
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  z-index: -1;
  width: 0.13rem;
  height: 0.11rem;
  background: url(../images/time2.png) no-repeat bottom right;
  background-size: 100% 100%;
}

.Recruitments .Recruitmentsbox .swiper-container .swiper-slide .txt_t .time span{
  display: block;
  font-size: 0.32rem;
  color: rgba(65, 56, 212, 1);
  font-weight: bold;
  line-height: 0.32rem;
}

.Recruitments .Recruitmentsbox .swiper-container .swiper-slide .txt_t .time i{
  display: block;
  font-size: 0.14rem;
  color: rgba(111, 110, 129, 1);
  margin-top: 0.03rem;
}

.Recruitments .Recruitmentsbox .swiper-container .swiper-slide .txt_t h5{
  width: calc((100% - 0.98rem));
  font-size: 0.18rem;
  color: rgba(0, 0, 0, 1);
  line-height: 0.28rem;
  max-height: 0.84rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.Recruitments .Recruitmentsbox .swiper-container .swiper-slide .txt{
  padding: 0 0.3rem;
  margin: 0.25rem auto 0 auto;

}

.Recruitments .Recruitmentsbox .swiper-container .swiper-slide .txt p{
  font-size: 0.14rem;
  color: rgba(153, 153, 153, 1);
  line-height: 0.24rem;
  height: 0.48rem;
  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;
}

.Recruitments .Recruitmentsbox .swiper-container .swiper-slide .txt .locate{
  color: rgba(255, 255, 255, 1);
  font-size: 0.12rem;
  border-radius: 100px;
  background: linear-gradient(270deg, #3D38D4 0%, #9819B3 192%);
  padding: 4px 12px 4px 12px;
  display: inline-block;
  margin-top: 0.15rem;
  float: right;
}


/* video */

.videobg{
  margin: 0 auto;
  width: 100%;
  padding: 1rem 0 0.9rem 0;
  background: url(../images/fcbg.jpg) no-repeat top center;
  background-size: cover;
 display:none;
}


.videobg .video{
  margin: 0 auto;
  position: relative;
}

.videobg .video .titlecon{
  position: absolute;
  left: 0;
  top: 0.15rem;
  display: block;
}

.videobg .video .titlemore{
  margin-top: 0.5rem;
}

.videobg .video .videobox{
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.videobg .video .videobox .video_l{
  margin-top: 2.25rem;
  width: 40.3%;
  position: relative;

}

.videobg .video .videobox .video_l a{
  display: block;
}

.videobg .video .videobox .video_l .pic{
  position: relative;
  width: 100%;
  height: 3.86rem;
  border-radius: 5px;
  overflow: hidden;
}

.videobg .video .videobox .video_l .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;
}

.videobg .video .videobox .video_l .pic .videoBtn {
  position: absolute;
  width: 0.69rem;
  height: 0.69rem;
  background: url(../images/videoico.png) center no-repeat;
  background-size: auto;
  background-size: 100% 100%;
  position: absolute;
  left: calc((100% - 0.69rem) / 2);
  top: calc((100% - 0.69rem) / 2);
  z-index: 99;
}

.videobg .video .videobox .video_l .pic::after{
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient( rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.5) 100%);
  pointer-events: none;

}


.videobg .video .videobox .video_r{
  width: 57.6%;

}

.videobg .video .videobox .video_r ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.videobg .video .videobox .video_r ul li{
  width: 48%;
  margin-bottom: 0.35rem;
  position: relative;

}

.videobg .video .videobox .video_r ul li a{
  display: block;
}

.videobg .video .videobox .video_r ul li .pic{
  position: relative;
  width: 100%;
  height: 3rem;
  border-radius: 5px;
  overflow: hidden;
}

.videobg .video .videobox .video_r ul li .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;
}

.videobg .video .videobox .video_r ul li .txt{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient( rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.7) 100%);


}

.videobg .video .videobox .video_r ul li .txt h5{
  position: absolute;
  left: 0;
  bottom: 0.15rem;
  width: 100%;
  padding: 0 0.25rem;
  font-size: 0.18rem;
  color: rgba(255, 255, 255, 1);
  font-family: "SourceHanSansCN";
  display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}


.videobg .video .videobox .video_r ul li:nth-child(3) .pic,
.videobg .video .videobox .video_r ul li:nth-child(4) .pic{

  height: 2.75rem;

}






#videoAlert {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1009;
}

#videoAlert .cont {
  position: relative;
  height: 100%;
}

#videoAlert .video_box {
  position: absolute;
  margin-top: 10%;
  width: 70%;
  height: 60%;
  margin-left: 15%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: right;
}

#videoAlert .video_box video {
  width: 85%;
  margin: 0 auto;
}

#videoAlert .video_box .close img {
  width: 30px;
  position: absolute;
  top: 0;
  right: 10%;
  max-height: initial;
}

#videoAlert .video_box .close {
  margin-bottom: 65px;
  height: 30px;
  position: relative;
  z-index: 10000;
  cursor: pointer;
}







@keyframes circle1 {
  0% {
    transform:rotate(0)
  }
  100% {
    transform:rotate(360deg)
  }
}



@media (min-width: 1024px){
  .titlemore:hover{
    transform: translateX(-10px);
  }

  .videobg .video .videobox .video_l:hover .pic img{
    transform: scale(1.1);

  }

  .videobg .video .videobox .video_r ul li:hover .pic img{
    transform: scale(1.1);
  }

  .Recruitments .Recruitmentsbox .swiper-container .swiper-slide:hover .txt_t h5{
    color: rgba(65, 56, 212, 1);
  }

  .news .news_l .newsbox .swiper-slide:hover .pic img{
    transform: scale(1.1);
  }

  .news .news_l .newslist ul li:hover  h5{
    color: rgba(65, 56, 212, 1);
  }


  .news .news_r .noticebox ul li:hover::after{
    width: 100%;
  }
  
  .news .news_r .noticebox ul li:hover .txt h5{
    color: rgba(65, 56, 212, 1);
  }

  .ACADEMICbg .ACADEMICbox .swiper-slide:hover .pic img{
    transform: scale(1.1);
  }

  .ACADEMICbg .ACADEMICbox .swiper-slide:hover .txt h5{
    color: rgba(65, 56, 212, 1);
  }

}









@media (max-width: 1024px){

  .banner .swiper-container {
    width: 100%;
  
  }

  .banner .swiper-slide .txt h5{
    margin-left: 0.3rem;
  }

  .banner .banner_button{
    bottom: 0.6rem;
  }

  .banner .swiper-pagination{
    right: 3%;
  }

  .banner .swiper-pagination .swiper-pagination-bullet{
    font-size: 0.24rem;
  }

  .banner .swiper-pagination .swiper-pagination-bullet::after{
    font-size: 0.24rem;
    left: -0.11rem;
  }





.title i{

  font-size: 0.36rem;

}

.title h3{
  font-size: 0.36rem;
  margin-top: -0.12rem;

}

.titlemore{
  background: url(../images/title.png) no-repeat left center;
  background-size: 0.21rem 0.26rem;
  padding-left: 0.35rem;
  margin-top: 0.37rem;

}

.titlemore a{
  font-size: 0.26rem;
}





.newsbg{

  padding: 0.3rem 0 0.6rem 0;

}


.news .news_l{
  width: 100%;

}



.news .news_l .newsbox{
  margin-top: 0.45rem;
  position: relative;
  
}




.news .news_l .newsbox .swiper-slide .pic{
  height: auto;
  padding-top: 56%;



}




.news .news_l .newsbox .swiper-slide .txt h5{
  font-size: 0.28rem;
  bottom: 0.17rem;
  width: 75%;
  padding-left: 0.3rem;
}

.news .news_l .newsbox .swiper-slide .time {
  left: 0.2rem;
  top: 0.2rem;
}

.news .news_l .newsbox .swiper-slide .time span{
  font-size: 0.36rem;
}

.news .news_l .newsbox .swiper-slide .time i{
  font-size: 0.24rem;

}

.news .news_l .newsbox .news-next{

  width: 0.57rem;
  height: 0.55rem;

}

.news .news_l .newsbox .news-prev{
  right: 0.57rem;
  width: 0.57rem;
  height: 0.55rem;

}



.news .news_l .newslist ul li{
  width: 100%;
  margin-bottom: 0.2rem;
}


.news .news_l .newslist ul li .time{
  font-size: 0.26rem;

}


.news .news_l .newslist ul li h5{
  font-size: 0.3rem;
  line-height: 0.45rem;
  height: 0.9rem;
  margin-top: 0.18rem;
}



.news .news_r{
  width: 100%;
  margin-top: 0.4rem;
}


.news .news_r .noticebox{
  margin-top: 0.3rem;
}


.news .news_r .noticebox ul li:last-child{
  border-bottom: 1px solid rgba(223, 231, 239, 1);
}



.news .news_r .noticebox ul li .time{
  width: 1.2rem;
  height: 0.86rem;
}



.news .news_r .noticebox ul li .time i{
  font-size: 0.24rem;
  line-height: 0.37rem;
}

.news .news_r .noticebox ul li .txt{
  width: calc((100% - 1.4rem));
} 

.news .news_r .noticebox ul li .txt h5{
  font-size: 0.3rem;
  line-height: 0.45rem;
  max-height: 0.9rem;

}




.ACADEMICbg{

  padding: 0.5rem 0 0.6rem 0;

}


.ACADEMIC .ACADEMICbox{
  margin: 0.35rem auto 0 auto;
}


.ACADEMICbg .ACADEMICbox .swiper-container{
  padding-bottom: 0.8rem;
}





.ACADEMICbg .ACADEMICbox .swiper-slide .pic{
  height: auto;
  padding-top: 130%;

}



.ACADEMICbg .ACADEMICbox .swiper-slide .txt{
  width: 98%;
  padding-top: 0.3rem;
  margin: 0 auto;
  
}

.ACADEMICbg .ACADEMICbox .swiper-slide .txt h5{
  font-size: 0.3rem;
  line-height: 0.45rem;
  height: 0.9rem;

}

.ACADEMICbg .ACADEMICbox .swiper-slide .txt p{
  font-size: 0.26rem;
  margin-bottom: 0.1rem;
}

.ACADEMICbg .ACADEMICbox .swiper-slide .txt p img{
  width: 0.28rem;
  height: 0.28rem;

}




.ACADEMICbg .ACADEMICbox .swiper-ACADEMIC-next{
  width: 0.48rem;
  height: 0.48rem;
  left: 0.6rem;

}

.ACADEMICbg .ACADEMICbox .swiper-ACADEMIC-prev{
  width: 0.48rem;
  height: 0.48rem;


}


.ACADEMICbg .ACADEMICbox .ACADEMIC-pagination{
  width: 78%;


}

.ACADEMICbg .ACADEMICbox .ACADEMIC-pagination .swiper-pagination-progressbar-fill{
  background: linear-gradient(270deg, rgba(61, 56, 212, 1) 0%, rgba(152, 25, 179, 1) 100%);

}






.publicationsbg{

  padding: 0.6rem 0 0.5rem 0;

}



.publicationscont::after{

  width: 2.42rem;
  height: 3.37rem;

}

.publicationsbg .publications{

  padding-bottom: 0.8rem;
}



.publicationsbg .publications .publicationsbox .swiper-container{
  padding: 0.45rem 0 0.3rem 0;
}

.publicationsbg .publications .publicationsbox .swiper-slide{

  width: 100%;
  margin-top: 0rem;

}


.publicationsbg .publications .publicationsbox .swiper-slide .pic{
  height: auto;
  padding-top: 56%;

}



.publicationsbg .publications .publicationsbox .swiper-slide .txt{
  padding: 0.26rem 0.65rem 0.35rem 0.35rem;
  width: 80%;
}

.publicationsbg .publications .publicationsbox .swiper-slide .txt h5{
  font-size: 0.3rem;
  line-height: 0.45rem;
  height: 0.9rem;

}



.publicationsbg .publications .publicationsbox .swiper-slide .txt .more .time{
  font-size: 0.26rem;
}

.publicationsbg .publications .publicationsbox .swiper-slide .txt .more em{
  width: 0.38rem;
  height: 0.3rem;
}




.publicationsbg .publications .publicationsbox .swiper-slide-active .pic{

  height: auto;
  padding-top: 56%;

}

.publicationsbg .publications .publicationsbox .swiper-slide-active .txt{
  width: 100%;
}

.publicationsbg .publications .publicationsbox .swiper-slide-active .txt h5{
  color: #fff;

}

.publicationsbg .publications .publicationsbox .swiper-slide-active .txt .more .time{
  color: #fff;
}

.publicationsbg .publications .publicationsbox .swiper-slide-active .txt .more em{
  opacity: 1;
}

.publicationsbg .publications .publicationsbox .swiper-slide-active::after{
  opacity: 1;
}


.publicationsbg .publications .publicationsbox .publications-pagination{
  margin: 0 auto;
  text-align: center;
}


.publicationsbg .publications .publicationsbox .publications-pagination .swiper-pagination-bullet{
  margin: 0 0.1rem;
  width: 0.16rem;
  height: 0.16rem;
  background: rgba(211, 216, 229, 1);
  border-radius: 50%;
  opacity: 1;
}

.publicationsbg .publications .publicationsbox .publications-pagination .swiper-pagination-bullet-active{
  background: rgba(255, 102, 26, 1);
}

.publicationsbg .publications .publicationsbox .publications-prev{

    left: -0.2rem;
    top: 45%;
    transform: translateY(-50%);
    width: 0.62rem;
    height: 0.62rem;
    box-shadow: 0px 4px 15px  rgba(0, 0, 0, 0.2);
      background: #fff url(../images/left.png) no-repeat center;
      background-size: 0.28rem 0.22rem;

}

.publicationsbg .publications .publicationsbox .publications-next{

  right: -0.2rem;
  top: 45%;
  transform: translateY(-50%);
  width: 0.62rem;
  height: 0.62rem;
  box-shadow: 0px 4px 15px  rgba(0, 0, 0, 0.2);
    background: #fff url(../images/right.png) no-repeat center;
    background-size: 0.28rem 0.22rem;

}



.Recruitments .Recruitmentsbox{
  margin: 0.1rem  0rem 0 0rem;
}



.Recruitments .Recruitmentsbox .swiper-container .swiper-slide .nr{
  width: 96%;
  height: 3.6rem;
  box-shadow: 0px 4px 10px rgba(53, 10, 140, 0.08);
}

.Recruitments .Recruitmentsbox .swiper-container .swiper-slide .txt_t{

  height: 1.45rem;
}

.Recruitments .Recruitmentsbox .swiper-container .swiper-slide .txt_t .time{

  width: 1.25rem;

}



.Recruitments .Recruitmentsbox .swiper-container .swiper-slide .txt_t .time span{

  font-size: 0.36rem;

}

.Recruitments .Recruitmentsbox .swiper-container .swiper-slide .txt_t .time i{

  font-size: 0.24rem;

}

.Recruitments .Recruitmentsbox .swiper-container .swiper-slide .txt_t h5{
  width: calc((100% - 1.45rem));
  font-size: 0.3rem;
  line-height: 0.45rem;
  max-height: 1.35rem;

}

.Recruitments .Recruitmentsbox .swiper-container .swiper-slide .txt{
  padding: 0 0.3rem;
  margin: 0.25rem auto 0 auto;

}

.Recruitments .Recruitmentsbox .swiper-container .swiper-slide .txt p{
  font-size: 0.26rem;
  line-height: 0.45rem;
  height: 0.9rem;
}

.Recruitments .Recruitmentsbox .swiper-container .swiper-slide .txt .locate{
  font-size: 0.24rem;
  padding: 4px 12px 4px 12px;

}



.videobg{

  padding: 0.6rem 0 0.5rem 0;

}




.videobg .video .titlecon{
  position: relative;
  left: 0;
  top: 0rem;
  display: flex;
}

.videobg .video .titlemore{
  margin-top: 0.35rem;
}

.videobg .video .videobox{
  margin: 0 auto;

}

.videobg .video .videobox .video_l{
  margin: 0.35rem auto 0.25rem auto;
  width: 100%;


}



.videobg .video .videobox .video_l .pic{

  height: auto;
  padding-top: 63%;

}




.videobg .video .videobox .video_r{
  width: 100%;

}


.videobg .video .videobox .video_r ul li{
  width: 48%;
  margin-bottom: 0.25rem;

}



.videobg .video .videobox .video_r ul li .pic{
  height: auto;
  padding-top: 65%;

}


.videobg .video .videobox .video_r ul li .txt h5{

  font-size: 0.28rem;

}


.videobg .video .videobox .video_r ul li:nth-child(3) .pic,
.videobg .video .videobox .video_r ul li:nth-child(4) .pic{
  height: auto;
  padding-top: 63%;

}





  
}