

/* 首页标题 */
.index-title {
    margin-top: 4%;
    margin-bottom: 2%;
    font-size: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #653b49;
    color: #c12346;
}
    .index-title > span{
        float: left;
    }
    .index-title > i {
        float: left;
        color: #000;
        margin-left: 1em;
    }

    .index-title a {
        float: right;
        font-size: 20px;
        width: 160px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background-color: #fff;
        border: 1px solid #000;
        color: #000;
    }
        .index-title a .icon {
            display: inline-block;
            transition: .5s;
        }


        .index-title a:hover .icon {
            transform: translateX(10px);
        }

    .index-title.white {
        color: #fff;
        border-bottom: 1px solid #fff;
    }

@media (max-width: 768px) {
    .index-title {
        font-size: 20px;
        padding-bottom: 10px;
    }

        .index-title a {
            font-size: 12px;
            width: 7em;
            height: 2em;
            line-height: 2em;
        }
}
/* 首页标题 end*/
/* banner图 */
.bannerList {
    overflow: hidden;
    position: relative;
}

    .bannerList li {
        width: 100%;
    }

        .bannerList li .imgBox {
            width: 100%;
            padding-bottom: 50%;
            box-shadow: 0 0 0 0 red;
        }
/* banner图 end*/




/*project*/
.projectList {
    overflow: hidden;
    position: relative;
}

    .projectList li {
        width: 100%;
    }

        .projectList li .imgBox {
            width: 100%;
            padding-bottom: 43%;
            box-shadow: 0 0 0 0 red;
        }
/* project图 end*/

/*anli*/
.anli{
    margin-bottom: 50px;
}
.anliList {
    overflow: hidden;
    position: relative;
}

    .anliList li {
        width: 100%;
    }

        .anliList li .imgBox {
            width: 100%;
            padding-bottom: 43%;
            box-shadow: 0 0 0 0 red;
        }
/* anli图 end*/

/*about*/
.about .cont img {
    width: 100%;
    display: block;
}

.about .c2{
    background: url("../Images/about-bg.jpg") no-repeat center center / 100% 100%;
    padding-top: 50px;
}

.aboutT {
    display: flex;
    height: 448px;
    background-color: #fff;
    box-shadow: 0 0 19px 1px #d5d5d5;
}

    .aboutT .aboutVideo {
        width: 50%;
        height: 100%;
        position: relative;
    }

        .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;
        }

            .aboutT .aboutVideo .videoBg img {
                opacity: 0.5;
                transition: 0.6s;
            }

            .aboutT .aboutVideo .videoBg:hover img {
                transform: scale(1.2);
            }

        .aboutT .aboutVideo img {
            width: 100%;
            height: 100%;
        }

    .aboutT .aboutCont {
        width: 50%;
        padding: 66px 55px 66px 100px;
        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 .abtb {
            font-size: 30px;
            margin-top: 37px;
            border-bottom: 1px solid #fff;
            padding-bottom: 14px;
            color: #b50a1a;
            position: relative;
        }

            .aboutT .aboutCont .ab-title .abtb:before {
                content: "";
                display: block;
                position: absolute;
                width: 5em;
                height: 3px;
                left: 0;
                bottom: 0;
                background-color: #b50a1a;
            }

        .aboutT .aboutCont p {
            line-height: 1.8;
            height: 7.2em;
            font-size: 16px;
            word-break: break-all;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical;
            text-indent: 2em;
        }

        .aboutT .aboutCont .aboutMore {
            display: block;
            background: #fff;
            width: 110px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            font-size: 12px;
            color: #000;
            margin-left: auto;
            margin-right: 0;
            border: 1px solid #000;
        }

            .aboutT .aboutCont .aboutMore .icon {
                display: inline-block;
                transition: .5s;
            }

            .aboutT .aboutCont .aboutMore:hover .icon {
                transform: translateX(10px);
            }

.aboutB {
    margin-top: 60px;
}
.licheng{
    margin-top: 60px;
}
.aboutB ul {
    display: flex;
    justify-content: space-between;
}

    .aboutB li {
        background-color: #fff;
        width: 22%;
        height: 245px;
        overflow: hidden;
        position: relative;
        box-shadow: 0 0 19px 1px #d5d5d5;
    }

    .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;
        color: #000;
    }

        .aboutB li .text img {
           width: 100%;
           height: 100%;
        }

    .aboutB li span {
        margin-top: 20px;
    }

    .aboutB li .image {
        height: 50%;
        background-color: #093a86;
    }

        .aboutB li .image img {
            width: 100%;
            height: 100%;
        }

    .aboutB li .name {
        position: absolute;
        bottom: 100%;
        left: 0;
        width: 100%;
        height: 50%;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.5);
        color: #fff;
        font-size: 18px;
        transition: 0.6s;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
    }
    .aboutB li .box {
        transform: translateY(-50%);
    }

    .aboutB li .name {
        transform: translateY(200%);
    }
    .aboutB li:hover .box {
        transform: translateY(0);
    }

    .aboutB li:hover .name {
        transform: translateY(0);
    }

@media (max-width: 1600px) {
    .about {
        padding-top: 6.2vw;
        padding-bottom: 6.2vw;
    }

    .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;
    }
    .licheng {
        margin-top: 6.25vw;
    }

        .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;
    }
        .about .c2 {
            padding-top: 20px;
            padding-bottom: 20px;
        }
        .aboutT {
            flex-direction: column;
            height: auto;
        }

        .aboutT .aboutVideo {
            width: 100%;
            height: 53vw;
        }

        .aboutT .aboutCont {
            width: 100%;
            height: auto;
            padding: 15px;
        }

            .aboutT .aboutCont .ab-title .abtb {
                margin-top: 0;
                font-size: 19px;
            }

            .aboutT .aboutCont p {
                font-size: 13px;
                height: 7.2em;
                -webkit-line-clamp: 4;
                margin-top: 20px;
            }

            .aboutT .aboutCont .aboutMore {
                width: 80px;
                height: 25px;
                line-height: 25px;
                font-size: 12px;
                margin-top: 20px;
            }

    .aboutB {
        margin-top: 20px;
    }
    .licheng {
        margin-top: 20px;
    }

        .aboutB ul {
            flex-wrap: wrap;
        }

        .aboutB li {
            width: 48%;
            height: 24vw;
            margin: 2% 0;
        }

            .aboutB li .text {
                font-size: 12px;
            }

                .aboutB li .text img {
                    width: 100%;
                    height: 100%;
                }

            .aboutB li span {
                margin-top: 1em;
            }

            .aboutB li .name {
                font-size: 12px;
            }
}
/* about图 end*/




/*产品中心*/
.pTypeBox {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
}

    .pTypeBox .csb {
        width: 165px;
        height: auto;
        margin: 0 30px 40px 0;
        display: inline-block;
        text-align: center;
        border-radius: 0;
        opacity: 1;
        white-space: nowrap;
        background-color: transparent;
    }

.product .pType .hoverScale {
    display: block;
    width: 165px;
    height: 165px;
    border-radius: 100%;
    margin-bottom: 8px;
}
.product .pType img {
    width: 100%;
    height: 100%;
}


.product .pType .csb.swiper-pagination-bullet-active {
    color: red;
}


.product .pList {
    overflow: hidden;
    position: relative;
}

    .product .pList li {
        width: 100%;
    }

        .product .pList li .imgBox {
            width: 100%;
            padding-bottom: 34%;
        }

            .product .pList li .imgBox img.d-bg {
                filter: blur(10px);
            }

            .product .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;
            }

        .product .pList li.swiper-slide-active .imgBox .d-box {
            clip-path: inset(0 0 0 0);
        }

        .product .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) {
    .product .pType span {
        width: 13.5vw;
        height: 3.75vw;
        line-height: 3.75vw;
        margin: 0 1vw 2.5vw 0;
        font-size: 1vw;
    }
}

/*@media (max-width: 1400px) {
    .product .pType span{
        width: auto;

        margin: 0 1% 2vw 0;
        height: 2em;
        line-height: 2em;
        font-size: 20px;
        padding: 0 10px;
    }
}*/

@media (max-width: 768px) {
    .pTypeBox {
        font-size: 13px;
        height: 6vw;
        margin-bottom: 3px;
        padding-bottom: 10px;
        display: none;
    }

    .pType {
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
    }

    .product .pType span {
        font-size: 13px;
        padding: 0 8px;
        min-width: 1%;
        width: auto;
        height: 2em;
        line-height: 2em;
    }

    .product .pList ul {
        display: block;
        transform: translate3d(0px, 0px, 0px) !important;
    }

    .product .pList li {
        margin-bottom: 10px;
    }

        .product .pList li .imgBox .d-box {
            display: none;
        }

        .product .pList li .imgBox img.d-bg {
            filter: blur(0);
        }

        .product .pList li span {
            display: block;
        }
}

/*产品中心end*/

/*新闻中心*/
.news .list li {
    float: left;
    width: 32%;
    margin-left: 2%;
    background-color: #fff;
}

    .news .list li:first-child {
        margin-left: 0;
    }

    .news .list li .txt {
        padding: 35px;
    }

.news .list .imgBox {
    padding-bottom: 60%;
}

.news .list .newsTime {
    font-size: 12px;
    margin-top: 5px;
}

.news .list .tt {
    font-size: 16px;
    margin-top: 30px;
    font-weight: bold;
}

@media (max-width: 768px) {
    .news .list li {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px;
    }

        .news .list li .txt {
            padding: 10px;
        }

    .news .list .imgBox {
        display: none;
    }

    .news .list .tt {
        margin-top: 10px;
    }
}
/*新闻中心end*/


.newsList {
    overflow: hidden;
    position: relative;
}

    .newsList ul {
        /*display: flex;
    justify-content: space-between;*/
        /*overflow: hidden;*/
    }

        .newsList ul li {
            width: 30%;
            overflow: hidden;
            height: 500px;
        }

            .newsList ul li .liBox {
                transition: all 0.4s;
            }

            .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: #c12346;
                    color: #fff;
                    text-align: center;
                }


@media (min-width: 768px) {
    .newsList ul li:hover .liBox {
        transform: translateY(-47%);
    }
}

@media (max-width: 768px) {
    .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;
                }
}
