
.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: 46.875%;
        }
.banner-next, .banner-prev {
    color: #fff;
}
.banner-prev:before, .banner-prev:after, .banner-next:before, .banner-next:after {
    background: #fff;
}
@media (max-width: 768px) {

    .banner-next, .banner-prev {
        display: none !important;
    }
}



/*新闻中心*/
.news {
    padding-bottom: 70px;
}

    .news .newsMain {
        display: flex;
    }

.newsList {
    overflow: hidden;
    position: relative;
    margin-right: 25px;
    width: 58%;
}

    .newsList ul {
        /*display: flex;
    justify-content: space-between;*/
        /*overflow: hidden;*/
    }

.newsRImg {
    flex: 1;
}

    .newsRImg .imgBox {
        padding-bottom: 74%;
    }

        .newsRImg .imgBox span {
            font-size: 18px;
            position: absolute;
            background: rgba(62, 62, 62, 0.35);
            bottom: 0;
            left: 0;
            width: 100%;
            height: 48px;
            line-height: 48px;
            color: #fff;
            font-weight: 700;
            padding: 0 20px;
            box-sizing: border-box;
        }

.newsList ul li {
    overflow: hidden;
    display: flex;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

    .newsList ul li .liBox {
        transition: all 0.4s;
        width: 100%;
         flex: 1; 
        overflow: hidden;
    }

    .newsList ul li .imgBox {
        width: 100%;
        padding-bottom: 60%;
    }

    .newsList ul li .nrc {
        font-size: 16px;
        padding: 0px 0px 0px 20px;
        box-sizing: border-box;
    }

    .newsList ul li .time {
        color: #999;
        font-size: 12px;
        height: 100px;
        border-right: #ccc solid 1px;
        padding-right: 20px;
        box-sizing: border-box;
    }

    .newsList ul li:hover .time {
        color: var(--theme-color);
        cursor: pointer;
    }

    .newsList ul li .time .year {
        font-size: 44px;
    }

    .newsList ul li .time .day {
        font-size: 20px;
    }

    .newsList ul li .nrc .t {
        line-height: 1.8;
        color: #000;
        word-break: break-all;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 18px;
        font-weight: 700;
    }

    .newsList ul li .nrc .p {
        color: #666;
        font-size: 15px;
        line-height: 1.8;
        margin-top: 20px;
        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: #e1ab73cc;
        color: #fff;
        text-align: center;
    }



@media (max-width: 768px) {
    .newsRImg .imgBox span {
        font-size: 16px;
    }

    .news .newsMain {
        flex-direction: column-reverse;
    }

        .news .newsMain img {
            max-width: 100%;
        }

    .news .time {
        display: none;
    }

    .news {
        padding-bottom: 40px;
    }

    .newsList {
        padding-bottom: 10px;
        width: 100%;
        margin-right: auto;
    }

        .newsList ul {
            width: 100%;
        }

            .newsList ul li {
                width: 100%;
                height: auto;
                margin-bottom: 0;
                margin-top: 0;
                padding-bottom: 0px;
            }

                .newsList ul li .nrc {
                    padding: 15px;
                }

                    .newsList ul li .nrc .t {
                        height: auto;
                        font-size: 18px;
                    }

                    .newsList ul li .nrc .p {
                        -webkit-line-clamp: 2;
                        height: auto;
                        margin-top: 10px;
                    }

                    .newsList ul li .nrc .btn {
                        width: 100px;
                        height: 28px;
                        line-height: 28px;
                        font-size: 12px;
                    }
}


/***************************************************************************************/


/*方案*/


   

/*案例*/


/* 产品分类列表 */
.productMain {
    position: relative;
}
.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;
            }
}



.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;
}






/*产品中心*/
.product {
    padding-bottom: 70px;
}


    .product .banner-next, .product .banner-prev {
        color: var(--theme-color);
    }

.productList {
    overflow: hidden;
    position: relative;
}

    .productList ul {
        /*display: flex;
    justify-content: space-between;*/
        /*overflow: hidden;*/
    }

        .productList ul li {
            width: 22%;
            float: left;
            margin-left: 4%;
            background-color: rgb(247, 247, 247);
            overflow: hidden;
            border: 1px solid #ccc;
            box-sizing: border-box;
            box-shadow: 3px 3px 9px 1px #ccc;
        }
        .productList ul li:first-child {
            margin-left: 0;
        }
            .productList ul li .liBox {
                transition: all 0.4s;
            }

            .productList ul li .imgBox {
                width: 100%;
                padding-bottom: 75%;
            }

            .productList ul li .nrc {
                font-size: 16px;
                padding: 20px;
                box-sizing: border-box;
            }

                .productList ul li .nrc .time {
                    color: #888;
                    font-size: 12px;
                }

                .productList ul li .nrc .t {
                    line-height: 1.8;
                    height: 3.6em;
                    font-size: 18px;
                    font-weight: 700;
                    color: #666;
                    word-break: break-all;
                    overflow: hidden;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                    text-align: center;
                }

                .productList 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;
                }

                .productList ul li .nrc .btn {
                    display: block;
                    width: 160px;
                    height: 43px;
                    line-height: 43px;
                    border: 1px solid #dcdcdc;
                    color: #666;
                    text-align: center;
                    margin: 0 auto;
                }

            .productList ul li:hover .btn {
                background-color: var(--theme-color);
                color: #fff;
            }


@media (min-width: 768px) {
    /*.productList ul li:hover .liBox {
        margin-top: -60%;
    }*/
 
}

@media (max-width: 768px) {
    .product {
        padding-bottom: 40px;
    }

    .productList {
        padding-bottom: 10px;
    }

        .productList ul li {
            width: 48%;
            height: auto;
            margin-bottom: 20px;
            margin-left: 4%;
        }
         .productList ul li:nth-child(2n+1) {
           
            margin-left: 0 !important;
        }

            .productList ul li .nrc {
                padding: 15px;
            }

                .productList ul li .nrc .t {
                    margin: 20px 0 10px 0;
                    height: auto;
                    font-size: 14px;
                }

                .productList ul li .nrc .p {
                    margin-bottom: 30px;
                    -webkit-line-clamp: 2;
                    height: auto;
                }

                .productList ul li .nrc .btn {
                    width: 100px;
                    height: 28px;
                    line-height: 28px;
                    font-size: 12px;
                }
}

/*产品中心end*/

/*解决方案*/
.fangan {
    /*padding-bottom: 55px;
    background-color: #f1f4f9;
    background: url("../Images/fanganBg.jpg") no-repeat center center / cover;
    background-attachment: fixed;*/
    overflow: hidden;
    padding-bottom: 70px;
}

    .fangan .main {
        width: 1600px;
        max-width: 100%;
    }

    .fanganListBox {
        position: relative;
    }

.fanganList {
    overflow: hidden;
}



    .fanganList ul li {
        width: 30%;
        overflow: hidden;
        position: relative;
        box-sizing: border-box;
    }



        .fanganList ul li .imgBox {
            width: 100%;
            padding-bottom: 50%;
            background-color: #fff;
        }

     
    .fanganList li .imgBox .t {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50px;
        line-height: 50px;
        text-align: center;
        background-color: rgba(0, 0, 0, .6);
        color: #fff;
        font-size: 18px;
        transition: 0.4s;
        transform: translateY(100%);
    }

    .fanganList li:hover .imgBox .t {
        transform: translateY(0);
    }

.fangan-pagination {
    position: relative;
    margin-top: 20px;
}
.fangan-pagination .swiper-pagination-bullet {
    border: 2px solid #8e8987;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    margin: 0 4px;
}

    .fangan-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        border-color: var(--theme-color);
    }
@media (max-width: 1600px) {
    .fanganList li .imgBox .t {
        font-size: 1.5vw;
    }
}
@media (max-width: 768px) {
    .fangan{
        padding-bottom: 40px;
    }
    /* .fanganListBox {
        padding: 0 30px;
    }*/
    .fangan-pagination {
        margin-top: 10px;
    }
    .fangan-pagination .swiper-pagination-bullet {
        border: 1px solid #8e8987;
        box-sizing: border-box;
        width: 8px;
        height: 8px;
        margin: 0 1px;
    }

    .fanganList li .imgBox .t {
        transform: translateY(0) !important;
        height: 100%;
        width: 100%;
        line-height: 2.5em;
        font-size: 12px;
        top: 0;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background-color: rgba(0,0,0,.3);
        font-size: 16px;
    }
        .fanganList li .imgBox .t:after {
            display: block;
            content: "";
            width: 28px;
            height: 28px;
            background: url(../Images/jt.png) no-repeat center center / 60% 60%;
            background-color: #fea800;
            border-radius: 50%;
            margin-top: 20px;
        }
        .fangan {
        padding-bottom: 40px;
        margin-top: 30px;
    }


        .fanganList ul li {
            width: 100%;
            height: auto;
        }

    .fanganList .swiper-wrapper {
        display: block;
        transform: translate3d(0px, 0px, 0px) !important;
    }
    .fanganList ul li {
       margin-bottom: 12px; 
    }

    .fanganListBox .swiper-pagination,
    .fanganListBox .swiper-button-prev,
    .fanganListBox .swiper-button-prev {
        display: none !important;
    }
}

/*视频*/

.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%;
        }
}



/*解决方案*/
.kehu {
    padding-bottom: 55px;
    background: #f1f4f9;
    overflow: hidden;
}


.kehuListBox {
    position: relative;
}

.kehuList {
    overflow: hidden;
}



    .kehuList ul li {
        width: 30%;
        overflow: hidden;
        position: relative;
        box-sizing: border-box;
        border: 1px solid #dbdced;
    }



        .kehuList ul li .imgBox {
            width: 100%;
            padding-bottom: 40%;
            background-color: #fff;
        }
    .kehuList ul li:hover {
        border-color: var(--theme-color);
    }

        @media (max-width: 768px) {
            .kehu {
                padding-bottom: 40px;
            }



                .kehuList ul li {
                    width: 100%;
                    height: auto;
                }
        }




/*公司介绍*/
.about {
    background: url("../Images/about-bg.jpg?v=2") no-repeat center center;
   /* background-attachment: fixed;*/
    padding-top: 95px;
    padding-bottom: 95px;
    position: relative;
    margin-top: 96px;
    background-size: 100% 100%;
}

    .about:before {
        content: "";
        display: block;
        background: rgba(0,0,0,0.7);
        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: var(--theme-color);
        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: var(--theme-color);
            font-weight: bold;
        }

        .aboutT .aboutCont .ab-title .abtbe {
            font-size: 20px;
            color: #ebebeb;
        }

        .aboutT .aboutCont .ab-title .abtb:before {
            content: "";
            display: block;
            position: absolute;
            width: 5em;
            height: 3px;
            left: 0;
            bottom: 0;
        }

    .aboutT .aboutCont p {
        color: #ebebeb;
        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 #ebebeb;
        color: #ebebeb;
        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: var(--theme-color);
        /*background-color: #00a2e8;*/
        /*background-color: rgba(0,0,0,.6);*/
        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: auto 100%;
        margin-top: 40px;
        background-attachment: initial;
    }

    .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: 14px;
                height: auto;
                -webkit-line-clamp: 4;
            }

            .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;
    }


/*公司介绍*/
.aboutC {
    position: relative;
    height: calc(100vh);
    box-sizing: border-box;
    padding: 50px 0;
    position: relative;
    overflow: hidden;
    background: url("/Content/Images/about-bg.jpg") no-repeat center center / cover;
    background-attachment: fixed;
    z-index: 1;
    display: flex;
    align-items: center;

}
    .aboutC .na-title .p2 {
        color: rgba(255, 255, 255, .5);
    }
    .aboutC:before {
        content: "";
        display: block;
        background: rgba(0,0,0,0.6);
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .aboutC .beautify {
        text-align: center;
        color: #fff;
        line-height: 35px;
    }

    .aboutC .more {
        text-align: center;
        margin-top: 20px;
        margin-bottom: 50px;
    }

    .aboutC .aboutC-more:hover {
        background-color: #fea800;
        border-color: transparent;
    }

    .aboutC .aboutC-more {
        border: 1px solid #fff;
        color: #fff;
        display: inline-block;
        border: 1px solid;
        padding: 10px 35px;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        -moz-transition: all .5s;
        transition: all .5s;
        white-space: nowrap;
        text-decoration: none;
    }

    .aboutC .p1 {
        color: #fff;
    }

    .aboutC ul {
        display: flex;
        margin: 0 auto;
        justify-content: space-between;
        max-width: 1000px;
    }

        .aboutC ul li {
        }
            .aboutC ul li .img {
                float: left;
                transition: all .5s;
                background-color: #fea800;
                width: 70px;
                height: 70px;
                padding: 15px;
                box-sizing: border-box;
                border-radius: 50%;
                margin-right: 10px;
            }
            .aboutC ul li:hover .img {
                transform: rotateY(180deg);
            }

            .aboutC ul li img {
                width: 100%;
                height: 100%;
            }
            .aboutC ul li .cont {
                overflow: hidden;
            }
            .aboutC ul li .t {
                color: #fff;
                font-size: 24px;
                margin-bottom: 8px;
                line-height: initial;
            }

            .aboutC ul li .d {
                color: #fff;
                margin-top: 8px;
                font-size: 15px;
            }

    .aboutC .index-about-bkg img {
        -webkit-transition: all 1.5s;
        -o-transition: all 1.5s;
        -moz-transition: all 1.5s;
        transition: all 1.5s;
        height: 100vh;
        width: 100%;
    }

    .aboutC .index-about-bkg {
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: -1;
        top: 0;
        left: 0;
    }

        .aboutC .index-about-bkg .pc {
            display: block;
        }


@media (max-width: 768px) {
    .aboutC {
        padding: 0 0 10px 0;
        height: auto;
        background: url("/Content/Images/about-bg2.jpg") no-repeat center center / 100% auto;
    }
        .aboutC ul {
            display: block;
            padding: 0 10px 0 45px;
        }

            .aboutC ul li {
                margin-bottom: 30px;
            }
                .aboutC ul li .t {
                    font-size: 20px;
                }
}
    @media (max-width: 540px) {


        .aboutC .more {
            margin-bottom: 30px;
        }


        .aboutC ul li .img {
            height: 40px;
            width: 40px;
            padding: 9px;
        }

        .aboutC ul li .t {
            font-size: 20px;
            margin-bottom: 8px;
        }

        .aboutC ul li .d {
            font-size: 15px;
        }
    }



    /*产品分类*/
    .pt-list ul li {
        width: 33%;
        box-sizing: border-box;
        padding: 0 15px;
        float: left;
    }

    .pt-l-b {
        height: 190px;
        display: flex;
        align-items: center;
        padding: 20px;
        box-sizing: border-box;
        transition: 0.5s;
    }

    .pt-icon {
        width: 49%;
        margin-right: 10px;
        transition: 0.5s;
    }

        .pt-icon img {
            max-width: 100%;
        }

    .pt-l-b:hover .pt-icon {
        transform: translateX(-10px);
    }

    .pt-list ul li:nth-child(1) .pt-l-b {
        background-color: #f12c32;
    }

    .pt-list ul li:nth-child(2) .pt-l-b {
        background-color: #6394ef;
    }

    .pt-list ul li:nth-child(3) .pt-l-b {
        background-color: #5ae190;
    }

    .pt-info .ch {
        color: #34364b;
        padding: 0 0 5px;
        font-size: 18px;
    }

    .pt-info .en {
        color: #58596d;
        opacity: 0.5;
        line-height: 14px;
        text-transform: uppercase;
    }

    @media (min-width: 768px) {
        .pt-l-b:hover {
            transform: translateY(-5px);
        }

            .pt-l-b:hover .pt-icon {
                transform: translateX(-10px);
            }
    }

    @media (max-width: 768px) {
        .pt-list ul li {
            width: 100%;
            box-sizing: border-box;
            float: none;
            padding: 0;
            margin-bottom: 20px;
        }

        .pt-icon {
            min-width: 1%;
            overflow: hidden;
        }
    }


    .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;
        }
    }




    /* 公司证书 */
.honor {
    background: url(../Images/jieshao-bg.jpg) no-repeat center center / cover;
    padding-top: 10px;
    padding-bottom: 10px;
}
.mySwiper_awards2 {
    height: 650px;
    overflow: hidden;
    position: relative;
    padding-bottom: 30px;
}
    .mySwiper_awards2 .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        height: calc((100% - 40px) / 2) !important;
        /* Center slide text vertically */
        display: flex;
        justify-content: center;
        align-items: center;
    }
.mySwiper_awards3 {
    overflow: hidden;
    position: relative;
    padding-bottom: 30px;
}
    .mySwiper_awards2 .imgBox {
    width: 100%;
    height: 100%;
}

.mySwiper_awards3 .imgBox {
    padding-bottom: 80%;
}

        @media (max-width: 768px) {
        }




    .swiper-next,
    .swiper-prev {
        width: 46px;
        height: 46px;
        background-color: #fff;
        position: absolute;
        left: -100px;
        top: 50%;
        margin-top: -25px;
        z-index: 3;
    }

    .swiper-next {
        left: auto;
        right: -100px;
    }

    .swiper-next {
        background: url("../Images/next.png") no-repeat center center / 100% 100%;
    }

        .swiper-next.icon4 {
            background: url("../Images/next4.png") no-repeat center center / 100% 100%;
        }

    .swiper-prev {
        background: url("../Images/prev.png") no-repeat center center / 100% 100%;
    }

        .swiper-prev.icon4 {
            background: url("../Images/prev4.png") no-repeat center center / 100% 100%;
        }

    .swiper-next:hover {
        background-image: url("../Images/nextho.png");
    }

    .swiper-prev:hover {
        background-image: url("../Images/prevho.png");
    }


    @media (max-width: 768px) {
        .swiper-next,
        .swiper-prev {
            width: 28px;
            height: 28px;
            left: 0px;
        }

        .swiper-next {
            left: auto;
            right: 0px;
        }
    }



    .index-more {
        position: relative;
        display: block;
        border: 2px solid #fff;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        width: 100px;
        height: 35px;
        line-height: 33px;
        text-align: center;
        color: #fff;
        font-size: 13px;
        margin: 0 auto;
        z-index: 1;
        margin-top: 30px;
    }

    @media (min-width: 768px) {
        .index-more {
            width: 148px;
            height: 60px;
            line-height: 58px;
            margin-top: 60px;
            border: 2px solid #535353;
            color: #6e6f7b;
        }

            .index-more:before {
                content: "";
                position: absolute;
                z-index: -1;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                background: var(--theme-color);
                -webkit-border-radius: 50px;
                -moz-border-radius: 50px;
                border-radius: 50px;
                -webkit-transform: scale(0);
                -moz-transform: scale(0);
                -ms-transform: scale(0);
                -o-transform: scale(0);
                transform: scale(0);
                -webkit-transition-property: transform;
                -webkit-transition-property: -webkit-transform;
                transition-property: -webkit-transform;
                -o-transition-property: -o-transform;
                -moz-transition-property: transform, -moz-transform;
                transition-property: transform;
                transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
                -webkit-transition-duration: 0.3s;
                -moz-transition-duration: 0.3s;
                -o-transition-duration: 0.3s;
                transition-duration: 0.3s;
                -webkit-transition-timing-function: ease-out;
                -moz-transition-timing-function: ease-out;
                -o-transition-timing-function: ease-out;
                transition-timing-function: ease-out;
            }

            .index-more:hover {
                color: #ffffff;
                border-color: var(--theme-color);
            }

                .index-more:hover:before {
                    -webkit-transform: scaleY(1);
                    -moz-transform: scaleY(1);
                    -ms-transform: scaleY(1);
                    -o-transform: scaleY(1);
                    transform: scaleY(1);
                }
    }




/*产品中心*/
.pTypeBox {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
}
.product2 .main {
    width: 1600px;
    max-width: 100%;
}
.product2 .pType {
    display: flex;
    justify-content: center;
}

    .product2 .pType span {
        text-align: center;
        width: 216px;
        height: 50px;
        line-height: 50px;
        margin: 0 2em 30px 2em;
        background-color: #f3f3f3;
        color: #000;
        cursor: pointer;
        white-space: nowrap;
        border-radius: 0;
        opacity: 1 !important;
    }

        .product2 .pType span a {
            color: #000;
            display: block;
        }

        .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: 48%;
        }

            .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 .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*/




.choose {
    background: url(/Content/Images/index_service_bkg.jpg) no-repeat center;
    padding-top: 20px;
    padding-bottom: 83px;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
    height: 800px;
    box-sizing: border-box;
    overflow: hidden;

}

    .choose .p1 {
        color: var(--theme-color);
    }
    .choose:before {
        content: "";
        display: block;
        background: rgba(0,0,0,0.6);
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .choose .choose-list {
        margin-left: -15px;
        margin-right: -15px;
        padding: 0;
        display: grid;
        align-items: center;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 15px;
    }

        .choose .choose-list li {
            width: 70%;
            padding-left: 15px;
            padding-right: 15px;
            text-align: center;
            margin: 0 auto;
        }

            .choose .choose-list li .service-item {
                background-color: #fff;
                box-shadow: 5px 5px 15px rgba(0, 0, 0, .1);
                padding: 60px 10px;
                height: 390px;
                box-sizing: border-box;
            }
                .choose .choose-list li .service-item .i2 {
                    display: none;
                }
                .choose .choose-list li .service-item:hover {
                    background-color: var(--theme-color);
                    color: #fff;
                }

                .choose .choose-list li .service-item:hover .i1{
                    display: none;
                }
                    .choose .choose-list li .service-item:hover .i2 {
                        display: block;
                    }

                .choose .choose-list li .service-item .service-img {
                    width: 106px;
                    height: 106px;
                    margin: 0 auto;
                }

                .choose .choose-list li .service-item .service-txt .service-tit {
                    font-size: 24px;
                    margin: 15px 0;
                }
                    .choose .choose-list li .service-item .service-txt .service-tit i {
                        color: #fea800;
                    }
                .choose .choose-list li .service-item .service-txt .service-c {
                   text-align: left;
                }
                    .choose .choose-list li .service-item .service-img .img2 {
                    display: none;
                }

                .choose .choose-list li .service-item:hover .img1 {
                    display: none;
                }

                .choose .choose-list li .service-item:hover .img2 {
                    display: block;
                }

                .choose .choose-list li .service-item .service-img .img {
                    width: 100%;
                    height: 100%;
                }

@media (max-width: 768px) {
    .choose {
        padding: 0 0 20px 0;
        background-repeat: repeat-y;
        background-attachment: inherit;
        background-size: auto 100%;
        height: auto;
    }
       
        .choose .choose-list {
            display: block;
        }
            .choose .choose-list li{
                width: 80%;
                margin: 10px auto;
            }

            .choose .choose-list li .service-item {
                padding: 10px;
                height: auto ;
            }
}