.page {
    .banner {
        width: 100%;
        position: relative;

        .img {
            width: 100%;
        }

        .banner-text {
            position: absolute;
            left: 5vw;
            top: 40%;
            transform: translateY(-50%);

            .img {
                width: 15vw;
                margin-bottom: 2vw;
            }

            .text {
                font-size: 1.3vw;
            }
        }
    }

    .szdj-container {
        .szdj1 {
            .module-title {
                padding-top: 2rem;
                text-align: center;
                font-size: 1rem;
                font-weight: bold;
                margin-bottom: 1rem;
            }

            .tabs-box {
                display: flex;
                align-items: center;
                justify-content: center;
                margin-bottom: 1rem;

                .item {
                    margin-right: 16px;
                    padding: .4vw 1.5vw;
                    border-radius: .4vw;
                    border: 1px solid #d9d9d9;
                    color: #000000;
                    cursor: pointer;
                    font-size: 16px;
                }

                .item:last-child {
                    margin-right: 0;
                }

                .active {
                    background-color: #136BED;
                    color: white;
                }
            }

            .container-box {
                padding: 0 10vw;
                position: relative;
                overflow: hidden;
                transition: none;

                .tab-item {
                    opacity: 0;
                    display: none;
                    width: 80vw;

                    .title {
                        text-align: center;
                        font-size: .7rem;
                        font-weight: bold;
                        margin-bottom: 16px;
                        transition: none;
                    }

                    .tip {
                        font-size: .4rem;
                        color: #666666;
                        margin-bottom: 2vw;
                        text-align: center;
                        transition: none;
                    }

                    .img-box {
                        display: flex;
                        justify-content: center;
                        transition: none;

                        .img {
                            max-width: 55%;
                            margin: auto;
                            transition: none;
                        }
                    }
                }

                .tab-item-active {
                    display: block;
                    opacity: 1;
                    z-index: 2;
                }
            }
        }

        .szdj2 {
            .module-title {
                padding-top: 2rem;
                text-align: center;
                font-size: 1.2rem;
                font-weight: bold;
                margin-bottom: 1rem;
            }

            .tabs-box {
                display: flex;
                align-items: center;
                justify-content: center;
                margin-bottom: 1rem;

                .item {
                    margin-right: 2vw;
                    padding: .7vw 2.2vw;
                    border-radius: .8vw;
                    border: 1px solid #d9d9d9;
                    color: #000000;
                    cursor: pointer;
                    font-size: 1rem;
                }

                .item:last-child {
                    margin-right: 0;
                }

                .active {
                    background-color: #136BED;
                    color: white;
                }
            }

            .container-box {
                padding: 0 10vw;
                position: relative;
                overflow: hidden;
                margin-bottom: 10vw;

                .tab-item {
                    display: none;
                    opacity: 0;
                    width: 80vw;

                    .title {
                        text-align: center;
                        font-size: 1rem;
                        font-weight: bold;
                        margin-bottom: 1rem;
                    }

                    .tip {
                        font-size: .8rem;
                        color: #666666;
                        margin-bottom: 4vw;
                        text-align: center;
                    }

                    .img-box {
                        display: flex;
                        justify-content: center;

                        .img {
                            width: 100%;
                            margin: auto;
                        }
                    }
                }

                .tab-item-active {
                    display: block;
                    top: 0;
                    opacity: 1;
                    z-index: 2;
                }
            }
        }
    }

    .djj-container {
        .djj1 {
            .module-title {
                padding-top: 1rem;
                text-align: center;
                font-size: 1rem;
                font-weight: bold;
                margin-bottom: 1rem;
            }

            .tabs-box {
                display: flex;
                align-items: center;
                justify-content: center;
                margin-bottom: 1rem;

                .item {
                    margin-right: 16px;
                    padding: .4vw 1.5vw;
                    border-radius: .4vw;
                    border: 1px solid #d9d9d9;
                    color: #000000;
                    cursor: pointer;
                    font-size: 16px;
                }

                .item:last-child {
                    margin-right: 0;
                }

                .active {
                    background-color: #136BED;
                    color: white;
                }
            }

            .container-box {
                padding: 0 10vw;
                position: relative;
                overflow: hidden;
                margin-bottom: 10vw;

                .tab-item {
                    display: none;
                    top: 0;
                    opacity: 0;
                    width: 80vw;

                    .tip {
                        font-size: .4rem;
                        color: #666666;
                        margin-bottom: 2vw;
                        text-align: center;
                    }

                    .img-box {
                        display: flex;
                        justify-content: center;

                        .img {
                            max-width: 55%;
                            margin: auto;
                        }
                    }
                }

                .tab-item-active {
                    display: block;
                    opacity: 1;
                    z-index: 2;
                }
            }
        }

        .djj2 {
            .module-title {
                text-align: center;
                font-size: 1.2rem;
                font-weight: bold;
                margin-bottom: 4vw;
            }

            .tabs-box {
                display: flex;
                align-items: center;
                justify-content: center;
                margin-bottom: 4vw;

                .item {
                    margin-right: 2vw;
                    padding: .7vw 2.2vw;
                    border-radius: .8vw;
                    border: 1px solid #d9d9d9;
                    color: #000000;
                    cursor: pointer;
                    font-size: 1rem;
                }

                .item:last-child {
                    margin-right: 0;
                }

                .active {
                    background-color: #136BED;
                    color: white;
                }
            }

            .container-box {
                padding: 0 10vw;
                position: relative;
                overflow: hidden;
                margin-bottom: 10vw;

                .tab-item {
                    display: none;
                    top: 0;
                    opacity: 0;
                    width: 80vw;

                    .tip {
                        font-size: .8rem;
                        color: #666666;
                        margin-bottom: 4vw;
                        text-align: center;
                    }

                    .img-box {
                        display: flex;
                        justify-content: center;

                        .img {
                            width: 100%;
                            margin: auto;
                        }
                    }
                }

                .tab-item-active {
                    display: block;
                    opacity: 1;
                    z-index: 2;
                }
            }
        }
    }

    .hyszh-container {
        .hyszh1 {
            .module-title {
                text-align: center;
                font-size: 1rem;
                font-weight: bold;
                margin-bottom: 1rem;
            }

            .tabs-box {
                display: flex;
                align-items: center;
                justify-content: center;
                margin-bottom: 1rem;

                .item {
                    margin-right: 16px;
                    padding: .4vw 1.5vw;
                    border-radius: .4vw;
                    border: 1px solid #d9d9d9;
                    color: #000000;
                    cursor: pointer;
                    font-size: 16px;
                }

                .item:last-child {
                    margin-right: 0;
                }

                .active {
                    background-color: #136BED;
                    color: white;
                }
            }

            .container-box {
                padding: 0 10vw;
                position: relative;
                height: 30vw;
                overflow: hidden;

                .tab-item {
                    position: absolute;
                    top: 0;
                    width: 70vw;
                    height: 25vw;
                    display: flex;
                    align-items: flex-start;
                    opacity: 0;

                    .left-box {
                        height: 100%;
                        flex: 1;
                        margin-right: 1rem;
                        background-image: url("../images/bg-6.png");
                        background-size: 100%;
                        background-repeat: no-repeat;
                        position: relative;

                        .left-container {
                            position: absolute;
                            right: 0;
                            top: 0;
                            width: 50%;
                            height: 100%;
                            background-color: rgba(0, 0, 0, .4);
                            display: flex;
                            flex-direction: column;

                            .left-container-item {
                                flex: 1;
                                display: flex;
                                align-items: center;
                                position: relative;
                                 cursor:pointer;
                                .line {
                                    width: 4px;
                                    height: 100%;
                                    background-color: white;
                                    opacity: 0;
                                }

                                .text {
                                    font-size: .5rem;
                                    color: white;
                                    margin-left: 2vw;
                                }

                                .icon {
                                    position: absolute;
                                    right: .6rem;
                                    top: 50%;
                                    transform: translateY(-50%);
                                    width: .6rem;
                                    height: .6rem;
                                    opacity: 0;
                                }
                            }

                            .active {
                                background: linear-gradient(90deg, rgba(255, 255, 255, .3) 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);

                                .line {
                                    opacity: 1;
                                }

                                .icon {
                                    opacity: 1;
                                }
                            }
                        }
                    }

                    .right-box {
                        flex: 1;
                        height: 100%;
                        position: relative;

                        .right-container {
                            position: absolute;
                            left: 0;
                            top: 10vw;
                            opacity: 0;
                            transition: none;

                            .right-box-title {
                                font-size: 1.3vw;
                                font-weight: bold;
                                margin-bottom: .6vw;
                            }

                            .right-box-tip {
                                font-size: 0.8vw;
                                color: #444;
                                line-height: 1.5vw;
                                margin-bottom: 1vw;
                                width: 100%;
                                overflow: hidden;
                                text-overflow: ellipsis;
                                display: -webkit-box;
                                -webkit-line-clamp: 4;
                                -webkit-box-orient: vertical;
                            }

                            .item-box {
                                display: flex;
                                flex-wrap: wrap;

                                .item {
                                    width: 48%;
                                    margin-right: 2%;
                                    margin-bottom: 1.2vw;

                                    .item1-title {
                                        display: flex;
                                        align-items: center;
                                        margin-bottom: .5vw;

                                        .img {
                                            width: 1.2vw;
                                            height: 1.2vw;
                                            margin-right: 8px;
                                            display: none;
                                        }

                                        .title {
                                            font-size: 1vw;
                                            font-weight: bold;
                                        }
                                    }

                                    .item1-tip {
                                        font-size: .8vw;
                                        color: #999;
                                        width: 100%;
                                        line-height: 1.3vw;
                                        overflow: hidden;
                                        text-overflow: ellipsis;
                                        display: -webkit-box;
                                        -webkit-line-clamp: 2;
                                        -webkit-box-orient: vertical;
                                    }
                                }

                                .zhyl {
                                    width: 33%;
                                    margin-right: 0;
                                    text-align: center;

                                    .item1-title {
                                        display: block;

                                        .img {
                                            width: 3vw;
                                            height: 3vw;
                                            margin-right: 0;
                                            display: unset
                                        }
                                    }

                                    span {
                                        display: block;
                                        width: 100%;
                                    }
                                }

                                .item:nth-child(2n) {
                                    margin-right: 0;
                                }

                                .item:nth-child(5),
                                .item:nth-child(6) {
                                    margin-bottom: 0;
                                }
                            }
                        }

                        .active {
                            left: 0;
                            top: 0;
                            opacity: 1;
                            z-index: 10;
                        }
                    }
                }

                .tab-item-active {
                    top: 0;
                    opacity: 1;
                    z-index: 2;
                }
            }
        }
    }


}


/* 头部 */
/* 屏幕 > 1120px */
@media (min-width: 1120px) {
    .page {
        .header-container {

            .header1,
            .header2 {
                display: none;
            }
        }
    }
}

/* 700px < 屏幕 < 1099px */
@media (min-width: 700px) and (max-width: 1119px) {
    .page {
        .header-container {

            .header,
            .header2 {
                display: none;
            }
        }
    }
}

/* 屏幕 < 699px */
@media (max-width: 699px) {
    .page {
        .header-container {

            .header,
            .header1 {
                display: none;
            }
        }
    }
}


/* 数字党建 */
@media (max-width: 1200px) {
    .page {
        .szdj-container {
            .szdj1 {
                .module-title {
                    font-size: 1.2rem;
                }

                .container-box {
                    .tab-item {
                        .title {
                            font-size: 1rem;
                        }

                        .tip {
                            font-size: .6rem;
                        }
                    }
                }
            }
        }
    }
}

@media (min-width: 850px) {
    .page {
        .szdj-container {
            .szdj2 {
                display: none;
            }
        }
    }
}

@media (max-width: 849px) {
    .page {
        .szdj1 {
            display: none;
        }
    }
}


/* 党建+ */
@media (max-width: 1200px) {
    .page {
        .djj-container {
            .djj1 {
                .module-title {
                    font-size: 1.2rem;
                }

                .container-box {
                    .tab-item {
                        .tip {
                            font-size: .6rem;
                        }
                    }
                }
            }
        }
    }
}

@media (min-width: 850px) {
    .page {
        .djj-container {
            .djj2 {
                display: none;
            }
        }
    }
}

@media (max-width: 849px) {
    .page {
        .djj-container {
            .djj1 {
                display: none;
            }
        }
    }
}


/* 行业数字化 */
@media (max-width: 1200px) {
    .page {
        .hyszh-container {
            .hyszh1 {
                .module-title {
                    font-size: 1.2rem;
                }
            }
        }
    }
}

@media (max-width: 850px) {
    .page {
        .hyszh-container {
            .hyszh1 {
                .tabs-box {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    margin-bottom: 4vw;

                    .item {
                        margin-right: 2vw;
                        padding: .7vw 2.2vw;
                        border-radius: .8vw;
                        border: 1px solid #d9d9d9;
                        color: #000000;
                        cursor: pointer;
                        font-size: 1rem;
                    }

                    .item:last-child {
                        margin-right: 0;
                    }

                    .active {
                        background-color: #136BED;
                        color: white;
                    }
                }
            }
        }
    }
}



/* 底部 */
@media (min-width: 1000px) {
    .page {
        .footer-container {
            .footer2 {
                display: none;
            }
        }
    }
}

@media (max-width: 999px) {
    .page {
        .footer-container {
            .footer1 {
                display: none;
            }
        }
    }
}