@charset "utf-8";
/* style_simple.css - 仅包含 index_simple.html 所需样式（主题服务/个人服务/企业服务/重点服务/便民利企政策） */

/* 浮梁政务服务网图片 start */
.flxzwfww{
    display: block;
    width: 100%;
}
.flxzwfww img{
    width: 100%;
    transition: all 0.3s ease-in-out;
}
.flxzwfww img:hover{
    transform: scale(1.01);
}
/* 浮梁政务服务网图片 end */

/* 便民利企政策 start */
.bmlqzc{
    display: flex;
    justify-content: space-between;
}
.bmlqzc>div{
    width: 48%;
}
.bmlqzc ul li {
    position: relative;
}
.bmlqzc ul li::after{
    content: "";
    position: absolute;
    top: 10px;
    left: -10px;
    width: 4px;
    height: 4px;
    background: #AD0204;
    border-radius: 50%;
}
.bmlqzc ul li a {
    display: block;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}
.bmlqzc ul li a p{
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bmlqzc ul li a p, .bmlqzc ul li a span {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    line-height: 28px;
    text-align: left;
    font-style: normal;
}
.bmlqzc ul li a .time {
    font-size: 18px;
    color: #999999;
    line-height: 25px;
}
.zwfw .box .bmlqzc .zwfw_title img:nth-child(3){
    width: 65%;
}
/* 便民利企政策 end */

/* 政务服务 start */
.zwfw.bg{background: linear-gradient(180deg, #eef2ff 0%, #fff 50%, #d8e0f9 100%);}
 .zwfw .box {padding:20px 0px 25px;}
 .zwfw .box .zwfw_pw {box-sizing: border-box;margin-top: 40px; margin-bottom: 19px;}
 .zwfw .box .zwfw_t1 .zwfw_title{display: flex;align-items: center;position: relative;margin-bottom: 40px;}
 /* .zwfw .box .zwfw_t1 .zwfw_title,.zwfw .box .zwfw_t1 .zwfw_title a{font-size: 24px; font-weight: bold; margin-bottom: 17px; color: #3c3b3b;} */
 .zwfw .box .zwfw_t1 .zwfw_title img{
    object-fit: cover;
 }
 .zwfw .box .zwfw_t1 .zwfw_title p{
    margin: 0 5px;
    font-family: STSongti-SC, STSongti-SC;
    font-weight: 900;
    font-size: 32px;
    color: #AD0204;
    line-height: 45px;
    text-align: left;
    font-style: normal;
}
.zwfw .box .zwfw_t1 .zwfw_title p span{
    color: #3A4890;
}
.zwfw .box .zwfw_t1 .zwfw_title a{
    position: absolute;
    top: 10px;
    right: 0;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 20px;
    color: #999999;
    line-height: 28px;
    text-align: left;
    font-style: normal;
}
.bmlqzc ul li a:hover p, .bmlqzc ul li a:hover span{
    color: #3A4890;
}
.zwfw .box .zwfw_t1 .zwfw_title a:hover{
    color: #3A4890;
}
 /* 主题服务 theme1 */
 .zwfw .box .zwfw_theme1 .zwfw_theme1_lists ul{display: flex; flex-wrap: wrap; justify-content: space-between;}
 .zwfw .box .zwfw_theme1 .zwfw_theme1_lists ul li{width:15.5%; height: 170px;background: linear-gradient( 136deg, #B1C5F5 0%, #7182D6 100%); padding-top: 50px; border-radius: 8px;}
 .zwfw .box .zwfw_theme1 .zwfw_theme1_lists ul li:last-child{margin-right: 0px;}
 .zwfw .box .zwfw_theme1 .zwfw_theme1_lists ul li a{display: block; font-size: 18px; color: #fff; text-align: center; width: 100%; height: 100%;}
 .zwfw .box .zwfw_theme1 .zwfw_theme1_lists ul li:hover{ border: 1px solid #e15d3e;}
 .zwfw .box .zwfw_theme1 .zwfw_theme1_lists ul li a em.img{display: inline-block; width:64px; height:64px; border-radius: 100%;background: #fff; margin-bottom: 30px;}
 .zwfw .box .zwfw_theme1 .zwfw_theme1_lists ul li a em.img i.icon_item{display: block; height: 100%;;}
 .zwfw .box .zwfw_theme1 .zwfw_theme1_lists ul li:nth-child(1) a em.img i.icon_item{ background:url(../image/ztfwicon1.png) no-repeat center center;}
 .zwfw .box .zwfw_theme1 .zwfw_theme1_lists ul li:nth-child(2) a em.img i.icon_item{background:url(../image/ztfwicon2.png) no-repeat center center;}
 .zwfw .box .zwfw_theme1 .zwfw_theme1_lists ul li:nth-child(3) a em.img i.icon_item{background:url(../image/ztfwicon3.png) no-repeat center center;}
 .zwfw .box .zwfw_theme1 .zwfw_theme1_lists ul li:nth-child(4) a em.img i.icon_item{background:url(../image/ztfwicon4.png) no-repeat center center;}
 .zwfw .box .zwfw_theme1 .zwfw_theme1_lists ul li:nth-child(5) a em.img i.icon_item{background:url(../image/ztfwicon5.png) no-repeat center center;}
 .zwfw .box .zwfw_theme1 .zwfw_theme1_lists ul li:nth-child(6) a em.img i.icon_item{background:url(../image/ztfwicon6.png) no-repeat center center;}
 .zwfw .box .zwfw_theme1 .zwfw_theme1_lists ul li a i{display: block;text-align: center;}
 .zwfw .box .zwfw_theme1 .zwfw_theme1_lists ul li a>i{padding: 0 35px;}

 /* 个人服务 theme2 */
 .zwfw .box .zwfw_pw.zwfw_theme2{box-sizing: border-box; position: relative;}
 /* .zwfw .box .zwfw_theme2 .zwfw_theme2_lists {} */
 .zwfw .box .zwfw_theme2 .zwfw_theme2_lists ul{display: flex; flex-wrap: wrap;gap: 20px;}
 .zwfw .box .zwfw_theme2 .zwfw_theme2_lists ul li.li_xl {float: left; position: relative; width:23.9%; height: 400px; background: url(../image/grfwbg1.png) no-repeat center center;background-size: cover;border-radius: 10px;}
 /* .zwfw .box .zwfw_theme2 .zwfw_theme2_lists ul li.li_xl.click_cut{height: auto; min-height: 290px; } */
 .zwfw .box .zwfw_theme2 .zwfw_theme2_lists ul li.li_xl i.over_hid{display: flex; flex-direction: column; padding: 40px 30px;}
 .zwfw .box .zwfw_theme2 .zwfw_theme2_lists ul li.li_xl:last-child{margin-right: 0px;}
 .zwfw .box .zwfw_theme2 .zwfw_theme2_lists ul li.li_xl span.top{display: block; position: relative; height: 60px; line-height: 68px; flex-shrink: 0; margin-bottom: 50px;}
 .zwfw .box .zwfw_theme2 .zwfw_theme2_lists ul li.li_xl span.top em.icon_jlt{display: block; width:60px; height: 60px; position:absolute; right: 20px; top: 50%; transform: translateY(-50%);background: url(../images/zwfw_theme2_jlt.png) no-repeat;}
 .zwfw .box .zwfw_theme2 .zwfw_theme2_lists ul li.li_xl:nth-child(1) span.top em.icon_jlt{background: url(../image/grfwicon1.png) no-repeat center center;}
 .zwfw .box .zwfw_theme2 .zwfw_theme2_lists ul li.li_xl:nth-child(2) span.top em.icon_jlt{background: url(../image/grfwicon2.png) no-repeat center center;}
 .zwfw .box .zwfw_theme2 .zwfw_theme2_lists ul li.li_xl:nth-child(3) span.top em.icon_jlt{background: url(../image/grfwicon3.png) no-repeat center center;}
 .zwfw .box .zwfw_theme2 .zwfw_theme2_lists ul li.li_xl:nth-child(4) span.top em.icon_jlt{background: url(../image/grfwicon4.png) no-repeat center center;}
 .zwfw .box .zwfw_theme2 .zwfw_theme2_lists ul li.li_xl:nth-child(5) span.top em.icon_jlt{background: url(../image/grfwicon5.png) no-repeat center center;}
 .zwfw .box .zwfw_theme2 .zwfw_theme2_lists ul li.li_xl:nth-child(6) span.top em.icon_jlt{background: url(../image/grfwicon6.png) no-repeat center center;}
 .zwfw .box .zwfw_theme2 .zwfw_theme2_lists ul li.li_xl:nth-child(7) span.top em.icon_jlt{background: url(../image/grfwicon7.png) no-repeat center center;}
 .zwfw .box .zwfw_theme2 .zwfw_theme2_lists ul li.li_xl span.top b{font-family: MicrosoftYaHei, MicrosoftYaHei; font-size: 24px; font-weight: bold; color:#3A4890;text-align: center; font-style: normal;position: relative;padding-bottom: 10px;}
 .zwfw .box .zwfw_theme2 .zwfw_theme2_lists ul li.li_xl span.top b::after{content: ''; display: block; width: 130px; height: 2px; background: linear-gradient( 90deg, #F2F6FF 0%, #3A4890 100%); position: absolute; bottom: 0; left: 0;}
 .zwfw .box .zwfw_theme2 .zwfw_theme2_lists ul li.li_xl span.s_content{display: block; flex: 1; overflow-y: auto; overflow-x: hidden; padding-right: 5px;max-height: 210px;}
 .zwfw .box .zwfw_theme2 .zwfw_theme2_lists ul li.li_xl span.s_content::-webkit-scrollbar{width: 8px;}
 .zwfw .box .zwfw_theme2 .zwfw_theme2_lists ul li.li_xl span.s_content::-webkit-scrollbar-track{background: linear-gradient(90deg, transparent 1px, rgba(155,179,221,0.5) 1px, rgba(155,179,221,0.5) 7px, transparent 7px); border-radius: 65px;}
 .zwfw .box .zwfw_theme2 .zwfw_theme2_lists ul li.li_xl span.s_content::-webkit-scrollbar-thumb{width: 8px; background: #3A4890; border-radius: 65px;}
 .zwfw .box .zwfw_theme2 .zwfw_theme2_lists ul li.li_xl span.s_content .a1.open {position: relative;}
 .zwfw .box .zwfw_theme2 .zwfw_theme2_lists ul li.li_xl span.s_content .a1 { display: block; max-width: 90%; padding:6px 11px;overflow: hidden; white-space: nowrap;text-overflow: ellipsis;  margin-right: 9px; margin-bottom: 5px; font-size: 18px; color: #333;}
 .zwfw .box .zwfw_theme2 .zwfw_theme2_lists ul li.li_xl span.s_content em.a1{overflow:visible; text-overflow: initial;}
 .zwfw .box .zwfw_theme2 .zwfw_theme2_lists ul li.li_xl span.s_content em.a1 > .text{overflow: hidden; white-space: nowrap;text-overflow: ellipsis;}
 .zwfw .box .zwfw_theme2 .zwfw_theme2_lists ul li.li_xl span.s_content .a1:hover {color: #3A4890; font-weight: bold;}
 .zwfw .box .zwfw_theme2 .zwfw_theme2_lists ul li.li_xl em.jt{display: block; width:20px; height:14px; position: absolute; left: 50%; bottom: 8px; transform: translateX(-50%);  background: url(../images/zwfw_theme2_jianto1.png) no-repeat top center; display: none;}
 .zwfw .box .zwfw_theme2 .zwfw_theme2_lists ul li.li_xl.bott  em.jt{display: none;}
 .zwfw .box .zwfw_theme2 .zwfw_theme2_lists ul li.li_xl .grsmzq{width: 100%; height: 100%; object-fit: cover;}
 /* 8.16医疗下拉 */
 .zwfw .box .zwfw_theme2 .zwfw_theme2_lists ul li.li_xl{position: relative; }
 .zwfw .box .zwfw_theme2 .zwfw_theme2_lists ul li.li_xl span.s_content .a1.open a.text{display: block; height: 100%; color: inherit;}
 .zwfw .box .zwfw_theme2 .zwfw_theme2_lists ul li.li_xl span.s_content .a1.open i.icon_i{display: inline-block; width: 12px; height:12px;transform: rotateX(180deg); background: url(../images/zwfw_icon_open_ys.png) no-repeat top center; }
 .zwfw .box .zwfw_theme2 .zwfw_theme2_lists ul li.li_xl span.s_content .a1.open:hover i.icon_i{ background: url(../images/zwfw_icon_open.png) no-repeat top center; transform: rotateX(0deg); background-position-y: 5px;}

 .zwfw .box .zwfw_theme2 .zwfw_theme2_lists ul li.li_xl span.s_content .a1.open .cut_open{display: block; visibility: hidden; transition: visibility 0.3s, opacity 0.3s;  opacity: 0; position: absolute; z-index: 10; top: 40px; left: 50%; background-color: #fff; transform: translateX(-50%); width: 231px; height: auto; border: 1px solid #83afdc; padding:14px 11px; }
 .zwfw .box .zwfw_theme2 .zwfw_theme2_lists ul li.li_xl span.s_content .a1.open .cut_open .move_btn .qr_box{visibility: hidden; opacity: 0; transition:opacity 0.3s; display: block; position: absolute; left: 50%; bottom:30px; transform: translateX(-50%); width: 150px; height: 150px; border-radius: 10px; background-color: #fff; box-shadow: 0px 0px 20px 0px #c3c2c2; padding: 10px;  z-index: 7; }
 .zwfw .box .zwfw_theme2 .zwfw_theme2_lists ul li.li_xl span.s_content .a1.open .cut_open .move_btn .qr_box::before{content: ''; display: block; position: absolute; left: 50%; bottom:-20px; transform: translateX(-50%); border: 10px solid transparent; border-top-color: #fff;}
 .zwfw .box .zwfw_theme2 .zwfw_theme2_lists ul li.li_xl span.s_content .a1.open .cut_open .move_btn .qr_box img{max-width: 100%;}
 .zwfw .box .zwfw_theme2 .zwfw_theme2_lists ul li.li_xl span.s_content .a1.open .cut_open .move_btn:hover .qr_box{visibility: visible; opacity: 1;}
 .zwfw .box .zwfw_theme2 .zwfw_theme2_lists ul li.li_xl span.s_content .a1.open:hover .cut_open{visibility: visible; opacity: 1;}
 .zwfw .box .zwfw_theme2 .zwfw_theme2_lists ul li.li_xl span.s_content .a1.open .cut_open a{display:block; position: relative; float: left; font-size: 14px; color: #3c3b3b; padding:0px 18px; margin-bottom: 10px; font-weight: 500;}
 .zwfw .box .zwfw_theme2 .zwfw_theme2_lists ul li.li_xl span.s_content .a1.open .cut_open a::before{content: ''; display: block; position: absolute; left: 0px; top:50%; transform: translateY(-50%); width:7px; height:7px; background-color: #e5e5e5; border-radius: 100%; }
 .zwfw .box .zwfw_theme2 .zwfw_theme2_lists ul li.li_xl span.s_content .a1.open .cut_open a:hover{color: #83afdc;}
 .zwfw .box .zwfw_theme2 .zwfw_theme2_lists ul li.li_xl span.s_content .a1.open .cut_open a:hover:before{background-color: #83afdc;}

 /* 企业服务 theme3 */
 .zwfw .box .zwfw_theme3 .zwfw_theme3_lists{ background: rgba(255,255,255,0.11);box-shadow: 0px 0px 82px 0px rgba(58,72,144,0.07);border-radius: 8px;border: 1px solid rgba(58,72,144,0.1);}
 .zwfw .box .zwfw_theme3 .zwfw_theme3_lists ul li{float: left;position: relative; width: 14.28%; height: 160px; box-sizing: border-box; padding-top: 40px; }
 .zwfw .box .zwfw_theme3 .zwfw_theme3_lists ul li::after{content: '';  display: block; position: absolute; right:0px; top: 50%; transform: translateY(-50%);  width: 2px; height: 80px; background-color: #3A4890; background-image: linear-gradient(#ebeff3,#3A4890, #ebeff3); }
 .zwfw .box .zwfw_theme3 .zwfw_theme3_lists ul li:last-child::after{display: none;}
 .zwfw .box .zwfw_theme3 .zwfw_theme3_lists ul li > a{display: block; width: 100%; height: 100%; text-align: center; color:#3c3b3b; font-size: 20px; }
 .zwfw .box .zwfw_theme3 .zwfw_theme3_lists ul li > a{font-weight: bold;}
 .zwfw .box .zwfw_theme3 .zwfw_theme3_lists ul li a em.img_box{display: inline-block;  width: 55px; height: 53px; }
 .zwfw .box .zwfw_theme3 .zwfw_theme3_lists ul li a i {display: block; font-weight: bold;}
 .zwfw .box .zwfw_theme3 .zwfw_theme3_lists ul li:hover a{color: #3897bb;}
 .zwfw .box .zwfw_theme3 .zwfw_theme3_lists ul li.foldLi{position: relative;}
 .zwfw .box .zwfw_theme3 .zwfw_theme3_lists ul li.foldLi .fold{display: none; position: absolute; left: 0px; top: 0px; right: 1px; bottom: 0px; z-index: 2; overflow: hidden; overflow-y: auto; background: rgba(255, 255, 255); box-shadow: 0px 0px 82px 0px rgba(58, 72, 144, 0.07);}
 .zwfw .box .zwfw_theme3 .zwfw_theme3_lists ul li.foldLi .fold::-webkit-scrollbar{width: 6px;}
 .zwfw .box .zwfw_theme3 .zwfw_theme3_lists ul li.foldLi .fold::-webkit-scrollbar-thumb{border-radius: 10px; background-color: #eee;}
 .zwfw .box .zwfw_theme3 .zwfw_theme3_lists ul li.foldLi .fold::-webkit-scrollbar-track{border-radius: 10px; background-color: #fff;}
 .zwfw .box .zwfw_theme3 .zwfw_theme3_lists ul li.foldLi .fold .foldBox{display: inline-block; width: 100%; box-sizing: border-box; padding-right: 5px;}
 .zwfw .box .zwfw_theme3 .zwfw_theme3_lists ul li.foldLi .fold.s1 .foldBox{position: relative; top: 50%; transform: translateY(-50%);}
 .zwfw .box .zwfw_theme3 .zwfw_theme3_lists ul li.foldLi .fold .foldBox a{display: block; transition: .3s; padding-left: 40px; position: relative; font-size: 16px; color: #3c3b3b; box-sizing: border-box; margin: 10px 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
 .zwfw .box .zwfw_theme3 .zwfw_theme3_lists ul li.foldLi .fold .foldBox a::before{content: ''; transition: .3s; position: absolute; left: 13px; top: 8px; width: 7px; height: 7px; background-color: #dbdbdb;  }
 .zwfw .box .zwfw_theme3 .zwfw_theme3_lists ul li.foldLi .fold .foldBox a:hover{color: #77aade;}
 .zwfw .box .zwfw_theme3 .zwfw_theme3_lists ul li.foldLi .fold .foldBox a:hover:before{background-color: #77aade;}
 @media screen and (min-width:760px) {
    .zwfw .box .zwfw_theme3 .zwfw_theme3_lists ul li.foldLi:hover .fold{display: block;}
 }
 /* 重点服务 theme4 */
 .zwfw .box .zwfw_theme4{width:100%; height: 280px; padding-top: 10px; margin-right: 1.21%; padding-bottom: 20px;}
 .zwfw .box .zwfw_theme4 .zwfw_theme4_lists ul{margin-left: -8px;}
 .zwfw .box .zwfw_theme4 .zwfw_theme4_lists ul li{float: left; width:20%; position: relative; padding-left: 8px; box-sizing: border-box; height: 130px;  margin-bottom: 10px;}
 .zwfw .box .zwfw_theme4 .zwfw_theme4_lists ul li a {display: block;  width: 100%; height: 100%; overflow: hidden; font-size: 0px; box-sizing: border-box;}
 .zwfw .box .zwfw_theme4 .zwfw_theme4_lists ul li.new a::before{content: ''; position: absolute; left: 8px; top: -6px; width: 63px; height: 41px; background: url(../images/zwfw_zdfw_new_icon.png) no-repeat center;}
 .zwfw .box .zwfw_theme4 .zwfw_theme4_lists ul li a:hover{opacity: 0.8;}
 .zwfw .box .zwfw_theme4 .zwfw_theme4_lists ul li a img{max-width: 100%;}
 .zwfw .box .zwfw_theme4 .zwfw_theme4_lists ul li a i{font-weight: bold;}
 .zwfw .box .zwfw_theme4 .zwfw_theme4_lists ul li:nth-child(4n){margin-right: 0px;}

 .zwfw .box .zwfw_theme4{height: 383px;position: relative;}
 .zwfw .box .zwfw_theme4 .zwfw_theme4_lists{padding-top: 15px; height: 280px; overflow: hidden; }
 .zwfw .box .zwfw_theme4 .zwfw_mySwiper4{width: 100%; height:130px}
 .zwfw .box .zwfw_theme4 .zwfw_mySwiper4 a{display: block; height: 100%;}
 .zwfw .box .zwfw_theme4 .zwfw_mySwiper4 a img{max-width: 100%;width: 100%;height: 100%;object-fit: cover;border-radius: 15px;}
 .zwfw .box .zwfw_theme4 .zwfw_mySwiper4 a.new::before{content: ''; position: absolute; left: 8px; top: -6px; width: 63px; height: 41px; background: url(../images/zwfw_zdfw_new_icon.png) no-repeat center;}
 .zwfw .box .zwfw_theme4 .zwfw_mySwiper4 .swiper-pagination-bullet{width: 6px; height: 6px; background-color: #de5636; opacity: 1;}
 .zwfw .box .zwfw_theme4 .zwfw_mySwiper4 .swiper-pagination-bullet-active{width: 26px; border-radius: 20px; background: #de5636;}
 .zwfw .box .zwfw_theme4 .zwfw_mySwiper4 .swiper-container-horizontal>.swiper-pagination-bullets {bottom: 12px;}
 .zwfw .box .zwfw_theme4 .zwfw_mySwiper4 .swiper-button-prev,.zwfw .box .zwfw_theme4 .zwfw_mySwiper4 .swiper-button-next{width: 12px; height: 24px; top: 58%;}
 .zwfw .box .zwfw_theme4 .zwfw_mySwiper4 .swiper-button-prev{background: url(../images/index_theme3_left1.png); background-repeat: no-repeat;}
 .zwfw .box .zwfw_theme4 .zwfw_mySwiper4 .swiper-button-prev.swiper-button-disabled{background: url(../images/index_theme3_left_not.png);background-repeat: no-repeat;}
 .zwfw .box .zwfw_theme4 .zwfw_mySwiper4 .swiper-button-next{background: url(../images/index_theme3_right.png);background-repeat: no-repeat;}
 .zwfw .box .zwfw_theme4 .zwfw_mySwiper4 .swiper-button-next.swiper-button-disabled{background: url(../images/index_theme3_right_not.png);background-repeat: no-repeat;}
/* 政务服务 end */

/* 便民利企政策 手机端适配 start */
@media screen and (max-width:760px) {
    #header2 header{
        padding-bottom: 0px !important;
    }
    #header2 header .container .search{
        bottom: 30% !important;
        width: 75% !important;
    }
    #header2 header .menu{
        margin-top: -23% !important;
    }
    .w1560{
        padding: 0 !important;
    }
    .bmlqzc ul li::after{
        top: 7px;
        left: -7px;
        width: 3px;
        height: 3px;
    }
    .bmlqzc ul li a {
        margin-bottom: 12px;
        align-items: flex-start;
    }
    .bmlqzc ul li a p.title {
        flex: 1;
        min-width: 0;
        font-size: 14px;
        line-height: 22px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        padding-right: 10px;
    }
    .bmlqzc ul li a .time {
        flex-shrink: 0;
        font-size: 12px;
        line-height: 22px;
    }
    .zwfw .box .zwfw_t1 .zwfw_title img{
        display: none;
    }
    .zwfw .box .zwfw_pw{
        margin: 0 auto;
        flex-direction: column;
    }
    .bmlqzc>div{
        width: 100%;
    }
    .zwfw .box .zwfw_t1 .zwfw_title p{
        font-size: 18px;
    }
    .zwfw .box .zwfw_t1 .zwfw_title a{
        font-size: 16px;
    }
    .zwfw .box .zwfw_t1 .zwfw_title{
        margin-bottom: 10px;
    }
}
/* 便民利企政策 手机端适配 end */

/* 政务服务 响应式 start */
@media screen and (min-width:1200px) and (max-width:1655px) {
    .zwfw .box{padding: 20px 15px 25px;}
    .zwfw .box .zwfw_theme1 .zwfw_theme1_lists ul li{width: 15.33%; margin-right: 1.6%;}
    .zwfw .box .zwfw_theme2 .zwfw_theme2_lists ul li.li_xl span.s_content .a1{padding: 6px 7px; margin-right: 5px;}
    .zwfw .box .zwfw_theme3 .zwfw_theme3_lists ul li a{font-size: 18px;}
    .zwfw .box .zwfw_t1 .zwfw_title{font-size: 20px;}
    .zwfw .box .zwfw_theme1 .zwfw_theme1_lists ul li{height: 140px;}
    .zwfw .box .zwfw_theme1 .zwfw_theme1_lists ul li a{font-size: 20px;}
    .zwfw .box .zwfw_theme1 .zwfw_theme1_lists ul li a em.img{width: 60px; height: 60px;}
    .zwfw .box .zwfw_theme1 .zwfw_theme1_lists ul li a em.img i.icon_item{background-size: 50px auto !important; background-position-x: 6px !important;}
    .zwfw .box .zwfw_theme1 .zwfw_theme1_lists ul li:nth-child(1) a em.img i.icon_item{ background-position-y: -13px;}
    .zwfw .box .zwfw_theme1 .zwfw_theme1_lists ul li:nth-child(2) a em.img i.icon_item{ background-position-y: -123px;}
    .zwfw .box .zwfw_theme1 .zwfw_theme1_lists ul li:nth-child(3) a em.img i.icon_item{ background-position-y: -238px;}
    .zwfw .box .zwfw_theme1 .zwfw_theme1_lists ul li:nth-child(4) a em.img i.icon_item{ background-position-y: -342px;}
    .zwfw .box .zwfw_theme1 .zwfw_theme1_lists ul li:nth-child(5) a em.img i.icon_item{ background-position-y: -456px;}
    .zwfw .box .zwfw_theme1 .zwfw_theme1_lists ul li:nth-child(6) a em.img i.icon_item{ background-position-y: -563px;}
}
@media screen and (max-width:1655px) {
    .zwfw .box{padding: 20px 15px 25px;}
    /* .zwfw .box .zwfw_theme2 .zwfw_theme2_lists ul li.li_xl span.top{padding-left: 70px;} */
    .zwfw .box .zwfw_theme2 .zwfw_theme2_lists ul li.li_xl span.top em.icon_jlt{right: 0px;}
    .zwfw .box .zwfw_pw{padding: 20px;}
    .zwfw .box .zwfw_theme2 .zwfw_theme2_lists{padding-right: 20px;}
    .zwfw .box .zwfw_theme2 .zwfw_theme2_lists ul li.li_xl{  padding: 17px 10px 33px;}
    .zwfw .box .zwfw_theme4 .zwfw_theme4_lists ul li a{font-size: 20px;}
    .zwfw .box .zwfw_theme4 .zwfw_theme4_lists ul li{height: 97px;}
    .zwfw .box .zwfw_theme3 .zwfw_theme3_lists ul li.foldLi .fold .foldBox a{font-size: 14px; margin: 6px 0; padding-left: 26px;}
    .zwfw .box .zwfw_theme3 .zwfw_theme3_lists ul li.foldLi .fold .foldBox a::before{left: 9px;}
    .zwfw .box .zwfw_theme4{height: 301px;}
    .zwfw .box .zwfw_theme4 .zwfw_theme4_lists{height: 200px; padding-top: 0px;}
    .zwfw .box .zwfw_theme4 .zwfw_mySwiper4{height: 97px;}
    .zwfw .box .zwfw_theme4 .zwfw_mySwiper4 .swiper-button-next{right: 2px;}
    .zwfw .box .zwfw_theme4 .zwfw_mySwiper4 .swiper-button-prev{left: 2px;}
}
@media screen and (max-width:1200px) {
    .zwfw .box .zwfw_theme1 .zwfw_theme1_lists ul li{width: 30.94%; margin-right: 0px; margin-right: 3.59%;  margin-bottom: 20px;}
    .zwfw .box .zwfw_theme1 .zwfw_theme1_lists ul li:nth-child(3n){margin-right: 0px;}
    .zwfw .box .zwfw_pw.zwfw_theme2 {height: auto;}
    .zwfw .box .zwfw_theme2 .zwfw_theme2_lists{position: initial; padding-right: 0px;}
    .zwfw .box .zwfw_theme2 .zwfw_theme2_lists ul li.li_xl em.jt{display: none;}
    .zwfw .box .zwfw_theme2 .zwfw_theme2_lists ul li.li_xl{width: 100%; margin-right: 0px; height: auto; padding: 17px 10px 17px; margin-bottom: 10px;}
    .zwfw .box .zwfw_theme2 .zwfw_theme2_lists ul li.li_xl.click_cut{min-height: auto;}
    .zwfw .box .zwfw_theme4{width: 100%; margin-right: 0px;}
    .zwfw .box .zwfw_theme4 .zwfw_theme4_lists ul li{height: auto;}
    .zwfw .box .zwfw_theme4 .zwfw_theme4_lists ul li a{font-size: 0px;}
    .zwfw .box .zwfw_theme3 .zwfw_theme3_lists ul li{width: 25%;}
    /* 医疗加了触摸框 */
    .zwfw .box .zwfw_theme2 .zwfw_theme2_lists ul li.li_xl{position:initial;}
    .zwfw .box .zwfw_theme2 .zwfw_theme2_lists ul li.li_xl i.over_hid{overflow:initial;}
    .zwfw .box .zwfw_theme2 .zwfw_theme2_lists ul li.li_xl span.s_content .a1.open{position: relative; overflow:initial;}
    .zwfw .box .zwfw_theme2 .zwfw_theme2_lists ul li.li_xl span.s_content .a1.open .cut_open{top:36px;}
    .zwfw .box .zwfw_theme4 .zwfw_theme4_lists{height: auto;}
    .zwfw .box .zwfw_theme4 .zwfw_mySwiper4{height: auto;}
    .zwfw .box .zwfw_theme4{height: auto;}
}
@media screen and (max-width:760px) {
    .zwfw .box .zwfw_pw{padding: 15px;}
    .zwfw .box .zwfw_t1 .zwfw_title{font-size: 20px;}
    .zwfw .box .zwfw_theme1 .zwfw_theme1_lists ul li{width: 32%;height: 113px;padding-top: 20px;margin-bottom: 10px;margin-right: 0px;}
    .zwfw .box .zwfw_theme1 .zwfw_theme1_lists ul li a{font-size: 12px;}
    .zwfw .box .zwfw_theme1 .zwfw_theme1_lists ul li a em.img{width: 45px; height: 45px; margin-bottom: 10px;}
    .zwfw .box .zwfw_theme1 .zwfw_theme1_lists ul li a>i{padding: 0 3px;}
    .zwfw .box .zwfw_theme1 .zwfw_theme1_lists ul li a em.img i.icon_item{background-size: 65% !important;}
    /* .zwfw .box .zwfw_theme1 .zwfw_theme1_lists ul li:nth-child(1) a em.img i.icon_item{background-position: 3px -8px;}
    .zwfw .box .zwfw_theme1 .zwfw_theme1_lists ul li:nth-child(2) a em.img i.icon_item{background-position: 5px -88px;}
    .zwfw .box .zwfw_theme1 .zwfw_theme1_lists ul li:nth-child(3) a em.img i.icon_item{background-position: 5px -169px;}
    .zwfw .box .zwfw_theme1 .zwfw_theme1_lists ul li:nth-child(4) a em.img i.icon_item{background-position: 5px -246px;}
    .zwfw .box .zwfw_theme1 .zwfw_theme1_lists ul li:nth-child(5) a em.img i.icon_item{background-position: 5px -330px;}
    .zwfw .box .zwfw_theme1 .zwfw_theme1_lists ul li:nth-child(6) a em.img i.icon_item{background-position: 5px -405px} */
    .zwfw .box .zwfw_theme2 .zwfw_theme2_lists ul li.li_xl span.top{margin-bottom: 40px;}
    .zwfw .box .zwfw_theme3 .zwfw_theme3_lists ul li{width: 50%; height: 100px; padding-top: 15px; box-sizing: content-box;}
    .zwfw .box .zwfw_theme3 .zwfw_theme3_lists ul li a{font-size: 17px;}
    .zwfw .box .zwfw_theme4 .zwfw_theme4_lists ul li{width: 50%; margin-right: 0px;}
    .zwfw .box .zwfw_theme4 .zwfw_theme4_lists ul li:nth-child(2n){margin-right: 0px;}
    .zwfw .box .zwfw_theme3 .zwfw_theme3_lists ul li.foldLi .fold .foldBox a{padding-left: 18px ; font-size: 12px;}
    .zwfw .box .zwfw_theme3 .zwfw_theme3_lists ul li.foldLi .fold .foldBox a::before{width: 4px; height: 4px; left: 7px; top: 7px;}
    /* .zwfw .box .zwfw_theme3 .zwfw_theme3_lists ul li.foldLi:hover .fold{display: none;} */
    .zwfw .box .zwfw_theme3 .zwfw_theme3_lists ul li.foldLi.active .fold{display: block;}
    /* 医疗加了触摸框 */
    .zwfw .box .zwfw_theme2 .zwfw_theme2_lists ul li.li_xl span.s_content .a1.open .cut_open{right: 0px; width: 200px; overflow: hidden;}
    .zwfw .box .zwfw_theme4 .zwfw_mySwiper4 .swiper-pagination{bottom: 3px;}
    .zwfw .box .zwfw_theme2 .zwfw_theme2_lists ul{flex-wrap: nowrap;flex-direction: column;gap: 0px;}
    .zwfw .box .zwfw_theme2 .zwfw_theme2_lists ul li.li_xl{width: 93%;}
    .zwfw .box .zwfw_theme2 .zwfw_theme2_lists ul li.li_xl:last-child{width: 100%; padding: 0px;}
    .zwfw .box .zwfw_theme2 .zwfw_theme2_lists ul li.li_xl span.top b{font-size: 18px;}
    .zwfw .box .zwfw_theme2 .zwfw_theme2_lists ul li.li_xl span.s_content .a1{font-size: 16px;}
    .zwfw .box .zwfw_theme2 .zwfw_theme2_lists ul li.li_xl i.over_hid{padding: 20px;}
    .zwfw .box .zwfw_theme4 .zwfw_mySwiper4 a img{border-radius: 0px;}
    .zwfw .box .zwfw_theme4 .zwfw_mySwiper4 .swiper-slide{height: auto;}
    /* .zwfw .box .zwfw_theme4 .zwfw_mySwiper4 .swiper-slide:nth-child(odd) img{padding-top: 10px;} */
}
/* 政务服务 响应式 end */
