/* banner */

.banner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
}

.banner::after{
  position: absolute;
  content: "";
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url(../images/bannerbg.png) no-repeat top center;
  background-size: 100%;
  z-index: 2;
  pointer-events: none;
}



.banner .swiper-container {
  overflow: hidden;
  margin: 0 auto;

}

.banner .swiper-slide {
  height: 100%;
  overflow: hidden;
  position: relative;
}


.banner .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
}

.banner .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 1s linear 2s;
  transform: scale(1, 1);
  object-fit: cover;
}

.banner .swiper-slide-active img,
.banner .swiper-slide-duplicate-active img {
  transition: 6s linear;
  transform: scale(1.05, 1.05);
}



.banner .swiper-banner-next {
  position: absolute;
  width: 0.19rem;
  height: 0.38rem;
  background: url(../images/fw_right.png) no-repeat center;
  background-size: 100%;
  right: -4%;
  top: 50%;
  z-index: 5;
  cursor: pointer;
  display: none;

}

.banner .swiper-banner-prev {
  position: absolute;
  width: 0.19rem;
  height: 0.38rem;
  background: url(../images/fw_left.png) no-repeat center;
  background-size: 100%;
  left: -4%;
  top: 50%;
  z-index: 5;
  cursor: pointer;
  display: none;
}


.banner .swiper-pagination{
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  bottom: 0.5rem;
}

.banner .swiper-pagination .swiper-pagination-bullet{
  position: relative;
  margin: 0 0.13rem ;
  width: 0.12rem;
  height: 0.12rem;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  opacity: 0.5;
}




.banner .swiper-pagination .swiper-pagination-bullet-active{
  width: 0.39rem;
  height: 0.22rem;
  background: url(../images/bannerico.png) no-repeat  center;
  background-size: 100%;
  opacity: 1;
  border-radius: 0;
  top: 0.05rem;
}



.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: 980px){
  .banner .swiper-pagination{
    bottom: 0.3rem;
  }
  
  .banner .swiper-pagination .swiper-pagination-bullet{
    position: relative;
    margin: 0 0.13rem ;
    width: 0.16rem;
    height: 0.16rem;
  }
  
  
  
  
  .banner .swiper-pagination .swiper-pagination-bullet-active{
    width: 0.39rem;
    height: 0.22rem;
    top: 0.03rem;
  }

}



/* news */

.newsbg{
  width: 100%;
  margin: 0 auto;
  padding-bottom: 0.4rem;
  overflow: hidden;

}

.newsbg .news{
  padding-top: 0.7rem;
}

.title{
  margin: 0 auto;
  position: relative;
  height: 0.8rem;
}

.title ul li{

}

.title ul li h5{
  float: left;
  padding: 0 0.27rem 0 0.3rem;
  font-size: 0.38rem;
  color: #333333;
  background: url(../images/title1.png) no-repeat left center;
  background-size: 0.62rem 0.8rem;
  height: 0.8rem;
  line-height: 0.8rem;
  margin-right: 0.28rem;
  opacity: 0.5;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.title ul li h5::after{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 1px;
  height: 0.35rem;
  background: #e5e5e5;
}

.title ul li:last-child h5::after{
  display: none;
}

.title ul li h5 i{
  font-size: 0.38rem;
  color: #007779;
  
}

.title ul li.on h5{
  opacity: 1;
  background: url(../images/title_on.png) no-repeat left center;
  background-size: 0.62rem 0.8rem;
  color: #c7272b;
}


.title ul li.on h5 i{

  color: #c7272b;
  
}


.title ul li .more{
  position: absolute;
  right: 0;
  top: 0.3rem;
  font-size: 0.16rem;
  color: #666666;
  padding-right: 0.3rem;
  background: url(../images/more.png) no-repeat right center;
  background-size: 0.22rem 0.22rem;
  display: none;
}

.title ul li.on .more{
  display: block;
}


.newsbox{
  margin: 0.2rem auto 0 auto;
}



.newsbox .swiper-container{
  padding: 0.2rem 0rem;
  width: 100%;
}


.newsbox .swiper-container .news1{
  padding: 0 0.1rem;
  width: 100% !important;

}

.newsbox .swiper-container .swiper-slide {

  opacity: 0 !important; /* 默认隐藏（由 Swiper 的 fade 效果控制） */

}

.newsbox .swiper-container .swiper-slide-active {

  opacity: 1 !important;  /* 当前 slide 显示 */

}

.newsbox .swiper-container .news1 .news_show{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}


.newsbox .swiper-container .news1 .news_show .news_img{
  display: inline-block;
  width: 65.5%;

}


.newsbox .swiper-container .news1 .news_show .news_img .swiper-v{
  overflow: hidden;
  position: relative;
  padding: 0;

}

.newsbox .swiper-container .news1 .news_show .news_img .swiper-v .swiper-slide{
  position: relative;
  width: 100% !important;
  opacity: 1 !important;
}


.newsbox .swiper-container .news1 .news_show .news_img .swiper-v .swiper-slide .pic{
  position: relative;
  height: 4.74rem;
  width: 100%;
  overflow: hidden;
}

.newsbox .swiper-container .news1 .news_show .news_img .swiper-v .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;
}

.newsbox .swiper-container .news1 .news_show .news_img .swiper-v .swiper-slide .txt{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(
180deg
, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.7) 100%);
}

.newsbox .swiper-container .news1 .news_show .news_img .swiper-v .swiper-slide .txt a{
  display: block;
  position: absolute;
  left: 4%;
  bottom: 0.35rem;
  width: 70%;
}

.newsbox .swiper-container .news1 .news_show .news_img .swiper-v .swiper-slide .txt a i{
  display: block;
  padding-left: 0.2rem;
  font-size: 0.16rem;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  background: url(../images/time2.png) no-repeat left center;
  background-size: 0.13rem 0.13rem;
  margin-bottom: 0.18rem;
}

.newsbox .swiper-container .news1 .news_show .news_img .swiper-v .swiper-slide .txt a h5{
  font-size: 0.2rem;
  color: #fff;
  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;
}


.newsbox .swiper-container .news1 .news_show .news_img .news-pagination{
  position: absolute;
  left: auto;
  right: 0.2rem;
  bottom: 0.36rem;
  z-index: 5;
  width: auto;

}

.newsbox .swiper-container .news1 .news_show .news_img .news-pagination .swiper-pagination-bullet{
  margin: 0 0.08rem;
  width: 0.1rem;
  height: 0.1rem;
  background: #fff;
  border-radius: 50%;
  opacity: 0.4;

}

.newsbox .swiper-container .news1 .news_show .news_img .news-pagination .swiper-pagination-bullet-active{
  background: url(../images/newsico.png) no-repeat center;
  background-size: 100%;
  width: 0.24rem;
  height: 0.13rem;
  border-radius: 0;
  opacity: 1;
}


.newsbox .swiper-container .news1 .news_show .news_right{
  display: inline-block;
  width: 32%;

}

.newsbox .swiper-container .news1 .news_show .news_right .mySwiper{
  position: relative;
  width: 100%;
  overflow: hidden;
}

.newsbox .swiper-container .news1 .news_show .news_right .mySwiper .swiper-slide{
  opacity: 1 !important;
}

.newsbox .swiper-container .news1 .news_show .news_right .pic{
  position: relative;
  width: 100%;
  height: 2.03rem;
  overflow: hidden;
}

.newsbox .swiper-container .news1 .news_show .news_right .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;
}

.newsbox .swiper-container .news1 .news_show .news_right ul{

}

.newsbox .swiper-container .news1 .news_show .news_right ul li{
  height: 0.9rem;
  border-bottom: 1px dashed #e5e5e5;
  position: relative;
  z-index: 5;
}

.newsbox .swiper-container .news1 .news_show .news_right ul li a{
  display: block;
  padding-top: 0.2rem;
}

.newsbox .swiper-container .news1 .news_show .news_right ul li a i{
  display: block;
  padding-left: 0.2rem;
  font-size: 0.16rem;
  color: #007779;
  font-family: Arial, Helvetica, sans-serif;
  background: url(../images/time3.png) no-repeat left center;
  background-size: 0.13rem 0.13rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.newsbox .swiper-container .news1 .news_show .news_right ul li a h5{
  font-size: 0.18rem;
  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;
  margin-top: 0.1rem;
}

.newsbox .swiper-container .news1 .news_show .news_right ul li::after{
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
  z-index: -1;
  width: 0;
  height: 1px;
  background: #c7272b;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.newsbox .swiper-container .news1 .newstxt{
  margin: 0.3rem auto 0 auto;
} 

.newsbox .swiper-container .news1 .newstxt ul{
  display: flex;
  justify-content: space-between;
    flex-wrap: wrap;
}

.newsbox .swiper-container .news1 .newstxt ul li{
  width: 32%;
  height: 1.35rem;
  background: #fff;
  box-shadow: 0px 0 8px 8px rgba(0, 119, 121, 0.03);
  border-top: 3px solid #007779;
}

.newsbox .swiper-container .news1 .newstxt ul li a {
  display: block;
  padding: 0.25rem 6.5% 0 6.5%;
}

.newsbox .swiper-container .news1 .newstxt ul li a i{
  display: block;
  padding-left: 0.2rem;
  font-size: 0.16rem;
  color: #007779;
  font-family: Arial, Helvetica, sans-serif;
  background: url(../images/time3.png) no-repeat left center;
  background-size: 0.13rem 0.13rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.newsbox .swiper-container .news1 .newstxt ul li a h5{
  font-size: 0.18rem;
  color: #333;
  line-height: 0.26rem;
  height: 0.52rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 0.15rem;
}




.newsbox .swiper-container .news2{

}

.newsbox .swiper-container .news2 ul{
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 0.1rem;
}

.newsbox .swiper-container .news2 ul li{
  width: 32%;
  height: 1.3rem;
  background: #fff;
  box-shadow: 0px 0 8px 8px  rgba(0, 119, 121, 0.03);
  margin-bottom: 0.3rem;
  align-items: center;
  display: flex;
  position: relative;
  z-index: 5;
}

.newsbox .swiper-container .news2 ul li .time{
  width: 24.5%;
  height: 0.5rem;
  border-right: 1px solid #e5e5e5;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.newsbox .swiper-container .news2 ul li .time span{
  display: block;
  font-size: 0.34rem;
  color: #007779;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 0.33rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.newsbox .swiper-container .news2 ul li .time i{
  display: block;
  font-size: 0.14rem;
  color: #999999;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 0.02rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.newsbox .swiper-container .news2 ul li h5{
  margin: 0 6% 0 5%;
  width: 64.5%;
}

.newsbox .swiper-container .news2 ul li h5 a{
  display: block;
  font-size: 0.18rem;
  color: #333333;
  line-height: 0.3rem;
  height: 0.6rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.newsbox .swiper-container .news2 ul li::after{
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: -1;
  width: 0%;
  height: 100%;
  background: #f9e9e9;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

/* 允许链接正常响应点击 */

.swiper-slide a {

  pointer-events: auto !important;

}


/* 防止Swiper容器拦截点击 */

.swiper-container {

  touch-action: manipulation;

}

@media (min-width: 980px){
  .newsbox .swiper-container .news2 ul li:hover::after{
    width: 100%;
  }

  .newsbox .swiper-container .news2 ul li:hover .time{
    border-right: 1px solid #efc2c3;
  }

  .newsbox .swiper-container .news2 ul li:hover .time span{
    color: #c7272b;
  }

  .newsbox .swiper-container .news2 ul li:hover .time i{
    color: #c7272b;
  }

  .newsbox .swiper-container .news2 ul li:hover h5 a{
    color: #c7272b;

  }

  .newsbox .swiper-container .news1 .news_show .news_img .swiper-v .swiper-slide:hover .pic img{
    transform: scale(1.1);
    
  }

  .newsbox .swiper-container .news1 .news_show .news_right .pic:hover img{
    transform: scale(1.1);
  }

  .newsbox .swiper-container .news1 .news_show .news_right ul li:hover::after{
    width: 100%;
  }

  .newsbox .swiper-container .news1 .news_show .news_right ul li:hover a i{
    color: #c7272b;
    background: url(../images/time4.png) no-repeat left center;
    background-size: 0.13rem 0.13rem;
  }

  .newsbox .swiper-container .news1 .news_show .news_right ul li:hover a h5{
    color: #c7272b;
  }

  .newsbox .swiper-container .news1 .newstxt ul li:hover{
    border-top: 3px solid #c7272b;
  }

  .newsbox .swiper-container .news1 .newstxt ul li:hover a i{
    color: #c7272b;
    background: url(../images/time4.png) no-repeat left center;
    background-size: 0.13rem 0.13rem;
  }

  .newsbox .swiper-container .news1 .newstxt ul li:hover a h5{
    color: #c7272b;

  }

}

@media (max-width: 980px){

  .newsbg{

    padding-bottom: 0.1rem;
  
  }
  
  .newsbg .news{
    padding-top: 0.6rem;
  }
  
  .title{
    margin: 0 auto;
    position: relative;
    height: auto;
  }
  
  .title ul{
    align-items: center;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
  }

  .title ul li{
    margin-bottom: 0.15rem;
  }
  
  .title ul li h5{
    padding: 0 0.2rem 0 0.3rem;
    font-size: 0.32rem;
    background: url(../images/title1.png) no-repeat left center;
    background-size: 0.54rem 0.7rem;
    height: auto;
    line-height: 0.8rem;
    margin-right: 0.2rem;

    float: none;

  }

  .title ul li h5 i{
    font-size: 0.32rem;
    
  }
  
  
  .title ul li .more{
    top: 39%;
    transform: translateY(-50%);
    font-size: 0.24rem;
    color: #666666;
    padding-right: 0.4rem;
    background: url(../images/more.png) no-repeat right center;
    background-size: contain;
    height: 0.32rem;
  }
  
  
  .newsbox{
    margin: 0rem auto 0 auto;
  }
  
  
  
  .newsbox .swiper-container .news1{
    padding: 0 0.1rem;

  
  }
  
  
  .newsbox .swiper-container .news1 .news_show .news_img{
    display: inline-block;
    width: 100%;
  
  }
  
  
  
  .newsbox .swiper-container .news1 .news_show .news_img .swiper-v .swiper-slide .pic{
    position: relative;
    height: auto;
    width: 100%;
    overflow: hidden;
    padding-top: 60%;
  }

  
  .newsbox .swiper-container .news1 .news_show .news_img .swiper-v .swiper-slide .txt a{

    bottom: 0.25rem;
  }
  
  .newsbox .swiper-container .news1 .news_show .news_img .swiper-v .swiper-slide .txt a i{
    display: block;
    padding-left: 0.3rem;
    font-size: 0.24rem;
    background-size: 0.2rem 0.2rem;
    margin-bottom: 0.1rem;
  }
  
  .newsbox .swiper-container .news1 .news_show .news_img .swiper-v .swiper-slide .txt a h5{
    font-size: 0.28rem;
  }
  
  
  .newsbox .swiper-container .news1 .news_show .news_img .news-pagination{
    bottom: 0.3rem;

  
  }
  
  .newsbox .swiper-container .news1 .news_show .news_img .news-pagination .swiper-pagination-bullet{
    width: 0.12rem;
    height: 0.12rem;
    opacity: 0.4;
  
  }

  .newsbox .swiper-container .news1 .news_show .news_img .news-pagination .swiper-pagination-bullet-active {
    background: url(../images/newsico.png) no-repeat center;
    background-size: 100%;
    width: 0.24rem;
    height: 0.13rem;
    border-radius: 0;
    opacity: 1;
}
  
  .newsbox .swiper-container .news1 .news_show .news_right{
    display: inline-block;
    width: 100%;
    margin: 0.3rem auto 0 auto;
  
  }
  
  .newsbox .swiper-container .news1 .news_show .news_right .pic{
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 56%;
  
  }
  
  
  .newsbox .swiper-container .news1 .news_show .news_right ul{
  
  }
  
  .newsbox .swiper-container .news1 .news_show .news_right ul li{
    height: 1.35rem;
  
  }
  
  .newsbox .swiper-container .news1 .news_show .news_right ul li a{
    padding-top: 0.3rem;
  }
  
  .newsbox .swiper-container .news1 .news_show .news_right ul li a i{
    padding-left: 0.3rem;
    font-size: 0.24rem;
    background: url(../images/time3.png) no-repeat left center;
    background-size: 0.2rem 0.2rem;
  }
  
  .newsbox .swiper-container .news1 .news_show .news_right ul li a h5{
    font-size: 0.28rem;
    margin-top: 0.1rem;
  }
  
  
  .newsbox .swiper-container .news1 .newstxt{
    margin: 0.4rem auto 0 auto;
  
  } 
  
  
  .newsbox .swiper-container .news1 .newstxt ul li{
    width: 100%;
    height: auto;
    background: #fff;
    margin-bottom: 0.35rem;
    padding-bottom: 0.4rem;
    box-shadow: 0px 8px 8px 0px rgba(0, 119, 121, 0.05)
  }
  
  .newsbox .swiper-container .news1 .newstxt ul li a {
    padding: 0.33rem 6.5% 0 6.5%;
  
  }
  
  .newsbox .swiper-container .news1 .newstxt ul li a i{
    padding-left: 0.3rem;
    font-size: 0.24rem;
    background-size: 0.2rem 0.2rem;
  }
  
  .newsbox .swiper-container .news1 .newstxt ul li a h5{
    font-size: 0.28rem;
    line-height: 0.4rem;
    height: 0.8rem;
    margin-top: 0.15rem;
  }
  
  
  
  
  .newsbox .swiper-container .news2{
  
  }
  
  .newsbox .swiper-container .news2 ul{
    padding: 0 0.1rem;
  }
  
  .newsbox .swiper-container .news2 ul li{
    width: 100%;
    height: 1.4rem;
    margin-bottom: 0.25rem;
  }
  
  .newsbox .swiper-container .news2 ul li .time{
    width: 24.5%;
    height: 0.7rem;
    border-right: 1px solid #e5e5e5;
  }
  
  .newsbox .swiper-container .news2 ul li .time span{
    font-size: 0.34rem;
    line-height: 0.36rem;

  }
  
  .newsbox .swiper-container .news2 ul li .time i{
    font-size: 0.24rem;
    margin-top: 0.08rem;
  }
  
  .newsbox .swiper-container .news2 ul li h5{
    margin: 0 6% 0 5%;
    width: 66.5%;
  }
  
  .newsbox .swiper-container .news2 ul li h5 a{
    font-size: 0.28rem;
    line-height: 0.4rem;
    height: 0.8rem;
  }
  
  
  .newsbox .swiper-container .news2 ul li::after{
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    z-index: -1;
    width: 0%;
    height: 100%;
    background: #f9e9e9;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  
  
}



/* dynamics */

.dynamicsbg{
  width: 100%;
  margin: 0 auto;
  background: #f4fafa;
  padding-bottom: 0.6rem;
}

.dynamicsbg .dynamics{
  padding-top: 0.8rem;
}

.dynamicsbg .dynamics .dynamicsbox{
  margin: 0.2rem auto 0 auto;
}

.dynamicsbg .dynamics .dynamicsbox .swiper-container{
  padding: 0.2rem 0;
}

.dynamicsbg .dynamics .dynamicsbox .swiper-slide{
  position: relative;
  width: 100% !important;
}

.dynamicsbg .dynamics .dynamicsbox .swiper-slide .dynamics_show{
  padding: 0 0.1rem;
}

.dynamicsbg .dynamics .dynamicsbox .swiper-slide .dynamics_show ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;

}

.dynamicsbg .dynamics .dynamicsbox .swiper-slide .dynamics_show ul li{
  display: flex;
  width: 48%;
  max-height: 2.45rem;
  background: #fff;
  border-top: 3px solid #007779;
  padding: 0.23rem 1.3% 0.34rem 1.8%;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.dynamicsbg .dynamics .dynamicsbox .swiper-slide .dynamics_show ul li .pic{
  float: left;
  position: relative;
  width: 50.5%;
  padding-top: 29%;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.dynamicsbg .dynamics .dynamicsbox .swiper-slide .dynamics_show 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;
}

.dynamicsbg .dynamics .dynamicsbox .swiper-slide .dynamics_show ul li .txt{
  float: left;
  width: 46%;
  margin-left: 3.5%;

} 

.dynamicsbg .dynamics .dynamicsbox .swiper-slide .dynamics_show ul li .txt a{
  display: block;
}

.dynamicsbg .dynamics .dynamicsbox .swiper-slide .dynamics_show ul li .txt span{
  display: inline-block;
  font-size: 0.14rem;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  padding-top: 0.05rem;
  padding: 0 0.1rem;
  background: #007779;
}

.dynamicsbg .dynamics .dynamicsbox .swiper-slide .dynamics_show ul li .txt span i{
  font-size: 0.34rem;
  color: #fff;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-right: 0.05rem;
}

.dynamicsbg .dynamics .dynamicsbox .swiper-slide .dynamics_show ul li .txt h5{
  font-size: 0.18rem;
  color: #333;
  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;
  margin: 0.15rem 0 0.05rem 0;
}

.dynamicsbg .dynamics .dynamicsbox .swiper-slide .dynamics_show ul li .txt p{
  font-size: 0.16rem;
  color: #999999;
  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;
}


.dynamicsbg .dynamics .dynamicsbox .swiper-slide .dynamics_row{
  margin: 0.24rem auto 0 auto;
  padding: 0 0.1rem;
}


.dynamicsbg .dynamics .dynamicsbox .swiper-slide .dynamics_row ul{
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.dynamicsbg .dynamics .dynamicsbox .swiper-slide .dynamics_row ul li{
  display: inline-block;
  width: 48%;
  height: 0.59rem;
  line-height: 0.59rem;
  border-top: 1px dashed #d0d5d5;
  border-bottom: 1px dashed #d0d5d5;
  margin-top: -1px;
}


.dynamicsbg .dynamics .dynamicsbox .swiper-slide .dynamics_row ul li a{
  float: left;
  width: 80%;
  font-size: 0.16rem;
  color: #666666;
  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;

}

.dynamicsbg .dynamics .dynamicsbox .swiper-slide .dynamics_row ul li span{
  display: block;
  float: right;
  font-size: 0.14rem;
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  padding-left: 0.2rem;
  background: url(../images/time.png) no-repeat left center;
  background-size: 0.13rem 0.13rem;
}



/* education */


.educationbg{
  width: 100%;
  margin: 0 auto;
  background: url(../images/jiaoyubg.jpg) no-repeat  center;
  background-size: cover;
  padding: 0.8rem 0 0.6rem 0;
}

.educationbg .education{
  margin: 0rem auto 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.educationbg .education .education_l{
  width: 48%;
}

.educationbg .education .education_r{
  width: 48%;
}

.educationbg .education .title ul li h5{
  opacity: 1;

}

.educationbg .education .title .more{
  display: block !important;
  
} 

.educationbg .educationbox{
  margin: 0.2rem auto 0 auto;
}

.educationbg .educationbox .education_item{
  padding: 0 0.1rem;
  position: relative;
}


.educationbg .educationbox{
  padding: 0.2rem 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.educationbg .educationbox .swiper-slide{
  position: relative;
  z-index: 5;
  height: 2rem;
  background: rgba(255, 255, 255, 0.6);
  border-top: 3px solid #007779;
  padding: 0.27rem 0.3rem 0rem 0.3rem;
  box-shadow: 0px 8px 8px 0px  rgba(0, 0, 0, 0.03);
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 48%;
  margin-bottom: 0.3rem;
}

.educationbg .educationbox .swiper-slide::after{
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  content: "";
  z-index: -1;
  background: #ea8e91;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.educationbg .educationbox .swiper-slide a{
  display: block;
}

.educationbg .educationbox .swiper-slide span{
  display: block;
  font-size: 0.14rem;
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.educationbg .educationbox .swiper-slide span i{
  font-size: 0.34rem;
  color: #007779;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-right: 0.05rem;
}

.educationbg .educationbox .swiper-slide h5{
  font-size: 0.18rem;
  color: #333;
  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;
  margin: 0.2rem 0 0.1rem 0;
}

.educationbg .educationbox .swiper-slide p{
  font-size: 0.16rem;
  color: #999999;
  font-family: "Microsoft YaHei Light";
  line-height: 0.28rem;
  height: 0.84rem;
  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;
}




.educationbg .educationbox .education_item .swiper-education-next{
  position: absolute;
  left: -0.7rem;
  top: 1.65rem;
  cursor: pointer;
  width: 0.5rem;
  height: 0.5rem;
  background: url(../images/left.png) no-repeat  center;
  background-size: 100%;

}

.educationbg .educationbox .education_item .swiper-education-prev{
  position: absolute;
  right: -0.7rem;
  top: 1.65rem;
  cursor: pointer;
  width: 0.5rem;
  height: 0.5rem;
  background: url(../images/right.png) no-repeat  center;
  background-size: 100%;
}


@media (min-width: 980px){

  .dynamicsbg .dynamics .dynamicsbox .swiper-slide .dynamics_show ul li:hover .pic{
    width: 50.5%;
  }

  .dynamicsbg .dynamics .dynamicsbox .swiper-slide .dynamics_show ul li:hover .pic img{
    transform: scale(1.1);
  }

  .dynamicsbg .dynamics .dynamicsbox .swiper-slide .dynamics_show ul li:hover{
    border-top: 3px solid #c7272b;
    box-shadow: 0px 0 8px 8px  rgba(199, 39, 43, 0.03);
  }

  .dynamicsbg .dynamics .dynamicsbox .swiper-slide .dynamics_show ul li:hover .txt{
    width: 46%;
  }

  .dynamicsbg .dynamics .dynamicsbox .swiper-slide .dynamics_show ul li:hover .txt span{

    background: #c7272b;
  }



  .dynamicsbg .dynamics .dynamicsbox .swiper-slide .dynamics_show ul li:hover .txt h5{
    color: #c7272b;
  }

  .dynamicsbg .dynamics .dynamicsbox .swiper-slide .dynamics_row ul li:hover a{
    color: #c7272b;
    font-size: 0.18rem;
  }


  .educationbg .educationbox .swiper-slide:hover{
    border-top: 3px solid #c7272b;
    box-shadow: 0px 0 8px 8px  rgba(199, 39, 43, 0.03);
  }

  .educationbg .educationbox .swiper-slide:hover::after{
    width: 100%;
  }

  .educationbg .educationbox .swiper-slide:hover span{
    color: #fff;
  }

  .educationbg .educationbox .swiper-slide:hover span i{
    color: #fff;
  }

  .educationbg .educationbox .swiper-slide:hover h5{
    color: #fff;
  }



}

@media (max-width: 980px){
  .dynamicsbg{
    padding-bottom: 0.6rem;
  }
  
  .dynamicsbg .dynamics{
    padding-top: 0.6rem;
  }

  .dynamicsbg .dynamics .title .more{
    top: auto;
    bottom: 5%;
    transform: translateY(-100%);
  }
  
  .dynamicsbg .dynamics .dynamicsbox{
    margin: 0rem auto 0 auto;
  }
  
  .dynamicsbg .dynamics .dynamicsbox .swiper-container{
    padding: 0.2rem 0;
  }
  

  
  .dynamicsbg .dynamics .dynamicsbox .swiper-slide .dynamics_show ul li{
    width: 100%;
    height:  auto;
    max-height: initial;
    padding: 0.23rem 1.3% 0.34rem 1.8%;
    margin-bottom: 0.3rem;
  }
  

  

  .dynamicsbg .dynamics .dynamicsbox .swiper-slide .dynamics_show ul li .pic {

    width: 84.5%;

}

  
  .dynamicsbg .dynamics .dynamicsbox .swiper-slide .dynamics_show ul li .txt{
    float: none;
    width: 93%;
    margin-left: 3.5%;
  
  } 
  
  .dynamicsbg .dynamics .dynamicsbox .swiper-slide .dynamics_show ul li .txt span{
    font-size: 0.24rem;
    padding-top: 0.05rem;
  }
  
  .dynamicsbg .dynamics .dynamicsbox .swiper-slide .dynamics_show ul li .txt span i{
    font-size: 0.36rem;
    margin-right: 0.05rem;
  }
  
  .dynamicsbg .dynamics .dynamicsbox .swiper-slide .dynamics_show ul li .txt h5{
    font-size: 0.28rem;
    line-height: 0.4rem;
    height: 0.8rem;
    margin: 0.15rem 0 0.05rem 0;
  }
  
  .dynamicsbg .dynamics .dynamicsbox .swiper-slide .dynamics_show ul li .txt p{
    font-size: 0.24rem;
    line-height: 0.38rem;
    height: 0.76rem;
  }
  
  
  .dynamicsbg .dynamics .dynamicsbox .swiper-slide .dynamics_row{
    margin: 0.3rem auto 0 auto;
  }
  
  
  .dynamicsbg .dynamics .dynamicsbox .swiper-slide .dynamics_row ul li{
    display: inline-block;
    width: 100%;
    height: 0.95rem;
    line-height: 0.95rem;
    margin-top: -1px;
  }
  
  
  .dynamicsbg .dynamics .dynamicsbox .swiper-slide .dynamics_row ul li a{
    width: 70%;
    font-size: 0.28rem;

  
  }
  
  .dynamicsbg .dynamics .dynamicsbox .swiper-slide .dynamics_row ul li span{
    font-size: 0.24rem;
    padding-left: 0.3rem;
    background: url(../images/time.png) no-repeat left center;
    background-size: 0.2rem 0.2rem;
  }
  
  
  
  /* education */
  
  
  .educationbg{
    padding: 0.6rem 0 0.6rem 0;
  }

  .educationbg .education .education_l {
    width: 100%;
    margin-bottom: 0.3rem;
}

.educationbg .education .education_r {
  width: 100%;
}
  
  .educationbg .educationbox{
    margin: 0.15rem auto 0 auto;
  }
  
  
  
  .educationbg .educationbox{
    padding: 0.2rem 0;
    width: 100%;
  }
  
  .educationbg .educationbox .swiper-slide{
    position: relative;
    width: 100%;
    height: 2.4rem;
    padding: 0.27rem 0.3rem 0rem 0.3rem;
    margin-bottom: 0.35rem;
  }
  
  .educationbg .educationbox .swiper-slide a{
    display: block;
  }
  
  .educationbg .educationbox .swiper-slide span{
    font-size: 0.3rem;
  }
  
  .educationbg .educationbox .swiper-slide span i{
    font-size: 0.4rem;
    margin-right: 0.05rem;
  }
  
  .educationbg .educationbox .swiper-slide h5{
    font-size: 0.3rem;
    line-height: 0.45rem;
    height: 0.9rem;
    margin: 0.2rem 0 0.1rem 0;
  }
  
  .educationbg .educationbox .swiper-slide p{
    font-size: 0.26rem;
    line-height: 0.38rem;
    height: 1.14rem;
  }
  
  
  .educationbg .educationbox .swiper-slide:nth-child(2n){
    margin-top: 0rem;
  }
  
  
  .educationbg .educationbox .education_item .swiper-education-next{
    position: relative;
    left: 35%;
    top: 0;
    width: 0.5rem;
    height: 0.5rem;
    float: left;
    margin: 0.2rem 0 0.1rem 0;
    
  
  }
  
  .educationbg .educationbox .education_item .swiper-education-prev{
    position: relative;
    right: 35%;
    top: 0;
    width: 0.5rem;
    height: 0.5rem;
    float: right;
    margin: 0.2rem 0 0.1rem 0;
  }
  
  
}




/* dynamics */

.xueshubg{
  width: 100%;
  margin: 0 auto;
  background: url(../images/keyanbg.jpg) no-repeat center;
  background-size: cover;
  padding: 0.8rem 0 0.7rem 0;

}

.academicbg{
  margin: 0 auto;
  padding-bottom: 0.3rem;
}

.academicbg .title ul li h5{
  opacity: 1;
}

.academicbg .title ul li .more{
  display: block;
}

.academicbg .academicbox{
  margin: 0 auto;
}

.academicbg .academicbox .swiper-container{
  padding: 0.8rem 0.1rem 0.1rem 0.1rem;
  width: 100%;
}

.academicbg .academicbox .swiper-container .swiper-slide{
  position: relative;
  height: 2.9rem;

}

.academicbg .academicbox .swiper-container .swiper-slide .nr{
  position: relative;
  border: 1px solid #e3eded;
  height: 2.86rem;
  width: 99.5%;
  margin: 0 auto;

}


.academicbg .academicbox .swiper-container .swiper-slide .pic{
  position: absolute;
  right: 0.25rem;
  top: -0.45rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: #fff;
  border: 1px dashed #e2ecee;

}

.academicbg .academicbox .swiper-container .swiper-slide .pic img{
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 50%;
  margin: 0.15rem;
  display: inline-block;

}

.academicbg .academicbox .swiper-container .swiper-slide .txt{

}

.academicbg .academicbox .swiper-container .swiper-slide .txt h6{
  margin-left: 0.2rem;
  height: 0.39rem;
  line-height: 0.39rem;
  background: rgba(0, 119, 121, 0.1);
  position: relative;
  z-index: 9;
  width: 2.1rem;
  max-width: 2.7rem;
  text-align: center;
  font-size: 0.16rem;
  color: #007779;
  font-weight: bold;
  font-family: "simsun";
  white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    padding: 0 0.1rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.academicbg .academicbox .swiper-container .swiper-slide .txt h6::after{
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: url(../images/ico2.png) no-repeat  center;
  background-size: 100%;
  width: 0.3rem;
  height: 0.39rem;

}

.academicbg .academicbox .swiper-container .swiper-slide .txt h6::before{
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  background: url(../images/ico3.png) no-repeat  center;
  background-size: 100%;
  width: 0.3rem;
  height: 0.39rem;
}

.academicbg .academicbox .swiper-container .swiper-slide .txt h5 a{
  display: block;
  font-size: 0.2rem;
  color: #333;
  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;
  margin: 0.22rem 0 0.27rem 9%;
  width: 50%;
}

.academicbg .academicbox .swiper-container .swiper-slide .txt p{
  font-size: 0.16rem;
  color: #666;
  line-height: 0.36rem;
  height: 0.36rem;
  margin: 0rem 0 0rem 9%;
  align-items: center;
  display: flex;
  width: 85%;


}

.academicbg .academicbox .swiper-container .swiper-slide .txt p i{
  display: inline-block;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  margin-right: 0.1rem;
  align-items: center;
  display: flex;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.academicbg .academicbox .swiper-container .swiper-slide .txt p em{
  font-size: 0.16rem;
  color: #666;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  width: 90%;
}

.academicbg .academicbox .swiper-container .swiper-slide .txt p:nth-child(1) i{
  background: #e1eeef url(../images/xueshuico1.png) no-repeat  center;
  background-size: 100%;
}

.academicbg .academicbox .swiper-container .swiper-slide .txt p:nth-child(2) i{
  background: #e1eeef url(../images/xueshuico2.png) no-repeat  center;
  background-size: 100%;
}

.academicbg .academicbox .swiper-container .swiper-slide .txt p:nth-child(3) i{
  background: #e1eeef url(../images/xueshuico3.png) no-repeat  center;
  background-size: 100%;

}


.academicbg .academicbox .academic-pagination{
  margin: 0.35rem auto 0 auto;
  text-align: center;
}

.academicbg .academicbox .academic-pagination .swiper-pagination-bullet{
  display: inline-block;
  margin: 0 0.1rem;
  width: 0.1rem;
  height: 0.1rem;
  border: 1px solid #007779;
  background: none;
  border-radius: 50%;
  opacity: 1;

}

.academicbg .academicbox .academic-pagination .swiper-pagination-bullet-active{
  background:  url(../images/ico1.png) no-repeat  center;
  background-size: 100%;
  width: 0.24rem;
  height: 0.13rem;
  border: none;
  border-radius: 0;
}



/* research */

.researchbg{
  width: 100%;
  margin: 0 auto;
  padding-top: 0.3rem;
}

.researchbg .research{
  margin: 0 auto;
}

.researchbg .research .title ul li h5{
  opacity: 1;
}

.researchbg .research .title ul li .more{
  display: block;
}

.researchbg .research .researchbox{
  margin: 0.4rem auto 0 auto;
}

.researchbg .research .researchbox .research_l{
  float: left;
  width: 39%;
  height: 3.5rem;
  position: relative;

}

.researchbg .research .researchbox .research_l .pic{ 
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  
}

.researchbg .research .researchbox .research_l .pic img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.researchbg .research .researchbox .research_l .txt{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.4) 100%);
} 

.researchbg .research .researchbox .research_l .txt a{
  display: block;
  position: absolute;
  left: 5%;
  bottom: 0.2rem;
  width: 90%;

}

.researchbg .research .researchbox .research_l .txt a i{
  display: block;
  padding-left: 0.2rem;
  font-size: 0.16rem;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  background: url(../images/time2.png) no-repeat left center;
  background-size: 0.13rem 0.13rem;
  margin-bottom: 0.13rem;
}

.researchbg .research .researchbox .research_l .txt a h5{
  font-size: 0.2rem;
  color: #fff;
  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;
}

.researchbg .research .researchbox .research_r{
  float: left;
  width: 61%;

} 

.researchbg .research .researchbox .research_r ul li{
  float: left;
  width: 47%;
  height: 1.6rem;
  background: rgba(255, 255, 255, 0.6);
  border-bottom: 3px solid #007779;
  box-shadow: 0px 0 8px 8px  rgba(0, 119, 121, 0.04);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 0 0 0.3rem 3%;
}

.researchbg .research .researchbox .research_r ul li a{
  display: block;
  padding: 0.35rem 6% 0 6%;

}

.researchbg .research .researchbox .research_r ul li a i{
  display: block;
  padding-left: 0.2rem;
  font-size: 0.14rem;
  color: #007779;
  font-family: Arial, Helvetica, sans-serif;
  background: url(../images/time3.png) no-repeat left center;
  background-size: 0.13rem 0.13rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.researchbg .research .researchbox .research_r ul li a h5{
  font-size: 0.16rem;
  color:  #666666;
  line-height: 0.3rem;
  height: 0.6rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 0.15rem;
}




@media (min-width: 980px){

  .researchbg .research .researchbox .research_l:hover .pic img{
    transform: scale(1.1);
  }

  .researchbg .research .researchbox .research_r ul li:hover{
    box-shadow: 0px 0 8px 8px  rgba(199, 39, 43, 0.05);
    border-bottom: 3px solid #c7272b;
  }

  .researchbg .research .researchbox .research_r ul li:hover a i{
    color: #c7272b;
    background: url(../images/time4.png) no-repeat left center;
    background-size: 0.13rem 0.13rem;
  }

  .researchbg .research .researchbox .research_r ul li:hover a h5{
    color: #c7272b;
  }

  .academicbg .academicbox .swiper-container .swiper-slide:hover .nr{
    box-shadow: 0px 0 8px 5px  rgba(199, 39, 43, 0.03);
    border: 1px solid #f4d4d5;
    background: #fff;
  }

  .academicbg .academicbox .swiper-container .swiper-slide:hover .txt h6{
    color: #c7272b;
    background: #f6eaea;
  }
  .academicbg .academicbox .swiper-container .swiper-slide:hover .txt p:nth-child(1) i{
    background: #f9e9e9 url(../images/xueshuico11.png) no-repeat  center;
    background-size: 100%;
  }
  
  .academicbg .academicbox .swiper-container .swiper-slide:hover .txt p:nth-child(2) i{
    background: #f9e9e9 url(../images/xueshuico22.png) no-repeat  center;
    background-size: 100%;
  }
  
  .academicbg .academicbox .swiper-container .swiper-slide:hover .txt p:nth-child(3) i{
    background: #f9e9e9 url(../images/xueshuico33.png) no-repeat  center;
    background-size: 100%;
  }
  
}

@media (max-width: 980px){
  .xueshubg{
    padding: 0.5rem 0 0.5rem 0;
  
  }
  
  .academicbg{
    margin: 0 auto;
    padding-bottom: 0.3rem;
  }
  
  
  .academicbg .academicbox .swiper-container{
    padding: 0.65rem 0.1rem 0.1rem 0.1rem;
    width: 100%;
  }
  
  .academicbg .academicbox .swiper-container .swiper-slide{
    position: relative;
    height: 3.3rem;
  
  }

  .academicbg .academicbox .swiper-container .swiper-slide .nr {
    height: 3.28rem;
    width: 97%;
    margin: 0 auto;
}
  
  .academicbg .academicbox .swiper-container .swiper-slide .pic{
    position: absolute;
    right: 0.3rem;
    top: -0.55rem;
    width: 1.4rem;
    height: 1.4rem;
  
  }
  
  .academicbg .academicbox .swiper-container .swiper-slide .pic img{
    width: 1.1rem;
    height:  1.1rem;
  
  }
  

  
  .academicbg .academicbox .swiper-container .swiper-slide .txt h6{
    height: 0.52rem;
    line-height: 0.52rem;
    width: 4.5rem;
    max-width: 4.5rem;
    font-size: 0.24rem;
  }
  
  .academicbg .academicbox .swiper-container .swiper-slide .txt h6::after{

    width: 0.4rem;
    height: 0.52rem;
  
  }
  
  .academicbg .academicbox .swiper-container .swiper-slide .txt h6::before{
    width: 0.4rem;
    height: 0.52rem;
  }
  
  .academicbg .academicbox .swiper-container .swiper-slide .txt h5 a{
    font-size: 0.28rem;
    line-height: 0.4rem;
    height: 0.8rem;
    margin: 0.22rem 0 0.27rem 9%;
    width: 65%;
  }
  
  .academicbg .academicbox .swiper-container .swiper-slide .txt p{
    font-size: 0.24rem;
    line-height: 0.4rem;
    height: 0.4rem;
    margin: 0rem 0 0rem 9%;
    width: 85%;
  
  
  }
  
  .academicbg .academicbox .swiper-container .swiper-slide .txt p i{
    width: 0.3rem;
    height: 0.3rem;
    margin-right: 0.1rem;
  }
  
  .academicbg .academicbox .swiper-container .swiper-slide .txt p em{
    font-size: 0.24rem;
    width: 90%;
  }
  
  
  
  .academicbg .academicbox .academic-pagination{
    margin: 0.35rem auto 0 auto;
    text-align: center;
  }
  
  .academicbg .academicbox .academic-pagination .swiper-pagination-bullet{
    margin: 0 0.2rem;
    width: 0.18rem;
    height: 0.18rem;
  
  }
  
  .academicbg .academicbox .academic-pagination .swiper-pagination-bullet-active{
    width: 0.29rem;
    height: 0.18rem;
  }
  
  
  
  /* research */
  
  .researchbg{
    width: 100%;
    margin: 0 auto;
    padding-top: 0.2rem;
  }

  
  .researchbg .research .researchbox{
    margin: 0.3rem auto 0 auto;
  }
  
  .researchbg .research .researchbox .research_l{
    float: none;
    width: 100%;
    height: auto;
    position: relative;
  
  }
  
  .researchbg .research .researchbox .research_l .pic{ 
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 62%;
    overflow: hidden;
    
  }
  
  
  .researchbg .research .researchbox .research_l .txt a i{
    padding-left: 0.3rem;
    font-size: 0.24rem;
    background-size: 0.2rem 0.2rem;
    margin-bottom: 0.15rem;
  }
  
  .researchbg .research .researchbox .research_l .txt a h5{
    font-size: 0.28rem;
  }
  
  .researchbg .research .researchbox .research_r{
    float: none;
    width: 100%;
    margin: 0.3rem auto 0 auto;
  
  } 
  
  .researchbg .research .researchbox .research_r ul li{
    float: none;
    width: 100%;
    height: 1.9rem;
    margin: 0 0 0.3rem 0%;
  }
  
  .researchbg .research .researchbox .research_r ul li a{
    display: block;
    padding: 0.3rem 6% 0 6%;
  
  }
  
  .researchbg .research .researchbox .research_r ul li a i{
    padding-left: 0.3rem;
    font-size: 0.24rem;
    background-size: 0.2rem 0.2rem;
  }
  
  .researchbg .research .researchbox .research_r ul li a h5{
    font-size: 0.28rem;
    line-height: 0.4rem;
    height: 0.8rem;
    margin-top: 0.15rem;
  }
  
  
  
  
}






@media (min-width: 980px){


  .section{
    overflow: hidden;
    position: relative;
    align-items: center;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  
  
  /* 右侧导航 */
  #fp-nav {
    _display: none;
    font-size: 12px;
    right: 0;
  }
  
  #fp-nav li {
    margin: 10px 0 0;
    vertical-align: middle;
    width: 30px !important;
    height: 22px !important;
  
  }
  
  #fp-nav li a {
    float: right;
    width: 21px;
    height: 21px;
    color: #000;
    text-decoration: none;
    text-align: right;
    background: url(../images/dot.png) 8px 5px no-repeat;
  }
  
  #fp-nav .active {
    background-position: 0 bottom;
  }
  
  #fp-nav span {
    display: none;
  }
  
  .fullPage-tooltip {
    float: left;
    top: 0;
    margin-right: 5px;
    font: 12px "Microsoft Yahei";
    color: #8F9DA4;
    line-height: 21px;
  }
  
  
  
  
  /* section1 */
  .header.top_bg_page .top_bg{
    display: none;
}

.header.top_bg_page .nav_bg{
  background: #007779;

}

  
  .section1 {
  width: 100%;
  height: 100vh !important;
  overflow: hidden;
  }
  
  .section1 .banner .swiper-slide img{
    height: 100vh;
  object-fit: cover;
  }
  
  .section2 {
  width: 100%;
  height: 100vh !important;
  overflow: hidden;
  background-size: cover;
  }
  
  .section2  .newsbg .news{
    padding-top: 0.5rem;
  }
  
  .section3 {
  width: 100%;
  height: 100vh !important;
  overflow: hidden;
  background: #f4fafa;
  background-size: cover;
  }
  

  
  
  .section4 {
  width: 100%;
  height: 100vh !important;
  overflow: hidden;
  background: url(../images/jiaoyubg.jpg) no-repeat  center;
  background-size: cover;
  }
  
  
    
  .section5 {
    width: 100%;
    height: 100vh !important;
    overflow: hidden;
    background: url(../images/keyanbg.jpg) no-repeat top center;
    background-size: cover;
    }

    .section5 .academicbg .academicbox .swiper-container .swiper-slide .txt h6{
      height: 0.39rem;
      background: url(../images/xueshulist.png) no-repeat  center;
      background-size: 100%;
      width: 2.1rem;
      max-width: 2.1rem;
    }

    .section5 .academicbg .academicbox .swiper-container .swiper-slide:hover .txt h6{
      background: url(../images/xueshulist1.png) no-repeat  center;
      background-size: 100%;
    }
    
    .section5 .academicbg .academicbox .swiper-container .swiper-slide .txt h6::after{
      display: none;
    
    }
    
    .section5 .academicbg .academicbox .swiper-container .swiper-slide .txt h6::before{
      display: none;
    }
      
  .section6 {
    width: 100%;
    height: 100vh !important;
    overflow: hidden;
    background: url(../images/keyanbg.jpg) no-repeat bottom center;
    background-size: cover;
    }

  
  .section7 {
  width: 100%;
  height: 5.52rem !important;
  overflow: hidden;
  background: url(../images/footerbg.jpg) no-repeat top center;
  background-size: cover;
  }
  
  .top_on {
  position: relative;
  transform: translateY(-0.8rem);
  opacity: 0;
  transition: all 1s ease 0s;
  transition-delay: 0s;
  }
  
  .top_on1 {
  position: relative;
  transform: translateY(-0.9rem);
  opacity: 0;
  transition: all 1s ease 0s;
  transition-delay: 0s;
  }
  
  .left_on {
  position: relative;
  transform: translateX(-1rem);
  opacity: 0;
  transition: all 1s ease 0s;
  transition-delay: 0s;
  }

  .right_on {
    position: relative;
    transform: translateX(1rem);
    opacity: 0;
    transition: all 1s ease 0s;
    transition-delay: 0s;
    }
  
  .section.active .top_on {
  transform: translateY(0rem);
  opacity: 1;
  transition-delay: 0.5s;
  }
  
  .section.active .top_on1 {
  transform: translateY(0rem);
  opacity: 1;
  transition-delay: 0.8s;
  }
  
  .section.active .left_on {
  transform: translateY(0rem);
  opacity: 1;
  transition-delay: 0.5s;
  }

  .section.active .right_on {
    transform: translateY(0rem);
    opacity: 1;
    transition-delay: 0.5s;
    }
  
  }


  @media (max-width: 980px){
    .section5 .academicbg{
      padding-top: 0.6rem;
    }

    .section6 .researchbg {
      padding-bottom: 0.5rem;
  }

  }