﻿
@charset "utf-8";
/* CSS Document */

body {
    margin: 0px;
    padding: 0px;
    font-family: "微软雅黑";
    color: #666666;
    margin: 0px;
    padding: 0px;
    background-color: #fff;
    overflow-x: hidden;
    box-sizing: border-box;
}

* {
    font-family: "微软雅黑";
}

li {
    list-style: none
}

ul {
    padding-left: 0;
    margin: 0 0
}

a {
    color: #666;
    text-decoration: none;
}

.center {
    max-width: 1200px;
    margin: 0 auto
}

h2, h3, h4, h5, p {
    margin: 0 0;
    padding: 0 0;
    font-weight: 500;
}

h1 {
    font-size: 2rem;
}

.ctrl span {
    float: left;
    cursor: pointer;
}

input, textarea, select {
    outline: none;
    font-family: "微软雅黑";
}

img {
    border: none
}

.cursor_pointer {
    cursor: pointer;
}

button {
    cursor: pointer;
}

.float_l {
    float: left;
}

.float_r {
    float: right;
}

.clear {
    clear: both
}

.position_r {
    position: relative;
}

.position_a {
    position: absolute;
}

@media screen and (min-width:320px) {
    html {
        font-size: 90%;
    }
}

@media screen and (min-width:400px) {
    html {
        font-size: 90%
    }
}

@media screen and (min-width:480px) {
    html {
        font-size: 97.5%
    }
}

@media screen and (min-width:560px) {
    html {
        font-size: 100%
    }
}

@media screen and (min-width:600px) {
    html {
        font-size: 112.5%
    }
}

@media screen and (min-width:640px) {
    html {
        font-size: 100%
    }
}


.index_case .list {
    width: 72%;
    float: right;
    margin-top: 2rem;
}

.list ul li {
    width: 30.3%;
    margin: 0 1.5% 3% 1.5%;
    float: left;
    position: relative;
    transition: 0.6s;
}

    .list ul li .list_border {
        background: #fff;
        transition: 0.3s;
    }

    .list ul li .list_img {
        width: 100%;
        height: 0;
        padding-top: 70%;
        position: relative;
        overflow: hidden;
        margin: auto;
        transition: 0.3s;
    }

        .list ul li .list_img img {
            position: absolute;
            width: 100%;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            -moz-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            -o-transform: translate(-50%,-50%);
            -webkit-transform: translate(-50%,-50%);
        }

        .list ul li .list_img:hover {
            transform: translate(0,-6px);
        }

    .list ul li .list_text {
        padding: 2% 0;
        line-height: 2.6rem;
        text-align: center;
    }

        .list ul li .list_text p {
            width: 100%;
            background: linear-gradient(to right, #0c77e4 0%,#00a3ca 100%);
            line-height: 2.6rem;
            color: #fff;
            text-align: center;
            display: block;
            margin: auto;
            border-radius: 20px;
            margin-top: -10px;
            position: absolute;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            overflow: hidden;
        }




.container-fluid {
    margin-top: 3rem;
}

.row {
    max-width: 1200px;
    width: 100%;
    margin: auto;
}

.service-type {
    width: 100%;
    display: table;
    margin-top: 26px;
    overflow: hidden;
    height: 650px;
    background: url(../images/img1.jpg) center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

    .service-type ul {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        position: relative;
    }

        .service-type ul:after {
            content: '';
            position: absolute;
            left: 0;
            top: 50%;
            width: 100%;
            height: 1px;
            background: rgba(255,255,255,.5);
        }

        .service-type ul li {
            width: 25%;
            height: 325px;
            background: rgba(0,0,0,.5);
            float: left;
            list-style: none;
            position: relative;
            overflow: hidden;
        }

            .service-type ul li:after {
                content: '';
                position: absolute;
                right: 0;
                top: 0;
                width: 1px;
                height: 100%;
                background: rgba(255,255,255,.5);
            }

.list1 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    float: left;
}

    .list1 h4 {
        width: 84px;
        height: 98px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 160px;
        transition: .5s;
    }

        .list1 h4 img {
            opacity: .8;
        }

    .list1 p {
        text-align: center;
        line-height: 36px;
        font-size: 16px;
        color: #ffffff;
    }

    .list1 h6 {
        margin: 0;
        padding-top: 30px;
        position: relative;
        margin-top: 50px;
    }

        .list1 h6:after {
            content: '';
            position: absolute;
            left: 50%;
            top: 0;
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-top: 10px solid #fff;
            border-radius: 3px;
            margin-left: -10px;
        }

        .list1 h6 span {
            display: block;
            text-align: center;
            line-height: 24px;
            color: #fff;
            font-size: 14px;
        }

.service-type ul li:hover .list1 {
    background: #035cac;
}

    .service-type ul li:hover .list1 h4 {
        padding-top: 40px;
        height: 64px;
    }

.banner_bottom {
    background: #f1f1f1;
    height: 5.5rem;
    box-shadow: 0px 0px 10px 0px #ccc;
}

    .banner_bottom .float_l {
        width: 60%;
        margin-top: 1.9rem;
    }

.txt-scroll {
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0 5px 0 30px;
}

    .txt-scroll .scrollbox {
        width: 96%;
        white-space: nowrap;
        overflow: hidden;
        transition: all .2s;
    }

    .txt-scroll .txt-clone {
        display: inline;
        position: relative;
    }


.banner_bottom .float_l .txt {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    display: inline;
}

.banner_bottom .float_l img {
    float: left;
    margin-top: 0.3rem;
    margin-right: 0.8rem;
}

.banner_bottom .float_r {
    width: 35%;
    margin-top: 2rem;
}

    .banner_bottom .float_r img {
        float: left;
        margin-right: 1rem;
        margin-top: -0.2rem;
    }

    .banner_bottom .float_r p {
        font-size: 1rem;
        color: #333;
        float: left;
    }

    .banner_bottom .float_r span {
        display: block;
        font-size: 1.8rem;
        color: #222;
        float: left;
        font-weight: 600;
        margin-top: -0.5rem;
    }








.index_about {
    margin-top: 2.5rem;
    background: #f1f1f1;
    padding: 2.5rem 0;
}

    .index_about .float_l {
        width: 47%;
        margin-top: 2rem;
    }

        .index_about .float_l p {
            font-size: 1rem;
            color: #444;
            line-height: 2rem;
            margin-top: 2rem;
        }

        .index_about .float_l span {
            display: block;
            width: 22%;
            border-radius: 20px;
            background: #035cac;
            line-height: 2.4rem;
            font-size: 1rem;
            color: #fff;
            transition: 0.4s;
            text-align: center;
            margin-top: 3rem;
        }

    .index_about .float_r {
        margin-top: 2rem;
        width: 47%;
    }

        .index_about .float_r img {
            width: 100%;
        }

    .index_about .float_l span:hover {
        margin-left: 1rem;
    }


.index_youshi .title1 {
    background: url(../images/title1.png) center no-repeat;
    height: 94px;
}

    .index_youshi .title1 span {
        padding-top: 2.4rem;
    }

    .index_youshi .title1 h2 {
        float: none;
    }

        .index_youshi .title1 h2 strong {
            color: #035cac;
        }

.index_youshi ul {
    overflow: hidden;
    background: url(../images/youshi.png) center no-repeat;
    height: 640px;
    margin-top: 2rem;
}

    .index_youshi ul li {
        width: 45%;
        float: left;
        margin-top: 2.4rem;
        margin-left: 1.8rem;
        margin-bottom: 0.3rem;
    }

        .index_youshi ul li .tu {
            float: left;
            width: 30%;
            margin-right: 1.2rem;
        }

            .index_youshi ul li .tu img {
                width: 100%;
            }

        .index_youshi ul li .text {
            width: 66%;
            float: left;
            margin-top: 1.6rem;
        }

            .index_youshi ul li .text img {
                float: left;
                margin-right: 1rem;
            }

            .index_youshi ul li .text p {
                font-size: 1.2rem;
                color: #333;
                font-weight: 600;
                margin-top: 0.2rem;
            }

            .index_youshi ul li .text span {
                font-size: 0.9rem;
                color: #666;
                line-height: 1.6rem;
                display: block;
                margin-top: 0.6rem;
            }

        .index_youshi ul li:nth-child(2) {
            float: right;
        }

        .index_youshi ul li:nth-child(4) {
            float: right;
        }

        .index_youshi ul li:nth-child(6) {
            float: right;
        }






/*案例*/

.swipereValuate {
    padding: 4rem 0 2rem 0;
    overflow: hidden;
}

    .swipereValuate .headline {
        font-size: 24px;
        color: #212121;
        text-align: center;
        font-weight: 500;
        padding-top: 70px;
        line-height: 33px;
        padding-bottom: 6px;
    }

    .swipereValuate .subheadline {
        font-size: 16px;
        color: #999999;
        line-height: 22px;
        text-align: center;
    }

    .swipereValuate .swiperContent {
        position: relative;
        max-width: 1200px;
        margin: 0 auto;
    }

        .swipereValuate .swiperContent .swiper-button-next, .swipereValuate .swiperContent .swiper-button-prev {
            width: 40px;
            height: 50px;
            position: absolute;
        }

        .swipereValuate .swiperContent .swiper-button-next {
            background-image: url(../images/22.jpg);
            background-size: 100% 100%;
            right: -80px;
            z-index: 10;
        }

        .swipereValuate .swiperContent .swiper-button-prev {
            background-image: url(../images/33.jpg);
            background-size: 100% 100%;
            left: -80px;
            z-index: 10;
        }

        .swipereValuate .swiperContent .t-content {
            margin-right: 10px;
            background: #FFFFFF;
            padding: 5px;
            display: inline-block;
            width: 280px !important;
            height: 220px;
            background-color: #fff;
        }

            .swipereValuate .swiperContent .t-content div {
                width: 292px;
                display: inline-block;
                background: #222;
                padding-top: 70%;
                position: relative;
                overflow: hidden;
                margin: auto;
            }

                .swipereValuate .swiperContent .t-content div img {
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%,-50%);
                    -moz-transform: translate(-50%,-50%);
                    -ms-transform: translate(-50%,-50%);
                    -o-transform: translate(-50%,-50%);
                    -webkit-transform: translate(-50%,-50%);
                }

            .swipereValuate .swiperContent .t-content p {
                font-size: 1rem;
                line-height: 1.6rem;
                color: #444;
            }

    .swipereValuate .btn {
        width: 14rem;
        line-height: 3rem;
        border-radius: 40px;
        background: #f1523b;
        text-align: center;
        margin: auto;
        margin-top: 3rem;
        display: block;
        color: #fff;
        font-size: 1.2rem;
        cursor: pointer;
    }

    .swipereValuate .swiperContent .t-content span {
        font-size: 1.2rem;
        color: #222;
        text-align: center;
        padding-bottom: 0.6rem;
        display: block;
        width: 90%;
        margin: 0.8rem auto;
    }

.jiameng {
    display: none;
}




.guanggao {
    overflow: hidden;
    background: url(../images/guanggao.jpg) center no-repeat;
    height: 140px;
}

    .guanggao ul {
        overflow: hidden;
    }

        .guanggao ul li {
            width: 29%;
            overflow: hidden;
            float: left;
            padding: 2.8% 2%;
        }

            .guanggao ul li img {
                float: left;
                margin-right: 1rem;
            }

            .guanggao ul li p {
                font-size: 1.2rem;
                color: #fff;
                float: left;
                font-weight: 600;
            }

            .guanggao ul li span {
                display: block;
                font-size: 0.9rem;
                color: #fff;
                line-height: 1.4rem;
                margin-top: 0.6rem;
                float: right;
                width: 76%;
            }



.index_news {
    background: #f1f1f1;
    padding: 3rem 0;
    margin-top: 3rem;
}

    .index_news .float_l {
        width: 48.5%;
        margin-top: 1rem;
    }

        .index_news .float_l .tu {
            width: 100%;
        }

            .index_news .float_l .tu img {
                width: 100%;
            }

        .index_news .float_l .text {
            background: #fff;
            padding: 4%;
            width: 92%;
        }

            .index_news .float_l .text span {
                width: 14%;
                line-height: 1.6rem;
                background: #035cac;
                float: left;
                margin-right: 1rem;
                border-radius: 20px;
                color: #fff;
                text-align: center;
                display: block;
                font-size: 0.9rem;
            }

            .index_news .float_l .text .biaoti {
                font-size: 1.2rem;
                color: #222;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 1;
                overflow: hidden;
            }

            .index_news .float_l .text .wenzi {
                font-size: 0.9rem;
                color: #666;
                margin-top: 0.8rem;
                line-height: 1.8rem;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 3;
                overflow: hidden;
            }

            .index_news .float_l .text ul {
                overflow: hidden;
                margin-top: 2rem;
                padding-top: 2rem;
                border-top: 1px dashed #ccc;
            }

                .index_news .float_l .text ul li {
                    width: 100%;
                    overflow: hidden;
                    margin-bottom: 0.8rem;
                }

                    .index_news .float_l .text ul li span {
                        width: 8px;
                        height: 8px;
                        background: #ccc;
                        float: left;
                        margin-right: 1rem;
                        display: block;
                        margin-top: 0.4rem;
                    }

                    .index_news .float_l .text ul li p {
                        font-size: 1rem;
                        color: #444;
                        float: left;
                        display: -webkit-box;
                        -webkit-box-orient: vertical;
                        -webkit-line-clamp: 1;
                        overflow: hidden;
                    }

                        .index_news .float_l .text ul li p:hover {
                            color: #035cac;
                        }

    .index_news .float_r {
        width: 48.5%;
        float: right;
        margin-top: 1rem;
    }

        .index_news .float_r ul {
            overflow: hidden;
        }

            .index_news .float_r ul li {
                width: 94%;
                margin-bottom: 2rem;
                background: #fff;
                padding: 3%;
                overflow: hidden;
            }

                .index_news .float_r ul li .tu {
                    width: 36%;
                    float: left;
                    margin-right: 1rem;
                }

                    .index_news .float_r ul li .tu img {
                        width: 100%;
                    }

                .index_news .float_r ul li p {
                    font-size: 1.1rem;
                    color: #333;
                    margin-top: 1rem;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 1;
                    overflow: hidden;
                }

                .index_news .float_r ul li span {
                    display: block;
                    font-size: 0.9rem;
                    color: #666;
                    line-height: 1.8rem;
                    margin-top: 0.6rem;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 3;
                    overflow: hidden;
                }

                .index_news .float_r ul li p:hover {
                    color: #035cac;
                }






.about {
    overflow: hidden;
    margin: 3rem 0;
}

.left {
    width: 26%;
    float: left;
}

    .left .box1 {
        width: 100%;
    }

        .left .box1 .top {
            background: #035cac;
            padding: 3%;
        }

            .left .box1 .top p {
                font-size: 1.6rem;
                color: #fff;
                text-align: center;
                margin-top: 1rem;
            }

            .left .box1 .top span {
                display: block;
                font-size: 0.9rem;
                color: #fff;
                text-align: center;
                margin-top: 0.3rem;
            }

        .left .box1 ul {
            overflow: hidden;
            border: 1px solid #035cac;
            padding: 3%;
        }

            .left .box1 ul li {
                width: 100%;
                border-bottom: 1px solid #f1f1f1;
            }

                .left .box1 ul li img {
                    float: left;
                    margin-right: 1rem;
                    margin-top: 1.2rem;
                }

                .left .box1 ul li p {
                    font-size: 1rem;
                    color: #333;
                    line-height: 3.2rem;
                }

    .left .box2 {
        width: 100%;
        margin-top: 1rem;
    }

        .left .box2 .top {
            background: #035cac;
            padding: 3%;
        }

            .left .box2 .top p {
                font-size: 1.6rem;
                color: #fff;
                text-align: center;
                margin-top: 1rem;
            }

            .left .box2 .top span {
                display: block;
                font-size: 0.9rem;
                color: #fff;
                text-align: center;
                margin-top: 0.3rem;
            }

        .left .box2 ul {
            overflow: hidden;
            border: 1px solid #035cac;
            padding: 3%;
        }

            .left .box2 ul li {
                width: 100%;
            }

                .left .box2 ul li span {
                    float: left;
                    margin-right: 0.6rem;
                    margin-top: 1.1rem;
                    background: #035cac;
                    width: 8px;
                    height: 8px;
                    border-radius: 20px;
                }

                .left .box2 ul li p {
                    font-size: 1rem;
                    color: #333;
                    line-height: 2.8rem;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 1;
                    overflow: hidden;
                }

                    .left .box2 ul li p:hover {
                        color: #035cac;
                    }

.about .right {
    width: 70%;
    float: right;
}

    .about .right .box {
        margin-top: 2rem;
    }

        .about .right .box p {
            font-size: 1rem;
            color: #666;
            line-height: 2rem;
        }

        .about .right .box div {
            width: 80%;
            margin: auto;
            display: block;
            margin-top: 1rem;
        }

            .about .right .box div img {
                width: 100%;
            }


.product {
    margin: 3rem 0;
}

    .product .right .title h2 {
        text-align: center;
        float: none;
    }

    .product .right .title p {
        text-align: center;
    }

    .product .right {
        width: 70%;
        float: right;
    }

        .product .right .ul01 {
            overflow: hidden;
        }

            .product .right .ul01 li {
                width: 30%;
                margin: 1%;
                float: left;
            }

                .product .right .ul01 li div {
                    width: 100%;
                    padding-top: 70%;
                    position: relative;
                    overflow: hidden;
                    margin: auto;
                }

                    .product .right .ul01 li div img {
                        position: absolute;
                        width: 100%;
                        height: 100%;
                        top: 50%;
                        left: 50%;
                        transform: translate(-50%,-50%);
                        -moz-transform: translate(-50%,-50%);
                        -ms-transform: translate(-50%,-50%);
                        -o-transform: translate(-50%,-50%);
                        -webkit-transform: translate(-50%,-50%);
                    }

                .product .right .ul01 li p {
                    font-size: 1rem;
                    color: #444;
                    text-align: center;
                    margin-top: 1rem;
                }


        .product .right .box {
            width: 70%;
            margin: auto;
            display: block;
        }

            .product .right .box img {
                width: 100%;
            }

        .product .right .text {
            margin-top: 3rem;
        }

            .product .right .text div {
                width: 100%;
                border-bottom: 1px solid #035cac;
                margin-bottom: 2rem;
            }

                .product .right .text div span {
                    width: 16%;
                    line-height: 2.3rem;
                    text-align: center;
                    font-size: 1rem;
                    color: #fff;
                    display: block;
                    background: #035cac;
                }

            .product .right .text p {
                font-size: 0.9rem;
                color: #444;
                line-height: 2rem;
            }


.title_1 {
    width: 100%;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
}

    .title_1 .float_l {
        width: 50%;
    }

        .title_1 .float_l span {
            display: block;
            width: 4px;
            height: 30px;
            background: #035cac;
            float: left;
            margin-right: 0.8rem;
        }

        .title_1 .float_l p {
            font-size: 1.4rem;
            color: #333;
            float: left;
        }

.news {
    margin: 3rem 0;
}

    .news .right {
        width: 70%;
        float: right;
    }

        .news .right .ul01 {
        }

            .news .right .ul01 li {
                width: 94%;
                padding: 3%;
                margin-bottom: 1rem;
                box-shadow: 0px 0px 10px 0px #ccc;
                overflow: hidden;
            }

                .news .right .ul01 li div {
                    width: 28%;
                    float: left;
                    margin-right: 1rem;
                }

                    .news .right .ul01 li div img {
                        width: 100%;
                    }

                .news .right .ul01 li p {
                    font-size: 1.1rem;
                    color: #222;
                    margin-top: 1rem;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 1;
                    overflow: hidden;
                }

                .news .right .ul01 li span {
                    font-size: 0.9rem;
                    color: #444;
                    line-height: 1.6rem;
                    display: block;
                    margin-top: 0.8rem;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 3;
                    overflow: hidden;
                }

                .news .right .ul01 li p:hover {
                    color: #035cac;
                }

    .news .text {
        width: 100%;
    }

        .news .text div {
            width: 100%;
            border-bottom: 1px dashed #ccc;
            padding-bottom: 1rem;
            margin-bottom: 2rem;
        }

            .news .text div h1 {
                font-size: 1.4rem;
                text-align: center;
                color: #222;
            }

            .news .text div span {
                display: block;
                font-size: 0.9rem;
                color: #666;
                text-align: center;
                margin-top: 1rem;
            }

        .news .text p {
            font-size: 1rem;
            color: #444;
            line-height: 2rem;
        }

    .news .text1 p {
        font-size: 1rem;
        color: #333;
        line-height: 2.6rem;
    }




.lianjie {
    margin: 2rem 0 0 0;
}

    .lianjie .center .box {
        padding-bottom: 5rem;
        line-height: 23px;
        /*padding-bottom: 3rem;*/
    }

        .lianjie .center .box img {
            float: left;
            margin-right: 1rem;
            margin-top: -0.2rem;
        }

        .lianjie .center .box p {
            /*font-size: 1rem;
            float: left;
            margin-right: 1rem;
            color: #222;
            padding-bottom: 2rem;*/
            font-size: 1rem;
            /* float: left; */
            margin-right: 2rem;
            color: #222;
            padding-bottom: 0.8rem;
        }

        .lianjie .center .box span {
            display: block;
            margin: 0 1.3rem;
            float: left;
            color: #666;
            font-size: 0.9rem;
            margin-top: 0.2rem;
        }


.foot {
    background: #444;
    padding: 2rem 0 0 0;
}

    .foot .center {
        overflow: hidden;
    }

    .foot .tu {
        width: 20%;
        float: left;
        margin-top: 2rem;
    }

        .foot .tu img {
            width: 100%;
        }

    .foot .daohang {
        width: 12%;
        float: left;
        margin-left: 14%;
    }

        .foot .daohang p {
            font-size: 1.1rem;
            display: block;
            border-bottom: 1px solid #b2b2b2;
            padding-bottom: 0.6rem;
            color: #fff;
            margin-bottom: 0.8rem;
        }

        .foot .daohang span {
            display: block;
            color: #b2b2b2;
            float: left;
            font-size: 0.9rem;
            margin: 4%;
        }

    .foot .lianxi {
        width: 35%;
        float: left;
        margin-left: 19%;
    }

        .foot .lianxi .p01 {
            font-size: 1.1rem;
            width: 30%;
            color: #fff;
            display: block;
            padding-bottom: 0.8rem;
            border-bottom: 1px solid #b2b2b2;
            overflow: hidden;
            margin-bottom: 1rem;
        }

        .foot .lianxi .box01 {
            overflow: hidden;
        }

            .foot .lianxi .box01 img {
                float: left;
                margin-right: 1rem;
            }

            .foot .lianxi .box01 .p02 {
                font-size: 0.9rem;
                color: #b2b2b2;
                float: left;
            }

        .foot .lianxi span {
            display: block;
            font-size: 1.4rem;
            color: #fff;
            font-weight: 600;
            margin-top: 1rem;
        }

        .foot .lianxi .box02 {
            margin-top: 1rem;
        }

            .foot .lianxi .box02 img {
                float: left;
                margin-right: 1rem;
            }

            .foot .lianxi .box02 .p03 {
                font-size: 0.9rem;
                color: #b2b2b2;
                float: left;
            }

    .foot .banquan {
        background: #333;
        text-align: center;
        font-size: 0.9rem;
        margin-top: 1rem;
        line-height: 2rem;
        color: #b2b2b2;
    }

.contact {
    margin-top: 2rem;
}

    .contact .right {
        width: 70%;
        float: right;
        margin-top: 2rem;
    }

        .contact .right p {
            font-size: 1rem;
            color: #333;
            text-align: center;
            line-height: 2.4rem;
        }

            .contact .right p span {
                font-size: 1.2rem;
                font-weight: 600;
                color: #333;
            }


.location {
    padding: 0 1%;
    width: 34%;
    float: right;
    overflow: hidden;
    margin-top: 0.6rem;
}

    .location p {
        float: left;
        color: #444;
        font-size: 0.9rem;
    }

    .location span {
        float: left;
        color: #444;
        font-size: 0.9rem;
        display: block;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }

    .location a:hover {
        color: #333;
    }

    .location h3 a {
        display: inline-block !important;
    }






.fixed {
    position: absolute;
}

.fixed_dh {
    height: 4.0rem;
    text-align: right;
    display: none;
    position: fixed;
    top: 60%;
    right: 2%;
}

.paginationa {
    overflow: hidden;
    padding: 2rem 0;
    width: 100%;
}

    .paginationa ul li {
        float: left;
        border: solid 1px #ccc;
        margin-left: 1%;
        text-align: center;
        line-height: 2rem;
        padding: 0 1%;
    }

    .paginationa ul {
        max-width: 1200px;
        margin: auto;
    }

        .paginationa ul li a:hover {
            color: #ffc001;
        }

        .paginationa ul li a {
            color: #222;
        }

    .paginationa span {
        display: block;
        float: left;
        line-height: 2rem;
    }
/* 首页标题 */
.title {
    max-width: 1200px;
    margin: auto;
    margin-bottom: 1rem;
    overflow: hidden;
}

    .title h2 {
        color: #333;
        font-weight: 600;
        font-size: 1.8rem;
        text-align: center;
        /*float: left; */
        margin: 0 1rem;
    }

    .title span {
        color: #222;
        font-size: 1.6rem;
        text-align: center;
        display: block;
        margin-top: 0.6rem;
        font-weight: 600;
    }

    .title div { /*width:17.4%;*/
        margin: 0.6rem auto;
    }

        .title div i {
            float: left;
            width: 30px;
            height: 1px;
            background: #ccc;
            margin-top: 1.2rem;
            display: none;
        }

.title1 {
    background: url(../images/title.png) center no-repeat;
    height: 43px;
    width: 435px;
    margin: auto;
}

    .title1 span {
        color: #222;
        font-size: 1.5rem;
        text-align: center;
        display: block;
        margin-top: 0.6rem;
        font-weight: 600;
    }

    .title1 h2 {
        color: #333;
        font-weight: 600;
        font-size: 1.8rem;
        text-align: center;
        float: left;
        margin: 0 1rem;
    }







.switch {
    height: 99px;
    border-top: solid 1px #dbdbdb;
    border-bottom: solid 1px #dbdbdb;
    margin-bottom: 3rem;
    margin-top: 4rem;
}

    .switch .margin_left {
        margin-top: 18px;
    }

        .switch .margin_left p {
            font-size: 14px;
            color: #999999;
            width: 330px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
        }

            .switch .margin_left p a {
                color: #333;
            }

        .switch .margin_left:hover p {
            color: #e85f03;
        }


.online {
    position: fixed;
    top: 50%;
    right: 1rem;
}


.bottom_fixed {
    height: 60px;
    position: fixed;
    bottom: 0;
    width: 100%;
    display: none;
    background: #035cac;
    border-radius: 10px;
}
.bottom_fixed>a{
	width:100%
}
.bottom_fixed>a>div{
	display: flex;
    align-items: center;
    justify-content: center;
	margin-top:5px;
}
    .bottom_fixed div {
        /* overflow: hidden; */
        /* margin: auto; */
        /* width: 26%; */
    }

        .bottom_fixed div img {
            float: left;
            margin-right: 0.6rem;
            /* margin-top: 1.1rem; */
        }

        .bottom_fixed div p {
            font-size: 1.1rem;
            color: #fff;
            line-height: 50px;
        }



.fixed {
    position: fixed;
    right: 0;
    top: 50%;
}

    .fixed ul {
    }

        .fixed ul li {
            background: #035cac;
            color: #fff;
            width: 70px;
            height: 70px;
            border-radius: 4px;
            position: relative;
            text-align: center;
            cursor: pointer;
            margin-bottom: 0.6rem;
        }

            .fixed ul li i {
                color: #666;
                margin-top: 0.5rem;
            }

            .fixed ul li i {
                color: #666;
                margin-top: 0.5rem;
            }

            .fixed ul li:last-child img {
                padding-top: 40%;
            }

            .fixed ul li .img1 {
                width: 50%;
                margin: 0 auto;
                padding-top: 10%;
            }

                .fixed ul li .img1 img {
                    width: 100%;
                    margin: auto;
                }

            .fixed ul li p {
                text-align: center;
                font-size: 0.8rem;
            }

            .fixed ul li .p1 span {
                display: block;
                margin: 0.5rem 0;
                font-weight: none;
                color: #fff;
                font-size: 0.9rem;
            }

            .fixed ul li .p1 {
                font-weight: 600;
                position: absolute;
                top: 0;
                right: -200px;
                width: 150px;
                color: #fff;
                background: #035cac;
                text-align: center;
                height: 70px;
                font-size: 1rem;
                transition: all 1s;
                z-index: -999;
                border-radius: 6px;
            }

            .fixed ul li:hover .p1 {
                right: 70px;
            }

            .fixed ul li a {
                color: #666;
            }



.index_youshi1 {
    display: none;
    margin-top: 2rem;
}

    .index_youshi1 ul {
        overflow: hidden;
    }

        .index_youshi1 ul li {
            width: 94%;
            float: left;
            margin: 3%;
        }

            .index_youshi1 ul li p {
                float: left;
                font-size: 1.2rem;
                color: #222;
                margin-top: 0.3rem;
            }

            .index_youshi1 ul li img {
                margin-right: 1rem;
                float: left;
            }

            .index_youshi1 ul li span {
                display: block;
                font-size: 0.9rem;
                color: #666;
                margin-top: 0.8rem;
                float: left;
                line-height: 1.4rem;
                display: -webkit-box;
                overflow: hidden;
            }

.index_case1 {
    display: none;
}

    .index_case1 ul {
        overflow: hidden;
    }

        .index_case1 ul li {
            width: 48%;
            float: left;
            margin: 1%;
            height: 0;
            padding-top: 36%;
            position: relative;
            overflow: hidden;
        }

            .index_case1 ul li img {
                position: absolute;
                width: 100%;
                height: 100%;
                top: 50%;
                left: 50%;
                transform: translate(-50%,-50%);
                -moz-transform: translate(-50%,-50%);
                -ms-transform: translate(-50%,-50%);
                -o-transform: translate(-50%,-50%);
                -webkit-transform: translate(-50%,-50%);
            }



@media screen and (max-width:640px) {
	
    .list1 h4 {
        padding-top: 20px;
        height: 58px;
    }

    .service-type ul li {
        width: 50%;
        height: 120px;
        border-bottom: 1px solid rgba(255,255,255,.5);
    }

    .list1 h4 img {
        width: 30%;
    }

    .service-type {
        margin-top: 26px;
        height: 240px;
    }


        .banner_bottom .float_r {
            display: none;
        }

        .banner_bottom .float_l {
            width: 100%;
        }
    .title div {
        width: 100%;
        margin: auto;
    }

        .title div i {
            display: none;
        }

    .title h2 {
        float: none;
    }

    .index_xiangmu {
        margin-top: 1rem;
    }

        .index_xiangmu ul li {
            width: 49%;
            background-size: 100% 100%;
            margin: 0.5%;
        }

        .index_xiangmu ul .li01 {
            height: 150px;
        }

        .index_xiangmu ul .li02 {
            height: 150px;
        }

        .index_xiangmu ul .li03 {
            height: 150px;
        }

        .index_xiangmu ul .li04 {
            height: 150px;
        }

        .index_xiangmu ul .li05 {
            height: 150px;
        }

        .index_xiangmu ul .li06 {
            height: 150px;
        }

        .index_xiangmu ul .li07 {
            height: 150px;
        }

        .index_xiangmu ul .li08 {
            height: 150px;
        }

        .index_xiangmu ul li {
            padding-top: 40px;
        }

    .index_about .float_r {
        display: none;
    }

    .index_about .float_l {
        width: 90%;
        margin: auto;
        float: none;
    }

        .index_about .float_l span {
            width: 32%;
        }

    .guanggao {
        display: none;
    }

    .index_news .float_l {
        width: 94%;
        margin: auto;
        float: none;
    }

    .index_news .float_r {
        width: 94%;
        margin: 1rem auto 0 auto;
        float: none;
    }

        .index_news .float_r ul li {
            margin-bottom: 1rem;
        }

    .foot .tu {
        display: none;
    }

    .foot .daohang {
        width: 90%;
        float: none;
        margin: auto;
    }

    .foot .lianxi {
        width: 90%;
        float: none;
        margin: auto;
    }

        .foot .lianxi .p01 {
            width: 100%;
        }

    .foot {
        margin-bottom: 50px;
    }

    .about {
        margin: 0;
    }

    .product {
        margin: 0;
    }

    .news {
        margin: 0;
    }

    .contact {
        margin: 0;
    }




    .index_youshi {
        display: none;
    }

    .index_youshi1 {
        display: block;
    }

    .index_case1 {
        display: block;
    }

    .swipereValuate {
        display: none;
    }

    .left {
        display: none;
    }

    .about .right {
        width: 94%;
        margin: auto;
        float: none;
    }

    .product .right .ul01 {
        width: 94%;
        margin: auto;
        float: none;
        overflow: hidden;
    }

        .product .right .ul01 li {
            width: 48%;
            margin: 1%;
        }

    .product .right {
        width: 94%;
        float: none;
        margin: auto;
    }

        .product .right .text div span {
            width: 21%;
        }

    .location {
        width: 100%;
        margin-right: -20px;
        margin-bottom: 1rem;
    }

    .news .right {
        width: 94%;
        float: none;
        margin: auto;
    }

        .news .right ul li div {
            display: none;
        }

    .index_news .float_l .tu {
        display: none;
    }

    .index_news .float_r ul li .tu {
        display: none;
    }

    .index_news .float_r {
        display: none;
    }



 

    .fixed {
        display: none;
    }

.banner_bottom .float_l img{ width:6%;}
.txt-scroll{ width:90%;}
.product{     overflow: hidden;}
.foot{     overflow: hidden;}
.product{overflow: hidden;}
.news{overflow: hidden;}
    .bottom_fixed {
        display: block;
    }
}
.bottom_fixed_content{
            display:flex;
            align-items:center;
            justify-content:center;
        }
        .bottom_fixed_imgbox {
            display: flex;
            align-items: center;
            justify-content:center
        }
        .bottom_fixed_imgbox>img{
            width:50px;
            height:50px;
        }
        .bottom_fixed_textbox{
            display:flex;
            flex-direction:column;
        }
            .bottom_fixed_textbox > p:nth-child(1) {
                line-height: 20px;
                font-size: 14px;
                text-align: left;
            }

            .bottom_fixed_textbox > p:nth-child(2) {
                line-height: 30px;
                font-size: 28px;
                text-align: left;
            }
