img {
  display: inline-block;
  padding: 0;
  border: none;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}

/* banner */

.banner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}



.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 .video-slide {
  width: 100%;
  height: 100%;
  position: relative;
}

.banner video{
  display: block;
  pointer-events: none; /* 防止视频干扰滑动手势 */
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.banner .swiper-banner-next {
  position: absolute;
  width: 0.47rem;
  height: 0.47rem;
  background: url() no-repeat center;
  background-size: 100%;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  cursor: pointer;
  display: none;


}

.banner .swiper-banner-prev {
  position: absolute;
  width: 0.49rem;
  height: 0.49rem;
  background: url() no-repeat center;
  background-size: 100%;
  left: 3%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  cursor: pointer;
  display: none;
}


.banner .swiper-pagination{
  width: auto;
  margin: 0;
  position: absolute;
  bottom: 0.4rem;
  right: 5%;
}

.banner .swiper-pagination .swiper-pagination-bullet{
  position: relative;
  margin: 0px 1px ;
  border-radius: 0%;
  opacity: 1;
  display: inline-block;
  width: 0.74rem;
  height: 0.44rem;
  line-height: 0.9rem;
  background: url(../images/bannerico1.png) no-repeat center;
  background-size: 100%;
  top: -12px;
  opacity: 0.3;
}


.banner .swiper-pagination .swiper-pagination-bullet:nth-child(2n){

  background: url(../images/bannerico2.png) no-repeat center;
  background-size: 100%;
  top: 0px;
}



.banner .swiper-pagination .swiper-pagination-bullet-active{
  background: url(../images/bannerico1_on.png) no-repeat center;
  background-size: 100%;
  opacity: 1;
}

.banner .swiper-pagination .swiper-pagination-bullet-active:nth-child(2n){
  background: url(../images/bannerico2_on.png) no-repeat center;
  background-size: 100%;
  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;
}



.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;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: url(../images/bannerbg2.png) no-repeat bottom center;
  background-size: 100%;
  z-index: 2;
  pointer-events: none;
}






@media (max-width: 1024px){

  .banner .swiper-pagination{

    bottom: 0.2rem;
    right: 5%;
  }
  
  .banner .swiper-pagination .swiper-pagination-bullet{

    width: 0.37rem;
    height: 0.22rem;
    line-height: 0.9rem;
    background: url(../images/bannerico1.png) no-repeat center;
    background-size: 100%;
    top: -6px;
    opacity: 0.8;
  }

  .banner .swiper-pagination .swiper-pagination-bullet:nth-child(2n){

    background: url(../images/bannerico2.png) no-repeat center;
    background-size: 100%;
    top: 0px;
  }

.banner .swiper-pagination .swiper-pagination-bullet-active{
  background: url(../images/bannerico1_on.png) no-repeat center;
  background-size: 100%;
  opacity: 1;
}

.banner .swiper-pagination .swiper-pagination-bullet-active:nth-child(2n){
  background: url(../images/bannerico2_on.png) no-repeat center;
  background-size: 100%;
  opacity: 1;
}
}



/* title */

.titlecon{
  position: relative;
}

.title{
  margin: 0 auto;
  text-align: center;
}

.title h3{
  font-size: 0.36rem;
  color: #3c58a0;
  line-height: 0.4rem;
}

.title i{
  font-size: 0.3rem;
  color: #3c58a0;
  font-family: "Georgia";
  display: block;
  opacity: 0.1;
  margin: -0.1rem auto 0 auto;
}



.titlemore a{
  font-size: 0.2rem;
  color: #3c58a0;
  padding-right: 0.37rem;
  display: block;
  background: url(../images/titlemore1.png) no-repeat right center;
  background-size: 0.28rem 0.28rem;
  line-height: 0.3rem;
  margin-top: 0.06rem;
}

.titlemore1 a{
  font-size: 0.2rem;
  color: #fff;
  padding-right: 0.37rem;
  display: block;
  background: url(../images/titlemore2.png) no-repeat right center;
  background-size: 0.28rem 0.28rem;
  line-height: 0.3rem;
  margin-top: 0.06rem;
}


/* notice */

.noticebg{
  width: 100%;
  margin: 0 auto;
  background: url(../images/noticebg.jpg) no-repeat top center;
  background-size: cover;
  padding-top: 0.75rem;
  padding-bottom: 1.2rem;
}

.noticebg .channel{
  margin: 0 auto;
}

.noticebg .channel .title h3{

  background: url(../images/title_xt.png) no-repeat center;
  background-size: auto;

}

.noticebg .channelbox{
  margin: 0.35rem auto 0 auto;
}

.noticebg .channelbox ul{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.noticebg .channelbox ul li{
  width: 22.8%;
  height: 1.51rem;
  background: url(../images/channel_list.png) no-repeat top center;
  background-size: 100%;
  margin-right: 2.9%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.noticebg .channelbox ul li:last-child{
  margin-right: 0;
}

.noticebg .channelbox ul li a{
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 100%;
}

.noticebg .channelbox ul li span{
  display: block;
  width: 34.3%;
}

.noticebg .channelbox ul li span img{
  display: block;
  margin: 0 auto;
  width: 0.65rem;
  height: 0.65rem;

}

.noticebg .channelbox ul li h5{
  width: 65.7%;
  padding: 0 2%;
  text-align: center;
  font-size: 0.28rem;
  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;
}


.notice{
  margin: 0.9rem auto 0 auto;
}


.notice .tabs{
  margin: 0.2rem auto 0 auto;

}

.notice .tabs ul{
  align-items: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.notice .tabs ul li{
  position: relative;
  z-index: 5;
  height: 0.42rem;
  line-height: 0.4rem;
  display: inline-block;
  margin: 0 0.05rem;
}

.notice .tabs a{
  padding: 0 0.2rem;
  font-size: 0.26rem;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;

}

.notice .tabs ul li::after{
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  border-radius: 5px;
  content: "";
  z-index: -1;
  background: #3c58a0;

}

.notice .tabs ul li::before{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  width: 0.14rem;
  height: 0rem;
  content: "";
  z-index: -1;
  background: url(../images/ico.png) no-repeat top center ;
  background-size: 100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.notice .tabs ul li.active::after{
  width: 100%;
}

.notice .tabs ul li.active::before{
  height: 0.08rem;
}

.notice .tabs ul li.active a{
  color: #fff;
}

.notice .noticebox{
  margin: 0.55rem auto 0 auto;
  padding: 0.37rem 0.3rem 0 0.3rem;
  background: url(../images/noticebox.png) no-repeat top center ;
  background-size: 100% 100%;
  height: 7.42rem;
}

.notice .noticebox .swiper-slide{
  position: relative;

}

.notice .noticebox .swiper-slide ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.notice .noticebox .swiper-slide ul li{
  height: 1.25rem;
  border-bottom: 1px dashed #dbdbdb;
  width: 48.5%;

}

.notice .noticebox .swiper-slide ul li a{
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 100%;
}

.notice .noticebox .swiper-slide ul li .time{
  margin-left: 0.2rem;
  width: 0.73rem;
  height: 0.73rem;
  background: #3c58a0;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.notice .noticebox .swiper-slide ul li .time span{
  display: block;
  font-size: 0.24rem;
  color: #fff;
  line-height: 0.3rem;
  padding: 0.12rem 0 0.02rem 0;
  font-family: "FelixTitlingMT";
}


.notice .noticebox .swiper-slide ul li .time i{
  display: block;
  font-size: 0.16rem;
  color: #fff;
  font-family: "FelixTitlingMT";
}


.notice .noticebox .swiper-slide ul li .txt{
  width: calc((100% - 1.2rem));
  font-size: 0.22rem;
  color: #333;
  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;
  
}



/* news */

.newsbg{
  width: 100%;
  margin: 0 auto;
  background: url(../images/newsbg.jpg) no-repeat top center;
  background-size: cover;
  padding-top: 0.85rem;
  padding-bottom: 1.2rem;
}

.newsbg .news{
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.newsbg .news .news_l{
  width: 47.5%;

}


.newsbg .news .news_l .Technologylist{
  position: relative;
  height: 1rem;
}


.newsbg .news .news_l .Technologylist ul li{
  float: left;
  background: url(../images/ico4.png) no-repeat center right;
  background-size: 0.26rem 0.48rem;
  padding-right: 0.5rem;
  margin-right: 0.15rem;
}

.newsbg .news .news_l .Technologylist ul li h5{
  font-size: 0.36rem;
  color: #fff;
  line-height: 0.4rem;
  text-align: left;

  position: relative;
  top: 0.2rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.newsbg .news .news_l .Technologylist ul li h5 i{
  font-size: 0.3rem;
  color: #fff;
  font-family: "Georgia";
  font-weight: normal;
  display: block;
  opacity: 0.1;
  margin: -0.1rem auto 0 auto;
  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 .Technologylist ul li:last-child{
  background: none;

}

.newsbg .news .news_l .Technologylist ul li .titlemore1 a{
  position: absolute;
  right: 0;
  top: 0.05rem;
  display: none;
  z-index: 9;

}

.newsbg .news .news_l .Technologylist ul li.on h5{
  font-weight: bold;
  top: 0rem;
}

.newsbg .news .news_l .Technologylist ul li.on h5 i{
  opacity: 0.1;
}

.newsbg .news .news_l .Technologylist ul li.on .titlemore1 a{
  display: block;
}

.newsbg .news .news_l .Technologybox{
  margin: 0 auto;
  overflow: hidden;
}

.newsbg .news .news_l .Technologybox .swiper-container .swiper-slide{
  opacity: 0 !important;
  overflow: hidden;
}

.newsbg .news .news_l .Technologybox .swiper-container .swiper-slide-active{
  opacity: 1 !important;
}



.newsbg .news .news_l .Technologybox .mySwiper2{
  overflow: hidden;
  position: relative;
  padding: 0;
  width: 100%;

}

.newsbg .news .news_l .Technologybox .mySwiper2 .swiper-slide{
  width: 100% !important;
  opacity: 1 !important;
  overflow: hidden;
}



.newsbg .news .news_l .Technologybox .mySwiper2 .pic{
  width: 100%;
  height: 4.2rem;
  position: relative;
  overflow: hidden;

}

.newsbg .news .news_l .Technologybox .mySwiper2 .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;
}

.newsbg .news .news_l .Technologybox .mySwiper2 .txt{
  width: 100%;
  height: 1.55rem;
  border-top: 4px solid #003399;
  background: #f7f8fb url(../images/newstxt.png) no-repeat top center;
  background-size: 100%;


}

.newsbg .news .news_l .Technologybox .mySwiper2 .txt a{
  padding: 0.13rem 0.4rem 0 0.4rem;
  display: block;
}

.newsbg .news .news_l .Technologybox .mySwiper2 .txt h5{
  font-size: 0.24rem;
  color: #333;
  font-weight: bold;
  line-height: 0.36rem;
  height: 0.72rem;
  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 .news_l .Technologybox .mySwiper2 .txt i{
  display: block;
  background: url(../images/time.png) no-repeat left center;
  background-size: 0.23rem 0.23rem;
  font-size: 0.18rem;
  color: #3c58a0;
  font-family: "FelixTitlingMT";
  padding-left: 0.32rem;
  line-height: 0.23rem;
  margin-top: 0.18rem;
}

.newsbg .news .news_l .Technologybox .mySwiper2 .news-pagination{
  position: absolute;
  left: auto;
  top: auto;
  right: 0.25rem;
  bottom: 0.25rem;
  z-index: 9;
  width: auto;
}

.newsbg .news .news_l .Technologybox .mySwiper2 .news-pagination .swiper-pagination-bullet{
  background: url(../images/newsico1.png) no-repeat  center;
  background-size: 100% 100%;
  width: 0.25rem;
  height: 0.25rem;
  line-height: 0.9rem;
  overflow: hidden;
  opacity: 1;
  margin: 0 1px;
}


.newsbg .news .news_l .Technologybox .mySwiper2 .news-pagination .swiper-pagination-bullet-active{
  background: url(../images/newsico2.png) no-repeat  center;
  background-size: 100% 100%;

}



.newsbg .news .news_l .Technologybox .newstxt{
  margin-top: 0.3rem;
  width: 100%;
  height: 1.58rem;
  background: #f7f8fb;
  position: relative;

}

.newsbg .news .news_l .Technologybox .newstxt a{
  padding: 0.23rem 0.4rem 0 0.4rem;
  display: block;
}

.newsbg .news .news_l .Technologybox .newstxt h5{
  font-size: 0.22rem;
  color: #333;
  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;
}

.newsbg .news .news_l .Technologybox .newstxt i{
  display: block;
  font-size: 0.18rem;
  color: #3c58a0;
  font-family: "FelixTitlingMT";
  margin-top: 0.25rem;

}

.newsbg .news .news_l .Technologybox .newstxt::after{
  position: absolute;
    left: 0;
    top: 0.27rem;
    width: 3px;
    height: 0.57rem;
    content: "";
    background: #e0a057;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}







.newsbg .news .news_r{
  width: 47.5%;
}

.newsbg .news .news_r .titlecon{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.newsbg .news .news_r .title{
  margin: 0;
  text-align: left;
} 

.newsbg .news .news_r .title h3{
  color: #fff;

}

.newsbg .news .news_r .title i{
  color: #fff;
}


.newsbg .news .news_r .newsbox{
  margin-top: 0.35rem;
}

.newsbg .news .news_r .newsbox ul li{
  width: 100%;
  height: 2.36rem;
  background: #fff;
  margin-bottom: 0.28rem;

}

.newsbg .news .news_r .newsbox ul li a{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.newsbg .news .news_r .newsbox ul li .pic{
  position: relative;
  width: 4.2rem;
  height: 2.36rem;
  overflow: hidden;
}

.newsbg .news .news_r .newsbox 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;
}


.newsbg .news .news_r .newsbox ul li .txt{
  margin-right: 0.25rem;
  width: calc((100% - 4.85rem));
}


.newsbg .news .news_r .newsbox ul li .txt h5{
  font-size: 0.22rem;
  color: #333;
  line-height: 0.3rem;
  height: 0.9rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.newsbg .news .news_r .newsbox ul li .txt em{
  display: block;
  width: 0.54rem;
  height: 1px;
  background: #3c58a0;
  margin: 0.28rem 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.newsbg .news .news_r .newsbox ul li .txt i{
  display: block;
  font-size: 0.18rem;
  color: #3c58a0;
  font-family: "FelixTitlingMT";
}





/* hz */



.hzbg{
  width: 100%;
  margin: 0 auto;
  padding: 0.8rem 0 1rem 0;
  background: #f7f8fb;

}


.hzbg .hz{
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}



.hzbg .hz .titlecon{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}


.hzbg .hz .hz_l .title{
  text-align: left;
  margin: 0;
}


.hzbg .hz .hz_l{
  width: 47.5%;
}


.hzbg .hz .hz_l .hzbox{
  margin-top: 0.23rem;
}

.hzbg .hz .hz_l .hzbox ul li{
  height: 0.68rem;
  line-height: 0.68rem;
  border-bottom: 1px dashed #d9dada;
  position: relative;
  z-index: 5;

}

.hzbg .hz .hz_l .hzbox ul li:last-child{
  border-bottom:none;
}

.hzbg .hz .hz_l .hzbox ul li a{
  display: block;
}

.hzbg .hz .hz_l .hzbox ul li h5{
  background: url(../images/ico1.png) no-repeat left center;
  background-size: 0.15rem 0.15rem;
  font-size: 0.22rem;
  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-left: 0.1rem;
  padding-left: 0.35rem;
  float: left;
  width: 80%;
}

.hzbg .hz .hz_l .hzbox ul li span{
  float: right;
  display: block;
  font-size: 0.18rem;
  color: #3c58a0;
  font-family: "FelixTitlingMT";
}


.hzbg .hz .hz_l .hzbox ul li::after{
  position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 1px;
    content: "";
    z-index: -1;
    background: #3c58a0;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}


.hzbg .hz .hz_r{
  width: 47.5%;
}

.hzbg .hz .hz_r .title{
  text-align: left;
  margin: 0;
}

.hzbg .hz .hz_r .hz_t{
  position: relative;
}

.hzbg .hz .hz_r .Publiclist{
  position: absolute;
  left: 1.55rem;
  top: 0.05rem;
}


.hzbg .hz .hz_r .Publiclist ul{
  align-items: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.hzbg .hz .hz_r .Publiclist ul li{
  position: relative;
  z-index: 5;
  height: 0.33rem;
  line-height: 0.31rem;
  display: inline-block;
  margin: 0 0.01rem;
}

.hzbg .hz .hz_r .Publiclist a{
  padding: 0 0.1rem;
  font-size: 0.24rem;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;

}

.hzbg .hz .hz_r .Publiclist ul li::after{
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  border-radius: 5px;
  content: "";
  z-index: -1;
  background: #3c58a0;

}

.hzbg .hz .hz_r .Publiclist ul li::before{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  width: 0.14rem;
  height: 0rem;
  content: "";
  z-index: -1;
  background: url(../images/ico.png) no-repeat top center ;
  background-size: 100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.hzbg .hz .hz_r .Publiclist ul li.on::after{
  width: 100%;
}

.hzbg .hz .hz_r .Publiclist ul li.on::before{
  height: 0.08rem;
}

.hzbg .hz .hz_r .Publiclist ul li.on a{
  color: #fff;
}


.hzbg .hz .hz_r .Publicbox{
  margin: 0.25rem -0.2rem 0 -0.2rem;

} 

.hzbg .hz .hz_r .Publicbox .swiper-container{
  padding-top: 0.2rem;
}

.hzbg .hz .hz_r .Publicbox .swiper-slide{
  position: relative;
}

.hzbg .hz .hz_r .Publicbox .swiper-slide ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 0.2rem;
}

.hzbg .hz .hz_r .Publicbox .swiper-slide ul li{
  width: 48.5%;
  height: 1.38rem;
  background: #fff;
  margin-bottom: 0.2rem;
  box-shadow: 0 0 10px rgba(0,0,0,.1);
  position: relative;
  z-index: 5;

}

.hzbg .hz .hz_r .Publicbox .swiper-slide ul li a{
  display: block;
  padding: 0 0.2rem;
}

.hzbg .hz .hz_r .Publicbox .swiper-slide ul li h5{
  font-size: 0.22rem;
  color: #333;
  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: 0.2rem 0 0.15rem 0;
}

.hzbg .hz .hz_r .Publicbox .swiper-slide ul li span{
  display: block;
  font-size: 0.18rem;
  color: #3c58a0;
  font-family: "FelixTitlingMT";
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.hzbg .hz .hz_r .Publicbox .swiper-slide ul li::after {
  position: absolute;
  left: 0;
  top: 0px;
  width: 0;
  height: 100%;
  content: "";
  z-index: -2;
  background: #3c58a0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.hzbg .hz .hz_r .Publicbox .swiper-slide ul li::before {
  position: absolute;
  right: 0;
  bottom: 0px;
  width: 0.2rem;
  height: 0.2rem;
  content: "";
  z-index: -1;
  background: url(../images/ico2.png) no-repeat center;
  background-size: 100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}




/* Special */

.Specialbg{
  width: 100%;
  margin: 0 auto;
  background: url(../images/zhuantibg.jpg) no-repeat bottom center;
  background-size: cover;
  padding-top: 0.85rem;
  padding-bottom: 1.3rem;
}

.Specialbg .Special{
  margin: 0 auto;

}

.Specialbg .Special .titlecon{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;

  position: relative;
  z-index: 5;
}

.Specialbg .Special .titlecon::after{
  position: absolute;
  top: 0.2rem;
  right: 1.25rem;
  content: "";
  z-index: -1;
  background: url(../images/zhuanti_xt.png) no-repeat  center;
  background-size: 100%;
  height: 0.12rem;
  width: 71%;
}

.Specialbg .Special .titlecon .title{
  text-align: left;
  margin: 0;
}


.Specialbg .Specialbox{
  margin: 0.5rem auto 0 auto;
  position: relative;
}


.Specialbg .Specialbox .swiper-container{
  padding: 0.25rem 0 0.75rem 0;
  position: relative;
}

.Specialbg .Specialbox .swiper-container .swiper-slide{
  position: relative;
  width: 35.5%;
  height: 3.15rem;
}

.Specialbg .Specialbox .swiper-container .swiper-slide .pic{
  position: relative;
  width: 100%;
  height: 3.15rem;
  overflow: hidden;
  clip-path: polygon(0 92%, 0 8%, 100% 0%, 100% 100%);
}

.Specialbg .Specialbox .swiper-container .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;
}


.Specialbg .Specialbox .swiper-container .swiper-slide.pr1 .pic{

clip-path: polygon(0 100%, 0 0, 100% 8%, 100% 92%);
}


.Specialbg .Specialbox .swiper-container .swiper-slide.pr2 .pic{
  clip-path: polygon(0 100%, 0 0, 100% 8%, 100% 92%);
}

.Specialbg .Specialbox .swiper-container .swiper-slide-active{
  box-shadow: 0 0 6px 6px rgba(0,0,0,.1);
}

.Specialbg .Specialbox .swiper-container .swiper-slide-active .pic{
  clip-path: polygon(0 100%, 0 0%, 100% 0%, 100% 100%);

}


.Specialbg .Specialbox .Special_button{
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  z-index: 9;
  width: 100%;
  height: 0.28rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.Specialbg .Specialbox .Special_button .swiper-scrollbar{
  width: calc((100% - 0.8rem));
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0.09rem;
  height: 0.12rem;
  background: rgba(0,0,0,.0);
  opacity: 1 !important;
}

.Specialbg .Specialbox .Special_button .swiper-scrollbar::after{
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #d7d9e1;
  content: "";
  z-index: -1;
}


.Specialbg .Specialbox .Special_button .swiper-scrollbar .swiper-pagination-progressbar-fill{
  background: #e0a057 url(../images/zhuantiico.png) no-repeat  center;
  background-size: 0.21rem 0.07rem;
  border-radius: 100px;

}

.Specialbg .Specialbox .Special-prev{

  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../images/next.png) no-repeat  center;
  background-size: 100%;
  width: 0.28rem;
  height: 0.28rem;
  cursor: pointer;
}

.Specialbg .Specialbox .Special-next{
  position: absolute;
  bottom: 0;
  right: 0.4rem;
  background: url(../images/prev.png) no-repeat  center;
  background-size: 100%;
  width: 0.28rem;
  height: 0.28rem;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}




.Specialbg .links{
  margin: 0.75rem auto 0 auto;
}

.Specialbg .links .titlecon{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.Specialbg .links .titlecon .title{
  text-align: left;
  margin: 0;
}

.Specialbg .links .titlecon .title h3{
  font-size: 0.26rem;
  color: #333333;
}

.Specialbg .links .linksbox{
  margin: 0.1rem auto 0 auto;
}

.Specialbg .links .linksbox ul{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.Specialbg .links .linksbox ul li{
  display: inline-block;
  width: 24%;
  line-height: 0.36rem;
  margin-right: 1px;
  background: url(../images/links.png) no-repeat left 0.09rem;
  background-size: 0.18rem 0.18rem;
  padding-left: 0.28rem;
}


.Specialbg .links .linksbox ul li a{
  font-size: 0.22rem;
  color: #333333;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;

}

.Specialbg .links .linksbox ul li:nth-child(4n){
  margin-right: 0;
}






@media (min-width: 1024px){
  .Specialbg .Specialbox .Special-next:hover{
    background: url(../images/prev1.png) no-repeat  center;
    background-size: 100%;
  }

  .Specialbg .links .linksbox ul li:hover a{
    color: #3c58a0;
  }

  .noticebg .channelbox ul li:hover h5{
    font-weight: bold;
    color: #3c58a0;
  }

  .notice .tabs ul li::after,
  .notice .tabs a{

    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  
  
  .noticebg .channelbox ul li:hover{

  background: url(../images/channel_list1.png) no-repeat top center;
  background-size: 100%;

}

.notice .noticebox .swiper-slide ul li:hover .time{
  background: #e0a057;

}

.notice .noticebox .swiper-slide ul li:hover .txt{
  color: #3c58a0;
  font-weight: bold;
  
}

.newsbg .news .news_r .newsbox ul li:hover .pic img{
  transform: scale(1.1);
}

.newsbg .news .news_r .newsbox ul li:hover .txt h5{
  color: #3c58a0;
}


.newsbg .news .news_r .newsbox ul li:hover .txt em{
  width: 0.84rem;

}

.hzbg .hz .hz_l .hzbox ul li:hover::after{
  width: 100%;
}

.hzbg .hz .hz_l .hzbox ul li:hover h5{
  color: #3c58a0;
}


.hzbg .hz .hz_r .Publicbox .swiper-slide ul li:hover h5{
  color: #fff;

}

.hzbg .hz .hz_r .Publicbox .swiper-slide ul li:hover span{
  color: #fff;
}

.hzbg .hz .hz_r .Publicbox .swiper-slide ul li:hover::after {
 
  width: 100%;


}


.hzbg .hz .hz_r .Publicbox .swiper-slide ul li:hover::before {
  background: url(../images/ico3.png) no-repeat center;
  background-size: 100%;

}

.newsbg .news .news_l .Technologybox .mySwiper2 .pic:hover img{
  transform: scale(1.1);
}


.newsbg .news .news_l .Technologybox .newstxt:hover::after{
  top: 0rem;
  height: 100%;
}

.newsbg .news .news_l .Technologybox .newstxt:hover h5{
  color: #3c58a0;
}


}




@media (max-width: 1024px){




.title h3{
  font-size: 0.34rem;

}




.titlemore a{
  font-size: 0.26rem;
  padding-right: 0.45rem;
  display: block;
  background: url(../images/titlemore1.png) no-repeat right center;
  background-size: 0.32rem 0.32rem;
  line-height: 0.3rem;
  margin-top: 0.06rem;
}

.titlemore1 a{
  font-size: 0.26rem;
  padding-right: 0.45rem;
  display: block;
  background: url(../images/titlemore2.png) no-repeat right center;
  background-size: 0.32rem 0.32rem;
  line-height: 0.3rem;
  margin-top: 0.06rem;
}




.noticebg{

  padding-top: 0.75rem;
  padding-bottom: 0.5rem;
}



.noticebg .channelbox{
  margin: 0.35rem auto 0 auto;
}

.noticebg .channelbox ul{

  justify-content: space-between;

}

.noticebg .channelbox ul li{
  width: 48%;
  height: 1.51rem;
  background: url(../images/channel_list.png) no-repeat top center;
  background-size: 100% 100%;
  margin-right: 0%;
  margin-bottom: 0.25rem;

}



.noticebg .channelbox ul li span img{
  width: 0.6rem;
  height: 0.6rem;

}

.noticebg .channelbox ul li h5{
  font-size: 0.28rem;

}


.notice{
  margin: 0.5rem auto 0 auto;
}


.notice .tabs{
  margin: 0.35rem auto 0 auto;

}

.notice .tabs ul{

  justify-content: center;

}

.notice .tabs ul li{
  width: 48%;
  height: 0.7rem;
  line-height: 0.7rem;
  margin: 0 1% 0.1rem 1%;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.notice .tabs a{
  font-size: 0.28rem;
  text-align: center;

}


.notice .tabs ul li::before{

  -webkit-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  transition: all 0s ease-out;
}



.notice .noticebox{
  margin: 0.5rem auto 0 auto;
  padding: 0.37rem 0.3rem 1rem 0.3rem;
  background: url(../images/noticebox.png) no-repeat top center ;
  background-size: 100% 100%;
  height: auto;
}


.notice .noticebox .swiper-slide ul li{
  height: 1.4rem;
  width: 100%;

}


.notice .noticebox .swiper-slide ul li .time{
  margin-left: 0.2rem;
  width: 1rem;
  height: 1rem;

}

.notice .noticebox .swiper-slide ul li .time span{
  font-size: 0.3rem;
  padding: 0.18rem 0 0.02rem 0;

}


.notice .noticebox .swiper-slide ul li .time i{

  font-size: 0.24rem;

}


.notice .noticebox .swiper-slide ul li .txt{
  width: calc((100% - 1.5rem));
  font-size: 0.28rem;
  line-height: 0.45rem;
  height: 0.9rem;

  
}





.newsbg{
  padding-top: 0.85rem;
  padding-bottom: 0.5rem;
  overflow: hidden;
}

.newsbg .news .news_l{
  width: 100%;

}


.newsbg .news .news_l .Technologylist{
  position: relative;
  height: 1.2rem;
}


.newsbg .news .news_l .Technologylist ul li{
  float: left;
  float: left;
  background: url(../images/ico4.png) no-repeat center right;
  background-size: 0.26rem 0.48rem;
  padding-right: 0.5rem;
  margin-right: 0.15rem;
}

.newsbg .news .news_l .Technologylist ul li h5{
  font-size: 0.32rem;
}

.newsbg .news .news_l .Technologylist ul li h5 i{
  font-size: 0.26rem;
}





.newsbg .news .news_l .Technologybox .mySwiper2 .pic{

  height: auto;
  padding-top: 56%;


}



.newsbg .news .news_l .Technologybox .mySwiper2 .txt{

  height: auto;
  padding-bottom: 0.3rem;



}

.newsbg .news .news_l .Technologybox .mySwiper2 .txt a{
  padding: 0.13rem 0.4rem 0 0.4rem;
  display: block;
}

.newsbg .news .news_l .Technologybox .mySwiper2 .txt h5{
  font-size: 0.28rem;
  line-height: 0.45rem;
  height: 0.9rem;

}

.newsbg .news .news_l .Technologybox .mySwiper2 .txt i{
  background: url(../images/time.png) no-repeat left center;
  background-size: 0.28rem 0.28rem;
  font-size: 0.26rem;
  padding-left: 0.4rem;
  line-height: 0.28rem;
  margin-top: 0.18rem;
}

.newsbg .news .news_l .Technologybox .mySwiper2 .news-pagination{

  right: 0.25rem;
  bottom: 0.25rem;

}

.newsbg .news .news_l .Technologybox .mySwiper2 .news-pagination .swiper-pagination-bullet{
  width: 0.35rem;
  height: 0.35rem;

}





.newsbg .news .news_l .Technologybox .newstxt{
  margin-top: 0.3rem;
  height: auto;
  padding: 0.23rem 0.4rem 0.3rem 0.4rem;

}

.newsbg .news .news_l .Technologybox .newstxt a{
  padding: 0;

}

.newsbg .news .news_l .Technologybox .newstxt h5{
  font-size: 0.28rem;
  line-height: 0.45rem;
  height: 0.9rem;
}

.newsbg .news .news_l .Technologybox .newstxt i{
  font-size: 0.26rem;
  margin-top: 0.25rem;

}

.newsbg .news .news_l .Technologybox .newstxt::after {

  height: 0.77rem;

}




.newsbg .news .news_r{
  width: 100%;
  margin-top: 0.6rem;
}



.newsbg .news .news_r .title{
  margin: 0;
  text-align: left;
} 

.newsbg .news .news_r .title h3{
  color: #fff;

}

.newsbg .news .news_r .title i{
  color: #fff;
}


.newsbg .news .news_r .newsbox{
  margin-top: 0.3rem;
}

.newsbg .news .news_r .newsbox ul li{
  height: 2.3rem;
  margin-bottom: 0.25rem;

}


.newsbg .news .news_r .newsbox ul li .pic{
  width: 3.8rem;
  height: 2.3rem;

}



.newsbg .news .news_r .newsbox ul li .txt{
  margin-right: 0.25rem;
  width: calc((100% - 4.3rem));
}


.newsbg .news .news_r .newsbox ul li .txt h5{
  font-size: 0.28rem;
  line-height: 0.45rem;
  height: 0.9rem;
  -webkit-line-clamp: 2;

}


.newsbg .news .news_r .newsbox ul li .txt em{
  width: 0.54rem;
  margin: 0.25rem 0;

}

.newsbg .news .news_r .newsbox ul li .txt i{
  font-size: 0.26rem;

}





.hzbg{

  padding: 0.6rem 0 0.6rem 0;


}



.hzbg .hz .hz_l{
  width: 100%;
}


.hzbg .hz .hz_l .hzbox{
  margin-top: 0.23rem;
}

.hzbg .hz .hz_l .hzbox ul li{
  height: 0.9rem;
  line-height: 0.9rem;

}



.hzbg .hz .hz_l .hzbox ul li h5{
  background: url(../images/ico1.png) no-repeat left center;
  background-size: 0.24rem 0.24rem;
  font-size: 0.28rem;
  padding-left: 0.4rem;
  width: 72%;
}

.hzbg .hz .hz_l .hzbox ul li span{

  font-size: 0.26rem;

}




.hzbg .hz .hz_r{
  width: 100%;
  margin-top: 0.6rem;
}



.hzbg .hz .hz_r .Publiclist{
  position: relative;
  left: 0rem;
  top: 0rem;
  margin: 0.3rem auto 0 auto;
}



.hzbg .hz .hz_r .Publiclist ul li{

  height: 0.53rem;
  line-height: 0.51rem;
  margin: 0 0.05rem;
}

.hzbg .hz .hz_r .Publiclist a{
  font-size: 0.28rem;

}



.hzbg .hz .hz_r .Publiclist ul li::before{

  -webkit-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  transition: all 0s ease-out;
}




.hzbg .hz .hz_r .Publicbox{
  margin: 0.25rem -0.2rem 0 -0.2rem;

} 



.hzbg .hz .hz_r .Publicbox .swiper-slide ul li{
  width: 100%;
  height: 1.8rem;
  margin-bottom: 0.2rem;

}


.hzbg .hz .hz_r .Publicbox .swiper-slide ul li h5{
  font-size: 0.28rem;
  line-height: 0.45rem;
  height: 0.9rem;
  margin: 0.2rem 0 0.15rem 0;
}

.hzbg .hz .hz_r .Publicbox .swiper-slide ul li span{
  font-size: 0.26rem;
}

.hzbg .hz .hz_r .Publicbox .swiper-slide ul li::after {
  position: absolute;
  left: 0;
  top: 0px;
  width: 0;
  height: 100%;
  content: "";
  z-index: -2;
  background: #3c58a0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.hzbg .hz .hz_r .Publicbox .swiper-slide ul li::before {
  position: absolute;
  right: 0;
  bottom: 0px;
  width: 0.2rem;
  height: 0.2rem;
  content: "";
  z-index: -1;
  background: url(../images/ico2.png) no-repeat center;
  background-size: 100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}




.Specialbg{

  padding-top: 0.55rem;
  padding-bottom: 0.6rem;
}


.Specialbg .links{
  margin: 0.5rem auto 0 auto;
}



.Specialbg .links .titlecon .title h3{
  font-size: 0.3rem;

}



.Specialbg .links .linksbox{
  margin: 0.15rem auto 0 auto;
}



.Specialbg .links .linksbox ul li{

  width: 48%;
  line-height: 0.4rem;
  margin-right: 4%;
  margin-bottom: 0.2rem;
  background: url(../images/links.png) no-repeat left 0.09rem;
  background-size: 0.24rem 0.24rem;
  padding-left: 0.3rem;
}


.Specialbg .links .linksbox ul li a{
  font-size: 0.26rem;


}

.Specialbg .links .linksbox ul li:nth-child(4n){
  margin-right: 1%;
}

.Specialbg .links .linksbox ul li:nth-child(2n){
  margin-right: 0%;
}




.Specialbg .Specialbox{
  margin: 0.3rem auto 0 auto;
}


.Specialbg .Specialbox .swiper-container{
  padding: 0.25rem 0 0.75rem 0;
  position: relative;
}

.Specialbg .Specialbox .swiper-container .swiper-slide{
  position: relative;
  width: 100%;
  height: auto;
}

.Specialbg .Specialbox .swiper-container .swiper-slide .pic{
  height: auto;
  padding-top: 56%;
  clip-path: polygon(0 100%, 0 0%, 100% 0%, 100% 100%);
}




.Specialbg .Specialbox .swiper-container .swiper-slide.pr1 .pic{

clip-path: polygon(0 100%, 0 0, 100% 0%, 100% 100%);
}


.Specialbg .Specialbox .swiper-container .swiper-slide.pr2 .pic{
  clip-path: polygon(0 100%, 0 0, 100% 0%, 100% 100%);
}

.Specialbg .Specialbox .swiper-container .swiper-slide-active{
  box-shadow: 0 0 6px 6px rgba(0,0,0,.1);
}

.Specialbg .Specialbox .swiper-container .swiper-slide-active .pic{
  clip-path: polygon(0 100%, 0 0%, 100% 0%, 100% 100%);

}


.Specialbg .Specialbox .Special_button{

  height: 0.48rem;

}

.Specialbg .Specialbox .Special_button .swiper-scrollbar{
  width: calc((100% - 1.2rem));
  top: 0.14rem;
  height: 0.16rem;

}



.Specialbg .Specialbox .Special_button .swiper-scrollbar .swiper-pagination-progressbar-fill{
  background: #e0a057 url(../images/zhuantiico.png) no-repeat  center;
  background-size: 0.21rem 0.07rem;
}

.Specialbg .Specialbox .Special-prev{
  width: 0.48rem;
  height: 0.48rem;

}

.Specialbg .Specialbox .Special-next{

  right: 0.6rem;
  width: 0.48rem;
  height: 0.48rem;

}



}