
body{
  background: #fef8ff;
}

/* banner */

.banner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
}

.banner::after{
  position: absolute;
  content: "";
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
 
  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;

}

.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;
}


.banner .swiper-pagination{
  width: auto;
  margin: 0;
  position: absolute;
  bottom: 0.3rem;
  left: 9.5%;
  height: 0.31rem;
}

.banner .swiper-pagination .swiper-pagination-bullet{
  position: relative;
  margin: 0 0.35rem 0 0;
  border-radius: 0%;
  opacity: 1;
  background: none;
  background: url(../images/ico2.png) no-repeat center;
  background-size: 100%;
  display: inline-block;
  width: 0.2rem;
  height: 0.31rem;
  line-height: 1rem;
  overflow: hidden;
}



.banner .swiper-pagination .swiper-pagination-bullet-active{
  background: url(../images/ico1.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;
}


.banner .headerht{
  position: absolute;
  left: 0;
  bottom: 0.25rem;
  width: 100%;


}

.banner .headerht span{
  width: 0.22rem;
  height: 0.32rem;
  position: relative;
  z-index: 5;
  display: block;
  margin: 0 auto;
  background: url(../images/mouse.png) no-repeat  center;
  background-size: 100%;
  animation: ht 1s infinite;
    -moz-animation: ht 1s infinite;
    /* Firefox */

    -webkit-animation: ht 1s infinite;
    /* Safari and Chrome */

    -o-animation: ht 1s infinite;
    /* Opera */

    cursor: pointer;
}

@keyframes ht {
  0% {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
 }
  50% {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
 }
  100% {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
 }
 }
  @-moz-keyframes ht {
  0% {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
 }
  50% {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
 }
  100% {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
 }
 }
  @-webkit-keyframes ht {
  0% {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
 }
  50% {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
 }
  100% {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
 }
 }
  @-o-keyframes ht {
  0% {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
 }
  50% {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
 }
  100% {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
 }
 }
 



@media(max-width: 1024px){

  .banner .swiper-pagination {
    bottom: 0.25rem;
}

}




/* title */

.titlecon{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.titlecon .title{

}

.titlecon .title span{
  display: block;
  font-size: 0.72rem;
  font-weight: normal;
  font-family: "PuHuiTi";
  text-stroke: 1px #7D60E4; 
  -webkit-text-stroke: 1px #7D60E4; 
  color: transparent;
  opacity: 0.2;
  line-height: 0.58rem;
}

.titlecon .title h3{
  font-size: 0.48rem;
  font-weight: normal;
  color: #852373;
  font-family: "PuHuiTi";
  line-height: 0.48rem;
  margin-top: -0.25rem;
  position: relative;
  z-index: 5;
}

.titlemore{
  width: 1.68rem;
  height: 0.43rem;
  line-height: 0.43rem;
  background: url(../images/more1.png) no-repeat center;
  background-size: 100%;
  text-align: center;
  margin-top: 0.3rem;
}

.titlemore a{
  display: inline-block;
  font-size: 0.18rem;
  font-weight: 600;
  color: #852373;
  padding-right: 0.25rem;
  background: url(../images/more.png) no-repeat right center;
  background-size: 0.11rem 0.17rem;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


/* news */

.newsbg{
  margin: 0 auto;
  padding-top: 1rem;
}

.newsbg .newsbox{
  margin: 0.6rem auto 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.newsbg .newsbox .news_l{
  width: 49.5%;

}

.newsbg .newsbox .news_l .newsimg{
  position: relative;
  width: 100%;
  height: 4.52rem;
  border-radius: 0.2rem;
  overflow: hidden;
}

.newsbg .newsbox .news_l .newsimg img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.2rem;
  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;
}

.newsbg .newsbox .news_l .txt{
  margin: 0.25rem auto 0 auto;

}

.newsbg .newsbox .news_l .txt i{
  display: block;
  padding-left: 0.35rem;
  font-size: 0.18rem;
  font-weight: 600;
  line-height: 0.24rem;
  color: #852373;
  background: url(../images/time1.png) no-repeat left center;
  background-size: 0.2rem 0.2rem;
}

.newsbg .newsbox .news_l .txt h5 a{
  font-size: 0.24rem;
  color: #333333;
  font-family: "PuHuiTi";
  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: 0.25rem 0 0.15rem 0;
}

.newsbg .newsbox .news_l .txt p{
  font-size: 0.16rem;
  line-height: 0.24rem; 
  color: rgba(51, 51, 51, 0.7);
  height: 0.48rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}



.newsbg .newsbox .news_r{
  width: 48.5%;
}


.newsbg .newsbox .news_r ul li{
  height: 1.95rem;
  border-bottom: 1px solid rgba(226, 224, 226, 0.3);
  position: relative;
  z-index: 5;
  margin-bottom: 0.32rem;

}

.newsbg .newsbox .news_r ul li:last-child{
  border-bottom:none;
}

.newsbg .newsbox .news_r ul li .newsimg{
  float: left;
  width: 2.38rem;
  height: 1.6rem;
  border-radius: 0.2rem;
  position: relative;
}

.newsbg .newsbox .news_r ul li .newsimg  img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.2rem;
  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;
}


.newsbg .newsbox .news_r ul li .txt{
  float: left;
  width: 62%;
  margin-left: 4%;

}

.newsbg .newsbox .news_r ul li .txt a{
  display: block;
}

.newsbg .newsbox .news_r ul li .txt .time{
  padding-left: 0.35rem;
  font-size: 0.18rem;
  font-weight: 600;
  line-height: 0.24rem;
  color: #852373;
  background: url(../images/time1.png) no-repeat left center;
  background-size: 0.2rem 0.2rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 0.2rem 0 0.18rem 0;
}

.newsbg .newsbox .news_r ul li .txt .time i{
  font-size: 0.18rem;
  font-weight: 600;
  color: #852373;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.newsbg .newsbox .news_r ul li .txt h5{
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.32rem;
  height: 0.64rem;
  color: #333333;
  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 .newsbox .news_r ul li::after{
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 1.6rem;
    content: "";
    z-index: -1;
    border-radius: 0.2rem;
    background: linear-gradient(270deg, #2E277D 0%, #923E94 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.4rem auto 0 auto;
  overflow: hidden;
}


.ACADEMICbg .ACADEMICbox{
  margin: 0.6rem 0 0 8%;
  position: relative;

}

.ACADEMICbg .ACADEMICbox .swiper-container{
  padding-bottom: 0.6rem;
}


.ACADEMICbg .ACADEMICbox .swiper-slide{
  position: relative;
}


.ACADEMICbg .ACADEMICbox .swiper-slide .pic{
  position: relative;
  width: 100%;
  height: 4.54rem;
  border-radius: 0.2rem;
  overflow: hidden;
}

.ACADEMICbg .ACADEMICbox .swiper-slide .pic img{
  position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0.2rem;
    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 a{
  font-size: 0.2rem;
  font-family: "PuHuiTi";
  font-weight: normal;
  line-height: 0.32rem;
  height: 0.64rem;
  color: #333333;
  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.2rem;
}

.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.14rem;
  height: 0.16rem;
  margin-right: 0.1rem;
}


.ACADEMICbg .ACADEMICbox .swiper-ACADEMIC-next{
  position: relative;
  left: 0rem;
  top: 0.45rem;
  cursor: pointer;
  background: url(../images/right.png) no-repeat  center;
  background-size: 100% 100%;
  width: 0.64rem;
  height: 0.64rem;
  float: left;
  margin-left: 0.25rem;
  border-radius: 50%;
}

.ACADEMICbg .ACADEMICbox .swiper-ACADEMIC-prev{
  position: relative;
  left: 0;
  top: 0.45rem;
  cursor: pointer;
  background: url(../images/left.png) no-repeat  center;
  background-size: 100% 100%;
  width: 0.64rem;
  height: 0.64rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  float: left;
  border-radius: 50%;
}


.ACADEMICbg .ACADEMICbox .ACADEMIC-pagination{
  width: 68%;
  height: 3px;
  left: 1.8rem;
  top: auto;
  bottom: 0.45rem;
  background: linear-gradient(270deg, rgba(41, 38, 124, 0.2) 0%, rgba(195, 74, 161, 0.2) 100%);
}

.ACADEMICbg .ACADEMICbox .ACADEMIC-pagination .swiper-pagination-progressbar-fill{
  background: linear-gradient(270deg, #29267C 0%, #C34AA1 100%);

}



.ACADEMICbg .ACADEMICbox .titlemore{
  float: right;
  margin-right: 9.5%;
  margin-top: 0;
  position: relative;
  top: 0.55rem;
}


/* about */

.aboutbg{
  width: 100%;
  margin: 0 auto;
  padding-top: 1rem;
  position: relative;
  background: url(../images/aboutbg.jpg) no-repeat bottom center;
  background-size: 100%;

}

.aboutbg::after{
  position: absolute;
  right: 0.25rem;
  top: -0.7rem;
  content: "";
  background: url(../images/aboutico.png) no-repeat  center;
  background-size: 100%;
  width: 3.24rem;
  height: 4.51rem;
  animation: circle1 15s linear 0s infinite;
}


.aboutbg .aboutbox{
  margin: 0 auto 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.aboutbg .aboutbox .ab_txt{
  float: left;
  width: 53.5%;
  margin-top: 0.98rem;
  height: 3.12rem;
  overflow: hidden;
}

.aboutbg .aboutbox .ab_txt ul li{
  width: 100%;
  float: left;

}

.aboutbg .aboutbox .ab_txt ul li h5 a{
  font-size: 0.36rem;
  font-family: "PuHuiTi";
  color: #333333;
  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;
}

.aboutbg .aboutbox .ab_txt ul li p{
  font-size: 0.2rem;
  line-height: 0.42rem;
  height: 1.26rem;
  color: rgba(51, 51, 51, 0.8);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 0.2rem;
}

.aboutbg .aboutbox .ab_txt ul li .titlemore{
  margin-top: 0.7rem;
}

.aboutbg .aboutbox .ab_r{
  margin-right: 0.2rem;
  width: 42%;
  position: relative;
  z-index: 5;
}

.aboutbg .aboutbox .ab_r .swiper-slide{
  position: relative;
}

.aboutbg .aboutbox .ab_r .swiper-slide .pic{
  position: relative;
  height: 4.1rem;
  width: 100%;
  overflow: hidden;
  border-radius: 0.2rem;
}


.aboutbg .aboutbox .ab_r .swiper-slide .pic img{
  position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0.2rem;
    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;
}



.aboutbg .aboutbox .ab_r::after{
  position: absolute;
  right: -0.2rem;
  top: 0.17rem;
  content: "";
  z-index: -1;
  background: rgba(141, 49, 144, 0.2);
  width: 6.12rem;
  height: 3.75rem;
  border-radius: 0.3rem;
}

.aboutbg .aboutbox .ab_r .swiper-slide .pic:before {
  position: absolute;
  top: 0;
  left: -90%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  opacity: .6;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}


@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}



.aboutbg .ablist{
  margin: 1.05rem auto 0 auto;
  height: 2.84rem;
} 

.aboutbg .ablist ul li{
  width: 4.03rem;
  height: 2.84rem;
  background: linear-gradient(270deg, #C6ABD2 0%, #801581 100%);
  margin-left: -1.05rem;
  float: left;
  padding-left: 1.05rem;
  position: relative;
  border-radius: 0px 0.2rem 0.2rem 0px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.aboutbg .ablist ul li .txt{
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}

.aboutbg .ablist ul li .txt h5{
  text-align: center;
  width: 100%;

}


.aboutbg .ablist ul li .txt h5 img{
  display: block;
  margin: 0.9rem auto 0.2rem auto;
  width: 0.53rem;
  height: 0.53rem;
  transition: transform 0.5s;
}

.aboutbg .ablist ul li .txt h5 span{
  font-size: 0.2rem;
  font-family: "PuHuiTi";
  color: #fff;
  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;

}


.aboutbg .ablist ul li .txt_on{
  width: 0rem;
  position: absolute;
  right: 0.5rem;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.aboutbg .ablist ul li .txt_on p{
  font-size: 0.16rem;
  line-height: 0.32rem;
  color: #FFFFFF;
  height: 0.96rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 0.6rem 0 0.4rem 0;
}


.aboutbg .ablist ul li .txt_on .more{
  display: block;
  line-height: 0.43rem;
  width: 1.69rem;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 45px;
  text-align: center;

}

.aboutbg .ablist ul li .txt_on .more i{
  display: inline-block;
  font-size: 0.16rem;
  line-height: 0.43rem;
  font-family: "PuHuiTi";
  color: #FFFFFF;
  background: url(../images/more2.png) no-repeat right center;
  background-size: 0.13rem 0.13rem;
  padding-right: 0.3rem;
}



.aboutbg .ablist ul li:nth-child(1){
  margin-left: 0rem;
  z-index: 9;

}

.aboutbg .ablist ul li:nth-child(2){
  background: linear-gradient(270deg, #C34AA1 0%, #C34AA1 100%);
  z-index: 8;

}

.aboutbg .ablist ul li:nth-child(3){
  background: linear-gradient(270deg, #5990DF 0%, #5990DF 100%);
  z-index: 7;
}

.aboutbg .ablist ul li:nth-child(4){
  background: linear-gradient(270deg, #423AB7 0%, #423AB7 100%);
  z-index: 6;
}


.aboutbg .ablist ul li.on{
  width: 8.68rem;
 
}

.aboutbg .ablist ul li.on .txt h5{
  width: 2.95rem;

}

.aboutbg .ablist ul li.on .txt_on{
  width: 4.25rem;
  opacity: 1;
}


@keyframes circle1 {
  0% {
    transform:rotate(0)
  }
  100% {
    transform:rotate(360deg)
  }
}

/* RESEARCH */


.RESEARCHbg{
  width: 100%;
  margin: 1rem auto 0 auto;
  overflow: hidden;
  padding-bottom: 0.3rem;
}

.RESEARCHbg .RESEARCH .titlemore{
  margin-top: 0.4rem;
}

.RESEARCHbg .RESEARCHbox{
  margin: 0 auto;
  position: relative;
}

.RESEARCHbg .RESEARCHbox .mySwiper{
  margin: 0 auto;
  overflow: hidden;
  padding: 0.8rem 0;
}


.RESEARCHbg .RESEARCHbox .mySwiper .swiper-slide{
  position: relative;
  width: 42%;
  height: auto;
}

.RESEARCHbg .RESEARCHbox .mySwiper .swiper-slide .nr{
  position: relative;
  width: 100%;
  height: 4.7rem;
}

.RESEARCHbg .RESEARCHbox .mySwiper .swiper-slide .pic{
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  width: 74%;
  height: 100%;
  overflow: hidden;
  border-radius: 0.2rem;
  margin: 0 auto;
}



.RESEARCHbg .RESEARCHbox .mySwiper .swiper-slide .pic::after{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  pointer-events: none;
  background: url(../images/kexuelist.png) no-repeat  center;
  background-size: cover;
  border-radius: 0.2rem;
}

.RESEARCHbg .RESEARCHbox .mySwiper .swiper-slide .pic img{
  position: absolute;
  right: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.2rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.RESEARCHbg .RESEARCHbox .mySwiper .swiper-slide .txt{
  position: absolute;
  right: 0;
  bottom: 0.33rem;
  z-index: 5;
  width: 74%;
}

.RESEARCHbg .RESEARCHbox .mySwiper .swiper-slide .txt a{
  display: block;
  width: 80%;
  margin: 0 0 0 7%;
}

.RESEARCHbg .RESEARCHbox .mySwiper .swiper-slide .txt h5{
  font-size: 0.16rem;
  color: #FFFFFF;
  line-height: 0.28rem;
  height: 0.56rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.RESEARCHbg .RESEARCHbox .mySwiper .swiper-slide .txt p{
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 0.24rem;
  height: 0rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  opacity: 0;
  margin-top: 0.15rem;
}



.RESEARCHbg .RESEARCHbox .mySwiper .swiper-slide-next .pic{

  right: auto;
  left: 0;
}

.RESEARCHbg .RESEARCHbox .mySwiper .swiper-slide-next .txt{
  position: absolute;
  right: auto;
  left: 0;
}

.RESEARCHbg .RESEARCHbox .mySwiper .swiper-slide-next .txt a{
  display: block;
  width: 80%;
  margin: 0 0% 0 14%;
}

.RESEARCHbg .RESEARCHbox .mySwiper .swiper-slide-active{
  width: 42%;

}

.RESEARCHbg .RESEARCHbox .mySwiper .swiper-slide-active .nr{
  height: 4.12rem;
  margin: 0.29rem auto 0 auto;
}

.RESEARCHbg .RESEARCHbox .mySwiper .swiper-slide-active .pic{
  width: 100%;
  box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.35);
}

.RESEARCHbg .RESEARCHbox .mySwiper .swiper-slide-active .txt{
  width: 100%;
}

.RESEARCHbg .RESEARCHbox .mySwiper .swiper-slide-active .txt a{
  display: block;
  width: 86%;
  margin: 0 auto;
}

.RESEARCHbg .RESEARCHbox .mySwiper .swiper-slide-active .txt h5{
  font-size: 0.24rem;
  font-weight: normal;
  font-family: "PuHuiTi";
  line-height: 0.42rem;
  height: 0.84rem;
}

.RESEARCHbg .RESEARCHbox .mySwiper .swiper-slide-active .txt p{
  height: 0.48rem;
  opacity: 1;
}


.RESEARCHbg .RESEARCHbox .swiper-RESEARCH-next{
  position: absolute;
  right: 26.5%;
  top: 41.5%;
  cursor: pointer;
  background: url(../images/ke_right.png) no-repeat  center;
  background-size: 100%;
  width: 0.73rem;
  height: 1.01rem;
  z-index: 9;
}

.RESEARCHbg .RESEARCHbox .swiper-RESEARCH-prev{
  position: absolute;
  left: 26.5%;
  top: 41.5%;
  cursor: pointer;
  background: url(../images/ke_left.png) no-repeat  center;
  background-size: 100%;
  width: 0.73rem;
  height: 1.01rem;
  z-index: 9;
}


.RESEARCHbg .RESEARCHbox .RESEARCH-pagination{
  position: relative;
  margin: 0 auto;
  width: 100%;
  display: inline-block;
  text-align: center;
  bottom: 0;
  top: 0.33rem;
  
}

.RESEARCHbg .RESEARCHbox .RESEARCH-pagination .swiper-pagination-bullet{
  width: 0.33rem;
  height: 0.1rem;
  border-radius: 45px;
  background: url(../images/xt1.png) no-repeat  center ;
  background-size: 100%;
  opacity: 1;
  margin: 0 0.06rem;
}

.RESEARCHbg .RESEARCHbox .RESEARCH-pagination .swiper-pagination-bullet-active{
  width: 0.57rem;
  height: 0.1rem;
  background: url(../images/xt2.png) no-repeat  center ;
  background-size: 100%;
}


/* team */

.teambg{
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 5;
  background: url(../images/teambg.png) no-repeat  center 1.2rem;
  background-size: 100%;
  overflow: hidden;
}

.teambg .teambox{
  margin: 0.7rem auto 0 auto;
  position: relative;
}

.teambg .teambox .swiper-container{
  padding-top: 0.12rem;
  height: 8.5rem;
}

.teambg .teambox .swiper-slide{
  position: relative;
  height: 6rem;
  max-height: 7.16rem;
  margin-top: 1rem;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}


.teambg .teambox .swiper-slide .pic{
  width: 100%;
  height: 4.77rem;
  border-radius: 0.2rem;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.teambg .teambox .swiper-slide .pic img{
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0.2rem;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.teambg .teambox .swiper-slide .txt{
  width: 100%;
  height: 1.2rem;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.teambg .teambox .swiper-slide .txt a{
  display: block;
  padding-top: 0.3rem;
}

.teambg .teambox .swiper-slide .txt h5{
  font-size: 0.2rem;
  font-family: "PuHuiTi";
  color: #333333;
  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;
}

.teambg .teambox .swiper-slide .txt h6{
  font-size: 0.18rem;
  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;
  display: none;
}

.teambg .teambox .swiper-slide .txt p{
  font-size: 0.14rem;
  color: rgba(51, 51, 51, 0.7);
  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;
  margin-top: 0.1rem;
  line-height: 0.24rem;
}

.teambg .teambox .swiper-slide .txt .more{
  position: absolute;
  right: 8%;
  top: 0.3rem;
  width: 0.16rem;
  height: 0.16rem;
  background: url(../images/teammore.png) no-repeat  center;
  background-size: 100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
}

.teambg .teambox .swiper-slide-active{
  margin-top: 0rem;
}

.teambg .teambox .swiper-slide-next{
  margin-top: 0rem;
}

.teambg .teambox .swiper-slide-next .txt{
  position: absolute;
  top: 4.77rem;

}


.teambg .teambox .swiper-slide-next .pic{
  position: absolute;
  top: 0;

}

.teambg .teambox .swiper-slide-duplicate-prev{
  margin-top: 0.55rem;
}


.teambg .teambox .swiper-slide-duplicate-prev .txt{
  position: absolute;
  top: 4.77rem;

}


.teambg .teambox .swiper-slide-duplicate-prev .pic{
  position: absolute;
  top: 0;

}


.teambg .teambox .swiper-team-next{
  position: absolute;
  left: 0.9rem;
  bottom: 0.15rem;
  cursor: pointer;
  background: url(../images/right.png) no-repeat  center;
  background-size: 100% 100%;
  width: 0.64rem;
  height: 0.64rem;
  float: left;
  border-radius: 50%;
}

.teambg .teambox .swiper-team-prev{
  position: absolute;
  left: 0;
  bottom: 0.15rem;
  cursor: pointer;
  background: url(../images/left.png) no-repeat  center;
  background-size: 100% 100%;
  width: 0.64rem;
  height: 0.64rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  float: left;
  border-radius: 50%;
}


.teambg .teambox .team-pagination{
  width: 75%;
  height: 3px;
  left: 1.8rem;
  top: auto;
  bottom: 0.45rem;
  background: linear-gradient(270deg, rgba(41, 38, 124, 0.2) 0%, rgba(195, 74, 161, 0.2) 100%);
}

.teambg .teambox .team-pagination .swiper-pagination-progressbar-fill{
  background: linear-gradient(270deg, #29267C 0%, #C34AA1 100%);

}


.teambg .teambox .titlemore{
  position: absolute;
  right: 0%;
  margin-top: 0;
  bottom: 0.25rem;
}





/* fc */

.fcbg{
  width: 100%;
  margin: 0.85rem auto 0 auto;
  overflow: hidden;
}

.fcbg .fc{
  position: relative;
  height: 6.05rem;
}

.fcbg ul li{
  position: relative;


}

.fcbg ul li .pic{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0.2rem;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.fcbg ul li .pic img{
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0.2rem;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.fcbg ul li .pic:before {
  position: absolute;
  top: 0;
  left: -90%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  opacity: .6;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}


.fcbg ul li:nth-child(1){
  width: 3.19rem;
  height: 2.5rem;
  position: absolute;
  left: 0;
  top: 0;
}

.fcbg ul li:nth-child(2){
  position: absolute;
  left: 3.27rem;
  top: 0;
  width: 3.83rem;
  height: 2.5rem;
  border-radius: 0.2rem;
  background: linear-gradient(270deg, #29267C 0%, #C34AA1 100%);
}

.fcbg ul li:nth-child(2) img{
  display: block;
  margin: 0.5rem auto 0.33rem auto;
  width: 2.42rem;
  height: 0.78rem;
  position: relative;

}

.fcbg ul li:nth-child(2) .titlemore{
  margin: 0 auto;
  background: #fff;
  border-radius: 45px;
}

.fcbg ul li:nth-child(2) .titlemore i{
  display: inline-block;
    font-size: 0.18rem;
    font-weight: 600;
    color: #852373;
    padding-right: 0.2rem;
    background: url(../images/more.png) no-repeat right center;
    background-size: 0.11rem 0.17rem;
    text-align: center;
}

.fcbg ul li:nth-child(3){
  width: 7.12rem;
  height: 3.47rem;
  position: absolute;
  left: 0;
  top: 2.58rem;
}

.fcbg ul li:nth-child(4){
  width: 4.23rem;
  height: 3.75rem;
  position: absolute;
  left: 7.22rem;
  top: 0rem;
}

.fcbg ul li:nth-child(5){
  width: 2.04rem;
  height: 2.2rem;
  position: absolute;
  left: 7.22rem;
  top: 3.85rem;
}

.fcbg ul li:nth-child(6){
  width: 2.12rem;
  height: 2.2rem;
  position: absolute;
  left: 9.34rem;
  top: 3.85rem;
}

.fcbg ul li:nth-child(7){
  width: 7.55rem;
  height: 6.05rem;
  position: absolute;
  left: 11.57rem;
  top: 0rem;
}


.fcbg ul li .videoBtn {
  position: absolute;
  width: 0.36rem;
  height: 0.43rem;
  background:
  url(../images/videoico.png) center no-repeat;
    background-size: auto;
  background-size: 100% 100%;
  position: absolute;
  left: calc((100% - 0.36rem) / 2);
  top: calc((100% - 0.43rem) / 2);
  z-index: 99;
}

.fcbg ul li .txt{
  position: absolute;
  top: 0.25rem;
  left: 0.2rem;
  background: url(../images/fcico.png) no-repeat left center;
  background-size: 0.19rem 0.17rem;
  padding-left: 0.3rem;
  font-size: 0.16rem;
  color: #fff;
}


#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;
}




/* links */

.linksbg{
  margin: 0.45rem auto 0 auto;
  width: 100%;
}

.linksbg .links{
  margin: 0 auto;
  padding-bottom: 0.6rem;
}

.linksbg .links ul{
  align-items: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.linksbg .links ul li{
  position: relative;
  z-index: 9;
  margin: 0 0.2rem;
  height: 0.56rem;
}

.linksbg .links ul li .ico img{
  display: block;
  margin: 0 auto;
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 50%;

}

.linksbg .links ul li .ewm{
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%)translateY(-0.7rem);
  opacity: 0;
  background: #fff;
  box-shadow: 0 2px 9.5px 0.5px rgb(1 1 1 / 21%);
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 6px;
  padding: 0.06rem;
  display: none;
  transition: .5s;
}

.linksbg .links ul li .ewm img {
  width: 100%;
  height: 100%;
}

.linksbg .links ul li:hover .ewm {
  transform: translateX(-50%)translateY(-0.6rem);
  opacity: 1;
  visibility: visible;
  display: block;
}



@media(min-width: 1921px){
  .RESEARCHbg .RESEARCHbox .mySwiper .swiper-slide .pic{
    width: 71%;

  }

  .RESEARCHbg .RESEARCHbox .mySwiper .swiper-slide-active .pic {
    width: 100%;
  }

}


@media(min-width: 1024px){

  .titlemore:hover a{
    letter-spacing: 1px;
  }


  .newsbg .newsbox .news_l:hover .txt h5 a{
    color: #852373;
  }

  .newsbg .newsbox .news_l:hover .newsimg img{
    transform: scale(1.1);
  }

  .newsbg .newsbox .news_r ul li:hover::after{
    width: 100%;
  }

  .newsbg .newsbox .news_r ul li:hover .txt .time{
    background: url(../images/time2.png) no-repeat left center;
    background-size: 0.2rem 0.2rem;
  }

  .newsbg .newsbox .news_r ul li:hover .txt .time i{
    color: #D29E4B;

  }

  .newsbg .newsbox .news_r ul li:hover .txt  h5{
    color: #FFFFFF;

  }

  @supports (-webkit-background-clip: text) or (background-clip: text) {

    .newsbg .newsbox .news_r ul li:hover .txt .time i{
  
      background: -webkit-linear-gradient(270deg, #FFEEBD 0%, #D29E4B 100%); /* Safari 5.1-6, Chrome 10-25 */
      background: linear-gradient(270deg, #FFEEBD 0%, #D29E4B 100%); /* Standard syntax */
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent;
      color: transparent; /* 确保文本颜色透明 */
  
    }
  
  }


  .ACADEMICbg .ACADEMICbox .swiper-slide:hover .pic img{
    transform: scale(1.1);

  }
  
  
  .ACADEMICbg .ACADEMICbox .swiper-slide:hover .txt a{
    color: #852373;

  }

  .ACADEMICbg .ACADEMICbox .swiper-ACADEMIC-prev:hover{
    background: url(../images/left1.png) no-repeat  center;
    background-size: 100%;
  }


  .teambg .teambox .swiper-slide:hover{
    height: 7.16rem;
    margin-top: 0.5rem;
 
  }
  
  .teambg .teambox .swiper-slide-active:hover{
    margin-top: 0rem;
  }

  .teambg .teambox .swiper-slide:hover .pic{
    border-radius: 0px 0px 0.2rem 0.2rem ;
    height: 4.9rem;
  }
  
  .teambg .teambox .swiper-slide:hover .pic img{
    border-radius: 0px 0px 0.2rem 0.2rem ;
  }
  
  
  .teambg .teambox .swiper-slide:hover .txt{
    height: 2.26rem;
    border-radius: 0.2rem 0.2rem 0px 0px;
    background: linear-gradient(270deg, #29267C 0%, #C34AA1 100%);
  }
  
  
  .teambg .teambox .swiper-slide:hover .txt a{
    padding-top: 0.35rem;
    width: 84%;
    margin: 0 auto;
  }
  
  .teambg .teambox .swiper-slide:hover .txt h5{
    color: #fff;
    font-size: 0.28rem;
  }
  
  .teambg .teambox .swiper-slide:hover .txt h6{
    color: #fff;
    display: block;
    margin: 0.12rem 0 0.15rem 0;
  }
  
  .teambg .teambox .swiper-slide:hover .txt p{
    color: #fff;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 0.48rem;
  }
  
  .teambg .teambox .swiper-slide:hover .txt .more{
    opacity: 1;
  
  }
  
  .teambg .teambox .swiper-slide-next:hover{
    margin-top: -0.12rem;
  }
  
  
  .teambg .teambox .swiper-slide-next:hover .pic{
    border-radius: 0.2rem 0.2rem 0px 0px ;

  }
  
  .teambg .teambox .swiper-slide-next:hover .pic img{
    border-radius:  0.2rem 0.2rem 0px 0px ;
  }
  
  
  .teambg .teambox .swiper-slide-next:hover .txt{
    border-radius:  0px 0px 0.2rem 0.2rem;
    top: 4.9rem;
  }

  .teambg .teambox .swiper-slide-duplicate-prev:hover{
    margin-top: 0.43rem;
  }
  
  .teambg .teambox .swiper-slide-duplicate-prev:hover .pic{
    border-radius: 0.2rem 0.2rem 0px 0px ;

  }
  
  .teambg .teambox .swiper-slide-duplicate-prev:hover .pic img{
    border-radius:  0.2rem 0.2rem 0px 0px ;
  }
  
  
  .teambg .teambox .swiper-slide-duplicate-prev:hover .txt{
    border-radius:  0px 0px 0.2rem 0.2rem;
    top: 4.9rem;
  }
  
  .fcbg ul li:hover .pic img{
    transform: scale(1.05);
  }

  .aboutbg .aboutbox .ab_r .swiper-slide:hover .pic img{
    transform: scale(1.1);

  }

  .aboutbg .aboutbox .ab_r .swiper-slide:hover .pic:before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
  }


  .aboutbg .ablist ul li .txt h5 img:hover{
    animation: beat 0.5s 1;

  }


  .RESEARCHbg .RESEARCHbox .mySwiper .swiper-slide:hover .pic img{
    transform: scale(1.1);
  }


  .fcbg ul li:hover .pic:before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
  }



  @keyframes beat{from,to{-webkit-transform:scale(1,1);transform:scale(1,1)}
25%{-webkit-transform:scale(.9,1.1);transform:scale(.9,1.1)}
50%{-webkit-transform:scale(1.1,.9);transform:scale(1.1,.9)}
75%{-webkit-transform:scale(.95,1.05);transform:scale(.95,1.05)}
from,to{-webkit-transform:scale(1,1);transform:scale(1,1)}
25%{-webkit-transform:scale(.9,1.1);transform:scale(.9,1.1)}
50%{-webkit-transform:scale(1.1,.9);transform:scale(1.1,.9)}
75%{-webkit-transform:scale(.95,1.05);transform:scale(.95,1.05)}
}

}


@media(max-width: 1024px){


  
  .titlecon .title span{
    font-size: 0.62rem;
    line-height: 0.5rem;
  }
  
  .titlecon .title h3{
    font-size: 0.36rem;
    line-height: 0.4rem;

  }
  
  .titlemore{
    height: 0.46rem;
    line-height: 0.46rem;
    margin-top: 0.2rem;
  }
  
  .titlemore a{
    font-size: 0.22rem;
    padding-right: 0.25rem;
    background: url(../images/more.png) no-repeat right center;
    background-size: 0.21rem 0.27rem;
  }


  .newsbg{
    margin: 0 auto;
    padding-top: 0.5rem;
  }
  
  .newsbg .newsbox{
    margin: 0.3rem auto 0 auto;
  }
  
  .newsbg .newsbox .news_l{
    width: 100%;
  
  }
  
  .newsbg .newsbox .news_l .newsimg{
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 57%;

  }
  
  
  .newsbg .newsbox .news_l .txt{
    margin: 0.3rem auto 0 auto;
  
  }
  
  .newsbg .newsbox .news_l .txt i{
    padding-left: 0.35rem;
    font-size: 0.28rem;
    background-size: 0.24rem 0.24rem;
  }
  
  .newsbg .newsbox .news_l .txt h5 a{
    font-size: 0.32rem;
    margin: 0.2rem 0 0.1rem 0;
  }
  
  .newsbg .newsbox .news_l .txt p{
    font-size: 0.28rem;
    line-height: 0.4rem; 
    height: 0.8rem;
  }
  
  
  
  .newsbg .newsbox .news_r{
    width: 100%;
    margin: 0.45rem auto 0 auto;
  }
  
  
  .newsbg .newsbox .news_r ul li{
    height: 1.95rem;
    border-bottom: 1px solid rgba(226, 224, 226, 0.3);
    position: relative;
    z-index: 5;
    margin-bottom: 0.32rem;
  
  }
  
  
  .newsbg .newsbox .news_r ul li .newsimg{
    float: left;
    width: 2.38rem;
    height: 1.6rem;
    border-radius: 0.2rem;
    position: relative;
  }
  
  
  
  .newsbg .newsbox .news_r ul li .txt{
    width: 58%;
  
  }
  
  
  .newsbg .newsbox .news_r ul li .txt .time{
    padding-left: 0.35rem;
    font-size: 0.28rem;
    background-size: 0.24rem 0.24rem;
    margin: 0.2rem 0 0.18rem 0;
  }
  
  .newsbg .newsbox .news_r ul li .txt .time i{
    font-size: 0.28rem;
  }
  
  .newsbg .newsbox .news_r ul li .txt h5{
    font-size: 0.32rem;
    line-height: 0.42rem;
    height: 0.84rem;

  }
  
  .newsbg .newsbox .news_r ul li::after{
      position: absolute;
      left: 0;
      top: 0;
      width: 0;
      height: 1.6rem;
      content: "";
      z-index: -1;
      border-radius: 0.2rem;
      background: linear-gradient(270deg, #2E277D 0%, #923E94 100%);
      -webkit-transition: all 0.5s ease-out;
      -o-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
  }
  
  

  
  .ACADEMICbg{
    margin: 0.4rem auto 0 auto;
  }
  
  
  .ACADEMICbg .ACADEMICbox{
    margin: 0.45rem auto 0 auto;
    width: 92%;
  
  }
  
  .ACADEMICbg .ACADEMICbox .swiper-container{
    padding-bottom: 0.6rem;
  }
  
  
  
  .ACADEMICbg .ACADEMICbox .swiper-slide .pic{
    height: auto;
    padding-top: 129%;
  }

  
  .ACADEMICbg .ACADEMICbox .swiper-slide .txt{
    width: 98%;
    padding-top: 0.3rem;
    margin: 0 auto;
    
  }
  
  .ACADEMICbg .ACADEMICbox .swiper-slide .txt a{
    font-size: 0.32rem;
    line-height: 0.42rem;
    height: 0.84rem;
    margin-bottom: 0.2rem;
  }
  
  .ACADEMICbg .ACADEMICbox .swiper-slide .txt p{
    font-size: 0.28rem;
    margin-bottom: 0.1rem;
  }
  
  .ACADEMICbg .ACADEMICbox .swiper-slide .txt p img{
    width: 0.27rem;
    height: 0.32rem;
    margin-right: 0.1rem;
  }
  

  
  .ACADEMICbg .ACADEMICbox .ACADEMIC-pagination{
    width: 45%;
    bottom: 0.45rem;
  }
  
  
  .ACADEMICbg .ACADEMICbox .titlemore{
    margin-right: 0%;
  }




  .aboutbg{

    padding-top: 0.6rem;
    overflow: hidden;

  }
  
  .aboutbg::after{
    right: 0.25rem;
    top: 1.8rem;
    opacity: 0.5;
  }
  
  
  
  .aboutbg .aboutbox .ab_txt{
    float: none;
    width: 100%;
    margin-top: 0.4rem;
    height: 3.12rem;
    overflow: hidden;
  }
  
  .aboutbg .aboutbox .ab_txt ul li{
    width: 100%;
    float: none;
    margin-bottom: 0.3rem;
  
  }
  
  .aboutbg .aboutbox .ab_txt ul li h5 a{
    font-size: 0.32rem;
  }
  
  .aboutbg .aboutbox .ab_txt ul li p{
    font-size: 0.28rem;
    line-height: 0.45rem;
    height: 1.35rem;
    margin-top: 0.2rem;
  }
  
  .aboutbg .aboutbox .ab_txt ul li .titlemore{
    margin-top: 0.3rem;
  }
  
  .aboutbg .aboutbox .ab_r{
    margin-right: 0rem;
    width: 100%;
  }
  

  
  .aboutbg .aboutbox .ab_r .swiper-slide .pic{
    height: auto;
    width: 96%;
    padding-top: 60%;
    margin: 0 auto;
  
  }
  
  
  
  
  .aboutbg .aboutbox .ab_r::after{
    position: absolute;
    right: -0.1rem;
    top: 0.17rem;
    width: 90%;
    height: 3.75rem;
  }
  
  
  .aboutbg .ablist{
    margin: 0.5rem auto 0 auto;
    height: auto;
    width: 92%;
  } 
  
  .aboutbg .ablist ul li{
    width: 48%;
    height: 1.84rem;
    margin: 0rem 4% 0.2rem 0;
    padding-left: 0rem;
    border-radius:  0.2rem ;
  }

  .aboutbg .ablist ul li:nth-child(2n){
    margin-right: 0;
  }
  
  
  .aboutbg .ablist ul li .txt h5{
    text-align: center;
    width: 100%;
  
  }
  
  
  .aboutbg .ablist ul li .txt h5 img{
    margin: 0.3rem auto 0.2rem auto;
    width: 0.63rem;
    height: 0.63rem;
  }
  
  .aboutbg .ablist ul li .txt h5 span{
    font-size: 0.26rem;
  
  }
  

  .aboutbg .ablist ul li.on{
    width: 48%;
   
  }
  
  .aboutbg .ablist ul li.on .txt h5{
    width: 100%;
  
  }
  
  .aboutbg .ablist ul li.on .txt_on {
    display: none;
}
  



.RESEARCHbg{
  margin: 0.65rem auto 0 auto;
  padding-bottom: 0.8rem;
}

.RESEARCHbg .RESEARCH .titlemore{
  margin-top: 0.2rem;
}


.RESEARCHbg .RESEARCHbox .mySwiper{
  padding: 0.4rem 0 1.1rem 0;
}


.RESEARCHbg .RESEARCHbox .mySwiper .swiper-slide{
  width: 100%;
}

.RESEARCHbg .RESEARCHbox .mySwiper .swiper-slide .nr{

  height: 4.12rem;
}

.RESEARCHbg .RESEARCHbox .mySwiper .swiper-slide .pic{
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
}



.RESEARCHbg .RESEARCHbox .mySwiper .swiper-slide .txt{
  width: 100%;
  bottom: 0.22rem;
}

.RESEARCHbg .RESEARCHbox .mySwiper .swiper-slide .txt a{
  display: block;
  width: 80%;
  margin: 0 auto;
}

.RESEARCHbg .RESEARCHbox .mySwiper .swiper-slide .txt h5{
  font-size: 0.3rem;
  line-height: 0.4rem;
  height: 0.8rem;
}

.RESEARCHbg .RESEARCHbox .mySwiper .swiper-slide .txt p{
  font-size: 0.24rem;
  line-height: 0.35rem;
  height: 0.7rem;
  margin-top: 0.15rem;
}


.RESEARCHbg .RESEARCHbox .mySwiper .swiper-slide-next .txt a{
  display: block;
  width: 80%;
  margin: 0 auto;
}

.RESEARCHbg .RESEARCHbox .mySwiper .swiper-slide-active{
  width: 100%;

}

.RESEARCHbg .RESEARCHbox .mySwiper .swiper-slide-active .nr{
  height: 4.12rem;
  margin: 0rem auto 0 auto;
}

.RESEARCHbg .RESEARCHbox .mySwiper .swiper-slide-active .pic{
  width: 100%;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.35);
}



.RESEARCHbg .RESEARCHbox .mySwiper .swiper-slide-active .txt a{
  display: block;
  width: 90%;
  margin: 0 auto;
}

.RESEARCHbg .RESEARCHbox .mySwiper .swiper-slide-active .txt h5{
  font-size: 0.28rem;
  line-height: 0.44rem;
  height: 0.88rem;
}

.RESEARCHbg .RESEARCHbox .mySwiper .swiper-slide-active .txt p{
  height: 0rem;
  opacity: 0;
}


.RESEARCHbg .RESEARCHbox .swiper-RESEARCH-next{
  position: absolute;
  right: 5%;
  top: auto;
  bottom: 0;

}

.RESEARCHbg .RESEARCHbox .swiper-RESEARCH-prev{
  position: absolute;
  left: 5%;
  top: auto;
  bottom: 0;
}


.RESEARCHbg .RESEARCHbox .RESEARCH-pagination{
  top: 0.65rem;
  
}

.RESEARCHbg .RESEARCHbox .RESEARCH-pagination .swiper-pagination-bullet{
  width: 0.38rem;
  height: 0.15rem;
  margin: 0 0.1rem;
}

.RESEARCHbg .RESEARCHbox .RESEARCH-pagination .swiper-pagination-bullet-active{
  width: 0.62rem;
  height: 0.15rem;
}




  .teambg{

    background: url(../images/teambg.png) no-repeat  center 1.2rem;
    background-size: 100%;

  }
  
  .teambg .teambox{
    margin: 0.3rem auto 0 auto;
    position: relative;
  }
  
  .teambg .teambox .swiper-container{
    padding-top: 0.12rem;
    padding-bottom: 1.2rem;
    height: auto;
  }
  
  .teambg .teambox .swiper-slide{
    margin-top: 0rem;
    height: auto;
    max-height: initial;
  }
  
  
  .teambg .teambox .swiper-slide .pic{
    height: auto;
    padding-top: 120%;
  }
  

  .teambg .teambox .swiper-slide .txt{

    height: auto;
    margin-bottom: 0.25rem;
  }
  
  .teambg .teambox .swiper-slide .txt a{
    padding-top: 0rem;
  }
  
  .teambg .teambox .swiper-slide .txt h5{
    font-size: 0.32rem;
  }
  
  .teambg .teambox .swiper-slide .txt h6{
    font-size: 0.28rem;
  }
  
  .teambg .teambox .swiper-slide .txt p{
    font-size: 0.28rem;
    margin-top: 0.1rem;
    line-height: 0.4rem;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 0.8rem;
  }
  

  
  .teambg .teambox .swiper-slide-active{
    margin-top: 0rem;
  }
  
  .teambg .teambox .swiper-slide-next{
    margin-top: 0rem;
  }
  
  .teambg .teambox .swiper-slide-next .txt{
    position: relative;
    top: 0rem;
  
  }
  
  
  .teambg .teambox .swiper-slide-next .pic{
    position: relative;
    top: 0rem;
  
  }
  
  .teambg .teambox .swiper-slide-duplicate-prev{
    margin-top: 0rem;
  }
  
  
  .teambg .teambox .swiper-slide-duplicate-prev .txt{
    position: relative;
    top: 0rem;
  
  }
  
  
  .teambg .teambox .swiper-slide-duplicate-prev .pic{
    position: relative;
    top: 0rem;
  
  }
  
  
  .teambg .teambox .team-pagination{
    width: 45%;
   
  }
  
  

  
  .fcbg{
    margin: 0.5rem auto 0 auto;

  }
  
  .fcbg .fc{
    height: auto;
  }

  .fcbg ul{
    display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
  }
  
  .fcbg ul li{
    position: relative;
    margin-bottom: 0.3rem;
  
  
  }
  
  
  .fcbg ul li:nth-child(1){
    width: 48%;
    height: 2.5rem;
    position: relative;
  }
  
  .fcbg ul li:nth-child(2){
    position: relative;
    left: 0rem;
    top: 0;
    width: 48%;
    height: 2.5rem;
  }
  
  .fcbg ul li:nth-child(2) img{
    display: block;
    margin: 0.5rem auto 0.33rem auto;
    width: 2.42rem;
    height: 0.78rem;
    position: relative;
  
  }
  
  .fcbg ul li:nth-child(2) .titlemore{
    margin: 0 auto;
    background: #fff;
    border-radius: 45px;
  }
  
  .fcbg ul li:nth-child(2) .titlemore i{
    display: inline-block;
      font-size: 0.18rem;
      font-weight: 600;
      color: #852373;
      padding-right: 0.2rem;
      background: url(../images/more.png) no-repeat right center;
      background-size: 0.11rem 0.17rem;
      text-align: center;
  }
  
  .fcbg ul li:nth-child(3){
    width: 100%;
    height: 3.47rem;
    position: relative;
    left: 0;
    top: 0rem;
  }
  
  .fcbg ul li:nth-child(4){
    width: 100%;
    height: 6.7rem;
    position: relative;
    left: 0rem;
    top: 0rem;
  }
  
  .fcbg ul li:nth-child(5){
    width: 48%;
    height: 3.74rem;
    position: relative;
    left: 0rem;
    top: 0rem;
  }
  
  .fcbg ul li:nth-child(6){
    width: 48%;
    height: 3.74rem;
    position: relative;
    left: 0rem;
    top: 0rem;
  }
  
  .fcbg ul li:nth-child(7){
    width: 100%;
    height: 6rem;
    position: relative;
    left: 0rem;
    top: 0rem;
  }
  
  
  
  .fcbg ul li .txt{
    top: 0.25rem;
    left: 0.2rem;
    background-size: 0.25rem 0.23rem;
    padding-left: 0.4rem;
    font-size: 0.24rem;

  }
  
  
  
  
  /* links */
  
  .linksbg{
    margin: 0.45rem auto 0 auto;
  }
  
  
  .linksbg .links ul li{
    margin: 0 0.2rem;
  }
  
  .linksbg .links ul li .ico img{
    width: 0.75rem;
    height: 0.75rem;
  
  }
  
  .linksbg .links ul li .ewm{

    transform: translateX(-50%)translateY(-0.85rem);
    width: 1.6rem;
    height: 1.6rem;
    padding: 0.03rem;
  }
  
  .linksbg .links ul li:hover .ewm {
    transform: translateX(-50%)translateY(-0.8rem);

  }

}