@charset "utf-8";


@keyframes myfirst {
    0% {
      transform: rotate(10deg);
    }
  
    20% {
      transform: rotate(-10deg);
    }
  
    40% {
      transform: rotate(10deg);
    }
  
    60% {
      transform: rotate(-10deg);
    }
  
    80% {
      transform: rotate(10deg);
    }
  
    100% {
      transform: rotate(0deg);
    }
  }
  
  @-moz-keyframes myfirst {
    0% {
      transform: rotate(10deg);
    }
  
    20% {
      transform: rotate(-10deg);
    }
  
    40% {
      transform: rotate(10deg);
    }
  
    60% {
      transform: rotate(-10deg);
    }
  
    80% {
      transform: rotate(5deg);
    }
  
    100% {
      transform: rotate(0deg);
    }
  }
  
  @-webkit-keyframes myfirst {
    0% {
      transform: rotate(10deg);
    }
  
    20% {
      transform: rotate(-10deg);
    }
  
    40% {
      transform: rotate(10deg);
    }
  
    60% {
      transform: rotate(-10deg);
    }
  
    80% {
      transform: rotate(5deg);
    }
  
    100% {
      transform: rotate(0deg);
    }
  }
  
  @-o-keyframes myfirst {
    0% {
      transform: rotate(10deg);
    }
  
    20% {
      transform: rotate(-10deg);
    }
  
    40% {
      transform: rotate(10deg);
    }
  
    60% {
      transform: rotate(-10deg);
    }
  
    80% {
      transform: rotate(5deg);
    }
  
    100% {
      transform: rotate(0deg);
    }
  }

.szzf-tit{
    margin-top: 40px;
    overflow: hidden;
}
.szzf-tabbox{
    width: 100%;
    background: url(../images/szzf2025/tabbg1.png)no-repeat bottom;
    margin-top: 18px;
    height: 120px;
    box-sizing: border-box;
}
.szzf-tabbox ul li{
    float: left;
    width: 24.8%;
    height: 99px;
    line-height: 99px;
    margin-top: 22px;
    padding-left: 49px;
    cursor: pointer;
    border-right: 1px solid #fff;
}
.szzf-tabbox ul li img.on{
    display: none;
    width: 164px;
    margin-top: 10px;
}


.szztab1{
    background: url(../images/szzf2025/ywtb-titbgoff1.png) no-repeat;
    background-position: 80% 19px;
}
.szztab2{
    background: url(../images/szzf2025/ywgk-titbgoff1.png) no-repeat;
    background-position: 80% 19px;
}
.szztab3{
    background: url(../images/szzf2025/yjhy-titbgoff1.png) no-repeat;
    background-position: 80% 19px;
}
.szztab4{
    background: url(../images/szzf2025/ywjg-titbgoff1.png) no-repeat;
    background-position: 80% 20px;
}

.active0 .szztab1{
    background: url(../images/szzf2025/ywtb-titbg.png) no-repeat;
    background-position: 80% 29px;
}
.active1 .szztab2{
    background: url(../images/szzf2025/ywgk-titbg.png) no-repeat;
    background-position: 80% 29px;
}
.active2 .szztab3{
    background: url(../images/szzf2025/yjhy-titbg.png) no-repeat;
    background-position: 80% 29px;
}
.active3 .szztab4{
    background: url(../images/szzf2025/ywjg-titbg.png) no-repeat;
    background-position: 80% 29px;
}




.szzf-tabbox ul li:last-child{
    border: none;
}


.szzf-tabbox ul li.active{
    width: 25.6%;
    height: 120px;
    margin-top: 0;
    border-right: none;
}

.szzf-tabbox ul li.active img.on{
    display: inline;
  
}
.szzf-tabbox ul li.active img.off{
    display: none;
}
.szzf-tabbox ul li.active div{
    background-position: 80% 29px;
}

.szzf-tabbox ul li.bordnone{
    border: none;
}
.szzf-tabbox ul li div{
    box-sizing: border-box;
}

.szzf-tabbox ul li.active0{
    background: url(../images/szzf2025/tabactive00.png)no-repeat;
    background-size: 100% 100%;
}
.szzf-tabbox ul li.active1{
    background: url(../images/szzf2025/tabactive01.png)no-repeat;
    background-size: 100% 100%;
}
.szzf-tabbox ul li.active2{
    background: url(../images/szzf2025/tabactive02.png)no-repeat;
    background-size: 100% 100%;
}
.szzf-tabbox ul li.active3{
    background: url(../images/szzf2025/tabactive03.png)no-repeat;
    background-size: 100% 100%;
}



.szzf-hddiv{
    padding: 15px 30px;
    display: none;
    /* background: rgba(245, 251, 255, 1); */
    /* min-height: 620px; */
}
.szzf-hdon{
    display: block;
}

.szzf-hd{
    border: 1px solid rgba(224, 224, 224, 1);
    height: 520px;
    border-top: none;
}


/* 一网通办 */
.ywtb-fwbox{
    position: relative;
    height: 280px;
    width: 16.71%;
    float: left;
    transition: width .5s;
}
.frfw{
    margin: 0 12px;    
}

.ywtb-fwbox h3{
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 51px;
    cursor: pointer;
    background: #EDF4FC;
}

/* .grfw h3{
    background: url(../images/szzf2025/grfwtitbg.png)no-repeat;
}
.frfw h3{
    background: url(../images/szzf2025/frfwtitbg.png)no-repeat;
}
.bmfw h3{
    background: url(../images/szzf2025/bmfhtitbg.png)no-repeat;
} */

.ywtb-fwbox h3 p{
    font-size: 24px;
    color: rgba(34, 34, 34, 1);
    font-weight: 700;
    margin-top: 12px;
    position: relative;
}
.ywtb-fwbox h3 span{
    display: inline-block;
    width: 42px;
    height: 5px;
    opacity: 0.47;
    background: rgba(158, 158, 158, 1);
}



.ywtb-fwbox .fwlist{
    display: none;
    position: absolute;
    /* left: 213px; */
    right: 0;
    width: 76.33%;
    height: 248px;
    /* background: url(../images/szzf2025/fwbg.png)no-repeat; */
    top: 16px;
}
.ywtb-fwbox ul{
    width: 100%;
    position: relative;
    z-index: 4;
    box-shadow: 0px 2.34px 35.06px  rgba(0, 76, 199, 0.16);
    padding-left: 10px;
    padding-top: 20px;
    height: 100%;
    background: #fff;
    overflow: hidden;
}
.ywtb-fwbox .fwlist::after{
    display: block;
    content: '';
    width: 19px;
    height: 356px;
    background: url(../images/szzf2025/fwicon2.png)no-repeat;
    position: absolute;
    top: -6px;
    left: -8px;
    z-index: 1;
}
.ywtb-fwbox ul li{
    float: left;
    width: 18%;
    /* margin-top: 26px; */
    text-align: center;
    margin-left: 1%;
    min-height: 115px;
}
.ywtb-fwbox ul li a{
    display: block;
    width: 100%;
    color: #000;
}
.ywtb-fwbox ul li a img{
    width: 60px;
}
.ywtb-fwbox ul li a span{
    display: block;
    font-size: 18px;
/* font-weight: 400; */
    margin-top: 10px;
}
.ywtb-fwbox ul li a:hover img{
    animation:myfirst 1s;-moz-animation:myfirst 1s;-webkit-animation:myfirst 1s;-o-animation:myfirst 1s;
}

.ywtb-fwbox ul li a:hover{
    color:#0A5491;
}
.bmfw ul{
    padding-top: 7px;
}
.bmfw ul li{
    width: 198px;
    height: 45px;
    line-height: 45px;
    min-height: 45px;
    background: rgba(235, 244, 255, 1);
    margin-top: 24px;
    margin-left: 2%;
}
.bmfw ul li a{
    color: rgba(56, 56, 56, 1);
}


.bmfw ul li a span{
    margin-top: 0;
}
.bmfw ul li:hover a{
    color:#0A5491;
}


.ywtb-fwboxactive{
    width:63.22%;
    margin-right: 23px;
  
}
.ywtb-fwboxactive h3{
    width: 28%;
}
.ywtb-fwboxactive .fwlist{
    display: block;
}
.ywtb-fwboxactive ul::after{
    display: block;
}

.ywtb-bottom{
    margin-top: 20px;
}
.ywtb-btit li{
    float: left;
    margin-right: 35px;
    position: relative;
}
.ywtb-btit li a{
    font-size: 20px;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
}
.ywtb-btit li.on a{
font-weight: 700;
}
.ywtb-btit li+li::before{
    content: '';
    width: 1px;
    height: 15px;
    background: rgba(209, 209, 209, 1);
    position: absolute;
    left: -18px;
    top: 50%;
    margin-top: -7px;
}
.ywtb-btit .btitmore{
    float: right;
}
.ywtb-btit .btitmore a{
    font-size: 16px;
    font-weight: 400;
    color: rgba(166, 166, 166, 1);
}

.ywtb-btit .btitmore a span{
    /* color: rgba(126, 180, 242, 1); */
}
.ywtb-btit .btitmore a+a{
    display: none;
}

.ywtb-blef{
    float: left;
    width: 895px;
}
.ywtb-bhd{
    margin-top: 15px;
}
.ywtb-blef .ywtb-bhd li{
    width: 280px;
    /* height: 120px; */
    float: left;
    overflow: hidden;
}
.ywtb-blef .ywtb-bhd li+li{
    margin-left: 26px;
}
.ywtb-blef .ywtb-bhd li img{
    transition: .7s; 
}
.ywtb-blef .ywtb-bhd li:hover img{
   
    transform: scale(1.1);
}
.ywtb-bright{
    float: right;
    width: 478px;
}

.ywtb-bright .ywtb-bhd{
    width: 100%;
    height: 120px;
    /* background: url(../images/szzf2025/fwqdbg.png)no-repeat; */
    /* background: #F7F7F7; */
    margin-top: 15px;
}
/* .ywtb-bright .ywtb-bhd li{
    float: left;
    width:50%;
    margin-top: 10px;
    padding-left: 20px;
}
.ywtb-bright .ywtb-bhd li a{
    font-size: 18px;
    font-weight: 400;
    color: #333333;
} */

.ywtb-bhd>div+div{
    display: none;
}
/* 服务清单 */
.fwqdul li{
    float: left;
    width: 145px;
    height: 120px;
    opacity: 1;
    border-radius: 6px;
    background: rgba(242, 249, 255, 1);
    text-align: center;
}
.fwqdul li+li{
    margin-left: 21px;
}
.zwdtSwiper .swiper-slide  a,
.fwqdul li a{
    display: block;
    padding-top: 14px;
    color: rgba(51, 51, 51, 1);
    font-size: 16px;
    font-weight: 400;
}

.fwqdul li span{
    width: 65px;
    margin: 0 auto;
    display: block;
    letter-spacing: 0px;
    line-height: 20px;
    margin-top: 12px;
}

.fwqdul li:last-child span{
    width: 100%;
    margin-top: 20px;
}
.fwqdul li:hover a{
    color: rgba(10, 84, 145, 1);
}

/* 政务地图 */
.zwdtSwiper{
    overflow: hidden;
    position: relative;
}
.zwdtSwiper .swiper-slide{
    width: 145px;
    height: 120px;
    opacity: 1;
    border-radius: 6px;
    background: rgba(242, 249, 255, 1);
    /* margin-right: 21px; */
    text-align: center;
}

.zwdtSwiper .swiper-slide a span{
    display: block;
}
.zwdtSwiper .swiper-slide a span font{
display: block;
}
.zwdtSwiper .swiper-button-prev,
.zwdtSwiper .swiper-button-next{
    width: 14px;
    height: 37px;
    margin-top: -18px;
}
.zwdtSwiper .swiper-button-prev{
    background: url(../images/szzf2025/zwdt-prev.png)no-repeat;
    left: 0;
}
.zwdtSwiper .swiper-button-next{
    background: url(../images/szzf2025/zwdt-next.png)no-repeat; 
    right: 0;
}



/* 一网公开 */
.ywgk{
    overflow: hidden;
    width: 100%;
}
.ywgk-left{
    float: left;
    width: 69.4%;
}


.szzfslidehd{
    margin-bottom: 18px;
}
.szzfslidehd li{
    float: left;
    margin-right: 58px;
    position: relative;
}

.szzfslidehd li a{
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 34.32px;
    color: rgba(102, 102, 102, 1);
}
.szzfslidehd li.on a{
    font-weight: 700;
    color: rgba(0, 0, 0, 1);
}
.yjhy-hdmore,
.ywgk-hdmore{
    float: right;
    margin-top: 7px;
}
.yjhy-hdmore a,
.ywgk-hdmore a{
    font-size: 16px;
font-weight: 400;
color: rgba(166, 166, 166, 1);
}
.yjhy-hdmore a span,
.ywgk-hdmore a span{
    color: rgba(126, 180, 242, 1);
}
.yjhy-hdmore a+a,
.ywgk-hdmore a+a{
    display: none;
}


.szzfslidehd li::after{
    content: '';
    width: 56px;
    height: 4px;
    position: absolute;
    background: rgba(46, 116, 201, 1);
    left: 50%;
    margin-left: -28px;
    bottom: -19px;
    display: none;
}
.szzfslidehd li.on::after{
    display: block;
}
.szzfslidebd ul+ul{
    display: none;
}
.szzfslidebd ul li{
    height: 54px;
    line-height: 54px;
    /* border-bottom: 1px solid rgba(224, 224, 224, 1); */
    box-sizing: border-box;
}
.szzfslidebd ul li:last-child{
    border: none;
}
.szzfslidebd ul li a{
    font-size: 18px;
    color: #000;
    float: left;
    width: 87%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 15px;
    transition: all 0.4s linear;
    background: url(../images/szzf2025/ywgk-icon01.png)no-repeat left center;
}
.szzfslidebd ul li span{
    float: right;
    font-size: 18px;
    color: rgba(102, 102, 102, 1);
}
.szzfslidebd ul li a:hover{
    text-indent: 1em;
}

.ywgk-lb{
    margin-top: 25px;
}
.ywgk-lb a{
    float: left;
    width: 32%;
}
/* .ywgk-lb a+a{
    float: right;
} */
.ywgk-lb a+a{
    margin-left: 2%;
}



.ywgk-right{
    width: 28.4%;
    float: right;
}
.ywgk-right>h4{
    width: 100%;
    height: 100px;
    background: linear-gradient(100.91deg, rgba(219, 240, 255, 1) 0%, rgba(127, 193, 240, 0.01) 100%); 
    text-align: center;
    line-height: 100px;
    font-size: 28px;
    font-weight: 700;
    color: rgba(43, 124, 237, 1);
}
.ywgk-right>h4 a{
    color: rgba(43, 124, 237, 1);
}
.ywgk-right ul{
    width: 100%;
    height: 378px;
    background: #fff;
    padding: 10px;
    border: 1px solid rgba(163, 212, 247, .5);
}
.ywgk-right ul li{
    float: left;
    width: 50%;
    text-align: center;
    /* margin-top: 24px; */
    margin-bottom: 20px;
}
.ywgk-right ul li a{
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    color: rgba(51, 51, 51, 1);
}
.ywgk-right ul li a span{
    display: block;
    margin-top: 3px;
}
.ywgk-right ul li a img{
    width: 71px;
}
.ywgk-right ul li:hover img{
    transition: .7s; transform: rotateY(360deg)
}
.ywgk-right ul li:hover a{
    color: rgba(43, 124, 237, 1);
}



/* 一键回应 */

.yjhy-top{
    width: 100%;
    height: 123px;
    opacity: 1;
    border-radius: 8px;
    background: linear-gradient(180deg,  rgba(237, 248, 255, 1) 0%, rgba(237, 248, 255, 0) 100%);
    line-height: 123px;
}
.yjhy-top li{
    float: left;
    width: 25%;
    text-align: center;
}
.yjhy-top li a{
    font-size: 26px;
    color: rgba(51, 51, 51, 1);
}
.yjhy-top li a img{

}
.yjhy-top li a:hover{
    color: rgba(43, 124, 237, 1);
}
.yjhy-top li a:hover img{
    transition: .7s; 
    transform: rotateY(360deg)
}
.yjhy-bottom{
    margin-top: 34px;
    width: 100%;
    padding: 0 5px;
}
.yjhy-bl{
    float: left;
    width: 60.5%;
}
.yjhy-br{
    float: right;
    width: 37%;
}
.yjhy-br>h5{
    font-size: 26px;
    font-weight: 700;
    color: rgba(0, 0, 0, 1);

}
.yjhy-br>h5 span{
    position: relative;
}
.yjhy-br>h5 a{
    float: right;
    font-size: 16px;
    font-weight: 400;
    color: rgba(166, 166, 166, 1);
    margin-bottom: 18px;
    margin-top: 7px;
}
.yjhy-br>h5 a font{
    color: rgba(126, 180, 242, 1);
}
.yjhy-br>h5 span::after{
    content: '';
    width: 56px;
    height: 4px;
    position: absolute;
    background: rgba(46, 116, 201, 1);
    left: 50%;
    margin-left: -28px;
    bottom: -9px;
}
.yjhy-zxft{
    margin-top: 48px;
}
.hy-zxftimg{
    float: left;
    width: 237px;
    height: 148px;
}
.hy-zxfttit{
    float: right;
    width: 50%;
}
.hy-zxfttit h6{ 
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 27px;
    color: rgba(0, 0, 0, 1);
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    overflow-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    overflow: hidden;
    margin-bottom: 14px;
}
.hy-zxfttit p{
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 27px;
    color: rgba(115, 115, 115, 1);
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    overflow-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    overflow: hidden;
}
.yjhy-zxftbottom p span,
.hy-zxfttit p span{
    color: rgba(0, 0, 0, 1);
}
.yjhy-zxftbottom {
    margin-top: 18px;
}
.yjhy-zxftbottom p{
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 36px;
    color: rgba(115, 115, 115, 1);
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 3;
    -moz-box-orient: vertical;
    overflow-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    overflow: hidden;
}


/* 一网监管 */
.ywjgbox{
    background: #fff;
}
.ywjgbox dl{
    float: left;
    width: 23.7%;
    height: 476px;
    text-align: center;
    background: url(../images/szzf2025/ywjg-listbg1.png)no-repeat;
    background-size: cover;
    position: relative;
}
.ywjgbox dl+dl{
    margin-left: 1.7%;
}


.ywjgbox dl dt{
    margin-top: 25px;
    margin-bottom: 20px;
}
.ywjgbox dl dt p{
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: rgba(51, 51, 51, 1);
    margin-top: 10px;
}
.ywjgbox dl dt img{
    width: 73px;
    height: 73px;
}

.ywjgbox dl dd{
    margin-top: 13px;
 
}
.ywjgbox dl dd a{
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: rgba(51, 51, 51, 1);
    position: relative;
}
.ywjgbox dl dd>a::before{
    content: '';
    width: 5px;
    height: 5px;
    background: rgba(154, 196, 245, 1);
    border-radius: 5px;
    position: absolute;
    left: -15px;
    top: 50%;
    margin-top: -2px;
}
.ywjgbox dl dd a:hover{
    color: rgba(27, 90, 186, 1);
}



.ywjgbox dl dd ul{
    background: #fff;
    width: 38%;
    position: absolute;
    border: 1px solid rgba(27, 90, 186, 1);
    right: 0;
    z-index: 2;
    top:159px;
    height: 260px;
    display: none;
    padding: 0 5px;
}
.ywjgbox dl dd ul li{
    margin-bottom: 5px;
    line-height: 18px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}
.ywjgbox dl dd ul li a{
    font-size: 14px;
}
.ywjgbox dl dd:hover ul{
    display: block;
}



.fourbanner2{
	margin-top: 50px;
	margin-bottom:0;
}
.fourbanner2 ul{
	display: block;
}
.four_module li {
	width: 22%;
	float: left;
	font-size: 20px;
	height: 100px;
	line-height: 100px;
	text-indent: 20px;
	text-align: left;
  }
.four_module li + li{
	margin-left:4%;
}
  .four_module li a {
	display: block;
	font-weight: bold;
  }
  .four_module li:hover a {
	padding-left: 20px;
  }

.four_module .four_module--sjxx {
	background: url(../images/szzf-imgs/four_bg_sjxx.jpg) no-repeat center;
	background-size: 100% 100%;
  }
  .four_module .four_module--sjxx a {
	color: #1563b9;
  }
  .four_module .four_module--qzxx {
	background: url(../images/szzf-imgs/four_bg_qzxx.jpg) no-repeat center;
	background-size: 100% 100%;
  }
  .four_module .four_module--qzxx a {
	color: #407c3a;
  }
  .four_module .four_module--znhd {
	background: url(../images/szzf-imgs/four_bg_znhd.jpg) no-repeat center;
	background-size: 100% 100%;
  }
  .four_module .four_module--znhd a {
	color: #696192;
  }
  .four_module .four_module--xmtjz {
	background: url(../images/szzf-imgs/four_bg_xmtjz.jpg) no-repeat center;
	background-size: 100% 100%;
  }
  .four_module .four_module--xmtjz a {
	color: #9b5a2e;
  }


  @media (max-width: 1520px) {

    .szzf-hddiv{
        padding: 10px 15px;
    }
    .ywtb-fwbox{
        width: 190px;
    }
    .ywtb-fwbox h3{
        width: 190px;
    }
    .ywtb-fwboxactive{
        width: 700px;
    }
    .ywtb-fwboxactive h3{
        width: 210px;
    }

    .ywtb-blef{
        width: 64%;
    }
    .ywtb-bright{
        width: 34%;
    }
    .ywtb-blef .ywtb-bhd li{
        width: 30%;
    }
    .ywtb-bright .ywtb-bhd{
        height: auto;
        overflow: hidden;
        padding-bottom: 10px;
    }
    /* .ywtb-bright .ywtb-bhd li{
        width: auto;
        margin-top: 5px;
    }
    .ywtb-bright .ywtb-bhd li a{
        font-size: 16px;
    } */
    .fwqdul li{
        width: 113px;
    }
    .szzfslidehd li a{
        font-size: 22px;
    }
    .szzfslidebd ul li{
        height: 58px;
        line-height: 58px;
    }
    /* .ywgk-lb a {
        display: inline-block;
        width: 48%;
    } */
    .ywgk-right>h4{
        height: 90px;
        line-height: 90px;
        font-size: 26px;
    }
    .ywgk-right ul{
        height: 446px;
    }
    .ywgk-right ul li img{
        width: 70px;
        height: auto;
    }
    .ywgk-right ul li a{
        font-size: 18px;
    }
    /* .yjhy-top{
        height: 190px;
    } */
    .yjhy-top li a img{
        margin-top: 18px;
        margin-bottom: 10px;
    }
    .yjhy-bl{
        width: 56.5%;
    }
    .yjhy-br{
        width: 41%;
    }
    .hy-zxftimg{
        width: 218px;
        height: 136px;
    }
    .yjhy-zxftbottom{
        margin-top: 10px;
    }
    .hy-zxfttit h6{
        margin-bottom: 3px;
    }
    .hy-zxfttit p{
        font-size: 15px;
    }
    .ywjgbox{
        padding: 10px;
    }
    .szzf-tabbox ul li{
        padding-left: 20px;
    }
    .szzf-tabbox ul li.active div{
        background-position: 92% 29px;
    }
}
@media (max-width: 768px){
    .szzf-hd{
        height: auto;
    }
    .szzf-tabbox{
        height: auto;
        background: url(../images/szzf2025/tabbg1.png) no-repeat;
        background-size: cover;
        background-position: 0 15px;
    }
    .szzf-tabbox ul li{
        width: 50%;
        height: 80px;
        padding-left: 10px;
        overflow: hidden;
        box-sizing: border-box;
        margin-top: 10px;
    }
    .szzf-tabbox ul li.active{
        width: 50%;
        height: 90px;
        background: url(../images/szzf2025/tabactive01.png)no-repeat;
        background-size: 100% 100%;
    }
    .szzf-tabbox ul li img.off{
        width: 120px;
        height: auto;
    }
    .szzf-tabbox ul li img.on{
        width: 130px;
        height: auto;
    }
    .szzf-tabbox ul li div{
        width: 100%;
        height: 100%;
    }
    .szzf-tit img{
        max-width: 260%;
        margin-left: -76%;
    }
    .szzf-hddiv{
        padding: 10px 5px;
    }
    .ywtb-fwbox h3{
        width: 100%;
        height: 138px;
        padding-top: 20px;
    }
    .ywtb-fwbox h3 img{
        width: 60px;
        height: auto;
    }
    .ywtb-fwboxactive{
        width: auto;
    }
    .ywtb-fwbox{
        width: 32%;
        height: auto;
        position: initial;
    }
    .ywtb-fwbox h3 p{
        font-size: 16px;
    }
    .frfw{
        margin: 0 2%;
    }
    .ywtb-top{
        height: 452px;
        position: relative;
    }
    .ywtb-fwbox .fwlist{
        width: 100%;
        left: 0;
        top: 150px;
        padding-left: 0;
        height: auto;
        padding-bottom: 20px;
    }
    .ywtb-fwboxactive ul::after{
        display: none;
    }
    .ywtb-fwbox ul li{
        width: 16.5%;
        margin-left: 3%;
        margin-top: 20px;
        min-height: 85px;
    }
    .ywtb-fwbox ul li a span{
        font-size: 14px;
    }
    .ywtb-fwbox ul li img{
        width: 90%;
    }
    .ywtb-bright,
    .ywtb-blef{
        float: none;
        width: 100%;
    }
    .ywtb-blef .ywtb-bhd li{
        width: 48%;
        height: 72px;
        margin-bottom: 14px;
        margin-right: 2%;
    }
    .ywtb-blef .ywtb-bhd li+li{
        margin-left: 0; 
    }
    .ywtb-btit li a{
        font-size: 18px;
    }
    .ywtb-btit .btitmore a{
        font-size: 14px;
    }
    .ywgk-left,
    .ywgk-right{
        float: none;
        width: 100%;
    }
    .szzfslidehd li{
        margin-right: 10px;
    }
    .szzfslidehd li a{
        font-size: 16px;
    }
    .szzfslidebd ul li a{
      width: 80%;
    }
    .szzfslidebd ul li{
        height: 40px;
        line-height: 40px;
    }
    .ywgk-lb a{
        float: none;
        display: inline-block;
        width: 100%;
  
        margin-bottom: 14px;
    
    }
    .ywgk-lb a+a{
        margin-left: 0;
    }
    .ywgk-right ul li{
        width: 33.33%;
    }
    .ywgk-right ul{
        height: auto;
        overflow: hidden;
    }
    .ywgk-right ul li a{
        font-size: 18px;
    }
    .yjhy-top li a{
        font-size: 14px;
        display: block;
        line-height: 24px;
    }
    .yjhy-top li a img{
        margin-top: 10px;
        width: 66px;
        height: 66px;
    }
    .yjhy-top li a span{
        display: block;
    }

    .yjhy-top{
        height: 130px;
    }
    .yjhy-bl,
    .yjhy-br{
        width: 100%;
        float: none;
    }
    .yjhy-zxft{
        margin-top: 24px;
    }
    .hy-zxftimg{
        float: none;
        width: 100%;
        height: 148px;
        text-align: center;
    }
    .hy-zxfttit{
        float: none;
        width: 100%;
        margin-top: 14px;
    }
    .yjhy-br{
        margin-top: 20px;
    }
    .ywjgbox{
        padding: 5px;
    }
    .ywjgbox dl{
        float: none;
        width: 100%;
        height: auto;
        padding: 20px 0;
        margin-bottom: 20px;
    }
    .ywjgbox dl dt{
        margin-top: 0;
        margin-bottom: 10px;
    }
    .ywjgbox dl dt img{
        width: 53px;
        height: 53px;
    }
    .ywjgbox dl dt p{
        font-size: 20px;
    }
    .ywjgbox dl dd a{
        font-size: 16px;
    }
    .ywjgbox dl+dl{
        margin-left: 0;
    }
    .fourbanner2{
        margin-top: 10px;
        padding: 0 10px;
    }
    .four_module li{
        width: 49%;
        margin-right: 2%;
        margin-bottom: 10px;
        font-size: 18px;
    }
    .four_module li + li{
        margin-left: 0px;
    }
    .four_module li:nth-child(2n){
        margin-right: 0;
    }
    .ywjgbox dl dd ul{
        top: 126px;
    }
    .ywtb-fwbox .fwlist::after{
        display: none;
    }
    .yjhy-bottom{
        margin-top: 24px;
    }
    .yjhy-br>h5{
        font-size: 16px;
    }
    .yjhy-hdmore a, 
    .ywgk-hdmore a,
    .yjhy-br>h5 a{
        font-size: 14px;
    }
    .ywtb-fwbox ul{
        padding-left: 0;
    }
    .bmfw ul li{
        width: 49%;
        min-height: auto;
        margin-left: 1%;
        margin-top: 3px;
        margin-bottom: 3px;
    }
    .ywtb-fwboxactive{
        margin-right: 0;
    }
    .fwqdul li{
        width: 32%;
    }
    .fwqdul li+li{
        margin-left: 1.33%;
    }
    .ywtb-fwbox ul{
        padding: 15px 0;
    }
    .ywtb-fwbox h3{
        padding-top: 15px;
    }
}