/* 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.35rem;
}

.banner .swiper-pagination .swiper-pagination-bullet{
  position: relative;
  margin: 0 0.28rem ;
  width: 0.36rem;
  height: 0.36rem;
  background: url(../images/bannerico1.png) no-repeat  center;
  background-size: 100%;
  border-radius: 0%;
  opacity: 1;
}




.banner .swiper-pagination .swiper-pagination-bullet-active{
  width: 0.36rem;
  height: 0.36rem;
  background: url(../images/bannerico2.png) no-repeat  center;
  background-size: 100%;
}



.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;
}




/* 飘窗 */

.floating-window {
  position: fixed;
  top: 80%;
  right: 0.5rem;
  width: 2.4rem;
  height: auto;
  background: rgba(51, 120, 226, 0.8);
  padding: 0.2rem;
  z-index: 1000;
}

.floating-window .floating-content{
  margin: 0 auto;

}

.floating-window .floating-content a{
  display: block;
  text-align: center;
  font-size: 0.24rem;
  color: #FFFFFF;
  line-height: 0.32rem;
  padding: 0.25rem 0;
}

.close-btn {
  position: absolute;
  top: 0.1rem;
  right: 0.1rem;
  width: 0.11rem;
  height: 0.11rem;
  background: url(../images/closeico.png) no-repeat center;
  background-size: 100%;
  cursor: pointer;
}



@media (max-width: 980px){
  .banner .swiper-pagination{
    bottom: 0.3rem;
  }
  
  .banner::after{
    display: none;
  }

  .floating-window {
    display: none;
}
}




/* title */

.titlecont{
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}

.titlecont .title{
  background: url(../images/title.png) no-repeat left bottom;
  padding-bottom: 0.25rem;
}

.titlecont .title em{
  display: block;
  font-family: Arial;
  font-size: 0.6rem;
  font-weight: 900;
  line-height: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(51, 120, 226, 0.05);
  padding-left: 0.7rem;
}

.titlecont .title h3{
  font-family: "SourceHanSerifCN";
  font-size: 0.4rem;
  font-weight: bold;
  line-height: 0.45rem;
  letter-spacing: 1px;
  color: #333333;
  position: relative;
  z-index: 5;
  margin-top: -0.57rem;
  padding-left: 0.25rem;
}

.titlecont .title h3 i{
  font-size: 0.4rem;
  font-weight: bold;
  color: #3378E2;
}

.titlecont .titlemore{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);

} 

.titlecont .titlemore a{
  line-height: 0.28rem;
  font-size: 0.16rem;
  color: #3378E2;
  padding-right: 0.5rem;
  display: block;
  background: url(../images/more.png) no-repeat right center;
  background-size: 0.35rem 0.27rem;
}


/* news */

.newsbg{
  width: 100%;
  margin: 0 auto;
  background: url(../images/newsbg.jpg) no-repeat  center;
  background-size: cover;
  padding-bottom: 0.8rem;
}

.newsbg .news{
  margin: 0 auto;
  padding-top: 1rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.newsbg .news .news_l{
  width: 63.5%;

}


.newsbg .news .news_l .news_show{
  margin-top: 0.37rem;
  position: relative;
  border-radius: 0px 0px 0.4rem 0px;
  background: url(../images/newslist.jpg) no-repeat right center;
  background-size: 100% 100%;
}

.newsbg .news .news_l .news_show .swiper-slide{
  position: relative;
  height: 3.62rem;

}

.newsbg .news .news_l .news_show .swiper-slide .pic{
  float: left;
  position: relative;
  width: 70.5%;
  height: 100%;
  overflow: hidden;

}

.newsbg .news .news_l .news_show .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;object-fit:cover;
}


.newsbg .news .news_l .news_show .swiper-slide .txt{
  float: left;
  width: 29.5%;
  height: 100%;
  padding: 0 0.35rem 0 0.35rem;
}

.newsbg .news .news_l .news_show .swiper-slide .txt span{
  display: block;
  font-size: 0.14rem;
  letter-spacing: 0.28px;
  color: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.35rem 0 0.1rem 0;
}

.newsbg .news .news_l .news_show .swiper-slide .txt span i{
  font-size: 0.3rem;
  letter-spacing: 0.6px;
  color: #FFFFFF;
  margin-right: 0.1rem;
}

.newsbg .news .news_l .news_show .swiper-slide .txt a{
  display: block;
  font-size: 0.22rem;
  color: #FFFFFF;
  line-height: 0.32rem;
  height: 0.96rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 0.3rem;
}

.newsbg .news .news_l .news_show .newsbutton{
  position: absolute;
  right: 1.9rem;
  bottom: 0.35rem;
  z-index: 5;

}

.newsbg .news .news_l .news_show .newsbutton .swiper-news-next{
  float: right;
  cursor: pointer;
  background: url(../images/right1.png) no-repeat center;
  background-size: 100%;
  width: 0.1rem;
  height: 0.18rem;
  margin-left: 0.2rem;
}

.newsbg .news .news_l .news_show .newsbutton .swiper-news-prev{
  float: left;
  cursor: pointer;
  background: url(../images/left.png) no-repeat center;
  background-size: 100%;
  width: 0.1rem;
  height: 0.18rem;
}


.newsbg .news .news_l .newslist{
  margin-top: 0.25rem;

}

.newsbg .news .news_l .newslist ul li{
  height: 0.55rem;
  line-height: 0.55rem;
  border-bottom: 1px dashed #CBCBCB;
}

.newsbg .news .news_l .newslist ul li a{
  display: block;
}

.newsbg .news .news_l .newslist ul li a h5{
  float: left;
  width: 80%;
  font-size: 0.22rem;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.newsbg .news .news_l .newslist ul li a span{
  display: block;
  float: right;
  font-size: 0.16rem;
  color: #3378E2;
}


.newsbg .news .notice{
  width: 31.7%;

}

.newsbg .news .notice .noticebox{
  margin-top: 0.37rem;
}

.newsbg .news .notice .noticebox ul li{
  height: 1rem;
  border-bottom: 1px dashed #BBBABA;
  margin-bottom: 0.225rem;
  position: relative;
  z-index: 5;

}

.newsbg .news .notice .noticebox ul li a{
  display: block;

}

.newsbg .news .notice .noticebox ul li a h5{
  font-size: 0.22rem;
  line-height: 0.32rem;
  color: #333333;
  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;
}

.newsbg .news .notice .noticebox ul li a i{
  display: block;
  font-size: 0.16rem;
  color: #3378E2;
  margin-top: 0.05rem;
  
}

.newsbg .news .notice .noticebox ul li::after{
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
  z-index: -1;
  width: 0%;
  height: 1px;
  background: #3378E2;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}



@media (min-width: 980px){
  .newsbg .news .news_l .news_show .swiper-slide:hover .pic img{
    transform: scale(1.1);
  }

  .newsbg .news .news_l .newslist ul li:hover a h5{
    color: #3378E2;
  }

  .newsbg .news .notice .noticebox ul li:hover a h5{

    color: #3378E2;
 
    
  }

  .newsbg .news .notice .noticebox ul li:hover::after{
    width: 100%;
  }

  .newsbg .news .news_l .news_show .newsbutton .swiper-news-prev:hover{
    background: url(../images/left1.png) no-repeat center;
    background-size: 100%;
  }

}


@media (max-width: 980px){
  
  .titlecont .title{
    background: url(../images/title.png) no-repeat left bottom;
    background-size: 2.73rem 0.24rem;
    padding-bottom: 0.25rem;
  }
  
  .titlecont .title em{
    font-size: 0.6rem;
  }
  
  .titlecont .title h3{
    font-size: 0.36rem;
    margin-top: -0.57rem;
    padding-left: 0.25rem;
  }
  
  .titlecont .title h3 i{
    font-size: 0.36rem;

  }
  
  .titlecont .titlemore{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  
  } 
  
  .titlecont .titlemore a{
    font-size: 0.24rem;
  }
  
  
  
  .newsbg{

    padding-bottom: 0.5rem;
  }
  
  .newsbg .news{
    padding-top: 0.6rem;
  }
  
  .newsbg .news .news_l{
    width: 100%;
  
  }
  
  
  .newsbg .news .news_l .news_show{
    margin-top: 0.37rem;
  }
  
  .newsbg .news .news_l .news_show .swiper-slide{
    position: relative;
    height: 3rem;
  
  }
  
  .newsbg .news .news_l .news_show .swiper-slide .pic{
    float: left;
    position: relative;
    width: 60.5%;
    height: auto;
    overflow: hidden;
    padding-top: 45%;
  
  }
  
  
  
  .newsbg .news .news_l .news_show .swiper-slide .txt{
    float: left;
    width: 39.5%;
    height: 100%;
    padding: 0 0.2rem 0 0.2rem;
  }
  
  .newsbg .news .news_l .news_show .swiper-slide .txt span{
    display: block;
    font-size: 0.24rem;
    letter-spacing: 0px;
    padding: 0.25rem 0 0.1rem 0;
  }
  
  .newsbg .news .news_l .news_show .swiper-slide .txt span i{
    font-size: 0.3rem;
  }
  
  .newsbg .news .news_l .news_show .swiper-slide .txt a{
    font-size: 0.26rem;
    line-height: 0.4rem;
    height: 1.2rem;
    margin-top: 0.2rem;
  }
  
  .newsbg .news .news_l .news_show .newsbutton{
    right: 1.9rem;
    bottom: 0.25rem;
  
  }
  
  .newsbg .news .news_l .news_show .newsbutton .swiper-news-next{
    width: 0.15rem;
    height: 0.23rem;
  }
  
  .newsbg .news .news_l .news_show .newsbutton .swiper-news-prev{
    width: 0.15rem;
    height: 0.23rem;
  }
  
  
  .newsbg .news .news_l .newslist{
    margin-top: 0.25rem;
  
  }
  
  .newsbg .news .news_l .newslist ul li{
    height: auto;
    line-height: 0.5rem;
    overflow: hidden;
    padding: 0.2rem 0;
  }

  
  .newsbg .news .news_l .newslist ul li a h5{
    width: 73%;
    font-size: 0.3rem;
    white-space: inherit;
  }
  
  .newsbg .news .news_l .newslist ul li a span{
    font-size: 0.26rem;

  }
  
  
  .newsbg .news .notice{
    width: 100%;
    margin: 0.6rem auto 0 auto;
  
  }
  
  .newsbg .news .notice .noticebox{
    margin-top: 0.37rem;
  }
  
  .newsbg .news .notice .noticebox ul li{
    height: auto;
    margin-bottom: 0.25rem;
    padding-bottom: 0.3rem;
  }
  
  
  .newsbg .news .notice .noticebox ul li a h5{
    font-size: 0.3rem;
    line-height: 0.5rem;
    max-height: 1.5rem;
    -webkit-line-clamp: 3;
    height: auto;
  }
  
  .newsbg .news .notice .noticebox ul li a i{
    font-size: 0.24rem;
    margin-top: 0.05rem;
    
  }
  
  
  

}








/* dynamics */

.dynamicsbg{
  width: 100%;
  background: #edf4ff url(../images/xueshubg.jpg) no-repeat top center;
  background-size: 100%;
}

.dynamicsbg .dynamics{
  padding-top: 0.85rem;
}

.dynamicsbg .titlecont{
  justify-content: center;
}


.dynamicsbg .titlecont .title {
  background: url(../images/title1.png) no-repeat left bottom;

}

.dynamicsbg .titlecont .title em {
  color: rgba(255, 255, 255, 0.05);

}

.dynamicsbg .titlecont .title h3 {
  color: #FFFFFF;
}

.dynamicsbg .titlecont .titlemore a {
  color: #fff;
  background: url(../images/more1.png) no-repeat right center;
  background-size: 0.35rem 0.27rem;
}


.dynamicsbg .dynamicsbox{
  margin: 0.16rem auto 0 auto;
  width: 100%;
  background: url(../images/xueshubg1.png) no-repeat top center;
  background-size: 100%;
  padding-top: 0.8rem;
  padding-bottom: 0.65rem;
  overflow: hidden;
}


.dynamicsbg .dynamicsbox .preview{
  margin: 0.25rem 0 0 12.5%;
  width: 23%;
  height: 5rem;
  background: #fff url(../images/xueshuico1.png) no-repeat bottom right;
  border-bottom: 3px solid #3378E2;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
  padding: 0 0.4rem;
  float: left;
}

.dynamicsbg .dynamicsbox .preview span{
  display: inline-block;
  margin-top: 0.47rem;
  height: 0.37rem;
  line-height: 0.37rem;
  border-radius: 0.5rem 0.5rem 0.5rem 0px;
  background: #3378E2;
  padding: 0 0.25rem 0 0.15rem;
  font-size: 0.2rem;
  color: #FFFFFF;
}

.dynamicsbg .dynamicsbox .preview h5{
  background: url(../images/xt.png) no-repeat bottom center;
  padding: 0.3rem 0 0.3rem 0;
  margin-bottom: 0.22rem;
}

.dynamicsbg .dynamicsbox .preview h5 a{
  font-size: 0.22rem;
  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;
}

.dynamicsbg .dynamicsbox .preview p{
  padding: 0 0.05rem;
  font-size: 0.18rem;
  line-height: 0.36rem;
  color: #888888;
  display: flex;
  align-items: center;
}

.dynamicsbg .dynamicsbox .preview p img{
  display: inline-block;
  width: 0.16rem;
  height: 0.16rem;
  margin-right: 0.12rem;
}


.dynamicsbg .dynamicsbox .academic{
  width: 63%;
  float: right;
}

.dynamicsbg .dynamicsbox .academic .swiper-container{
  padding: 0.25rem 0;

}


.dynamicsbg .dynamicsbox .academic .swiper-slide{
  position: relative;
  z-index: 5;
}

.dynamicsbg .dynamicsbox .academic .swiper-slide .nr{
  margin: 0 auto;
  width: 93%;
  height: 5rem;
  background: #fff;
  border-bottom: 3px solid #3378E2;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 5;
}

.dynamicsbg .dynamicsbox .academic .swiper-slide .pic{
  width: 100%;
  height: 2.42rem;
  position: relative;
  overflow: hidden;

}

.dynamicsbg .dynamicsbox .academic .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;
}

.dynamicsbg .dynamicsbox .academic .swiper-slide .txt{
  width: 84%;
  margin: 0 auto 0 auto;

} 

.dynamicsbg .dynamicsbox .academic .swiper-slide .txt a{
  display: block;
  font-size: 0.22rem;
  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;
  margin: 0.37rem 0 0.18rem 0;
}

.dynamicsbg .dynamicsbox .academic .swiper-slide .txt p{
  font-size: 0.18rem;
  color: #888888;
  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;
}

.dynamicsbg .dynamicsbox .academic .swiper-slide .txt span{
  display: block;
  font-size: 0.16rem;
  color: #3378E2;
  margin-top: 0.25rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.dynamicsbg .dynamicsbox .academic .swiper-slide .nr::after{
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 0;
  background: #3378e2 url(../images/xueshuico.png) no-repeat right bottom;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}



.dynamicsbg .dynamicsbox .academic .academicbutton{
  margin: 0.4rem 0 0 0.2rem;
  position: relative;
  z-index: 5;
}

.dynamicsbg .dynamicsbox .academic .academicbutton .cont{
  width: 0.5rem;
  height: 0.5rem;
  background: linear-gradient(159deg, #A5C8FF -20%, #3378E2 85%);
  border-radius: 50%;
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 5;
  margin-left: 16.5%;
}

.dynamicsbg .dynamicsbox .academic .academicbutton::after{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  content: "";
  width: 80%;
  height: 1px;
  background: #D8D8D8;

}

.dynamicsbg .dynamicsbox .academic .academicbutton .swiper-academic-next{
  width: 0.25rem;
  height: 0.5rem;
  float: right;
  align-items: center;
  display: flex;
}

.dynamicsbg .dynamicsbox .academic .academicbutton .swiper-academic-next i{
  background: url(../images/xueshuright.png) no-repeat center;
  background-size: 100%;
  width: 0.085rem;
  height: 0.14rem;
  display: block;
  margin: 0 auto;
  cursor: pointer;
}

.dynamicsbg .dynamicsbox .academic .academicbutton .swiper-academic-prev{
  width: 0.25rem;
  height: 0.5rem;
  float: left;
  align-items: center;
  display: flex;
}

.dynamicsbg .dynamicsbox .academic .academicbutton .swiper-academic-prev i{
  background: url(../images/xueshuleft.png) no-repeat center;
  background-size: 100%;
  width: 0.085rem;
  height: 0.14rem;
  display: block;
  margin: 0 auto;
  cursor: pointer;
}


@media (min-width: 980px){
  .dynamicsbg .dynamicsbox .academic .swiper-slide:hover .nr::after{
    height: 100%;
  }

  .dynamicsbg .dynamicsbox .academic .swiper-slide:hover .pic img{
    transform: scale(1.1);
  }

  .dynamicsbg .dynamicsbox .academic .swiper-slide:hover .txt a{

    color: #FFFFFF;

  }
  
  .dynamicsbg .dynamicsbox .academic .swiper-slide:hover .txt p{
    color: rgba(255, 255, 255, 0.6);
  }
  
  .dynamicsbg .dynamicsbox .academic .swiper-slide:hover .txt span{
    color: #FFFFFF;
  }

  
}



@media (max-width: 980px){

  
  .dynamicsbg .dynamics{
    padding-top: 0.6rem;
  }
  
  .dynamicsbg .titlecont{
    justify-content: space-between;
  }
  
  
  .dynamicsbg .titlecont .title {
    background: url(../images/title1.png) no-repeat left bottom;
    background-size: 2.73rem 0.24rem;
  }

  
  
  .dynamicsbg .dynamicsbox{
    margin: -0.2rem auto 0 auto;
    width: 100%;
    background-size: cover;
    padding-top: 1rem;
    padding-bottom: 0.65rem;
    overflow: hidden;
  }
  
  
  .dynamicsbg .dynamicsbox .preview{
    margin: 0.25rem auto 0 auto;
    width: 92%;
    height: auto;
    background: #fff url(../images/xueshuico1.png) no-repeat bottom right;
    background-size: 2.62rem 2.62rem;
    border-bottom: 3px solid #3378E2;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
    padding: 0 0.4rem;
    float: none;
    padding-bottom: 0.5rem;
  }
  
  .dynamicsbg .dynamicsbox .preview span{
    display: inline-block;
    margin-top: 0.47rem;
    height: 0.47rem;
    line-height: 0.47rem;
    font-size: 0.24rem;
  }
  
  .dynamicsbg .dynamicsbox .preview h5{
    background: url(../images/xt.png) no-repeat bottom center;
    background-size: 100%;
  }
  
  .dynamicsbg .dynamicsbox .preview h5 a{
    font-size: 0.3rem;
    line-height: 0.5rem;
    height: 1rem;
  }
  
  .dynamicsbg .dynamicsbox .preview p{
    padding: 0 0.05rem;
    font-size: 0.28rem;
    line-height: 0.5rem;
  }
  
  .dynamicsbg .dynamicsbox .preview p img{
    display: inline-block;
    width: 0.28rem;
    height: 0.28rem;
  }
  
  
  .dynamicsbg .dynamicsbox .academic{
    width: 100%;
    float: none;
    margin: 0.4rem auto 0 auto;
  }

  .dynamicsbg .dynamicsbox .academic .swiper-slide .nr{
    height: 7.3rem;
  }
  
  .dynamicsbg .dynamicsbox .academic .swiper-slide .pic{
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding-top: 54%;
  
  }
  
  
  .dynamicsbg .dynamicsbox .academic .swiper-slide .txt{
    width: 84%;
    margin: 0 auto 0 auto;
  
  } 
  
  .dynamicsbg .dynamicsbox .academic .swiper-slide .txt a{
    font-size: 0.3rem;
    line-height: 0.45rem;
    height: 0.9rem;
    margin: 0.37rem 0 0.2rem 0;
  }
  
  .dynamicsbg .dynamicsbox .academic .swiper-slide .txt p{
    font-size: 0.28rem;
    line-height: 0.45rem;
    height: 0.9rem;
  }
  
  .dynamicsbg .dynamicsbox .academic .swiper-slide .txt span{
    font-size: 0.28rem;
    margin-top: 0.25rem;
  }

  
  
  .dynamicsbg .dynamicsbox .academic .academicbutton{
    margin: 0.5rem auto 0 auto;
    width: 90%;
  }
  
  .dynamicsbg .dynamicsbox .academic .academicbutton .cont{
    width: 0.8rem;
    height: 0.8rem;
    margin-left: 42%;
  }
  
  .dynamicsbg .dynamicsbox .academic .academicbutton::after{
    width: 100%;
  
  }
  
  .dynamicsbg .dynamicsbox .academic .academicbutton .swiper-academic-next{
    width: 0.4rem;
    height: 0.8rem;

  }
  
  .dynamicsbg .dynamicsbox .academic .academicbutton .swiper-academic-next i{
    width: 0.16rem;
    height: 0.28rem;
  }
  
  .dynamicsbg .dynamicsbox .academic .academicbutton .swiper-academic-prev{
    width: 0.4rem;
    height: 0.8rem;
  }
  
  .dynamicsbg .dynamicsbox .academic .academicbutton .swiper-academic-prev i{
    width: 0.16rem;
    height: 0.28rem;
  }
  
  
  
}









/* fc */

.fcbg{
  width: 100%;
  margin: 0 auto;
  background: url(../images/fcbg.jpg) no-repeat bottom center;
  background-size: 100%;
  padding-bottom: 1.1rem;
}

.fcbg .fc{
  margin: 0 auto;
  padding-top: 0.75rem;
}

.fcbg .fc .titlecont{
  justify-content: center;
}

.fcbg .fc .fcbox{
  margin: 0 auto;
  padding-top: 0.4rem;
}

.fcbg .fc .fcbox ul li{
  width: 6.84%;
  height: 4.9rem;
  float: left;
  display: flex;
    justify-content: left;
    flex-wrap: wrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-left: -2px;
  position: relative;
  overflow: hidden;

}

.fcbg .fc .fcbox ul li:nth-child(1){
  margin-left: 0;

}


.fcbg .fc .fcbox ul li .fc_t{
  width: 0.99rem;
  height: 100%;
  background: url(../images/fclist1.png) no-repeat center;
  background-size: 100% 100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.fcbg .fc .fcbox ul li:nth-child(2) .fc_t{
  background: url(../images/fclist3.png) no-repeat center;
  background-size: 100% 100%;
}

.fcbg .fc .fcbox ul li:nth-child(4) .fc_t{
  background: url(../images/fclist2.png) no-repeat center;
  background-size: 100% 100%;
}

.fcbg .fc .fcbox ul li .fc_t h5{
  font-size: 0.22rem;
  color: #FFFFFF;
  letter-spacing: 2px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  transform: rotate(0deg);
  transform-origin: bottom left;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding-top: 0.95rem;
  width: 30%;
  height: 4rem;
  position: relative;
  left: 35%;
}

.fcbg .fc .fcbox ul li .fc_t i{
  display: block;
  margin: 0.2rem auto 0 auto;
  text-align: center;
  position: relative;
  width: 100%;

}

.fcbg .fc .fcbox ul li .fc_t i::after{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  content: "+";
  font-size: 0.22rem;
  color: #90D1F0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.fcbg .fc .fcbox ul li .fc_nr{

  width: calc(100% - .99rem);
  height: 4.9rem;
  padding: 0.45rem 0.35rem 0 0.4rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: none;
}

.fcbg .fc .fcbox ul li .fc_nr .pic{
  float: left;
  position: relative;
  width: 60%;
  height: 3.96rem;
  overflow: hidden;

}

.fcbg .fc .fcbox ul li .fc_nr .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;
}

.fcbg .fc .fcbox ul li .fc_nr .txt{
  float: left;
  width: 40%;
  height: 3.37rem;
  background: #FFFFFF;
  border-bottom: 2px solid #3AA1FE;
  margin-top: 0.59rem;
  position: relative;
  padding: 0 0.35rem 0 0.4rem;

} 

.fcbg .fc .fcbox ul li .fc_nr .txt::after{
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 33.3%;
  height: 2px;
  content: "";
  background: #E8B438;
}

.fcbg .fc .fcbox ul li .fc_nr .txt::before{
  position: absolute;
  left: 33.3%;
  bottom: -2px;
  width: 33.3%;
  height: 2px;
  content: "";
  background: #F17920;
}

.fcbg .fc .fcbox ul li .fc_nr .txt a{
  display: block;
}

.fcbg .fc .fcbox ul li .fc_nr .txt a span{
  display: block;
  font-size: 0.16rem;
  color: #3378E2;
  padding-top: 0.3rem;
}

.fcbg .fc .fcbox ul li .fc_nr .txt a h5{
  display: block;
  font-size: 0.22rem;
  line-height: 0.32rem;
  color: #333333;
  height: 0.64rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0.2rem 0 0.15rem 0;
  width: 100%;
}

.fcbg .fc .fcbox ul li .fc_nr .txt a p{
  font-size: 0.18rem;
  line-height: 0.3rem;
  color: #888888;
  height: 0.9rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  width: 100%;
}

.fcbg .fc .fcbox ul li .fc_nr .txt a em{
  display: block;
  float: right;
  width: 0.23rem;
  height: 0.11rem;
  background: url(../images/more2.png) no-repeat center;
  background-size: 100%;
  margin-top: 0.35rem;
}


.fcbg .fc .fcbox ul li.on{
  width: 79.5%;
  height: 4.9rem;
  background: #F0F7FF;
  box-shadow: 10px 6px 16px 0px rgba(210, 224, 241, 0.7);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  z-index: 5;
}

.fcbg .fc .fcbox ul li.on .fc_t{
  background: #286ec4;

}

.fcbg .fc .fcbox ul li.on:nth-child(2) .fc_t{
  background: #3c7de1;
}

.fcbg .fc .fcbox ul li.on:nth-child(4) .fc_t{
  background: #2b82ec;
}


.fcbg .fc .fcbox ul li.on .fc_t i::after{
  content: "_";
  color: #FFDA83;
}

.fcbg .fc .fcbox ul li.on .fc_nr{
  
  display: block;
}



@media (min-width: 980px){
  .fcbg .fc .fcbox ul li:hover .fc_nr .pic img{
    transform: scale(1.1);

  }

  .fcbg .fc .fcbox ul li:hover .fc_nr .txt a h5{
    color: #3378E2;
  }
}


@media (max-width: 980px){

  .fcbg{
    padding-bottom: 0.5rem;
  }
  
  .fcbg .fc{
    padding-top: 0.7rem;
  }
  
  .fcbg .fc .titlecont{
    justify-content: space-between;
  }
  
  .fcbg .fc .fcbox{
    margin: 0 auto;
    padding-top: 0.45rem;
  }
  
  .fcbg .fc .fcbox ul li{
    width: 100%;
    height: 6.5rem;
    float: none;
    margin-left: 0px;
    background: #F0F7FF;
    box-shadow: 10px 6px 16px 0px rgba(210, 224, 241, 0.7);
    margin-bottom: 0.3rem;
  
  }
  
  
  
  .fcbg .fc .fcbox ul li .fc_t{
    width: 0.9rem;
    height: 100%;
    background: #286ec4;
    background-size: 100%;
  }
  
  .fcbg .fc .fcbox ul li:nth-child(2) .fc_t{
    background: #3c7de1;
  }
  
  .fcbg .fc .fcbox ul li:nth-child(4) .fc_t{
    background: #2b82ec;
  }
  
  .fcbg .fc .fcbox ul li .fc_t h5{
    font-size: 0.26rem;
    padding-top: 0.3rem;
    width: 50%;
    height: 5.6rem;
    left: 24%;
  }
  

  
  .fcbg .fc .fcbox ul li .fc_t i::after{
    font-size: 0.24rem;

  }
  
  .fcbg .fc .fcbox ul li .fc_nr{
  
    width: calc(100% - .99rem);
    height: auto;
    padding: 0.25rem 0.3rem 0 0.3rem;
    display: block;
  }
  
  .fcbg .fc .fcbox ul li .fc_nr .pic{
    float: none;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 50%;
  
  }
  
  .fcbg .fc .fcbox ul li .fc_nr .txt{
    float: none;
    width: 100%;
    height: 3rem;
    border-bottom: 2px solid #3AA1FE;
    margin-top: 0.2rem;
    padding: 0 0.3rem 0 0.3rem;
  
  } 
  
  
  .fcbg .fc .fcbox ul li .fc_nr .txt a span{
    font-size: 0.24rem;
    padding-top: 0.25rem;
  }
  
  .fcbg .fc .fcbox ul li .fc_nr .txt a h5{
    font-size: 0.28rem;
    line-height: 0.4rem;
    height: 0.8rem;
    margin: 0.1rem 0 0.1rem 0;
  }
  
  .fcbg .fc .fcbox ul li .fc_nr .txt a p{
    font-size: 0.24rem;
    line-height: 0.33rem;
    height: 0.99rem;
  }
  
  .fcbg .fc .fcbox ul li .fc_nr .txt a em{
    width: 0.33rem;
    height: 0.21rem;
    margin-top: 0.05rem;
    display: none;
  }
  
  
  .fcbg .fc .fcbox ul li.on{
    width: 100%;
    height: 6.5rem;
  }
  
  .fcbg .fc .fcbox ul li.on .fc_t{
    background: #286ec4;
  
  }
  
  .fcbg .fc .fcbox ul li.on:nth-child(2) .fc_t{
    background: #3c7de1;
  }
  
  .fcbg .fc .fcbox ul li.on:nth-child(4) .fc_t{
    background: #2b82ec;
  }
  
  
  .fcbg .fc .fcbox ul li.on .fc_t i::after{
    content: "_";
    color: #FFDA83;
  }
  
  .fcbg .fc .fcbox ul li.on .fc_nr{
    
    display: block;
  }
  
}