img {
  display: inline-block;
  padding: 0;
  border: none;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}

/* banner */

.banner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
}

.banner::after{
  position: absolute;
  content: "";
  left: 0;
  bottom: -0px;
  width: 100%;
  height: 100%;
  background: url(../images/bannerbg.png) no-repeat bottom center;
  background-size: 100%;
  z-index: 2;
  pointer-events: none;
  display: 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: 100%;
  margin: 0;
  position: absolute;
  bottom: 0.5rem;
  left: 0%;
}

.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.12rem;
  content: "";
  background: url(../images/bannerico.png) no-repeat center;
  background-size: 100%;
  width: 0.41rem;
  height: 0.38rem;
  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.41rem;
}

.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;
}



@media(max-width: 1024px){

  .banner .swiper-pagination {
    bottom: 0.2rem;
}



}





/* title */

.titlecon{
  margin: 0 auto;
  position: relative;
}

.title{
  margin: 0 auto;
  text-align: center;

} 

.title h3{
  font-size: 0.4rem;
  font-weight: normal;
  color: #222222;
  font-family: "PuHuiTi";
  line-height: 0.42rem;
  letter-spacing: 1px;
}

.title span{
  display: block;
  font-size: 0.2rem;
  text-align: center;
  text-transform: uppercase;
  color: #0A5AA8;
  background: url(../images/title.png) no-repeat center;
  background-size: 2.21rem 0.12rem;
  margin-top: 0.06rem;
}

.titlemore{
  position: absolute;
  right: 0;
  top: 0.25rem;
  background: url(../images/titlemore.png) no-repeat center;
  background-size: 100%;
  width: 1.16rem;
  height: 0.28rem;
}

.titlemore a{
  display: block;
  font-size: 0.16rem;
  line-height: 0.18rem;
  color: #004098;
  text-align: right;
  margin-right: 0.05rem;
}


/* news */

.newsbg{
  margin: 0 auto;
  width: 100%;
  background: url(../images/newsbg.jpg) no-repeat bottom center;
  background-size: cover;
  padding-bottom: 1rem;
}

.newsbg .news{
  margin: 0 auto;
  padding-top: 1rem;
}


.newsbg .news .newsbox{
  margin: 0.35rem auto 0 auto;
}

.newsbg .news .newsbox ul{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.newsbg .news .newsbox ul li{
  width: 31.3%;
  height: 5.5rem;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.12);
  margin-right: 3%;
  position: relative;
  z-index: 5;
}

.newsbg .news .newsbox ul li:last-child{
  margin-right: 0;
}

.newsbg .news .newsbox ul li a{
  display: block;
}

.newsbg .news .newsbox ul li .pic{
  position: relative;
  width: 100%;
  height: 2.9rem;
  overflow: hidden;

}

.newsbg .news .newsbox ul li .pic img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.newsbg .news .newsbox ul li .pic::after{
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 0.56rem;
  height: 0.51rem;
  background: url(../images/newsico2.png) no-repeat left center;
  background-size: 100% 100%;
  z-index: 9;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.newsbg .news .newsbox ul li .pic::before{
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 0.56rem;
  height: 0.51rem;
  background: url(../images/newsico3.png) no-repeat left center;
  background-size: 100% 100%;
  opacity: 0;
  z-index: 9;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.newsbg .news .newsbox ul li .pic .time{
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 0.4rem;
  line-height: 0.4rem;
  background: url(../images/txt.png) no-repeat right center;
  background-size: auto;
  text-align: right;
}

.newsbg .news .newsbox ul li .pic .time i{
  display: inline-block;
  background: url(../images/newsico.png) no-repeat left center;
  background-size: 0.15rem 0.15rem;
  padding-left: 0.22rem;
  font-size: 0.16rem;
  color: #FFFFFF;
  text-align: right;
  margin-right: 0.25rem;
}

.newsbg .news .newsbox ul li .txt{
  width: 84%;
  margin: 0 auto;

}

.newsbg .news .newsbox ul li .txt h5{
  font-size: 0.2rem;
  color: #3D3D3D;
  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: 0.3rem 0 0.15rem 0;
}

.newsbg .news .newsbox ul li .txt 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;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.newsbg .news .newsbox ul li .txt .more{
  border-top: 1px solid #E7ECF5;
  width: 100%;
  line-height: 0.6rem;
  font-size: 0.14rem;
  color: #0E4196;
  background: url(../images/more1.png) no-repeat right center;
  background-size: 0.22rem 0.14rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 0.3rem;
}

.newsbg .news .newsbox ul li::after{
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: -1;
  width: 100%;
  height: 0;
  background: url(../images/newslist.jpg) 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;
}



.newsbg .news .newslist{
  margin: 0.4rem auto 0 auto;

}

.newsbg .news .newslist ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.newsbg .news .newslist ul li{
  width: 48.7%;
  height: 1.27rem;
  background: #FFFFFF;
  background: linear-gradient(-220deg, transparent 25px, #fff 0) right;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  filter: drop-shadow(0 5px 12px rgba(0, 0, 0, 0.12));
  -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 a{
  display: block;
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 100%;
}

.newsbg .news .newslist ul li .time{
  margin-left: 0.15rem;
  padding: 0 0.15rem;
  border-right: 1px solid #E8E8E8;
  height: 0.48rem;
  text-align: center;

}

.newsbg .news .newslist ul li .time span{
  display: block;
  font-size: 0.3rem;
  color: #0A5AA8;
  font-weight: bold;
  line-height: 0.24rem;
  
}

.newsbg .news .newslist ul li .time i{
  display: block;
  font-size: 0.14rem;
  color: #0A5AA8;
  margin-top: 0.08rem;
}


.newsbg .news .newslist ul li .txt{
  width: calc((100% - 1.4rem));
  margin-right: 0.15rem;
}

.newsbg .news .newslist ul li .txt h5{
  font-size: 0.2rem;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;

}

.newsbg .news .newslist ul li .txt p{
  font-size: 0.16rem;
  color: #999999;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 0.05rem;
}


/* notice */

.noticebg{
  margin: 0 auto;
  width: 100%;
  background: url(../images/noticebg.jpg) no-repeat  center;
  background-size: cover;
  padding-bottom: 1rem;
}

.noticebg .notice{
  margin: 0 auto;
  padding-top: 1rem;
}


.noticebg .notice .noticebox{
  margin: 0.35rem auto 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.noticebg .notice .noticebox .notice_list{
  width: 48.7%;
  margin-bottom: 0.3rem;

}

.noticebg .notice .noticebox .notice_list .notice_t{
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0.23rem;
}

.noticebg .notice .noticebox .notice_list .notice_t h5{
  font-size: 0.24rem;
  font-weight: normal;
  font-family: "PuHuiTi";
  line-height: 0.3rem;
  text-transform: uppercase;
  color: #333333;
  padding-left: 0.2rem;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.noticebg .notice .noticebox .notice_list .notice_t h5::after{
  position: absolute;
  left: 0;
  top: 0.05rem;
  content: "";
  width: 0.06rem;
  height: 0.2rem;
  background: #0A5AA8;
}

.noticebg .notice .noticebox .notice_list .notice_t .more{
  display: block;
  font-size: 0.16rem;
  color: #004098;
}

.noticebg .notice .noticebox .notice_list .nr{
  width: 100%;
  height: 2rem;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.06);
  padding: 0.18rem 0.25rem 0 0.25rem;
} 


.noticebg .notice .noticebox .notice_list .nr ul li{
  line-height: 0.42rem;
}

.noticebg .notice .noticebox .notice_list .nr ul li a{
  display: block;
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.noticebg .notice .noticebox .notice_list .nr ul li h5{
  font-size: 0.2rem;
  color: #333333;
  white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  padding-left: 0.25rem;
  background: url(../images/noticeico.png) no-repeat left center;
  background-size: 0.12rem 0.15rem;
  width: calc((100% - 1.3rem));
}

.noticebg .notice .noticebox .notice_list .nr ul li i{
  display: block;
  font-size: 0.14rem;
  color: #0A5AA8;
}



/* ACADEMIC */

.ACADEMICbg{
  margin: 0 auto;
  width: 100%;
  background: url(../images/ACADEMICbg.jpg) no-repeat  center;
  background-size: cover;
  padding-bottom: 1.2rem;
}

.ACADEMICbg .ACADEMIC{
  margin: 0 auto;
  padding-top: 1rem;
}

.ACADEMICbg .ACADEMIC .title h3{
  color: #fff;

}

.ACADEMICbg .ACADEMIC .title span{
  color: #fff;
  background: url(../images/title1.png) no-repeat center;
  background-size: 2.21rem 0.12rem;
}

.ACADEMICbg .ACADEMIC .titlemore{
  background: url(../images/titlemore1.png) no-repeat center;
  background-size: 100%;
}

.ACADEMICbg .ACADEMIC .titlemore a{
  color: #fff;
}

.ACADEMICbg .ACADEMIC .ACADEMICbox{
  margin: 0.45rem auto 0 auto;
  position: relative;
}

.ACADEMICbg .ACADEMIC .ACADEMICbox .swiper-slide{
  position: relative;
  z-index: 5;
  height: 6rem;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(14, 65, 150, 0.3);
}

.ACADEMICbg .ACADEMIC .ACADEMICbox .swiper-slide::after{
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0rem;
  content: "";
  width: 100%;
  height: 1.85rem;
  background: url(../images/teamlist1.png) no-repeat center;
  background-size: 100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ACADEMICbg .ACADEMIC .ACADEMICbox .swiper-slide .nr{
  width: 77%;
  margin: 0 auto;
  padding-top: 0.3rem;
}

.ACADEMICbg .ACADEMIC .ACADEMICbox .swiper-slide a{
  display: block;
}

.ACADEMICbg .ACADEMIC .ACADEMICbox .swiper-slide .pic{
  width: 100%;
  height: 3rem;
  position: relative;
  overflow: hidden;

}

.ACADEMICbg .ACADEMIC .ACADEMICbox .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 .swiper-slide .txt{
  margin: 0.3rem auto 0 auto;

}

.ACADEMICbg .ACADEMIC .ACADEMICbox .swiper-slide .txt h5{
  font-size: 0.2rem;
  color: #333333;
  line-height: 0.32rem;
  height: 0.64rem;
  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;
  width: 90%;
  margin: 0 auto;
}

.ACADEMICbg .ACADEMIC .ACADEMICbox .swiper-slide .txt ul{
  margin: 0.2rem auto 0 auto;
  background: url(../images/team_xt.png) no-repeat top center;
  background-size: 100% 6px;
  padding-top: 0.2rem;

}

.ACADEMICbg .ACADEMIC .ACADEMICbox .swiper-slide .txt ul li{
  font-size: 0.16rem;
  color: #888888;
  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.34rem;
  align-items: center;

}

.ACADEMICbg .ACADEMIC .ACADEMICbox .swiper-slide .txt ul li img{
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.07rem;
  position: relative;
  top: -1px;

}


.ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC-next{
  position: absolute;
  right: -0.9rem;
  top: 50%;
  background: url(../images/right.png) no-repeat center;
  background-size: 100% ;
  width: 0.45rem;
  height: 0.45rem;
  transform: translateY(-50%);

}

.ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC-prev{
  position: absolute;
  left: -0.9rem;
  top: 50%;
  background: url(../images/left.png) no-repeat center;
  background-size: 100% ;
  width: 0.45rem;
  height: 0.45rem;
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}





/* SPECIALTY */

.SPECIALTYbg{
  width: 100%;
  margin: 0 auto;
  background: url(../images/SPECIALTYbg.jpg) no-repeat center;
  background-size: cover ;
  position: relative;
  z-index: 5;
  padding: 1.38rem 0 1.5rem 0;
}

.SPECIALTYbg::after {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0rem;
  content: "";
  width: 100%;
  height: 4.26rem;
  background: url(../images/SPECIALTYbg1.png) no-repeat left center;
  background-size: auto;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.SPECIALTYbg .SPECIALTY{
  margin: 0 auto;
  position: relative;

}

.SPECIALTYbg .SPECIALTY .titlecon{
  position: absolute;
  left: 0;
  top: 0;
  width: 33.33%;
  margin-top: 0.8rem;

}

.SPECIALTYbg .SPECIALTY .SPECIALTYbox{
  position: relative;
}

.SPECIALTYbg .SPECIALTY .SPECIALTYbox ul{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}


.SPECIALTYbg .SPECIALTY .SPECIALTYbox ul li{
  width: 33.33%;
  height: 2.88rem;
  position: relative;
  overflow: hidden;

}


.SPECIALTYbg .SPECIALTY .SPECIALTYbox ul li:nth-child(1){
  background: url(../images/SPECIALTYimg1.jpg) no-repeat  center;
  background-size: cover;
  margin-left: 33.33%;
}

.SPECIALTYbg .SPECIALTY .SPECIALTYbox ul li:nth-child(2){
  background: url(../images/SPECIALTYimg2.jpg) no-repeat  center;
  background-size: cover;
}

.SPECIALTYbg .SPECIALTY .SPECIALTYbox ul li:nth-child(3){
  background: url(../images/SPECIALTYimg3.jpg) no-repeat  center;
  background-size: cover;
}

.SPECIALTYbg .SPECIALTY .SPECIALTYbox ul li:nth-child(4){
  background: url(../images/SPECIALTYimg4.jpg) no-repeat  center;
  background-size: cover;
}

.SPECIALTYbg .SPECIALTY .SPECIALTYbox ul li:nth-child(5){
  background: url(../images/SPECIALTYimg5.jpg) no-repeat  center;
  background-size: cover;
}

.SPECIALTYbg .SPECIALTY .SPECIALTYbox ul li a{
  display: block;
  height: 100%;
  padding-left: 0.75rem;
}

.SPECIALTYbg .SPECIALTY .SPECIALTYbox ul li h5{
  display: block;
  font-size: 0.26rem;
  color: #FFFFFF;
  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;
    margin: 0.6rem 0 0.55rem 0;
}

.SPECIALTYbg .SPECIALTY .SPECIALTYbox ul li .pic{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  align-items: center;
}

.SPECIALTYbg .SPECIALTY .SPECIALTYbox ul li .pic i{
  display: block;
  background: url(../images/icolist.png) no-repeat  center;
  background-size: 100%;
  width: 0.98rem;
  height: 0.98rem;
}

.SPECIALTYbg .SPECIALTY .SPECIALTYbox ul li .pic i img{
  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;
}

.SPECIALTYbg .SPECIALTY .SPECIALTYbox ul li .pic em{
  display: block;
  background: url(../images/more3.png) no-repeat  center;
  background-size: 100%;
  width: 2.01rem;
  height: 0.08rem;
  margin-left: 0.1rem;
}


@keyframes beat{from,to{-webkit-transform:scale(1,1);transform:scale(1,1)}
25%{-webkit-transform:scale(.9,1.1);transform:scale(.9,1.1)}
50%{-webkit-transform:scale(1.1,.9);transform:scale(1.1,.9)}
75%{-webkit-transform:scale(.95,1.05);transform:scale(.95,1.05)}
from,to{-webkit-transform:scale(1,1);transform:scale(1,1)}
25%{-webkit-transform:scale(.9,1.1);transform:scale(.9,1.1)}
50%{-webkit-transform:scale(1.1,.9);transform:scale(1.1,.9)}
75%{-webkit-transform:scale(.95,1.05);transform:scale(.95,1.05)}
}


@media (min-width: 1024px){

  .SPECIALTYbg .SPECIALTY .SPECIALTYbox ul li:hover h5{
    transform: translateX(5px);
  }

  .SPECIALTYbg .SPECIALTY .SPECIALTYbox ul li:hover .pic i img {
    animation: beat 0.5s 1;
  }

  .noticebg .notice .noticebox .notice_list .notice_t:hover h5{
    color: #0A5AA8;
  }

  .noticebg .notice .noticebox .notice_list .nr ul li:hover h5{
    color: #0A5AA8;
    transform: translateX(5px);
  }

  .ACADEMICbg .ACADEMIC .ACADEMICbox .swiper-slide:hover::after{
    background: url(../images/teamlist2.png) no-repeat center;
    background-size: 100%;
  
  }
  
  
  .ACADEMICbg .ACADEMIC .ACADEMICbox .swiper-slide:hover  .txt h5{
    color: #005EA5;
  }

  .ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC-prev:hover{

    background: url(../images/left1.png) no-repeat  center;
    background-size: 100% ;

  }

  .newsbg .news .newsbox ul li:hover::after{
    height: 100%;
  }

  .newsbg .news .newsbox ul li:hover .pic::after{
    opacity: 0;
  }

  .newsbg .news .newsbox ul li:hover .pic::before{
    opacity: 1;
  }
  
  .newsbg .news .newsbox ul li:hover .pic img{
    transform: scale(1.1);
  
  }
  
  .newsbg .news .newsbox ul li:hover .txt h5{
    color: #FFFFFF;
  }
  
  .newsbg .news .newsbox ul li:hover .txt p{
    color: rgba(255, 255, 255, 0.6);
  }
  
  .newsbg .news .newsbox ul li:hover .txt .more{
    border-top: 1px solid rgba(231, 236, 245, 0.3);
    color: #FFFFFF;
    background: url(../images/more2.png) no-repeat right center;
    background-size: 0.22rem 0.14rem;
  }

  .newsbg .news .newslist ul li:hover .txt h5{
    color: #005EA5;
  }

}



@media (max-width: 1024px){

  
/* title */

.titlecon{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.title{
  margin: 0;
  text-align: center;
  min-width: 2.21rem;

} 

.title h3{
  font-size: 0.36rem;
  line-height: 0.4rem;
  letter-spacing: 0px;
}

.title span{
  font-size: 0.24rem;
  margin-top: 0.05rem;
}

.titlemore{
  position: absolute;
  right: 0;
  top: 0.25rem;
  width: 1.46rem;
  height: 0.42rem;
}

.titlemore a{
  font-size: 0.24rem;

}


/* news */

.newsbg{

  padding-bottom: 0.5rem;
}

.newsbg .news{
  padding-top: 0.5rem;
}



.newsbg .news .newsbox ul li{
  width: 100%;
  height: auto;
  margin: 0 0% 0.35rem 0;

}



.newsbg .news .newsbox ul li .pic{

  height: auto;
  padding-top: 65%;


}


.newsbg .news .newsbox ul li .pic::after{

  width: 0.57rem;
  height: 0.52rem;
  background: url(../images/newsico2.png) no-repeat left bottom;
  background-size: 100% 100%;
  z-index: 9;

}


.newsbg .news .newsbox ul li .pic .time{
  height: 0.6rem;
  line-height: 0.6rem;

}

.newsbg .news .newsbox ul li .pic .time i{
  background: url(../images/newsico.png) no-repeat left center;
  background-size: 0.24rem 0.24rem;
  padding-left: 0.35rem;
  font-size: 0.24rem;
  margin-right: 0.25rem;
}

.newsbg .news .newsbox ul li .txt{
  width: 84%;

}

.newsbg .news .newsbox ul li .txt h5{
  font-size: 0.28rem;
  line-height: 0.45rem;
  height: 0.9rem;
  margin: 0.3rem 0 0.15rem 0;
}

.newsbg .news .newsbox ul li .txt p{
  font-size: 0.26rem;
  line-height: 0.36rem;
  height: 0.72rem;

}

.newsbg .news .newsbox ul li .txt .more{

  line-height: 0.8rem;
  font-size: 0.24rem;
  background: url(../images/more1.png) no-repeat right center;
  background-size: 0.3rem 0.2rem;
  margin-top: 0.3rem;
}





.newsbg .news .newslist{
  margin: 0.35rem auto 0 auto;

}


.newsbg .news .newslist ul li{
  width: 100%;
  height: auto;
  padding: 0.25rem 0;
  background: linear-gradient(-220deg, transparent 0px, #fff 0) right;
  background-size: 100% 100%;
  margin-bottom: 0.35rem;


}


.newsbg .news .newslist ul li .time{
  margin-left: 0.15rem;
  padding: 0 0.15rem;
  border-right: 1px solid #E8E8E8;
  height: 0.48rem;

}

.newsbg .news .newslist ul li .time span{
  font-size: 0.36rem;
  color: #0A5AA8;
  line-height: 0.3rem;
  
}

.newsbg .news .newslist ul li .time i{
  font-size: 0.24rem;
  margin-top: 0.03rem;
}


.newsbg .news .newslist ul li .txt{
  width: calc((100% - 1.8rem));
  margin-right: 0.15rem;
}

.newsbg .news .newslist ul li .txt h5{
  font-size: 0.28rem;


}

.newsbg .news .newslist ul li .txt p{
  font-size: 0.25rem;
  margin-top: 0.05rem;
}


/* notice */

.noticebg{

  padding-bottom: 0.5rem;
}

.noticebg .notice{
  padding-top: 0.5rem;
}



.noticebg .notice .noticebox .notice_list{
  width: 100%;
  margin-bottom: 0.35rem;

}

.noticebg .notice .noticebox .notice_list .notice_t{

  margin-bottom: 0.25rem;
}

.noticebg .notice .noticebox .notice_list .notice_t h5{
  font-size: 0.32rem;
  line-height: 0.3rem;
  padding-left: 0.2rem;

}


.noticebg .notice .noticebox .notice_list .notice_t .more{

  font-size: 0.24rem;

}

.noticebg .notice .noticebox .notice_list .nr{
  height: auto;
  padding: 0.2rem 0.25rem ;
} 


.noticebg .notice .noticebox .notice_list .nr ul li{
  line-height: 0.6rem;
}


.noticebg .notice .noticebox .notice_list .nr ul li h5{
  font-size: 0.28rem;
  padding-left: 0.35rem;
  background: url(../images/noticeico.png) no-repeat left center;
  background-size: 0.24rem 0.3rem;
  width: calc((100% - 1.8rem));
}

.noticebg .notice .noticebox .notice_list .nr ul li i{

  font-size: 0.24rem;

}



/* ACADEMIC */

.ACADEMICbg{
  padding-bottom: 1.3rem;
}

.ACADEMICbg .ACADEMIC{
  padding-top: 0.5rem;
}


.ACADEMICbg .ACADEMIC .ACADEMICbox{
  margin: 0.4rem auto 0 auto;

}

.ACADEMICbg .ACADEMIC .ACADEMICbox .swiper-slide{

  height: auto;

}

.ACADEMICbg .ACADEMIC .ACADEMICbox .swiper-slide::after{
  background-size: 100% 100%;
}


.ACADEMICbg .ACADEMIC .ACADEMICbox .swiper-slide .nr{
  width: 80%;
  padding: 0.5rem 0;
}

.ACADEMICbg .ACADEMIC .ACADEMICbox .swiper-slide .pic{
  height: auto;
  padding-top: 115%;


}


.ACADEMICbg .ACADEMIC .ACADEMICbox .swiper-slide .txt{
  margin: 0.3rem auto 0 auto;

}

.ACADEMICbg .ACADEMIC .ACADEMICbox .swiper-slide .txt h5{
  font-size: 0.28rem;
  line-height: 0.45rem;
  height: 0.9rem;

}



.ACADEMICbg .ACADEMIC .ACADEMICbox .swiper-slide .txt ul li{
  font-size: 0.26rem;
  line-height: 0.54rem;

}

.ACADEMICbg .ACADEMIC .ACADEMICbox .swiper-slide .txt ul li img{
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.07rem;
  top: -1px;

}


.ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC-next{
  position: relative;
  right: 30%;
  top: 0%;
  width: 0.55rem;
  height: 0.55rem;
  transform: translateY(0%);
  float: right;
  margin: 0.3rem 0 0 0;

}

.ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC-prev{
  position: relative;
  left: 30%;
  top: 0%;
  width: 0.55rem;
  height: 0.55rem;
  transform: translateY(0%);
  float: left;
  margin: 0.3rem 0 0 0;
}



.SPECIALTYbg{

  padding: 1rem 0 1rem 0;
}

.SPECIALTYbg::after {
  display: none;
}



.SPECIALTYbg .SPECIALTY .titlecon{

  width: 50%;
  margin-top: 0.8rem;

}

.SPECIALTYbg .SPECIALTY .titlecon .title{
  margin: 0 auto;
}



.SPECIALTYbg .SPECIALTY .SPECIALTYbox ul li{
  width: 50%;
  height: 2.88rem;

}


.SPECIALTYbg .SPECIALTY .SPECIALTYbox ul li:nth-child(1){

  margin-left: 50%;
}


.SPECIALTYbg .SPECIALTY .SPECIALTYbox ul li a{

  padding-left: 0.7rem;
}

.SPECIALTYbg .SPECIALTY .SPECIALTYbox ul li h5{
  font-size: 0.3rem;
  margin: 0.55rem 0 0.4rem 0;
}


.SPECIALTYbg .SPECIALTY .SPECIALTYbox ul li .pic i{
  display: block;
  background: url(../images/icolist.png) no-repeat  center;
  background-size: 100%;
  width: 0.98rem;
  height: 0.98rem;
}



.SPECIALTYbg .SPECIALTY .SPECIALTYbox ul li .pic em{
  display: none;
}

}




