.container {
    width: 1200px;
    margin: 0 auto;
}

.wgk_box {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
    max-width: 1200px;
    margin: 0 auto 30px;
}

.wgk_box li {
    text-align: center;
}

.wgk_box img {
    width: 100%;
}

/* .zfxxgk_box {
    display: flex;
} */



.zfwj_box {
    flex: 1;
    margin-right: 30px;
    min-width: 0;
}

.zcjd_list {
    display: none;
}

.zfzx_list {
    width: 100%;
    list-style: none;
    padding: 0;
    margin-top: 10px;
    min-height: 190px
}

.zfzx_list li {
    line-height: 45px;
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
    /* width: 100%; */
    box-sizing: border-box;
    min-width: 0;
    overflow: hidden;
}

.zfzx_list li a {
    position: relative;
    font-size: 18px;
    color: #333;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 0 0 66%;
    flex-shrink: 0;
    padding-left: 20px;
}



.zfzx_list li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background-color: #e85d48;
    border-radius: 50%;
}

.zfzx_list li span {
    display: block;
    font-size: 18px;
    color: #545454;
}

.zfwj_box_head {
    align-items: center;
    justify-content: space-between;
    color: #999;
    border-bottom: 1px solid #999;
}

.zfwj_more {
    display: none;
}

.zfzx_nav li {
    width: 229px;
    height: 45px;
    color: #989898;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 45px;
}

.zfwj_box .hover {
    color: #fff;
    background: url(../images/zfwj_selet.png) no-repeat;
}

.zfwj_box .zfwj_box_head a:hover {
    color: #fff;
}

.zwgkzl_top {
    position: relative;
    height: 75px;
}

.xxgk_box {
    width: 434px;
    background: url(../images/xxgkzl_bg.png) no-repeat;
    padding-top: 75px;
    border: 1px solid #9ec5df;
    border-radius: 10px;
    position: relative;
}

.xxgkzl_title {
    width: 225px;
    top: 35px;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.xxgkzl {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 10px;
}

.xxgkzl li a {
    padding: 22px;
    align-items: center;
    box-shadow: 3px 3px 5px #dee9ef;
    border: 1px solid #dee9ef;
    border-radius: 5px;
}

.xxgkzl li img {
    width: 45px;
    height: 40px;
}

.slh_xxgkzl_name {
    display: none;
}

.xxgkzl_name {
    display: inline-block;
    width: 95px;
    margin-left: 25px;
}

.jcxxgk {
    margin: 60px 0 40px;
}

.jcxxgk_head {
    background: url(../images/xxgktop_bg.png) no-repeat center;
    background-size: 90% auto;
    height: 35px;
    width: 100%;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #444;
}

.jcxxgk_slider {
    width: 90%;
    margin: 38px auto 0;
}

.jcxxgk_ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}

.indicator {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: 30px 0;
}

.indicator li {
    width: 40px;
    height: 8px;
    background-color: #ddd;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.indicator .on {
    background-color: #48c4e6;
}

.jcxxgk_link i {
    display: block;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    border: 1px solid #d1d1d1;
    margin: 0 auto;
    font-size: 0;
    line-height: 72px;
    text-align: center;
}

.jcxxgk_link img {
    width: 32px;
    height: 36px;
    vertical-align: middle;
}

.jcxxgk_link span {
    margin-top: 18px;
    text-align: center;
}

.jczwgkzl {
    text-align: center;
    margin: 45px 0;
}

.jczwgkzl img {
    width: 100%;
}

.zdly_ul {
    width: 85%;
    margin: 45px auto 0;
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, 1fr);
}

.zdly_ul li {
    padding: 20px;
    text-align: center;
    border: 1px solid #d2d2d2;
}


@media (max-width: 1200px) {
    .container {
        width: 100%;
    }
}

@media (max-width: 980px) {
    .zfxxgk_box {
        flex-direction: column;
    }

    .zfwj_box {
        margin: 0;
    }

    .xxgk_box {
        width: 100%;
        background: unset;
    }

    .xxgkzl_title {
        background: #4f9ed1;
        width: 100%;
        text-align: center;
        height: 70px;
        line-height: 70px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

}

@media (max-width: 600px) {
    .zfxxgk_box {
        display: block !important;
    }

    .wgk_box img {
        width: 80%;
    }

    .xxgkzl {
        padding: 30px;
    }

    .xxgk_box {
        width: 100%;
        background: none;
    }

    .xxgkzl_title {
        color: #fff;
    }

    .jcxxgk_head {
        background: unset;
    }

    .zdly_ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .wgk_box {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 520px) {
    .zfzx_nav {
        flex: 1;
    }

    .zfzx_nav li {
        width: 50%;
    }

    .zfwj_box .hover {
        color: #fff;
        background: #2f9bdf;
    }
}

@media (max-width: 450px) {

    .wgk_box,
    .jcxxgk_ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .xxgkzl_name {
        display: none;
    }

    .slh_xxgkzl_name {
        display: inline-block;
    }
}