

/* 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/bannerbg1.png) no-repeat top center;
  background-size: 100%;
  z-index: 2;
  pointer-events: none;
}


.banner::before{
  position: absolute;
  content: "";
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url(../images/bannerbg2.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;
  -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.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;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.banner:hover .swiper-banner-next{
  right: 3%;
}


.banner:hover .swiper-banner-prev{
  left: 3%;
}


.banner .swiper-pagination{
  width: 100%;
  margin: 0;
  text-align: center;
  position: absolute;
  bottom: 0.2rem;
  display: none;
}

.banner .swiper-pagination .swiper-pagination-bullet{
  opacity: 0.3;
  position: relative;
  margin: 0 0.2rem ;
  width: 0.16rem;
  height: 0.16rem;
  text-align: center;
  border-radius: 50%;
  background: #fff;
}


.banner .swiper-pagination .swiper-pagination-bullet-active{
  background: #fff;
  opacity: 1;
}



.swiper-button-prev::after, .swiper-container-rtl .swiper-button-next::after {
  content: 'prev';
  display: none;

}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
  display: none;
}

.bannerbg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 10;
}

.itembg{
  width: 100%;
  height: 1.66rem;
  position: absolute;
  left: 0;
  bottom: 0rem;
  z-index: 10;
}

.itembg .item{
  margin: 0 auto;
  position: relative;
}


.itembg .item .swiper-container{
  width: 92%;
  margin: 0 auto;
}

.itembg .item .swiper-container .swiper-slide{
  position: relative;
  z-index: 9;
}

.itembg .item .swiper-container .swiper-slide .txt{
  position: relative;
  z-index: 9;
  height: 1.66rem;
  width: 86%;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.itembg .item .swiper-container .swiper-slide .txt a{
  display: block;
  margin: 0 auto;
  padding-top: 0.33rem;
  font-size: 0.18rem;
  color: #fff;
  text-align: center;
  position: relative;
}

.itembg .item .swiper-container .swiper-slide .txt a .ico1{
  display: block;
  max-width: 0.62rem;
  height: 0.62rem;
  margin: 0 auto 0.1rem auto;
  object-fit: scale-down;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.itembg .item .swiper-container .swiper-slide .txt a .ico2{
  display: block;
  max-width: 0.62rem;
  height: 0.62rem;
  margin: -0.7rem auto 0.12rem auto;
  object-fit: scale-down;
  opacity: 0;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.itembg .item .swiper-container .swiper-slide::after{
  position: absolute;
  right: 0.04rem;
  bottom: 0px;
  width: 0rem;
  height: 1.5rem;
  content: "";
  z-index: -1;
  background: url(../images/itembg2.png) no-repeat top center;
  background-size: 100%;
}

.itembg .item .swiper-item-next{
  position: absolute;
  z-index: 9;
  right: 0;
  top: 40%;
  cursor: pointer;
  width: 0.2rem;
  height: 0.32rem;
  background: url(../images/itemright.png) no-repeat  center;
  background-size: 100%;
}

.itembg .item .swiper-item-prev{
  position: absolute;
  z-index: 9;
  left: 0;
  top: 40%;
  cursor: pointer;
  width: 0.2rem;
  height: 0.32rem;
  background: url(../images/itemleft.png) no-repeat  center;
  background-size: 100%;
}



.soubg{
  position: absolute;
  left: 0;
  top: 35%;
  width: 100%;
  z-index: 9;
  pointer-events: none;
}


.soubg .sou{
  margin: 0 auto;
  width: 59%;
  max-width: 1115px;
  background: rgba(25, 25, 25, 0.4);
  padding: 0.3rem 0;
  overflow: hidden;
  pointer-events: initial;

}


.soubg .sou .sou_list{
  float: left;
  margin-left: 4%;
  width: 13.5%;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0.1rem;

}


.soubg .sou .sou_list ul li{
  width: 100%;
  height: 0.4rem;
  line-height: 0.4rem;
  border-bottom: 1px solid #fff;
  font-size: 0.16rem;
  color: #191919;
  padding-left: 0.2rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.soubg .sou .sou_list ul li:last-child{
  border-bottom: none;
}

.soubg .sou .sou_list ul li.on{
  background: rgba(31, 118, 186, 0.9);
  color: #fff;
}

.soubg .sou .sou_list ul li.on:nth-child(1){
  border-top-left-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
}

.soubg .sou .sou_list ul li.on:last-child{
  border-bottom-left-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
}


.soubg .sou .searchbox{
  float: right;
  margin-right: 4%;
  width: 77%;
} 

.soubg .sou .searchbox ul li{
  overflow: hidden;
}

.soubg .sou .searchbox ul li .gjc{
  overflow: hidden;
  line-height: 0.38rem;
}

.soubg .sou .searchbox ul li .gjc .gjc_t{
  display: inline-block;
  width: 1.08rem;
  line-height: 0.38rem;
  background: #1f76ba;
  border-top-left-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
  text-align: center;
  font-size: 0.16rem;
  color: #fff;
}

.soubg .sou .searchbox ul li .gjc .search-tabs{
  display: inline-block;
}

.soubg .sou .searchbox ul li .gjc  .tab-option{
  display: inline-block;
  font-size: 0.16rem;
  color: #fff;
  line-height: 0.38rem;
  border-top-left-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
  text-align: center;
  padding: 0 0.25rem;
}

.tab-option:hover {
  background: #1f76ba;
 
}

.tab-option.active {
  background: #1f76ba;

}

.soubg .sou .searchbox ul li .seach{
  margin-top: 0.06rem;

} 

.soubg .sou .searchbox ul li .seach .searchInp{
  float: left;
  width: 86%;
  height: 0.46rem;
  background: #fff;
  border-top-right-radius: 45px;
  border-bottom-right-radius: 45px;
  border-bottom-left-radius: 45px;
  font-size: 0.16rem;
  color: rgba(31, 37, 46, 0.4);
  padding-left: 0.3rem;
}

.soubg .sou .searchbox ul li .seach .submitBtn{
  float: right;
  border-radius: 45px;
  width: 1.09rem;
  height: 0.46rem;
  background: #1f76ba url(../images/sou.png) no-repeat 0.2rem center;;
  font-size: 0.16rem;
  color: #fff;
  padding-left: 0.25rem;
}





@media (min-width: 1024px){
  .itembg .item .swiper-container .swiper-slide:hover .txt{
    background: url(../images/itembg.png) no-repeat top center;
    background-size: 100% 100%;
  }
  
  .itembg .item .swiper-container .swiper-slide:hover::after{
    width: 0.83rem;
  }

  .itembg .item .swiper-container .swiper-slide:hover .txt a .ico1{
    opacity: 0;
  }

  .itembg .item .swiper-container .swiper-slide:hover .txt a .ico2{
    opacity: 1;
  }

}


@media (max-width: 1024px){

  .banner .swiper-banner-next{
    display: none;
  }
  
  
  .banner .swiper-banner-prev{
    display: none;
  }
  
  
  .banner .swiper-pagination{
    display: none;
  }

  .itembg {
    height: 1.6rem;

}

.itembg .item .swiper-container .swiper-slide .txt a img {
  height: 0.5rem;

}

.itembg .item .swiper-container .swiper-slide .txt a {
  font-size: 0.24rem;

}

.soubg{
  display: none;
}

}




/* title */

.title{
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.title i{
  display: block;
  font-size: 0.7rem;
  font-family: "å¾®è½¯é›…é»‘";
  text-transform: uppercase;
  color: transparent; 
  -webkit-text-stroke: 0.5px #c3dcff; 
  font-weight: bold; 
  line-height: 0.6rem;
  opacity: 0.6;
}


.title h3 a{
  display: block;
  font-size: 0.36rem;
  color: #333;
  font-family: "sansbold";
  position: relative;
  top: 0rem;
  left: 0;
  width: 100%;
  line-height: 0.6rem;
  position: absolute;
}

.more{
  width: 1.02rem;
  height: 0.33rem;
  line-height: 0.33rem;
  position: relative;
  z-index: 9;


} 

.more::after{
  position: absolute;
  content: "";
  bottom: -0.05rem;
  right:-0.05rem;
  z-index: -1;
  width: 1.02rem;
  height: 0.33rem;
  background: #d9ebf7;
  border-radius: 45px;
}

.more a{
  display: block;
  text-align: center;
  font-size: 0.14rem;
  color: #f5f6f7;
  font-family: "Harmony";
  text-transform: uppercase;
  background: #1f76ba;
  border-radius: 45px;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.more a i{
  margin-left: 0.07rem;
  font-size: 0.14rem;
  color: #f5f6f7;
  font-family: "Harmony";
}




/* news */


.newsbg{
  width: 100%;
  margin: 0 auto;
  background: url(../images/newsbg.jpg) no-repeat bottom center;
  background-size: 100% 100%;
  padding-bottom: 0.9rem;
  overflow: hidden;
}


.newsbg .news{
  margin: 0 auto;
  padding-top: 0.75rem;
}

.newsbg .news .news_l{
  float: left;
  width: 71%;

}

.newsbg .news .news_l .news_t{
  height: 1.05rem;
  width: 100%;
}

.newsbg .news .news_l .news_t .title{
  float: left;
  text-align: left;
}

.newsbg .news .news_l .news_t .title h3 a{
  padding-left: 0.2rem;
}


.newsbg .news .news_l .news_t .more{
  float: right;
  margin-top: 0.15rem;
}

.newsbg .news .news_l .newsbox{
  margin: 0 auto;
}

.newsbg .news .news_l .newsbox .hotnews{
  float: left;
  position: relative;
  width: 53%;
}

.newsbg .news .news_l .newsbox .hotnews .mySwiper{
  overflow: hidden;
}

.newsbg .news .news_l .newsbox .hotnews .swiper-slide{
  position: relative;
}

.newsbg .news .news_l .newsbox .hotnews .swiper-slide .pic{
  width: 100%;
  padding-top: 58%;
  position: relative;
  border-radius: 0.1rem;
  overflow: hidden;
}

.newsbg .news .news_l .newsbox .hotnews .swiper-slide .pic img{
  width: 100%;
  height: 100%;
  border-radius: 0.1rem;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.newsbg .news .news_l .newsbox .hotnews .swiper-slide .pic::after{
  position: absolute;
  left: 0px;
  bottom: 0rem;
  content: "";
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url(../images/picbg.png) no-repeat bottom center;
  background-size: 100% 100%;
  pointer-events: none;
  border-bottom-left-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
}

.newsbg .news .news_l .newsbox .hotnews .swiper-slide .txt{

} 

.newsbg .news .news_l .newsbox .hotnews .swiper-slide .txt a{
  display: block;
  font-size: 0.2rem;
  color: #fff;
  font-weight: bold;
  line-height: 0.26rem;
  height: 0.52rem;
  overflow: hidden;
  margin: 0.4rem 0 0.27rem 0;

}

.newsbg .news .news_l .newsbox .hotnews .swiper-slide .txt p{
  font-size: 0.16rem;
  color: #cedbe9;
  line-height: 0.28rem;
  height: 0.56rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.newsbg .news .news_l .newsbox .hotnews .news-pagination{
  position: absolute;
  right: 0;
  top: 55%;
  bottom: auto;
  left: auto;
  z-index: 5;
  width: auto;
  background: url(../images/newsxt.png) no-repeat left center;
  padding-left: 0.3rem;
  padding-right: 0.35rem;
}

.newsbg .news .news_l .newsbox .hotnews .news-pagination::after{
  position: absolute;
  z-index: -1;
  right: 0px;
  top: 50%;
  content: "";
  width: 0.2rem;
  height: 1px;
  background: #fff;
  opacity: 0.3;
}

.newsbg .news .news_l .newsbox .hotnews .news-pagination .swiper-pagination-bullet{
  font-size: 0.2rem;
  color: #fff;
  font-family: "Harmony";
  opacity: 0.7;
  background: none;
  border-radius: 0;
  padding-left: 0.12rem;
  position: relative;
  margin: 0 0.1rem 0 0.2rem;
  line-height: 0.24rem;
}

.newsbg .news .news_l .newsbox .hotnews .news-pagination .swiper-pagination-bullet::after{
  position: absolute;
  z-index: -1;
  left: 0px;
  top: 0rem;
  content: "0";
  font-size: 0.2rem;
  color: #fff;
  font-family: "Harmony";
}


.newsbg .news .news_l .newsbox .hotnews .news-pagination .swiper-pagination-bullet-active{
  font-size: 0.26rem;
  color: #fff;
  opacity: 1;
  padding-left: 0.15rem;
}

.newsbg .news .news_l .newsbox .hotnews .news-pagination .swiper-pagination-bullet-active::after{
  font-size: 0.26rem;
  color: #fff;
  opacity: 1;
}


.newsbg .news .news_l .newsbox .news_r{
  float: right;
  width: 40.5%;
  height: 5.5rem;
  background: rgba(217, 235, 247, 0.6);
  border-radius: 0.1rem;
}

.newsbg .news .news_l .newsbox .news_r ul{
  width: 86%;
  margin: 0 auto;
  padding-top: 0.18rem;
}

.newsbg .news .news_l .newsbox .news_r ul li{
  position: relative;
  overflow: hidden;
  height: 0.65rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.newsbg .news .news_l .newsbox .news_r ul li .txt{
  line-height: 0.64rem;
  height: 0.64rem;
  border-bottom: 1px solid #cae0f0;

}

.newsbg .news .news_l .newsbox .news_r ul li .txt a{
  float: left;
  font-size: 0.16rem;
  color: #191919;
  opacity: 0.8;
  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: 80%;
}

.newsbg .news .news_l .newsbox .news_r ul li .txt span{
  display: block;
  float: right;
  font-size: 0.14rem;
  color: #191919;
  opacity: 0.7;
  font-family: "Harmony";
}

.newsbg .news .news_l .newsbox .news_r ul li .txt_on{
  position: absolute;
  left: 0;
  top: 0rem;
  height: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
} 

.newsbg .news .news_l .newsbox .news_r ul li .txt_on .pic{
  height: 0.92rem;
  margin-top: 0.1rem;

}

.newsbg .news .news_l .newsbox .news_r ul li .txt_on .pic .img{
  float: left;
  width: 1.32rem;
  height: 0.92rem;
  background: #fff;
  border-radius: 0.12rem;

}


.newsbg .news .news_l .newsbox .news_r ul li .txt_on .pic .img img{
  width: 1.28rem;
  height: 0.88rem;
  border-radius: 0.12rem;
  display: block;
  margin: 0.02rem;
}

.newsbg .news .news_l .newsbox .news_r ul li .txt_on .pic h5 a{
  display: block;
  float: right;
  width: 58%;
  font-size: 0.18rem;
  color: #191919;
  font-family: "sansbold";
  line-height: 0.3rem;
  height: 0.6rem;
  overflow: hidden;
  margin-top: 0.15rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.newsbg .news .news_l .newsbox .news_r ul li .txt_on p{
  font-size: 0.16rem;
  color: #191919;
  line-height: 0.28rem;
  height: 0.56rem;
  overflow: hidden;
  opacity: 0.7;
  margin-top: 0.2rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.newsbg .news .news_l .newsbox .news_r ul li .txt_on em{
  display: block;
  font-size: 0.16rem;
  color: #191919;
  font-weight: bold;
  opacity: 0.7;
  font-family: "Harmony";
  position: relative;
  text-align: right;
  margin-top: 0.15rem;

}

.newsbg .news .news_l .newsbox .news_r ul li .txt_on em::after{
  position: absolute;
  left: 0px;
  top: 50%;
  content: "";
  width: 71%;
  height: 1px;
  background: #abcde7;

}

.newsbg .news .news_l .newsbox .news_r ul li.on{
  height: 2.35rem;
}

.newsbg .news .news_l .newsbox .news_r ul li.on .txt{
  opacity: 0;
}

.newsbg .news .news_l .newsbox .news_r ul li.on .txt_on{
  height: auto;
  opacity: 1;
}


.newsbg .news .notice{
  float: right;
  width: 25.5%;
}

.newsbg .news .notice .title{
  text-align: left;
  height: 1.05rem;
}

.newsbg .news .notice .title h3 a{
  padding-left: 0.2rem;
}

.newsbg .news .notice .noticebox{

}

.newsbg .news .notice .noticebox ul li{
  position: relative;
  z-index: 9;
  height: 1.1rem;
  margin-bottom: 0.05rem;

}

.newsbg .news .notice .noticebox ul li .txt{
  padding-top: 0.2rem;
  width: 94%;
  height: 0.92rem;
  border-bottom: 1px solid rgba(180, 177, 176, 0.2);
  position: relative;
}

.newsbg .news .notice .noticebox ul li .txt::after{
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 21%;
  height: 1px;
  background: #cccac9;
  content: "";
  -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 .txt .time{
  float: left;
  width: 21%;
  height: 0.51rem;
  border-right: 1px solid #d1d1d2;
  text-align: center;
  padding-right: 2%;
  -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 .txt .time span{
  display: block;
  font-size: 0.38rem;
  color: #5daae2;
  font-family: "Harmony";
  line-height: 0.36rem;
  -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 .txt .time i{
  display: block;
  font-size: 0.14rem;
  color: #5daae2;
  font-family: "Harmony";
  -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 .txt h5 a{
  display: block;
  font-size: 0.16rem;
  color: #191919;
  line-height: 0.28rem;
  height: 0.56rem;
  overflow: hidden;
  opacity: 0.8;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  float: left;
  width: 65%;
  position: relative;
  top: -0.03rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}


.newsbg .news .notice .noticebox ul li::after{
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0px;
  width: 0px;
  height: 100%;
  background: url(../images/noticelist.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;
}



@media (max-width: 1024px){
  .newsbg{
    background: url(../images/newsbg1.jpg) no-repeat bottom center;
    background-size: 100% 100%;
    padding-bottom: 0.6rem;
  }
  
  
  .newsbg .news{
    padding-top: 0.6rem;
  }
  
  .newsbg .news .news_l{
    float: none;
    width: 100%;
  
  }
  
  .newsbg .news .news_l .news_t{
    height: 1.05rem;
    width: 100%;
  }
  
  .newsbg .news .news_l .news_t .title{
    width: 50%;
  }
  
  .newsbg .news .news_l .news_t .title h3 a{
    padding-left: 0.2rem;
  }
  
  
  .newsbg .news .news_l .news_t .more{
    margin-top: 0.08rem;
  }
  
  .newsbg .news .news_l .newsbox{
    margin: 0 auto;
  }
  
  .newsbg .news .news_l .newsbox .hotnews{
    float: none;
    position: relative;
    width: 100%;
    background: url(../images/newslist.jpg) no-repeat  center 2px;
    background-size: 100% 100%;
    padding-bottom: 0.45rem;
  }
  
  
  
  .newsbg .news .news_l .newsbox .hotnews .swiper-slide .txt{
    width: 90%;
    margin: 0 auto;
  
  } 
  
  .newsbg .news .news_l .newsbox .hotnews .swiper-slide .txt a{
    font-size: 0.28rem;
    line-height: 0.4rem;
    height: 0.8rem;
    margin: 0.4rem 0 0.25rem 0;
  
  }
  
  .newsbg .news .news_l .newsbox .hotnews .swiper-slide .txt p{
    font-size: 0.26rem;
    line-height: 0.35rem;
    height: 0.7rem;
  
  }
  
  .newsbg .news .news_l .newsbox .hotnews .news-pagination{
    top: 53%;
  }
  
  
  
  .newsbg .news .news_l .newsbox .news_r{
    float: none;
    width: 100%;
    height: 7.2rem;
    margin: 0.3rem auto 0 auto;
  }
  
  .newsbg .news .news_l .newsbox .news_r ul{
    width: 90%;
    margin: 0 auto;
    padding-top: 0.25rem;
  }
  
  .newsbg .news .news_l .newsbox .news_r ul li{
    height: 0.85rem;
    -webkit-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    transition: all 0s ease-out;
  }
  
  .newsbg .news .news_l .newsbox .news_r ul li .txt{
    line-height: 0.84rem;
    height: 0.84rem;
  
  }
  
  .newsbg .news .news_l .newsbox .news_r ul li .txt a{
    font-size: 0.28rem;
    width: 80%;
  }
  
  .newsbg .news .news_l .newsbox .news_r ul li .txt span{
    font-size: 0.24rem;
  }
  
  
  
  .newsbg .news .news_l .newsbox .news_r ul li .txt_on .pic{
    height: 1.22rem;
    margin-top: 0.15rem;
  
  }
  
  .newsbg .news .news_l .newsbox .news_r ul li .txt_on .pic .img{
    width: 1.75rem;
    height: 1.22rem;
  
  }
  
  
  .newsbg .news .news_l .newsbox .news_r ul li .txt_on .pic .img img{
    width: 1.65rem;
    height: 1.12rem;
    margin: 0.05rem;
  }
  
  .newsbg .news .news_l .newsbox .news_r ul li .txt_on .pic h5 a{
    width: 65%;
    font-size: 0.28rem;
    line-height: 0.4rem;
    height: 0.8rem;
    margin-top: 0.15rem;
    margin-left: 2%;
    float: left;
  
  }
  
  .newsbg .news .news_l .newsbox .news_r ul li .txt_on p{
    font-size: 0.26rem;
    line-height: 0.38rem;
    height: 0.76rem;
    margin-top: 0.2rem;
  
  }
  
  .newsbg .news .news_l .newsbox .news_r ul li .txt_on em{
    font-size: 0.24rem;
    margin-top: 0.15rem;
  
  }
  
  .newsbg .news .news_l .newsbox .news_r ul li .txt_on em::after{
    width: 70%;

  
  }
  
  .newsbg .news .news_l .newsbox .news_r ul li.on{
    height: 2.95rem;
  }
  

  
  
  .newsbg .news .notice{
    float: none;
    width: 100%;
    margin: 0.45rem auto 0 auto;
  }
  
  .newsbg .news .notice .title{
    text-align: left;
    height: 1.05rem;
  }
  
  .newsbg .news .notice .title h3 a{
    padding-left: 0.2rem;
  }
  
  
  .newsbg .news .notice .noticebox ul li{
    position: relative;
    z-index: 9;
    height: 1.25rem;
    margin-bottom: 0.05rem;
  
  }
  
  .newsbg .news .notice .noticebox ul li .txt{
    padding-top: 0.2rem;
    width: 96%;
    height: 1.15rem;
    margin: 0;
    border-bottom: 1px solid rgba(180, 177, 176, 0.2);
    position: relative;
  
  }
  
  
  .newsbg .news .notice .noticebox ul li .txt .time{
    float: left;
    width: 21%;
    height: 0.7rem;
    padding-right: 2%;
  }
  
  .newsbg .news .notice .noticebox ul li .txt .time span{
    display: block;
    font-size: 0.38rem;
    line-height: 0.36rem;

  }
  
  .newsbg .news .notice .noticebox ul li .txt .time i{
    font-size: 0.24rem;
  }
  
  .newsbg .news .notice .noticebox ul li .txt h5 a{
    font-size: 0.28rem;
    line-height: 0.38rem;
    height: 0.76rem;
    margin-left: 5%;
    width: 70%;
    top: -0.03rem;
  }
  
  
  
  
  
}

/* resources */


.resourcesbg{
  width: 100%;
  margin: 0 auto;
  background: url(../images/dzzybg.jpg) no-repeat  center;
  background-size: cover;
  padding-bottom: 1.25rem;
  overflow: hidden;
}


.resourcesbg .resources{
  margin: 0 auto;
  padding-top: 0.7rem;
}

.resourcesbg .resources .resources_t{
  height: 1.1rem;
}

.resourcesbg .resources .resources_t .title{
  float: left;
  text-align: left;
}

.resourcesbg .resources .resources_t .title h3 a{
  text-align: left;
  padding-left: 0.23rem;
}


.resourcesbg .resources .resources_t .more{
  margin-top: 0.15rem;
  float: right;
}


.resourcesbg .resources .resourcesbox{
  margin: 0 auto;
} 


.resourcesbg .resources .official{
  margin: 0 auto 0.65rem auto;
  overflow: hidden;
} 


.resourcesbg .resources .official .official_t{
  float: left;
  width: 14.5%;
  margin-top: 0.2rem;
}

.resourcesbg .resources .official .official_t a{
  display: block;
  margin: 0 0 0 10%;
}

.resourcesbg .resources .official .official_t a h5{
  font-size: 0.3rem;
  color: #1f76ba;
  font-weight: bold;
  line-height: 0.36rem;

}

.resourcesbg .resources .official .official_t a p{
  font-size: 0.16rem;
  color: #0962d9;
  font-family: "Harmony";
  text-transform: uppercase;
  opacity: 0.2;

}

.resourcesbg .resources .official .official_t a em{
  display: block;
  margin-top: 0.16rem;
  background: url(../images/more1.png) no-repeat  center;
  background-size: 100%;
  width: 0.3rem;
  height: 0.3rem;
}

.resourcesbg .resources .official .official_t img{
  max-width: 100%;
  margin: 0 auto;
}

.resourcesbg .resources .official .official_r{
  float: right;
  width: 85.3%;
  background: #fff;
  border-radius: 0.1rem;
  height: 2.8rem;
}

.resourcesbg .resources .official .official_r .swiper-container{
  overflow: hidden;
  width: 91%;
  margin: 0 auto;
  padding-top: 0.45rem;
  height: 2.35rem;

}


.resourcesbg .resources .official .official_r .swiper-container .swiper-slide{
  position: relative;
  height: calc((100% - 30px) / 2) !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;

}

.resourcesbg .resources .official .official_r .swiper-container .swiper-slide .pic{
  position: relative;
  width: 99%;
  height: 0.8rem;
  border: 1px solid #cfe6f8;
  border-radius: 0.1rem;
  overflow: hidden;

}

.resourcesbg .resources .official .official_r .swiper-container .swiper-slide .pic img{
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0.1rem;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}








.resourcesbg .resources .Trial{
  margin: 0 auto 0rem auto;
  overflow: hidden;
} 


.resourcesbg .resources .Trial .Trial_t{
  float: left;
  width: 14.5%;
  margin-top: 0.2rem;
}

.resourcesbg .resources .Trial .Trial_t a{
  display: block;
  margin: 0 0 0 10%;
}

.resourcesbg .resources .Trial .Trial_t a h5{
  font-size: 0.3rem;
  color: #191919;
  font-weight: bold;
  line-height: 0.36rem;

}

.resourcesbg .resources .Trial .Trial_t a p{
  font-size: 0.16rem;
  color: #191919;
  font-family: "Harmony";
  text-transform: uppercase;
  opacity: 0.2;

}

.resourcesbg .resources .Trial .Trial_t a em{
  display: block;
  margin-top: 0.16rem;
  background: url(../images/more2.png) no-repeat  center;
  background-size: 100%;
  width: 0.3rem;
  height: 0.3rem;
}

.resourcesbg .resources .Trial .Trial_t img{
  max-width: 100%;
  margin: 0 auto;
}

.resourcesbg .resources .Trial .Trial_r{
  float: right;
  width: 85.3%;
  background: #fff;
  border-radius: 0.1rem;
  height: 2.8rem;
}

.resourcesbg .resources .Trial .Trial_r .swiper-container{
  overflow: hidden;
  width: 91%;
  margin: 0 auto;
  padding-top: 0.45rem;
  height: 2.35rem;
}


.resourcesbg .resources .Trial .Trial_r .swiper-container .swiper-slide{
  position: relative;
  height: calc((100% - 30px) / 2) !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;

}

.resourcesbg .resources .Trial .Trial_r .swiper-container .swiper-slide .pic{
  position: relative;
  width: 99%;
  height: 0.8rem;
  border: 1px solid #cfe6f8;
  border-radius: 0.1rem;
  overflow: hidden;

}

.resourcesbg .resources .Trial .Trial_r .swiper-container .swiper-slide .pic img{
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0.1rem;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


@media (max-width: 980px){

  .resourcesbg{
    padding-bottom: 1rem;
  }
  
  
  .resourcesbg .resources{
    margin: 0 auto;
    padding-top: 0.6rem;
  }
  
  .resourcesbg .resources .resources_t{
    height: 1.1rem;
  }
  
  .resourcesbg .resources .resources_t .title{
    float: left;
    text-align: left;
  }

  .resourcesbg .resources .resources_t .title i{
    font-size: 0.4rem;
  }
  
  .resourcesbg .resources .resources_t .title h3 a{
    text-align: left;
    padding-left: 0.23rem;
  }
  
  
  .resourcesbg .resources .resources_t .more{
    margin-top: 0.1rem;
    float: right;
  }
  

  
  .resourcesbg .resources .official{
    margin: 0 auto 0.65rem auto;
  } 
  
  
  .resourcesbg .resources .official .official_t{
    float: none;
    width: 100%;
    margin-top: 0rem;
    text-align: center;
  }
  
  .resourcesbg .resources .official .official_t a{
    display: block;
    margin: 0%;
  }
  
  .resourcesbg .resources .official .official_t a h5{
    font-size: 0.36rem;
    line-height: 0.46rem;
  
  }
  
  .resourcesbg .resources .official .official_t a p{
    font-size: 0.24rem;
  
  }
  
  .resourcesbg .resources .official .official_t a em{
    margin: 0.16rem auto 0 auto;
    width: 0.4rem;
    height: 0.4rem;
  }
  
  .resourcesbg .resources .official .official_t img{
    display: none;
  }
  
  .resourcesbg .resources .official .official_r{
    float: none;
    width: 100%;
    height: 2.8rem;
    margin: 0.3rem auto 0 auto;
  }
  
  .resourcesbg .resources .official .official_r .swiper-container{
    overflow: hidden;
    width: 91%;
    margin: 0 auto;
    padding-top: 0.3rem;
    height: 2.8rem;
  }
  
  
  .resourcesbg .resources .official .official_r .swiper-container .swiper-slide{
    position: relative;
    height: calc((100% - 30px) / 2);
  
  }
  
  .resourcesbg .resources .official .official_r .swiper-container .swiper-slide .pic{
    position: relative;
    width: 99%;
    height: 1rem;
    border-radius: 0.12rem;
  
  }
  
  
  
  
  
  .resourcesbg .resources .Trial{
    margin: 0 auto 0rem auto;
    overflow: hidden;
  } 
  
  
  .resourcesbg .resources .Trial .Trial_t{
    float: none;
    width: 100%;
    margin-top: 0rem;
    text-align: center;
  }
  
  .resourcesbg .resources .Trial .Trial_t a{
    margin: 0%;
  }
  
  .resourcesbg .resources .Trial .Trial_t a h5{
    font-size: 0.36rem;
    line-height: 0.46rem;
  
  }
  
  .resourcesbg .resources .Trial .Trial_t a p{
    font-size: 0.24rem;
  
  }
  
  .resourcesbg .resources .Trial .Trial_t a em{
    margin: 0.16rem auto 0 auto;
    width: 0.4rem;
    height: 0.4rem;
  }
  
  .resourcesbg .resources .Trial .Trial_t img{
    display: none;
  }
  
  .resourcesbg .resources .Trial .Trial_r{
    float: none;
    width: 100%;
    height: 2.8rem;
    margin: 0.3rem auto 0 auto;
  }
  
  .resourcesbg .resources .Trial .Trial_r .swiper-container{
    overflow: hidden;
    width: 91%;
    margin: 0 auto;
    padding-top: 0.3rem;
    height: 2.8rem;
  }
  
  
  .resourcesbg .resources .Trial .Trial_r .swiper-container .swiper-slide{
    position: relative;
    height: calc((100% - 0.3rem) / 2);
  
  }
  
  .resourcesbg .resources .Trial .Trial_r .swiper-container .swiper-slide .pic{
    position: relative;
    width: 99%;
    height: 1rem;
    border-radius: 0.1rem;
  
  }
  


}




/* fw */


.fwbg{
  width: 100%;
  margin: 0 auto;
  background: url(../images/fwbg.jpg) no-repeat  center;
  background-size: cover;
  padding-bottom: 1.15rem;
  overflow: hidden;
}


.fwbg .fw{
  margin: 0 auto;
  padding-top: 1.02rem;
}


.fwbg .fw .title i{
  -webkit-text-stroke: 0.5px #fff; 
  opacity: 0.9;
} 

.fwbg .fw .fwbox{
  margin: 0.8rem auto 0 auto;
  position: relative;
}

.fwbg .fw .fwbox .swiper-container{
  width: 87.5%;
  margin: 0 auto;
}

.fwbg .fw .fwbox .swiper-container .swiper-slide{
  position: relative;
}

.fwbg .fw .fwbox .swiper-container .swiper-slide .txt{
  width: 100%;
  height: 2.2rem;
  background:  #fff;
  border-radius: 0.36rem;

}

.fwbg .fw .fwbox .swiper-container .swiper-slide .txt a{
  display: block;
  text-align: center;
  font-size: 0.2rem;
  color: #333;
  font-weight: bold;
  padding-top: 0.45rem;
  letter-spacing: 1px;
}

.fwbg .fw .fwbox .swiper-container .swiper-slide .txt a img{
  display: block;
  margin: 0rem auto 0.25rem auto;
  width: 0.8rem;
  height: 0.8rem;

}

.fwbg .fw .fwbox .swiper-container .swiper-slide .xt{
  margin: 0.1rem auto 0 auto;
  width: 0%;
  height: 6px;
  background: #5daae2;
  border-radius: 10px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.fwbg .fw .fwbox .swiper-container .swiper-slide:hover .xt{
  width: 63%;
}

.fwbg .fw .fwbox .swiper-fw-next{
  position: absolute;
  right: 0;
  top: 40%;
  cursor: pointer;
  width: 0.19rem;
  height: 0.38rem;
  background: url(../images/fw_right.png) no-repeat center;
  background-size: 100%;
}

.fwbg .fw .fwbox .swiper-fw-prev{
  position: absolute;
  left: 0;
  top: 40%;
  cursor: pointer;
  width: 0.19rem;
  height: 0.38rem;
  background: url(../images/fw_left.png) no-repeat center;
  background-size: 100%;
}



@media (max-width: 1024px){

  .fwbg{
    padding-bottom: 1rem;
  }
  
  
  .fwbg .fw{
    margin: 0 auto;
    padding-top: 0.6rem;
  }
  
  
  .fwbg .fw .title i{
    font-size: 0.5rem;
  
    -webkit-text-stroke: 0.5px #fff; 
    opacity: 0.9;
  } 
  
  .fwbg .fw .fwbox{
    margin: 0.5rem auto 0 auto;
  }
  
  
  .fwbg .fw .fwbox .swiper-container .swiper-slide .txt{
    border-radius: 0.3rem;
  
  }
  
  .fwbg .fw .fwbox .swiper-container .swiper-slide .txt a{
    font-size: 0.28rem;
    padding-top: 0.45rem;
  }
  
  
  .fwbg .fw .fwbox .swiper-container .swiper-slide:hover .xt{
    width: 0%;
  }
  
  .fwbg .fw .fwbox .swiper-fw-next{
    width: 0.25rem;
    height: 0.44rem;
  }
  
  .fwbg .fw .fwbox .swiper-fw-prev{
    width: 0.25rem;
    height: 0.44rem;
  }

}






/* recommend */

.zyrecommendbg{
  width: 100%;
  margin: 0 auto;
  background: url(../images/zytjbg.jpg) no-repeat top center;
  background-size: cover;
  padding-bottom: 1.1rem;
  overflow: hidden;
}

.zyrecommendbg .recommend{
  margin: 0 auto;
  padding-top: 0.95rem;
}

.zyrecommendbg .recommend .book_tj{
  margin: 0.6rem auto 0 auto;
}

.zyrecommendbg .recommend .book_tj .book_t{
  float: left;
  width: 12%;
  margin-top: 0.15rem;
}

.zyrecommendbg .recommend .book_tj .book_t .book_title{
  overflow: hidden;
  height: 2.6rem;

}

.zyrecommendbg .recommend .book_tj .book_t .book_title h5{
  float: left;
  font-size: 0.3rem;
  color: #333;
  font-weight: bold;
  writing-mode: vertical-rl; 
  text-orientation: mixed; 
  margin: 0 0rem 0 0.05rem;

  -ms-writing-mode: tb-rl; 
  writing-mode: tb-rl; 
  transform: rotate(0deg); 
  transform-origin: bottom left;
  white-space: nowrap;
}

.zyrecommendbg .recommend .book_tj .book_t .book_title i{
  font-size: 0.16rem;
  color: #333;
  display: block;
  opacity: 0.4;
  line-height: 0.24rem;
  float: left;
  writing-mode: vertical-rl; 
  text-orientation: mixed; 
  margin-left: 0.25rem;
  height: 100%;
  -ms-writing-mode: tb-rl; 
  writing-mode: tb-rl; 
  transform: rotate(0deg); 
  transform-origin: bottom left;
}

.zyrecommendbg .recommend .book_tj .book_t .more{
  position: relative;
  z-index: 9;
  width: 1.02rem;
  height: 0.33rem;
  line-height: 0.33rem;
  margin-top: 0.55rem;


} 


.zyrecommendbg .recommend .book_tj .book_t .more::after{
  position: absolute;
  content: "";
  bottom: -0.05rem;
  right:-0.05rem;
  z-index: -1;
  width: 1.02rem;
  height: 0.33rem;
  background: #d9ebf7;
  border-radius: 45px;
}

.zyrecommendbg .recommend .book_tj .book_t .more a{
  display: block;
  text-align: center;
  font-size: 0.14rem;
  color: #f5f6f7;
  text-transform: uppercase;
  background: #1f76ba;
  border-radius: 45px;
  width: 100%;
  height: 100%;
}


.zyrecommendbg .recommend .book_tj .book_t .more a i{
  margin-left: 0.07rem;
  font-size: 0.14rem;
  color: #f5f6f7;
}

.zyrecommendbg .recommend .book_tj .bookbox{
  float: right;
  width: 88%;
} 

.zyrecommendbg .recommend .book_tj .bookbox .swiper-slide{
  position: relative;
}

.zyrecommendbg .recommend .book_tj .bookbox .swiper-slide .pic{
  width: 100%;
  height: 3.8rem;
  border-radius: 0.2rem;
  padding: 0.1rem 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.zyrecommendbg .recommend .book_tj .bookbox .swiper-slide .pic  a{
  display: block;
  width: 92%;
  height: 100%;
  margin: 0 auto;
  border-radius: 0.15rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.zyrecommendbg .recommend .book_tj .bookbox .swiper-slide .pic img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 0rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.zyrecommendbg .recommend .book_tj .bookbox .swiper-slide .txt a{
  font-size: 0.18rem;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  text-align: center;
  margin: 0.17rem auto 0rem auto;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;

} 




.zyrecommendbg .video{
  margin: 0.7rem auto 0 auto;
  height: 4.5rem;
  background:  #fff;
  border-radius: 0.15rem;
  padding-top: 0.6rem;
}



.zyrecommendbg .video .video_t{
  float: left;
  width: 10%;
  margin-left: 3.5%;
}

.zyrecommendbg .video .video_t .book_title{
  overflow: hidden;

}

.zyrecommendbg .video .video_t .book_title h5{
  float: left;
  font-size: 0.3rem;
  color: #333;
  font-weight: bold;
  writing-mode: vertical-rl; 
  text-orientation: mixed; 
  margin: 0 0rem 0 0rem;

  /* é’ˆå¯¹IEçš„æ¨¡æ‹Ÿ */

  -ms-writing-mode: tb-rl; 
  writing-mode: tb-rl; 
  transform: rotate(0deg); 
  transform-origin: bottom left;
  white-space: nowrap;
}

.zyrecommendbg .video .video_t .book_title h5 em{
  writing-mode: initial;
  font-size: 0.3rem;
  color: #333;
  font-weight: bold;
  line-height: 0.3rem;
}

.zyrecommendbg .video .video_t .book_title i{
  font-size: 0.16rem;
  color: #333;
  display: block;
  opacity: 0.4;
  line-height: 0.24rem;
  float: left;
  writing-mode: vertical-rl; 
  text-orientation: mixed; 
  margin-left: 0.25rem;
  height: 1.85rem;
  -ms-writing-mode: tb-rl; 
  writing-mode: tb-rl; 
  transform: rotate(0deg); 
  transform-origin: bottom left;
}

.zyrecommendbg .video .video_t .more{
  position: relative;
  z-index: 9;
  width: 1.02rem;
  height: 0.33rem;
  line-height: 0.33rem;
  margin-top: 0.75rem;


} 

.zyrecommendbg .video .video_t .more::after{
  position: absolute;
  content: "";
  bottom: -0.05rem;
  right:-0.05rem;
  z-index: -1;
  width: 1.02rem;
  height: 0.33rem;
  background: #d9ebf7;
  border-radius: 45px;
}

.zyrecommendbg .video .video_t .more a{
  display: block;
  text-align: center;
  font-size: 0.14rem;
  color: #f5f6f7;
  text-transform: uppercase;
  background: #1f76ba;
  border-radius: 45px;
  width: 100%;
  height: 100%;
}

.zyrecommendbg .video .video_t .more a i{
  margin-left: 0.07rem;
  font-size: 0.14rem;
  color: #f5f6f7;
}


.zyrecommendbg .video .videobox{
  float: right;
  width: 82%;
  margin-right: 3.3%;
}


.zyrecommendbg .video .videobox .swiper-slide{
  position: relative;

}

.zyrecommendbg .video .videobox .swiper-slide .pic{
  width: 100%;
  padding-top: 79%;
  border-radius: 0.1rem;
  position: relative;
  overflow: hidden;

}

.zyrecommendbg .video .videobox .swiper-slide .pic img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.1rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.zyrecommendbg .video .videobox .swiper-slide .txt{
  margin: 0 auto;

} 

.zyrecommendbg .video .videobox .swiper-slide .txt a{
  display: block;
}

.zyrecommendbg .video .videobox .swiper-slide .txt a h5{
  font-size: 0.18rem;
  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;
  margin: 0.2rem 0.15rem 0.05rem 0.15rem;
}

.zyrecommendbg .video .videobox .swiper-slide .txt a p{
  font-size: 0.16rem;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  opacity: 0.5;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 0rem 0.15rem 0rem 0.15rem;
}

.zyrecommendbg .video .videobox .swiper-slide .txt a em{
  display: block;
  width: 0;
  height: 6px;
  background: #5daae2;
  border-radius: 45px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 0.2rem;
}



.zyrecommendbg .video .videobox .swiper-slide .videoBtn {
  position: absolute;
  width: 0.54rem;
  height: 0.54rem;
  background:
  url(../images/videoico.png) center no-repeat;
    background-size: auto;
  background-size: 100% 100%;
  position: absolute;
  left: calc((100% - 0.54rem) / 2);
  top: calc((100% - 0.54rem) / 2);
  z-index: 99;
}


#videoAlert {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1009;
}

#videoAlert .cont {
  position: relative;
  height: 100%;
}

#videoAlert .video_box {
  position: absolute;
  margin-top: 10%;
  width: 70%;
  height: 60%;
  margin-left: 15%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: right;
}

#videoAlert .video_box video {
  width: 85%;
  margin: 0 auto;
}

#videoAlert .video_box .close img {
  width: 30px;
  position: absolute;
  top: 0;
  right: 10%;
  max-height: initial;
}

#videoAlert .video_box .close {
  margin-bottom: 65px;
  height: 30px;
  position: relative;
  z-index: 10000;
  cursor: pointer;
}



@media (max-width: 1024px){
  .zyrecommendbg{
    padding-bottom: 0.6rem;
  }
  
  .zyrecommendbg .recommend{
    padding-top: 0.6rem;
  }

  .zyrecommendbg .recommend .title i{
    font-size: 0.42rem;
  }
  
  .zyrecommendbg .recommend .book_tj{
    margin: 0.5rem auto 0 auto;
  }
  
  .zyrecommendbg .recommend .book_tj .book_t{
    float: none;
    width: 100%;
    margin-top: 0rem;
  }
  
  .zyrecommendbg .recommend .book_tj .book_t .book_title{
    overflow: hidden;
    height: auto;
    text-align: center;
  
  }
  
  .zyrecommendbg .recommend .book_tj .book_t .book_title h5{
    float: none;
    font-size: 0.32rem;
    color: #333;
    font-weight: bold;
    writing-mode:initial; 
    text-orientation: mixed; 
    margin: 0 0rem 0 0rem;
  
    -ms-writing-mode: initial; 
    writing-mode:initial; 
    transform: rotate(0deg); 
    transform-origin: bottom left;
    white-space: nowrap;
  }
  
  .zyrecommendbg .recommend .book_tj .book_t .book_title i{
    font-size: 0.24rem;
    line-height: 0.36rem;
    float: none;
    writing-mode: initial; 
    text-orientation: mixed; 
    margin-left: 0rem;
    height: 100%;
    -ms-writing-mode:initial; 
    writing-mode: initial; 
    transform: rotate(0deg); 
    transform-origin: bottom left;
  }
  
  .zyrecommendbg .recommend .book_tj .book_t .more{
    width: 1.22rem;
    height: 0.43rem;
    line-height: 0.43rem;
    margin: 0.25rem auto 0 auto;
  
  
  } 
  
  
  .zyrecommendbg .recommend .book_tj .book_t .more::after{
    bottom: -0.05rem;
    right:-0.05rem;
    width: 1.22rem;
    height: 0.43rem;
  }
  
  .zyrecommendbg .recommend .book_tj .book_t .more a{
    font-size: 0.24rem;
  }
  
  
  .zyrecommendbg .recommend .book_tj .book_t .more a i{
    font-size: 0.24rem;
  }
  
  .zyrecommendbg .recommend .book_tj .bookbox{
    float: none;
    width: 100%;
    margin: 0.4rem auto 0 auto;
  } 
  

  
  .zyrecommendbg .recommend .book_tj .bookbox .swiper-slide .txt a{
    font-size: 0.28rem;
    margin: 0.17rem auto 0rem auto;

  
  } 
  
  
  
  
  .zyrecommendbg .video{
    margin: 0.6rem auto 0 auto;
    height: auto;
    padding-top: 0.5rem;
  }
  
  
  
  .zyrecommendbg .video .video_t{
    float: none;
    width: 100%;
    margin-left: 0%;
    text-align: center;
  }
  
  
  .zyrecommendbg .video .video_t .book_title h5{
    float: none;
    font-size: 0.32rem;
    writing-mode: initial;
    text-orientation: mixed;
    margin: 0 0rem 0 0rem;
    -ms-writing-mode: initial;
    writing-mode: initial;
    transform: rotate(0deg);
    transform-origin: bottom left;
    white-space: nowrap;
  }
  
  .zyrecommendbg .video .video_t .book_title h5 em{
    writing-mode: initial;
    font-size: 0.32rem;
  }
  
  .zyrecommendbg .video .video_t .book_title i{
    font-size: 0.24rem;
    line-height: 0.36rem;
    float: none;
    writing-mode: initial;
    text-orientation: mixed;
    margin-left: 0rem;
    height: 100%;
    -ms-writing-mode: initial;
    writing-mode: initial;
    transform: rotate(0deg);
    transform-origin: bottom left;
  }
  
  .zyrecommendbg .video .video_t .more{
    width: 1.22rem;
    height: 0.43rem;
    line-height: 0.43rem;
    margin: 0.25rem auto 0 auto;
  
  
  } 
  
  .zyrecommendbg .video .video_t .more::after{
    width: 1.22rem;
    height: 0.43rem;

  }
  
  .zyrecommendbg .video .video_t .more a{
    font-size: 0.24rem;
  }
  
  .zyrecommendbg .video .video_t .more a i{
    font-size: 0.24rem;
  }
  
  
  .zyrecommendbg .video .videobox{
    float: none;
    width: 90%;
    margin: 0.4rem auto 0 auto;
    padding-bottom: 0.3rem;
  }
  
  .zyrecommendbg .video .videobox .swiper-slide .pic {
    padding-top: 59%;
    border-radius: 0.15rem;
}
  
  .zyrecommendbg .video .videobox .swiper-slide .txt a h5{
    font-size: 0.28rem;
  }
  
  .zyrecommendbg .video .videobox .swiper-slide .txt a p{
    font-size: 0.24rem;
  }
  



}


 /* links */


.linksbg{
  width: 100%;
  overflow: hidden;
  padding: 0.15rem 0;
}

.linksbg .links{
  margin: 0 auto;
  display: flex;
  line-height: 0.3rem;
}


.linksbg .links .links_t{
  font-size: 0.16rem;
  color: #004f78;
  display: flex;
  min-width: fit-content;

}


.linksbg .links .links_r{
  display: flex;
  flex-wrap: wrap;
  font-size: 0.16rem;
  color: #004f78;
}

.linksbg .links .links_r a{
  font-size: 0.16rem;
  color: #004f78;
  margin-left: 0.2rem;
  padding-right: 0.2rem;
  display: inline-block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}




@media (min-width: 1024px){

  .zyrecommendbg .recommend .book_tj .bookbox .swiper-slide:hover .pic{
    background: #5daae2;
  }
  
  
  .zyrecommendbg .recommend .book_tj .bookbox .swiper-slide:hover .pic  a{
  
    background: #fff;
  
  }

  .zyrecommendbg .recommend .book_tj .bookbox .swiper-slide:hover .pic img{
    border-radius: 0.15rem;

  }

  .zyrecommendbg .video .videobox .swiper-slide:hover .txt a em{
    width: 100%;
  }
  
  .zyrecommendbg .video .videobox .swiper-slide:hover .pic img{
    transform: scale(1.1);
  }

  .linksbg .links .links_r a:hover{
    color: #333;
  }

  .newsbg .news .notice .noticebox ul li:hover::after{
    width: 100%;
  }
  
  .newsbg .news .notice .noticebox ul li:hover .txt{
    border-bottom: 1px solid #bcd6f6;
  }
  
  .newsbg .news .notice .noticebox ul li:hover .txt::after{
    background: #5191e5;
  }
  
  .newsbg .news .notice .noticebox ul li:hover .txt .time span{
    color: #004f78;
  
  }
  
  .newsbg .news .notice .noticebox ul li:hover .txt .time i{
    color: #333;
  }
  
  .newsbg .news .notice .noticebox ul li:hover .txt h5 a{
    color: #000000;
    font-size: 0.18rem;
    font-weight: bold;
  }
  
  .newsbg .news .news_l .newsbox .news_r ul li:hover .txt_on .pic h5 a{
    color: #004f78;
  }

  .newsbg .news .news_l .newsbox .hotnews .swiper-slide:hover .pic img{
    transform: scale(1.1);
  }

  .resourcesbg .resources .official .official_r .swiper-container .swiper-slide:hover .pic img{
    transform: scale(1.1);
  }

  .resourcesbg .resources .Trial .Trial_r .swiper-container .swiper-slide:hover .pic img{
    transform: scale(1.1);
  }

  .more:hover a{
    letter-spacing: 1px;
  }

}





@media (max-width: 980px){



.title i{
  display: block;
  line-height: 0.6rem;
  font-size: 0.65rem;
}


.title h3 a{
  font-size: 0.4rem;
}

.more{
  width: 1.22rem;
  height: 0.43rem;
  line-height: 0.43rem;


} 

.more::after{
  width: 1.22rem;
  height: 0.43rem;
}

.more a{
  font-size: 0.24rem;
}

.more a i{
  font-size: 0.24rem;
}





 .linksbg{
  padding: 0.25rem 0;
}

.linksbg .links{
  line-height: 0.36rem;
}


.linksbg .links .links_t{
  font-size: 0.24rem;

}


.linksbg .links .links_r{
  font-size: 0.24rem;
}

.linksbg .links .links_r a{
  font-size: 0.24rem;
  margin-left: 0.2rem;
  padding-right: 0.2rem;
}

}