.page {


    .banner {
        width: 100%;
        position: relative;

        .img {
            width: 100%;
        }

        .banner-text {
            display: none
        }
    }

    .tabs-container {
        .tabs1 {
            width: 100%;
            height: 76px;
            margin-top: -38px;
            margin-bottom: 60px;

            .container {
                height: 100%;
                position: relative;
                display: flex;
                justify-content: center;
                align-items: center;

                .tabs-box {
                    position: absolute;
                    z-index: 5;
                    width: 70vw;
                    height: 100%;
                    background-color: white;
                    box-shadow: 0 4px 14px 0 #6688cc4d;
                    border-radius: 6px;
                    display: flex;
                    align-items: center;
                    justify-content: space-around;

                    .item {
                        flex: 1;
                        text-align: center;

                        .text {
                            font-size: 16px;
                            cursor: pointer
                        }

                        .active {
                            color: #136BED;
                            font-weight: bold
                        }
                    }
                }
            }
        }

        .tabs2 {
            width: 100%;
            height: 3.4rem;
            margin-top: -1.7rem;
            margin-bottom: 4vw;

            .container {
                height: 100%;
                position: relative;
                display: flex;
                justify-content: center;
                align-items: center;

                .tabs-box {
                    position: absolute;
                    z-index: 5;
                    width: 90vw;
                    height: 100%;
                    background-color: white;
                    box-shadow: 0 4px 14px 0 #6688cc4d;
                    border-radius: 6px;
                    display: flex;
                    align-items: center;
                    justify-content: space-around;

                    .item {
                        flex: 1;
                        text-align: center;

                        .text {
                            font-size: 1rem;
                        }

                        .active {
                            color: #136BED;
                        }
                    }
                }
            }
        }
    }

    .qyjj-container {
        .qyjj1 {
            width: 80vw;
            margin: auto;
            margin-bottom: 60px;

            .container {
                width: 100%;
                display: flex;
                align-items: center;

                .info {
                    flex: 1;
                    height: 100%;
                    margin-right: 2vw;

                    .info-img {
                        width: 30vw;
                        margin-bottom: 32px;
                    }

                    .tip {
                        text-indent: 2em;
                        font-size: 18px;
                        color: black;
                        line-height: 36px;
                    }
                }

                .img-box {
                    flex: 1;
                    height: 100%;

                    .img {
                        width: 100%;
                        height: 100%;
                    }
                }
            }
        }

        .qyjj2 {
            width: 90vw;
            margin: auto;
            margin-bottom: 5vw;

            .container {
                width: 100%;

                .info {
                    flex: 1;
                    height: 100%;
                    margin-bottom: 2vw;

                    .info-img {
                        width: 50vw;
                        margin-bottom: 1rem;
                    }

                    .tip {
                        text-indent: 2em;
                        font-size: .9rem;
                        color: black;
                        line-height: 24px;
                    }
                }

                .img-box {
                    flex: 1;
                    height: 100%;

                    .img {
                        width: 100%;
                        height: 100%;
                    }
                }
            }
        }
    }

    .fzlc-container {
        .fzlc1 {
            margin: auto;

            .container {
                height: 100%;
                background-image: url("../images/bg-8.png");
                background-size: 100% 100%;
                padding-bottom: 5vw;
                background-repeat: no-repeat;

                .module-title {
                    padding-top: 1rem;
                    font-size: 1rem;
                    color: black;
                    font-weight: bold;
                    text-align: center;
                    margin-bottom: 1rem;
                }

                .history {
                    width: 80vw;
                    margin: auto;
                    display: flex;
                    justify-content: space-between;

                    .history-box {
                        flex: 1;
                        height: 40vw;

                        .title {
                            font-size: 0.8rem;
                            font-weight: bold;
                            margin: .5rem .5rem;
                            cursor: pointer;
                        }

                        .line {
                            width: 100%;
                            height: 1px;
                            background-color: #CED2D9;
                            position: relative;
                            margin-bottom: 16px;

                            .line1 {
                                position: absolute;
                                left: .5rem;
                                top: -.2rem;
                                width: 1.4rem;
                                height: .2rem;
                                background-color: #136BED;
                            }
                        }

                        .tip {
                            font-size: .4rem;
                            color: black;
                            margin-bottom: .4rem;
                            margin-left: .5rem;
                        }

                        .tip1 {
                            display: none;
                            padding: .5rem 1rem;
                            background-image: linear-gradient(180deg, #257dff 8%, #136bed00 100%);


                            .txt1 {
                                display: block;
                                font-weight: bold;
                                background-image: linear-gradient(to right, #FFD98C, #ffffff);
                                background-size: 100%;
                                background-repeat: repeat;
                                background-clip: text;
                                -webkit-background-clip: text;
                                color: transparent;
                                font-size: .4rem;
                                line-height: .6rem;
                            }
                        }

                        .tip2 {
                            display: none;
                            padding: .5rem 1rem;
                            color: white;
                            font-size: .4rem;
                            line-height: .6rem;
                        }
                    }

                    .active {
                        background-image: url("../images/bg-9.png");
                        background-size: 100%;
                        background-repeat: no-repeat;

                        .title {
                            text-align: center;
                            color: white;
                        }

                        .line {
                            background-color: transparent;

                            .line1 {
                                left: 50%;
                                transform: translateX(-50%);
                                background-color: white;
                            }
                        }

                        .tip {
                            text-align: center;
                            color: white;
                            margin-left: 0;
                        }

                        .tip1 {
                            display: block;
                        }

                        .tip2 {
                            display: block;
                        }
                    }
                }
            }
        }

        .fzlc2 {
            width: 90vw;
            margin: auto;

            .module-title {
                font-size: 1.2rem;
                font-weight: bold;
                text-align: center;
                margin: 1rem 0;
            }

            .item {
                padding: 1.2rem;
                background-image: url("../images/bg-9.png");
                background-size: 100% 100%;
                background-repeat: no-repeat;
                margin-bottom: 2rem;

                .title {
                    font-size: 1.2rem;
                    font-weight: bold;
                    margin-bottom: .6rem;
                    color: white;
                }

                .tip1-box {
                    display: flex;
                    align-items: center;
                    margin-bottom: 1.5rem;

                    .tip {
                        font-size: 1.1rem;
                        margin-right: 1rem;
                        color: white;
                    }
                }

                .tip1 {
                    padding: .5rem 1rem;
                    background-image: linear-gradient(180deg, #257dff 8%, #136bed00 100%);

                    .txt1 {
                        display: block;
                        font-weight: bold;
                        background-image: linear-gradient(to right, #FFD98C, #ffffff);
                        background-size: 100%;
                        background-repeat: repeat;
                        background-clip: text;
                        -webkit-background-clip: text;
                        color: transparent;
                        font-size: 1rem;
                    }
                }

                .tip2 {
                    padding: .5rem 1rem;
                    color: white;
                    font-size: .9rem;
                }
            }
        }
    }

    .qywh-container {
        .qywh1 {
            .container {
                width: 80vw;
                margin: auto;
                padding-bottom: 2rem;

                .module-title {
                    padding-top: 1rem;
                    font-size: 1rem;
                    color: black;
                    font-weight: bold;
                    text-align: center;
                    margin-bottom: 1rem;
                }

                .tabs {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    margin-bottom: 1rem;

                    .item {
                        font-size: 16px;
                        color: black;
                        padding: 10px 28px;
                        border-radius: 12px;
                        border: 1px solid #D9D9D9;
                        margin-right: 24px;
                        cursor: pointer;
                    }

                    .item:last-child {
                        margin-right: 0;
                    }

                    .active {
                        color: white;
                        background-color: #136BED;
                        border: 1px solid #136BED;
                    }
                }

                .tabs-container {
                    .item {
                        width: 100%;

                        .title {
                            font-size: .6rem;
                            text-align: center;
                            margin-bottom: .6rem;
                        }

                        .img-box {
                            display: flex;

                            .big-img {
                                flex: 8;
                                height: 32vw;
                                margin-right: .6rem;

                                .img {
                                    width: 100%;
                                    height: 100%;
                                }
                            }

                            .small-img {
                                flex: 2;
                                height: 32vw;
                                display: flex;
                                flex-direction: column;
                                justify-content: space-between;

                                .img {
                                    width: 100%;
                                    height: 30%;
                                }
                            }
                        }

                        .img-box2 {
                            width: 100%;
                            height: calc(70vw + 10px);
                            display: none;

                            .big-img {
                                height: 50vw;
                                width: 100%;

                                .img {
                                    width: 100%;
                                    height: 100%;
                                }
                            }

                            .small-img {
                                height: 20vw;
                                margin-top: 10px;

                                .img {
                                    width: calc(33% - 5px);
                                    height: 20vw;
                                    margin-right: 5px;
                                }

                                .img:last-child {
                                    margin-right: 0;
                                }
                            }
                        }
                    }
                }
            }
        }
    }

    /** 荣誉资质 **/
    .ryzz-container {
        background: #F2F4F7;
        padding-bottom:1vw;
        .ryzz1 {
            .container {
                    padding-top: 1rem;
                    font-size: 1rem;
                    color: black;
                    font-weight: bold;
                    text-align: center;
                    margin-bottom: 1rem;
                    overflow:hidden;
                
                      .module-title {
                    padding-top: 1rem;
                    font-size: 1rem;
                    color: black;
                    font-weight: bold;
                    text-align: center;
                    margin-bottom: 1rem;
                }
                .ryzz-swiper {
                    width: 100%;
                    margin-bottom: 1vw;
                    height:9vw;
                    .swiper-container {
                        width: 100%;
                        height: 100%;
                        .swiper-wrapper {
                            .swiper-slide {
                                width: 14%;
                                text-align: center;
                                margin-right: 1vw;

                                .img {
                                    width: 100%;
                                   height:100%
                                }
                            }
                        }
                    }
                }
            }
        }
    }
    }

    /** 软件专利 **/
    .rjzl-container {
        background: #fff;

        .rjzl1 {
            .container {
                width: 80vw;
                margin: auto;
                padding-bottom: 2rem;
                overflow: hidden;

                .module-title {
                    padding-top: 1rem;
                    font-size: 1rem;
                    color: black;
                    font-weight: bold;
                    text-align: center;
                    margin-bottom: 1rem;
                }

                .img {
                    width: 100%
                }
            }
        }
    }


/** 浮动tab **/
.fixed_tabs {
    position: fixed;
    top: 0;
    left: 0;
    margin-top: 40px;
    width: 100%;
    z-index: 999;
}

/* 头部 */
/* 屏幕 > 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;
            }
        }
    }
}


/* tabs */
@media (min-width: 800px) {
    .page {
        .tabs-container {
            .tabs2 {
                display: none;
            }
        }
    }
}

@media (max-width: 799px) {
    .page {
        .tabs-container {
            .tabs1 {
                display: none;
            }
        }

        .rjzl-container {
            .rjzl1 {
                .container {
                    width: 96vw;

                }
            }
        }

        /** 浮动tab **/
        .fixed_tabs {
            margin-top: 5vw;
        }

        .qywh-container {
            .qywh1 {
                .container {
                    width: 98vw;

                    .tabs {
                        .item {
                            padding: 0.5rem 1rem
                        }
                    }

                    .tabs-container {
                        .item {
                            .img-box {
                                display: none;
                            }

                            .img-box2 {
                                display: block;
                            }
                        }
                    }
                }
            }
        }

        /** 企业文化 **/
        .ryzz-container {
            .ryzz1 {
                .container {
                    width: 98vw;

                    .ryzz-swiper {
                        .swiper-container {
                            .swiper-wrapper {
                                .swiper-slide {
                                    width: 33.3%;

                                }
                            }
                        }
                    }
                }
            }
        }
.ryzz-container { .ryzz1
{ .container
{ .ryzz-swiper
{ 
    height:22vw;

}
}
}
}


    }
}


/* 企业简介 */
@media (max-width: 799px) {
    .page {
      
        .qyjj-container {
            .qyjj1 {
                width: 90vw;

                .container {
                    display: unset;

                    .img-box {
                        margin-top: 2vw;
                    }
                }
            }
        }
    }
}


/* 发展历程 */
@media (min-width: 800px) {
    .page {
        .fzlc-container {
            .fzlc2 {
                display: none;
            }
        }
    }
}

@media (max-width: 799px) {
    .page {
        .fzlc-container {
            .fzlc1 {
                display: none;
            }
        }
    }
}


/* 底部 */
@media (min-width: 1000px) {
    .page {
        .footer-container {
            .footer2 {
                display: none;
            }
        }
    }
}

@media (max-width: 999px) {
    .page {
        .footer-container {
            .footer1 {
                display: none;
            }
        }
    }
}



.swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiperPc,
.swiperMobile {
    height: 100%;
    width: 100%;
}

.swiperThumbsPc {
    height: 100%;
    box-sizing: border-box;
    cursor: pointer
}

.swiperThumbsPc .swiper-slide,
.swiperThumbsMobile .swiper-slide {
    width: 100%;
    height: 100%;
    opacity: 0.4;
}

.swiperThumbsPc .swiper-slide-thumb-active,
.swiperThumbsMobile .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
   /* object-fit: cover;*/
}