﻿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;
}



.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 .banner_button{
  position: absolute;
  right: 1rem;
  bottom: 0.35rem;
  height: 0.56rem;
}

.banner .swiper-banner-next {
  position: absolute;
  width: 0.56rem;
  height: 0.56rem;
  background: url(/images/bannerright.png) no-repeat center;
  background-size: 100%;
  right: 0%;
  top: 0%;
  z-index: 5;
  cursor: pointer;
  display: none;


}

.banner .swiper-banner-prev {
  position: absolute;
  width: 0.56rem;
  height: 0.56rem;
  background: url(/images/bannerleft.png) no-repeat center;
  background-size: 100%;
  right: 0.8rem;
  top: 0%;
  z-index: 5;
  cursor: pointer;
  display: none;
}


.banner .swiper-pagination{
  width: 100%;
  margin: 0;
  position: absolute;
  bottom: 0.45rem;
  left: 0%;
}

.banner .swiper-pagination .swiper-pagination-bullet{
  position: relative;
  margin: 0px 0.17rem ;
  border-radius: 50%;
  opacity: 1;
  display: inline-block;
  width: 0.12rem;
  height: 0.12rem;
  background: #fff;
  opacity: 0.55;

}

.banner .swiper-pagination .swiper-pagination-bullet::after{
  position: absolute;
  right: 0rem;
  top: -0.1rem;
  content: "";
  z-index: -1;
  background: url(/images/bannerico1.png) no-repeat left center;
  background-size: 100%;
  width: 1.24rem;
  height: 0.31rem;
  border-radius: 0%;
  opacity: 0;
}

.banner .swiper-pagination .swiper-pagination-bullet:first-child:after{
  background: url(/images/bannerico2.png) no-repeat left center;
  background-size: 100%;
  
}

.banner .swiper-pagination .swiper-pagination-bullet:last-child:after{
  background: url(/images/bannerico3.png) no-repeat left center;
  background-size: 100%;
  
}

.banner .swiper-pagination .swiper-pagination-bullet-active{
  opacity: 1;
  width: 1.24rem;
  background: none;
}


.banner .swiper-pagination .swiper-pagination-bullet-active::after{
  opacity: 1;
}





.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::before{
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: url(/images/bannerbg.png) no-repeat bottom center;
  background-size: 100%;
  z-index: 2;
  pointer-events: none;
}


.banner::after{
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url(/images/topbg.png) no-repeat top center;
  background-size: 100%;
  z-index: 2;
  pointer-events: none;
}



/* title */

.titlecon{
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}


.title{
  margin: 0;
  position: relative;
  z-index: 5;

} 

.title span::after{
  position: absolute;
  content: "";
  left: -0rem;
  top: 50%;
  width: 0.18rem;
  height: 0.03rem;
  background: url(/images/title.png) no-repeat center left;
  background-size: 100% 100%;
  z-index: -1;
}

.title span{
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.14rem;
  color: #999999;
  text-transform: capitalize;
  padding-left: 0.25rem;
  position: relative;

}

.title h3{
  font-size: 0.38rem;
  color: #010101;
  font-family: "SourceHanSerifCN";
}

.title h3 i{
  font-size: 0.38rem;
  color: #88191f;
  font-family: "SourceHanSerifCN";
}

.titlemore{

  line-height: 0.35rem;
  margin-top: 0.23rem;

}

.titlemore a{
  display: block;
  position: relative;
  z-index: 5;
}

.titlemore a i{
  font-size: 0.16rem;
  color: #333333;
  display: block;
  background: url(/images/titlemore.png) no-repeat right center;
  background-size: 0.19rem 0.19rem;
  padding-right: 0.27rem;
  position: relative;
  z-index: 5;
}

.titlemore a::after{
  position: absolute;
  left: 50%;
  top: 0%;
  content: "";
  z-index: -1;
  width: 0%;
  height: 100%;
  border-radius: 45px;
  background: #d5a771;
  -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;
  position: relative;
  z-index: 5;
  background: url(/images/newsbg.jpg) no-repeat bottom center;
  background-size: 100%;
  padding-top: 0.75rem;
  padding-bottom: 0rem;
}


.newsbg::after{
  position: absolute;
  left: 0;
  bottom: 0px;
  content: "";
  width: 10.67rem;
  height: 7.44rem;
  background: url(/images/newsbg1.png) no-repeat left bottom;
  background-size: 100% 100%;
}



.newsbg .news{
  margin:  0 auto;
  position: relative;
  z-index: 5;
}

.newsbg .news .newslist{
  position: relative;

}

.newsbg .news .newslist ul{
  display: flex;
}

.newsbg .news .newslist ul li{
  float: left;
  padding-right: 0.4rem;
  margin-right: 0.4rem;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.newsbg .news .newslist ul li:last-child{
  border-right: none;
}

.newsbg .news .newslist ul li .title{
  opacity: 0.3;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.newsbg .news .newslist ul li .title i{
  color: #000;
}


.newsbg .news .newslist ul li.on .title{
  opacity: 1;
}

.newsbg .news .newslist ul li.on .title i{
  color: #88191f;
}


.newsbg .news .newslist ul li .titlemore{
  position: absolute;
  top: 0rem;
  right: 0;
  display: none;
}

.newsbg .news .newslist ul li.on .titlemore{
  display: block;
}




.newsbg .news .newsbox{
  margin:  0.4rem auto 0 auto;
}

.newsbg .news .newsbox .swiper-slide{
  position: relative;
  width: 100% !important;
  opacity: 0 !important;
}

.newsbg .news .newsbox .swiper-slide-active {

  opacity: 1 !important;  
}



.newsbg .news .newsbox .swiper-slide .news_show{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.newsbg .news .newsbox .swiper-slide .news_img{
  width: 62.5%;
  overflow: hidden;
  position: relative;

}

.newsbg .news .newsbox .swiper-slide .news_img .mySwiper2{
  overflow: hidden;
}

.newsbg .news .newsbox .swiper-slide .news_img .mySwiper2 .swiper-slide{
  position: relative;
  width: 100% !important;
  opacity: 1 !important;
}

.newsbg .news .newsbox .swiper-slide .news_img .mySwiper2 .swiper-slide a{
  display: block;
}

.newsbg .news .newsbox .swiper-slide .news_img .mySwiper2 .swiper-slide .pic{
  position: relative;
  width: 100%;
  height: 5.06rem;
  overflow: hidden;


}

.newsbg .news .newsbox .swiper-slide .news_img .mySwiper2 .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 .swiper-slide .news_img .mySwiper2 .swiper-slide .pic .time{
  position: absolute;
  left: 0.57rem;
  top: 0;
  z-index: 5;
  padding: 0.25rem 0.15rem 0.15rem 0.15rem;
  background: #d5a771;
  text-align: center;
  font-family: "LINESeedKR";
}

.newsbg .news .newsbox .swiper-slide .news_img .mySwiper2 .swiper-slide .pic .time span{
  display: block;
  font-size: 0.4rem;
  color: #fff;
  font-weight: bold;
  line-height: 0.36rem;
}

.newsbg .news .newsbox .swiper-slide .news_img .mySwiper2 .swiper-slide .pic .time i{
  display: block;
  font-size: 0.16rem;
  color: #fff;
  margin-top: 0.08rem;
}

.newsbg .news .newsbox .swiper-slide .news_img .mySwiper2 .swiper-slide .txt{
  padding: 0.38rem 1.1rem 0 0;

}

.newsbg .news .newsbox .swiper-slide .news_img .mySwiper2 .swiper-slide .txt h5{
  font-size: 0.24rem;
  color: #fff;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.newsbg .news .newsbox .swiper-slide .news_img .mySwiper2 .swiper-slide .txt p{
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 0.28rem;
  max-height: 0.56rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 0.15rem;
}



.newsbox .swiper-container .swiper-slide .news_show .news_img .news-pagination{
  bottom: 0.35rem;
  right: 1.1rem;
  left: auto;
  width: auto;
  position: absolute;


}

.newsbox .swiper-container .swiper-slide .news_show .news_img .news-pagination .swiper-pagination-bullet{
  width: 0.1rem;
  height: 0.1rem;
  opacity: 0.2;
  background: #fff;
  border-radius: 50%;
  margin: 0 0.09rem;
  position: relative;

}

.newsbox .swiper-container .swiper-slide .news_show .news_img .news-pagination .swiper-pagination-bullet::after{
  position: absolute;
  left: 0;
  top: -0.14rem;
  content: "";
  background: url(/images/newsico.png) no-repeat center;
  background-size: 100%;
  width: 0.38rem;
  height: 0.38rem;
  opacity: 0;
}

.newsbox .swiper-container .swiper-slide .news_show .news_img .news-pagination .swiper-pagination-bullet::before{
  position: absolute;
  left: -0.5px;
  top: -0.15rem;
  content: "";
  border: 1px dashed rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  width: 0.38rem;
  height: 0.38rem;
  opacity: 0;
}


.newsbox .swiper-container .swiper-slide .news_show .news_img .news-pagination .swiper-pagination-bullet-active {
  width: 0.38rem;
  opacity: 1;
  background: none;

}

.newsbox .swiper-container .swiper-slide .news_show .news_img .news-pagination .swiper-pagination-bullet-active::after{
  opacity: 1;
}


.newsbox .swiper-container .swiper-slide .news_show .news_img .news-pagination .swiper-pagination-bullet-active::before{
  opacity: 1;
  animation: circle1 10s linear 0s infinite;
}


.newsbg .news .newsbox .swiper-slide .news_right{
  width: 33.4%;
  border-top: 2px solid #88191f;
  position: relative;
  
}

.newsbg .news .newsbox .swiper-slide .news_right::after{
  position: absolute;
  left: 0;
  top: -2px;
  content: "";
  width: 0.75rem;
  height: 2px;
  background: #d5a771;
}

.newsbg .news .newsbox .swiper-slide .news_right ul li{
  position: relative;
  z-index: 5;
  height: 1.24rem;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.newsbg .news .newsbox .swiper-slide .news_right ul li a{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
}

.newsbg .news .newsbox .swiper-slide .news_right ul li .time{
  padding-right: 0.25rem;
  font-family: "LINESeedKR";

}

.newsbg .news .newsbox .swiper-slide .news_right ul li .time span{
  display: block;
  font-size: 0.36rem;
  color: #88191f;
  font-weight: bold;
  line-height: 0.36rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.newsbg .news .newsbox .swiper-slide .news_right ul li .time i{
  display: block;
  font-size: 0.14rem;
  color: #88191f;
  margin-top: 0.07rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.newsbg .news .newsbox .swiper-slide .news_right ul li .txt{
  width: calc(100% - 0.88rem);
  padding-left: 0.25rem;
  position: relative;
}

.newsbg .news .newsbox .swiper-slide .news_right ul li .txt::after{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  content: "";
  width: 1px;
  height: 0.4rem;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;

}

.newsbg .news .newsbox .swiper-slide .news_right ul li .txt h5{
  font-size: 0.2rem;
    color: #000000;
    font-weight: normal;
    line-height: 0.3rem;
    max-height: 0.6rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;

}


.newsbg .news .newsbox .swiper-slide .news_right ul li::after{
  position: absolute;
  left: 0;
  top: 0%;
  content: "";
  z-index: -1;
  width: 0%;
  height: 100%;
  background: #d5a771;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}





/* data */

.databg{
  margin: 0 auto;
  position: relative;
  background: url(/images/numbg.jpg) no-repeat top center;
  background-size: cover;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

.databg .data{
  margin:  0 auto;
}

.databg .data .titlecon .title{
  margin: 0 auto;
}


.databg .data .databox{
  margin:  0.2rem -0.3rem 0 -0.3rem;
}


.databg .data .databox .swiper-container{

}

.databg .data .databox .swiper-container .swiper-slide{
  position: relative;

}

.databg .data .databox .swiper-container .swiper-slide .nr{
  position: relative;
  z-index: 5;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}



.databg .data .databox .swiper-container .swiper-slide .num{
  margin: 0.25rem auto 0 auto;
  position: relative;
  z-index: 5;
  padding-top: 0.35rem;
  width: 2rem;
  height: 2rem;
} 

.databg .data .databox .swiper-container .swiper-slide .num::after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: url(/images/datalist1.png) no-repeat center;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;

}


.databg .data .databox .swiper-container .swiper-slide .num span{
  display: block;
  overflow: hidden;
  margin: 0 auto 0rem auto;
  width: 0.6rem;
  height: 0.6rem;
}

.databg .data .databox .swiper-container .swiper-slide .num .ico1{
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.databg .data .databox .swiper-container .swiper-slide .num .ico2{
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: none;
}

.databg .data .databox .swiper-container .swiper-slide .num i{
  display: block;
  font-size: 0.42rem;
  color: #88191f;
  font-family: "LINESeedKR";
  font-weight: bold;
  margin-top: 0.15rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.databg .data .databox .swiper-container .swiper-slide .txt{
  font-size: 0.16rem;
  color: #000;
  line-height: 0.3rem;
  margin: 0.2rem auto 0 auto;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 90%;
}

.databg .data .databox .swiper-container .swiper-slide .txt h5{
  font-size: 0.18rem;
  color: #000;
}

.databg .data .databox .swiper-container .swiper-slide .txt p{
  font-size: 0.16rem;
  color: #fff;
  display: none;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.databg .data .databox .swiper-container .swiper-slide .nr::after{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0.25rem;
  content: "";
  z-index: -1;
  width: 2.4rem;
  height: 2.4rem;
  background: url(/images/datalist2.png) no-repeat top center;
  background-size: 100% 100%;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
}

.databg .data .databox .swiper-container .swiper-slide .nr::before{
  position: absolute;
  left: 0;
  top: -0.03rem;
  content: "";
  z-index: -1;
  width: 3rem;
  height: 3rem;
  background: url(/images/datalist3.png) no-repeat top center;
  background-size: 100% 100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  animation: circle1 10s linear 0s infinite;
}



.databg .data .databox .num-pagination {
  margin: 0.4rem auto 0 auto;
  text-align: center;
}

.databg .data .databox .num-pagination .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  background: none;
  background: #000;
  border-radius: 50%;
  opacity: 0.1;
  margin: 0 0.07rem;
}


.databg .data .databox .num-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #88191f;
}




/* education */


.educationbg{
  margin: 0 auto;
  position: relative;
  background: url(/images/educationbg.jpg) no-repeat top center;
  background-size: cover;
  padding-top: 0.8rem;
  padding-bottom: 2.05rem;
}

.educationbg .education{
  margin:  0 auto;
}


.educationbg .education .titlecon .title{
  margin: 0 auto;
}

.educationbg .education .educationbox{
  margin:  0.4rem auto 0 auto;
}

.educationbg .education .educationbox .swiper-slide{
  position: relative;
  margin-top: 0.7rem;
}

.educationbg .education .educationbox .swiper-slide-next{
  margin-top: 0rem;
}

.educationbg .education .educationbox .swiper-slide a{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.educationbg .education .educationbox .swiper-slide h5{
  width: 0.36rem;
  line-height: 0.36rem;
  font-size: 0.28rem;
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  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;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  max-height: 5.5rem;


}

.educationbg .education .educationbox .swiper-slide .picimg{
  position: relative;
  z-index: 5;
  height: 5.5rem;
  width: calc(100% - 0.7rem);
}

.educationbg .education .educationbox .swiper-slide .picimg .pic{
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 5;

}

.educationbg .education .educationbox .swiper-slide .picimg .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;
}

.educationbg .education .educationbox .swiper-slide .picimg .more{
  position: absolute;
  z-index: 6;
  right: 0.35rem;
  bottom: 0.32rem;

} 

.educationbg .education .educationbox .swiper-slide .picimg .more em{
  display: block;
  width: 0.35rem;
  height: 0.35rem;
  background: url(/images/more.png) no-repeat  center;
  background-size: 100% 100%;
  position: relative;
  z-index: 5;

}

.educationbg .education .educationbox .swiper-slide .picimg .more em::after{
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: -1;
  border: 1px dashed rgba(255, 255, 255, 1);
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.educationbg .education .educationbox .swiper-slide .picimg .more i{
  display: block;
  margin: 0.1rem auto;
  font-size: 0.16rem;
  color: #fff;
  line-height: 0.2rem;
  width: 0.3rem;
  text-align: center;

}

.educationbg .education .educationbox .swiper-slide .picimg::after{
  position: absolute;
  left: -0.2rem;
  top: -0.2rem;
  content: "";
  z-index: -1;
  background: url(/images/educationlist3.png) no-repeat top center;
  background-size: 100% 100%;
  width: 1.14rem;
  height: 2.2rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.educationbg .education .educationbox .swiper-slide-active .picimg::after{
  background: url(/images/educationlist1.png) no-repeat top center;
  background-size: 100% 100%;

}

.educationbg .education .educationbox .swiper-slide-next .picimg::after{
  position: absolute;
  left: -0.2rem;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  z-index: -1;
  background: url(/images/educationlist2.png) no-repeat top center;
  background-size: 100% 100%;
  width: 1.14rem;
  height: 2.2rem;
}


.educationbg .education .educationbox .swiper-slide .picimg .pic::after{
  position: absolute;
  left: 0rem;
  top: 0%;
  content: "";
  z-index: 1;
  pointer-events: none;
  background: url(/images/educationlistbg.png) no-repeat top right;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
}


.educationbg .education .educationbox .swiper-slide-next h5{
  text-align: center;
}



/* notice */

.noticebg{
  position: relative;
  z-index: 5;
}

.noticecont{
  margin: 0 auto;
  position: relative;
  z-index: 6;
  background: url(/images/noticebg.jpg) no-repeat top center;
  background-size: cover;
  padding-bottom: 0.8rem;
}


.noticebg::after{
  position: absolute;
  left: 0;
  top: -0.77rem;
  content: "";
  z-index: -1;
  background: url(/images/noticebg1.png) no-repeat center top;
  background-size: 100% 100%;
  width: 100%;
  height: 0.78rem;
}


.noticebg::before{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -2.32rem;
  content: "";
  z-index: -2;
  background: url(/images/noticebg2.png) no-repeat center top;
  background-size: 100%;
  width: 5.45rem;
  height: 2.96rem;
}


.noticebg .notice{
  margin: 0 auto;
  padding-top: 1rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.noticebg .notice .titlecon1{

}

.noticebg .notice .titlecon1 .title span::after {

  background: url(/images/title1.png) no-repeat center left;
  background-size: 100% 100%;

}

.noticebg .notice .titlecon1 .title span{
  color: rgba(255, 255, 255, 0.6);

}

.noticebg .notice .titlecon1 .title h3{
  color: #fff;

}

.noticebg .notice .titlecon1 .titlemore a i{
  color: #fff;
  background: url(/images/titlemore1.png) no-repeat right center;
  background-size: 0.19rem 0.19rem;

}

.noticebg .notice .notice_l{
  width: 39%;

}

.noticebg .notice .notice_l .noticebox{
  margin-top: 0.38rem;
  position: relative;

}


.noticebg .notice .notice_l .swiper-slide{
  position: relative;
}

.noticebg .notice .notice_l ul li{
  margin-bottom: 0.13rem;
  width: 100%;
  height: 1.2rem;
  background: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.noticebg .notice .notice_l ul li a{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
}

.noticebg .notice .notice_l ul li .time{
  width: 1rem;
  height: 100%;
  border-right: 1px dashed rgba(255, 255, 255, 0.2);
  text-align: center;

}

.noticebg .notice .notice_l ul li .time span{
  display: block;
  font-size: 0.36rem;
  color:  #fff;
  font-weight: bold;
  font-family: "LINESeedKR";
  padding-top: 0.28rem;
}

.noticebg .notice .notice_l ul li .time i{
  display: block;
  font-size: 0.14rem;
  color:  #fff;
  font-family: "LINESeedKR";
}

.noticebg .notice .notice_l ul li h5{
  width: calc(100% - 1.55rem);
  margin-right: 0.35rem;
  font-size: 0.2rem;
  color: #fff;
  font-weight: normal;
  line-height: 0.3rem;
  max-height: 0.6rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
} 

.noticebg .notice .notice_l .notice-pagination{
  margin: 0.06rem auto 0 auto;
  text-align: center;
}

.noticebg .notice .notice_l .notice-pagination .swiper-pagination-bullet{
  width: 0.1rem;
  height: 0.1rem;
  background: none;
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  margin: 0 0.07rem;

}

.noticebg .notice .notice_l .notice-pagination .swiper-pagination-bullet-active{
  opacity: 1;
  background: #fff;

}


.noticebg .notice .dynamics{
  width: 55.5%;
  
}

.noticebg .notice .dynamics .dynamicsbox{
  margin-top: 0.38rem;
  display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


.noticebg .notice .dynamics .dynamicsbox .dynamics_l{
  width: 50%;
  height: 5.52rem;
  background: url(/images/noticelist.jpg) no-repeat bottom center;
  background-size: 100% 100%;
}

.noticebg .notice .dynamics .dynamicsbox .dynamics_l a{
  display: block;
}

.noticebg .notice .dynamics .dynamicsbox .dynamics_l .pic{
  position: relative;
  width: 100%;
  height: 2.25rem;

}

.noticebg .notice .dynamics .dynamicsbox .dynamics_l .pic img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.noticebg .notice .dynamics .dynamicsbox .dynamics_l .txt{
  padding: 0.4rem 0.4rem 0 0.4rem;
}

.noticebg .notice .dynamics .dynamicsbox .dynamics_l .txt h5{
  font-size: 0.2rem;
  color: #fff;
  font-weight: normal;
  line-height: 0.3rem;
  height: 0.6rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding-left: 0.17rem;
  border-left: 2px solid #fff;
}

.noticebg .notice .dynamics .dynamicsbox .dynamics_l .txt p{
  font-size: 0.16rem;
  color: #fff;
  font-weight: normal;
  line-height: 0.28rem;
  height: 1.12rem;
  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;
  opacity: 0.6;
  margin: 0.27rem 0;
}

.noticebg .notice .dynamics .dynamicsbox .dynamics_l .txt .time{
  padding-left: 0.23rem;
  font-size: 0.14rem;
  color: #fff;
  font-family: "LINESeedKR";
  background: url(/images/time3.png) no-repeat left 0.05rem;
  background-size: 0.16rem 0.16rem;
  line-height: 0.3rem;
  display: block;
}

.noticebg .notice .dynamics .dynamicsbox .dynamics_l .txt .time i{
  font-size: 0.22rem;
  color: #fff;
  display: inline-block;
}



.noticebg .notice .dynamics .dynamicsbox .dynamics_r{
  width: 50%;
  background: #fff;
  padding: 0.05rem 0.4rem 0 0.4rem;
}

.noticebg .notice .dynamics .dynamicsbox .dynamics_r ul li{
  margin-top: 0.28rem;

}

.noticebg .notice .dynamics .dynamicsbox .dynamics_r ul li a{
  display: block;
}

.noticebg .notice .dynamics .dynamicsbox .dynamics_r ul li .time{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;

}

.noticebg .notice .dynamics .dynamicsbox .dynamics_r ul li .time span{
  display: block;
  padding-left: 0.23rem;
  font-size: 0.14rem;
  color: #88191f;
  font-family: "LINESeedKR";
  background: url(/images/time1.png) no-repeat left 0.05rem;
  background-size: 0.16rem 0.16rem;
  line-height: 0.3rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.noticebg .notice .dynamics .dynamicsbox .dynamics_r ul li .time em{
  background: url(/images/timext2.png) no-repeat right center;
  background-size: 100% 100%;
  width: 2.09rem;
  height: 0.14rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.noticebg .notice .dynamics .dynamicsbox .dynamics_r ul li h5{
  font-size: 0.2rem;
  color: #000;
  font-weight: normal;
  line-height: 0.3rem;
  height: 0.6rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 0.1rem;
}




/* media */


.mediabg{
  margin: 0 auto;
  position: relative;
  z-index: 5;
  background: url(/images/Socialbg.png) no-repeat bottom center;
  background-size: 100%;
  padding-bottom: 0.65rem;
}

.mediabg::after{
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  z-index: -1;
  background: url(/images/Socialbg1.jpg) no-repeat center left;
  background-size: 100%;
  width: 5.95rem;
  height: 4.07rem;
}


.mediabg .media{
  padding-top: 0.8rem;
  position: relative;
}

.mediabg .media .titlecon{
  position: absolute;
  left: 0;
  top: 0.8rem;
}



.mediabg .media .mediabox{
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}



.mediabg .media .mediabox .media_l{
  width: 76.7%;
  position: relative;

}

.mediabg .media .mediabox .media_l ul li{
  position: relative;
  float: left;
  margin: 0 0.15rem 0.15rem 0;

}

.mediabg .media .mediabox .media_l ul li:nth-child(2n){
  margin-right: 0;
}

.mediabg .media .mediabox .media_l ul li .pic{
  width: 100%;
  position: relative;
  overflow: hidden;
}

.mediabg .media .mediabox .media_l ul li .pic a{
  display: block;
}

.mediabg .media .mediabox .media_l 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;
}



.mediabg .media .mediabox .media_l ul li .pic .videoBtn {
  position: absolute;
  width: 0.9rem;
  height: 0.9rem;
  background: url(/images/videoico.png) center no-repeat;
  background-size: 100% 100%;
  left: 0;
  top: 0;
  z-index: 99;
  border-radius: 50%;
}


.mediabg .media .mediabox .media_l ul li .pic .videoico {
  position: absolute;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  left: calc((100% - 0.9rem) / 2);
  top: calc((100% - 0.9rem) / 2);
  z-index: 99;

}

.mediabg .media .mediabox .media_l ul li .pic .videoico i {
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  position: absolute;
  left: 0rem;
  bottom: 0rem;
  z-index: 5;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.mediabg .media .mediabox .media_l ul li .pic .videoico i:after {
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  animation: scaleta 1.5s infinite;
}

.mediabg .media .mediabox .media_l ul li .pic .videoico i:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  animation: scaletb 1.5s infinite;
}



.mediabg .media .mediabox .media_l ul li .txt{
  position: absolute;
  left: 0%;
  bottom: 0rem;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: linear-gradient(180deg, rgba(135, 135, 135, 0) 47%, rgba(0, 0, 0, 0.5) 100%);

}

.mediabg .media .mediabox .media_l ul li .txt a{
  display: block;
}

.mediabg .media .mediabox .media_l ul li .txt h6{
  position: absolute;
  top: 0.3rem;
  left: 0;
  line-height: 0.32rem;
  border-radius: 0 0.45rem 0.45rem 0 ;
  background: #170b1a;
  padding: 0 0.2rem 0 0.15rem;
}

.mediabg .media .mediabox .media_l ul li .txt h6 img{
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;

}

.mediabg .media .mediabox .media_l ul li .txt h6 i{
  display: inline-block;
  font-size: 0.14rem;
  color: #fff;
  margin-left: 0.07rem;
}


.mediabg .media .mediabox .media_l ul li .txt h5{
  position: absolute;
  left: 0;
  bottom: 0.2rem;
  padding: 0 0.2rem;
  font-size: 0.2rem;
  color: #fff;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;width: 100%;
}

.mediabg .media .mediabox .media_l ul li:nth-child(1){
  margin-top: 1.05rem;
}

.mediabg .media .mediabox .media_l ul li:nth-child(1) .pic{
  width: 3.6rem;
  height: 6.4rem;

}


.mediabg .media .mediabox .media_l ul li:nth-child(2) .pic{
  width: 7.15rem;
  height: 4.02rem;
}

.mediabg .media .mediabox .media_l ul li:nth-child(2) .txt{

  background: url(/images/medialist.png) center no-repeat;
  background-size: 100% 100%;

}


.mediabg .media .mediabox .media_l ul li:nth-child(3) .pic{
  width: 3.5rem;
  height: 3.27rem;
}

.mediabg .media .mediabox .media_l ul li:nth-child(4) .pic{
  width: 3.5rem;
  height: 3.27rem;
}

.mediabg .media .mediabox .media_l ul li:nth-child(4) .txt h6{
  background: #04b354;

}


.mediabg .media .mediabox .media_r{
  width: 23.3%;
  height: 7.1rem;
  margin-top: 0.35rem;
  background: url(/images/medialist2.png) center top no-repeat;
  background-size: 100% 100%;
  position: relative;
  z-index: 5;
  padding-top: 0.62rem;
}


.mediabg .media .mediabox .media_r::after{
  position: absolute;
  right: -1.7rem;
  top: -0.9rem;
  content: "";
  z-index: -1;
  background: url(/images/medialistbg.png) no-repeat top right;
  background-size: 100%;
  width: 6.84rem;
  height: 3.72rem;
}

.mediabg .media .mediabox .media_r .ewm{
  padding-bottom: 0.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}


.mediabg .media .mediabox .media_r .ewm .ewm_t{
  text-align: center;
  font-size: 0.26rem;
  color: #fff;
  font-family: "SourceHanSerifCN";
}

.mediabg .media .mediabox .media_r .ewm ul{
  margin: 0.25rem auto 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}



.mediabg .media .mediabox .media_r .ewm ul li{
  margin: 0 0.08rem;
  position: relative;

}

.mediabg .media .mediabox .media_r .ewm ul li .ewmico{
  width: 0.6rem;
  height: 0.6rem;

}

.mediabg .media .mediabox .media_r .ewm ul li .ewmico img{
  width: 100%;
  height: 100%;
  border-radius: 50%;
}


.mediabg .media .mediabox .media_r .ewm ul li .ewmimg{
  opacity: 0;
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%) translateY(104%);
  transition: all 0.5s ease 0s;
  box-shadow: rgba(1, 1, 1, 0.21) 0px 2px 9.5px 0.5px;
  width: 1.3rem;
  height: 1.3rem;
  background: rgb(255, 255, 255);
  border-radius: 6px;
  padding: 0.05rem;
  visibility: hidden;
  z-index: 9;
}

.mediabg .media .mediabox .media_r .ewm ul li .ewmimg img{
  width: 100%;
  height: 100%;
}

.mediabg .media .mediabox .media_r .ewm ul li .ewmimg::after {
  position: absolute;
  left: 0;
  top: -0.13rem;
  content: "";
  width: 100%;
  height: 0.13rem;
  background: url(/images/ewmico.png) no-repeat center;
  background-size: 0.15rem 0.13rem;
}


.mediabg .media .mediabox .media_r .ewm ul li:hover .ewmimg {
  opacity: 1;
  transform: translateX(-50%) translateY(101%);
  visibility: visible;
}

.mediabg .media .mediabox .media_r .medialist{
  margin: 0.07rem auto 0 auto;
  width: 78%;
}


.mediabg .media .mediabox .media_r .medialist ul li{
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
  padding: 0.25rem 0 0.2rem 0;

}

.mediabg .media .mediabox .media_r .medialist ul li a{
  display: block;
}

.mediabg .media .mediabox .media_r .medialist ul li .time{
  height: 0.26rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.mediabg .media .mediabox .media_r .medialist ul li .time .ico{
  line-height: 0.26rem;
  border-radius: 0.45rem ;
  background: rgba(255, 255, 255, 0.2);
  padding: 0 0.12rem 0 0.12rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.mediabg .media .mediabox .media_r .medialist ul li .time .ico img{
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
}

.mediabg .media .mediabox .media_r .medialist ul li .time .ico i{
  display: inline-block;
  font-size: 0.14rem;
  color: #fff;
  margin-left: 0.07rem;
}

.mediabg .media .mediabox .media_r .medialist ul li .time em{
  font-size: 0.14rem;
  color: #fff;
  font-family: "LINESeedKR";
  line-height: 0.25rem;
  display: block;
}

.mediabg .media .mediabox .media_r .medialist ul li h5{
  font-size: 0.2rem;
  color: #fff;
  line-height: 0.3rem;
  max-height: 0.9rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 0.15rem;
}









@keyframes scaleta {
  0% {
    transform: scale(1);
    opacity: .9
  }

  100% {
    transform: scale(1.3);
    opacity: 0
  }
}

@keyframes scaletb {
  0% {
    transform: scale(1);
    opacity: .9
  }

  100% {
    transform: scale(1.7);
    opacity: 0
  }
}



/* fc */

.fcbg{
  margin: 0 auto;
  width: 100%;
  background: url(/images/fcbg.jpg) no-repeat top center;
  background-size: cover;
}

.fcbg .fc{
  margin: 0 auto;
  padding-top: 0.75rem;
}


.fc .fcbox{
  margin: 0.35rem auto 0 auto;

}

.fc .fcbox .swiper-container{
  padding-bottom: 1.6rem;
}

.fc .fcbox .swiper-slide{
  position: relative;
  z-index: 5;

}



.fc .fcbox .swiper-slide::after{
  position: absolute;
  left: 0;
  bottom: -90%;
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(/images/fclist.png) no-repeat top center;
  background-size: 100%;
}

 
.fc .fcbox .swiper-slide .pic{
  padding-top: 54%;
  width: 100%;
  clip-path: polygon(0 100%, 0 0, 100% 4%, 100% 96%);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.fc .fcbox .swiper-slide:nth-child(2n) .pic{
  clip-path: polygon(0 96%, 0 4%, 100% 0%, 100% 100%);
}


.fc .fcbox .swiper-slide .pic img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}





.academicbg{
  margin: 0 auto;
  position: relative;
  background: url(/images/academicbg.jpg) no-repeat top center;
  background-size: cover;
  padding-top: 0.8rem;
  padding-bottom: 0.7rem;
  z-index: 5;

}


.academicbg  .academic{
  margin: 0 auto;
  position: relative;
}

.academicbg  .academic::after{
  content: '';
  position: absolute;
  top: -0.15rem;
  left: 55%;
  transform: translateX(-50%);
  width: 7.4rem;
  height: 0.8rem;
  background: url(/images/academic_t.png) no-repeat  center;
  background-size: 100% 100%;
}

.academicbg  .academic .academicbox{
  margin: 0.2rem -2.4rem 0 0 ;
  position: relative;
}

.academicbg  .academic .academicbox .swiper-container{
  padding: 0.2rem 0;

}

.academicbg  .academic .academicbox .swiper-container .swiper-slide{
  position: relative;
  padding-bottom: 0rem;
}

.academicbg  .academic .academicbox .swiper-container .swiper-slide .nr{

  width: 95%;
  height: 3.5rem;
  background: #fff;
  box-shadow: 0px 0px 10px 10px rgba(213, 168, 115, 0.08);
  margin: 0 0 0 0;
  padding: 0.45rem 0.4rem 0 0.45rem;
  position: relative;
  z-index: 5;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;


}

.academicbg  .academic .academicbox .swiper-container .swiper-slide .nr::after{
  position: absolute;
  left: 0;
  top: 0.5rem;
  content: "";
  z-index: -1;
  width: 3px;
  height: 0.49rem;
  background: #88191f;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.academicbg  .academic .academicbox .swiper-container .swiper-slide .nr::before{
  position: absolute;
  left: 0;
  bottom: -0.48rem;
  content: "";
  z-index: -1;
  width: 100%;
  height: 0.48rem;
  background: url(/images/academic_ico3.png) no-repeat top center;
  background-size: 100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.academicbg  .academic .academicbox .swiper-container .swiper-slide .nr a{
  display: block;
}

.academicbg  .academic .academicbox .swiper-container .swiper-slide .nr h5{
  font-size: 0.2rem;
  color: #000;
  font-weight: normal;
  line-height: 0.3rem;
  height: 0.6rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.academicbg  .academic .academicbox .swiper-container .swiper-slide .nr ul{
  margin-top: 0.75rem;

}

.academicbg  .academic .academicbox .swiper-container .swiper-slide .nr ul li{
  font-size: 0.16rem;
  color: #666;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  line-height: 0.3rem;
  display: flex;
  align-items: center;
  margin-bottom: 0.03rem;
}

.academicbg  .academic .academicbox .swiper-container .swiper-slide .nr ul li i{
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 0rem 0.1rem 0 0;
}

.academicbg  .academic .academicbox .swiper-container .swiper-slide .nr ul li:nth-child(1) i{
  background: url(/images/ico1.png) no-repeat  center;
  background-size: 100%;
}

.academicbg  .academic .academicbox .swiper-container .swiper-slide .nr ul li:nth-child(2) i{
  background: url(/images/ico2.png) no-repeat  center;
  background-size: 100%;
}

.academicbg  .academic .academicbox .swiper-container .swiper-slide .nr ul li:nth-child(3) i{
  background: url(/images/ico3.png) no-repeat  center;
  background-size: 100%;
}

.academicbg  .academic .academicbox .swiper-container .swiper-slide .nr ul li:nth-child(4) i{
  background: url(/images/ico4.png) no-repeat  center;
  background-size: 100%;
}




.academicbg  .academic .academicbox .swiper-container .swiper-slide .xt{
  margin: 0.55rem auto 0 auto;
  width: 0.62rem;
  height: 0.22rem;
  position: relative;
  left: -0.12rem;
  border-radius: 50%;
  background: #faf5ee;
}


.academicbg  .academic .academicbox .swiper-container .swiper-slide .xt em{
  margin:0 auto;
  display: block;
  width: 0.22rem;
  height: 0.22rem;
  background: url(/images/academic_ico1.png) no-repeat  center;
  background-size: 100%;
  animation: circle1 10s linear 0s infinite;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.academicbg  .academic .academicbox .swiper-container .swiper-slide .xt i {
  display: none;
  width: 0.22rem;
  height: 0.22rem;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0rem;
  z-index: 5;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.academicbg  .academic .academicbox .swiper-container .swiper-slide .xt i:after {
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border-radius: 50%;
  background: rgba(213, 167, 113, 0.1);
  animation: scaleta 1.5s infinite;
  opacity: 0;
}

.academicbg  .academic .academicbox .swiper-container .swiper-slide .xt i:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background: rgba(213, 167, 113, 0.2);
  animation: scaletb 1.5s infinite;
  opacity: 0;
}




.academicbg::after{
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  bottom: 1rem;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed rgba(136, 25, 31, 0.2);

}



@keyframes circle1 {
  0% {
    transform:rotate(0)
  }
  100% {
    transform:rotate(360deg)
  }
}



@media(min-width: 1024px){


  .titlemore:hover a::after{
    width: 100%;
    padding: 0 0.15rem;
    left: -0.15rem;
  }
  
  .titlemore:hover a i{
    color: #fff;
    background: url(/images/titlemore2.png) no-repeat right center;
    background-size: 0.19rem 0.19rem;
  }

  .fc .fcbox .swiper-slide:hover .pic{

    clip-path: polygon(0 100%, 0 0, 100% 0%, 100% 100%);

  }


  .mediabg .media .mediabox .media_l ul li:hover .pic img{
    transform: scale(1.1);
  }

  .mediabg .media .mediabox .media_r .medialist ul li:hover .time .ico{
    background: #88191f;

  }

  .noticebg .notice .notice_l ul li:hover{

    background:#d5a771;

  }

  .noticebg .notice .notice_l ul li:hover .time{
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }

  .noticebg .notice .notice_l ul li:hover h5{
    text-decoration: underline;
  }


  .noticebg .notice .dynamics .dynamicsbox .dynamics_r ul li:hover .time em{
    background: url(/images/timext1.png) no-repeat right center;
    background-size: 100% 100%;

  }
  
  .noticebg .notice .dynamics .dynamicsbox .dynamics_r ul li:hover .time span{

    color: #d5a771;
    background: url(/images/time2.png) no-repeat left 0.05rem;
    background-size: 0.16rem 0.16rem;

  }
  
  .noticebg .notice .dynamics .dynamicsbox .dynamics_r ul li:hover h5{
    color: #d5a771;
    text-decoration: underline;

  }

  .educationbg .education .educationbox .swiper-slide:hover .picimg .pic img{
    transform: scale(1.1);

  }

  .educationbg .education .educationbox .swiper-slide:hover .picimg::after {

    width: 100%;
    height: 5.69rem;
}

.educationbg .education .educationbox .swiper-slide-next:hover .picimg::after {

  top: 0%;
  transform: translateY(0%);
}

.educationbg .education .educationbox .swiper-slide:hover h5{
  color: #944a5e;

}


.educationbg .education .educationbox .swiper-slide:hover .picimg .more em::after {
  animation: circle1 10s linear 0s infinite;
}


.databg .data .databox .swiper-container .swiper-slide:hover .nr::after{
  opacity: 1;

}

.databg .data .databox .swiper-container .swiper-slide:hover .nr::before{
  opacity: 1;

}

.databg .data .databox .swiper-container .swiper-slide:hover .num{
  margin: 0 auto;
  background:none;
  padding-top: 0rem;
  height: auto;
}

.databg .data .databox .swiper-container .swiper-slide:hover .num::after{
  display: none;
}

.databg .data .databox .swiper-container .swiper-slide:hover .num .ico1{
  display: none;
}


.databg .data .databox .swiper-container .swiper-slide:hover .num .ico2{
  transform: translateY(-100%);
}


.databg .data .databox .swiper-container .swiper-slide:hover .num i{
  color: #fff;
  font-size: 0.58rem;
  margin: 0.12rem auto 0 auto;
}

.databg .data .databox .swiper-container .swiper-slide:hover .txt {
  color: #fff;
  margin: 0rem auto 0 auto;
  width: 70%;
}

.databg .data .databox .swiper-container .swiper-slide:hover .txt h5{
  display: none;

}

.databg .data .databox .swiper-container .swiper-slide:hover .txt  p{
  display: block;

}


.newsbg .news .newsbox .swiper-slide .news_right ul li:hover{
  padding-left: 0.25rem;
}

.newsbg .news .newsbox .swiper-slide .news_right ul li:hover::after{
  width: 100%;
  box-shadow: 0px 0px 10px 10px rgba(213, 168, 115, 0.08);
}


.newsbg .news .newsbox .swiper-slide .news_right ul li:hover .time span{
  color: #fff;
}

.newsbg .news .newsbox .swiper-slide .news_right ul li:hover .time i{
  color: #fff;
}

.newsbg .news .newsbox .swiper-slide .news_right ul li:hover .txt::after{
  background: rgba(255, 255,255, 0.1);
}

.newsbg .news .newsbox .swiper-slide .news_right ul li:hover .txt h5{
  color: #fff;
  text-decoration: underline;

}


.academicbg  .academic .academicbox .swiper-container .swiper-slide:hover .nr{
  background: url(/images/academiclist.jpg) no-repeat  center;
  background-size: 100%;
}

.academicbg  .academic .academicbox .swiper-container .swiper-slide:hover .nr h5{
  color: #fff;
}

.academicbg  .academic .academicbox .swiper-container .swiper-slide:hover .nr ul li {
  color: #fff;
}

.academicbg  .academic .academicbox .swiper-container .swiper-slide:hover .nr ul li:nth-child(1) i{
  background: url(/images/ico11.png) no-repeat  center;
  background-size: 100%;
}

.academicbg  .academic .academicbox .swiper-container .swiper-slide:hover .nr ul li:nth-child(2) i{
  background: url(/images/ico22.png) no-repeat  center;
  background-size: 100%;
}

.academicbg  .academic .academicbox .swiper-container .swiper-slide:hover .nr ul li:nth-child(3) i{
  background: url(/images/ico33.png) no-repeat  center;
  background-size: 100%;
}

.academicbg  .academic .academicbox .swiper-container .swiper-slide:hover .nr ul li:nth-child(4) i{
  background: url(/images/ico44.png) no-repeat  center;
  background-size: 100%;
}

.academicbg  .academic .academicbox .swiper-container .swiper-slide:hover .nr::after{

  height: 2.47rem;
  background: #fff;

}

.academicbg  .academic .academicbox .swiper-container .swiper-slide:hover .nr::before{
  background: url(/images/academic_ico4.png) no-repeat top center;
  background-size: 100%;

}

.academicbg  .academic .academicbox .swiper-container .swiper-slide:hover .xt em{
  background: url(/images/academic_ico2.png) no-repeat  center;
  background-size: 100%;
  animation: circle1 0s linear 0s infinite;
}

.academicbg  .academic .academicbox .swiper-container .swiper-slide:hover .xt i{
  display: block;

}




}



@media(max-width: 1024px){
  .banner .swiper-pagination {

    bottom: 0.25rem;

}



.title span{

  font-size: 0.24rem;


}



.titlemore{

  margin-top: 0.25rem;

}

.titlemore a i{
  font-size: 0.26rem;
  background: url(/images/titlemore.png) no-repeat right center;
  background-size: 0.24rem 0.24rem;
  padding-right: 0.35rem;
}




/* news */

.newsbg{

  padding-top: 0.5rem;
  padding-bottom: 0rem;
}


.newsbg::after{
  display: none;
}




.newsbg .news .newsbox .swiper-slide .news_img{
  width: 100%;
  position: relative;
  z-index: 5;
  padding-bottom: 1.3rem;


}

.newsbg .news .newsbox .swiper-slide .news_img::after{
  position: absolute;
  left: 0;
  bottom: 0px;
  content: "";
  width: 10.67rem;
  height: 100%;
  background: url(/images/newsbg1.png) no-repeat left bottom;
  background-size: 100% 100%;
}



.newsbg .news .newsbox .swiper-slide .news_img .mySwiper2 .swiper-slide .pic{

  height: auto;
  padding-top: 56%;



}



.newsbg .news .newsbox .swiper-slide .news_img .mySwiper2 .swiper-slide .pic .time i{

  font-size: 0.24rem;


}

.newsbg .news .newsbox .swiper-slide .news_img .mySwiper2 .swiper-slide .txt{
  padding: 0.38rem 0.3rem 0 0.3rem;

}

.newsbg .news .newsbox .swiper-slide .news_img .mySwiper2 .swiper-slide .txt h5{
  font-size: 0.3rem;

}

.newsbg .news .newsbox .swiper-slide .news_img .mySwiper2 .swiper-slide .txt p{
  font-size: 0.26rem;
  line-height: 0.45rem;
  max-height: 0.9rem;

}



.newsbox .swiper-container .swiper-slide .news_show .news_img .news-pagination{
  bottom: 0.6rem;
  right: 0.3rem;
  z-index: 9;



}

.newsbox .swiper-container .swiper-slide .news_show .news_img .news-pagination .swiper-pagination-bullet{
  width: 0.16rem;
  height: 0.16rem;


}





.newsbox .swiper-container .swiper-slide .news_show .news_img .news-pagination .swiper-pagination-bullet-active {
  width: 0.38rem;
  opacity: 1;
  background: none;

}

.newsbox .swiper-container .swiper-slide .news_show .news_img .news-pagination .swiper-pagination-bullet-active::after{
  opacity: 1;
}


.newsbox .swiper-container .swiper-slide .news_show .news_img .news-pagination .swiper-pagination-bullet-active::before{
  opacity: 1;
  animation: circle1 10s linear 0s infinite;
}


.newsbg .news .newsbox .swiper-slide .news_right{
  width: 100%;
  margin: 0.15rem auto 0 auto;

  
}



.newsbg .news .newsbox .swiper-slide .news_right ul li{

  height: auto;
  padding: 0.3rem 0;

}

.newsbg .news .newsbox .swiper-slide .news_right ul li .time{
  text-align: center;
}

.newsbg .news .newsbox .swiper-slide .news_right ul li .time span{
  font-size: 0.36rem;
  line-height: 0.36rem;

}

.newsbg .news .newsbox .swiper-slide .news_right ul li .time i{

  font-size: 0.24rem;

  margin-top: 0.07rem;

}


.newsbg .news .newsbox .swiper-slide .news_right ul li .txt{
  width: calc(100% - 1.2rem);

}

.newsbg .news .newsbox .swiper-slide .news_right ul li .txt::after{

  height: 0.6rem;


}

.newsbg .news .newsbox .swiper-slide .news_right ul li .txt h5{
  font-size: 0.3rem;
    line-height: 0.45rem;
    max-height: 0.9rem;


}












.databg{
  padding-top: 0.5rem;
  padding-bottom: 0.7rem;
}



.databg .data .databox{
  margin:  0.2rem 0rem 0 0rem;
}




.databg .data .databox .swiper-container .swiper-slide .num{

  width: 2.2rem;
  height: 2.2rem;
  padding-top: 0.4rem;

} 


.databg .data .databox .swiper-container .swiper-slide .num span{
  display: block;
  overflow: hidden;
  margin: 0 auto;
  width: 0.8rem;
  height: 0.8rem;
}



.databg .data .databox .swiper-container .swiper-slide .num i{

  font-size: 0.38rem;

}

.databg .data .databox .swiper-container .swiper-slide .txt{
  font-size: 0.3rem;
  line-height: 0.45rem;
  margin: 0.2rem auto 0 auto;

  width: 90%;
}

.databg .data .databox .swiper-container .swiper-slide .txt h5 {
  font-size: 0.3rem;
}


.databg .data .databox .num-pagination {
  margin: 0.4rem auto 0 auto;
  text-align: center;
}

.databg .data .databox .num-pagination .swiper-pagination-bullet {
  width: 0.16rem;
  height: 0.16rem;
  margin: 0 0.1rem;
}


.databg .data .databox .num-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #88191f;
}











.noticecont{
  margin: 0 auto;
  position: relative;
  z-index: 6;
  background: url(/images/noticebg.jpg) no-repeat top center;
  background-size: cover;
  padding-bottom: 0.8rem;
}


.noticebg::after{
  position: absolute;
  left: 0;
  top: -0.77rem;
  content: "";
  z-index: -1;
  background: url(/images/noticebg1.png) no-repeat center top;
  background-size: cover;
  width: 100%;
  height: 0.78rem;
}


.noticebg::before{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -2.32rem;
  content: "";
  z-index: -2;
  background: url(/images/noticebg2.png) no-repeat center top;
  background-size: 100%;

  width: 4.35rem;
  height: 2.36rem;
}


.noticebg .notice{
  padding-top: 0.25rem;

}

.noticebg .notice .titlecon1 .titlemore a i{
  background: url(/images/titlemore1.png) no-repeat right center;
  background-size: 0.24rem 0.24rem;
}

.noticebg .notice .notice_l{
  width: 100%;

}

.noticebg .notice .notice_l .noticebox{
  margin-top: 0.38rem;


}




.noticebg .notice .notice_l ul li{
  margin-bottom: 0.18rem;
  height: 1.4rem;

}



.noticebg .notice .notice_l ul li .time{
  width: 1.3rem;


}

.noticebg .notice .notice_l ul li .time span{

  padding-top: 0.28rem;
}

.noticebg .notice .notice_l ul li .time i{
  font-size: 0.24rem;

}

.noticebg .notice .notice_l ul li h5{
  width: calc(100% - 1.85rem);
  font-size: 0.28rem;
  line-height: 0.45rem;
  max-height: 0.9rem;
} 



.noticebg .notice .notice_l .notice-pagination .swiper-pagination-bullet{
  width: 0.16rem;
  height: 0.16rem;
  margin: 0 0.1rem;

}

.noticebg .notice .notice_l .notice-pagination .swiper-pagination-bullet-active{
  opacity: 1;
  background: #fff;

}


.noticebg .notice .dynamics{
  width: 100%;
  margin-top: 0.5rem;
  
}




.noticebg .notice .dynamics .dynamicsbox .dynamics_l{
  width: 100%;
  height: auto;

}



.noticebg .notice .dynamics .dynamicsbox .dynamics_l .pic{

  height: auto;
  padding-top: 56%;

}


.noticebg .notice .dynamics .dynamicsbox .dynamics_l .txt{
  padding: 0.4rem 0.4rem 0.3rem 0.4rem;
}

.noticebg .notice .dynamics .dynamicsbox .dynamics_l .txt h5{
  font-size: 0.3rem;
  line-height: 0.45rem;
  height: 0.9rem;
}

.noticebg .notice .dynamics .dynamicsbox .dynamics_l .txt p{
  font-size: 0.26rem;
  line-height: 0.4rem;
  height: 1.6rem;

  margin: 0.27rem 0;
}

.noticebg .notice .dynamics .dynamicsbox .dynamics_l .txt .time{
  padding-left: 0.3rem;
  font-size: 0.24rem;
  background: url(/images/time3.png) no-repeat left 0rem;
  background-size: 0.24rem 0.24rem;

}

.noticebg .notice .dynamics .dynamicsbox .dynamics_l .txt .time i{
  font-size: 0.3rem;
}



.noticebg .notice .dynamics .dynamicsbox .dynamics_r{
  width: 100%;
  margin-top: 0.3rem;
  padding-bottom: 0.5rem;
}



.noticebg .notice .dynamics .dynamicsbox .dynamics_r ul li .time em {
  width: calc(100% - 2rem);
  height: 0.14rem;

}

.noticebg .notice .dynamics .dynamicsbox .dynamics_r ul li .time span{
  padding-left: 0.3rem;
  font-size: 0.26rem;
  background: url(/images/time1.png) no-repeat left 0rem;
  background-size: 0.24rem 0.24rem;

}

.noticebg .notice .dynamics .dynamicsbox .dynamics_r ul li h5{
  font-size: 0.3rem;
  line-height: 0.45rem;
  height: 0.9rem;

}













.mediabg{
  overflow: hidden;
}

.mediabg::after{
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  z-index: -1;
  background: url(/images/Socialbg1.jpg) no-repeat center left;
  background-size: 100%;
  width: 5.95rem;
  height: 4.07rem;
}


.mediabg .media{
  padding-top: 0.5rem;

}

.mediabg .media .titlecon{
  position: relative;
  top: 0rem;
}



.mediabg .media .mediabox{
  margin-top: 0.35rem;
}

.mediabg .media .mediabox .media_l{
  width: 100%;


}


.mediabg .media .mediabox .media_l ul li{

  margin: 0 0rem 0.15rem 0;
  float: none;

}




.mediabg .media .mediabox .media_l ul li .pic .videoBtn {
  position: absolute;
  width: 0.9rem;
  height: 0.9rem;
  background: url(/images/videoico.png) center no-repeat;
  background-size: 100% 100%;
  left: 0;
  top: 0;
  z-index: 99;
  border-radius: 50%;
}


.mediabg .media .mediabox .media_l ul li .pic .videoico {
  position: absolute;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  left: calc((100% - 0.9rem) / 2);
  top: calc((100% - 0.9rem) / 2);
  z-index: 99;

}

.mediabg .media .mediabox .media_l ul li .pic .videoico i {
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  position: absolute;
  left: 0rem;
  bottom: 0rem;
  z-index: 5;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.mediabg .media .mediabox .media_l ul li .pic .videoico i:after {
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  animation: scaleta 1.5s infinite;
}

.mediabg .media .mediabox .media_l ul li .pic .videoico i:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  animation: scaletb 1.5s infinite;
}



.mediabg .media .mediabox .media_l ul li .txt h6{

  line-height: 0.42rem;

}

.mediabg .media .mediabox .media_l ul li .txt h6 img{

  width: 0.24rem;
  height: 0.24rem;

}

.mediabg .media .mediabox .media_l ul li .txt h6 i{

  font-size: 0.24rem;

}


.mediabg .media .mediabox .media_l ul li .txt h5{

  font-size: 0.3rem;

}

.mediabg .media .mediabox .media_l ul li:nth-child(1){
  margin-top: 0rem;
}

.mediabg .media .mediabox .media_l ul li:nth-child(1) .pic{
  width: 100%;
  height: auto;
  padding-top: 175%;

}


.mediabg .media .mediabox .media_l ul li:nth-child(2) .pic{
  width: 100%;
  height: auto;
  padding-top: 56%;
}




.mediabg .media .mediabox .media_l ul li:nth-child(3) .pic{
  width: 100%;
  height: auto;
  padding-top: 90%;
}

.mediabg .media .mediabox .media_l ul li:nth-child(4) .pic{
  width: 100%;
  height: auto;
  padding-top: 90%;
}




.mediabg .media .mediabox .media_r{
  width: 100%;
  height: auto;
  margin-top: 0.85rem;
  padding-top: 0.62rem;
  padding-bottom: 0.5rem;
}


.mediabg .media .mediabox .media_r::after{
  position: absolute;
  right: -0.5rem;
  top: -0.9rem;
  content: "";
  z-index: -1;
  background: url(/images/medialistbg.png) no-repeat top right;
  background-size: 100%;
  width: 6.84rem;
  height: 3.72rem;
}



.mediabg .media .mediabox .media_r .ewm .ewm_t{
 
  font-size: 0.32rem;

}





.mediabg .media .mediabox .media_r .ewm ul li{
  margin: 0 0.1rem;


}

.mediabg .media .mediabox .media_r .ewm ul li .ewmico{
  width: 0.7rem;
  height: 0.7rem;

}



.mediabg .media .mediabox .media_r .ewm ul li .ewmimg{

  width: 1.5rem;
  height: 1.5rem;

}





.mediabg .media .mediabox .media_r .medialist{
  margin: 0.1rem auto 0 auto;
  width: 86%;
}


.mediabg .media .mediabox .media_r .medialist ul li{

  padding: 0.25rem 0 0.2rem 0;

}



.mediabg .media .mediabox .media_r .medialist ul li .time{
  height: 0.45rem;

}

.mediabg .media .mediabox .media_r .medialist ul li .time .ico{
  line-height: 0.45rem;
  padding: 0 0.16rem 0 0.16rem;

}

.mediabg .media .mediabox .media_r .medialist ul li .time .ico img{
  display: inline-block;
  width: 0.24rem;
  height: 0.24rem;
}

.mediabg .media .mediabox .media_r .medialist ul li .time .ico i{
  font-size: 0.24rem;

}

.mediabg .media .mediabox .media_r .medialist ul li .time em{
  font-size: 0.26rem;
  line-height: 0.45rem;

}

.mediabg .media .mediabox .media_r .medialist ul li h5{
  font-size: 0.3rem;
  line-height: 0.4rem;
  max-height: 1.2rem;
  margin-top: 0.25rem;
}






.educationbg{
  padding-top: 0.5rem;
  padding-bottom: 2.85rem;
}



.educationbg .education .educationbox{
  margin:  0.4rem auto 0 auto;
}

.educationbg .education .educationbox .swiper-slide{
  position: relative;
  margin-top: 0.2rem;
}

.educationbg .education .educationbox .swiper-slide-next{
  margin-top: 0.2rem;
}



.educationbg .education .educationbox .swiper-slide h5{
  width: 0.36rem;
  line-height: 0.36rem;
  font-size: 0.3rem;


}

.educationbg .education .educationbox .swiper-slide .picimg{

  height: auto;
  width: calc(100% - 0.8rem);
}

.educationbg .education .educationbox .swiper-slide .picimg .pic{
  width: 100%;
  height: auto;
  padding-top: 152%;


}


.educationbg .education .educationbox .swiper-slide .picimg .more{
  position: absolute;
  z-index: 6;
  right: 0.35rem;
  bottom: 0.32rem;

} 

.educationbg .education .educationbox .swiper-slide .picimg .more em{
  width: 0.45rem;
  height: 0.45rem;


}


.educationbg .education .educationbox .swiper-slide .picimg .more i{
  font-size: 0.26rem;
  line-height: 0.3rem;
  margin-top: 0.2rem;


}


.educationbg .education .educationbox .swiper-slide .picimg::after {
  -webkit-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  transition: all 0s ease-out;
}



.fcbg .fc{
  margin: 0 auto;
  padding-top: 0.5rem;
}



.fc .fcbox .swiper-container{
  padding-bottom: 1.2rem;
}






.academicbg{

  padding-top: 0.8rem;
  padding-bottom: 0.4rem;


}



.academicbg  .academic::after{

  top: 0rem;
  left: 52%;
  transform: translateX(-50%);
  width: 50%;
  height: 0.6rem;
  object-fit: contain;

}

.academicbg  .academic .academicbox{
  margin: 0rem 0rem 0 0 ;

}

.academicbg  .academic .academicbox .swiper-container{
  padding: 0.35rem 0;

}



.academicbg  .academic .academicbox .swiper-container .swiper-slide .nr{

  width: 94%;
  height: auto;

  padding: 0.45rem 0.4rem 0.5rem 0.45rem;
  margin: 0 auto;



}

.academicbg  .academic .academicbox .swiper-container .swiper-slide .nr::after{

  height: 0.76rem;

}



.academicbg  .academic .academicbox .swiper-container .swiper-slide .nr h5{
  font-size: 0.3rem;
  line-height: 0.45rem;
  height: 0.9rem;

}

.academicbg  .academic .academicbox .swiper-container .swiper-slide .nr ul{
  margin-top: 0.6rem;

}

.academicbg  .academic .academicbox .swiper-container .swiper-slide .nr ul li{
  font-size: 0.28rem;
  line-height: 0.4rem;

}

.academicbg  .academic .academicbox .swiper-container .swiper-slide .nr ul li i{
  width: 0.3rem;
  height: 0.3rem;

}






.academicbg  .academic .academicbox .swiper-container .swiper-slide .xt{
  margin: 0.65rem auto 0 auto;
  height: 0.32rem;
  position: relative;
  left: -0rem;

}


.academicbg  .academic .academicbox .swiper-container .swiper-slide .xt em{

  width: 0.32rem;
  height: 0.32rem;

}

.academicbg  .academic .academicbox .swiper-container .swiper-slide .xt i {
  width: 0.32rem;
  height: 0.32rem;
}




.academicbg::after{
  bottom: 0.9rem;


}





}