﻿/*banner*/

.banner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}


.banner .swiper-container {
  overflow: hidden;
  margin: 0 auto;

}

.txt-swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
	z-index: auto;
}

.txt-swiper .swiper-slide{
  background-position: center;
  background-repeat: no-repeat;
}

.txt-swiper .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_ico {
  width: 100%;
  margin: 0 auto;
  position:absolute;
  left: 0 ;
  bottom: 0.3rem;
  height:0.77rem;
}


.banner .ui-loop{
	position:relative;
	width:0.77rem;
	height:0.77rem;
  z-index: 9;
  margin: 0 auto;
}
	
.banner .path-loop {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 2px;
}	
	
.banner .path-loop-bg {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 2px;
    opacity: 0.1;
}	


.banner .banner-prev{
  position: absolute;
  right: 45%;
  bottom: 0.45rem;
  cursor: pointer;
  background: url(../images/bannerright.png) no-repeat  center;
  width: 0.39rem;
  height: 0.43rem;
  z-index: 15;
  background-size: 100%;
}

.banner .banner-next{
  position: absolute;
  left: 45%;
  bottom: 0.45rem;
  cursor: pointer;
  background: url(../images/bannerleft.png) no-repeat  center;
  width: 0.39rem;
  height: 0.43rem;
  z-index: 15;
  background-size: 100%;
} 

.banner .banner_num{
  position: absolute;
  left: 0% ;
  bottom: 0.3rem;
  z-index: 11;
  width: 100%;
  height: 0.77rem;
  text-align: center;
}

.banner .swiper-banner{
  position: relative;
  left: 0% ;
  bottom: 0rem;
  width: 0.77rem;
  height: 0.77rem;
  text-align: center;
  margin: 0 auto;
}

.banner .swiper-banner .swiper-pagination-bullet{
  line-height: 0.77rem;
  font-size: 0.3rem;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0.77rem;
  background: none;
  border-radius: 0;
  opacity: 1;
  text-align: center;
  padding-left: 0.2rem;
  display: inline-block;
  opacity: 0;
}

.banner .swiper-banner .swiper-pagination-bullet::after{
  position: absolute;
  left: 0.22rem;
  top: 0px;
  content: "0";
  font-size: 0.3rem;
  color: #fff;
  opacity: 0;
}

.banner .swiper-banner  .swiper-pagination-bullet-active{
  opacity: 1;

}

.banner .swiper-banner  .swiper-pagination-bullet-active::after{
  opacity: 1;
}



@media (max-width: 980px){

  .banner .banner-prev{
    right: 35%;
    width: 0.42rem;
    height: 0.46rem;

  }
  
  .banner .banner-next{
    left: 35%;
    width: 0.42rem;
    height: 0.46rem;
  } 
}



/*title*/

.titlecon{
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.titlecon .title{
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/title_xt.png) no-repeat bottom left;
  background-size: 2.01rem 0.17rem;
  padding-bottom: 0.26rem;
}

.titlecon .title img{
  max-height: 0.34rem;
  margin-right: 0.15rem;
}

.titlecon .title h3{
  font-family: "Alimama";
  font-size: 0.38rem;
  font-weight: bold;
  color: #333333;
}

.titlecon .title em{
  font-size: 0.2rem;
  color: #C6CED9;
  margin-left: 0.15rem;
  position: relative;
  top: 0.07rem;
}

.titlecon .titlemore{
  width: 0.98rem;
  height: 0.45rem;
  background: url(../images/more.png) no-repeat bottom right;
  background-size: 100%;
} 

.titlecon .titlemore a{
  display: block;
  font-size: 0.14rem;
  color: #666666;
  line-height: 0.3rem;
  padding-left: 0.05rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


/*news*/

.newsbg{
  width: 100%;
  margin: 0 auto;
  background: #eff2f6 url(../images/newsbg.jpg) no-repeat bottom center;
  background-size: cover;
  overflow: hidden;
  padding-top: 1rem;
  padding-bottom: 1.1rem;
}

.newsbg .news{
  margin: 0 auto;
}

.newsbg .news .newsbox{
  margin: 0.25rem auto 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}


.newsbg .news .newsbox .news_l{
  float: left;
  width: 47.3%;
  position: relative;
}

.newsbg .news .newsbox .news_l .swiper-slide{
  position: relative;
}

.newsbg .news .newsbox .news_l .swiper-slide .pic{
  position: relative;
  width: 100%;
  height: 4.53rem;
  overflow: hidden;
}

.newsbg .news .newsbox .news_l .swiper-slide .pic img{
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.newsbg .news .newsbox .news_l .swiper-slide .pic::after{
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: "";
  background: url(../images/newslist.png) no-repeat bottom center;
  width: 100%;
  height: 100%;
  background-size: 100%;
  pointer-events: none;
}

.newsbg .news .newsbox .news_l .swiper-slide .txt{
  position: absolute;
  left: 3%;
  bottom: 0.25rem;
  width: 72%;


} 

.newsbg .news .newsbox .news_l .swiper-slide .txt span{
  display: block;
  font-size: 0.34rem;
  color: #FFFFFF;
  line-height: 0.28rem;
}

.newsbg .news .newsbox .news_l .swiper-slide .txt span i{
  font-size: 0.14rem;
  color: #FFFFFF;
}

.newsbg .news .newsbox .news_l .swiper-slide .txt h5 a{
  font-size: 0.24rem;
  color: #FFFFFF;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.newsbg .news .newsbox .news_l .news-pagination{
  position: absolute;
  right: 0.2rem;
  bottom: 0.3rem;
  left: auto;
  width: auto;
  z-index: 5;

}

.newsbg .news .newsbox .news_l .news-pagination .swiper-pagination-bullet{
  display: inline-block;
  margin: 0 0.07rem;
  width: 0.17rem;
  height: 0.17rem;
  background: url(../images/newsico1.png) no-repeat  center;
  background-size: 100%;
  opacity: 1;
}

.newsbg .news .newsbox .news_l .news-pagination .swiper-pagination-bullet-active{
  background: url(../images/newsico2.png) no-repeat  center;
  background-size: 100%;

}

.newsbg .news .newsbox .news_r{
  float: left;
  width: 52.7%;
}

.newsbg .news .newsbox .news_r ul li{
  float: left;
  width: 45%;
  height: 4.53rem;
  margin-left: 5%;
  position: relative;
  z-index: 5;
  background: #FFFFFF;
}


.newsbg .news .newsbox .news_r ul li .pic{
  position: relative;
  width: 100%;
  height: 2.3rem;
  overflow: hidden;
}

.newsbg .news .newsbox .news_r ul li .pic img{
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.newsbg .news .newsbox .news_r ul li .txt{
  width: 83%;
  margin: 0.3rem auto 0 auto;

} 

.newsbg .news .newsbox .news_r ul li .txt h5 a{
  font-size: 0.2rem;
  color: #333333;
  line-height: 0.32rem;
  height: 0.96rem;
  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;
}

.newsbg .news .newsbox .news_r ul li .txt span{
  margin: 0.2rem auto 0 auto;
  padding-top: 0.08rem;
  display: block;
  border-top: 2px solid #ececec;
  font-size: 0.34rem;
  color: #0A5AA8;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.newsbg .news .newsbox .news_r ul li .txt span i{
  font-size: 0.14rem;
  color: #8A8A8A;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}



.newsbg .news .newsbox .news_r ul li::after{
  position: absolute;
    left: 0%;
    top: 0;
    width: 100%;
    height: 0%;
    content: "";
    background: #0a5aa8 url(../images/newsico.png) no-repeat 92% bottom;
    background-size: 0.78rem 1.38rem;
    z-index: -2;
    -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 li{
  width: 47%;
  float: left;
  margin-right: 6%;

}

.newsbg .news .newslist ul li:nth-child(2n){
  margin-right: 0;
}

.newsbg .news .newslist ul li .time{
  float: left;
  text-align: center;
  width: 13.5%;
  height: 0.9rem;
  border: 1px solid #0A5AA8;
  -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 .time span{
  display: block;
  font-size: 0.34rem;
  color: #0A5AA8;
  line-height: 0.33rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding-top: 0.18rem;
}

.newsbg .news .newslist ul li .time i{
  display: block;
  font-size: 0.14rem;
  color: #666666;
  -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{
  float: left;
  width: 80%;
  margin-left: 4.5%;
  margin-top: 0.15rem;
  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;
}



/*notice*/

.noticebg{
  width: 100%;
  margin: 0 auto;
  background: url(../images/noticebg.jpg) no-repeat bottom center;
  background-size: cover;
  overflow: hidden;
  padding-top: 0.85rem;
  padding-bottom: 0.58rem;
}

.noticebg .notice{
  margin: 0 auto;
}

.noticebg .notice .noticebox{
  margin: 0 auto;
  position: relative;

}

.noticebg .notice .noticebox .swiper-container{
  padding: 0.23rem 0;
}

.noticebg .notice .noticebox .swiper-container .swiper-slide{
  position: relative;
}

.noticebg .notice .noticebox .swiper-container .swiper-slide ul li{
  float: left;
  width: 33.33%;
  height: 1.6rem;
  position: relative;
  z-index: 5;
  margin: 0 0% 0.32rem 0%;
}

.noticebg .notice .noticebox .swiper-container .swiper-slide ul li:nth-child(3n){
  margin-right: 0;
}

.noticebg .notice .noticebox .swiper-container .swiper-slide ul li .nr{
  width: 94%;
  height: 1.6rem;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px 4px rgba(0, 0, 0, 0.03);
  margin: 0 auto;
  position: relative;
  z-index: 5;
}


.noticebg .notice .noticebox .swiper-container ul li .time{
  float: left;
  width: 0.9rem;
  height: 0.9rem;
  background: url(../images/time1.png) no-repeat  center;
  background-size: 100%;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 0.35rem 0 0 6%;
}

.noticebg .notice .noticebox .swiper-container ul li .time span{
  display: block;
  font-size: 0.34rem;
  color: #0A5AA8;
  line-height: 0.32rem;
  padding-top: 0.18rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.noticebg .notice .noticebox .swiper-container ul li .time i{
  display: block;
  font-size: 0.14rem;
  color: #666666;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.noticebg .notice .noticebox .swiper-container ul li .txt{
  float: left;
  width: 64%;
  margin-left: 5%;
  margin-top: 0.48rem;



} 

.noticebg .notice .noticebox .swiper-container ul li .txt a{
  display: block;
  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;
}


.noticebg .notice .noticebox .swiper-container ul li .nr::after{
  position: absolute;
  left: 0%;
  top: 0;
  width: 0;
  height: 100%;
  content: "";
  background: #0a5aa8 url(../images/newsico.png) no-repeat  92% bottom;
  background-size: 0.78rem 1.38rem;
  z-index: -2;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.noticebg .notice .noticebox .swiper-container ul li .nr::before{
  position: absolute;
  left: 0%;
  bottom: 0;
  width: 0;
  height: 4px;
  content: "";
  background: #dab96a;
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.noticebg .notice .noticebox .notice-pagination{
  position: relative;
  margin: 0.15rem auto 0 auto;
  text-align: center;


}
.noticebg .notice .noticebox .swiper-pagination-bullet {
  display: inline-block;
  border-radius: 50%;
  width: 0.12rem;
  height: 0.12rem;
  background: #d8d8d8;
  margin: 0 0.12rem;
  opacity: 1;

}
.noticebg .notice .noticebox .swiper-pagination-bullet-active{
  background: #0a5aa8;
}




/*RESEARCH*/

.RESEARCHbg{
  width: 100%;
  margin: 0 auto;
  background: url(../images/RESEARCHbg.jpg) no-repeat right center;
  background-size: contain;
  overflow: hidden;
  position: relative;
}


.RESEARCHbg .titlecon{
  position: absolute;
  right: 12%;
  top: 0.85rem;
  z-index: 5;
  width: 30%;
}

.RESEARCHbg  .titlecon .title h3{
  color: #fff;
}

.RESEARCHbg .titlecon .title em{
  color: rgba(255, 255, 255, 0.6);
}

.RESEARCHbg  .titlecon .title {
  background: url(../images/title_xt1.png) no-repeat bottom left;
  background-size: 2.01rem 0.17rem;
}

.RESEARCHbg  .titlecon .titlemore {
  background: url(../images/more1.png) no-repeat bottom right;
  background-size: 100%;
}

.RESEARCHbg .titlecon .titlemore a {

  color: #FFFFFF;

}

.RESEARCHbg .RESEARCHbox{
  margin: 0 auto;
  position: relative;
  height: 7.5rem;
}

.RESEARCHbg .RESEARCHbox .left{
  position: absolute;
  left: 0;
  top: 0;
  width: 53.5%;
}

.RESEARCHbg .RESEARCHbox .left .swiper-slide{
  position: relative;
}

.RESEARCHbg .RESEARCHbox .left .swiper-slide .pic{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 7.5rem;
  position: relative;
  overflow: hidden;

}

.RESEARCHbg .RESEARCHbox .left .swiper-slide .pic img{
  position: absolute;
  left: 0;
  top: 0px;
  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;
}

.RESEARCHbg .RESEARCH_txt{
  width: 30%;
  position: absolute;
  right: 12%;
  top: 1.9rem;

}

.RESEARCHbg .RESEARCH_txt h5 a{
  color: #FFFFFF;
  font-size: 0.24rem;
  display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.RESEARCHbg .RESEARCH_txt p{
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 0.26rem;
  height: 0.78rem;
  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: 0.2rem 0 0.25rem 0;
}


.RESEARCHbg .RESEARCH_txt span{
  color: #FFFFFF;
  font-size: 0.34rem;
}

.RESEARCHbg .RESEARCH_txt span i{
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.14rem;
  margin-left: 0.15rem;
}


.RESEARCHbg .RESEARCHbox::after{
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  z-index: 5;
  background: rgba(255, 255, 255, 0.6);
  height: 3rem;
  width: 66.5%;
}

.RESEARCHbg .RESEARCHbox .right{
  position: absolute;
  right: 12%;
  bottom: 0.4rem;
  z-index: 9;
  width: 50.5%;
}

.RESEARCHbg .RESEARCHbox .right .slide-c2p{

}

.RESEARCHbg .RESEARCHbox .right .slide-c2p .swiper-slide{
  width: 3rem;
  margin-right: 0.3rem;
}

.RESEARCHbg .RESEARCHbox .right .slide-c2p .swiper-slide .pic{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2.2rem;
  position: relative;
  overflow: hidden;
}



.RESEARCHbg .RESEARCHbox .right .slide-c2p .swiper-slide .pic img{
  position: absolute;
  left: 0;
  top: 0px;
  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;
}

.RESEARCHbg .RESEARCHbox  .swiBtn{
  position: absolute;
  width: 100%;
  right: 0%;
}


.RESEARCHbg .RESEARCHbox  .swiBtn .next{
  background: url(../images/right1.png) no-repeat  center;
  background-size: 100%;
  width: 0.16rem;
  height: 0.24rem;
  position: absolute;
  z-index: 11;
  right: -0.4rem;
  bottom: 1rem;
}   


 

.RESEARCHbg .RESEARCHbox  .swiBtn .prev{
  background: url(../images/left1.png) no-repeat  center;
  background-size: 100%;
  width: 0.16rem;
  height: 0.24rem;
  position: absolute;
  z-index: 11;
  left: -0.45rem;
  bottom: 1rem;
}

.RESEARCHbg .RESEARCHbox  .swiBtn .prev:hover{
  background: url(../images/left2.png) no-repeat  center;
  background-size: 100%;
}  


/*ACADEMIC*/

.ACADEMICbg{
  width: 100%;
  margin: 0 auto;
  background: url(../images/ACADEMICbg.jpg) no-repeat bottom center;
  background-size: cover;
  overflow: hidden;
  padding-top: 1rem;
  padding-bottom: 0.95rem;
}

.ACADEMICbg .ACADEMIC{
  margin: 0 auto;
}

.ACADEMICbg .ACADEMIC .ACADEMICbox{
  margin: 0 auto;
  position: relative;

}

.ACADEMICbg .ACADEMIC .ACADEMICbox .swiper-container{
  padding: 0.25rem 0;
}

.ACADEMICbg .ACADEMIC .ACADEMICbox .swiper-slide{
  position: relative;
} 

.ACADEMICbg .ACADEMIC .ACADEMICbox .swiper-slide .txt_cont{
  width: 95%;
  margin: 0 auto;

  background: #FFFFFF;
	
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 0.25rem 0 0.3rem 0;
} 

.ACADEMICbg .ACADEMIC .ACADEMICbox .swiper-slide .txt{
  margin: 0 auto;
  width: 91%;
  background: url(../images/xt.png) no-repeat top left;
  background-size: 0.1rem 2.05rem;
  padding-left: 0.25rem;
  padding-top: 0.15rem;
}

.ACADEMICbg .ACADEMIC .ACADEMICbox .swiper-slide .txt .time{
  background: url(../images/time3.png) no-repeat center left;
  background-size: 100%;
  width: 1.57rem;
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.32rem;
  color: #FFFFFF;
  text-align: left;
  padding-left: 0.2rem;
  -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 .time i{
  font-size: 0.14rem;
  color: #FFFFFF;
  margin-left: 0.1rem;
}

.ACADEMICbg .ACADEMIC .ACADEMICbox .swiper-slide .txt .nr{
  margin-top: 0.25rem;

} 

.ACADEMICbg .ACADEMIC .ACADEMICbox .swiper-slide .txt .nr h5 a{
  font-size: 0.2rem;
  line-height: 0.32rem;
  color: #333333;
  height: 0.64rem;
  overflow: hidden;
  display: block;
  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-slide .txt .nr ul{
  margin-top: 0.1rem;

}

.ACADEMICbg .ACADEMIC .ACADEMICbox .swiper-slide .txt .nr ul li{
  font-size: 0.16rem;
  color: #888888;
  line-height: 0.28rem;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ACADEMICbg .ACADEMIC .ACADEMICbox .swiper-slide .txt .nr ul li img{
  width: 0.16rem;
  height: 0.16rem;
  margin-right: 0.1rem;

}

.ACADEMICbg .ACADEMIC .ACADEMICbox .swiper-slide .pic{
  position: relative;
  width: 82%;
  margin: 0.28rem auto 0 auto;
  padding-top: 54%;
  overflow: hidden;
}

.ACADEMICbg .ACADEMIC .ACADEMICbox .swiper-slide .pic img{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0px;
  object-fit: cover;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ACADEMICbg .ACADEMIC .ACADEMICbox .swiper-ACADEMIC-next{
  position: absolute;
  right: -0.9rem;
  top: 45%;
  cursor: pointer;
  background: url(../images/right.png) no-repeat center;
  background-size: 100%;
  width: 0.7rem;
  height: 0.7rem;

}

.ACADEMICbg .ACADEMIC .ACADEMICbox .swiper-ACADEMIC-prev{
  position: absolute;
  left: -0.9rem;
  top: 45%;
  cursor: pointer;
  background: url(../images/left.png) no-repeat center;
  background-size: 100%;
  width: 0.7rem;
  height: 0.7rem;
}






@media (min-width: 980px){

  .titlecon .titlemore:hover a {
    color: #0a5aa8;
    letter-spacing: 2px;

}

.newsbg .news .newsbox .news_l .swiper-slide:hover .pic img{
  transform: scale(1.1);
}

.newsbg .news .newsbox .news_r ul li:hover .pic img{
  transform: scale(1.1);
}


.newsbg .news .newsbox .news_r ul li:hover::after{
  height: 100%;

}


.newsbg .news .newsbox .news_r ul li:hover .txt h5 a{
  color: #fff;
}

.newsbg .news .newsbox .news_r ul li:hover .txt span{
  color: #DAB96A;
}

.newsbg .news .newsbox .news_r ul li:hover .txt span i{
  color: #DAB96A;
}

.newsbg .news .newslist ul li:hover .time{
  background: #DAB96A;
  border: 1px solid #DAB96A;
}

.newsbg .news .newslist ul li:hover .time span{
  color: #fff;
}

.newsbg .news .newslist ul li:hover .time i{
  color: #fff;
}


.noticebg .notice .noticebox .swiper-container ul li:hover .time{
  background: url(../images/time2.png) no-repeat center ;
  background-size: 100%;

}

.noticebg .notice .noticebox .swiper-container ul li:hover .time span{
  color: #FFFFFF;
}

.noticebg .notice .noticebox .swiper-container ul li:hover .time i{
  color: #FFFFFF;
}

.noticebg .notice .noticebox .swiper-container ul li:hover .txt a{
  color: #FFFFFF;
} 


.noticebg .notice .noticebox .swiper-container ul li:hover .nr::after{

  width: 100%;

}

.noticebg .notice .noticebox .swiper-container ul li:hover .nr::before{
  width: 100%;
}



  .ACADEMICbg .ACADEMIC .ACADEMICbox .swiper-slide:hover .txt .nr h5 a{
    color: #0a5aa8;

  }

  .ACADEMICbg .ACADEMIC .ACADEMICbox .swiper-slide:hover .pic img{
    transform: scale(1.1);
  }
}







@media (max-width: 980px){

  
  .titlecon .title{

    padding-bottom: 0.26rem;
  }
  
  
  .titlecon .title img {
    max-height: 0.4rem;
}

  .titlecon .title h3{
    font-size: 0.32rem;
  }
  
  .titlecon .title em{
    font-size: 0.24rem;
    top: 0.07rem;
  }
  
  .titlecon .titlemore{
    width: 1.6rem;
    height: 0.55rem;
  } 
  
  .titlecon .titlemore a{
    font-size: 0.24rem;
    line-height: 0.3rem;
  }
  
  
  /*news*/
  
  .newsbg{
    padding-top: 0.65rem;
    padding-bottom: 0.4rem;
  }
  


  .newsbg .news .newsbox{
    margin: 0.35rem auto 0 auto;
  }
  
  
  .newsbg .news .newsbox .news_l{
    float: none;
    width: 100%;
  }
  
  .newsbg .news .newsbox .news_l .swiper-slide .pic{
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 76%;
  }
  
  
  
  .newsbg .news .newsbox .news_l .swiper-slide .txt{
    width: 68%;
  
  
  } 
  
  .newsbg .news .newsbox .news_l .swiper-slide .txt span{
    line-height: 0.45rem;
  }
  
  .newsbg .news .newsbox .news_l .swiper-slide .txt span i{
    font-size: 0.24rem;
  }
  
  .newsbg .news .newsbox .news_l .swiper-slide .txt h5 a{
    font-size: 0.26rem;
  }
  
  
  .newsbg .news .newsbox .news_l .news-pagination .swiper-pagination-bullet{
    margin: 0 0.1rem;
    width: 0.25rem;
    height: 0.25rem;

  }
  
  
  .newsbg .news .newsbox .news_r{
    float: none;
    width: 100%;
    margin: 0.35rem auto 0 auto;
  }
  
  .newsbg .news .newsbox .news_r ul li{
    float: none;
    width: 100%;
    height: auto;
    margin-left: 0%;
    margin-bottom: 0.3rem;
    padding-bottom: 0.45rem;
  }
  
  
  .newsbg .news .newsbox .news_r ul li .pic{
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 65%;
  }
  
  
  .newsbg .news .newsbox .news_r ul li .txt{
    width: 83%;
    margin: 0.3rem auto 0 auto;
  
  } 
  
  .newsbg .news .newsbox .news_r ul li .txt h5 a{
    font-size: 0.28rem;
    line-height: 0.45rem;
    height: 1.35rem;
  }
  
  .newsbg .news .newsbox .news_r ul li .txt span{
    margin: 0.2rem auto 0 auto;
    padding-top: 0.08rem;
    display: block;
    border-top: 2px solid #ececec;
    font-size: 0.34rem;
    color: #0A5AA8;
  }
  
  .newsbg .news .newsbox .news_r ul li .txt span i{
    font-size: 0.24rem;

  }
  
  
  .newsbg .news .newslist{
    margin: 0.2rem auto 0 auto;
  }
  
  
  .newsbg .news .newslist ul li{
    width: 100%;
    float: none;
    margin-right: 0%;
    margin-bottom: 0.3rem;
    overflow: hidden;
  
  }
  
  .newsbg .news .newslist ul li:nth-child(2n){
    margin-right: 0;
  }
  
  .newsbg .news .newslist ul li .time{
    float: left;
    text-align: center;
    width: 17%;
    height: 1.06rem;
  }
  
  .newsbg .news .newslist ul li .time span{
    font-size: 0.34rem;
    line-height: 0.35rem;
    padding-top: 0.18rem;
  }
  
  .newsbg .news .newslist ul li .time i{
    font-size: 0.24rem;
  }
  
  .newsbg .news .newslist ul li a{
    width: 75%;
    margin-top: 0.15rem;
    font-size: 0.28rem;
    line-height: 0.4rem;
    height: 0.8rem;
  }
  
  
  

  
  .noticebg{
    padding-top: 0.7rem;
    padding-bottom: 0.2rem;
  }

  .noticebg .notice .noticebox .swiper-container {
    padding: 0.3rem 0;
}
  
  
  .noticebg .notice .noticebox .swiper-container .swiper-slide ul li{
    float: none;
    width: 100%;
    height: 1.8rem;
    margin: 0 0% 0.3rem 0%;
  }

  
  .noticebg .notice .noticebox .swiper-container .swiper-slide ul li .nr{
    width: 94%;
    height: 1.8rem;

  }
  
  
  .noticebg .notice .noticebox .swiper-container ul li .time{
    float: left;
    width: 1.3rem;
    height: 1.3rem;
    background: url(../images/time1.png) no-repeat  center;
    background-size: 100%;
    text-align: center;
    margin: 0.25rem 0 0 6%;
  }
  
  .noticebg .notice .noticebox .swiper-container ul li .time span{
    font-size: 0.34rem;
    line-height: 0.32rem;
    padding-top: 0.32rem;
  }
  
  .noticebg .notice .noticebox .swiper-container ul li .time i{
    font-size: 0.24rem;
  }
  
  .noticebg .notice .noticebox .swiper-container ul li .txt{
    width: 62%;
    margin-left: 5%;
    margin-top: 0.48rem;
  
  
  
  } 
  
  .noticebg .notice .noticebox .swiper-container ul li .txt a{
    font-size: 0.28rem;
    line-height: 0.45rem;
    height: 0.9rem;
  }
  
  
  
  
  .noticebg .notice .noticebox .notice-pagination{
    position: relative;
    margin: 0.35rem auto 0 auto;
    text-align: center;
  
  
  }
  .noticebg .notice .noticebox .swiper-pagination-bullet {
    width: 0.2rem;
    height: 0.2rem;
    margin: 0 0.15rem;
  
  }

  
  
  
  
  .RESEARCHbg{
    width: 100%;
    margin: 0 auto;
    background: url(../images/RESEARCHbg.jpg) no-repeat bottom center;
    background-size: cover;
    overflow: hidden;
    position: relative;
    padding: 0.6rem 0 0.55rem 0;
  }
  
  
  .RESEARCHbg .titlecon{
    position: relative;
    right: 0%;
    top: 0rem;
    z-index: 5;
    width: 92%;
    margin: 0 auto;
  }
  
  
  .RESEARCHbg .RESEARCHbox{
  
    height: auto;
    width: 92%;
    margin: 0.35rem auto 0 auto;
  }
  
  .RESEARCHbg .RESEARCHbox .left{
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
  }
  
  
  .RESEARCHbg .RESEARCHbox .left .swiper-slide .pic{
    height: 4.2rem;

  
  }
  

  .RESEARCHbg .RESEARCH_txt{
    width: 100%;
    right: 0%;
    top: 0rem;
    position: relative;
    margin: 0.3rem auto 0 auto;
  
  }
  
  .RESEARCHbg .RESEARCH_txt h5 a{
    font-size: 0.3rem;

  }
  
  .RESEARCHbg .RESEARCH_txt p{
    font-size: 0.24rem;
    line-height: 0.4rem;
    height: 1.2rem;
    margin: 0.2rem 0 0.25rem 0;
  }
  
  
  .RESEARCHbg .RESEARCH_txt span{
    color: #FFFFFF;
    font-size: 0.34rem;
  }
  
  .RESEARCHbg .RESEARCH_txt span i{
    font-size: 0.24rem;
    margin-left: 0.15rem;
  }
  
  
  .RESEARCHbg .RESEARCHbox::after{
    display: none;
  }
  
  .RESEARCHbg .RESEARCHbox .right{
    position: relative;
    right: 0%;
    bottom: 0rem;
    z-index: 9;
    width: 100%;
  }
  
  .RESEARCHbg .RESEARCHbox .right .slide-c2p .slide-ds{
    display: none;
  }
  
  
  .RESEARCHbg .RESEARCHbox  .swiBtn{
    position: relative;
    width: 100%;
    right: 0%;
    margin-top: 0.65rem;
  }
  
  
  .RESEARCHbg .RESEARCHbox  .swiBtn .next{
    width: 0.2rem;
    height: 0.28rem;
    position: absolute;
    z-index: 11;
    right: 32%;
    bottom: 0rem;
  }   
  
  
   
  
  .RESEARCHbg .RESEARCHbox  .swiBtn .prev{
    width: 0.2rem;
    height: 0.28rem;
    position: absolute;
    z-index: 11;
    left: 32%;
    bottom: 0rem;
    background: url(../images/left2.png) no-repeat center;
    background-size: 100%;
  }
  

  
  
 

  .ACADEMICbg{
    padding-top: 0.65rem;
    padding-bottom: 0.4rem;
  }
  
  
  .ACADEMICbg .ACADEMIC .ACADEMICbox .swiper-container{
    padding: 0.35rem 0;
  }
  

  
  .ACADEMICbg .ACADEMIC .ACADEMICbox .swiper-slide .txt_cont{
    width: 95%;

    
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 0.25rem 0 0.5rem 0;
  } 
  
  .ACADEMICbg .ACADEMIC .ACADEMICbox .swiper-slide .txt{
    margin: 0 auto;
    width: 91%;
    background: url(../images/xt.png) no-repeat top left;
    background-size: 0.1rem 2.05rem;
    padding-left: 0.25rem;
    padding-top: 0.15rem;
  }
  
  .ACADEMICbg .ACADEMIC .ACADEMICbox .swiper-slide .txt .time{
    width: 1.97rem;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.32rem;
    padding-left: 0.15rem;
  }
  
  .ACADEMICbg .ACADEMIC .ACADEMICbox .swiper-slide .txt .time i{
    font-size: 0.24rem;
  }
  
  .ACADEMICbg .ACADEMIC .ACADEMICbox .swiper-slide .txt .nr{
    margin-top: 0.25rem;
  
  } 
  
  .ACADEMICbg .ACADEMIC .ACADEMICbox .swiper-slide .txt .nr h5 a{
    font-size: 0.28rem;
    line-height: 0.4rem;
    color: #333333;
    height: 0.8rem;
  }
  
  .ACADEMICbg .ACADEMIC .ACADEMICbox .swiper-slide .txt .nr ul{
    margin-top: 0.15rem;
  
  }
  
  .ACADEMICbg .ACADEMIC .ACADEMICbox .swiper-slide .txt .nr ul li{
    font-size: 0.26rem;
    line-height: 0.4rem;
  }
  
  .ACADEMICbg .ACADEMIC .ACADEMICbox .swiper-slide .txt .nr ul li img{
    width: 0.3rem;
    height: 0.3rem;
    margin-right: 0.1rem;
  
  }
  
  .ACADEMICbg .ACADEMIC .ACADEMICbox .swiper-slide .pic{
    position: relative;
    width: 82%;
    margin: 0.28rem auto 0 auto;
    padding-top: 54%;
    overflow: hidden;
  }
  
  
  .ACADEMICbg .ACADEMIC .ACADEMICbox .swiper-ACADEMIC-next{
    position: relative;
    right: 30%;
    top: 0%;
    width: 1rem;
    height: 1rem;
    float: right;
  
  }
  
  .ACADEMICbg .ACADEMIC .ACADEMICbox .swiper-ACADEMIC-prev{
    position: relative;
    left: 30%;
    top: 0%;
    width: 1rem;
    height: 1rem;
    float: left;
  }
  
  


}