.banner-swiper .swiper-wrapper {
    height: auto;
}

.banner-img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}



.banner-pagination {
    position: absolute;
    z-index: 1;
    width: auto !important;
    left: 50% !important;
    transform: translate(-50%);
}

    .banner-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        background: #fff;
        border-radius: 5px;
        opacity: 1;
    }

    .banner-pagination .swiper-pagination-bullet-active {
        background: #f00;
    }

.banner-box {
    margin-bottom: 30px;
}

/*  */
.dynamic-1 {
    width: 35.8%;
}

.dynamic-img img {
    width: 100%;
    height: 260px;
}

.dynamic-img {
    position: relative;
}

.dynamic-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    padding: 5px 15px;
}

    .dynamic-info span {
        font-size: 12px;
        color: #A0A3B1;
    }

    .dynamic-info div {
        font-size: 14px;
        color: #fff;
        width: calc(100% - 80px);
    }

/*  */
.dynamic-2 {
    width: 39.7%;
}

.dynamic-head {
    border-bottom: 1px solid #ccc;
}

.dynamic-active {
    font-weight: 700;
    font-size: 16px;
    color: #5F78E1;
    padding: 5px;
    position: relative;
}

    .dynamic-active::after {
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        background: #5F78E1;
        position: absolute;
        bottom: -1px;
        left: 0;
    }

    .dynamic-active img {
        margin-right: 5px;
    }

.public-more {
    background: #fff;
    border-radius: 2px;
    border: 1px solid #CAD6F0;
    font-size: 12px;
    color: #A4B7E1;
    padding: 1px 3px;
    transition: all .3s ease;
}

    .public-more:hover {
        color: #5F78E1;
    }

    .public-more img {
        width: 14px;
    }

.dynamic-list a {
    font-size: 14px;
    color: #4B4B4B;
    width: calc(100% - 80px);
    transition: all .3s ease;
}

    .dynamic-list a:hover {
        color: #5F78E1;
    }

.dynamic-list span {
    font-size: 12px;
    color: #6B6B6B;
}

.dynamic-list {
    position: relative;
    padding-left: 12px;
    line-height: 28px;
}

    .dynamic-list::after {
        content: "";
        display: block;
        width: 3px;
        height: 3px;
        background: #5F78E1;
        position: absolute;
        top: 50%;
        left: 5px;
        transform: translateY(-50%);
    }

/*  */
.login-box {
    width: 22.5%;
}

.wjmm-font {
    font-size: 12px;
    color: #A5B8E1;
    transition: all .3s ease;
}

    .wjmm-font:hover {
        color: #5F78E1;
    }

.login-head {
    margin-bottom: 10px;
}

.login-input {
    border-radius: 2px;
    padding: 0;
    margin-bottom: 6px;
    background: #F7F8F9;
    border-radius: 2px;
    border: 1px solid #D8DDE7;
    height: 36px;
}

    .login-input > * {
        margin: 0 13px;
    }

    .login-input input {
        flex: 1;
        border: 0 none;
        outline: 0 none;
        width: 100%;
    }

    .login-input i {
        font-size: 16px;
        color: #A6ADBC99;
        position: relative;
    }

        .login-input i::after {
            content: "";
            display: block;
            width: 1px;
            height: 100%;
            background: #D8DDE7;
            position: absolute;
            top: 0;
            right: -13px;
        }

.yzm {
    height: 35px;
    margin-bottom: 8px;
}

    .yzm input {
        outline: 0 none;
        padding: 0 13px;
        width: 65%;
        background: #F7F8F9;
        border-radius: 2px;
        border: 1px solid #D8DDE7;
        height: 36px;
    }

.yzm-img {
    width: 32%;
}

    .yzm-img img {
        width: 100%;
        height: 36px;
    }

.login-btn .btn {
    width: 100%;
    border-radius: 2px;
    font-weight: 700;
    font-size: 15px;
    height: 40px;
}

.login-btn .login-dl {
    background: linear-gradient(0deg, #5F7EE1 0%, #5E9DF0 100%);
    color: #fff;
    margin-bottom: 8px;
}

.login-btn .login-tysf {
    background: #E8EDF7;
    color: #5F78E1;
}

.dynamic-box {
    margin-bottom: 30px;
}

/*  */
.tongzhi-1 {
    width: 37.2%;
}

.tongzhi-tog .nav-item .nav-link {
    font-weight: 700;
    font-size: 16px;
    color: #6B6B6B;
    padding: 5px;
    transition: all .3s ease;
}

    .tongzhi-tog .nav-item .nav-link img {
        margin-right: 5px;
        display: none;
    }

    .tongzhi-tog .nav-item .nav-link:hover,
    .tongzhi-tog .nav-item .nav-link.active {
        color: #5F78E1;
    }

        .tongzhi-tog .nav-item .nav-link.active img {
            display: block;
        }

.public-more-box div {
    display: none;
}

    .public-more-box div.active {
        display: block;
    }

.tongzhi-head {
    border-bottom: 1px solid #ccc;
}

.tongzhi-tog .nav-link {
    position: relative;
}

    .tongzhi-tog .nav-link::after {
        content: "";
        display: block;
        width: 0;
        height: 2px;
        background: #5F78E1;
        position: absolute;
        bottom: -1px;
        left: 50%;
        transform: translate(-50%);
        transition: all .3s ease;
    }

    .tongzhi-tog .nav-link.active::after {
        width: 100%;
    }

.tongzhi-tog .nav-item:not(:last-of-type) {
    margin-right: 8px;
}

/*  */
.tongzhi-3 {
    width: 22.5%;
    background: #fff;
    border: 1px solid #D2D5DC;
    background: linear-gradient(180deg, #CAD6F0 0%, rgba(202, 214, 240, 0) 30%);
    padding: 0 8px;
}

.wjxz-font {
    font-weight: 700;
    font-size: 16px;
    color: #4B4B4B;
}

    .wjxz-font img {
        margin-right: 10px;
        transform: translateY(-5px);
    }

.wjxz-head {
    margin-bottom: 15px;
}

.wjxz-link {
    font-size: 14px;
    color: #4B4B4B;
    transition: all .3s ease;
    padding-left: 18px;
    position: relative;
    line-height: 28px;
}

    .wjxz-link:hover {
        color: #5F78E1;
    }

    .wjxz-link::after {
        content: "";
        display: block;
        width: 3px;
        height: 3px;
        background: #5F78E1;
        position: absolute;
        top: 50%;
        left: 9px;
        transform: translateY(-50%);
    }

.tongzhi-box {
    margin-bottom: 30px;
}

/*  */
.shiyan-1 {
    width: 76.4%;
    height: 160px;
    background: url(../img/14.png) 0 0/cover no-repeat;
    padding: 10px;
}

.shiyan-tog .nav-item .nav-link {
    width: 160px;
    height: 41px;
    background: #5F78E1;
    border: 1px solid #CAD6F0;
    border-bottom: 0;
    border-radius: 4px 4px 0px 0px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}

    .shiyan-tog .nav-item .nav-link img {
        margin-right: 5px;
        display: none;
    }

    .shiyan-tog .nav-item .nav-link:hover,
    .shiyan-tog .nav-item .nav-link.active {
        background: #fff;
        color: #313131;
    }

        .shiyan-tog .nav-item .nav-link.active img {
            display: block;
        }

.shiyan-tog .nav-item:not(:last-of-type) {
    margin-right: 6px;
}

.shiyan-tog {
    position: relative;
    z-index: 1;
    transform: translateY(1px);
}

.shiyan-body {
    background: #fff;
    border-radius: 0px 0px 2px 2px;
    border: 1px solid #CAD6F0;
    padding: 10px 20px;
    height: 100px;
}

.shiyan-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 7px;
}

.shiyan-link {
    position: relative;
    font-size: 14px;
    color: #434343;
    padding-left: 9px;
    transition: all .3s ease;
}

    .shiyan-link:hover {
        color: #5F78E1;
    }

    .shiyan-link::after {
        content: "";
        display: block;
        width: 3px;
        height: 3px;
        background: #5F78E1;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }

/*  */
.yqlj-box {
    width: 22.5%;
    background: url(../img/15.png) 0 0/cover no-repeat;
    padding: 10px;
}

.yqlj-head img {
    width: 20px;
    margin-right: 5px;
}

.yqlj-head {
    font-weight: 700;
    font-size: 16px;
    color: #FFFEFE;
    padding: 5px;
    margin-bottom: 6px;
}

.yqlj-body {
    background: #415DD380;
    border-radius: 2px;
    padding: 10px;
    height: 100px;
}

.yqlj-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 6px;
}

.yqlj-body a {
    font-size: 14px;
    color: #fff;
    position: relative;
    transition: all .3s ease;
    padding-left: 10px;
}

    .yqlj-body a:hover {
        color: #000;
    }

    .yqlj-body a::after {
        content: "";
        display: block;
        width: 3px;
        height: 3px;
        background: #fff;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }

.shiyan-box {
    margin-bottom: 30px;
}

/*  */
@media screen and (max-width:1023px) {

    /*  */
    .dynamic-box {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        margin-bottom: 0;
    }

    .shiyan-box,
    .tongzhi-box {
        flex-wrap: wrap;
        margin-bottom: 0;
    }

        .shiyan-box > div,
        .tongzhi-box > div,
        .dynamic-box > div {
            width: 100%;
            margin-bottom: 20px;
        }

    .banner-box {
        margin-bottom: 20px;
    }
}

@media screen and (max-width:768px) {


    .shiyan-tog .nav-item .nav-link {
        width: auto;
        height: auto;
        font-size: 14px;
        padding: 5px 10px;
    }
}

@media screen and (max-width:500px) {
    .banner-img {
        height: 165px;
    }

    .shiyan-tog .nav-item .nav-link img {
        width: 12px;
    }

    .shiyan-tog .nav-item .nav-link {
        font-size: 12px;
        padding: 2px 4px;
    }

    .shiyan-tog .nav-item:not(:last-of-type) {
        margin-right: 2px;
    }

    .shiyan-1 {
        height: auto;
    }

    .shiyan-tog .nav-item {
        width: 80%;
        margin: 0;
    }

    .dynamic-img img {
        height: 220px;
    }
}
