﻿/*banner*/
.ind-banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

    .ind-banner .swiper-slide {
        position: relative;
    }

        .ind-banner .swiper-slide a {
            display: block;
            width: 100%;
            height: 100%;
        }

        .ind-banner .swiper-slide .img img {
            width: 100%;
        }

        .ind-banner .swiper-slide .img .Phone-Box {
            display: none;
        }

    .ind-banner .onebox {
        position: absolute;
        width: 6.78rem;
        left: 50%;
        margin-left: -7.68rem;
        z-index: 2;
        top: 35%;
    }

        .ind-banner .onebox .cn {
            font-size: 0.6rem;
            line-height: 0.72rem;
            color: #fff;
            font-weight: bold;
            padding-bottom: 0.3rem;
        }

        .ind-banner .onebox .en {
            font-size: 0.24rem;
            line-height: 0.36rem;
            color: rgba(255,255,255,0.6);
            font-family: 'light';
            text-transform: uppercase;
        }


    .ind-banner .onebox {
        transform: translateY(50px);
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -o-transform: translateY(50px);
        opacity: 0;
        visibility: hidden;
        transition: all 1.4s ease;
        -webkit-transition: all 1.4s ease;
        -moz-transition: all 1.4s ease;
        -ms-transition: all 1.4s ease;
        -o-transition: all 1.4s ease;
        transition-delay: 1s;
        transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    .ind-banner .swiper-slide-active .onebox {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }

    .ind-banner .swiper-pagination {
        width: 100%;
        bottom: 30px;
    }

    .ind-banner .swiper-pagination-bullet {
        position: relative;
        display: inline-block;
        width: 36px;
        height: 36px;
        opacity: 1;
        background: none;
        border: none;
        box-sizing: border-box;
        border-radius: 50%;
        margin: 0 2px !important;
    }

        .ind-banner .swiper-pagination-bullet:after {
            content: '';
            position: absolute;
            left: 50%;
            top: 50%;
            width: 8px;
            height: 8px;
            margin-left: -4px;
            margin-top: -4px;
            border-radius: 50%;
            background: #cecece;
        }

    .ind-banner .swiper-pagination-bullet-active {
        border: #fff solid 1px;
    }

        .ind-banner .swiper-pagination-bullet-active:after {
            background: #fff;
        }
/*banner结束*/

.indexP1 {
    padding: 0.35rem 0 0.3rem;
    overflow: hidden;
}

    .indexP1 .list ul {
        margin-right: -0.3rem;
    }

    .indexP1 .list li {
        float: left;
        width: 25%;
        padding-bottom: 0.3rem;
    }

        .indexP1 .list li .box {
            margin-right: 0.3rem;
            height: 4.5rem;
            overflow: hidden;
        }

        .indexP1 .list li .imgDiv {
            width: 100%;
            height: 100%;
            background: center no-repeat;
            background-size: cover;
        }

        .indexP1 .list li .conDiv {
            padding: 0 0.3rem;
            height: 4.5rem;
        }

        .indexP1 .list li .name {
            padding-bottom: 0.4rem;
            font-size: 0.3rem;
            line-height: 0.36rem;
            color: #333;
            font-weight: bold;
            width: 2.5rem;
        }

        .indexP1 .list li .msg {
            font-size: 0.16rem;
            line-height: 0.3rem;
            max-height: 0.9rem;
            overflow: hidden;
            color: #333;
            text-align: justify;
            margin-bottom: 0.5rem;
        }

        .indexP1 .list li .lie {
            overflow: hidden;
            margin-bottom: 0.5rem;
        }

            .indexP1 .list li .lie dd {
                color: #333;
                font-size: 0.16rem;
                line-height: 0.3rem;
                float: left;
                width: 50%;
            }

        .indexP1 .list li .more {
            width: 1.6rem;
            height: 0.5rem;
            text-align: center;
            font-size: 0.16rem;
            color: #666;
            line-height: 0.48rem;
            border: #666 solid 1px;
            border-radius: 0.48rem;
            box-sizing: border-box;
        }

        .indexP1 .list li .box:hover .imgDiv {
            transform: scale(1.1);
            -webkit-transform: scale(1.1);
        }

        .indexP1 .list li .box:hover .more {
            background: #c42421;
            border: #c42421 solid 1px;
            color: #fff;
        }


.indexP2 {
    position: relative;
    box-sizing: border-box;
    padding-top: 1.2rem;
    height: 9.2rem;
    overflow: hidden;
}

    .indexP2 .bg {
        z-index: 1;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: center no-repeat;
        background-size: cover;
    }

    .indexP2 .imgDiv {
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 9.0rem;
        margin-left: -4.5rem;
        z-index: 2;
    }

        .indexP2 .imgDiv img {
            width: 100%;
        }

    .indexP2 .conDiv {
        position: relative;
        z-index: 3;
        text-align: center;
    }

    .indexP2 .name {
        font-size: 0.42rem;
        line-height: 0.42rem;
        color: #fff;
        font-weight: bold;
        padding-bottom: 0.2rem;
    }

    .indexP2 .msg {
        color: #fff;
        font-size: 0.16rem;
        line-height: 0.24rem;
        height: 0.48rem;
        overflow: hidden;
    }

    .indexP2 .more {
        margin: 0.25rem auto 0;
        width: 1.6rem;
    }

        .indexP2 .more a {
            display: block;
            width: 100%;
            font-size: 0.16rem;
            color: #fff;
            height: 0.56rem;
            line-height: 0.5rem;
            border: #fff solid 2px;
            border-radius: 0.48rem;
            box-sizing: border-box;
        }

            .indexP2 .more a:hover {
                background: #c42421;
                border: #c42421 solid 2px;
            }


.indmh {
    width: 100%;
    position: relative;
    height: 240vh;
}

.indmh-sticky {
    width: 100%;
    top: 0;
    left: 0;
    position: sticky;
    overflow: hidden;
}

.indmh-bg {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.indmh-logo {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100vh;
    top: -2px;
    left: 0;
}

    .indmh-logo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
/*.indmh-text{width: 100%;position: absolute;z-index: 3;justify-content: center;left: 0;top: 86vh;color: #333;transition: all .4s ease;}
.indmh-text span{position: relative;margin-left: 24px;}
.indmh-text span:first-child{margin-left: 0;}
.indmh-text.active{opacity: 0;}
*/ .indmh-shade {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
}

.indmh-content {
    position: absolute;
    width: 100%;
    z-index: 4;
    padding-top: 1.6rem;
    height: 100vh; /*display: flex;align-items: center;justify-content: center;*/
    top: 0;
    left: 0;
    box-sizing: border-box;
}

.indmh-desc {
    font-weight: bold;
    text-align: center;
    font-size: 0.48rem;
    line-height: 0.48rem;
    color: #fff;
    padding-bottom: 0.24rem;
}

.indmh-msg {
    width: 9.2rem;
    margin: 0 auto;
    color: #fff;
    font-size: 0.24rem;
    line-height: 0.36rem;
    text-align: center;
}


.indmh-more {
    margin: 0.5rem auto 0;
    width: 1.6rem;
}

    .indmh-more a {
        position: relative;
        overflow: hidden;
        display: block;
        width: 100%;
        height: 0.56rem;
        line-height: 0.5rem;
        text-align: center;
        color: #fff;
        font-size: 0.16rem;
        border-radius: 0.48rem;
        border: #fff solid 2px;
        box-sizing: border-box;
    }

        .indmh-more a:hover {
            background: #c42421;
            border: #c42421 solid 2px;
        }

.indmh-content {
    opacity: 0;
    transition: all .8s ease;
}

    .indmh-content.active {
        opacity: 1;
        pointer-events: auto;
    }

        .indmh-content.active .indmh-desc {
            animation: indmhRun 0.8s ease both .2s;
        }

        .indmh-content.active .indmh-msg {
            animation: indmhRun 0.8s ease both .4s;
        }

        .indmh-content.active .indmh-more {
            animation: indmhRun 0.8s ease both .6s;
        }

@keyframes indmhRun {
    0% {
        opacity: 0;
        transform: translateY(60px);
        filter: blur(6px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
    }
}


.indexP5 {
    padding-top: 1.1rem;
    height: 9.6rem;
    background: url(../images/indexP5.jpg) center no-repeat;
    background-size: cover;
    box-sizing: border-box;
}

    .indexP5 .toptop {
        height: 1.35rem;
        position: relative;
    }

    .indexP5 .title {
        padding-top: 0.15rem;
        font-size: 0.48rem;
        line-height: 0.48rem;
        color: #333;
        font-weight: bold;
    }

    .indexP5 .more {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
    }

        .indexP5 .more a {
            width: 1.7rem;
            height: 0.5rem;
            line-height: 0.5rem;
            border-radius: 0.48rem;
            font-size: 0.16rem;
            color: #fff;
            background: #144e8a;
        }

        .indexP5 .more img {
            margin-left: 0.2rem;
        }

        .indexP5 .more a:hover {
            background: #c42421;
        }

    .indexP5 .leftDiv {
        width: 9.3rem;
    }

        .indexP5 .leftDiv ul {
            margin-right: -0.3rem;
        }

        .indexP5 .leftDiv li {
            float: left;
            width: 50%;
        }

            .indexP5 .leftDiv li .box {
                margin-right: 0.3rem;
                background: #fff;
            }

            .indexP5 .leftDiv li .imgDiv {
                height: 3.2rem;
                overflow: hidden;
            }

                .indexP5 .leftDiv li .imgDiv img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }

            .indexP5 .leftDiv li .botDiv {
                padding: 0.42rem 0.4rem 0;
                box-sizing: border-box;
                height: 2.6rem;
            }

            .indexP5 .leftDiv li .name {
                font-size: 0.24rem;
                color: #333;
                font-weight: bold;
                line-height: 0.4rem;
                height: 0.8rem;
                overflow: hidden;
            }

            .indexP5 .leftDiv li .time {
                padding-top: 0.2rem;
                font-size: 0.18rem;
                line-height: 0.18rem;
                color: #d6d6d6;
                font-family: 'regular';
            }

            .indexP5 .leftDiv li .ico {
                margin-top: 0.25rem;
                width: 0.48rem;
                height: 0.48rem;
                border-radius: 50%;
                border: #e4e4e4 solid 1px;
                background: url(../images/ico2.png) center no-repeat;
                box-sizing: border-box;
            }

            .indexP5 .leftDiv li .box:hover {
                background: #0055a4;
            }

                .indexP5 .leftDiv li .box:hover .imgDiv img {
                    transform: scale(1.1);
                    -webkit-transform: scale(1.1);
                }

                .indexP5 .leftDiv li .box:hover .name {
                    color: #fff;
                }

                .indexP5 .leftDiv li .box:hover .time {
                    color: rgba(255,255,255,0.2);
                }

                .indexP5 .leftDiv li .box:hover .ico {
                    border: #fff solid 1px;
                    background: #fff url(../images/ico2.png) center no-repeat;
                }

    .indexP5 .rightDiv {
        width: 5.72rem;
    }

        .indexP5 .rightDiv li {
            margin-bottom: 0.3rem;
        }

            .indexP5 .rightDiv li:last-child {
                margin-bottom: 0;
            }

            .indexP5 .rightDiv li a {
                display: block;
                height: 2.75rem;
                background: #fff;
                box-sizing: border-box;
                padding: 0.72rem 0.48rem 0 0.55rem;
            }

            .indexP5 .rightDiv li .name {
                font-size: 0.24rem;
                color: #333;
                line-height: 0.4rem;
                height: 0.8rem;
                overflow: hidden;
                font-weight: bold;
            }

            .indexP5 .rightDiv li .time {
                margin-top: 0.3rem;
                height: 0.48rem;
                line-height: 0.48rem;
                font-size: 0.18rem;
                color: #d6d6d6;
                font-family: 'regular';
                position: relative;
                padding-right: 0.64rem;
            }

                .indexP5 .rightDiv li .time:after {
                    content: '';
                    position: absolute;
                    right: 0;
                    top: 0;
                    width: 0.48rem;
                    height: 0.48rem;
                    border-radius: 50%;
                    border: #e4e4e4 solid 1px;
                    background: url(../images/ico2.png) center no-repeat;
                    box-sizing: border-box;
                }

            .indexP5 .rightDiv li a:hover {
                background: #0055a4;
            }

                .indexP5 .rightDiv li a:hover .name {
                    color: #fff;
                }

                .indexP5 .rightDiv li a:hover .time {
                    color: rgba(255,255,255,0.2);
                }

                    .indexP5 .rightDiv li a:hover .time:after {
                        border: #fff solid 1px;
                        background: #fff url(../images/ico2.png) center no-repeat;
                    }

.indexP3 {
    position: relative;
    overflow: hidden;
}

    .indexP3 .title {
        position: absolute;
        font-weight: bold;
        left: calc((100% - 13.0rem) / 2);
        top: 1.7rem;
        font-size: 0.42rem;
        line-height: 0.42rem;
        z-index: 2;
        color: #fff;
    }

    .indexP3 .swiper-slide {
        position: relative;
    }

        .indexP3 .swiper-slide .pic img {
            width: 100%;
            height: 7.5rem;
            object-fit: cover;
        }

        .indexP3 .swiper-slide .info {
            position: absolute;
            left: 0;
            top: 38%;
            z-index: 10;
            width: 100%;
        }

        .indexP3 .swiper-slide .inner {
            width: 5.3rem;
        }

        .indexP3 .swiper-slide.swiper-slide-active .name,
        .indexP3 .swiper-slide.swiper-slide-active .desc,
        .indexP3 .swiper-slide.swiper-slide-active .more {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
        }

        .indexP3 .swiper-slide .name,
        .indexP3 .swiper-slide .desc,
        .indexP3 .swiper-slide .more {
            transform: translateY(1rem);
            -webkit-transform: translateY(1rem);
            -moz-transform: translateY(1rem);
            -ms-transform: translateY(1rem);
            -o-transform: translateY(1rem);
            opacity: 0;
            visibility: hidden;
            transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
        }

        .indexP3 .swiper-slide .name {
            font-size: 0.36rem;
            line-height: 0.48rem;
            color: #fff;
            padding-bottom: 0.25rem;
        }

        .indexP3 .swiper-slide .desc {
            font-size: 0.16rem;
            line-height: 0.3rem;
            text-align: justify;
            max-height: 0.9rem;
            color: #fff;
            margin-bottom: 0.7rem;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
            overflow: hidden;
        }

        .indexP3 .swiper-slide .more {
            display: block;
            text-align: center;
            color: #fff;
            font-size: 0.16rem;
            width: 1.6rem;
            height: 0.55rem;
            line-height: 0.5rem;
            border-radius: 0.48rem;
            border: #fff solid 2px;
            box-sizing: border-box;
        }

            .indexP3 .swiper-slide .more:hover {
                background: #c42421;
                border: #c42421 solid 2px;
            }

    .indexP3 .swiper-pagination {
        display: none;
        position: relative;
        padding-top: 0.5rem;
        bottom: 0;
    }

    .indexP3 .swiper-pagination-bullet {
        border: #a1a1a1 solid 1px;
        background: none;
        opacity: 1;
    }

    .indexP3 .swiper-pagination-bullet-active {
        border: #144e8a solid 1px;
    }

    .indexP3 .tab-box {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        height: 100%;
    }

        .indexP3 .tab-box a {
            display: block;
            color: rgba(255,255,255,0.6);
            font-size: 0.16rem;
            text-align: left;
        }

        .indexP3 .tab-box .inner {
            position: relative;
            padding-left: 72px;
            line-height: 0.42rem;
            background: url(../images/line1.png) left center no-repeat;
        }

        .indexP3 .tab-box a.on {
            color: #fff;
            font-size: 0.18rem;
        }

            .indexP3 .tab-box a.on .inner {
                background: url(../images/line1on.png) left center no-repeat;
            }

.aboutP1 {
    padding: 1.1rem 0 0.6rem; /* background: url(../images/aboutP1.png) center bottom no-repeat; background-size: 100%;*/
    overflow: hidden;
}

    .aboutP1 .leftDiv {
        width: 50%;
    }

    .aboutP1 .title {
        position: relative;
        font-size: 0.42rem;
        line-height: 0.42rem;
        color: #333;
        padding-bottom: 0.32rem;
        font-weight: bold;
    }

        .aboutP1 .title:after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 50px;
            height: 3px;
            background: #e62129;
        }

    .aboutP1 .txt {
        padding: 0.6rem 0 0.7rem;
        font-weight: bold;
        color: #e62129;
        font-size: 0.48rem;
        line-height: 0.64rem;
    }

    .aboutP1 .numList li {
        float: left;
        width: 50%;
        height: 1.2rem;
        box-sizing: border-box;
    }

        .aboutP1 .numList li .pj {
            height: 0.55rem;
        }

        .aboutP1 .numList li .num {
            display: flex;
            display: -webkit-flex;
            align-items: flex-end;
            -webkit-align-items: flex-end;
        }

        .aboutP1 .numList li .numUp {
            font-family: mont;
            font-size: 0.48rem;
            line-height: 0.4rem;
            color: #333;
            padding-right: 0.15rem;
        }

        .aboutP1 .numList li p {
            font-size: 0.16rem;
            height: 0.36rem;
            color: #333;
            position: relative;
            display: flex;
            display: -webkit-flex;
            align-items: flex-end;
            -webkit-align-items: flex-end;
        }

        .aboutP1 .numList li span {
            position: absolute;
            left: 0;
            top: 0;
            width: 11px;
            height: 11px;
            background: url(../images/nimg11_1.png) no-repeat;
        }

        .aboutP1 .numList li .wen {
            font-size: 0.16rem;
            line-height: 0.16rem;
        }

    .aboutP1 .rightCon {
        width: 7.68rem;
        font-size: 0.16rem;
        text-align: justify;
        line-height: 0.3rem;
    }

.aboutP2 {
    height: 5.1rem;
    text-align: center;
    background: center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

    .aboutP2 .title {
        position: relative;
        font-size: 0.42rem;
        line-height: 0.42rem;
        color: #fff;
        font-weight: bold;
        padding-bottom: 0.32rem;
    }

        .aboutP2 .title:after {
            content: '';
            position: absolute;
            left: 50%;
            bottom: 0;
            margin-left: -25px;
            width: 50px;
            height: 3px;
            background: #fff;
        }

    .aboutP2 .txt {
        color: #fff;
        font-size: 0.36rem;
        line-height: 0.48rem;
        padding-top: 0.5rem;
    }

.aboutP3 {
    padding: 1.2rem 0 1.0rem;
    position: relative;
}

    .aboutP3:before {
        content: "";
        width: 2.3rem;
        height: 100%;
        position: absolute;
        top: 0;
        z-index: 2;
        left: 0;
        background: linear-gradient(90deg, #fff, transparent);
    }

    .aboutP3:after {
        content: "";
        width: 2.3rem;
        height: 100%;
        position: absolute;
        top: 0;
        z-index: 2;
        right: 0;
        background: linear-gradient(-90deg, #fff, transparent);
    }

    .aboutP3 .title {
        position: relative;
        text-align: center;
        font-size: 0.42rem;
        line-height: 0.42rem;
        color: #333;
        font-weight: bold;
        padding-bottom: 0.32rem;
        margin-bottom: 0.5rem;
    }

        .aboutP3 .title:after {
            content: '';
            position: absolute;
            left: 50%;
            bottom: 0;
            margin-left: -25px;
            width: 50px;
            height: 3px;
            background: #e83037;
        }

.leftScroll .list li {
    float: left;
    padding: 0.15rem 0.1rem;
    cursor: pointer;
}

    .leftScroll .list li .limg {
        height: 1.25rem;
        width: 2.4rem;
        background: #fff;
        border-radius: 6px;
        box-shadow: 0 0 0.15rem 0 rgba(13,26,53,0.1);
    }

        .leftScroll .list li .limg img {
            max-width: 2.1rem;
            max-height: 1rem;
        }

.rightScroll .list li {
    float: left;
    padding: 0.15rem 0.1rem;
    cursor: pointer;
}

    .rightScroll .list li .limg {
        height: 1.25rem;
        width: 2.4rem;
        background: #fff;
        border-radius: 6px;
        box-shadow: 0 0 0.15rem 0 rgba(13,26,53,0.1);
    }

        .rightScroll .list li .limg img {
            max-width: 2.1rem;
            max-height: 1rem;
        }

        .leftScroll .list li .limg:hover img, .rightScroll .list li .limg:hover img {
            transform: scale(1.1);
            -webkit-transform: scale(1.1);
        }

.tempWrap {
    width: 100% !important;
}

.honor {
    padding: 1.2rem 0 1.3rem;
}

    .honor .title {
        position: relative;
        text-align: center;
        font-size: 0.42rem;
        line-height: 0.42rem;
        color: #333;
        padding-bottom: 0.32rem;
        font-weight: bold;
    }

        .honor .title:after {
            content: '';
            position: absolute;
            left: 50%;
            margin-left: -25px;
            bottom: 0;
            width: 50px;
            height: 3px;
            background: #e62129;
        }

    .honor .list {
        padding: 0.6rem 0;
    }

        .honor .list ul {
            margin-right: -0.32rem; /*display: flex; display: -webkit-flex; justify-content: space-between; -webkit-justify-content: space-between; flex-wrap: wrap;*/
        }

    .honor .wall-column {
        float: left;
        width: 25%;
    }

    .honor .article { /* float: left; width: 25%;*/
        padding-bottom: 0.3rem;
    }

        .honor .article .box {
            margin-right: 0.32rem;
            height: 2.3rem;
            padding: 0.4rem 0.25rem 0;
            box-sizing: border-box;
            border-radius: 8px;
            background: #fff;
            box-shadow: 0 0 0.4rem 0 rgba(0,0,0,0.07);
        }

        .honor .article .ico {
            position: relative;
        }

            .honor .article .ico img {
                display: block;
                width: auto;
                margin: 0 auto;
            }

            .honor .article .ico .img1 {
                height: 0.68rem;
            }

            .honor .article .ico .img2 {
                width: auto;
                height: 0;
            }

        .honor .article .name {
            margin-top: 0.2rem;
            font-size: 0.2rem;
            line-height: 0.32rem;
            max-height: 0.96rem;
            color: #333;
            text-align: center;
            overflow: hidden;
            font-family: 'light';
        }

        .honor .article .box:hover {
            background: #0055a4;
            height: 3.24rem;
        }

            .honor .article .box:hover .name {
                color: #fff;
            }

            .honor .article .box:hover .ico .img1 {
                height: 0;
            }

            .honor .article .box:hover .ico .img2 {
                height: 1.75rem;
            }

.news {
    padding: 1.2rem 0 1.3rem;
}

    .news .detail a {
        display: block;
        background: #f5f6f7;
        height: 4.32rem;
        position: relative;
        padding: 0 0.95rem 0 8.5rem;
        overflow: hidden;
    }

    .news .detail .imgDiv {
        position: absolute;
        left: 0;
        top: 0;
        width: 50%;
        height: 4.32rem;
        overflow: hidden;
    }

        .news .detail .imgDiv img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .news .detail .conDiv {
        height: 4.32rem;
    }

    .news .detail .time {
        font-size: 0.18rem;
        line-height: 0.18rem;
        color: #e60012;
        font-family: 'regular';
        padding-bottom: 0.2rem;
    }

    .news .detail .name {
        line-height: 0.36rem;
        height: 0.72rem;
        color: #000;
        font-size: 0.24rem;
    }

    .news .detail .content {
        font-size: 0.16rem;
        color: #666;
        line-height: 0.3rem;
        height: 0.9rem;
        margin-top: 0.18rem;
    }

    .news .detail .btnDiv {
        margin-top: 0.4rem;
        width: 1.04rem;
        line-height: 0.2rem;
        font-size: 0.16rem;
        color: #e60012;
        background: url(../images/ico3.png) right center no-repeat;
    }

    .news .detail a:hover .imgDiv img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }

    .news .detail a:hover .name {
        color: #e60012;
    }

    .news .list {
        padding: 0.6rem 0;
    }

        .news .list li {
            margin-bottom: 0.4rem;
        }

            .news .list li a {
                display: block;
                position: relative;
                padding-left: 5.2rem;
                height: 2.7rem;
            }

            .news .list li .imgDiv {
                position: absolute;
                left: 0;
                top: 0;
                width: 4.82rem;
                height: 2.7rem;
                overflow: hidden;
            }

                .news .list li .imgDiv img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }

            .news .list li .conDiv {
                border-top: #f5f6f7 solid 1px;
            }

            .news .list li .time {
                font-size: 0.18rem;
                line-height: 0.18rem;
                color: #666;
                font-family: 'regular';
                padding: 0.3rem 0 0.14rem;
            }

            .news .list li .name {
                line-height: 0.36rem;
                height: 0.36rem;
                color: #000;
                font-size: 0.24rem;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

            .news .list li .content {
                font-size: 0.16rem;
                color: #666;
                line-height: 0.24rem;
                height: 0.72rem;
                margin-top: 0.1rem;
            }

            .news .list li .more {
                margin-top: 0.45rem;
                width: 1.04rem;
                line-height: 0.2rem;
                font-size: 0.16rem;
                color: #e60012;
                background: url(../images/ico3.png) right center no-repeat;
            }

            .news .list li a:hover .imgDiv img {
                transform: scale(1.1);
                -webkit-transform: scale(1.1);
            }

            .news .list li a:hover .name {
                color: #e60012;
            }

.history {
    padding: 1.2rem 0 1.3rem;
}

    .history .title {
        position: relative;
        font-size: 0.42rem;
        line-height: 0.42rem;
        color: #333;
        padding-bottom: 0.32rem;
        font-weight: bold;
        margin-bottom: 0.6rem;
    }

        .history .title:after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 50px;
            height: 3px;
            background: #e62129;
        }

.historyPic {
    position: relative;
}

    .historyPic .box-container {
        margin: 0 0.5rem;
        position: relative;
    }

        .historyPic .box-container:before {
            content: '';
            position: absolute;
            left: 0;
            top: 50%;
            width: 100%;
            height: 1px;
            background: #eee;
        }

    .historyPic .halaDiv {
        padding: 0 0.7rem;
    }

    .historyPic .year-swiper {
        position: relative;
        height: 0.8rem;
    }

        .historyPic .year-swiper .swiper-slide .year {
            margin: 0 auto;
            cursor: pointer;
            width: 0.8rem;
            height: 0.8rem;
            line-height: 0.8rem;
            background: #eee;
            border-radius: 50%;
            text-align: center;
            font-size: 0.18rem;
            color: #333;
            font-family: 'regular';
        }

        .historyPic .year-swiper .swiper-slide-active .year {
            background: #c42421;
            color: #fff;
        }

    .historyPic .se {
        display: block;
        position: absolute;
        top: 50%;
        margin-top: -0.15rem;
        width: 0.3rem;
        height: 0.3rem;
        border-radius: 50%;
        box-sizing: border-box;
        border: #eee solid 2px;
        z-index: 2;
    }

    .historyPic .prev {
        left: 0;
        background: #fff url(../images/nimg9_left.png) no-repeat center;
    }

    .historyPic .next {
        right: 0;
        background: #fff url(../images/nimg9_right.png) no-repeat center;
    }

    .historyPic .prev:hover {
        border: #c42421 solid 2px;
        background: #c42421 url(../images/nimg9_lefton.png) no-repeat center;
    }

    .historyPic .next:hover {
        border: #c42421 solid 2px;
        background: #c42421 url(../images/nimg9_righton.png) no-repeat center;
    }

    .historyPic .detail-box {
        margin-top: 0.8rem;
    }

    .historyPic .item {
        display: none;
        position: relative;
    }

        .historyPic .item.on {
            display: block;
            animation: fadeOfOpacity .5s linear;
        }

    .historyPic .mxfDiv {
        height: 3.5rem;
        background: #fafafa;
        padding: 0.56rem 0.8rem 0;
        box-sizing: border-box;
    }

    .historyPic .conDiv {
        position: relative;
        min-height: 2.3rem;
        animation: am_top 0.4s ease-in-out 0.2s backwards;
    }

        .historyPic .conDiv:before {
            content: '';
            position: absolute;
            left: 10px;
            top: 0;
            width: 1px;
            height: 100%;
            background: url(../images/line2.png) repeat-y;
        }

        .historyPic .conDiv .year {
            position: relative;
            padding-left: 0.8rem;
            font-size: 0.38rem;
            color: #333;
            font-family: 'regular';
            background: url(../images/ico4.png) left center no-repeat;
        }

            .historyPic .conDiv .year em {
                font-size: 0.48rem;
                line-height: 0.42rem;
            }

        .historyPic .conDiv .content {
            padding: 0.25rem 0 0 0.8rem;
            font-size: 0.18rem;
            line-height: 0.36rem;
        }

.product {
    padding: 1.2rem 0;
    overflow: hidden;
}

    .product .toptop {
        height: 1.35rem;
        position: relative;
    }

    .product .title {
        font-weight: bold;
        color: #333;
        font-size: 0.42rem;
        line-height: 0.42rem;
        position: relative;
        padding-bottom: 0.35rem;
    }

        .product .title:after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 50px;
            height: 3px;
            background: #e62129;
        }

    .product .form {
        z-index: 1;
        position: absolute;
        right: 0;
        top: 0;
        width: 4.52rem;
        height: 0.56rem;
    }

        .product .form .input1 {
            padding-left: 0.18rem;
            width: 100%;
            font-size: 0.16rem;
            color: #999;
            height: 0.56rem;
            line-height: 0.52rem;
            border: #ededee solid 2px;
            box-sizing: border-box;
        }

            .product .form .input1::-webkit-input-placeholder {
                color: #999;
                opacity: 1;
            }

            .product .form .input1:-moz-placeholder {
                color: #999;
                opacity: 1;
            }

            .product .form .input1::-moz-placeholder {
                color: #999;
                opacity: 1;
            }

            .product .form .input1:-ms-input-placeholder {
                color: #999;
                opacity: 1;
            }

        .product .form .btn1 {
            position: absolute;
            right: 0;
            top: 0;
            width: 0.56rem;
            height: 0.56rem;
            background: #c42421 url(../images/nimg15_1.png) center no-repeat;
        }

.proNav li {
    margin-bottom: 0.1rem;
}

    .proNav li a {
        font-weight: bold;
        font-size: 0.16rem;
        color: #333;
        display: block;
        height: 0.52rem;
        line-height: 0.52rem;
        overflow: hidden;
        background: #eee;
        padding: 0 0.35rem;
    }

        .proNav li a:hover, .proNav li .aNow {
            background: #c42421;
            color: #fff;
        }

.product .list {
    padding-bottom: 0.3rem;
}

    .product .list ul {
        margin-right: -0.25rem;
    }

    .product .list li {
        float: left;
        width: 33.33%;
        padding-bottom: 0.4rem;
    }

        .product .list li .box {
            margin-right: 0.25rem;
        }

        .product .list li .imgDiv {
            height: 3.74rem;
            overflow: hidden;
        }

            .product .list li .imgDiv img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

        .product .list li .name {
            margin-top: 0.1rem;
            height: 0.42rem;
            line-height: 0.42rem;
            overflow: hidden;
            font-size: 0.24rem;
            color: #333;
            text-align: center;
        }

        .product .list li .box:hover .imgDiv img {
            transform: scale(1.1);
            -webkit-transform: scale(1.1);
        }

        .product .list li .box:hover .name {
            color: #c42421;
        }

.productShow {
    padding-bottom: 1.2rem;
}

    .productShow .mxfDiv {
        padding-top: 0.4rem;
    }

    .productShow .leftImg {
        width: 50%;
        height: 7.68rem;
        background: #f5f5f5;
    }

        .productShow .leftImg img {
            max-width: 7.68rem;
            max-height: 7.68rem;
        }

    .productShow .rightDiv {
        width: 6.6rem;
        padding-top: 0.3rem;
    }

    .productShow .name {
        font-size: 0.36rem;
        line-height: 0.48rem;
        color: #333;
        font-family: 'regular';
    }

    .productShow .wen {
        position: relative;
        font-size: 0.18rem;
        line-height: 0.3rem;
        padding-bottom: 0.35rem;
        color: #999;
    }

        .productShow .wen:after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 36px;
            height: 2px;
            background: #c42421;
        }

    .productShow .txt {
        padding: 0.3rem 0;
        font-size: 0.18rem;
        line-height: 0.34rem;
        color: #333;
    }

    .productShow .title {
        padding-bottom: 0.2rem;
        font-size: 0.24rem;
        line-height: 0.24rem;
        color: #c42421;
        font-weight: bold;
    }

    .productShow .msg {
        font-size: 0.16rem;
        line-height: 0.3rem;
        height: 3.6rem;
        overflow: auto;
        color: #333;
        padding-right: 8px;
    }

        .productShow .msg::-webkit-scrollbar {
            width: 2px;
        }

        .productShow .msg::-webkit-scrollbar-track {
            background-color: #e2e2e2;
        }

        .productShow .msg::-webkit-scrollbar-thumb {
            background-color: #c42421;
        }

    .productShow .share {
        margin-top: 0.3rem;
        padding-left: 0.55rem;
        position: relative;
    }

        .productShow .share em {
            position: absolute;
            left: 0;
            top: 0;
            font-size: 0.16rem;
            line-height: 0.44rem;
        }

        .productShow .share li {
            float: left;
            margin-right: 15px;
            width: 0.44rem;
            position: relative;
        }

            .productShow .share li img {
                width: 100%;
            }

            .productShow .share li .ewmLayer {
                position: absolute;
                text-align: center;
                left: 50%;
                margin-left: -70px;
                top: -130px;
                width: 140px;
                height: 140px;
                background: #fff;
                opacity: 0;
                filter: alpha(opacity=0);
                visibility: hidden;
                z-index: 22;
                box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.1);
            }

            .productShow .share li:hover .ewmLayer {
                opacity: 1;
                filter: alpha(opacity=1);
                visibility: visible;
                top: -140px;
            }

            .productShow .share li .ewmLayer .imgDiv {
                padding: 10px;
            }

                .productShow .share li .ewmLayer .imgDiv img {
                    position: relative;
                    top: 0;
                    left: 0;
                    margin-left: 0;
                    margin-top: 0;
                    width: 120px;
                }

    .productShow .bigTitle {
        margin: 1.2rem 0 0.6rem;
        position: relative;
        padding-bottom: 0.35rem;
        font-size: 0.42rem;
        line-height: 0.42rem;
        color: #333;
    }

        .productShow .bigTitle:after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 45px;
            height: 3px;
            background: #c42421;
        }

    .productShow .table table {
        border-left: #e0e0e0 solid 1px;
        border-bottom: #c42421 solid 1px;
    }

    .productShow .table3 table {
        border-top: #e0e0e0 solid 1px;
    }

    .productShow .table td {
        height: 0.58rem;
        background: #f8f8f8;
        border-bottom: #e0e0e0 solid 1px;
        font-size: 0.16rem;
        border-right: #e0e0e0 solid 1px;
        padding-left: 1.1rem;
    }

        .productShow .table td:nth-child(1) {
            color: #333;
            width: 37.5%;
        }

    .productShow .table tr:last-child td {
        border-bottom: none;
    }

    .productShow .table .dian {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: #c42421;
    }

    .productShow .table2 table {
        border-left: #e0e0e0 solid 1px;
        border-bottom: #c42421 solid 1px;
    }

    .productShow .table2 td {
        height: 0.58rem;
        border-bottom: #e0e0e0 solid 1px;
        font-size: 0.16rem;
        border-right: #e0e0e0 solid 1px;
        padding-left: 1.1rem;
    }

    .productShow .table2 .td01 {
        color: #333;
        width: 37.5%;
    }

    .productShow .table2 tr:last-child td {
        border-bottom: none;
    }

    .productShow .table2 .td02 {
        border-bottom: none;
        color: #333;
        width: 18%;
    }

    .productShow .table2 .td03 {
        color: #333;
    }

    .productShow .table2 .dian {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: #c42421;
    }

.newsBox {
    padding: 1.2rem 0;
}

.newShow .name {
    font-size: 0.36rem;
    color: #c42421;
    font-weight: bold;
    line-height: 0.48rem;
    padding-bottom: 0.45rem;
    font-weight: bold;
    position: relative;
}

.newShow .wnList {
    padding-bottom: 0.3rem;
    overflow: hidden;
}

    .newShow .wnList li {
        float: left;
        position: relative;
        color: #ccc;
        font-size: 14px;
        line-height: 26px;
        padding-left: 0.28rem;
        font-family: 'light';
        margin-right: 0.2rem;
    }

        .newShow .wnList li img {
            position: absolute;
            left: 0;
            top: 50%;
            margin-top: -8px;
        }

.newShow .content {
    padding-top: 0.4rem;
    font-size: 0.16rem;
    color: #777;
    line-height: 0.32rem;
}

.newShow .imgDiv {
    padding: 0.4rem 0;
    text-align: center;
}

    .newShow .imgDiv img {
        max-width: 10.4rem;
    }

.sideNews .title {
    font-size: 0.22rem;
    line-height: 0.22rem;
    color: #393435;
    font-weight: bold;
    position: relative;
    padding-bottom: 0.3rem;
}

    .sideNews .title:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 50px;
        height: 3px;
        background: #e62129;
    }

.sideNews .list li a {
    display: block;
    padding: 0.4rem 0;
    border-bottom: #f5f5f5 solid 1px;
}

.sideNews .list li .name {
    font-size: 0.24rem;
    line-height: 0.36rem;
    color: #333;
    height: 0.36rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.sideNews .list li .content {
    margin-top: 0.1rem;
    height: 0.52rem;
    line-height: 0.26rem;
    overflow: hidden;
    font-size: 0.15rem;
    color: #999;
}

.sideNews .list li .time {
    font-size: 0.14rem;
    line-height: 0.3rem;
    padding-top: 0.2rem;
    color: #c42421;
    font-family: 'light';
}

.sideNews .list li:hover .name {
    color: #c42421;
}

.pageDown {
    padding-top: 0.35rem;
}

    .pageDown li {
        font-size: 0.16rem;
    }

        .pageDown li a {
            display: block;
            height: 0.36rem;
            line-height: 0.46rem;
            color: #333;
            overflow: hidden;
        }

            .pageDown li a:hover {
                color: #c42421;
            }

.newsBox .share {
    padding-top: 0.35rem;
    overflow: hidden;
}

    .newsBox .share li {
        float: left;
        margin-right: 15px;
    }

        .newsBox .share li a {
            display: block;
            width: 34px;
            height: 34px;
            border-radius: 50%;
            position: relative;
            background: #fff;
            border: #ededed solid 1px;
        }

        .newsBox .share li img {
            position: absolute;
            left: 50%;
            top: 50%;
            margin-left: -9px;
            margin-top: -7px;
        }

        .newsBox .share li .img1 {
            opacity: 0;
        }

        .newsBox .share li a:hover {
            background: #c42421;
            border: #c42421 solid 1px;
        }

            .newsBox .share li a:hover img {
                opacity: 0;
            }

            .newsBox .share li a:hover .img1 {
                opacity: 1;
            }

.backBtn {
    padding-top: 0.5rem;
}

    .backBtn a {
        display: block;
        border-radius: 0.48rem;
        height: 0.52rem;
        line-height: 0.52rem;
        color: #fff;
        font-size: 0.16rem;
        text-align: center;
        background: #c42421;
    }

    .backBtn img {
        padding-left: 10px;
        position: relative;
        top: -1px;
    }

.serviceP1 {
    padding: 1.2rem 0;
}

    .serviceP1 .title {
        font-weight: bold;
        text-align: center;
        font-size: 0.42rem;
        line-height: 0.42rem;
        color: #333;
        padding-bottom: 0.32rem;
        position: relative;
    }

        .serviceP1 .title:after {
            content: '';
            position: absolute;
            left: 50%;
            margin-left: -25px;
            bottom: 0;
            width: 50px;
            height: 3px;
            background: #e62129;
        }

    .serviceP1 .mxfDiv {
        margin-top: 0.6rem;
        position: relative;
    }

        .serviceP1 .mxfDiv .imgDiv img {
            width: 100%;
        }

        .serviceP1 .mxfDiv .layer {
            position: absolute;
            left: 1.5rem;
            z-index: 1;
            top: 0;
            height: 100%;
            width: 80%;
            display: flex;
            display: -webkit-box;
            display: -moz-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            justify-content: center;
            -webkit-justify-content: center;
            flex-direction: column;
            -webkit-flex-direction: column;
        }

        .serviceP1 .mxfDiv .cn {
            font-size: 0.42rem;
            line-height: 0.42rem;
            color: #fff;
            font-weight: bold;
            padding-bottom: 0.2rem;
        }

        .serviceP1 .mxfDiv .en {
            font-size: 0.18rem;
            line-height: 0.18rem;
            color: #fff;
            font-family: 'light';
            text-transform: uppercase;
        }

        .serviceP1 .mxfDiv .btnDiv {
            margin-top: 0.5rem;
        }

            .serviceP1 .mxfDiv .btnDiv a {
                display: block;
                color: #fff;
                font-size: 0.18rem;
                width: 1.9rem;
                height: 0.6rem;
                line-height: 0.6rem;
                text-align: center;
                border-radius: 0.48rem;
                background: #c42421;
            }

                .serviceP1 .mxfDiv .btnDiv a:hover {
                    background: #0055a4;
                }

    .serviceP1 .list {
        padding-top: 0.6rem;
    }

        .serviceP1 .list ul {
            margin-right: -0.48rem;
        }

        .serviceP1 .list li {
            float: left;
            width: 33.33%;
        }

            .serviceP1 .list li .box {
                padding-top: 0.56rem;
                margin-right: 0.48rem;
                height: 3.14rem;
                background: #f5f6f7;
                border-radius: 8px;
                text-align: center;
                box-sizing: border-box;
            }

            .serviceP1 .list li .ico {
                height: 1.0rem;
            }

                .serviceP1 .list li .ico img {
                    width: 0.52rem;
                }

            .serviceP1 .list li .name {
                font-size: 0.22rem;
                line-height: 0.22rem;
                height: 0.32rem;
                color: #1c1d25;
            }

            .serviceP1 .list li .msg {
                line-height: 0.3rem;
                font-size: 0.16rem;
                font-family: 'light';
            }

                .serviceP1 .list li .msg em {
                    padding: 0 0.2rem;
                }

.serviceP2 {
    padding-bottom: 1.0rem;
    overflow: hidden;
}

    .serviceP2 .title {
        margin-bottom: 0.6rem;
        font-size: 0.42rem;
        line-height: 0.42rem;
        color: #333;
        position: relative;
        padding-bottom: 0.35rem;
        font-weight: bold;
    }

        .serviceP2 .title:after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 50px;
            height: 3px;
            background: #e62129;
        }

    .serviceP2 .list {
        width: 10.46rem;
    }

        .serviceP2 .list li {
            position: relative;
            padding-bottom: 0.2rem;
        }

            .serviceP2 .list li .msgDiv {
                padding: 0 2.0rem 0 0.3rem;
                height: 1rem;
                position: relative;
                background: #f6f7f9;
                cursor: pointer;
            }

            .serviceP2 .list li .ico {
                position: absolute;
                right: 0.4rem;
                top: 50%;
                width: 35px;
                height: 35px;
                margin-top: -17px;
                border-radius: 50%;
                box-sizing: border-box;
                background: #eee;
            }

                .serviceP2 .list li .ico:before {
                    content: '';
                    position: absolute;
                    left: 1px;
                    top: 1px;
                    width: 33px;
                    height: 33px;
                    background: #fff;
                    border-radius: 50%;
                }

                .serviceP2 .list li .ico:after {
                    content: '';
                    position: absolute;
                    left: 50%;
                    top: 50%;
                    margin-left: -6px;
                    margin-top: -6px;
                    width: 12px;
                    height: 12px;
                    background: url(../images/nimg12_2.png) no-repeat;
                }

            .serviceP2 .list li .name {
                position: relative;
                color: #333;
                height: 1rem;
                padding-left: 0.5rem;
                overflow: hidden;
                font-size: 0.16rem;
                line-height: 0.3rem;
                color: #333;
            }

            .serviceP2 .list li .wen {
                position: absolute;
                color: #fff;
                font-size: 0.16rem;
                display: block;
                text-transform: uppercase;
                left: 0;
                top: 50%;
                margin-top: -12px;
                background: #999;
                width: 25px;
                height: 25px;
                line-height: 25px;
                text-align: center;
                border-radius: 50%;
                font-family: 'light';
            }

            .serviceP2 .list li .box {
                display: none;
            }

            .serviceP2 .list li .msgDiv.aNow .ico {
                background: #ce0e2d;
            }

                .serviceP2 .list li .msgDiv.aNow .ico:after {
                    background: url(../images/nimg12_2on.png) no-repeat;
                }

            .serviceP2 .list li .mxfDiv {
                position: relative;
                padding: 0.3rem 0.85rem 0.15rem 0.8rem;
            }

            .serviceP2 .list li .txt {
                position: absolute;
                text-transform: uppercase;
                left: 0.3rem;
                top: 0.38rem;
                width: 25px;
                height: 25px;
                border-radius: 50%;
                background: #ce0e2d;
                text-align: center;
                line-height: 25px;
                font-size: 0.16rem;
                color: #fff;
                font-family: 'light';
            }

            .serviceP2 .list li .content {
                line-height: 0.3rem;
                font-size: 0.16rem;
                text-align: justify;
            }

    .serviceP2 .imgDiv {
        width: 4.32rem;
    }

        .serviceP2 .imgDiv img {
            width: 100%;
        }

.serviceP3 {
    padding-top: 1.0rem;
    height: 7.13rem;
    background: url(../images/serviceP3.jpg) center no-repeat;
    background-size: cover;
    box-sizing: border-box;
}

    .serviceP3 .leftDiv {
        padding-top: 0.45rem;
        width: 7.0rem;
    }

    .serviceP3 .title {
        position: relative;
        font-weight: bold;
        font-size: 0.42rem;
        line-height: 0.42rem;
        color: #333;
        padding-bottom: 0.35rem;
    }

        .serviceP3 .title:after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 50px;
            height: 3px;
            background: #e62129;
        }

    .serviceP3 .wen {
        padding-top: 0.75rem;
        font-size: 0.42rem;
        color: #333;
        line-height: 0.72rem;
    }

        .serviceP3 .wen em {
            color: #ed2d2a;
            font-size: 0.54rem;
            font-family: 'regular';
        }

    .serviceP3 .rightDiv {
        width: 5.22rem;
        position: relative;
    }

        .serviceP3 .rightDiv .imgDiv img {
            width: 100%;
        }

        .serviceP3 .rightDiv p {
            position: absolute;
            bottom: 0.4rem;
            right: 1.1rem;
            font-size: 0.18rem;
            line-height: 0.18rem;
            color: #333;
        }

.case {
    padding: 1.2rem 0 1.3rem;
}

    .case .title {
        text-align: center;
        padding-bottom: 0.32rem;
        font-weight: bold;
        font-size: 0.42rem;
        line-height: 0.42rem;
        color: #333;
        position: relative;
    }

        .case .title:after {
            content: '';
            position: absolute;
            left: 50%;
            margin-left: -25px;
            bottom: 0;
            width: 50px;
            height: 3px;
            background: #e62129;
        }

    .case .list {
        padding: 0.6rem 0;
    }

        .case .list li {
            position: relative;
            margin-bottom: 0.3rem;
            height: 6.0rem;
            background: #c42421;
            padding: 0 10.46rem 0 0.85rem;
        }

            .case .list li:nth-child(even) {
                padding: 0 0.85rem 0 10.46rem;
            }

            .case .list li .imgDiv {
                position: absolute;
                right: 0;
                top: 0;
                z-index: 1;
                width: 9.6rem;
                height: 6.0rem;
            }

            .case .list li:nth-child(even) .imgDiv {
                right: auto;
                left: 0;
            }

            .case .list li .imgDiv img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

            .case .list li .conDiv {
                height: 6.0rem;
                color: #fff;
            }

            .case .list li .name {
                font-size: 0.3rem;
                line-height: 0.42rem;
                font-weight: bold;
            }

            .case .list li .content {
                margin-top: 0.25rem;
                text-align: justify;
                max-height: 4.2rem;
                line-height: 0.3rem;
                font-size: 0.16rem;
                padding-right: 6px;
                overflow: auto;
            }

                .case .list li .content::-webkit-scrollbar {
                    width: 2px;
                }

                .case .list li .content::-webkit-scrollbar-track {
                    background-color: rgba(255,255,255,0.4);
                }

                .case .list li .content::-webkit-scrollbar-thumb {
                    background-color: #fff;
                }



.contactP1 {
    padding: 1.2rem 0 0.88rem;
    position: relative;
}

    .contactP1 .title {
        font-size: 0.42rem;
        line-height: 0.42rem;
        color: #333;
        padding-bottom: 0.32rem;
        position: relative;
        font-weight: bold;
    }

        .contactP1 .title:after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 50px;
            height: 3px;
            background: #e62129;
        }

    .contactP1 .mxfDiv {
        margin-top: 0.6rem;
        position: relative;
    }

    .contactP1 .list {
        width: 13.0rem;
    }

        .contactP1 .list li {
            float: left;
            width: 50%;
            padding-left: 86px;
            position: relative;
            min-height: 60px;
            font-size: 0.18rem;
            box-sizing: border-box;
            margin-bottom: 0.32rem;
        }

            .contactP1 .list li:last-child {
                width: 40%;
            }

            .contactP1 .list li .ico {
                position: absolute;
                left: 0;
                top: 0;
                border: #e5e5e5 solid 1px;
                width: 58px;
                height: 58px;
                border-radius: 50%;
            }

                .contactP1 .list li .ico img {
                    position: absolute;
                    left: 50%;
                    top: 50%;
                    margin-left: -11px;
                    margin-top: -12px;
                }

                .contactP1 .list li .ico .img1 {
                    opacity: 0;
                }

            .contactP1 .list li p {
                line-height: 30px;
                font-size: 14px;
                color: #999;
            }

            .contactP1 .list li .wen {
                font-family: 'regular';
                color: #333;
                line-height: 0.3rem;
            }

            .contactP1 .list li:hover .ico {
                border: #c42421 solid 1px;
                background: #c42421;
            }

                .contactP1 .list li:hover .ico img {
                    opacity: 0;
                }

                .contactP1 .list li:hover .ico .img1 {
                    opacity: 1;
                }

    .contactP1 .layer {
        position: absolute;
        right: 0;
        top: 0;
        width: 2.44rem;
        height: 2.44rem;
    }

    .contactP1 .ewm {
        border: #ddd solid 1px;
        border-bottom: none;
        box-sizing: border-box;
    }

        .contactP1 .ewm img {
            width: 100%;
        }

    .contactP1 .txt {
        width: 100%;
        height: 60px;
        background: #c42421;
    }

        .contactP1 .txt em {
            display: block;
            text-align: center;
            color: #fff;
            font-size: 16px;
            line-height: 18px;
        }

.contactP2 {
    padding: 1.2rem 0 1.3rem;
    background: url(../images/contactP2.jpg) center no-repeat;
    background-size: cover;
}

    .contactP2 .mxfDiv {
        background: #fff;
        padding: 1.2rem 1.0rem 1.3rem;
        border-top-left-radius: 0.96rem;
        border-bottom-right-radius: 0.96rem;
    }

    .contactP2 .title {
        text-align: center;
        font-size: 0.42rem;
        line-height: 0.42rem;
        color: #333;
        font-weight: bold;
        position: relative;
        padding-bottom: 0.32rem;
    }

        .contactP2 .title:after {
            content: '';
            position: absolute;
            left: 50%;
            margin-left: -25px;
            bottom: 0;
            width: 50px;
            height: 3px;
            background: #e62129;
        }

    .contactP2 .form {
        padding-top: 0.6rem;
    }

        .contactP2 .form ul {
            margin-right: -0.32rem;
        }

        .contactP2 .form li {
            float: left;
            width: 50%;
            padding-bottom: 0.32rem;
        }

        .contactP2 .form .li01 {
            width: 100%;
        }

        .contactP2 .form li .box {
            margin-right: 0.32rem;
            position: relative;
            padding-left: 1.0rem;
            background: #f8f8f8;
            height: 0.65rem;
        }

        .contactP2 .form .li01 .box {
            height: 1.85rem;
        }

        .contactP2 .form li .txt {
            position: absolute;
            left: 0.24rem;
            top: 0;
            font-size: 0.16rem;
            line-height: 0.65rem;
            color: #333;
        }

            .contactP2 .form li .txt em {
                color: #e01212;
            }

        .contactP2 .form li .input1 {
            width: 100%;
            height: 0.65rem;
            line-height: 0.65rem;
            font-size: 0.16rem;
        }

        .contactP2 .form li textarea {
            width: 100%;
            height: 1.85rem;
            box-sizing: border-box;
            padding-top: 0.15rem;
            font-size: 0.16rem;
            line-height: 0.32rem;
            font-family: 'Microsoft YaHei';
        }

    .contactP2 .btnDiv {
        width: 2.0rem;
        margin: 0.15rem auto 0;
    }

        .contactP2 .btnDiv a {
            display: block;
            width: 100%;
            height: 0.6rem;
            line-height: 0.6rem;
            background: #c42421;
            border-radius: 0.48rem;
            color: #fff;
            text-align: center;
            font-size: 0.18rem;
            font-weight: bold;
        }

.patent {
    padding: 1.2rem 0;
}

    .patent .title {
        font-size: 0.42rem;
        line-height: 0.42rem;
        color: #333;
        font-weight: bold;
        padding-bottom: 0.32rem;
        text-align: center;
        position: relative;
    }

        .patent .title:after {
            content: '';
            position: absolute;
            left: 50%;
            margin-left: -25px;
            bottom: 0;
            width: 50px;
            height: 3px;
            background: #e62129;
        }

.patentPic {
    position: relative;
    margin: 0.8rem 0 0.4rem;
}

    .patentPic .halaDiv {
        padding: 0 0.5rem;
    }

    .patentPic .list {
        overflow: hidden;
    }

    .patentPic:before {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        top: 55px;
        height: 1px;
        background: #eaeaea;
    }

    .patentPic .wal {
        position: relative;
    }

    .patentPic .swiper-slide {
        padding-bottom: 20px;
    }

        .patentPic .swiper-slide .mxfDiv {
            padding: 0 25px;
            cursor: pointer;
            height: 66px;
            position: relative;
        }

        .patentPic .swiper-slide .year {
            text-align: center;
            font-size: 30px;
            color: #666;
            line-height: 30px;
            font-family: 'regular';
        }

        .patentPic .swiper-slide .ico {
            position: absolute;
            left: 50%;
            margin-left: -11px;
            bottom: 0;
            width: 22px;
            height: 22px;
            background: #fff;
            border-radius: 50%;
            box-shadow: 0 0 0.1rem 0 rgba(0,0,0,0.1);
        }

            .patentPic .swiper-slide .ico:after {
                content: '';
                position: absolute;
                left: 50%;
                top: 50%;
                width: 10px;
                height: 10px;
                margin-left: -5px;
                margin-top: -5px;
                background: #d9d9d9;
                border-radius: 50%;
            }

    .patentPic .swiper-slide-active .year {
        color: #c42421;
    }

    .patentPic .swiper-slide-active .ico:after {
        background: #c42421;
    }

    .patentPic .prev {
        position: absolute;
        left: 0;
        bottom: 6px;
        cursor: pointer;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        overflow: hidden;
        background: #e5e5e5 url(../images/nimg12_lefton.png) no-repeat center;
        z-index: 5;
    }

    .patentPic .next {
        position: absolute;
        right: 0;
        bottom: 6px;
        cursor: pointer;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        overflow: hidden;
        background: #e5e5e5 url(../images/nimg12_righton.png) no-repeat center;
        z-index: 5;
    }

    .patentPic .prev:hover {
        background: #c42421 url(../images/nimg12_lefton.png) no-repeat center;
    }

    .patentPic .next:hover {
        background: #c42421 url(../images/nimg12_righton.png) no-repeat center;
    }

.patent .detail-box .item {
    display: none;
    min-height: 5.0rem;
}

    .patent .detail-box .item.on {
        display: block;
        animation: fadeOfOpacity .5s linear;
    }

.patent .lie {
    position: relative;
}

    .patent .lie li {
        cursor: pointer; /* position: relative;*/
        height: 0.64rem;
        border-bottom: #f2f2f2 solid 1px;
        padding-left: 0.46rem;
        font-size: 0.16rem;
        line-height: 0.26rem;
        color: #333;
        background: url(../images/nimg16_4.png) left center no-repeat;
    }

        .patent .lie li p {
            height: 0.64rem;
            display: table-cell;
            vertical-align: middle;
        }

        .patent .lie li .limg {
            position: absolute;
            top: -0.3rem;
            right: 0;
            width: 3.2rem;
            height: auto;
            box-sizing: border-box;
            padding: 0.25rem;
            background: #fff;
            box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
            z-index: 9;
            opacity: 0;
            visibility: hidden;
            transition: all 0.5s;
            -o-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
        }

            .patent .lie li .limg img {
                width: 100%;
            }

        .patent .lie li:hover .limg {
            opacity: 1;
            visibility: visible;
        }

        .patent .lie li:hover p {
            color: #c42421;
        }


.searchBox {
    padding: 1.0rem 0;
    border-top: #eee solid 1px;
}

    .searchBox .toptop {
        position: relative;
        padding-right: 200px;
        height: 100px;
    }

    .searchBox .result span {
        display: inline-block;
        font-size: 16px;
        margin-right: 0.3rem;
        line-height: 0.62rem;
    }

    .searchBox .result b {
        margin: 0 4px;
        color: #cd0000;
        font-family: "mont";
        text-decoration: underline;
    }

    .searchBox .form {
        width: 3.25rem;
        box-sizing: border-box;
        position: absolute;
        right: 0;
        top: 0;
        overflow: hidden;
    }

        .searchBox .form .input1 {
            height: 0.62rem;
            box-sizing: border-box;
            line-height: 0.62rem;
            background: #f6f6f6;
            color: #666;
            width: 100%;
            font-size: 0.16rem;
            padding-left: 0.2rem;
            font-family: light;
        }

            .searchBox .form .input1::-webkit-input-placeholder {
                color: #666;
                opacity: 1;
            }

            .searchBox .form .input1:-moz-placeholder {
                color: #666;
                opacity: 1;
            }

            .searchBox .form .input1::-moz-placeholder {
                color: #666;
                opacity: 1;
            }

            .searchBox .form .input1:-ms-input-placeholder {
                color: #666;
                opacity: 1;
            }

        .searchBox .form .btnDiv {
            position: absolute;
            right: 0;
            top: 0;
            z-index: 1;
        }

            .searchBox .form .btnDiv a {
                display: block;
                width: 0.62rem;
                height: 0.62rem;
                background: url(../images/nimg16_1on.png) center no-repeat;
            }

    .searchBox .list {
        padding-bottom: 0.6rem;
    }

        .searchBox .list li {
            position: relative;
            list-style: none;
            border-bottom: 1px dashed #eee;
        }

            .searchBox .list li:first-child {
                border-top: 1px dashed #eee;
            }

            .searchBox .list li a {
                display: flex;
                display: -webkit-box;
                /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
                display: -moz-box;
                /* Firefox 17- */
                display: -webkit-flex;
                /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
                display: -moz-flex;
                /* Firefox 18+ */
                display: -ms-flexbox;
                /* IE 10 */
                padding: 0.1rem 0;
                align-items: center;
            }

        .searchBox .list .title {
            flex: 1;
            font-size: 16px;
            color: #666;
            line-height: 0.48rem;
            margin-right: 1rem;
            transition: color 0.3s ease;
            -webkit-transition: color 0.3s ease;
            -moz-transition: color 0.3s ease;
            -ms-transition: color 0.3s ease;
            -o-transition: color 0.3s ease;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            overflow: hidden;
        }

        .searchBox .list p {
            font-size: 16px;
            color: #999;
            font-family: "regular";
        }

        .searchBox .list li:hover .title {
            color: #c42421;
        }

    .searchBox .tips {
        display: none;
        text-align: center;
        font-size: 0.2rem;
        color: #333;
    }
