
.footer {
    margin-top: 0;
}


.bigImg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


@media (max-width: 768px) {
    .appBg2 {
        margin-top: 30px;
    }
}

/* banner图 */

.bannerList {
    overflow: hidden;
    position: relative;
}

    .bannerList li {
        width: 100%;
    }

        .bannerList li .imgBox {
            width: 100%;
            padding-bottom: 51.2%;
        }

@media (max-width: 768px) {
}



/*新闻中心*/
.news {
    padding-bottom: 70px;
}

.newsList {
    overflow: hidden;
    position: relative;
}

    .newsList ul {
        /*display: flex;
    justify-content: space-between;*/
        /*overflow: hidden;*/
    }

        .newsList ul li {
            width: 30%;
            background: #f2f2f2;
            overflow: hidden;
            height: 468px;
            position: relative;
        }

          

            .newsList ul li .imgBox {
                width: 100%;
                padding-bottom: 60%;
            }

            .newsList ul li .nrc {
                font-size: 16px;
                padding: 30px;
                box-sizing: border-box;
            }

                .newsList ul li .nrc .time {
                    color: #888;
                    font-size: 12px;
                }

                .newsList ul li .nrc .t {
                    line-height: 1.8;
                    height: 3.6em;
                    margin: 30px 0 50px 0;
                    font-weight: bold;
                    color: #666;
                    word-break: break-all;
                    overflow: hidden;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                }

                .newsList ul li .nrc .p {
                    color: #888;
                    font-size: 12px;
                    line-height: 1.8;
                    height: 5.4em;
                    margin-bottom: 100px;
                    word-break: break-all;
                    overflow: hidden;
                    display: -webkit-box;
                    -webkit-line-clamp: 3;
                    -webkit-box-orient: vertical;
                }

                .newsList ul li .nrc .btn {
                    display: block;
                    width: 160px;
                    height: 43px;
                    line-height: 43px;
                    background: var(--theme-color);
                    color: #fff;
                    text-align: center;
                }


@media (min-width: 768px) {
    .newsList ul li:hover .liBox {
        margin-top: -60%;
    }
    .newsList ul li .liBox {
        transition: all 0.4s;
        position: absolute;
        top: 0;
        left: 0;
    }
}

@media (max-width: 768px) {
    .news {
        padding-bottom: 40px;
    }

    .newsList {
        padding-bottom: 10px;
    }

        .newsList ul li {
            width: 100%;
            height: auto;
            margin-bottom: 20px;
        }

            .newsList ul li .nrc {
                padding: 15px;
            }

                .newsList ul li .nrc .t {
                    margin: 20px 0 10px 0;
                    height: auto;
                    font-size: 14px;
                }

                .newsList ul li .nrc .p {
                    margin-bottom: 30px;
                    -webkit-line-clamp: 2;
                    height: auto;
                }

                .newsList ul li .nrc .btn {
                    width: 100px;
                    height: 28px;
                    line-height: 28px;
                    font-size: 12px;
                }
}


/***************************************************************************************/


/*方案*/

.fangan2List {
    overflow: hidden;
    position: relative;
}

    .fangan2List > ul li {
        width: 100%;
    }

        .fangan2List > ul li .imgBox {
            width: 100%;
            padding-bottom: 46%;
        }

            .fangan2List > ul li .imgBox .bg__video {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-color: #000;
            }

    .fangan2List li .imgBox img.d-bg {
        filter: blur(10px);
    }

    .fangan2List li .imgBox .d-box {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2;
        clip-path: inset(50% 50% 50% 50%);
        transition: all 0.6s linear;
        transition-delay: .3s;
        overflow: hidden;
    }

    .fangan2List li.swiper-slide-active .imgBox .d-box {
        clip-path: inset(0 0 0 0);
    }

    .fangan2List li .play {
        width: 70px;
        height: 70px;
        transform: translateY(-121%);
    }

    .fangan2List li .huibg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,.5);
    }

.faBtn {
    width: 100%;
    text-align: center;
}

    .faBtn ul {
        display: flex;
        justify-content: center;
    }

        .faBtn ul li {
            width: 216px;
            height: 50px;
            line-height: 50px;
            margin: 0 2em 40px 2em;
            background-color: #f3f3f3;
            color: #000;
            cursor: pointer;
        }

            .faBtn ul li.on {
                background-color: var(--theme-color);
                color: #fff;
            }

                .faBtn ul li.on a {
                    display: block;
                    color: #fff;
                }

@media (max-width: 768px) {
    .faBtn ul li {
        margin: 0 1em 20px 1em;
    }
}

.fangan2List > ul li .fl_t {
    text-align: center;
    line-height: 2;
}

@media (max-width: 768px) {
    .faBtn {
        display: none;
    }

    .fangan2List > ul li {
        margin-bottom: 15px;
    }

        .fangan2List > ul li .imgBox {
            padding-bottom: 56%;
        }
}





/*案例*/
/* 产品分类列表 */
.productTypeList {
    height: 400px;
    overflow: hidden;
    box-sizing: border-box;
}

    .productTypeList ul {
        height: 100%;
        margin-left: -10px;
        margin-right: -10px;
    }

    .productTypeList li {
        width: 20%;
        height: 100%;
        padding: 0 1px;
        box-sizing: border-box;
        float: left;
        transition: width 0.6s;
    }

        .productTypeList li .bgImg {
            position: relative;
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
        }

        .productTypeList li .bgImg a {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            color: #fff;
        }

        .productTypeList li:hover .bgImg a {
            background-color: rgba(0, 0, 0, .6);
        }

        .productTypeList li:hover .bgImg a .aBox small {
            display: inline-block;
        }

        .productTypeList li:hover .bgImg a .aBox
        {
            top: 35%;
            transition: 0.6s;
        }

        .productTypeList li:hover .bgImg a .aBox span {
            background-color: rgba(0, 0, 0, 0);
        }

        .productTypeList li .bgImg a .aBox {
            position: absolute;
            width: 100%;
            top: 94%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        .productTypeList li .bgImg a .aBox span {
            display: block;
            font-size: 18px;
            line-height: 1;
            padding-left: 20px;
            height: 50px;
            line-height: 50px;
            background-color: rgba(0, 0, 0, .6);
        }

        .productTypeList li .bgImg a .aBox small {
            display: none;
            font-size: 18px;
            padding: 8px 15px;
            line-height: 1;
            margin-top: 50px;
            line-height: 30px;
            display:none;
        }

@media (max-width: 768px) {
    .productTypeList {
        height: 49vw;
        padding: 0;
    }

        .productTypeList li .bgImg a .aBox span {
            font-size: 16px;
            width: 16px;
            margin: 0 auto;
        }

        .productTypeList li {
            padding: 0 2px;
        }

            .productTypeList li .bgImg a .aBox small {
                display: none;
            }
}

.solution-m .imgBox span {
    display: block;
    position: absolute;
    top: 80%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    padding: 10px;
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.solution-m .solution-next, .solution-m .solution-prev {
    display: block;
}

/*产品*/
.productList {
    overflow: hidden;
    padding: 20px;
}

    .productList li {
        float: left;
        width: 24%;
        margin-right: 1%;
        border: 1px solid #ccc;
        box-sizing: border-box;
        box-shadow: 3px 3px 9px 1px #ccc;
    }

        .productList li .imgBox {
            padding-bottom: 44%;
            width: 100%;
        }

.product-pagination {
    bottom: 0 !important;
}

@media (max-width: 768px) {
    .productList li {
        width: 48%;
    }
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: linear; /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}


.bgVideo {
    width: 100%;
    height: 100%;
    background-color: #000;
    display: block;
}






/*产品中心*/
.pTypeBox {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
}

.product2 .pType {
    display: flex;
    justify-content: center;
}

    .product2 .pType span {
        text-align: center;
        width: 216px;
        height: 50px;
        line-height: 50px;
        margin: 0 2em 40px 2em;
        background-color: #f3f3f3;
        color: #000;
        cursor: pointer;
        white-space: nowrap;
        border-radius: 0;
        opacity: 1 !important;
    }

        .product2 .pType span a {
            display: block;
            color: #000;
        }

        .product2 .pType span.swiper-pagination-bullet-active {
            background-color: var(--theme-color);
        }

            .product2 .pType span.swiper-pagination-bullet-active a {
                color: #fff;
            }

.product2 .pList {
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 12px 13px #eee;
}

    .product2 .pList li {
        width: 100%;
    }

        .product2 .pList li .imgBox {
            width: 100%;
            padding-bottom: 45%;
        }

            .product2 .pList li .imgBox img.d-bg {
                filter: blur(10px);
            }

            .product2 .pList li .imgBox .d-box {
                width: 100%;
                height: 100%;
                position: absolute;
                left: 0;
                top: 0;
                z-index: 2;
                clip-path: inset(50% 50% 50% 50%);
                transition: all 0.6s linear;
                transition-delay: .3s;
                overflow: hidden;
            }

        .product2 .pList li.swiper-slide-active .imgBox .d-box {
            clip-path: inset(0 0 0 0);
        }

        .product2 .pList li span {
            display: none;
            width: 100%;
            background-color: rgba(0, 0, 0, 0.6);
            color: #fff;
            position: absolute;
            bottom: 0;
            left: 0;
            z-index: 2;
            height: 2em;
            line-height: 2em;
            text-align: center;
            font-size: 12px !important;
        }

@media (max-width: 1600px) {
}


@media (max-width: 768px) {
    .pTypeBox {
        margin-bottom: 25px;
        height: 30px;
    }
    .product2 .pType {
        position: absolute;
        top: 0;
    }
        .product2 .pType span {
            width: auto;
            height: 30px;
            line-height: 30px;
            margin: 0 0.5em 0 0.5em;
            padding: 0 10px;
        }
    .product2 .pList {
        box-shadow: none;
    }
    .product2 .cont {
        margin-left: -15px;
        margin-right: -15px;
    }
    .product2 .pList ul {
        display: block;
        transform: translate3d(0px, 0px, 0px) !important;
    }

    .product2 .pList li {
        margin-bottom: 10px;
    }

        .product2 .pList li .imgBox .d-box {
            display: none;
        }

        .product2 .pList li .imgBox img.d-bg {
            filter: blur(0);
        }

        .product2 .pList li span {
            display: block;
        }

    .pTypeBox {
        display: none;
    }
}

/*产品中心end*/



/*公司介绍*/
.about {
    background: url("../Images/about-bg.jpg") no-repeat center center;
    background-attachment: fixed;
    padding-top: 95px;
    padding-bottom: 95px;
    position: relative;
    margin-top: 96px;
}
    .about:before {
        content: "";
        display: block;
        background: rgba(0,40,133,0.9);
        position:absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
    .about .main {
        position: relative;
        z-index: 1;
    }
        .aboutT {
    display: flex;
}

    .aboutT .aboutVideo {
        width: 50%;
        height: 100%;
        position: relative;
        overflow: hidden;
    }

.aboutVideo .imgBox {
    height: 100%;
}

.aboutT .aboutVideo .videoBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: url("../Images/about-video.jpg") no-repeat center center / cover;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    overflow: hidden;
}

    .aboutT .aboutVideo .videoBg img {
        transition: 0.6s;
    }

    .aboutT .aboutVideo .videoBg:hover img {
        transform: scale(1.2);
    }

.aboutT .aboutVideo video {
    width: 100%;
    height: 100%;
    background: #000;
    cursor: pointer;
}

.aboutT .aboutCont {
    width: 50%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: justify;
}

    .aboutT .aboutCont .ab-title .en {
        font-size: 40px;
        color: #cbcbcb;
        line-height: 1;
    }

    .aboutT .aboutCont .ab-title .ch {
        font-size: 40px;
        color: #b28b6e;
        line-height: 1;
        margin-top: 14px;
    }

        .aboutT .aboutCont .ab-title .ch:after {
            content: "—";
            font-weight: bold;
            margin-left: 10px;
        }

    .aboutT .aboutCont .ab-title {
        padding-bottom: 35px;
    }
    .aboutT .aboutCont .ab-title .abtb {
        font-size: 30px;
        position: relative;
        color: #fff;
    }
    .aboutT .aboutCont .ab-title .abtbe {
        font-size: 20px;
        color: #fff;
    }

        .aboutT .aboutCont .ab-title .abtb:before {
            content: "";
            display: block;
            position: absolute;
            width: 5em;
            height: 3px;
            left: 0;
            bottom: 0;
        }

    .aboutT .aboutCont p {
        color: #fff;
        line-height: 1.8;
        height: 7.2em;
        font-size: 15px;
        word-break: break-all;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        letter-spacing: 3px;
        text-indent: 2em;
    }

    .aboutT .aboutCont .aboutMore {
        width: 160px;
        height: 46px;
        line-height: 46px;
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        border: 1px solid #fff;
        color: #fff;
        margin-top: 30px;
    }

        .aboutT .aboutCont .aboutMore .icon {
            display: inline-block;
            transition: .5s;
        }

        .aboutT .aboutCont .aboutMore:hover .icon {
            transform: translateX(10px);
        }

        .aboutT .aboutCont .aboutMore:hover {
            background-color: var(--blue);
            border: 1px solid var(--blue);
        }

.aboutB {
    margin-top: 100px;
    width: 70%;
}

    .aboutB ul {
        display: flex;
        justify-content: space-between;
    }

    .aboutB li {
        background-color: #00a2e8;
        width: 24%;
        height: 145px;
        overflow: hidden;
        position: relative;
        color: #fff;
    }

    .aboutB .box {
        height: 200%;
        transition: 0.6s;
    }

    .aboutB li .text {
        height: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: 18px;
    }

        .aboutB li .text img {
            max-height: 40%;
        }

    .aboutB li span {
        margin-top: 20px;
    }

    .aboutB li .image {
        height: 50%;
        background-color: #bfbfbf;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }

        .aboutB li .image img {
            width: 100%;
            height: 100%;
        }


    .aboutB li .name {
        position: absolute;
        bottom: 100%;
        left: 0;
        width: 100%;
        height: 50%;
        background-color: rgba(0, 0, 0, 0.5);
        color: #fff;
        font-size: 15px;
        transition: 0.6s;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
        box-sizing: border-box;
    }

    .aboutB li:hover .box {
        transform: translateY(-50%);
    }

    .aboutB li:hover .name {
        transform: translateY(200%);
    }

@media (max-width: 1600px) {

    .about {
        padding-top: 6.2vw;
        background-size: 100% auto;
        margin-top: 40px;
    }

    .aboutT {
        height: 28vw;
    }

        .aboutT .aboutCont {
            padding: 4.1vw 3.1vw 4.1vw 6.25vw;
        }

            .aboutT .aboutCont .ab-title .abtb {
                font-size: 1.8vw;
                margin-top: 2.3vw;
                padding-bottom: 0.8vw;
            }

    .aboutB {
        margin-top: 6.25vw;
        width: 100%;
    }

        .aboutB li {
            height: 11.25vw;
        }

            .aboutB li .text {
                font-size: 1.125vw;
            }

            .aboutB li span {
                margin-top: 1.25vw;
            }

    .aboutT .aboutCont p {
        font-size: 1vw;
    }

    .aboutB li .name {
        font-size: 1.125vw;
    }

    .aboutT .aboutCont .aboutMore {
        width: 6.8vw;
        height: 1.87vw;
        line-height: 1.87vw;
    }
}

@media (max-width: 1400px) {
    .aboutT .aboutCont {
        padding: 1.5vw 1.2vw 1.5vw 2.5vw;
    }
}

@media (max-width: 1000px) {
    .aboutT .aboutCont .aboutMore {
        width: 82px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .about {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .aboutT .aboutCont .ab-title {
        padding-bottom: 15px;
    }
    .aboutT {
        flex-direction: column;
        height: auto;
    }

        .aboutT .aboutVideo {
            width: 100%;
            height: 47.5vw;
        }

        .aboutT .aboutCont {
            width: 100%;
            height: auto;
            padding: 15px;
        }

            .aboutT .aboutCont .ab-title .abtb {
                margin-top: 0;
                font-size: 20px;
            }
            .aboutT .aboutCont .ab-title .abtbe {
                font-size: 12px;
            }
            .aboutT .aboutCont p {
                font-size: 13px;
                height: auto;
                -webkit-line-clamp: 8;
            }

            .aboutT .aboutCont .aboutMore {
                width: 80px;
                height: 25px;
                line-height: 25px;
                font-size: 12px;
                margin-top: 20px;
            }

    .aboutB {
        margin-top: 20px;
    }

        .aboutB ul {
            flex-wrap: wrap;
        }

        .aboutB li {
            width: 48%;
            height: 26vw;
            margin: 2% 0;
        }

            .aboutB li .text {
                font-size: 12px;
            }

                .aboutB li .text img {
                    max-height: 30%;
                }

            .aboutB li span {
                margin-top: 1em;
            }

            .aboutB li .name {
                font-size: 12px;
            }
}

.tcc {
    color: #000;
    line-height: 1.8;
    font-size: 16px;
    padding: 20px;
}

    .tcc p {
        text-indent: 2em;
        margin-bottom: 10px;
    }


/*工程列表*/

.projectList li {
    width: 31%;
    margin: 0 1% 2% 1%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

    .projectList li .imgBox {
        width: 100%;
        padding-bottom: 70%;
    }



    .projectList li .caseTitle {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        display: block;
        text-align: center;
        background: rgba(0, 0, 0, .5);
        color: #fff;
        line-height: 1.8;
        font-size: 18px;
    }

.projectList .caseIcon {
    transition: 0.2s;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/Content/Images/imageEffetc_magnifier.png) no-repeat center center;
}

.projectList li:hover .caseIcon {
    opacity: 1;
}

@media (max-width: 768px) {
    .projectList li {
        width: 100%;
        margin: 0 0 30px 0;
    }


    .projectList .caseIcon {
        opacity: 1;
        display: none;
    }
}



.zs.main {
    width: 1400px;
}

.zs .imgBox {
    padding-bottom: 70%;
}

.zs li.swiper-slide {
    align-items: center;
    transition-property: all;
    border: 1px solid #ddd;
}



@media (max-width: 768px) {
    .zsList {
        width: 80%;
        margin: 0 auto;
    }
}




/* 公司证书 */
.honorBox {
    margin-top: 40px;
}
.honorBox .list {
    overflow: hidden;
}

    .honorBox .list ul {
    }

    .honorBox .list li .imgBox {
        padding-bottom: 80%;
    }

    .honorBox .list li .borderBox {
        padding: 12px;
        background-color: #f2f2f2;
    }

    .honorBox .list li {
        box-sizing: border-box;
        float: left;
        width: 25%;
        padding: 5px;
    }

@media (max-width: 768px) {
    .honorBox .list li {
        width: 50%;
    }
}