li{
  list-style: none;
}
.zjfw-head{
  width: 100%;
  text-align: center;
}
.zjfw-head img{
  width: 100%;
  object-fit: cover;
}
.page-zjfw-content{
  background-image: url(/images/zjfw_bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
}
.zjfw-one-left{
  width: 580px;
}
.zjfw-one-right{
  width: 580px;
  margin-bottom: 40px;
}
.zjfw-title{
  margin-bottom: 40px;
  text-align: center;
  overflow: hidden;
}
.zjfw-title a{
  display: block;
  width: 100%;
}
.zjfw-title a img{
  width: 100%;
}
.zjfw-one-left .nhqzj-con{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.nhqzj-con .nhqzj-item{
  margin-right: 20px;
  font-size: 20px;
  width: calc((100% - 41px) / 3);

  text-align: center;
  margin-bottom: 35px;
  background-color: #e5eeff;
}
.nhqzj-con .nhqzj-item >a{
  padding: 25px 10px;
  display: block;
  width: 100%;
}
.nhqzj-con .nhqzj-item:nth-of-type(3n){
  margin-right: 0;
}
.nhqzj-con .nhqzj-item:hover{
  background-color: #0459e4;
  color: #fff;
}
.zjdt-con .zjdt-item{
  margin-bottom: 10px;
  background-image: url(/images/zjdt_bg1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.zjdt-con .zjdt-item:hover{
  background-image: url(/images/zjdt_bg2.png);
  color: #fff;

}
.zjdt-con .zjdt-item >a{
  display: flex;
  padding: 30px;
  justify-content: space-between;
  align-items: center;
}
.zjdt-item-left{
  display: flex;
  margin-right: 25px;
  width: 25%;
  align-items: end;
  color: #0459e4;


}
.zjdt-item-day{
  color: #333;
  font-size: 30px;
  background-image: url(/images/day_bg1.png);
  position: relative;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 64px;
  height: 63px;
  text-align: center;
  line-height: 63px;
}
.zjdt-item-day::after{
  position: absolute;
  right: 0px;
  content: "";
  width: 1px;
  height: 35px;
  background-color: #0459e4;
  /* top: 50%;
  transform: translateY(-50%); */
  bottom: 5px;
}
.zjdt-con .zjdt-item:hover .zjdt-item-left{
  color: #fff;
}
.zjdt-con .zjdt-item:hover .zjdt-item-day{
  color: #fff;
  background-image: url(/images/day_bg2.png);


}
.zjdt-con .zjdt-item:hover .zjdt-item-day::after{
  background-color: #fff;

}
.zjdt-item-right{
  flex: 1;
  font-size: 20px;
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-box-orient:vertical; 
  -webkit-line-clamp:2;
}
.zjfw-two{
  width: 100%;
  margin-bottom: 40px;
}
.zjfw-two .swiper-container{
  overflow: hidden;
}
.zjfw-two .swiper-slide{
  width: 226px;
  height: 242px;
  position: relative;
}
.zjfw-two.swiper-slide a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.zjfw-two.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
}
.zjfw-two .swiper-pagination {
  width: 100%;
  margin-top: 40px;
  position: static;
}
.zjfw-two .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: #0459e4;
  opacity: 1;
  margin-right: 8px;
}
.zjfw-two .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 30px;
    border-radius: 5px;
}
.zjfw-three{
  margin-bottom: 40px;
}
.zjfw-three-left{
  width: 580px;
}
.zjfw-three-right{
  width: 580px;
}
.three-con-item{
  padding: 15px 0;
  border-bottom: 1px dashed #d9d9d9;
  font-size: 16px;
  display: flex;
}
.three-con-item i{
  background-color: #b0b0b0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  margin-top: 10px;
}
.three-con-item >a{
  display: block;
  width: 90%;
  flex: 1;
  margin-left: 10px;
}
.three-con-item > a p{
  margin-bottom: 20px;
}
.three-con-item .three-con-time{
  color: #0459e4;
}

.zjfw-four{
  width: 100%;
  margin-bottom: 80px;
}
#zjzg-slide{
  padding:0  100px ;

}
.zjfw-four .swiper-container{
  overflow: hidden;
}
.zjfw-four .swiper-button-prev{
  left: 0;
  background-image: url(/images/zjfc_left.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 61px;
  margin-top: 0;
  transform: translateY(-50%);
  width: 24px;
}
.zjfw-four .swiper-button-prev::after{
  content: "";
}
.zjfw-four .swiper-button-next::after{
  content: "";
}
.swiper-button-next:after, .swiper-button-prev:after{
  font-family: inherit;
}
.zjfw-four .swiper-button-next{
  right: 0;
  background-image: url(/images/zjfc_right.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 61px;
  margin-top: 0;
  transform: translateY(-50%);
  width: 24px;


}
.zjfw-four .swiper-button-next.swiper-button-disabled, 
.zjfw-four .swiper-button-prev.swiper-button-disabled{
  opacity: 0.5;
}
.zjfw-four-con{
  position: relative;

}
.zjfw-four-con .diver{
  position: absolute;
  width: 96%;
  height: 1px;
  background-color:#bad2f7 ;
  top: 50%;
  transform: translateY(-50%);
  left: 2%;
}
.zjfw-four .swiper-slide{
  width: 170px;
  position: relative;
  height: 180px;
  display: flex;
  flex-direction: column;
}
.zjfw-four .swiper-slide >a{
  display: block;
  height: 56%;
  width: 100%;

  background-size: 100% 100%;
  background-repeat: no-repeat;

}
.zjzg-item1{
  justify-content: end;

}
.zjzg-item1 a{
  background-image: url(/images/zjzg_bgb.png);

}
.zjzg-item2 a{
  /* justify-content: ; */
  background-image: url(/images/zjzg_bgt.png);
  

}
.zjfw-four-con .zjzg-text{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #0256e3;
  font-size: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zjzg-item1 .zjzg-text{
  bottom: 8px;
}
.zjzg-item2 .zjzg-text{
  top: 8px;
}
.zjfw-four-con .swiper-slide-active .zjzg-text{
  font-weight: bold;
}
.zjzg-item1.swiper-slide-active a{
  background-image: url(/images/zjzg_bgb_active.png);
}
.zjzg-item2.swiper-slide-active a{
  background-image: url(/images/zjzg_bgt_active.png);
}
.zjfw-five{
}
.zjfw-five-con{
  border-bottom: 10px solid #acc5f5;
  /* background-image: url(/images/zjztc_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 22px 15px 30px 248px; */

}
.zjfw-five-item {
  display: flex;
  align-items: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  /* width: 1200px!important; */
}

.zjfw-five-item1{
  background-image: url(/images/zjztc_bgt.png);
  padding: 32px 15px 45px 0;
}
.zjfw-five-item2{
  background-image: url(/images/zjztc_bgw.png);
  padding: 32px 0 45px 35px;
}
.zjfw-five-item .zjztc-item{
  width: 280px;
  height: 200px;
  margin-right: 20px;
}
.zjfw-five-item .zjztc-item a{
  display: block;
  width: 100%;
  height: 100%;
}
.zjfw-five-item .zjztc-item a img{
  width: 100%;
  height: 100%;
}
.zjfw-five-item1 .zjztc-item:first-child{
  margin-left: 288px;
}
.zjfw-five-item2 .zjztc-item:last-child{
  margin-right: 288px;
}
@media screen and (max-width: 1200px) {
  .zjfw-head{
    overflow: hidden;
  }
  .zjfw-head img{
    width: 150%;
    margin-left: -25%;
  }
  .page-zjfw-content .container{
    padding: 0 10px;
  }
  .zjfw-title a img{
    width: 50%;
  }
  .zjfw-title2 a img{
    width: 100%;
  }
  .zjfw-one-left{
    width: 100%;
  }
  .nhqzj-con .nhqzj-item{
    font-size: 0.24rem;
  }
  .zjfw-one-right{
    width: 100%;
  }
  .zjdt-item-right{
    font-size: 0.24rem;
  }
  .zjdt-item-left{
    width: 30%;
  }
  .zjfw-three-left{
    width: 100%;
    margin-bottom: 40px;
  }
  .three-con-item{
    font-size: 0.24rem;
  }
  .zjfw-three-right{
    width: 100%;
  }

  .zjfw-five-item1 .zjztc-item:first-child{
    margin-left: 158px;
  }
  .zjfw-five-item2 .zjztc-item:last-child{
    margin-right: 158px;
  }

}

@media screen and (min-width: 1921px){
  .zjfw-head  img{
   width: auto;
  }

}