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%;
  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: 100vh;
  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() 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() no-repeat center;
  background-size: 100%;
  left: 3%;
  top: 50%;
  z-index: 5;
  cursor: pointer;

}


.banner .swiper-pagination{
  width: 100%;
  margin: 0;
  position: absolute;
  bottom: 0.4rem;
}

.banner .swiper-pagination .swiper-pagination-bullet{
  position: relative;
  margin: 0 0.1rem ;
  border-radius: 0%;
  display: inline-block;
  width: 0.6rem;
  height: 0.28rem;
  line-height: 0.28rem;
  color: rgba(255, 255, 255, 0);
  background: none;
}



.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;
}





/* Ã¨â€¡ÂªÃ¥Â®Å¡Ã¤Â¹â€°Ã¥Ë†â€ Ã©Â¡ÂµÃ¥â„¢Â¨ - Ã§ÂºÂ¿Ã¦ÂÂ¡Ã¨Â¿â€ºÃ¥ÂºÂ¦Ã¦ÂÂ¡ */
.custom-pagination {
  position: absolute;
  bottom: 0.4rem;
  z-index: 10;
  width: 100%;
  text-align: center;

}

.custom-pagination .pagination-line {
  position: relative;
  margin: 0 0.1rem ;
  border-radius: 0%;
  opacity: 1;
  display: inline-block;
  width: 0.6rem;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: background-color 0.3s ease;
}


.custom-pagination .pagination-line.active {
  
}

.custom-pagination .pagination-line .progress-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #fff;
  transition: width 0.1s linear;
}

.custom-pagination .pagination-line.active .progress-fill {
  animation: progressFill 6000ms linear forwards;
}

@keyframes progressFill {
  from { width: 0%; }
  to { width: 100%; }
}




/* title */

.titlecon{
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  z-index: 9;
}

.title{


} 

.title h3{
  font-size: 0.46rem;
  color: #3460b4;
  line-height: 0.46rem;
}

.title i{
  display: block;
  font-size: 0.18rem;
  color: #3460b4;
  opacity: 0.7;
  margin-top: 0.23rem;
}



.titlemore{
  width: 1.7rem;
  height: 0.4rem;
  line-height: 0.4rem;
  border: 1px solid #3460b4;
  border-radius: 0 45px 45px 0;
  position: relative;
  z-index: 5;

} 

.titlemore a{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 0.18rem;

}

.titlemore span{
  display: block;
  font-size: 0.16rem;
  color: #3460b4;
  font-style: italic;
  text-transform: capitalize;
  font-weight: bold;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.titlemore em{
  display: block;
  background: url(../images/more.png) no-repeat  center;
  background-size: 100% 100%;
  width: 0.6rem;
  height: 0.12rem;
  margin-left: 0.2rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.titlemore::after {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 0;
  height: 100%;
  background: #3460b4;
  border-radius: 0 45px 45px 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.index {
  z-index: 99;
  overflow: hidden;
  font-size: 0;
  position: fixed;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 99;
  background: #fff;
}


/* about */

.aboutbg{
  width: 100%;
  margin: 0 auto;
  position: relative;
  background: url(../images/aboutbg.jpg) center  no-repeat;
  background-size: cover;

}

.aboutbg .about{
  position: relative;
  z-index: 5;
  padding: 1.8rem 0px 0px 0;
  height: 100%;
}


.aboutbg .about::after {
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../images/ab_xt.png) center  no-repeat;
  background-size: 100% 100%;
}

.aboutbg .about .titlecon{
  position: absolute;
  z-index: 9;
  left: 0;
  top: 1.2rem;
  display: block;
}

.aboutbg .about .title h3{
  color: #fff;
}


.aboutbg .about .titlemore{
  margin-top: 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
} 

.aboutbg .about .titlemore::after{
  background: #fff;
}

.aboutbg .about .titlemore span {

  color: rgba(255, 255, 255, 0.7);

}


.aboutbg .about .titlemore em {

  background: url(../images/more3.png) center  no-repeat;
  background-size: 100% 100%;
}


.aboutbg .about .ab_num{
  margin-left: 2.3rem;
}


/* ä¿®æ”¹æ›¿æ¢ */
.aboutbg .about .ab_num ul{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}


.aboutbg .about .ab_num ul li{
  width: 29%;
  margin-right: 0rem;
  margin-bottom: 1rem;

}

.aboutbg .about .ab_num ul li .ab_t{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0.15rem;
}

.aboutbg .about .ab_num ul li .ab_t i{
  display: block;
  width: 1.38rem;
  height: 0.43rem;
  position: relative;
}

.aboutbg .about .ab_num ul li .ab_t img{
  display: inline-block;
  width: auto;
  height: 0.43rem;
  object-fit: contain;
  position: absolute;
  right: 0;

}

.aboutbg .about .ab_num ul li .ab_t em{
  display: block;
  width: 2px;
  height: 0.36rem;
  background: #f8d491;
  margin: 0 0.25rem 0 0.2rem;
}

.aboutbg .about .ab_num ul li .ab_t h5{
  font-size: 0.3rem;
  color: #f8d491;

}

.aboutbg .about .ab_num ul li .ab_t h5 span{
  font-size: 0.5rem;
  color: #f8d491;
  font-family: "Gilroy-Bold";
}


.aboutbg .about .ab_num ul li p{
  font-size: 0.16rem;
  color: #fff;
  line-height: 0.26rem;
  opacity: 0.7;
  font-style: italic;
  margin-left: 1.9rem;
  width: 55%;
}

.aboutbg .about .ab_num ul li:nth-child(1){
  margin-left: 3.91rem;
}



.aboutbg .about .ab_num ul li:nth-child(6){
  margin-left: 5.87rem;
}

.aboutbg .about .ab_num ul li:nth-child(2) .ab_t i,
.aboutbg .about .ab_num ul li:nth-child(4) .ab_t i,
.aboutbg .about .ab_num ul li:nth-child(5) .ab_t i{
  display: none;

}


.aboutbg .about .ab_num ul li:nth-child(2) .ab_t em,
.aboutbg .about .ab_num ul li:nth-child(4) .ab_t em,
.aboutbg .about .ab_num ul li:nth-child(5) .ab_t em{
  display: none;

}

.aboutbg .about .ab_num ul li:nth-child(2) .ab_t h5,
.aboutbg .about .ab_num ul li:nth-child(4) .ab_t h5,
.aboutbg .about .ab_num ul li:nth-child(5) .ab_t h5{
  margin-left: 1.95rem;

}


@keyframes abLineMove {
  0% {
    transform: translateY(-15px);
  }
  50% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(-15px);
  }
}



/* news */

.newsbg{
  width: 100%;
  margin: 0 auto;
  padding: 0.5rem 0 0.7rem 0;
  position: relative;
}

.newsbg .news{
  margin: 0 auto;
}

.newsbg .news .newsbox{
  margin: 0.25rem auto 0 auto;
  border-top: 1px solid #e5e5e5;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.newsbg .news .newsbox .news_l{
  width: 66.7%;
  padding-top: 0.3rem;

}


.newsbg .news .newsbox .news_l .swiper-slide{
  position: relative;
}

.newsbg .news .newsbox .news_l .swiper-slide .pic{
  position: relative;
  width: 100%;
  height: 5.8rem;
  overflow: hidden;

}

.newsbg .news .newsbox .news_l .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;
}

.newsbg .news .newsbox .news_l .swiper-slide .txt{
  position: relative;
  
}

.newsbg .news .newsbox .news_l .swiper-slide .txt .time{
  margin: -0.22rem 0 0 0.2rem;
  background: url(../images/time.png) no-repeat  center;
  background-size: 100% 100%;
  text-align: center;
  line-height: 0.45rem;
  font-size: 0.16rem;
  color: #f8d491;
  font-style: italic;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 0.3rem;
}

.newsbg .news .newsbox .news_l .swiper-slide .txt h5{
  font-size: 0.24rem;
  color: #000000;
  font-weight: normal;
  line-height: 0.4rem;
  max-height: 0.8rem;
  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.2rem;
}

.news-pagination{
  display: none;
}

.newsbg .news .newsbox .news_r{
  width: 30.8%;
  padding-top: 0.2rem;
  border-left: 1px solid #e5e5e5;
}

.newsbg .news .newsbox .news_r ul{
  margin-left: 0.4rem;
}

.newsbg .news .newsbox .news_r ul li{
  border-bottom: 1px dashed #e5e5e5;
  padding-bottom: 0.2rem;
  padding-top: 0.1rem;
}

.newsbg .news .newsbox .news_r ul li a{
  display: block;
}

.newsbg .news .newsbox .news_r ul li .pic{
  position: relative;
  width: 100%;
  height: 2.5rem;
  overflow: hidden;
  display: none;
}

.newsbg .news .newsbox .news_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;
}

.newsbg .news .newsbox .news_r ul li .txt{
  margin-top: 0.25rem;
} 

.newsbg .news .newsbox .news_r ul li .txt h5{
  font-size: 0.18rem;
  color: #000000;
  font-weight: normal;
  line-height: 0.26rem;
  max-height: 0.52rem;
  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 .newsbox .news_r ul li .txt i{
  display: block;
  font-size: 0.16rem;
  color: #666666;
  font-style: italic;
  margin-top: 0.2rem;
}

.newsbg .news .newsbox .news_r ul li:nth-child(1) .pic{

  display: block;
}

.newsbg .news .newsbox .news_r ul li:last-child{
  padding-bottom: 0;
  border-bottom: none;
}






/* Academics */

.Academicsbg{
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background: url(../images/Academicsbg.jpg) no-repeat center;
  background-size: cover;
}

.Academicsbg .Academics{
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 1rem 0  0 0;
}

.Academicsbg .Academics::after{
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../images/Academicsxt.png) no-repeat  center;
  background-size: 100% 100%;
  display: none;
}


.Academicsbg .Academics .title h3{
  color: #fff;

}

.Academicsbg .Academics .title i{
  color: #fff;
  opacity: 1;

}

.Academicsbg .Academics .Academics_l{
  width: 25%;

}

.Academicsbg .Academics .Academics_l ul{
  margin-top: 0.95rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);

}

.Academicsbg .Academics .Academics_l ul li{
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 5;

}

.Academicsbg .Academics .Academics_l ul li a{
  padding: 0.24rem 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center
}

.Academicsbg .Academics .Academics_l ul li h5{
  line-height: 0.3rem;
  font-size: 0.2rem;
  color: #fff;
  width: 80%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;

}

.Academicsbg .Academics .Academics_l ul li em{
  display: block;
  margin-right: 0.2rem;
  background: url(../images/more1.png) no-repeat  center;
  background-size: 100% 100%;
  width: 0.2rem;
  height: 0.17rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.Academicsbg .Academics .Academics_l ul li::after{
  position: absolute;
  left: 0;
  top: -1px;
  content: "";
  z-index: -1;
  width: 0%;
  height: 1px;
  background: #f8d491;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.Academicsbg .Academics .Academics_r{
  margin-top: 5.72rem;
  position: relative;
  z-index: 9;
  width: 50%;
  padding: 0.53rem 0 0.47rem 0.7rem;
  
}

.Academicsbg .Academics .Academics_r::after{
  position: absolute;
  right: -1.8rem;
  top: 0;
  content: "";
  z-index: -1;
  width: calc(100% + 1.8rem);
  height: 100%;
  background: url(../images/Academicstxt.png) no-repeat  center;
  background-size: 100% 100%;
}

.Academicsbg .Academics .Academics_r .title h3{
  font-size: 0.5rem;
}

.Academicsbg .Academics .Academics_r ul{
  margin-top: 0.3rem;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.Academicsbg .Academics .Academics_r ul li{
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 5;
  width: 40%;
  margin-right: 10%;

}

.Academicsbg .Academics .Academics_r ul li::after{
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
  z-index: -1;
  width: 0%;
  height: 1px;
  background: #f8d491;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.Academicsbg .Academics .Academics_r ul li a{
  padding: 0.1rem 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center
}

.Academicsbg .Academics .Academics_r ul li h5{
  line-height: 0.3rem;
  font-size: 0.2rem;
  color: #fff;
  width: 80%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;

}

.Academicsbg .Academics .Academics_r ul li em{
  display: block;
  margin-right: 0.2rem;
  background: url(../images/more1.png) no-repeat  center;
  background-size: 100% 100%;
  width: 0.2rem;
  height: 0.17rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.Academicsbg .Academics .Academics_r ul li::after{
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
  z-index: -1;
  width: 0%;
  height: 1px;
  background: #f8d491;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}



/* Globalization */

.Globalization{
  margin: 0 auto;
  position: relative;

}

.Globalizationbg .Globalization {
  position: relative;
  z-index: 5;
  padding: 0.5rem 0px 0px  0px;
}

.Globalizationbg .Globalization::after {
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../images/Globalizationxt.png) center  no-repeat;
  background-size: 100% 100%;
  display: none;
}


.Globalizationbg .Globalization .title{
  margin: 0 auto;
  text-align: center;

}

.Globalizationbg .Globalization .titlemore{
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
}

.Globalizationbg .Globalization .Globalizationbox{
  margin: 0.4rem auto 0 auto;
}

.Globalizationbg .Globalization .Globalizationbox ul{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.Globalizationbg .Globalization .Globalizationbox ul li{
  position: relative;
  z-index: 5;
  width: 14%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.Globalizationbg .Globalization .Globalizationbox ul li a{
  display: block;
  margin-right: 1px;

}

.Globalizationbg .Globalization .Globalizationbox ul li .pic{
  position: relative;
  width: 100%;
  height: 4.1rem;
  overflow: hidden;
  background: #3460b4;
}

.Globalizationbg .Globalization .Globalizationbox ul li .pic img{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-out 0s;
  opacity: 0.05;
}


.Globalizationbg .Globalization .Globalizationbox ul li .txt{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  padding: 0.4rem 0.3rem  0 0.3rem;
}

.Globalizationbg .Globalization .Globalizationbox ul li .txt h5{
  font-size: 0.22rem;
  color: #ffffff;
  font-weight: normal;
  line-height: 0.38rem;
  max-height: 1.52rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.Globalizationbg .Globalization .Globalizationbox ul li .txt .more{
  position: absolute;
  right: 0.3rem;
  bottom: 0.35rem;
  background: url(../images/more1.png) center  no-repeat;
  background-size: 100% 100%;
  width: 0.2rem;
  height: 0.17rem;
}



.Globalizationbg .Globalization .Globalizationbox ul li .txt_on{
  position: absolute;
  left: 0px;
  bottom: 0rem;
  width: 100%;
  height: 100%;
  background: linear-gradient( rgba(0, 0, 0, 0) 67%, rgba(52, 96, 180, 0.95) 100%);
  display: none;
}

.Globalizationbg .Globalization .Globalizationbox ul li .txt_on h5{
  position: absolute;
  left: 0.3rem;
  bottom: 0.3rem;
  font-size: 0.22rem;
  color: #ffffff;
  font-weight: normal;
  line-height: 0.35rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 80%;
}

.Globalizationbg .Globalization .Globalizationbox ul li .txt_on .more{
  position: absolute;
  right: 0.3rem;
  bottom: 0.35rem;
  background: url(../images/more1.png) center  no-repeat;
  background-size: 100% 100%;
  width: 0.2rem;
  height: 0.17rem;
}


.Globalizationbg .Globalization .Globalizationbox ul li:nth-child(2) .pic{

  background: #dd9f2c;
}

.Globalizationbg .Globalization .Globalizationbox ul li:nth-child(3) .pic{

  background: #1473c2;
}


.Globalizationbg .Globalization .Globalizationbox ul li:nth-child(4) .pic{

  background: #e78955;
}

.Globalizationbg .Globalization .Globalizationbox ul li:nth-child(5) .pic{

  background: #20aac9;
}


.Globalizationbg .Globalization .Globalizationbox ul li:nth-child(2) .txt_on{

  background: linear-gradient( rgba(0, 0, 0, 0) 67%, rgba(221, 159, 44, 0.95) 100%);
}

.Globalizationbg .Globalization .Globalizationbox ul li:nth-child(3) .txt_on{

  background: linear-gradient( rgba(0, 0, 0, 0) 67%, rgba(20, 115, 194, 0.95) 100%);
}


.Globalizationbg .Globalization .Globalizationbox ul li:nth-child(4) .txt_on{

  background: linear-gradient( rgba(0, 0, 0, 0) 67%, rgba(231, 137, 85, 0.95) 100%);
}


.Globalizationbg .Globalization .Globalizationbox ul li:nth-child(5) .txt_on{

  background: linear-gradient( rgba(0, 0, 0, 0) 67%, rgba(32, 170, 201, 0.95) 100%);
}


.Globalizationbg .Globalization .Globalizationbox ul li.on{
  width: 44%;

}

.Globalizationbg .Globalization .Globalizationbox ul li.on .pic img{
  opacity: 1;
}

.Globalizationbg .Globalization .Globalizationbox ul li.on .txt{
  display: none;
}

.Globalizationbg .Globalization .Globalizationbox ul li.on .txt_on{
  display: block;
}




/* hz */

.hz{
  margin: 0rem auto ;
  overflow: hidden;
  position: relative;
  z-index: 5;
  padding: 0.4rem 0 0.5rem 0;
}



.hz .hzcon{
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  width: 100%;
  height: 100%;
}

.hz .hzcon .hzxt{
  margin: 0 auto;
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
}

.hz .hzcon .hzxt::after {
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../images/Globalizationxt.png) center no-repeat;

}

.hz .scrollbox{
  width: 100%;
  position: relative;
  z-index: 15;
}

.hz .scrollbox::after {
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  z-index: 11;
  width: 15%;
  height: 100%;
  background: linear-gradient(  to left, rgba(255, 255, 255, 0) 17%, rgba(255, 255, 255, 1) 100%);
  pointer-events: none;
}


.hz .scrollbox::before {
  position: absolute;
  right: 0%;
  top: 0px;
  content: "";
  z-index: 11;
  width: 15%;
  height: 100%;
  background: linear-gradient(  to right, rgba(255, 255, 255, 0) 17%, rgba(255, 255, 255, 1) 100%);
  pointer-events: none;
}


.hz .roll-wrap{
  position: relative;
  width: 100%;
  height: 1.2rem;
  overflow: hidden;

  z-index: 9;

}

.hz .roll-wrap.scroll2{
  margin: 0 auto;
  width: 92%;
  left: 0;
  right: 0;
}

.hz .roll-wrap .roll__list{
  position: absolute; 
  left: 0rem; 
  top: 0;
  width: 100%;
}

.hz .roll-wrap.scroll2 .roll__list{
  position: absolute; 
  left: auto; 
  right: 0;
  top: 0;
  width: 100%;
}


.hz .roll-wrap .roll__list li{
  float: left;
  display: block;
  margin: 0 0.3%;
  width: 12%;
  padding: 0.1rem 0;
}

.hz .roll-wrap.scroll2 .roll__list li{

  margin: 0 0.35%;
  width: 13.5%;
  padding: 0.1rem 0;
}


.hz .roll-wrap .roll__list li a{
  display: block;
}

.hz .roll-wrap .roll__list li .pic{
  position: relative;
  width: 100%;
  height: 1rem;
  overflow: hidden;
  background: #fff;
  border: 1px solid #fff;
  box-shadow: 0px 0px 6px 6px rgba(52, 96, 180, 0.05);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.hz .roll-wrap .roll__list li .pic img{
  position: absolute;
    left: 0px;
    top: 0px;
    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;
}


/* fc */

.fcbg{
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.fcbg .fc{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.fcbg .fc .fcbox{
  width: 9.5%;
  height: 7.8rem;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.fcbg .fc .fcbox .fc_t{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.fcbg .fc .fcbox .fc_t .pic{
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  left: 0;
  top: 0;
}

.fcbg .fc .fcbox .fc_t .pic img{
  position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.fcbg .fc .fcbox .fc_t .txt{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(54, 97, 179, 0.15);
  padding:  0 0.5rem;
} 

.fcbg .fc .fcbox .fc_t .txt h5{
  height: 100%;
  width: 100%;
  font-weight: bold;
  font-size: 0.56rem;
  color: #fff;
  opacity: 0.5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  transform: rotate(0deg);
  transform-origin: bottom left;
  white-space: nowrap;
}

.fcbg .fc .fcbox .fc_nr{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;

}

.fcbg .fc .fcbox .fc_nr .titlecon{
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 45%;
}

.fcbg .fc .fcbox .fc_nr .title em{
  display: block;
  margin: 0 auto;
  width: 1px;
  height: 1.22rem;
  background: #fff;
}

.fcbg .fc .fcbox .fc_nr .title  h3{
  margin: 0.05rem auto 0 auto;
  color: #fff;
}

.fcbg .fc .fcbox .fc_nr .title i{
  color: #fff;
  margin-top: 0.43rem;
}

.fcbg .fc .fcbox .fc_nr .titlemore{
  border: 1px solid #fff;
  border-radius: 45px ;
  margin: 0.7rem auto 0 auto;
} 

.fcbg .fc .fcbox .fc_nr .titlemore::after{
  border-radius: 45px ;
  background: #fff;
}

.fcbg .fc .fcbox .fc_nr .titlemore span {
  color: #fff;

}

.fcbg .fc .fcbox .fc_nr .titlemore em {

  background: url(../images/more3.png) center  no-repeat;
  background-size: 100% 100%;

}


.fcbg .fc .fcbox .fc_nr .video{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}


.fcbg .fc .fcbox .fc_nr .video .videobox{
  position: relative;
}


.fcbg .fc .fcbox .fc_nr .video .videobox .swiper-slide{
  position: relative;

}


.fcbg .fc .fcbox .fc_nr .video .videobox .swiper-slide .pic{
  position: relative;
  position: relative;
  width: 100%;
  height: 7.8rem;
  overflow: hidden;

}

.fcbg .fc .fcbox .fc_nr .video .videobox .swiper-slide .pic a{
  display: block;
}

.fcbg .fc .fcbox .fc_nr .video .videobox .swiper-slide .pic img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.fcbg .fc .fcbox .fc_nr .videolist{
  position: absolute;
  bottom: 0.6rem;
  left: 10%;
  width: 80%;

}

.fcbg .fc .fcbox .fc_nr .videolist ul{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 10;
}

.fcbg .fc .fcbox .fc_nr .videolist ul li{
  margin: 0 0.25rem;
  width: 2.7rem;
  height: 1.67rem;
  position: relative;

}

.fcbg .fc .fcbox .fc_nr .videolist ul li a{
  display: block;

}

.fcbg .fc .fcbox .fc_nr .videolist ul li .pic{
  width: 2.7rem;
  height: 1.67rem;
  position: relative;
  overflow: hidden;
  border: 1px solid #fff;
}

.fcbg .fc .fcbox .fc_nr .videolist 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;
}




.fcbg .fc .fcbox .fc_nr .videolist ul li.on .pic{
  border: 3px solid #f8d491;
}




.fcbg .fc .fcbox .fc_nr .video .videobox .swiper-slide .pic .videoBtn {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/videoico.png) center no-repeat;
  background-size: 1.27rem 1.27rem;
  left: 0;
  top: 0;
  z-index: 99;
  border-radius: 0%;
}


.fcbg .fc .fcbox .fc_nr .video .videobox .swiper-slide .pic .videoico {
  position: absolute;
  width: 100%;
  height: 100%;
  /* border-radius: 50%; */
  /* background: rgba(255, 255, 255, 0.2); */
  left: 0;
  top: 0;
  z-index: 99;
}


#videoAlert {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}

#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: 80%;
  margin: 0 auto;
  position: absolute;
  left: 10%;
}

#videoAlert .video_box .close img {
  width: 0.3rem;
  position: relative;
  top: -2rem;
  right: 0%;
  max-height: initial;
}

#videoAlert .video_box .close {
  margin-bottom: 0px;
  height: 0.3rem;
  position: relative;
  z-index: 10000;
  cursor: pointer;
  right: 0;

}







.fcbg .fc .fcbox .fc_nr .fc_show{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;

}

.fcbg .fc .fcbox .fc_nr .fc_show .swiper-slide{
  position: relative;



 
}


.fcbg .fc .fcbox .fc_nr .fc_show .swiper-slide-active {
  opacity: 1;

}


.fcbg .fc .fcbox .fc_nr .fc_show .swiper-slide .news_img{

  overflow: hidden;
  position: relative;

}

.fcbg .fc .fcbox .fc_nr .fc_show .swiper-slide .mySwiper2{
  overflow: hidden;

}

.fcbg .fc .fcbox .fc_nr .fc_show .swiper-slide .mySwiper2 .swiper-slide{
  position: relative;


}



.fcbg .fc .fcbox .fc_nr .fc_show .swiper-slide .mySwiper2 .swiper-slide a{
  display: block;
}

.fcbg .fc .fcbox .fc_nr .fc_show .swiper-slide .mySwiper2 .swiper-slide .pic{
  position: relative;
  width: 100%;
  height: 7.8rem;
  overflow: hidden;

} 

.fcbg .fc .fcbox .fc_nr .fc_show .swiper-slide .mySwiper2 .swiper-slide .pic img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}





.fcbg .fc .fcbox .fc_nr .fc_show .fc-pagination{
  position: absolute;
  left: auto;
  top: 50%;
  bottom: auto;
  right: 0.7rem;
  transform: translateY(-50%);
  z-index: 15;
  width: 0.12rem;
}

.fcbg .fc .fcbox .fc_nr .fc_show .fc-pagination .swiper-pagination-bullet{
  width: 0.12rem;
  height: 0.12rem;
  opacity: 0.5;
  border-radius: 50%;
  margin: 0.08rem 0;
  background: #fff;

}

.fcbg .fc .fcbox .fc_nr .fc_show .fc-pagination .swiper-pagination-bullet-active{
  opacity: 1;
}

.fcbg .fc .fcbox .fc_nr .fclist{
  position: absolute;
  bottom: 0.6rem;
  left: 10%;
  width: 80%;

}

.fcbg .fc .fcbox .fc_nr .fclist ul{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 10;
}

.fcbg .fc .fcbox .fc_nr .fclist ul li{
  margin: 0 0.25rem;
  width: 2.7rem;
  height: 1.67rem;
  position: relative;

}

.fcbg .fc .fcbox .fc_nr .fclist ul li a{
  display: block;

}

.fcbg .fc .fcbox .fc_nr .fclist ul li .pic{
  width: 2.7rem;
  height: 1.67rem;
  position: relative;
  overflow: hidden;
  border: 1px solid #fff;
}

.fcbg .fc .fcbox .fc_nr .fclist 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;
}

.fcbg .fc .fcbox .fc_nr .fclist ul li .txt{
  position: absolute;
  left: 2px;
  top: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background: linear-gradient(rgba(0, 0, 0, 0) 67%, rgba(0, 0, 0, 0.8) 100%);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
} 

.fcbg .fc .fcbox .fc_nr .fclist ul li .txt h5{
  position: absolute;
  left: 0;
  bottom: 0.2rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.fcbg .fc .fcbox .fc_nr .fclist ul li .txt h5 i{
  padding: 0 0.2rem;
  text-align: center;
  font-size: 0.18rem;
  color: rgb(255, 255, 255);
  font-weight: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: all 0.5s ease-out 0s;
}


.fcbg .fc .fcbox .fc_nr .fclist ul li.on .pic{
  border: 2px solid #fff;
}


.fcbg .fc .fcbox .fc_nr .fclist ul li.on .txt{

  background: linear-gradient(rgba(52, 96, 180, 0.9) 67%, rgba(52, 96, 180, 0.9) 100%);

} 

.fcbg .fc .fcbox .fc_nr .fclist ul li.on .txt h5{
  bottom: 0rem;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
 
}

.swiper-container {
  overflow: hidden !important;
  position: relative !important;
  z-index: 1 !important;
}
.mySwiper2 {
  overflow: hidden !important;
}



.fcbg .fc .fcbox.on{
  width: 90.5%;

}

.fcbg .fc .fcbox.on .fc_t{
  display: none;
}

.fcbg .fc .fcbox.on .fc_nr{
  opacity: 1;
}



@media(min-width: 1024px){

  
.titlemore:hover::after{
  width: 100%;
}

.titlemore:hover span{
  color: #fff;

}

.titlemore:hover em{
  background: url(../images/more3.png) no-repeat  center;
  background-size: 100% 100%;
}


.aboutbg .about .titlemore:hover  span{
  color: #3460b4;

}

.aboutbg .about .titlemore:hover  em{
  background: url(../images/more.png) no-repeat  center;
  background-size: 100% 100%;
}



  .aboutbg .about .ab_num ul li .ab_t em{

    animation: abLineMove 3s ease-in-out infinite;
  }

  .newsbg .news .newsbox .news_l .swiper-slide:hover .pic img{
    transform: scale(1.1);
  }

  .newsbg .news .newsbox .news_l .swiper-slide:hover .txt h5{
    color: #3460b4;
  }

  .newsbg .news .newsbox .news_r ul li:hover .pic img{
    transform: scale(1.1);
  }

  .newsbg .news .newsbox .news_r ul li:hover .txt h5{
    color: #3460b4;
  }

  .Academicsbg .Academics .Academics_l ul li:hover h5{
    color: #f8d491;
  
  }
  
  .Academicsbg .Academics .Academics_l ul li:hover em{
    background: url(../images/more2.png) no-repeat  center;
    background-size: 100% 100%;
  }
  
  .Academicsbg .Academics .Academics_l ul li:hover::after{
  
    width: 55%;
  
  }


  .Academicsbg .Academics .Academics_r ul li:hover h5{
    color: #f8d491;
  
  }
  
  .Academicsbg .Academics .Academics_r ul li:hover em{
    background: url(../images/more2.png) no-repeat  center;
    background-size: 100% 100%;
  }
  
  .Academicsbg .Academics .Academics_r ul li:hover::after{
  
    width: 100%;
  
  }



  .hz .roll-wrap .roll__list li:hover .pic{
    border: 1px solid #f8d491;

    box-shadow: 0px 0px 6px 6px rgba(248, 212, 145, 0.15);

  }
  
  .hz .roll-wrap .roll__list li:hover .pic img{
    transform: scale(1.1);
  }

  .aboutbg .about .ab_num ul li:hover .ab_t img {
    animation: beat 0.5s 1;
}


.fcbg .fc .fcbox .fc_nr .titlemore:hover  span{
  color: #3460b4;

}

.fcbg .fc .fcbox .fc_nr .titlemore:hover em{
  background: url(../images/more.png) no-repeat  center;
  background-size: 100% 100%;
}



}




@media(max-width: 1024px){
  .index {
    position: static;
    padding-top: 0;
    overflow: hidden;
}

  .banner .swiper-slide img {

    height: 100%;

}

/* title */



.title h3{
  font-size: 0.36rem;
  line-height: 0.46rem;
  

}

.title i{
  font-size: 0.28rem;
  margin-top: 0.23rem;
}



.titlemore{
  width: 1.8rem;
  height: 0.45rem;
  line-height: 0.45rem;

} 

.titlemore a{
  padding-left: 0.18rem;

}

.titlemore span{
  font-size: 0.24rem;

}




/* about */

.aboutbg{
  background: url(../images/aboutbg.jpg) no-repeat top right;
  background-size: cover;
  min-height: auto;
}

.aboutbg .about{

  padding: 0.5rem 0px 0.8rem 0;

}


.aboutbg .about::after {
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../images/ab_xt.png) center  no-repeat;
  background-size: 100% 100%;
}

.aboutbg .about .titlecon{
  position: relative;
  top: 0rem;
  display: flex;
}



.aboutbg .about .titlemore{
  margin-top: 0rem;
} 



.aboutbg .about .titlemore em {

  background: url(../images/more3.png) center  no-repeat;
  background-size: 100% 100%;
}


.aboutbg .about .ab_num{
  margin-left: 0rem;
  margin-top: 0.3rem;
}



.aboutbg .about .ab_num ul li{
  width: 100%;
  margin-right: 0rem;
  margin-bottom: 0.3rem;

}

.aboutbg .about .ab_num ul li .ab_t{

  margin-bottom: 0.15rem;
}

.aboutbg .about .ab_num ul li .ab_t i{
  width: 1.1rem;
  height: 0.43rem;

}

.aboutbg .about .ab_num ul li .ab_t img{
  display: inline-block;
  width: auto;
  height: 0.43rem;


}


.aboutbg .about .ab_num ul li .ab_t h5{
  font-size: 0.3rem;

}

.aboutbg .about .ab_num ul li .ab_t h5 span{
  font-size: 0.4rem;
}


/* ä¿®æ”¹æ›¿æ¢ */

.aboutbg .about .ab_num ul li p{
  font-size: 0.26rem;
  line-height: 0.36rem;
  width: auto;
  margin-left: 1.7rem;
}

.aboutbg .about .ab_num ul li:nth-child(1){
  margin-left: 0rem;
}

.aboutbg .about .ab_num ul li:nth-child(4){
  margin-left: 0rem;
}

.aboutbg .about .ab_num ul li:nth-child(5){
  margin-left: 0rem;
}

.aboutbg .about .ab_num ul li:nth-child(6){
  margin-right: 0rem;
  margin-left: 0rem;
}


.aboutbg .about .ab_num ul li:nth-child(2) .ab_t h5, 
.aboutbg .about .ab_num ul li:nth-child(4) .ab_t h5, 
.aboutbg .about .ab_num ul li:nth-child(5) .ab_t h5 {
  margin-left: 1.6rem;
}




.newsbg{
  padding: 0.5rem 0 0.7rem 0;
}



.newsbg .news .newsbox{
  margin: 0.3rem auto 0 auto;
  border-top: 1px solid #e5e5e5;

}

.newsbg .news .newsbox .news_l{
  width: 100%;
  padding-top: 0.4rem;

}



.newsbg .news .newsbox .news_l .swiper-slide .pic{

  height: auto;
  padding-top: 63%;


}



.newsbg .news .newsbox .news_l .swiper-slide .txt{
  position: relative;
  
}

.newsbg .news .newsbox .news_l .swiper-slide .txt .time{
  margin: -0.22rem 0 0 0.2rem;
  line-height: 0.55rem;
  font-size: 0.26rem;

}

.newsbg .news .newsbox .news_l .swiper-slide .txt h5{
  font-size: 0.28rem;
  line-height: 0.45rem;
  max-height: 0.9rem;
  margin-top: 0.25rem;
}



.newsbg .news .newsbox .news_r{
  margin: 0.35rem auto 0 auto;
  width: 100%;
  padding-top: 0.2rem;
  border-left: 1px solid #fff;
  border-top: 1px solid #e5e5e5;
}

.newsbg .news .newsbox .news_r ul{
  margin-left: 0rem;
}

.newsbg .news .newsbox .news_r ul li{
  border-bottom: 1px dashed #e5e5e5;
  padding-bottom: 0.35rem;
  padding-top: 0.1rem;
}



.newsbg .news .newsbox .news_r ul li .pic{

  height: auto;
  padding-top: 63%;

}



.newsbg .news .newsbox .news_r ul li .txt{
  margin-top: 0.25rem;
} 

.newsbg .news .newsbox .news_r ul li .txt h5{
  font-size: 0.28rem;
  line-height: 0.42rem;
  max-height: 0.84rem;


}

.newsbg .news .newsbox .news_r ul li .txt i{
  font-size: 0.28rem;
  margin-top: 0.2rem;
}





.Academicsbg .Academics{

  padding: 0.5rem 0  0 0;
}

.Academicsbg .Academics .titlecon{
  display: block;
}


.Academicsbg .Academics .title{
  text-align: center;
}

.Academicsbg .Academics .Academics_l{
  width: 100%;

}

.Academicsbg .Academics .Academics_l ul{
  margin-top: 0.95rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);

}



.Academicsbg .Academics .Academics_l ul li a{
  padding: 0.24rem 0;

}

.Academicsbg .Academics .Academics_l ul li h5{
  line-height: 0.4rem;
  font-size: 0.28rem;
  width: 80%;


}

.Academicsbg .Academics .Academics_l ul li em{
  display: block;
  margin-right: 0.2rem;
  background: url(../images/more1.png) no-repeat  center;
  background-size: 100% 100%;
  width: 0.2rem;
  height: 0.17rem;

}



.Academicsbg .Academics .Academics_r{
  margin-top: 3rem;
  width: 100%;
  padding: 0.5rem 0.4rem 0.47rem 0.4rem;
  
}

.Academicsbg .Academics .Academics_r::after{
  position: absolute;
  right: -4%;
  left: -4%;
  top: 0;
  content: "";
  z-index: -1;
  width: calc(100% + 8%);
  height: 100%;

}

.Academicsbg .Academics .Academics_r .title h3{
  font-size: 0.4rem;
}

.Academicsbg .Academics .Academics_r ul{
  margin-top: 0.3rem;

}

.Academicsbg .Academics .Academics_r ul li{

  width: 100%;
  margin-right: 0%;

}

.Academicsbg .Academics .Academics_r ul li a {
  padding: 0.2rem 0;

}

.Academicsbg .Academics .Academics_r ul li h5{
  line-height: 0.36rem;
  font-size: 0.28rem;
  width: 80%;


}




.Globalizationbg .Globalization {

  padding: 0.5rem 0px 0px  0px;
}

.Globalizationbg .Globalization .titlecon{
  display: block;
}

.Globalizationbg .Globalization .titlemore{
  position: relative;
  margin: 0.25rem auto 0 auto;
}

.Globalizationbg .Globalization .Globalizationbox{
  margin: 0.5rem auto 0 auto;
}



.Globalizationbg .Globalization .Globalizationbox ul li{

  width: 50%;

}



.Globalizationbg .Globalization .Globalizationbox ul li .pic{

  height: 4.1rem;

}




.Globalizationbg .Globalization .Globalizationbox ul li .txt{

  padding: 0.4rem 0.3rem  0 0.3rem;
}

.Globalizationbg .Globalization .Globalizationbox ul li .txt h5{
  font-size: 0.28rem;
  line-height: 0.4rem;
  max-height: 1.6rem;

}

.Globalizationbg .Globalization .Globalizationbox ul li .txt .more{

  width: 0.25rem;
  height: 0.21rem;
}


.Globalizationbg .Globalization .Globalizationbox ul li .txt_on h5{

  font-size: 0.28rem;
  width: 80%;
}




.Globalizationbg .Globalization .Globalizationbox ul li.on{
  width: 50%;

}

.Globalizationbg .Globalization .Globalizationbox ul li.on .pic img{
  opacity: 0.05;
}

.Globalizationbg .Globalization .Globalizationbox ul li.on .txt{
  display: block;
}

.Globalizationbg .Globalization .Globalizationbox ul li.on .txt_on{
  display: none;
}

.Globalizationbg .Globalization .Globalizationbox ul li:nth-child(1){
  width: 100% !important;
}

.Globalizationbg .Globalization .Globalizationbox ul li:nth-child(1) .txt{
  display: none !important;
}

.Globalizationbg .Globalization .Globalizationbox ul li:nth-child(1) .txt_on{
  display: block !important; 
}

.Globalizationbg .Globalization .Globalizationbox ul li:nth-child(1) .pic img{
  opacity: 1 !important;
}


.hz{
  padding: 0.6rem 0 0.5rem 0;
}

.hz .roll-wrap{

  height: 1.2rem;


}


.hz .roll-wrap.scroll2 {

  width: 100%;

}


.hz .roll-wrap .roll__list li{

  width: 30%;

}


.hz .roll-wrap.scroll2 .roll__list li{

  width: 30%;
}

.hz .roll-wrap .roll__list li .pic{
  width: 100%;
  height: 1rem;

}




.fcbg .fc .fcbox{
  width: 12%;
  height: 7.6rem;
}


.fcbg .fc .fcbox .fc_t .pic{

  height: 7.6rem;


}



.fcbg .fc .fcbox .fc_t .txt h5{

  font-size: 0.46rem;

}



.fcbg .fc .fcbox .fc_nr .titlecon{

  width: 75%;
}

.fcbg .fc .fcbox .fc_nr .title em{

  height: 1rem;

}



.fcbg .fc .fcbox .fc_nr .title i{
  
  margin-top: 0.43rem;
}

.fcbg .fc .fcbox .fc_nr .titlemore{

  margin: 0.7rem auto 0 auto;
} 



.fcbg .fc .fcbox .fc_nr .fc_show .swiper-slide .mySwiper2 .swiper-slide .pic{

  height: 7.6rem;


} 





.fcbg .fc .fcbox .fc_nr .fc_show .fc-pagination{

  width: 0.12rem;
}

.fcbg .fc .fcbox .fc_nr .fc_show .fc-pagination .swiper-pagination-bullet{
  width: 0.12rem;
  height: 0.12rem;


}



.fcbg .fc .fcbox .fc_nr .fclist{

  bottom: 0.5rem;
  left: 0%;
  width: 100%;

}


.fcbg .fc .fcbox .fc_nr .fclist ul li{
  margin: 0 0.07rem;
  width: 1.8rem;
  height: 1.2rem;

}



.fcbg .fc .fcbox .fc_nr .fclist ul li .pic{
  width: 1.8rem;
  height: 1.2rem;
  position: relative;
  overflow: hidden;

}




.fcbg .fc .fcbox .fc_nr .fclist ul li .txt h5{

}


.fcbg .fc .fcbox .fc_nr .fclist ul li .txt h5 i {
  padding: 0 0.1rem;
  font-size: 0.24rem;
  display: block;
}




.fcbg .fc .fcbox.on{
  width: 88%;
}





.fcbg .fc .fcbox .fc_nr .video .videobox .swiper-slide .pic{
  height: 7.6rem;

}




.fcbg .fc .fcbox .fc_nr .videolist{
  bottom: 0.5rem;
  left: 0%;
  width: 100%;

}



.fcbg .fc .fcbox .fc_nr .videolist ul li{
  margin: 0 0.07rem;
  width: 1.8rem;
  height: 1.2rem;

}



.fcbg .fc .fcbox .fc_nr .videolist ul li .pic{
  width: 1.8rem;
  height: 1.2rem;
  position: relative;
  overflow: hidden;
}




}



.aboutbg .about .titlecon[data-aos] {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}


.aboutbg .about .ab_num[data-aos] {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}


  