@charset "utf-8";

/* banner */

.banner {
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.banner .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;

}

.banner .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.banner .swiper-slide {
  background-size: 100%;
  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,1.1);
  object-fit: cover;
}

.banner .swiper-slide-active img,.banner .swiper-slide-duplicate-active img{
  transition:6s linear;
  transform:scale(1,1);
  }	


.banner .swiper-banner-next{
  position: absolute;
  width: 0.64rem;
  height: 0.64rem;
  background: url(../images/bannerR1.png) no-repeat  center;
  background-size: 100%;
  right: 2%;
  top: 50%;
  z-index: 5;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.banner .swiper-banner-prev{
  position: absolute;
  width: 0.64rem;
  height: 0.64rem;
  background: url(../images/bannerL1.png) no-repeat  center;
  background-size: 100%;
  left: 2%;
  top: 50%;
  z-index: 5;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.banner .swiper-banner-next:hover{
  background: url(../images/bannerR2.png) no-repeat  center;
  background-size: 100%;
}

.banner .swiper-banner-prev:hover{
  background: url(../images/bannerL2.png) no-repeat  center;
  background-size: 100%;
}

.banner .banner_button {
  width: 100%;
  bottom: 1.3rem;
  left: 0px;
  position: absolute;
  z-index: 5;
  padding: 0 13%;
}

.banner .swiper-pagination {
  width: auto;
  bottom: 0rem;
  left: 0px;
  text-align: right;
  position: relative;
  z-index: 5;
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0  0 0 0.15rem  ;
  background-color: #fff;
  width: 0.72rem;
  height: 0.06rem;
  opacity: 1;
  border-radius: 0%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: inline-block;
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet-active{
  background-color: #0956BD;
}






.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}


@media (max-width: 980px){

  .banner{
    top: 1rem;
    bottom: auto;

  }

  .banner .banner_button {
    width: 100%;
    padding: 0;
    bottom: 0.5rem;
  }
  
  

  .banner .swiper-pagination {
    bottom: 0rem;
    text-align: center;
  }

  .banner .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.1rem;
    width: 0.62rem;
}

.banner .swiper-banner-next {
  position: absolute;
  width: 0.44rem;
  height: 0.44rem;
  right: 2%;
  top: 40%;
}
.banner .swiper-banner-prev {
  position: absolute;
  width: 0.44rem;
  height: 0.44rem;
  left: 2%;
  top: 40%;
}

}






/* title */

.title{

}

.title span{
  display: block;
  float: left;
  font-size: 1.1rem;
  color: #0956BD;
  text-transform: uppercase;
  font-family: "sys";
  line-height: 1rem;
  margin-right: 0.05rem;
  position: relative;
  top: -0.1rem;
  
}

.title h3{
  float: left;

}

.title h3 i{
  display: inline-block;
  font-size: 0.32rem;
  color: #0956BD;
  text-transform: uppercase;
  font-family: "sys";
  line-height: 0.3rem;
  background: url(../images/line.png) no-repeat right center;
  padding-right: 1.2rem;
}

.title h3 em{
  display: block;
  font-size: 0.48rem;
  color: #000000;
  font-family: "sys";
  line-height: 0.6rem;
}


@media (max-width: 980px){
  .title{
    margin: 0 auto;
    text-align: center;

  }
  
  .title span{
    display: inline-block;
    float: none;
    font-size: 0.7rem;
    line-height: 0.8rem;
    margin-right: 0.05rem;
    position: relative;
    top: 0rem;
    
  }
  
  .title h3{
    display: inline-block;
    float: none;
    text-align: left;
  
  }
  
  .title h3 i{
    display: inline-block;
    font-size: 0.28rem;
    line-height: 0.3rem;
    background: url(../images/line1.png) no-repeat right center;
    padding-right: 0.85rem;

  }
  
  .title h3 em{
    display: block;
    font-size: 0.24rem;
    color: #000000;
    font-family: "sys";
    line-height: 0.4rem;
  }

}

/* news */

.newsbg{
  width: 100%;
  margin: -1.75rem auto 0 auto;
  background: url(../images/newsbg.png) no-repeat top center;
  background-size: cover;
  position: relative;
  z-index: 10;
  padding-bottom: 2.45rem;
}

.newsbg .news{
  margin: 0 auto;
  padding-top: 2.1rem;
}

.newsbg .news .news_t{
  overflow: hidden;
}

.newsbg .news .news_t .title{
  float: left;
}


.newsbg .news .news_t .newslist{
  float: right;
  margin-top: 0.35rem;
  width: 38.5%;
  height: 0.5rem;
  border-bottom: 1px dashed #8EBEFF;
}

.newsbg .news .news_t .newslist ul li{
  float: left;
  width: 33.33%;
  line-height: 0.5rem;
  position: relative;
  text-align: center;
  font-size: 0.3rem;
  color: #000;
  font-family: "sys";
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.newsbg .news .news_t .newslist ul li.on{
  color: #0956BD;
  font-weight: bold;

}

.newsbg .news .newsbox{
  margin: 0.5rem auto 0 auto;
}

.newsbg .news .newsbox .newsnr{
  width: 100%;
}

.newsbg .news .newsbox .newsleft{
  float: left;
  width: 57.5%;
  position: relative;
}

.newsbg .news .newsbox .newsleft .swiper-slide{
  position: relative;
  height: 6.15rem;
}

.newsbg .news .newsbox .newsleft .swiper-slide .pic{
  width: 100%;
  height: 4.55rem;
  border-radius: 8px;
  position: relative;
  overflow: hidden;

}

.newsbg .news .newsbox .newsleft .swiper-slide .pic img{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  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 .newsleft .swiper-slide .txt{
  position: absolute;
  left: 0;
  bottom: 0px;
  background: url(../images/newslist.png) no-repeat center;
  background-size: 100%;
  width: 100%;
  height: 2.72rem;

}

.newsbg .news .newsbox .newsleft .swiper-slide .txt .nr{
  padding-top: 0.55rem;
  width: 87%;
  margin: 0 auto;

}

.newsbg .news .newsbox .newsleft .swiper-slide .txt .nr span{
  display: block;
  padding-left: 0.25rem;
  background: url(../images/time.png) no-repeat left center;
  background-size: contain;
  line-height: 0.2rem;
  font-size: 0.16rem;
  color: #fff;
}

.newsbg .news .newsbox .newsleft .swiper-slide .txt .nr h5 a{
  font-size: 0.24rem;
  color: #fff;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 0.18rem 0 0.06rem 0;
}

.newsbg .news .newsbox .newsleft .swiper-slide .txt .nr p{
  font-size: 0.16rem;
  color: #fff;
  line-height: 0.24rem;
  height: 0.48rem;
  overflow: hidden;
}

.newsbg .news .newsbox .newsleft .swiper-slide .txt .nr .more{
  display: inline-block;
  font-size: 0.16rem;
  color: #fff;
  background: url(../images/more.png) no-repeat right center;
  padding-right: 0.3rem;
  margin-top: 0.3rem;
}


.newsbg .news .newsbox .newsleft .swiper-slide:hover .pic img{
  transform: scale(1.1);
}

.newsbg .news .newsbox .newsleft .swiper-news-next{
  position: absolute;
  cursor: pointer;
  right: 0.3rem;
  top: 1.9rem;
  z-index: 5;
  background: url(../images/newsright.png) no-repeat center;
  width: 0.32rem;
  height: 0.32rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-size: 100%;
}

.newsbg .news .newsbox .newsleft .swiper-news-prev{
  position: absolute;
  cursor: pointer;
  left: 0.3rem;
  top: 1.9rem;
  z-index: 5;
  background: url(../images/newsleft.png) no-repeat center;
  width: 0.32rem;
  height: 0.32rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-size: 100%;
}

.newsbg .news .newsbox .newsleft .swiper-news-next:hover{
  background: url(../images/newsright1.png) no-repeat center;
  background-size: 100%;
}

.newsbg .news .newsbox .newsleft .swiper-news-prev:hover{
  background: url(../images/newsleft1.png) no-repeat center;
  background-size: 100%;
}

.newsbg .news .newsbox .newsleft .swiper-pagination1{
  position: absolute;
  right: 0.45rem;
  bottom: 0.4rem;
  z-index: 5;
  width: auto;
}

.newsbg .news .newsbox .newsleft .swiper-pagination1 .swiper-pagination-bullet{
  width: 0.12rem;
  height: 0.12rem;
  background: #5387d2;
  border-radius: 50%;
  margin: 0 0.04rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 1;
}

.newsbg .news .newsbox .newsleft .swiper-pagination1 .swiper-pagination-bullet-active{
  background: #fff;
}



@media (max-width: 1360px){
  .newsbg .news .newsbox .newsleft .swiper-slide .txt .nr .more{
    padding-right: 0.5rem;
 
  }

}


.newsbg .news .newsbox .newsright{
  float: right;
  width: 38.5%;
}

.newsbg .news .newsbox .newsright ul li{
  height: 0.77rem;
  width: 100%;
  border-bottom: 1px dashed #8EBEFF;
  margin-bottom: 0.15rem;

}

.newsbg .news .newsbox .newsright ul li a{
  font-size: 0.2rem;
  color: #333;
  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;
  font-family: "PingFang SC";
  line-height: 0.3rem;
}

.newsbg .news .newsbox .newsright ul li span{
  display: block;
  font-size: 0.16rem;
  color: #666;
  font-family: "PingFang SC";
  padding-left: 0.25rem;
  background: url(../images/time.png) no-repeat left center;
  background-size: contain;
  line-height: 0.2rem;
  margin-top: 0.1rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.newsbg .news .newsbox .newsright ul li:hover a{
  color: #0956BD;

}

.newsbg .news .newsbox .newsright ul li:hover span{
  color: #0956BD;
}

.newsbg .news .newsbox .newsright .more{
  float: right;
  width: 1.28rem;
  height: 0.48rem;
  line-height: 0.48rem;
  border: 1px solid #0956BD;
  border-radius: 45px;
  margin-top: 0.15rem;
  position: relative;
  z-index: 5;
}

.newsbg .news .newsbox .newsright .more a{
  display: block;
  text-align: center;
  font-size: 0.16rem;
  color: #0956BD;
  font-family: "PingFang SC";
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.newsbg .news .newsbox .newsright .more::after{
  left: 50%;
  top: 0%;
  position: absolute;
  width: 0;
  height: 100%;
  border-radius: 45px;
  background: #0956BD;
  content: "";
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.newsbg .news .newsbox .newsright .more:hover::after{
  width: 100%;
  left: 0;
}

.newsbg .news .newsbox .newsright .more:hover a{
  color: #fff;
}


@media (max-width: 980px){
  .newsbg{
    margin: 1rem auto 0 auto;
    padding-bottom: 2.45rem;
    position: relative;
    background: url(../images/newsbg2.jpg) no-repeat top center;
    background-size: cover;
  }

  .newsbg::after{
    position: absolute;
    content: "";
    left: 0;
    top: -0.7rem;
    width: 100%;
    height: 2.36rem;
    background: url(../images/newsbg1.png) no-repeat top center;
    background-size: 100%;
  }
  
  .newsbg .news{
    padding-top: 0.2rem;
  }
  
  
  .newsbg .news .news_t .title{
    float: none;
  }
  
  
  .newsbg .news .news_t .newslist{
    float: none;
    margin: 0.35rem auto 0 auto;
    width: 100%;
    height: 0.6rem;
    border-bottom: 1px dashed #8EBEFF;
  }
  
  .newsbg .news .news_t .newslist ul li{
    line-height: 0.6rem;
    position: relative;
    text-align: center;
    font-size: 0.28rem;
  }
  
  
  .newsbg .news .newsbox{
    margin: 0.4rem auto 0 auto;
  }
  
  .newsbg .news .newsbox .newsnr{
    width: 100%;
  }
  
  .newsbg .news .newsbox .newsleft{
    float: none;
    width: 100%;
    position: relative;
  }
  
  
  .newsbg .news .newsbox .newsleft .swiper-slide .txt .nr{
    padding-top: 0.45rem;
  
  }
  
  .newsbg .news .newsbox .newsleft .swiper-slide .txt .nr span{
    font-size: 0.24rem;
    color: #fff;
  }
  
  .newsbg .news .newsbox .newsleft .swiper-slide .txt .nr h5 a{
    font-size: 0.28rem;
    margin: 0.18rem 0 0.06rem 0;
  }
  
  .newsbg .news .newsbox .newsleft .swiper-slide .txt .nr p{
    font-size: 0.24rem;
    color: #fff;
    line-height: 0.3rem;
    height: 0.6rem;
    overflow: hidden;
  }
  
  .newsbg .news .newsbox .newsleft .swiper-slide .txt .nr .more{
    display: inline-block;
    font-size: 0.22rem;
    color: #fff;
    background: url(../images/more.png) no-repeat right center;
    padding-right: 0.6rem;
    margin-top: 0.2rem;
  }
  
  



  .newsbg .news .newsbox .newsright{
    float: none;
    width: 100%;
    margin: 0.3rem auto 0 auto;
  }
  
  .newsbg .news .newsbox .newsright ul li{
    height: 0.87rem;
    width: 100%;
    border-bottom: 1px dashed #8EBEFF;
    margin-bottom: 0.25rem;
  
  }
  
  .newsbg .news .newsbox .newsright ul li a{
    font-size: 0.24rem;
    line-height: 0.3rem;
  }
  
  .newsbg .news .newsbox .newsright ul li span{
    display: block;
    font-size: 0.22rem;
  }
  

  
  .newsbg .news .newsbox .newsright .more{
    float: none;
    border-radius: 45px;
    margin: 0.2rem auto 0 auto;
    width: 1.68rem;
  }
  
  .newsbg .news .newsbox .newsright .more a{
    font-size: 0.24rem;
  }
  

  
}

/* lectures */

.lecturesbg{
  width: 100%;
  margin: -1.48rem auto 0 auto;
  background: url(../images/lecturesbg.png) no-repeat top center;
  background-size: cover;
  height: 9.47rem;
  position: relative;
  z-index: 11;
  overflow: hidden;

}

.lecturesbg .lectures{
  padding-top: 1rem;
}


.lecturesbg .lectures .lectures_l{
  float: left;
  width: 39%;
  margin-top: 0.2rem;
}


.lecturesbg .lectures .lectures_l .lecturestitle{
  overflow: hidden;
}


.lecturesbg .lectures .lectures_l .lecturestitle .title{
  float: left;
}

.lecturesbg .lectures .lectures_l .lecturestitle .title h3 i{
  background: url(../images/line1.png) no-repeat right center;
  padding-right: 0.35rem;
}

.lecturesbg .lectures .lectures_l .lecturestitle .more{
  float: right;
  width: 1.28rem;
  height: 0.48rem;
  line-height: 0.48rem;
  border: 1px solid #0956BD;
  border-radius: 45px;
  margin-top: 0.3rem;
  position: relative;
  z-index: 5;
}

.lecturesbg .lectures .lectures_l .lecturestitle .more a{
  display: block;
  text-align: center;
  font-size: 0.16rem;
  color: #0956BD;
  font-family: "PingFang SC";
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.lecturesbg .lectures .lectures_l .lecturestitle .more::after{
  left: 50%;
  top: 0%;
  position: absolute;
  width: 0;
  height: 100%;
  border-radius: 45px;
  background: #0956BD;
  content: "";
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.lecturesbg .lectures .lectures_l .lecturestitle .more:hover::after{
  width: 100%;
  left: 0;
}

.lecturesbg .lectures .lectures_l .lecturestitle .more:hover a{
  color: #fff;
}

.lecturesbg .lectures .lectures_l .lecturesbox{
  margin-top: 0.55rem;

}

.lecturesbg .lectures .lectures_l .lecturesbox ul li{
  width: 100%;
  height: 0.79rem;
  border-bottom: 1px dashed #8EBEFF;
  margin-bottom: 0.28rem;
  position: relative;

}

.lecturesbg .lectures .lectures_l .lecturesbox ul li .time{
  height: 0.5rem;
  width: 13%;
  border-right: 1px solid #9ea6b3;
  text-align: center;
  float: left;
  padding-right: 2%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.lecturesbg .lectures .lectures_l .lecturesbox ul li .time span{
  display: block;
  font-size: 0.32rem;
  color: #333333;
  font-family: "PingFang SC";
  line-height: 0.32rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.lecturesbg .lectures .lectures_l .lecturesbox ul li .time i{
  display: block;
  font-size: 0.12rem;
  color: #333333;
  font-family: "PingFang SC";
  margin-top: 0.04rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.lecturesbg .lectures .lectures_l .lecturesbox ul li .txt{
  float: right;
  width: 85%;
  font-size: 0.28rem;
  color: #333;
} 

.lecturesbg .lectures .lectures_l .lecturesbox ul li .txt a{
  font-size: 0.2rem;
  color: #333333;
  font-family: "PingFang SC";
  line-height: 0.28rem;
  height: 0.56rem;
  display: flex;
  align-items: center;
  justify-content: left;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.lecturesbg .lectures .lectures_l .lecturesbox ul li::after{
  position: absolute;
  left: 0px;
  bottom: -2px;
  content: "";
  width: 0;
  height: 4px;
  background: #0956BD;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.lecturesbg .lectures .lectures_l .lecturesbox ul li:hover::after{
  width: 40%;
}

.lecturesbg .lectures .lectures_l .lecturesbox ul li:hover .time{
  border-right: 1px solid #0956BD;
}

.lecturesbg .lectures .lectures_l .lecturesbox ul li:hover .time span{
  color: #0956BD;
}

.lecturesbg .lectures .lectures_l .lecturesbox ul li:hover .time span{
  color: #0956BD;
}

.lecturesbg .lectures .lectures_l .lecturesbox ul li:hover .txt a{
  color: #0956BD;
  
}


.lecturesbg .lectures .lectures_r{
  float: right;
  width: 57.6%;
  height: 6.8rem;
  position: relative;
}


.lecturesbg .lectures .lectures_r .pic{
  width: 100%;
  height: 4.55rem;
  border-radius: 8px;
  position: relative;
  overflow: hidden;

}

.lecturesbg .lectures .lectures_r .pic img{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.lecturesbg .lectures .lectures_r .txt{
  position: absolute;
  left: 0;
  bottom: 0px;
  background: url(../images/newslist.png) no-repeat center;
  background-size: 100%;
  width: 100%;
  height: 2.72rem;

}

.lecturesbg .lectures .lectures_r .txt .nr{
  padding-top: 0.6rem;
  width: 87%;
  margin: 0 auto;

}

.lecturesbg .lectures .lectures_r .txt .nr span{
  display: block;
  padding-left: 0.25rem;
  background: url(../images/time.png) no-repeat left center;
  background-size: contain;
  line-height: 0.2rem;
  font-size: 0.16rem;
  color: #fff;
}

.lecturesbg .lectures .lectures_r .txt .nr h5 a{
  font-size: 0.24rem;
  color: #fff;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 0.18rem 0 0.06rem 0;
}

.lecturesbg .lectures .lectures_r .txt .nr p{
  font-size: 0.16rem;
  color: #fff;
  line-height: 0.24rem;
  height: 0.48rem;
  overflow: hidden;
}

.lecturesbg .lectures .lectures_r .txt .nr .more{
  display: inline-block;
  font-size: 0.16rem;
  color: #fff;
  background: url(../images/more.png) no-repeat right center;
  padding-right: 0.3rem;
  margin-top: 0.3rem;
}


.lecturesbg .lectures .lectures_r:hover .pic img{
  transform: scale(1.1);
}



@media (max-width: 1360px){
  .lecturesbg .lectures .lectures_r .txt .nr .more{
    padding-right: 0.5rem;
 
  }

}



@media (max-width: 980px){

  .lecturesbg{
    width: 100%;
    height: auto;
    background: url(../images/lecturesbg.png) no-repeat top left;
    background-size: cover;
    padding-bottom: 1.7rem;
  }
  
  .lecturesbg .lectures{
    padding-top: 0.5rem;
  }
  
  
  .lecturesbg .lectures .lectures_l{
    float: none;
    width: 100%;
    margin-top: 0rem;
  }
  
  
  
  
  .lecturesbg .lectures .lectures_l .lecturestitle .title{
    float: none;
  }
  
  .lecturesbg .lectures .lectures_l .lecturestitle .title h3 i{
    background: url(../images/line1.png) no-repeat right center;
    padding-right: 0.85rem;
  }
  
  .lecturesbg .lectures .lectures_l .lecturestitle .more{
    float: none;
    margin: 0.1rem auto 0 auto;
    width: 1.68rem;
  }
  
  .lecturesbg .lectures .lectures_l .lecturestitle .more a{
    font-size: 0.24rem;
  }

  
  .lecturesbg .lectures .lectures_l .lecturesbox{
    margin-top: 0.45rem;
  
  }
  
  .lecturesbg .lectures .lectures_l .lecturesbox ul li{
    width: 100%;
    height: 0.89rem;
  
  }
  
  .lecturesbg .lectures .lectures_l .lecturesbox ul li .time{
    height: 0.5rem;
    width: 20%;
    border-right: 1px solid #9ea6b3;
    text-align: center;
    float: left;
    padding-right: 2%;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  
  .lecturesbg .lectures .lectures_l .lecturesbox ul li .time span{
    display: block;
    font-size: 0.28rem;
  }
  
  .lecturesbg .lectures .lectures_l .lecturesbox ul li .time i{
    display: block;
    font-size: 0.24rem;
    margin-top: 0rem;
  }
  
  .lecturesbg .lectures .lectures_l .lecturesbox ul li .txt{
    float: right;
    width: 78%;
    font-size: 0.28rem;
    color: #333;
  } 
  
  .lecturesbg .lectures .lectures_l .lecturesbox ul li .txt a{
    font-size: 0.24rem;
    line-height: 0.3rem;
    height: 0.6rem;
  }
  
  
  
  .lecturesbg .lectures .lectures_r{
    float: none;
    width: 100%;
    height: 6.6rem;
    position: relative;
    margin: 0.1rem auto 0 auto;
  }
  
  
  
  .lecturesbg .lectures .lectures_r .txt .nr{
    padding-top: 0.45rem;
  
  }
  
  .lecturesbg .lectures .lectures_r .txt .nr span{
    font-size: 0.24rem;
    color: #fff;
  }
  
  .lecturesbg .lectures .lectures_r .txt .nr h5 a{
    font-size: 0.26rem;
    margin: 0.18rem 0 0.06rem 0;
  }
  
  .lecturesbg .lectures .lectures_r .txt .nr p{
    font-size: 0.24rem;
    color: #fff;
    line-height: 0.3rem;
    height: 0.6rem;
    overflow: hidden;
  }
  
  .lecturesbg .lectures .lectures_r .txt .nr .more{
    display: inline-block;
    font-size: 0.24rem;
    color: #fff;
    background: url(../images/more.png) no-repeat right center;
    padding-right: 0.8rem;
    margin-top: 0.2rem;
  }
  

}







/* publicity */

.publicitybg{
  width: 100%;
  margin: -0.83rem auto 0 auto;
  background: url(../images/announcementsbg.jpg) no-repeat top center;
  background-size: cover;
  overflow: hidden;
  padding-bottom: 2.9rem;
}

.publicitybg .publicity{
  padding-top: 1.18rem;

}

.publicitybg .publicity .publicity_t{
  overflow: hidden;
}

.publicitybg .publicity .publicity_t .title{
  float: left;
}

.publicitybg .publicity .publicity_t .title h3 i {
  background: url(../images/line2.png) no-repeat right center;
  padding-right: 0.12rem;
}

.publicitybg .publicity .publicity_t .more{
  float: right;
  width: 1.28rem;
  height: 0.48rem;
  line-height: 0.48rem;
  border: 1px solid #0956BD;
  border-radius: 45px;
  margin-top: 0.35rem;
  position: relative;
  z-index: 5;
}

.publicitybg .publicity .publicity_t .more a{
  display: block;
  text-align: center;
  font-size: 0.16rem;
  color: #0956BD;
  font-family: "PingFang SC";
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.publicitybg .publicity .publicity_t .more::after{
  left: 50%;
  top: 0%;
  position: absolute;
  width: 0;
  height: 100%;
  border-radius: 45px;
  background: #0956BD;
  content: "";
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.publicitybg .publicity .publicity_t .more:hover::after{
  width: 100%;
  left: 0;
}

.publicitybg .publicity .publicity_t .more:hover a{
  color: #fff;
}

.publicitybg .publicity .publicitybox{
  margin: 0.75rem auto 0 auto;
  overflow: hidden;
}

.publicitybg .publicity .publicitybox ul li{
  width: 32.3%;
  height: 0.78rem;
  border-bottom: 1px dashed #8EBEFF;
  margin-bottom: 0.4rem;
  margin-right: 1.5%;
  position: relative;
  float: left;

}

.publicitybg .publicity .publicitybox ul li:nth-child(3n){
  margin-right: 0;
}

.publicitybg .publicity .publicitybox ul li .time{
  height: 0.5rem;
  width: 15%;
  border-right: 1px solid #9ea6b3;
  text-align: center;
  float: left;
  padding-right: 2%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.publicitybg .publicity .publicitybox ul li .time span{
  display: block;
  font-size: 0.32rem;
  color: #333333;
  font-family: "PingFang SC";
  line-height: 0.32rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.publicitybg .publicity .publicitybox ul li .time i{
  display: block;
  font-size: 0.12rem;
  color: #333333;
  font-family: "PingFang SC";
  margin-top: 0.04rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.publicitybg .publicity .publicitybox ul li .txt{
  float: right;
  width: 83%;
  font-size: 0.28rem;
  color: #333;
} 

.publicitybg .publicity .publicitybox ul li .txt a{
  font-size: 0.2rem;
  color: #333333;
  font-family: "PingFang SC";
  line-height: 0.28rem;
  height: 0.56rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: left;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.publicitybg .publicity .publicitybox ul li::after{
  position: absolute;
  left: 0px;
  bottom: -1px;
  content: "";
  width: 0;
  height: 1px;
  background: #0956BD;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.publicitybg .publicity .publicitybox ul li:hover::after{
  width: 100%;
}

.publicitybg .publicity .publicitybox ul li:hover .time{
  border-right: 1px solid #0956BD;
}

.publicitybg .publicity .publicitybox ul li:hover .time span{
  color: #0956BD;
}

.publicitybg .publicity .publicitybox ul li:hover .time span{
  color: #0956BD;
}

.publicitybg .publicity .publicitybox ul li:hover .txt a{
  color: #0956BD;
  
}


@media (max-width: 980px){

  .publicitybg{
    width: 100%;
    margin: -1.93rem auto 0 auto;
    padding-bottom: 2.5rem;
  }
  
  .publicitybg .publicity{
    padding-top: 1.18rem;
  
  }
  
  .publicitybg .publicity .publicity_t{
    overflow: hidden;
  }
  
  .publicitybg .publicity .publicity_t .title{
    float: none;
  }
  
  .publicitybg .publicity .publicity_t .title h3 i {
    background: url(../images/line2.png) no-repeat right center;
    padding-right: 0.3rem;
  }
  
  .publicitybg .publicity .publicity_t .more{
    float: none;
    margin: 0.35rem auto 0 auto;
    width: 1.68rem;
  }
  
  .publicitybg .publicity .publicity_t .more a{
    font-size: 0.24rem;
  }
  
 
  
  .publicitybg .publicity .publicitybox{
    margin: 0.5rem auto 0 auto;
    overflow: hidden;
  }
  
  .publicitybg .publicity .publicitybox ul li{
    width: 100%;
    height: 0.78rem;
    border-bottom: 1px dashed #8EBEFF;
    margin-bottom: 0.4rem;
    margin-right: 0%;
    position: relative;
    float: none;
  
  }
  

  .publicitybg .publicity .publicitybox ul li .time{
    height: 0.5rem;
    width: 20%;
    border-right: 1px solid #9ea6b3;
    text-align: center;
    float: left;
    padding-right: 2%;
  }
  
  .publicitybg .publicity .publicitybox ul li .time span{
    display: block;
    font-size: 0.28rem;
    color: #333333;
  }
  
  .publicitybg .publicity .publicitybox ul li .time i{
    display: block;
    font-size: 0.24rem;
    margin-top: 0rem;
  }
  
  .publicitybg .publicity .publicitybox ul li .txt{
    float: right;
    width: 77%;
    font-size: 0.28rem;
    color: #333;
  } 
  
  .publicitybg .publicity .publicitybox ul li .txt a{
    font-size: 0.24rem;
    color: #333333;
    font-family: "PingFang SC";
    line-height: 0.3rem;
    height: 0.6rem;
  }
  




}












/* features */

.featuresbg{
  width: 100%;
  height: 9.23rem;
  margin: -2.65rem auto 0 auto;
  background: url(../images/specialbg.png) no-repeat top center;
  background-size: cover;
  overflow: hidden;
}

.featuresbg .features{
  padding-top: 2.1rem;
 position: relative;
 z-index: 9;
}

.featuresbg .features .features_t{
  overflow: hidden;
}

.featuresbg .features .features_t .title{
  float: left;
}

.featuresbg .features .features_t .title h3 i {
  background: url(../images/line1.png) no-repeat right center;
  padding-right: 0.4rem;
}

.featuresbg .features .features_t .more{
  float: right;
  width: 1.28rem;
  height: 0.48rem;
  line-height: 0.48rem;
  border: 1px solid #0956BD;
  border-radius: 45px;
  margin-top: 0.5rem;
  position: relative;
  z-index: 5;
}

.featuresbg .features .features_t .more a{
  display: block;
  text-align: center;
  font-size: 0.16rem;
  color: #0956BD;
  font-family: "PingFang SC";
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.featuresbg .features .features_t .more::after{
  left: 50%;
  top: 0%;
  position: absolute;
  width: 0;
  height: 100%;
  border-radius: 45px;
  background: #0956BD;
  content: "";
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.featuresbg .features .features_t .more:hover::after{
  width: 100%;
  left: 0;
}

.featuresbg .features .features_t .more:hover a{
  color: #fff;
}

.featuresbg .features .featuresbox{
  margin: 0.5rem auto 0 auto;
}

.featuresbg .features .featuresbox ul li{
  float: left;
  position: relative;
  width: 23.5%;
  margin-right: 2%;

}

.featuresbg .features .featuresbox ul li:last-child{
  margin-right: 0;
}

.featuresbg .features .featuresbox ul li .pic{
  position: relative;
  width: 100%;
  padding-top: 106%;
  border-top-right-radius: 48px;
  border-bottom-left-radius: 48px;
  overflow: hidden;
}

.featuresbg .features .featuresbox ul li .pic img{
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 48px;
  border-bottom-left-radius: 48px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.featuresbg .features .featuresbox ul li .txt{
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  /*height: 0.96rem;*/
  line-height: 0.48rem;
  background: url(../images/text.png) no-repeat  center;
  background-size: 100%;
  text-align: center;
}

.featuresbg .features .featuresbox ul li .txt a{
  font-size: 0.24rem;
  color: #fff;
  font-family: "PingFang SC";
/*
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
*/
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 96%;
  margin: 0 auto;
}


.featuresbg .features .featuresbox ul li:hover .pic img{
  transform: scale(1.1);

}




@media (max-width: 980px){


  .featuresbg{
    width: 100%;
    height: auto;
    margin: -1.5rem auto 0 auto;
    padding-bottom: 1.5rem;
    background: url(../images/specialbg2.jpg) no-repeat top center;
    background-size: cover;
    position: relative;
    overflow: inherit;
  }

  .featuresbg::after{
    position: absolute;
    content: "";
    background: url(../images/specialbg1.png) no-repeat top center;
    left: 0;
    top: -0.5rem;
    background-size: 100%;
    width: 100%;
    height: 100%;
  }
  
  .featuresbg .features{
    padding-top: 1rem;
  
  }
  
  .featuresbg .features .features_t .title{
    float: none;
  }
  
  .featuresbg .features .features_t .title h3 i {
    background: url(../images/line1.png) no-repeat right center;
    padding-right: 0.85rem;
  }
  
  .featuresbg .features .features_t .more{
    float: none;
    width: 1.68rem;
    margin: 0.2rem auto 0 auto;

  }
  
  .featuresbg .features .features_t .more a{
    font-size: 0.24rem;
  }
  
  .featuresbg .features .featuresbox{
    margin: 0.5rem auto 0 auto;
  }
  
  .featuresbg .features .featuresbox ul li{
    float: left;
    position: relative;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 0.3rem;
  
  }
  
  .featuresbg .features .featuresbox ul li:nth-child(2n){
    margin-right: 0;
  }
  
  
  .featuresbg .features .featuresbox ul li .txt{
    background: url(../images/text.png) no-repeat center;
    background-size: 100%;
    text-align: center;
    border-bottom-left-radius: 45px;
  
  }

}







@media (min-width: 1921px){
  .newsbg {
    margin: -1.95rem auto 0 auto;
  }
  .lecturesbg {
    margin: -1.86rem auto 0 auto;
  }

  .featuresbg .features {
    padding-top: 2.8rem;
  }

}

@media (max-width: 768px){

  .newsbg .news .newsbox .newsleft .swiper-slide .txt .nr .more{
    background-size: 20%;
    padding-right: 0.5rem;
  }

  .lecturesbg .lectures .lectures_r .txt .nr .more{
    background-size: 20%;
    padding-right: 0.5rem;
  }
  
}


@keyframes roted{
  0%{transform: rotate(0deg);}100%{transform: rotate(360deg);}
  }
  @keyframes roteds{
  0%{transform: rotate(0deg);}100%{transform: rotate(-360deg);}
  }