body {
    margin: 0;
    padding: 0;
    font-size: 0;
}

body * {
    margin: 0;
    padding: 0;
    border: none;
}

.zwfw23 {
    width: 100%;
    background: #f7f7f7;
    min-height: 1000px;
    padding-bottom: 20px;
}

.zwfw23_main {
    max-width: 1200px;
    margin: 0px auto;
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
}

.cjfw_banner {
    display: flex;
    justify-content: space-between;
    height: 110px;
    margin-top: 20px;
}

.cjfw_banner a {
    width: 49.5%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
}

.cjfw_banner img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;

}

.cjfw_banner a:hover img {
    transform: scale(1.05);
    transition: all 0.3s;
}


.cjfw {
    margin-top: 0;
    display: flex;
    flex-direction: column;
}

.cjfw_tit {
    display: flex;
    height: 80px;
    ;
    background: #ccc;
}

.cwfw_tit_txt {
    width: 50%;
    height: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    cursor: pointer;
    color: #333;
    transition: all .3s;
}

.cwfw_cur {
    font-size: 32px;
    background: #2760b7;
    color: #fff;
    font-weight: bold;

}


.cjfw_content {
    height: 650px;
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    position: relative;
}

.cjfw_content_all {
    display: flex;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .5s;
}

.cjfw_gr,
.cjfw_qy {
    display: flex;
    height: 100%;
    flex-direction: column;
    width: 1160px;
    flex-shrink: 0;
    overflow: hidden;
}

.cjfw_gr_content,
.cjfw_qy_content {
    display: flex;
    flex: 1;
    position: relative;
}

.cjfw_gr_allplane {
    display: flex;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .5s;

}

.cjfw_item {
    flex-shrink: 0;
    width: 1200px;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    background-size: 100% 100%;
    background-repeat: no-repeat;

}

.cjfw_links {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
}

.cjfw_links a {
    font-size: 17px;
    color: #2d84e5;
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 30px;
    position: relative;
    padding-left: 20px;
    position: relative;
    text-decoration: none;
}

.cjfw_links a:hover {
    font-weight: bold;
}

.cjfw_links a::after {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #2d84e5;
    position: absolute;
    top: 15px;
    left: 5px;
}


.grbg01 {
    background-image: url('zwfw23_gr01.jpg');
}

.grbg01 .cjfw_links {
    left: 706px;
    top: 224px;
}

.grbg02 {
    background-image: url('zwfw23_gr02.jpg');
}

.grbg02 .cjfw_links {
    left: 232px;
    top: 160px;
}


.grbg03 {
    background-image: url('zwfw23_gr03.jpg');
}

.grbg03 .cjfw_links {
    left: 579px;
    top: 175px;
}

.grbg04 {
    background-image: url('zwfw23_gr04.jpg');
}

.grbg04 .cjfw_links {
    left: 238px;
    top: 243px;
}

.grbg05 {
    background-image: url('zwfw23_gr05.jpg');
}

.grbg05 .cjfw_links {
    left: 249px;
    top: 177px;
}

.grbg06 {
    background-image: url('zwfw23_gr06.jpg');
}

.grbg06 .cjfw_links {
    left: 655px;
    top: 270px;
}






.qybg01 {
    background-image: url('zwfw23_qy01.jpg');
}

.qybg01 .cjfw_links {
    left: 873px;
    top: 59px;
}


.qybg02 {
    background-image: url('zwfw23_qy02.jpg');
}

.qybg02 .cjfw_links {
    left: 873px;
    top: 60px;
}


.qybg03 {
    background-image: url('zwfw23_qy03.jpg');
}

.qybg03 .cjfw_links {
    left: 788px;
    top: 46px;
}


.qybg04 {
    background-image: url('zwfw23_qy04.jpg');
}

.qybg04 .cjfw_links {
    left: 163px;
    top: 43px;
}



.cjfw_tab {
    display: flex;
    height: 40px;
    margin-bottom: 25px;
    justify-content: space-between;
    border-bottom: 2px #ccc dotted;
    padding-bottom: 12px;
}

.tabnav {
    padding: 5px 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    background: #8393ac;
    cursor: pointer;
    position: relative;
    border-radius: 20px;
    user-select: none;
    font-weight: bold;
}


.tabnav::before {
    --h: 6px;
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    bottom: calc(var(--h) * -2);
    border: var(--h) solid #8393ac;
    border-color: #8393ac transparent transparent transparent;
    left: calc(50% - (var(--h)));
}

.tabnav::after {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #8393ac;
    position: absolute;
    border-radius: 50%;
    bottom: -17px;
    left: calc(50% - 5px);
}

.tabnav_cur {
    background-color: #0650b9;

}

.tabnav_cur::before {
    border-top-color: #0650b9;
}


.tabnav_cur::after {
    width: 16px;
    height: 16px;
    background-color: #0650b9;
    bottom: -24px;
    left: calc(50% - 8px);

}


.zwfw23_fk {
    margin-top: 20px;

}


.fk_tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
}

.fk_tit span {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.fk_tit span::before {
    content: '';
    background-color: #0650b9;
    width: 12px;
    height: 24px;
    margin-right: 10px;
}

.fk_tit_more {
    text-decoration: none;
    font-size: 16px;
    color: #333;
}



.bsznjd {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.bsznjd_item {
    width: 24%;
    display: flex;
    position: relative;
    margin-top: 20px;
    overflow: hidden;
}

.bsznjd_item:hover img,
.bsznjd_item:hover span {
    transform: scale(1.08);
}

.bsznjd_item_img {
    width: 100%;
    height: 0;
    padding-top: 60%;
    overflow: hidden;
}

.bsznjd_item_img img {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .3s;
}

.bsznjd_item span {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: left;
    font-size: 16px;
    position: absolute;
    left: 0;
    bottom: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    padding: 12px 5px;
    box-sizing: border-box;
    transition: all .3s;
    user-select: none;
}


.zwfw23_jz {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
}

.zwfw23_jz a {
    width: 12%;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    color: #333;
    background-color: #f7f7f7;
    padding: 10px 5px;
    box-sizing: border-box;
    margin-top: 10px;
    user-select: none;
}


.zwfw23_jz a:hover {
    background-color: #0650b9;
    color: #fff;
    font-weight: bold;

}

.jzem {
    width: 12%;
    height: 1px;
    user-select: none;
}

.zwfw23_pj {
    margin-top: 20px;
    background-color: #0081cc;
    height: 350px;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 10px;
    background-image: url('//m.919768.com/images/szfbg.png');
}

.pj-l {
    width: 45%;
    box-sizing: border-box;
    padding: 10px;
    display: flex;
    flex-direction: column;
    /* background-color: rgba(0, 0, 0, 0.3); */
}

.pj-r {
    width: 55%;
    box-sizing: border-box;
    padding: 10px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    position: relative;
    padding-left: 20px;
}

.pj-r::before {
    content: '';
    height: 90%;
    width: 1px;
    background-color: rgba(255, 255, 255, .45);
    ;
    position: absolute;
    left: 0px;
    top: 5%;
}


.pj_tit {
    display: flex;
    align-items: flex-end;
    user-select: none;
    justify-content: center;
}

.tit_txt {
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.tit_sm {
    font-size: 14px;
    color: rgba(255, 255, 255, .45);
    margin-left: 5px;
}

.pj_c {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
}


.pj_item {
    width: 50%;
    height: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.pj_item_num {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pj_item_txt {
    font-size: 18px;
    color: #fff;
    display: flex;
    align-items: center;
    margin-top: 10px;
    font-weight: bold;
    justify-content: center;
}


.pj_btns {
    display: flex;
    flex-direction: column;
    width: 150px;
}

.pj-r-content {
    flex: 1;
    display: flex;
    flex-direction: row;
}


.pj_btns a {
    flex: 1;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    margin-top: 10px;
}

.pj_btns a:hover {
    font-weight: bold;
}

@media screen and (max-width: 1200px){
    .cjfw_content {
        display: none;
    } 
}


@media screen and (max-width: 768px) {

    .wrap {
        width: 100%;
        padding: 1vw;
    }

    .zwfw23 {
        width: 100%;
        background: #f7f7f7;
        min-height: 0;
        padding-bottom: 5vw;
    }

    .zwfw23_main {
        padding: 2vw;
    }

    .cjfw_tit {
        height: 10vw;
    }

    .cwfw_cur {
        font-size: 5vw;
    }

    .cwfw_tit_txt {
        font-size: 5vw;
    }


    .cjfw_content {
        height: 74vw;
        margin-top: 5vw;
        display: none;
    }


    .cjfw_gr,
    .cjfw_qy {
        width: 96vw;
    }

    .tabnav {
        padding: 1vw 2vw;
        display: flex;
        font-size: 4vw;
        border-radius: 0;
    }

    .cjfw_tab {
        margin-bottom: 4vw;
    }


    .grbg01 .cjfw_links {
        left: 55vw;
        top: 22vw;
    }












    .cjfw_banner {
        display: flex;
        justify-content: space-between;
        height: 14vw;
        margin-top: 3vw;
    }

    .bsznjd_item {
        width: 49%;
        margin-top: 3vw;
    }

    .zwfw23_jz a {
        width: 49%;
        font-size: 4vw;
        padding: 2vw 1vw;
        margin-top: 2vw;
    }


    .cjfw_item {
        width: 96vw;
    }


}





