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;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url(../images/topbg2.png) no-repeat top center;
  background-size: 100%;
  z-index: 2;
  pointer-events: none;
}



.banner .swiper-container {
  overflow: hidden;
  margin: 0 auto;

}

.banner .swiper-slide {
  height: 100%;
  overflow: hidden;
  position: relative;
}


.banner .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
}

.banner .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 1s linear 2s;
  transform: scale(1, 1);
  object-fit: cover;
}

.banner .swiper-slide-active img,
.banner .swiper-slide-duplicate-active img {
  transition: 6s linear;
  transform: scale(1.05, 1.05);
}


.banner .video-slide {
  width: 100%;
  height: 100%;
  position: relative;
}

.banner video{
  display: block;
  pointer-events: none; /* 防止视频干扰滑动手势 */
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.banner .swiper-banner-next {
  position: absolute;
  width: 0.49rem;
  height: 0.49rem;
  background: url(../images/bannerright.png) no-repeat center;
  background-size: 100%;
  right: 3%;
  top: 50%;
  z-index: 5;
  cursor: pointer;
  display: none;

}

.banner .swiper-banner-prev {
  position: absolute;
  width: 0.49rem;
  height: 0.49rem;
  background: url(../images/bannerleft.png) no-repeat center;
  background-size: 100%;
  left: 3%;
  top: 50%;
  z-index: 5;
  cursor: pointer;
  display: none;
}


.banner .swiper-pagination{
  width: auto;
  margin: 0;
  position: absolute;
  bottom: 0.7rem;
  right: 8%;
}

.banner .swiper-pagination .swiper-pagination-bullet{
  position: relative;
  margin: 0 0.35rem ;
  border-radius: 50%;
  opacity: 1;
  display: inline-block;
  width: 0.14rem;
  height: 0.14rem;
  line-height: 0.9rem;
  background: #FFFFFF;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.5);
}


.banner .swiper-pagination .swiper-pagination-bullet::after{
  position: absolute;
  left: -0rem;
  top: -0.13rem;
  content: "";
  background: url(../images/bannerico.png) no-repeat center;
  background-size: 100%;
  width: 0.46rem;
  height: 0.41rem;
  opacity: 0;

}

.banner .swiper-pagination .swiper-pagination-bullet::before{
  position: absolute;
  right: -0.57rem;
  top: 50%;
  content: "";
  background: #fff;
  width: 0.44rem;
  height: 1px;
}

.banner .swiper-pagination .swiper-pagination-bullet:last-child:before{
  display: none;
}

.banner .swiper-pagination .swiper-pagination-bullet-active{
  background: none;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0);
  border-radius: 0;
  width: 0.46rem;
}

.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 .headerhtcon{
  position: absolute;
  left: 0;
  bottom: 0.35rem;
  width: 100%;


}

.banner .headerht{
  margin: 0 auto;
  width: auto;
  position: relative;
  z-index: 5;

}

.banner .headerht span{
  font-size: 0.14rem;
  color: #FFFFFF;
  text-align: center;
  font-family: 'Times New Roman', Times, serif;
  text-transform: uppercase;
  display: block;
  padding-top: 0.53rem;
  margin: 0 auto;
  background: url(../images/mouse.png) no-repeat top center;
  background-size: 0.24rem 0.45rem;
  animation: ht 1s infinite;
    -moz-animation: ht 1s infinite;
    /* Firefox */

    -webkit-animation: ht 1s infinite;
    /* Safari and Chrome */

    -o-animation: ht 1s infinite;
    /* Opera */

    cursor: pointer;
}

@keyframes ht {
  0% {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
 }
  50% {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
 }
  100% {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
 }
 }
  @-moz-keyframes ht {
  0% {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
 }
  50% {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
 }
  100% {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
 }
 }
  @-webkit-keyframes ht {
  0% {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
 }
  50% {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
 }
  100% {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
 }
 }
  @-o-keyframes ht {
  0% {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
 }
  50% {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
 }
  100% {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
 }
 }
 


@media(max-width: 1024px){


  .banner .swiper-pagination {
    width: 100%;
    bottom: 0.2rem;
    right: 0%;
}

.banner .headerht{
  display: none;
}

}






/* title */


.titlecon{
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;

}

.titlecon .title{
  font-family: "SourceHanSerifCN";
  position: relative;
  left: -0.45rem;
  background: url(../images/title.png) left top no-repeat;
  background-size: 0.89rem 0.87rem;
  padding-left: 0.45rem;
  padding-top: 0.3rem;
}

.titlecon .title span{
  display: block;
  font-size: 0.16rem;
  color: rgba(2, 117, 197, 0.6);
  text-transform: uppercase;
  text-align: center;
}

.titlecon .title h3{
  font-size: 0.38rem;
  color: #000000;
  line-height: 0.42rem;
}

.titlecon .title h3 i{
  font-size: 0.38rem;
  color: #155BA6;
}

.titlecon .titlemore{
  width: 1.31rem;
  height: 0.4rem;
  line-height: 0.4rem;
  background: url(../images/more.png) center no-repeat;
  background-size: 100%;
  position: relative;
  z-index: 5;
  margin-top: 0.5rem;

} 

.titlecon .titlemore a{

  display: block;
  font-size: 0.16rem;
  color: #0275C5;
  padding-left: 0.5rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  z-index: 6;
} 

.titlecon .titlemore:hover a{
  letter-spacing: 1px;
}


/* news */


.newsbg{
  margin: 0 auto;
  padding-top: 0.8rem;
  position: relative;
  z-index: 5;
}

.newsbg::after{
  position: absolute;
  right: 0;
  bottom: -1.5rem;
  content: "";
  z-index: -1;
  width: 3.47rem;
  height: 5.42rem;
  background: url(../images/newsbg.png) top left no-repeat;
  background-size: 100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.newsbg .newsbox{
  margin: 0.4rem auto 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.newsbg .newsbox .news_l{
  width: 63.5%;
  margin-left: -0.2rem;
  position: relative;

}

.newsbg .newsbox .news_l .swiper-container{
  padding-bottom: 0.2rem;

}


.newsbg .newsbox .news_l .swiper-slide{
  position: relative;
  padding-left: 0.2rem;
}

.newsbg .newsbox .news_l .swiper-slide .pic {
  width: 100%;
  height: 5.63rem;
  position: relative;
  overflow: hidden;

}

.newsbg .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 .newsbox .news_l .swiper-slide .txt {
  height: 1.85rem;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  width: calc(100% - 0.55rem);
  padding: 0 0.15rem 0 0.1rem;
} 

.newsbg .newsbox .news_l .swiper-slide .txt a{
  display: block;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 0.4rem;
}

.newsbg .newsbox .news_l .swiper-slide .txt .time{
  border-right: 1px solid #D8D8D8;
  height: 1rem;
  padding: 0 0.2rem;
  text-align: center;
}

.newsbg .newsbox .news_l .swiper-slide .txt .time span{
  display: block;
  font-size: 0.4rem;
  color: #0275C5;
  line-height: 0.3rem;
}

.newsbg .newsbox .news_l .swiper-slide .txt .time i{
  display: block;
  font-size: 0.18rem;
  color: #0275C5;
  margin-top: 0.06rem;
}

.newsbg .newsbox .news_l .swiper-slide .txt .nr{
  width: calc(100% - 1.4rem);
}

.newsbg .newsbox .news_l .swiper-slide .txt .nr h5{
  line-height: 0.24rem;
  font-size: 0.24rem;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.newsbg .newsbox .news_l .swiper-slide .txt .nr p{
  font-size: 0.16rem;
  color: #888888;
  line-height: 0.28rem;
  height: 0.56rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 0.25rem;
}

.newsbg .newsbox .news_l .news-next{
  position: absolute;
  right: 0;
  bottom: 1.5rem;
  cursor: pointer;
  width: 0.55rem;
  height: 0.55rem;
  background: #FD8E0B url(../images/news_right.png) center no-repeat;
  background-size: 0.11rem 0.17rem;
  z-index: 10;
}

.newsbg .newsbox .news_l .news-prev{
  position: absolute;
  right: 0;
  bottom: 0.95rem;
  cursor: pointer;
  width: 0.55rem;
  height: 0.55rem;
  background: #0275C5 url(../images/news_left.png) center no-repeat;
  background-size: 0.11rem 0.17rem;
  z-index: 10;
}



.newsbg .newsbox .news_r{
  width: 34.7%;
  border-left: 1px solid #E7E7E7;
  padding-left: 0.45rem;
}

.newsbg .newsbox .news_r .news_show{
  margin: 0 auto;

}

.newsbg .newsbox .news_r .news_show a{
  display: block;
}

.newsbg .newsbox .news_r .news_show .pic{
  width: 100%;
  height: 2.87rem;
  position: relative;
  overflow: hidden;

}

.newsbg .newsbox .news_r .news_show .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 .newsbox .news_r .news_show .txt{
  width: 100%;
  height: 1rem;
  background: #0275C5;
  padding: 0.25rem 0.3rem 0 0.3rem;

}

.newsbg .newsbox .news_r .news_show .txt h5{
  line-height: 0.3rem;
  font-size: 0.22rem;
  color: #FFFFFF;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 0rem 0 0.05rem 0;
}

.newsbg .newsbox .news_r .news_show .txt i{
  display: block;
  font-size: 0.16rem;
  color: #FFFFFF;
  background: url(../images/time2.png) left center no-repeat;
  background-size: 0.19rem 0.18rem;
  padding-left: 0.32rem;
}


.newsbg .newsbox .news_r .newslist{
  margin-top: 0.08rem;

} 

.newsbg .newsbox .news_r .newslist ul li{
  position: relative;
  z-index: 5;
  width: 100%;
  height: 1.15rem;
  border-bottom: 1px solid #E7E7E7;
  padding-top: 0.3rem;

}

.newsbg .newsbox .news_r .newslist ul li a{
  display: block;
}

.newsbg .newsbox .news_r .newslist ul li h5{
  font-size: 0.22rem;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.newsbg .newsbox .news_r .newslist ul li i{
  display: block;
  font-size: 0.16rem;
  color: #1A59B3;
  background: url(../images/time1.png) left center no-repeat;
  background-size: 0.19rem 0.18rem;
  padding-left: 0.32rem;
  margin-top: 0.06rem;
}


.newsbg .newsbox .news_r .newslist ul li::after{
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
  z-index: -1;
  width: 0;
  height: 1px;
  background: #1A59B3;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}




/* notice */

.noticebg{
  margin: 0.5rem auto 0 auto;
  background: url(../images/noticebg.png) top center no-repeat;
  background-size: 100%;
  position: relative;
  z-index: 5;
  padding-top: 1.75rem;

}

.noticebg::after{
  position: absolute;
  right: 0;
  top: 0rem;
  content: "";
  z-index: -1;
  width: 100%;
  height: 1.63rem;
  background: url(../images/noticebg1.png) top center no-repeat;
  background-size: 100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}



.noticebg .notice{
  margin: 0 auto;
  position: relative;
  padding-bottom: 1.2rem;
}

.noticebg .notice .titlecon .title{
  margin: 0 auto;
  text-align: center;
  left: -0.2rem;
}

.noticebg .notice .titlecon .titlemore{
  position: absolute;
  right: 0;
  top: 0;
}

.noticebg .notice .noticebox{
  margin: 0.25rem -0.2rem 0 -0.2rem;
}


.noticebg .notice .noticebox .swiper-container{
  padding: 0.2rem 0;
}

.noticebg .notice .noticebox .swiper-container .swiper-slide{
  position: relative;

}


.noticebg .notice .noticebox .swiper-container .swiper-slide .txt{
  width: 91.5%;
  height: 2.3rem;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 0.4rem 0.3rem 0 0.3rem;
  margin: 0 auto;
}


.noticebg .notice .noticebox .swiper-container .swiper-slide .txt a{
  display: block;
  padding-left: 0.35rem;
  position: relative;
  z-index: 5;
}

.noticebg .notice .noticebox .swiper-container .swiper-slide .txt span{
  display: block;
  font-size: 0.2rem;
  color: #B8B8B8;
  line-height: 0.3rem;
}

.noticebg .notice .noticebox .swiper-container .swiper-slide .txt span i{
  font-size: 0.4rem;
  color: #0275C5;
  margin-right: 0.2rem;

}

.noticebg .notice .noticebox .swiper-container .swiper-slide .txt h5{
  font-size: 0.22rem;
  color: #333333;
  line-height: 0.3rem;
  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.2rem;
}

.noticebg .notice .noticebox .swiper-container .swiper-slide .txt a::after{
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  content: "";
  width: 1px;
  height: 1.5rem;
  background: #CECECE;
}

.noticebg .notice .noticebox .swiper-container .swiper-slide .txt a::before{
  position: absolute;
  left: -1px;
  top: 0;
  z-index: -1;
  content: "";
  width: 4px;
  height: 0.2rem;
  background: #0275C5;
}


.noticebg .notice .noticebox .notice_button{
  margin: 0.2rem auto 0 auto;
  position: relative;
  z-index: 5;
  height: 0.44rem;
}

.noticebg .notice .noticebox .notice_button::after{
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  z-index: -1;
  width: 43.7%;
  height: 2px;
  background: #D9DFEB;
}

.noticebg .notice .noticebox .notice_button::before{
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  z-index: -1;
  width: 43.7%;
  height: 2px;
  background: #D9DFEB;
}

.noticebg .notice .noticebox .notice_button .notice-next{
  position: absolute;
  right: 46.5%;
  top: 0;
  cursor: pointer;
  width: 0.44rem;
  height: 0.44rem;
  background: url(../images/noticeright.png)  center no-repeat;
  background-size: 100%;
}

.noticebg .notice .noticebox .notice_button .notice-prev{
  position: absolute;
  left: 46.5%;
  top: 0;
  cursor: pointer;
  width: 0.44rem;
  height: 0.44rem;
  background: url(../images/noticeleft.png)  center no-repeat;
  background-size: 100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}



/* ACADEMIC */


.ACADEMICbg{
  margin: 0rem auto 0 auto;
  background: url(../images/ACADEMICbg.jpg) top center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 5;
  padding-top: 0.45rem;
  padding-bottom: 1rem;

}

.ACADEMICbg .ACADEMIC{
  margin: 0 auto;
}

.ACADEMICbg .ACADEMIC .titlecon .title{
  background: url(../images/title1.png) left top no-repeat;
  background-size: 0.89rem 0.87rem;
}

.ACADEMICbg .ACADEMIC .titlecon .title span{
  color: rgba(255, 255, 255, 0.3);
  padding-left: 0.23rem;
}

.ACADEMICbg .ACADEMIC .titlecon .title h3{
  color: #FFFFFF;
}

.ACADEMICbg .ACADEMIC .ACADEMICbox{
  margin: 0.4rem auto 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC_l{
  width: 55.6%;
  margin-left: -5.6%;
  position: relative;

}

.ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC_l .swiper-container{
  padding-bottom: 0.2rem;
}

.ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC_l .swiper-slide{
  position: relative;
}


.ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC_l .swiper-slide ul li{
  width: 100%;
  height: 1.78rem;
  position: relative;
  z-index: 5;

}

.ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC_l .swiper-slide ul li .nr{
  position: relative;
  z-index: 5;
  height: 100%;
  margin-left: 0.9rem;
  margin-right: 0.6rem;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}

.ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC_l .swiper-slide ul li a{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
}

.ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC_l .swiper-slide ul li .pic{
  position: relative;
  z-index: 5;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;

}

.ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC_l .swiper-slide ul li .pic img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: top;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  
}

.ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC_l .swiper-slide ul li:hover .pic img{
  transform: scale(1);
}

.ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC_l .swiper-slide ul li .pic::after{
  position: absolute;
  right: 0;
  bottom: -0.1rem;
  content: "";
  z-index: -1;
  width: 1.1rem;
  height: 1.1rem;
  background: url(../images/ACADEMIClist.png) center no-repeat;
  background-size: 100%;

}

.ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC_l .swiper-slide ul li .txt{
  width: calc(100% - 1.3rem);
}

.ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC_l .swiper-slide ul li .txt h5{
  font-size: 0.22rem;
  color: #FFFFFF;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 0.18rem;
}

.ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC_l .swiper-slide ul li .txt dl{
  margin-top: 0.2rem;
  height: 0.34rem;
}

.ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC_l .swiper-slide ul li .txt dl dd{
  display: inline-block;
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 0.34rem;
  margin-right: 0.4rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC_l .swiper-slide ul li .txt dl dd img{
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.12rem;
  position: relative;

}

.ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC_l .swiper-slide ul li .txt dl dd:nth-child(3n){
  margin-right: 0;
}


.ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC_l .swiper-slide ul li::after{
  position: absolute;
  left: 0;
  top: 0rem;
  content: "";
  z-index: -1;
  width: 0;
  height: 100%;
  background: url(../images/ACADEMIClistbg.png) center no-repeat;
  background-size: 100% 100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC_l .ACADEMIC-pagination{
  margin: 0.2rem 0 0 1rem;
  width: auto;
  bottom: 0;
  height: 0.05rem;
}

.ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC_l .ACADEMIC-pagination .swiper-pagination-bullet{
  width: 0.12rem;
  height: 0.05rem;
  border-radius: 65px;
  background: rgba(255, 255, 255, 0.4);
  margin-right: 0.1rem;
  opacity: 1;
}

.ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC_l .ACADEMIC-pagination .swiper-pagination-bullet-active{
  width: 0.28rem;
  height: 0.05rem;
  background: #FFFFFF;
}


.ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC_r{
  position: relative;
  width: 50%;
  
}


.ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC_r .swiper-slide{
  position: relative;

}

.ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC_r .swiper-slide a{
  display: block;
}

.ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC_r .swiper-slide .pic{
  width: 100%;
  height: 5.4rem;
  position: relative;
  overflow: hidden;

}

.ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC_r .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;

}


.ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC_r .swiper-slide .txt{
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(216, 216, 216, 0) 57%, rgba(0, 0, 0, 0.64) 100%);
}

.ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC_r .swiper-slide .txt .txt_nr{
  position: absolute;
  z-index: 9;
  left: 0;
  bottom: 0.3rem;
  width: 100%;
  padding: 0 0.8rem 0 0.45rem;
}


.ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC_r .swiper-slide .txt h5{
  font-size: 0.24rem;
  color: #FFFFFF;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC_r .swiper-slide .txt span{
  display: block;
  font-size: 0.16rem;
  color: #FFFFFF;
  background: url(../images/time2.png) left center no-repeat;
  background-size: 0.19rem 0.18rem;
  padding-left: 0.32rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 0.1rem;
}


.ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC_r .ACADEMIC-next{
  position: absolute;
  z-index: 9;
  cursor: pointer;
  right: 0.5rem;
  bottom: 0.25rem;
  width: 0.24rem;
  height: 0.24rem;
  background: url(../images/media_right.png) center no-repeat;
  background-size: 100%;
}

.ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC_r .ACADEMIC-prev{
  position: absolute;
    z-index: 9;
    cursor: pointer;
    right: 0.85rem;
    bottom: 0.25rem;
    width: 0.24rem;
    height: 0.24rem;
    background: url(../images/media_left.png) center no-repeat;
    background-size: 100%;
}


/* TRAINING */

.TRAININGbg{
  margin: 0rem auto 0 auto;
  background: url(../images/TRAININGbg.jpg) top center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 5;
  padding-top: 0.55rem;
  padding-bottom: 1.15rem;
}

.TRAININGbg .TRAINING{
  margin: 0 auto;

}

.TRAININGbg .TRAINING .TRAININGbox{
  margin: 0.43rem auto 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}


.TRAININGbg .TRAINING .TRAININGbox .TRAINING_l{
  width: 64.5%;

}

.TRAININGbg .TRAINING .TRAININGbox .TRAINING_l ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.TRAININGbg .TRAINING .TRAININGbox .TRAINING_l ul li{
  width: 48.5%;

}

.TRAININGbg .TRAINING .TRAININGbox .TRAINING_l ul li a{
  display: block;
}

.TRAININGbg .TRAINING .TRAININGbox .TRAINING_l ul li .pic{
  width: 100%;
  height: 2.81rem;
  overflow: hidden;
  position: relative;
}

.TRAININGbg .TRAINING .TRAININGbox .TRAINING_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;
}

.TRAININGbg .TRAINING .TRAININGbox .TRAINING_l ul li .txt{
  width: 100%;
  height: 2.38rem;
  background: #FFFFFF; 
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
  padding-top: 0.1rem;
} 

.TRAININGbg .TRAINING .TRAININGbox .TRAINING_l ul li .txt .time{
  width: 1.5rem;
  height: 0.33rem;
  line-height: 0.3rem;
  background: #0275C5;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.TRAININGbg .TRAINING .TRAININGbox .TRAINING_l ul li .txt .time i{
  display: inline-block;
  font-size: 0.16rem;
  color: #FFFFFF;
  text-align: center;
  background: url(../images/time2.png) left center no-repeat;
  background-size: 0.19rem 0.18rem;
  padding-left: 0.3rem;
}

.TRAININGbg .TRAINING .TRAININGbox .TRAINING_l ul li .txt h5{
  margin: 0.3rem 8% 0.15rem 8%;
  font-size: 0.22rem;
  color: #333333;
  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;
}

.TRAININGbg .TRAINING .TRAININGbox .TRAINING_l ul li .txt p{
  margin: 0 8% 0 8%;
  font-size: 0.16rem;
  color: #9E9E9E;
  line-height: 0.26rem;
  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;
}


.TRAININGbg .TRAINING .TRAININGbox .TRAINING_r{
  width: 33.7%;
  
}

.TRAININGbg .TRAINING .TRAININGbox .TRAINING_r ul li{
  width: 100%;
  height: 1.6rem;
  background: #FFFFFF;
  border-left: 1px solid #0275C5;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
  margin-bottom: 0.2rem;
  position: relative;
  z-index: 5;
}

.TRAININGbg .TRAINING .TRAININGbox .TRAINING_r ul li a{
  display: block;
  padding: 0.33rem 0.4rem 0 0.4rem;
}

.TRAININGbg .TRAINING .TRAININGbox .TRAINING_r ul li i{
  display: block;
  font-size: 0.16rem;
  color: #1A59B3;
  background: url(../images/time1.png) left center no-repeat;
  background-size: 0.19rem 0.18rem;
  padding-left: 0.32rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.TRAININGbg .TRAINING .TRAININGbox .TRAINING_r ul li h5{
  font-size: 0.22rem;
  color: #333333;
  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.18rem;
}


.TRAININGbg .TRAINING .TRAININGbox .TRAINING_r ul li::after{
  position: absolute;
  left: 0px;
  top: 0;
  z-index: -1;
  content: "";
  width: 0px;
  height: 100%;
  background: #0275C5;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


/* media */

.projectbg{
  width: 100%;
  margin: 0 auto;
  background: url(../images/projectbg1.png) bottom center no-repeat;
  background-size: 100%;
}

.mediabg{
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 5;
} 


.mediabg::after{
  position: absolute;
  right: 0px;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 4.33rem;
  height: 1.74rem;
  background: url(../images/mediabg.png)  center no-repeat;
  background-size: 100%;
}


.mediabg .media{
  margin: 0 auto;
  position: relative;
  background: url(../images/medialist.jpg) left center no-repeat;
  background-size: 4.26rem 8rem;
  height: 8rem;
  padding-top: 0.4rem;
}

.mediabg .media .media_t{
  position: absolute;
  top: 0.8rem;
  left: 0;
  width: 4.25rem;
  z-index: 11;
}

.mediabg .media .media_t h3{
  margin: 0 auto;
  text-align: center;
  font-size: 0.38rem;
  color: #FFFFFF;
  font-family: "SourceHanSerifCN";
}


.mediabg .media .media_t .ewm{
  margin: 0.25rem auto 0 auto;

}

.mediabg .media .media_t .ewm ul{
  text-align: center;
  margin: 0 auto;
}

.mediabg .media .media_t .ewm ul li{
  position: relative;
  width: 0.48rem;
  height: 0.48rem;
  margin: 0 0.13rem;
  display: inline-block;
}

.mediabg .media .media_t .ewm ul li .ewmico{
  width: 0.48rem;
  height: 0.48rem;

}

.mediabg .media .media_t .ewm ul li .ewmico img{
  width: 100%;
  height: 100%;
}


.mediabg .media .media_t .ewm ul li .ewmimg{
  opacity: 0;
  position: absolute;
  left: 50%;
  bottom: 0%;
  transform:  translateX(-50%) translateY(108%);
  transition: all 0.5s ease 0s;
  box-shadow: rgba(1, 1, 1, 0.08) 0px 2px 9.5px 0.5px;
  width: 1.2rem;
  height: 1.2rem;
  background: rgb(255, 255, 255);
  border-radius: 0px;
  padding: 0.05rem;
  visibility: hidden;
  z-index: 9;
}

.mediabg .media .media_t .ewm ul li .ewmimg img{
  width: 100%;
  height: 100%;
}


.mediabg .media .media_t .ewm ul li:hover .ewmimg {
  opacity: 1;
  transform:  translateX(-50%) translateY(103%);
  visibility: visible;
}




.mediabg .media .mediabox{
  margin: 0 auto 0rem auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}


.mediabg .media .mediabox .media_l{
  width: 69%;
  margin-left: 3%;
  position: relative;


}

.mediabg .media .mediabox .media_l .videobox{
  width: 63.6%;
  position: relative;
  margin: 0 0 0.2rem 36.4%;
}

.mediabg .media .mediabox .media_l .videobox .swiper-slide{
  position: relative;
}

.mediabg .media .mediabox .media_l .videobox .swiper-slide a{
  display: block;
}

.mediabg .media .mediabox .media_l .videobox .swiper-slide .pic{
  position: relative;
  width: 100%;
  height: 3.94rem;
  overflow: hidden;
}


.mediabg .media .mediabox .media_l .videobox .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;
}


.mediabg .media .mediabox .media_l .videobox .swiper-slide .pic .videoBtn {
  position: absolute;
  width: 0.9rem;
  height: 0.9rem;
  background: url(../images/videoico.png) center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: calc((100% - 0.9rem) / 2);
  top: calc((100% - 0.9rem) / 2);
  z-index: 99;
}

.mediabg .media .mediabox .media_l .videobox .swiper-slide .pic::after{
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}


.mediabg .media .mediabox .media_l .videobox .swiper-slide .txt{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 67%, rgba(0, 0, 0, 0.62) 100%);
}

.mediabg .media .mediabox .media_l .videobox .swiper-slide .txt h5{
  position: absolute;
  z-index: 9;
  left: 0;
  bottom: 0.2rem;
  width: 100%;
  padding: 0 0.2rem;
  line-height: 0.3rem;
  font-size: 0.22rem;
  color: #FFFFFF;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.mediabg .media .mediabox .media_l .videobox .video-next{
  position: absolute;
  z-index: 9;
  cursor: pointer;
  right: 0.4rem;
  bottom: 0.2rem;
  width: 0.24rem;
  height: 0.24rem;
  background: url(../images/media_right.png)  center no-repeat;
  background-size: 100%;
}

.mediabg .media .mediabox .media_l .videobox .video-prev{
  position: absolute;
  z-index: 9;
  cursor: pointer;
  right: 0.8rem;
  bottom: 0.2rem;
  width: 0.24rem;
  height: 0.24rem;
  background: url(../images/media_left.png)  center no-repeat;
  background-size: 100%;
}


.mediabg .media .mediabox .media_l .fcbox{
  width: 49%;
  float: left;
  position: relative;
}


.mediabg .media .mediabox .media_l .fcbox .swiper-slide{
  position: relative;
}


.mediabg .media .mediabox .media_l .fcbox .swiper-slide a{
  display: block;
}

.mediabg .media .mediabox .media_l .fcbox .swiper-slide .pic{
  width: 100%;
  height: 3rem;
  position: relative;
  z-index: 5;
  overflow: hidden;
}

.mediabg .media .mediabox .media_l .fcbox .swiper-slide 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 .fcbox .swiper-slide .pic::after{
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}

.mediabg .media .mediabox .media_l .fcbox .swiper-slide .txt{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 67%, rgba(0, 0, 0, 0.62) 100%);
}

.mediabg .media .mediabox .media_l .fcbox .swiper-slide .txt h5{
  position: absolute;
  z-index: 9;
  left: 0;
  bottom: 0.15rem;
  width: 100%;
  padding: 0 0.2rem;
  line-height: 0.4rem;
  font-size: 0.22rem;
  color: #FFFFFF;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.mediabg .media .mediabox .media_l .fcbox .swiper-slide .txt h5 img{
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.2rem;

}


.mediabg .media .mediabox .media_l .fcbox .fc-next{
  position: absolute;
  z-index: 9;
  cursor: pointer;
  right: 0.4rem;
  bottom: 0.2rem;
  width: 0.24rem;
  height: 0.24rem;
  background: url(../images/media_right.png)  center no-repeat;
  background-size: 100%;
}

.mediabg .media .mediabox .media_l .fcbox .fc-prev{
  position: absolute;
  z-index: 9;
  cursor: pointer;
  right: 0.8rem;
  bottom: 0.2rem;
  width: 0.24rem;
  height: 0.24rem;
  background: url(../images/media_left.png)  center no-repeat;
  background-size: 100%;
}






.mediabg .media .mediabox .media_l .medialist{
  width: 49%;
  float: right;
  position: relative;
}


.mediabg .media .mediabox .media_l .medialist a{
  display: block;
}

.mediabg .media .mediabox .media_l .medialist .pic{
  width: 100%;
  height: 3rem;
  position: relative;
  z-index: 5;
  overflow: hidden;
}

.mediabg .media .mediabox .media_l .medialist .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 .medialist .pic::after{
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}

.mediabg .media .mediabox .media_l .medialist .txt{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 67%, rgba(0, 0, 0, 0.62) 100%);
}

.mediabg .media .mediabox .media_l .medialist .txt h5{
  position: absolute;
  z-index: 9;
  left: 0;
  bottom: 0.15rem;
  width: 100%;
  padding: 0 0.2rem;
  line-height: 0.4rem;
  font-size: 0.22rem;
  color: #FFFFFF;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.mediabg .media .mediabox .media_l .medialist .txt h5 img{
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.2rem;

}





.mediabg .media .mediabox .media_r{
  width: 26.8%;
  
}

.mediabg .media .mediabox .media_r ul li{
  width: 100%;
  background: #818181;
  position: relative;
  z-index: 5;
  margin-bottom: 0.2rem;
}

.mediabg .media .mediabox .media_r ul li a{
  display: block;
}

.mediabg .media .mediabox .media_r ul li .pic{
  width: 100%;
  height: 2.86rem;
  position: relative;
  z-index: 5;
  overflow: hidden;
}

.mediabg .media .mediabox .media_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;
}

.mediabg .media .mediabox .media_r ul li .pic::after{
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}

.mediabg .media .mediabox .media_r ul li .txt{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 67%, rgba(0, 0, 0, 0.62) 100%);
}

.mediabg .media .mediabox .media_r ul li .txt h5{
  position: absolute;
  z-index: 9;
  left: 0;
  bottom: 0.15rem;
  width: 100%;
  padding: 0 0.2rem;
  line-height: 0.4rem;
  font-size: 0.22rem;
  color: #FFFFFF;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.mediabg .media .mediabox .media_r ul li .txt h5 img{
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.2rem;

}


.mediabg .media .mediabox .media_r ul li:last-child:after{
  position: absolute;
  z-index: 9;
  right: -0.2rem;
  bottom: -0.2rem;
  content: "";
  z-index: -1;
  width: 1.2rem;
  height: 1.2rem;
  background: rgba(255, 142, 10, 0.6);
}


/* project */

.projectcont{
  margin: 0.75rem auto 0 auto;
  padding-bottom: 0.95rem;
  position: relative;
  width: 100%;
  background: url(../images/projectbg.png)  center 0.8rem no-repeat;
  background-size: 100% 0.51rem;
}

.project{
  margin: 0rem auto 0 auto;
  position: relative;
}

.project .swiper-slide{
  position: relative;
}

.project .swiper-slide a{
  display: block;
}

.project .swiper-slide .picico{
  width: 1.7rem;
  height: 1.7rem;
  background: rgba(2, 117, 197, 0);
  border-radius: 50%;
  padding: 0.15rem;
  margin: 0.3rem auto 0 auto;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.project .swiper-slide:nth-child(2n-1) .picico{
  margin: 0rem auto 0 auto;
}

.project .swiper-slide .picico span{
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  background: #FFFFFF;
  border: 1px dashed #0275C5;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.project .swiper-slide .picico span .ico1{
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.project .swiper-slide .picico span .ico2{
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.project .swiper-slide .txt{
  margin: 0.1rem auto 0 auto;
  text-align: center;
  font-size: 0.22rem;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.project .project-next{
  position: absolute;
  z-index: 9;
  cursor: pointer;
  right: -0.48rem;
  top: 0.7rem;
  width: 0.48rem;
  height: 0.48rem;
  background: url(../images/proright.png) center no-repeat;
  background-size: 100%;
}

.project .project-prev{
  position: absolute;
  z-index: 9;
  cursor: pointer;
  left: -0.48rem;
  top: 0.7rem;
  width: 0.48rem;
  height: 0.48rem;
  background: url(../images/proleft.png) center no-repeat;
  background-size: 100%;
}


@media(min-width: 1024px){

  .pic:hover img{
    transform: scale(1.1);
  
  }

  .ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC_l .swiper-slide ul li:hover::after{
    width: 100%;
  }
  
  .newsbg .newsbox .news_l .swiper-slide:hover .pic img{
    transform: scale(1.1);
  }
  
  .newsbg .newsbox .news_l .swiper-slide:hover .txt .nr h5{
    color: #1A59B3;
  }
  
  .newsbg .newsbox .news_r .newslist ul li:hover::after{
    width: 100%;
  }
  
  .newsbg .newsbox .news_r .newslist ul li:hover h5{
    color: #1A59B3;
  }

  .noticebg .notice .noticebox .swiper-container .swiper-slide:hover .txt h5{
    color: #0275C5;
  }

  .noticebg .notice .noticebox .notice_button .notice-prev:hover{
    background: url(../images/noticeleft1.png)  center no-repeat;
    background-size: 100%;
  }

  .TRAININGbg .TRAINING .TRAININGbox .TRAINING_l ul li:hover .pic img{
    transform: scale(1.1);
  }
  
  .TRAININGbg .TRAINING .TRAININGbox .TRAINING_l ul li:hover .txt .time{
    background: #FF8E0A;
  }
  
  
  .TRAININGbg .TRAINING .TRAININGbox .TRAINING_l ul li:hover .txt h5{
    color: #0275C5;
  }

  .TRAININGbg .TRAINING .TRAININGbox .TRAINING_r ul li:hover::after{
    width: 100%;
  }
  
  .TRAININGbg .TRAINING .TRAININGbox .TRAINING_r ul li:hover i{
  
    color: #fff;
    background: url(../images/time2.png) left center no-repeat;
    background-size: 0.19rem 0.18rem;
  
  }
  
  .TRAININGbg .TRAINING .TRAININGbox .TRAINING_r ul li:hover h5{
    color: #fff;
  }


  .project .swiper-slide:hover .picico{

    background: rgba(2, 117, 197, 0.1);
  
  }
  
  .project .swiper-slide:hover .picico span{
    background: #0275C5;
  }
  
  .project .swiper-slide:hover .picico span .ico1{
    transform: translateY(-100%);
  }
  
  .project .swiper-slide:hover .picico span .ico2{
    transform: translateY(-100%);
  }

  .titlecon .titlemore:hover a{
    letter-spacing: 1px;
  }

  .ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC_r .swiper-slide:hover .pic img{
    transform: scale(1.1);
  }

  .mediabg .media .mediabox .media_l .videobox .swiper-slide:hover .pic img{
    transform: scale(1.1);
  }

}







@media(max-width: 1024px){


  
  .titlecon .title{
    left: 0rem;
    background: url(../images/title.png) left top no-repeat;
    background-size: 0.89rem 0.87rem;
    padding-left: 0.45rem;
    padding-top: 0.3rem;
  }
  
  .titlecon .title span{
    display: block;
    font-size: 0.24rem;
  }
  

  
  .titlecon .titlemore{
    width: 1.75rem;
    height: 0.52rem;
    line-height: 0.52rem;
    margin-top: 0.5rem;
  
  } 
  
  .titlecon .titlemore a{
  
    font-size: 0.24rem;
    padding-left: 0.65rem;

  } 
  

  
  
  /* news */
  
  
  .newsbg{

    padding-top: 0.5rem;

  }
  
  .newsbg::after{
    right: 0;
    bottom: -1.5rem;
    width: 40%;
    height: 5.42rem;

  }
  
  
  .newsbg .newsbox{
    margin: 0.35rem auto 0 auto;

  }
  
  .newsbg .newsbox .news_l{
    width: 100%;
    margin-left: 0rem;
  
  }
  
  
  
  .newsbg .newsbox .news_l .swiper-slide{
    padding: 0.15rem;
  }
  
  .newsbg .newsbox .news_l .swiper-slide .pic {

    height: auto;
    padding-top: 58%;
    margin: 0 auto;

  
  }
  
  
  .newsbg .newsbox .news_l .swiper-slide .txt {
    height: 1.95rem;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    width: calc(100% - 0rem);
    padding: 0 0.15rem 0 0.1rem;
  } 
  
  .newsbg .newsbox .news_l .swiper-slide .txt a{

    padding-top: 0.4rem;
  }
  
  .newsbg .newsbox .news_l .swiper-slide .txt .time{
    border-right: 1px solid #D8D8D8;
    height: 1rem;
    padding: 0 0.2rem;
    text-align: center;
  }
  
  .newsbg .newsbox .news_l .swiper-slide .txt .time span{
 
    line-height: 0.36rem;
  }
  
  .newsbg .newsbox .news_l .swiper-slide .txt .time i{
    font-size: 0.24rem;
    margin-top: 0.06rem;
  }
  
  .newsbg .newsbox .news_l .swiper-slide .txt .nr{
    width: calc(100% - 1.6rem);
  }
  
  .newsbg .newsbox .news_l .swiper-slide .txt .nr h5{
    line-height: 0.3rem;
    font-size: 0.3rem;

  }
  
  .newsbg .newsbox .news_l .swiper-slide .txt .nr p{
    font-size: 0.26rem;
    line-height: 0.35rem;
    height: 0.7rem;
    margin-top: 0.15rem;
  }
  
  .newsbg .newsbox .news_l .news-next{
    right: 0.15rem;
    bottom: auto;
    top: 30%;
    width: 0.75rem;
    height: 0.75rem;
    background: #FD8E0B url(../images/news_right.png) center no-repeat;
    background-size: 0.16rem 0.22rem;

  }
  
  .newsbg .newsbox .news_l .news-prev{

    left: 0.15rem;
    bottom: auto;
    top: 30%;
    width: 0.75rem;
    height: 0.75rem;
    background: #0275C5 url(../images/news_left.png) center no-repeat;
    background-size: 0.16rem 0.22rem;

  }
  
  
  
  .newsbg .newsbox .news_r{
    width: 100%;
    border-left: none;
    padding-left: 0rem;
  }
  

  
  .newsbg .newsbox .news_r .news_show .pic{
    height: auto;
    padding-top: 56%;

  
  }
  

  
  .newsbg .newsbox .news_r .news_show .txt{

    height: 1.3rem;

  
  }
  
  .newsbg .newsbox .news_r .news_show .txt h5{
    line-height: 0.4rem;
    font-size: 0.28rem;
    margin: 0rem 0 0.08rem 0;
  }
  
  .newsbg .newsbox .news_r .news_show .txt i{
    display: block;
    font-size: 0.24rem;
    background: url(../images/time2.png) left center no-repeat;
    background-size: 0.25rem 0.24rem;
    padding-left: 0.35rem;
  }
  
  
  .newsbg .newsbox .news_r .newslist{
    margin-top: 0.1rem;
  
  } 
  
  .newsbg .newsbox .news_r .newslist ul li{

    height: 1.35rem;
    padding-top: 0.3rem;
  
  }
  
  
  .newsbg .newsbox .news_r .newslist ul li h5{
    font-size: 0.3rem;
  }
  
  .newsbg .newsbox .news_r .newslist ul li i{

    font-size: 0.26rem;
    background: url(../images/time1.png) left center no-repeat;
    background-size: 0.25rem 0.24rem;
    padding-left: 0.35rem;
  }
  
  

  
  
  
  /* notice */
  
  .noticebg{
    margin: 0.5rem auto 0 auto;
    padding-top: 1rem;
  
  }
  
  
  
  
  .noticebg .notice{

    padding-bottom: 0.8rem;
  }
  
  .noticebg .notice .titlecon .title{
    margin: 0 ;
    text-align: left;
    left: 0rem;
  }
  
  .noticebg .notice .titlecon .titlemore{
    position: relative;

  }
  
  .noticebg .notice .noticebox{
    margin: 0.25rem 0rem 0 -0rem;
  }
  
  
  .noticebg .notice .noticebox .swiper-container .swiper-slide .txt{
    width: 96%;
    height: 2.5rem;
  }
  

  
  .noticebg .notice .noticebox .swiper-container .swiper-slide .txt span{
    font-size: 0.26rem;
    line-height: 0.3rem;
  }
  
  
  .noticebg .notice .noticebox .swiper-container .swiper-slide .txt h5{
    font-size: 0.28rem;
    line-height: 0.4rem;
    height: 1.2rem;
    margin-top: 0.2rem;
  }
  

  
  .noticebg .notice .noticebox .notice_button{

    height: 0.5rem;
  }
  
  .noticebg .notice .noticebox .notice_button::after{

    width: 30%;

  }
  
  .noticebg .notice .noticebox .notice_button::before{

    width: 30%;
  
  }
  
  .noticebg .notice .noticebox .notice_button .notice-next{
    right: 40%;
    width: 0.5rem;
    height: 0.5rem;

  }
  
  .noticebg .notice .noticebox .notice_button .notice-prev{

    left: 40%;
    width: 0.5rem;
    height: 0.5rem;
  }
  
  
  
  
  
  .ACADEMICbg{

    padding-top: 0.45rem;
    padding-bottom: 0.8rem;
  
  }

  
  .ACADEMICbg .ACADEMIC .ACADEMICbox{
    margin: 0.4rem auto 0 auto;
  }
  
  .ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC_l{
    width: 100%;
    margin-left: 0%;
  
  }
  
  .ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC_l .swiper-container{
    padding-bottom: 0.2rem;
  }
  
  
  .ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC_l .swiper-slide ul li{
    height: auto;

  
  }
  
  .ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC_l .swiper-slide ul li .nr{
    padding: 0.3rem 0;
    margin-left: 0rem;
    margin-right: 0rem;
  }
  
  
  .ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC_l .swiper-slide ul li .pic{

    width: 1.3rem;
    height: 1.3rem;

  
  }
  
  
  .ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC_l .swiper-slide ul li .pic::after{
    width: 1.3rem;
    height: 1.3rem;

  
  }
  
  .ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC_l .swiper-slide ul li .txt{
    width: calc(100% - 1.6rem);
  }
  
  .ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC_l .swiper-slide ul li .txt h5{
    font-size: 0.3rem;
    margin-top: 0rem;
  }
  
  .ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC_l .swiper-slide ul li .txt dl{
    margin-top: 0.2rem;
    height: auto;
  }
  
  .ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC_l .swiper-slide ul li .txt dl dd{
    font-size: 0.24rem;
    line-height: 0.4rem;
    margin-right: 0.4rem;

  }
  
  .ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC_l .swiper-slide ul li .txt dl dd img{
    width: 0.3rem;
    height: 0.3rem;

  
  }
  

  .ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC_l .ACADEMIC-pagination{
    margin: 0.3rem auto 0 auto;
    width: 100%;
    bottom: 0;
    height: 0.2rem;
    text-align: center;
  }
  
  .ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC_l .ACADEMIC-pagination .swiper-pagination-bullet{
    width: 0.2rem;
    height: 0.1rem;
    margin: 0 0.1rem;
    display: inline-block;
    text-align: center;

  }
  
  .ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC_l .ACADEMIC-pagination .swiper-pagination-bullet-active{
    width: 0.3rem;
    height: 0.1rem;
  }
  
  
  .ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC_r{
    position: relative;
    width: 100%;
    margin: 0.3rem auto 0 auto;
    
  }
  

  
  .ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC_r .swiper-slide .pic{

    height: auto;
    padding-top: 67%;

  
  }
  

  
  .ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC_r .swiper-slide .txt .txt_nr{

    bottom: 0.3rem;
    width: 100%;
    padding: 0 0.8rem 0 0.45rem;
  }
  
  
  .ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC_r .swiper-slide .txt h5{
    font-size: 0.3rem;

  }
  
  .ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC_r .swiper-slide .txt span{

    font-size: 0.24rem;
    background: url(../images/time2.png) left center no-repeat;
    background-size: 0.25rem 0.24rem;
    padding-left: 0.38rem;
    margin-top: 0.15rem;
  }
  
  
  .ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC_r .ACADEMIC-next{
 
    width: 0.3rem;
    height: 0.3rem;

  }
  
  .ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC_r .ACADEMIC-prev{
      right: 1rem;
      width: 0.3rem;
      height: 0.3rem;
  }
  
  

  
  .TRAININGbg{

    padding-top: 0.55rem;
    padding-bottom: 0.6rem;
  }
  
  
  
  .TRAININGbg .TRAINING .TRAININGbox .TRAINING_l{
    width: 100%;
  
  }
  
  
  .TRAININGbg .TRAINING .TRAININGbox .TRAINING_l ul li{
    width: 100%;
    margin-bottom: 0.3rem;
  
  }
  

  
  .TRAININGbg .TRAINING .TRAININGbox .TRAINING_l ul li .pic{
    width: 100%;
    height: auto;
    padding-top: 56%;

  }
  

  
  .TRAININGbg .TRAINING .TRAININGbox .TRAINING_l ul li .txt{
    height: 3.28rem;
    padding-top: 0.2rem;
  } 
  
  .TRAININGbg .TRAINING .TRAININGbox .TRAINING_l ul li .txt .time{
    width: 2rem;
    height: 0.53rem;
    line-height: 0.53rem;

  }
  
  .TRAININGbg .TRAINING .TRAININGbox .TRAINING_l ul li .txt .time i{
    font-size: 0.24rem;
    background: url(../images/time2.png) left center no-repeat;
    background-size: 0.25rem 0.24rem;
    padding-left: 0.38rem;
  }
  
  .TRAININGbg .TRAINING .TRAININGbox .TRAINING_l ul li .txt h5{
    margin: 0.3rem 6% 0.15rem 6%;
    font-size: 0.3rem;
    line-height: 0.45rem;
    height: 0.9rem;

  }
  
  .TRAININGbg .TRAINING .TRAININGbox .TRAINING_l ul li .txt p{
    margin: 0 6% 0 6%;
    font-size: 0.24rem;
    line-height: 0.36rem;
    height: 0.72rem;
  }
  
  
  .TRAININGbg .TRAINING .TRAININGbox .TRAINING_r{
    width: 100%;
    margin-top: 0.15rem;
    
  }
  
  .TRAININGbg .TRAINING .TRAININGbox .TRAINING_r ul li{

    height: auto;
  }
  
  .TRAININGbg .TRAINING .TRAININGbox .TRAINING_r ul li a{
    display: block;
    padding: 0.33rem 0.4rem 0.4rem 0.4rem;
  }
  
  .TRAININGbg .TRAINING .TRAININGbox .TRAINING_r ul li i{
    font-size: 0.26rem;
    background: url(../images/time1.png) left center no-repeat;
    background-size: 0.25rem 0.24rem;
    padding-left: 0.38rem;
  }
  
  .TRAININGbg .TRAINING .TRAININGbox .TRAINING_r ul li h5{
    font-size: 0.3rem;
    line-height: 0.45rem;
    height: 0.9rem;
    margin-top: 0.18rem;
  }
  


  
  .mediabg::after{

    width: 4.33rem;
    height: 1.74rem;
    background: url(../images/mediabg.png)  center no-repeat;
    background-size: 100%;
  }
  
  
  .mediabg .media{

    background: url(../images/medialist.jpg) top center no-repeat;
    background-size: 100%;
    height: auto;
    padding-top: 0.5rem;
  }
  
  .mediabg .media .media_t{
    position: relative;
    top: 0rem;
    left: 0;
    width: 100%;
  }
  
  .mediabg .media .media_t h3{

    font-size: 0.38rem;

  }
  
  
  .mediabg .media .media_t .ewm ul li{
    width: 0.65rem;
    height: 0.65rem;
    margin: 0 0.15rem;

  }
  
  .mediabg .media .media_t .ewm ul li .ewmico{
    width: 0.65rem;
    height: 0.65rem;
  
  }
  
  
  .mediabg .media .media_t .ewm ul li .ewmimg{

    width: 1.6rem;
    height: 1.6rem;

  }
  


  
  
  .mediabg .media .mediabox .media_l{
    width: 100%;
    margin: 0.4rem 0% 0 0;
  
  
  }
  
  .mediabg .media .mediabox .media_l .videobox{
    width: 100%;
    margin: 0 0 0.2rem 0%;
  }
  

  
  .mediabg .media .mediabox .media_l .videobox .swiper-slide .pic{
    height: auto;
    padding-top: 56%;

  }
  


  
  
  .mediabg .media .mediabox .media_l .videobox .swiper-slide .txt h5{
 
    padding: 0 0.3rem;
    line-height: 0.36rem;
    font-size: 0.28rem;

  }
  
  .mediabg .media .mediabox .media_l .videobox .video-next{
    right: 0.4rem;
    bottom: 0.3rem;
    width: 0.32rem;
    height: 0.32rem;
  }
  
  .mediabg .media .mediabox .media_l .videobox .video-prev{
    right: 1.1rem;
    bottom: 0.3rem;
    width: 0.32rem;
    height: 0.32rem;

  }
  
  
  .mediabg .media .mediabox .media_l .fcbox{
    width: 100%;
    float: none;
    position: relative;
    margin-bottom: 0.2rem;
  }
  
  
  
  .mediabg .media .mediabox .media_l .fcbox .swiper-slide .pic{

    height: auto;
    padding-top: 56%;

  }
  

  
  .mediabg .media .mediabox .media_l .fcbox .swiper-slide .txt h5{

    padding: 0 0.2rem;
    line-height: 0.4rem;
    font-size: 0.28rem;

  }
  
  .mediabg .media .mediabox .media_l .fcbox .swiper-slide .txt h5 img{
    height: auto;
    padding-top: 56%;
    margin-right: 0rem;
  
  }
  
  
  .mediabg .media .mediabox .media_l .fcbox .fc-next{
    right: 0.4rem;
    bottom: 0.3rem;
    width: 0.32rem;
    height: 0.32rem;
  }
  
  .mediabg .media .mediabox .media_l .fcbox .fc-prev{
    right: 1.1rem;
    bottom: 0.3rem;
    width: 0.32rem;
    height: 0.32rem;
  }
  
  
  
  
  
  
  .mediabg .media .mediabox .media_l .medialist{
    width: 100%;
    float: none;
    margin: 0.2rem 0  0.2rem 0;
 
  }
  
  
  .mediabg .media .mediabox .media_l .medialist .pic{

    height: auto;
    padding-top: 56%;

  }
  


  
  .mediabg .media .mediabox .media_l .medialist .txt h5{

    padding: 0 0.2rem;
    line-height: 0.4rem;
    font-size: 0.28rem;

  }
  
  .mediabg .media .mediabox .media_l .medialist .txt h5 img{
    width: 0.5rem;
    height: 0.5rem;
    margin-right: 0.2rem;
  
  }
  
  
  
  
  
  .mediabg .media .mediabox .media_r{
    width: 100%;
    
  }
  
  .mediabg .media .mediabox .media_r ul li{

    margin-bottom: 0.2rem;
  }
  

  
  .mediabg .media .mediabox .media_r ul li .pic{
    width: 100%;
    height: auto;
    padding-top: 56%;
  }
  

  
  .mediabg .media .mediabox .media_r ul li .txt h5{

    bottom: 0.15rem;
    padding: 0 0.3rem;
    line-height: 0.4rem;
    font-size: 0.28rem;

  }
  
  .mediabg .media .mediabox .media_r ul li .txt h5 img{
    width: 0.5rem;
    height: 0.5rem;
  
  }
  
  

  
  .project .swiper-slide .picico{
    width: 1.7rem;
    height: 1.7rem;

  }
  
  
  .project .swiper-slide .picico span{
 
    width: 1.3rem;
    height: 1.3rem;

  }
  

  
  .project .swiper-slide .txt{

    font-size: 0.28rem;

  }
  
  
  .project .project-next{

    right: -0.2rem;
    top: 0.7rem;
    width: 0.58rem;
    height: 0.58rem;

  }
  
  .project .project-prev{

    left: -0.2rem;
    top: 0.7rem;
    width: 0.58rem;
    height: 0.58rem;

  }
  

}