@charset "utf-8";
/* CSS Document */
body{ background:#f3f3f3;}

.main{
    width: 95%;
    max-width: 1340px;
    background: #fff;
    border-radius: 0 0 15px 15px;
    box-shadow: 0px 7px 21px rgba(174, 174, 174, 0.15);
    padding: 40px 30px;
    margin: 0 auto;
    margin-bottom: 30px;
}


/* 公共标题 */
.bsfw-title{
    width: 100%;
    border-bottom: 1px solid #eaeaea;
    font-size: 1.2rem;
    font-weight: 700;
    color: #9fa7af;
    display: flex;
    margin-bottom: 20px;
}
.bsfw-title li{
    margin-right: 50px;
    cursor: pointer;
}
.bsfw-title li.on{
    color: #1559a3;
    border-bottom: 4px solid #1559a3;
    padding-bottom: 10px;
}
.bsfw-title li.on a{
    color: #1559a3;
}

.bsfw-box1{
    display: flex;
    justify-content: space-between;
}
.bsfw-box1 .grbs-frbs{
    width: 58%;
}
.bsfw-box1 .fwbm-box{
    width: 39%;
}

/* 个人办事-法人办事 */
.grbs-frbs>div{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.grbs-frbs>div a{
    display: block;
    margin-bottom: 18px;
    background: #f3f6f9;
    border-radius: 10px;
    padding: 10px;
    width: 18%;
    height: 128px;
}
.grbs-frbs>div a span{
    width: 40px;
    height: 40px;
    display: block;
    margin: 15px auto 15px;
    transition: 0.5s;
    transform: translateY(0);
}
.grbs-frbs>div a p{
    font-size: 0.9rem;
    text-align: center;
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.grbs-frbs>div a:hover span{
    transform: translateY(-5px);
}

/* 服务部门 */
.fwbm-btns-container{
    position: relative;
    overflow: hidden;
    margin: auto;
    margin-top: 16px;
    height: 572px;
    padding-top: 10px;
}

.fwbm-btns{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;    
    overflow-y: auto;
    padding-right: 10px;
    height: 100%;   
}

/*webkit内核*/
/*定义整个滚动条高宽及背景：高宽分别对应横竖滚动条的尺寸*/
.fwbm-btns::-webkit-scrollbar
{
    width:5px;
    background-color:#e9e9e9;
}
.fwbm-btns::-webkit-scrollbar-track
{
    background-color:#e9e9e9;
}
.fwbm-btns::-webkit-scrollbar-thumb
{
    border-radius:10px;
    background-color:#1559a3;
} 
/*o内核*/
.fwbm-btns::-o-scrollbar
{
    width:5px;
    background-color:#e9e9e9;
}
.fwbm-btns::-o-scrollbar-track
{
    background-color:#e9e9e9;
}
.fwbm-btns::-o-scrollbar-thumb
{
    border-radius:10px;
    background-color:#1559a3;
}

/*IE*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .fwbm-btns-container{
        min-height: 590px;
    }
    .fwbm-btns {
            margin-right: -10px;
            padding-top: 32px;
            margin-top: -32px;
            margin-bottom: -32px;
            padding-bottom: 32px;

            /* ie scrollbar color properties */
            scrollbar-base-color: #e9e9e9;
            scrollbar-face-color: #1559a3;
            scrollbar-3dlight-color: #1559a3;
            scrollbar-highlight-color: #1559a3;
            scrollbar-track-color: #e9e9e9;
            scrollbar-arrow-color: #e9e9e9;
            scrollbar-shadow-color: #1559a3;
            scrollbar-dark-shadow-color: #1559a3;
      }
      
    .fwbm-btns::after {
            content: "";
            height: 0;
            display: block;
    }
        
    }
    
    /*Edge*/
    @supports (-ms-ime-align:auto)  {
    .fwbm-btns {
            margin-right: -10px;
            padding-top: 16px;
            margin-top: -16px;
            margin-bottom: -16px;
            padding-bottom: 16px;
    }
      
    .fwbm-btns::after {
        content: "";
        height: 16px;
        display: block;
    }
    }

.fwbm-btns a{
    display: block;
    width: 48.5%;
    border: 1px solid #bfd8f3;
    cursor: pointer;
    border-radius: 4px;
    padding: 20px 10px;
    text-align: center;
    margin-bottom: 3%;
    font-size: 0.9rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.fwbm-btns a:hover{
    background: #1559a3;
    color: #fff;
}

.bsfw-box2{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.bsfw-box2 .theme{
    width: 58%;
}
.bsfw-box2 .emotion{
    width: 39%;
}

/* 主题服务 */
.theme .theme-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.theme .theme-content a{
    display: block;
    margin-bottom: 18px;
    width: 18%;
    border: 1px solid #bfd8f3;
    border-radius: 10px;
    padding: 10px;
    height: 140px;
}
.theme .theme-content a span{
    display: block;
    width: 54px;
    height: 54px;
    margin: 15px auto 15px;
    transition: 0.5s;
    transform: translateY(0);
}
.theme .theme-content a p{
    font-size: 0.9rem;
    text-align: center;
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.theme .theme-content a:hover{
    color: #1559a3;
}
.theme .theme-content a:hover span{
    transform: translateY(-5px);
}

/* 情景式一件事服务 */
.emotion .emotion-content{
    display: flex;
    flex-direction: column;
    padding-top: 10px;
}
.emotion-content>a{
    display: block;
    width: 100%;
    height: 135px;
    border-radius: 8px;
    overflow: hidden;
}
.emotion-content .jyjx{
    background: url(../images/emotion01.png) no-repeat bottom right;
    background-size: cover;
    margin-bottom: 20px;
}
.emotion-content .csdj{
    background: url(../images/emotion02.png) no-repeat bottom right;
    background-size: cover;
}
.emotion-content>a span{
    display: block;
    font-size: 1.1rem;
    font-weight: 700;
    width: 180px;
    height: 50px;
    border-radius: 50px;
    background: #fff;
    text-align: center;
    margin-top: 42px;
    margin-left: 30px;
    line-height: 50px;
}
.emotion-content .jyjx span{
    color: #4e57c4;
}

.emotion-content .jyjx span:hover{
    color: #fff;
    background: #505edf;
}
.emotion-content .csdj span{
    color: #e99321;
}
.emotion-content .csdj span:hover{
    color: #fff;
    background: #f18c16;
}

/* 外部链接 */
.out-links{
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
.out-links a{
    display: block;
    width: 49%;
    border-radius: 8px;
    overflow: hidden;    
}
.out-links a img{
    width: 100%;
    object-fit: cover;
    transition: 0.5s;
    transform: scale(1);
}
.out-links a:hover img{
    transform: scale(1.1);
}

/* 便民查询 */
.bmcx-box{
    width: 95%;
    max-width:1340px;
    background: #fff;
    border-radius: 15px;
    margin: 0 auto;
    padding: 30px;
    margin-bottom: 30px;
}
.bmcx-box .bmcx-btns{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.bmcx-box .bmcx-btns a{
    display: flex;
    border-radius: 8px;
    padding: 20px 15px;
    background: #f3f6f9;
    text-align: center;
    width: 16%;
    margin-bottom: 1%;
    font-size: 0.9rem;
    justify-content: center;
    align-items: center;
}
.bmcx-box .bmcx-btns a img{
    height: 24px;
    margin-right: 15px;
    object-fit: cover;
    display: block;
}
.bmcx-box .bmcx-btns a span{
    display: block;
}
.bmcx-box .bmcx-btns a:hover{
    background: #e7eff7;
}

.zt-box{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.zt-box a{
    display: block;
    width: 23%;  
    height: 150px;
    border-radius: 8px;
    overflow: hidden;  
    transition: 0.5s;
    transform: translateY(0)
}
.zt-box .zt01{
    background: url(../images/bs-link03.jpg) no-repeat;
    background-size: cover;
}
.zt-box .zt02{
    background: url(../images/bs-link04.jpg) no-repeat;
    background-size: cover;
}
.zt-box .zt03{
    background: url(../images/bs-link05.jpg) no-repeat;
    background-size: cover;
}
.zt-box .zt04{
    background: url(../images/bs-link06.jpg) no-repeat;
    background-size: cover;
}
.zt-box a span{
    display: block;
    background-image: linear-gradient(to right,rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
    height: 50px;
    margin-top: 50px;
    padding-left: 20px;
    line-height: 50px;
    font-size: 1rem;
    font-weight: 700;
    color: #1559a3;
}
.zt-box a:hover{
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.2);
    transform: translateY(-8px);
}

.gr-icons .tab-hack-node {
    position: absolute;
}

@media(max-width:1250px){
    .bsfw-box1,.bsfw-box2{flex-direction: column;}
    .bsfw-box1 .grbs-frbs,
    .bsfw-box1 .fwbm-box,
    .bsfw-box2 .theme,
    .bsfw-box2 .emotion
    {width: 100%;}
    .bsfw-box1 .grbs-frbs{margin-bottom: 20px;}
    .fwbm-btns a{width: 49%;margin-bottom: 2%;}
    .fwbm-btns{height: auto;}
    .fwbm-btns-container{height: auto;}
    .bsfw-box2 .theme{margin-bottom: 20px;}
    .emotion .emotion-content{flex-direction: row;justify-content: space-between;}
    .emotion-content>div{width: 49%;}
    .out-links{margin-top: 10px;}
    .bmcx-box .bmcx-btns a{width: 24%;margin-bottom: 1.5%;}
    .zt-box{flex-wrap: wrap;}
    .zt-box a{width: 49%;margin-bottom: 2%;}
}

@media(max-width:750px){
    .grbs-frbs>div a{width: 23%;}
    .theme .theme-content a{width: 48%;}
    .out-links{flex-direction: column;}
    .out-links a{width: 100%;margin-bottom: 20px;}
    .main{padding-bottom: 20px;}
    .bmcx-box .bmcx-btns a{width: 49%;margin-bottom: 10px;}
    .zt-box a{height: 136px;}
    .zt-box a span{margin-top: 46px;}
}

@media(max-width:550px){
    .main{padding: 10px;margin-bottom: 15px;}
    .bsfw-title li.on{border-bottom: 2px solid #1559a3;padding-bottom: 5px;}
    .bsfw-title{margin-bottom: 10px;}
    .grbs-frbs>div a{padding: 0;height: auto;padding: 10px 0;}
    .grbs-frbs>div a span{margin: 0 auto 5px;width: 26px;height: 26px;}
    .bsfw-box1 .grbs-frbs{margin-bottom: 15px;}
    .fwbm-btns-container{padding: 0;}
    .fwbm-btns a{padding: 12px 10px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
    .bsfw-box2{margin-top: 15px;}
    .theme .theme-content a{height: auto;}
    .theme .theme-content a span{width: 40px;height: 40px;margin: 0 auto 10px;}
    .emotion .emotion-content{padding-top: 0;flex-direction: column;}
    .emotion-content>div{width: 100%;height: 95px;}
    .emotion-content>div a{width: 145px;height: 40px;line-height: 40px;margin-left: 20px;margin-top: 28px;}
    .emotion-content .jyjx{margin-bottom: 10px;}
    .out-links a{margin-bottom: 10px;}
    .bmcx-box{padding: 10px;}
    .bmcx-box .bmcx-btns a{padding: 15px 10px;margin-bottom: 8px;}
    .bmcx-box .bmcx-btns{margin-bottom: 5px;}
    .zt-box a{height: 80px;}
    .zt-box a span{height: 40px;line-height: 40px;margin-top: 20px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
    .grbs-frbs>div a p{white-space: pre-wrap;}
}

/*20250226*/
.zt-box .zt_xqfwpt{background: url(../images/bs-xqfwpt.jpg) no-repeat;background-size: cover;}
.zt-box .zt_jszwfw{background: url(../images/bs-jszwfw.jpg) no-repeat;background-size: 100% 100%;}
.zt-box .zt_jszwfw span{display: none;}
.swiper_zwfw{position: relative; width: 23%;height: 150px;border-radius: 8px;overflow: hidden;transition: 0.5s;}
.swiper_zwfw:hover{box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.2);transform: translateY(-8px);}
.zt-box .swiper_zwfw a{width:100%;height:100%;border-radius: 0;}
.zt-box .swiper_zwfw a:hover{transform: none;}
.swiper_zwfw .swiper-pagination-bullet{width:12px;height:12px;background-color: #fff;opacity: 0.5;}
.swiper_zwfw .swiper-pagination-bullet-active{opacity: 1;}
@media(max-width:1250px){
	.swiper_zwfw{width: 49%;}
    .zt-box .swiper_zwfw a{height: 150px;}
}
@media(max-width:1080px){
	.swiper_zwfw{margin-bottom: 10px;}
}
@media(max-width:640px){
    .swiper_zwfw{height: auto;}
    .zt-box .swiper_zwfw a{height: 80px;}
}
@media(min-width:1080px){
	.web_older .swiper_zwfw{width: 49%;height: 230px;margin-bottom: 2%;}
	.web_older .swiper_zwfw .swiper-pagination-bullet{width:18px;height:18px;}
}
/*20250226*/