﻿.header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 101;
    background-color: transparent;
    padding: 0 165px;
    text-align: center;
}

    .header .container {
        padding: 0;
    }

.logo {
    float: left;
    display: inline-block;
    margin: 25px 0 15px 0;
}

.mainav {
    display: inline-block;
}

    .mainav > li {
        float: left;
        display: inline-block;
    }

        .mainav > li > a {
            display: inline-block;
            padding: 43px 33px 15px 33px;
            font-size: 18px;
            color: #fff;
        }

            .mainav > li > a:hover {
                color: #00f6ff;
                text-decoration: none;
            }

            .mainav > li > a.active {
                color: #00f6ff;
                text-decoration: none;
            }

.secondbox {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 80px;
    background-color: #f4f4f4;
    overflow: hidden;
    box-shadow: 0 3px 3px rgba(0,0,0,0.3);
}

.secondnav {
    position: relative;
    padding: 50px 0 50px 15px;
}

    .secondnav > li > a {
        display: inline-block;
        width: 230px;
        margin: 14px 0;
        font-size: 20px;
        color: #333;
    }

        .secondnav > li > a:hover {
            color: #0263eb;
            text-decoration: none;
            cursor: pointer;
        }

.arrowd {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    vertical-align: middle;
    border-top: 6px dashed;
    border-top: 6px solid \9;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

.secondnav .iconfont {
    font-size: 22px;
    margin-right: 8px;
}

.secondnav > li > a > span {
    display: none;
    width: 0;
    height: 0;
    margin-left: 5px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.thirdbox {
    position: absolute;
    left: 230px;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 55px 0 0 80px;
    background-color: #fff;
}

    .thirdbox:after {
        content: "";
        position: absolute;
        right: -400px;
        top: 0;
        bottom: 0;
        width: 400px;
        background-color: #fff;
    }

.thirdbox-tit {
    font-size: 30px;
    color: #0263eb;
}

.thirdnav {
    float: left;
    width: 476px;
    padding-top: 15px;
}

    .thirdnav li {
        width: 50%;
        padding: 12px 0;
        float: left;
    }

        .thirdnav li a {
            font-size: 16px;
            color: #333;
        }

            .thirdnav li a:hover {
                color: #0263eb;
                text-decoration: none;
            }

.paned {
    float: left;
}

.paned-tit {
    font-size: 16px;
    color: #333;
    padding-bottom: 10px;
}

.onoff {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin: 15px;
    background: none;
    border: 0;
    border-radius: 4px;
}

    .onoff span {
        display: block;
        width: 30px;
        height: 2px;
        border-radius: 1px;
        background-color: #fff;
    }

        .onoff span + span {
            margin-top: 6px;
        }

.pagination {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background: #c3c3c3;
    margin: 0 5px;
    cursor: pointer;
}

.swiper-active-switch {
    background: #009dff;
    width: 50px;
}

.section .slide {
    background-size: cover;
    background-position: center center;
}

.product {
    background-color: #fff;
    padding: 50px 0;
}

.product-tit {
    font-size: 48px;
    text-align: center;
    letter-spacing: 10px;
    color: #010101;
    margin: 20px 0 10px;
}

.product .hd {
    width: 100%;
    text-align: center;
    overflow-x: auto;
    white-space: nowrap;
}

    .product .hd ul {
        white-space: nowrap;
    }

        .product .hd ul li {
            position: relative;
            display: inline-block;
            margin: 0 15px;
            cursor: pointer;
            padding: 10px 0;
        }

            .product .hd ul li:after {
                content: "";
                position: absolute;
                top: 17px;
                right: -15px;
                width: 1px;
                height: 12px;
                background-color: #d4d4d4;
            }

            .product .hd ul li:last-child:after {
                display: none;
            }

            .product .hd ul li:before {
                content: "";
                display: none;
                position: absolute;
                left: 0;
                bottom: 0;
                right: 0;
                height: 2px;
                background-color: #bf212c;
            }

            .product .hd ul li:hover:before {
                display: block;
            }

            .product .hd ul li.on:before {
                display: block;
            }

            .product .hd ul li span {
                font-size: 20px;
                color: #666;
            }

            .product .hd ul li em {
                position: relative;
                top: -1px;
                font-style: normal;
                font-size: 16px;
                color: #da3131;
                padding-left: 10px;
                letter-spacing: 2px;
            }

            .product .hd ul li i {
                position: absolute;
                right: 15px;
                top: 0;
                display: inline-block;
                width: 20px;
                height: 20px;
                background: url(../images/hot.png) no-repeat;
            }

.product-list {
    overflow: hidden;
    width: 100%;
}

.swiper-container-1 {
    overflow: hidden;
}

.product-list li {
    float: left;
    width: 25%;
    text-align: center;
    margin: 50px 0;
}

.swiper-container.type2 {
    padding-bottom: 60px;
}

    .swiper-container.type2 .swiper-slide {
        width: 100%;
    }

.product-list li img, .product-list li span, .product-list li em {
    display: block;
    text-align: center;
}

.product-list li img {
    margin: 0 auto;
}

.product-list li span {
    font-size: 20px;
    color: #000;
    margin-top: 20px;
    letter-spacing: 2px;
}

.product-list li em {
    font-size: 14px;
    color: #666;
    font-style: normal;
    padding-top: 4px;
    letter-spacing: 1px;
}

.product-list li a {
    display: inline-block;
}

    .product-list li a:hover {
        text-decoration: none;
    }

.customer-tit {
    font-size: 48px;
    text-align: center;
    letter-spacing: 10px;
    color: #010101;
    margin: 90px 0 50px;
}

.customer .hd {
    background: url(../images/bg2.jpg) no-repeat center top;
}

.customer-list {
    overflow: hidden;
}

    .customer-list li {
        float: left;
        width: 200px;
        height: 100px;
        background-size: cover;
        margin: 15px 14px;
        border: 1px solid #ccc;
    }

.customer .bd {
    padding: 50px 0;
    background: url(../images/bg3.jpg) no-repeat center center;
}

.customer-list2 {
    overflow: hidden;
}

    .customer-list2 li {
        position: relative;
        float: left;
        width: 25%;
        text-align: center;
        color: #fff;
        margin: 15px 0;
    }

        .customer-list2 li span {
            display: block;
            font-size: 43px;
        }

        .customer-list2 li em {
            display: block;
            font-size: 22px;
            font-style: normal;
            color: #f5f5f5;
        }

        .customer-list2 li:after {
            content: "";
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            width: 1px;
            background-color: #5586d2;
        }

        .customer-list2 li:last-child:after {
            display: none;
        }

.btnmore {
    display: block;
    width: 120px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    margin: 25px auto 30px auto;
    font-size: 14px;
    color: #fff;
    background-color: #85a8cb;
    border-radius: 3px;
}

.news {
    overflow: hidden;
    background: url(../images/toutiaobg.jpg) no-repeat center top #fff;
    background-size: cover;
}

.news-tit {
    font-size: 48px;
    text-align: center;
    letter-spacing: 10px;
    color: #010101;
}

.news-list .swiper-slide {
    height: 400px;
    box-sizing: border-box;
}

    .news-list .swiper-slide a {
        display: block;
        height: 100%;
    }

.news-img {
    width: 100%;
    height: 211px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.news-word {
    padding: 0 15px;
}

.news-titd {
    display: block;
    font-size: 18px;
    margin: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #000;
		height: 40px;
}

.news-p {
    font-size: 14px;
    color: #999;
    line-height: 1.7;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-weight: lighter;
}

.news-time {
    padding-top: 5px;
    color: #1076e8;
    font-size: 12px;
    letter-spacing: 1px;
}

.device {
    position: relative;
}

    .device.container {
        padding: 0;
    }

.news > .container {
    padding: 0;
}

.linkbox {
    position: relative;
    padding: 40px 10px 20px;
}

.linkbox-tit {
    position: absolute;
    font-size: 18px;
    color: #fff;
}

.linkbox-list {
    padding-left: 135px;
    overflow: hidden;
}

    .linkbox-list li {
        float: left;
        width: 14%;
        margin: 4px 0 10px;
    }

        .linkbox-list li a {
            font-size: 14px;
            color: #fff;
        }

.footbox {
    padding-top: 30px;
}

.footbox-tit {
    font-size: 18px;
    color: #fff;
    padding-bottom: 10px;
}

.footbox-list li {
    padding: 5px 0;
}

    .footbox-list li a {
        color: #fff;
        font-size: 14px;
    }

.footbox-phone {
    font-size: 30px;
    color: #fff;
    padding-bottom: 10px;
}

.footbox-p {
    font-size: 14px;
    color: #fff;
}

.sidebar {
    display: none;
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 101;
    transform: translateY(-50%);
}

    .sidebar li {
        position: relative;
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        background-color: #fff;
        cursor: pointer;
        border-radius: 35px;
        margin: 15px;
    }

        .sidebar li span {
            display: block;
            font-size: 16px;
        }

        .sidebar li.type1 {
            background-color: #75bf4e;
        }

        .sidebar li.type2 {
            background-color: #3cb728;
        }

        .sidebar li.type3 {
            background-color: #8eaec5;
        }

        .sidebar li i.iconfont {
            font-size: 20px;
            display: inline-block;
            color: #fff;
        }

        .sidebar li:hover {
            background-color: #009dff;
            color: #fff;
        }

        .sidebar li div {
            display: none;
            position: absolute;
            top: -3px;
            left: -150px;
            width: 135px;
            font-size: 16px;
            background-color: #2caeff;
            border-radius: 5px;
            color: #fff !important;
        }

            .sidebar li div:after {
                content: "";
                position: absolute;
                top: 50%;
                right: -6px;
                display: inline-block;
                width: 0;
                height: 0;
                border-top: 6px solid transparent;
                border-bottom: 6px solid transparent;
                border-left: 6px solid #2caeff;
                margin-top: -5px;
            }

        .sidebar li.type2 div {
            top: -53px;
            border: 1px solid #ccc;
            background: none;
        }

            .sidebar li.type2 div img {
                width: 133px;
                height: 133px;
                border-radius: 3px;
            }

            .sidebar li.type2 div:after {
                border-left: 6px solid #ccc;
            }

.titimg {
    position: relative;
    height: 474px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.titimg-word {
    position: absolute;
    left: 0;
    right: 0;
    top: 42%;
    color: #fff;
}

    .titimg-word span {
        display: block;
        font-size: 62px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    }

    .titimg-word em {
        display: block;
        font-size: 30px;
        text-align: center;
        font-style: normal;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    }

    .titimg-word span {
        display: block;
    }

.swiper-container.type6 {
    width: 100%;
    margin-top: -56px;
}

    .swiper-container.type6 .swiper-wrapper {
        -webkit-overflow-scrolling: touch;
    }

.banav {
    position: relative;
    display: block;
    width: 100%;
    z-index: 1;
    white-space: nowrap;
}

    .banav li {
        display: inline-block;
        margin-left: -5px;
    }

        .banav li:first-child {
            margin-left: 0;
        }

        .banav li a {
            position: relative;
            display: block;
            height: 56px;
            line-height: 56px;
            background-color: #f3f2f2;
            text-align: center;
            color: #666;
            font-size: 18px;
            border: 1px solid #ccc;
            border-bottom: none;
            border-radius: 5px 5px 0 0;
            padding: 0 32px;
        }

            .banav li a:hover, .banav li a.on {
                background-color: #fff;
                color: #0b5bff;
                text-decoration: none;
            }

        .banav li em {
            position: relative;
            font-style: normal;
        }

        .banav li i {
            position: absolute;
            top: -11px;
            right: -6px;
            display: inline-block;
            width: 15px;
            height: 15px;
            background: url(../images/hot.png) no-repeat;
            background-size: cover;
        }

.maincont > div {
    padding: 60px 10px;
}

    .maincont > div:nth-of-type(2n) {
        background-color: #fbfbfb;
    }

.maincont img {
    display: block;
    margin: 30px auto 0 auto;
    max-width: 100%;
}

.maincont p {
    font-size: 16px;
    color: #666;
    text-align: center;
    line-height: 1.8;
    padding-top: 20px;
}

.maincont-tit {
    position: relative;
    padding: 20px 0;
    text-align: center;
    font-size: 24px;
}

    .maincont-tit:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -20px;
        display: inline-block;
        width: 40px;
        height: 5px;
        background-color: #066ed9;
    }

.swiper-scrollbar {
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.clientlsit {
    text-align: center;
}

    .clientlsit li {
        display: inline-block;
        width: 179px;
        height: 119px;
        border: 1px solid #ccc;
        margin: 6px;
        background-size: cover;
        background-position: center center;
    }

.joinus-btn {
    display: block;
    width: 200px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    background-color: #1976d2;
    color: #fff;
    margin: 50px auto;
}

    .joinus-btn:hover {
        background-color: #1763ae;
        text-decoration: none;
        color: #fff;
    }

.maincont.type2 p {
    text-align: left;
    font-size: 16px;
}

.maincont.type2 h1 {
    font-size: 20px;
    font-family: SimHei;
    margin-bottom: 0;
    line-height: 1;
}

    .maincont.type2 h1:before {
        content: "";
        position: relative;
        top: -2px;
        display: inline-block;
        width: 10px;
        height: 10px;
        margin-right: 15px;
        vertical-align: middle;
        background-color: #1976d2;
    }

.clientslsit {
    margin-top: 50px;
    height: 320px;
}

    .clientslsit .hd ul {
        overflow: hidden;
    }

    .clientslsit .hd li {
        float: left;
        display: inline-block;
        height: 39px;
        line-height: 38px;
        padding: 0 20px;
        font-size: 16px;
        border: 1px solid #e2e2e2;
        border-radius: 39px;
        margin: 8px;
        cursor: pointer;
    }

        .clientslsit .hd li:hover, .clientslsit .hd li.on {
            background-color: #1976d2;
            border-color: #1976d2;
            color: #fff;
        }

    .clientslsit .bd {
        border-bottom: 1px solid #e8e8e8;
        display: none;
    }

        .clientslsit .bd.on {
            display: block;
        }

        .clientslsit .bd ul {
            position: relative;
            top: 1px;
            overflow: hidden;
            margin-bottom: 0;
        }

            .clientslsit .bd ul li {
                float: left;
                width: 33.33%;
                height: 49px;
                line-height: 49px;
                border-bottom: 1px solid #e8e8e8;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
            }

                .clientslsit .bd ul li a {
                    font-size: 16px;
                    color: #333;
                }

                    .clientslsit .bd ul li a:hover {
                        text-decoration: none;
                        color: #28abe3;
                    }

                    .clientslsit .bd ul li a:before {
                        content: "";
                        position: relative;
                        top: -1px;
                        display: inline-block;
                        width: 6px;
                        height: 7px;
                        vertical-align: middle;
                        margin: 0 15px 0 20px;
                        background: url(../images/icon_arrow.png) no-repeat center top;
                    }

                    .clientslsit .bd ul li a:hover:before {
                        background: url(../images/icon_arrow.png) no-repeat center bottom;
                    }

.aboutus {
    padding: 80px 0;
}

    .aboutus p {
        font-size: 16px;
        color: #666;
        text-align: center;
        line-height: 2;
    }

    .aboutus em {
        color: #075b9c;
    }

.aboutus-list {
    padding-top: 90px;
    text-align: center;
}

    .aboutus-list span {
        display: block;
        font-size: 18px;
        padding-top: 30px;
    }

.newsdt {
    background-color: #fbfbfb;
    padding: 45px 0 60px 0;
}

.newsdt-scoll {
    position: relative;
    width: 100%;
}

    .newsdt-scoll .bd li {
        position: relative;
        width: 565px;
        height: 372px;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

        .newsdt-scoll .bd li span {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            height: 40px;
            line-height: 40px;
            background-color: rgba(0,0,0,0.7);
            font-size: 16px;
            color: #fff;
            padding-left: 10px;
        }

    .newsdt-scoll .hd {
        position: absolute;
        right: 24px;
        bottom: 8px;
        height: 20px;
        z-index: 1;
    }

        .newsdt-scoll .hd ul {
            margin-left: 1px;
        }

            .newsdt-scoll .hd ul li {
                float: left;
                width: 18px;
                height: 18px;
                text-align: center;
                line-height: 18px;
                color: #fff;
                margin-left: -1px;
                border: 1px solid #5f6878;
            }

                .newsdt-scoll .hd ul li.on {
                    background-color: #c11921;
                }

.newsdt .col-md-6 {
    padding-top: 80px;
}

.newsdt-list {
    margin-left: 35px;
}

    .newsdt-list li {
        position: relative;
        overflow: hidden;
        height: 130px;
        padding: 30px 0 30px 90px;
        border-bottom: 1px dashed #ccc;
    }

        .newsdt-list li:first-child {
            padding-top: 0;
            height: 100px;
        }

        .newsdt-list li .date {
            position: absolute;
            left: 0;
            top: 30px;
            width: 58px;
            height: 58px;
            text-align: center;
            color: #fff;
            background-color: #1976d2;
        }

        .newsdt-list li:first-child .date {
            top: 0;
        }

        .newsdt-list li:last-child {
            border-bottom: 0;
        }

        .newsdt-list li .date span {
            font-size: 24px;
            padding-top: 3px;
            display: inline-block;
        }

        .newsdt-list li .date em {
            font-style: normal;
        }

    .newsdt-list .word a {
        font-size: 16px;
        color: #333;
    }

    .newsdt-list .word p {
        font-size: 14px;
        color: #999;
        font-family: Simsun;
        line-height: 1.8;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        padding-top: 7px;
        margin-bottom: 0;
    }

.morebtn {
    display: block;
    height: 38px;
    width: 205px;
    text-align: center;
    line-height: 38px;
    border: 1px solid #1976d2;
    margin: 70px auto 0 auto;
    font-size: 16px;
}

    .morebtn:hover {
        background-color: #1976d2;
        color: #fff;
        text-decoration: none;
    }

.jobcont {
    padding: 40px 0 60px 0;
}

.joblist {
    padding-top: 15px;
}

    .joblist .hd {
        text-align: center;
    }

        .joblist .hd ul li {
            display: inline-block;
            padding: 0 15px;
            height: 25px;
            line-height: 25px;
            border-radius: 30px;
            font-size: 12px;
            color: #666;
            border: 1px solid #e2e2e2;
            margin: 5px;
            cursor: pointer;
        }

            .joblist .hd ul li:hover, .joblist .hd ul li.on {
                border-color: #5b89bc;
                color: #5b89bc;
            }

    .joblist .bd {
        display: none;
        padding-top: 15px;
        overflow: hidden;
    }

    .joblist .word .tit {
        font-size: 16px;
        color: #5b89bc;
        padding-top: 30px;
        padding-bottom: 10px;
    }

        .joblist .word .tit:first-child {
            padding-top: 0;
        }

    .joblist .word p {
        font-size: 14px;
        color: #666;
        line-height: 2;
        margin-bottom: 0;
    }

.joblist-end {
    font-size: 14px;
    color: #5b89bc;
    margin-top: 20px;
}

.contactus {
    background-color: #fbfbfb;
    padding: 50px 0 110px 0;
}

    .contactus .bd {
        padding-top: 55px;
        padding-left: 25px;
    }

    .contactus .tit {
        font-size: 18px;
        color: #1976d2;
        padding-bottom: 10px;
    }

        .contactus .tit:before {
            content: "";
            position: relative;
            top: -1px;
            display: inline-block;
            width: 14px;
            height: 20px;
            vertical-align: middle;
            background: url(../images/icon_addss.png) no-repeat;
            margin-right: 8px;
        }

    .contactus p {
        font-size: 14px;
        color: #777;
        line-height: 1.8;
        margin-bottom: 0;
    }

.newtit {
    text-align: center;
    padding: 30px 0 10px 0;
}

    .newtit span {
        display: block;
        font-size: 38px;
        font-family: SimHei;
        line-height: 1;
    }

    .newtit em {
        display: block;
        font-style: normal;
        font-size: 14px;
        line-height: 1.7;
        padding-top: 10px;
        color: #666;
    }

    .newtit.type2 span {
        color: #fff;
    }

    .newtit.type2 em {
        color: #fff;
    }

.product2 .hd {
    position: relative;
    z-index: 1;
    width: 1300px;
    margin: 0 auto;
    text-align: center;
}

    .product2 .hd li {
        position: relative;
        display: inline-block;
        margin: 0 15px 15px 15px;
        cursor: pointer;
    }

        .product2 .hd li span {
            display: block;
            font-size: 18px;
            color: #858585;
        }

        .product2 .hd li em {
            font-style: normal;
        }

        .product2 .hd li i {
            font-size: 50px;
            color: #858585;
        }

        .product2 .hd li:after {
            content: "";
            position: absolute;
            bottom: -31px;
            left: 50%;
            margin-left: -8.5px;
            display: none;
            width: 17px;
            height: 15px;
            background: url(../images/icon_sj_03.png) no-repeat;
        }

        .product2 .hd li.on span {
            color: #2caeff;
        }

        .product2 .hd li.on i {
            color: #2caeff;
        }

        .product2 .hd li.on:after {
            display: inline-block;
        }

        .product2 .hd li a {
            display: block;
            width: 100%;
            height: 100%;
        }

        .product2 .hd li a {
            text-decoration: none;
        }

.product2 .bd {
    background-color: #f5f5f6;
    box-shadow: inset 0 1px 5px 0 rgba(0,0,0,0.16);
}

    .product2 .bd > div {
        width: 1200px;
        margin: 0 auto;
        padding: 30px 0;
    }

    .product2 .bd ul:after {
        content: "";
        display: table;
        clear: both;
    }

    .product2 .bd li {
        position: relative;
        float: left;
        width: 400px;
        height: 100px;
        margin: 8px 0;
        background-color: #f5f5f6;
    }

        .product2 .bd li img {
            float: left;
        }

        .product2 .bd li .word {
            float: left;
            width: 210px;
            padding-left: 15px;
        }

        .product2 .bd li .tit {
            font-size: 16px;
            color: #000;
            padding-bottom: 5px;
        }

        .product2 .bd li p {
            font-size: 14px;
            color: #999;
            font-family: Simsun;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }

        .product2 .bd li a {
            position: relative;
            display: block;
            width: 100%;
            height: 100%;
            padding: 15px 60px;
        }

        .product2 .bd li:hover {
            z-index: 1;
        }

        .product2 .bd li a.on {
            z-index: 1;
            background-color: #fff;
            box-shadow: 0 0 12px rgba(0,0,0,0.14);
        }

.customer2 {
    position: relative;
    height: 100%;
    background-color: #1a6aad;
}

    .customer2 .bd {
        height: 50%;
        border-top: 1px solid #4888bd;
        text-align: center;
        padding: 30px 0;
    }

        .customer2 .bd li {
            display: inline-block;
            width: 120px;
            color: #fff;
            margin: 0 43px;
            vertical-align: top;
        }

            .customer2 .bd li span {
                font-size: 40px;
                display: block;
            }

            .customer2 .bd li em {
                font-size: 16px;
                font-style: normal;
            }

    .customer2 .hd {
        width: 100%;
        height: 50%;
        background-color: #f5f5f6;
        display: table;
        text-align: center;
        padding: 60px 0;
    }

        .customer2 .hd > div {
            display: table-cell;
            vertical-align: middle;
        }

        .customer2 .hd ul {
            width: 1250px;
            margin: 0 auto;
            overflow: hidden;
        }

        .customer2 .hd li {
            display: inline-block;
            margin: 10px;
        }

.shadow {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: #000;
    opacity: .5;
    filter: alpha(opacity=50);
    z-index: 2;
}

.popup {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 496px;
    height: 526px;
    margin: -268px 0 0 -248px;
    background-color: #fff;
    z-index: 3;
    border-radius: 10px;
    padding: 0 45px;
}

.popup-tit {
    font-size: 30px;
    font-family: SimHei;
    color: #565656;
    text-align: center;
    line-height: 1;
    padding: 57px 0 39px 0;
}

.closebtn {
    position: absolute;
    right: 21px;
    top: 23px;
    display: inline-block;
    width: 31px;
    height: 31px;
    background: url(../images/icon_off.png) no-repeat;
    cursor: pointer;
}

.popup-rowd {
    height: 48px;
    margin-bottom: 15px;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    overflow: hidden;
}

    .popup-rowd img {
        float: left;
        border-right: 1px solid #e3e3e3;
    }

    .popup-rowd input {
        float: left;
        width: 330px;
        height: 46px;
        line-height: 46px;
        border: 0;
        margin-left: 17px;
        font-size: 16px;
        color: #333;
        outline: none;
    }

.btn_tj {
    display: block;
    height: 50px;
    background-color: #1976d2;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    margin-top: 50px;
}

    .btn_tj:hover {
        color: #fff;
        text-decoration: none;
        background-color: #1a6cbe;
    }

.aboutus img {
    display: block;
    margin: 50px auto 0 auto;
}

.binews-list li {
    height: 231px;
    margin-bottom: 60px;
    overflow: hidden;
}

    .binews-list li .imgd {
        float: left;
        display: inline-block;
    }

        .binews-list li .imgd img {
            width: 394px;
            height: 231px;
        }

    .binews-list li .bd {
        float: left;
        width: 740px;
        margin-left: 35px;
    }

    .binews-list li .tit {
        font-size: 20px;
        color: #000;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 2.5;
    }

        .binews-list li .tit:hover {
            text-decoration: none;
            color: #1875d0;
        }

    .binews-list li em {
        display: block;
        font-size: 14px;
        padding: 10px 0 5px 0;
    }

    .binews-list li p {
        font-size: 14px;
        font-family: Simsun;
        color: #767676;
        line-height: 1.8;
        height: 75px;
        overflow: hidden;
    }

    .binews-list li .more {
        display: inline-block;
        font-size: 14px;
        color: #cd1515;
        padding-left: 46px;
        background: url(../images/icon_arrow2.png) no-repeat left center;
        margin-top: 35px;
    }

        .binews-list li .more:hover {
            text-decoration: none;
        }

.paging {
    border-top: 1px solid #e7e7e7;
    padding: 50px 0;
    text-align: center;
}

    .paging a {
        position: relative;
        top: 2px;
        display: inline-block;
        font-size: 22px;
        margin: 0 5px;
        width: 15px;
        height: 36px;
        vertical-align: initial;
        text-align: center;
        overflow: hidden;
        color: #000;
    }

        .paging a:hover, .paging a.on {
            top: -4px;
            color: #cd1515;
            font-size: 26px;
            text-decoration: none;
        }

        .paging a.prev, .paging a.next {
            top: 0;
            width: 155px;
            height: 36px;
            text-align: center;
            line-height: 36px;
            font-size: 18px;
            color: #666;
            border: 1px solid #d1d1d1;
        }

            .paging a.prev:hover, .paging a.next:hover {
                font-size: 18px;
                top: 0;
                background-color: #f9f9f9;
            }

        .paging a.prev {
            margin-right: 50px;
        }

        .paging a.next {
            margin-left: 50px;
        }

.bicont {
    padding: 90px 0 110px 0;
}

.bicont-tit {
    font-size: 36px;
    text-align: center;
}

.bicont-date {
    margin-top: 25px;
    overflow: hidden;
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 25px;
}

    .bicont-date span {
        font-size: 16px;
        color: #666;
    }

        .bicont-date span em {
            color: #bc0a0a;
            font-style: normal;
        }

    .bicont-date .adds {
        float: left;
    }

    .bicont-date .time {
        float: right;
    }

.bicont p {
    margin-bottom: 0;
    font-size: 20px;
    color: #333;
    line-height: 2;
    text-indent: 2em;
    padding: 20px 0;
}

.page {
    margin: 40px 0;
}

    .page li {
        height: 45px;
        line-height: 45px;
        border-top: 1px solid #e4e7eb;
        border-bottom: 1px solid #e4e7eb;
        overflow: hidden;
        padding: 0 10px;
    }

        .page li:first-child {
            position: relative;
            top: 1px;
        }

        .page li:hover {
            background-color: #f8f8f8;
        }

        .page li span {
            color: #666;
            font-size: 16px;
            float: left;
            padding: 0 20px;
        }

        .page li a {
            margin-left: 20px;
            color: #666;
            font-size: 16px;
            float: left;
        }

            .page li a:hover {
                text-decoration: none;
            }

        .page li em {
            color: #666;
            float: right;
            font-size: 16px;
            font-style: normal;
        }

.backgo {
    margin-top: 20px;
    text-align: right;
}

.backgo_btn {
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    background-color: #464646;
    font-size: 14px;
}

    .backgo_btn:hover {
        background-color: #2f2e2e;
        color: #fff;
        text-decoration: none;
    }

.viewmore {
    text-align: right;
    padding: 0 65px 30px 0;
}

    .viewmore a {
        font-size: 18px;
        color: #666;
    }

.fp-controlArrow.fp-prev {
    display: none;
    width: 36px;
    height: 70px;
    border: 0;
    background: url(../images/arrow_l.png);
}

.fp-controlArrow.fp-next {
    display: none;
    width: 36px;
    height: 70px;
    border: 0;
    background: url(../images/arrow_r.png);
}

.fp-slidesNav ul li a span {
    background: rgba(0,0,0,0.3);
    border: 1px solid #fff;
}

.fp-slidesNav ul li a.active span {
    background: #fff;
}

.city {
    position: absolute;
    bottom: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-image: url(../images/top/city_bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
}

    .city .plane {
        position: absolute;
        bottom: 30px;
        left: -15px;
    }

    .city .travelerR {
        position: absolute;
        bottom: 0;
    }

    .city .carL01 {
        position: absolute;
        bottom: 0;
        left: -20%;
    }

    .city .carL02 {
        position: absolute;
        bottom: 0;
        left: -20%;
    }

    .city .taxi_1L {
        position: absolute;
        bottom: 0;
        left: -20%;
    }

    .city .taxi_2L {
        position: absolute;
        bottom: 0;
        left: -20%;
    }

    .city .walkerLeft01 {
        position: absolute;
        bottom: 0;
        left: 45%;
    }

    .city .walkerL2 {
        position: absolute;
        bottom: 0;
        left: 45%;
    }

    .city .walkerLeft02 {
        position: absolute;
        bottom: 0;
        left: 60%;
    }

    .city .walkerLeft03 {
        position: absolute;
        bottom: 0;
        left: 80%;
    }

    .city .walkerRight01 {
        position: absolute;
        right: 70%;
        bottom: 0;
    }

    .city .walkerRight02 {
        position: absolute;
        bottom: 0;
        left: 90%;
    }

    .city .walkerRight03 {
        position: absolute;
        bottom: 0;
        left: 60%;
    }

    .city .walkerRight04 {
        position: absolute;
        bottom: 0;
        left: 60%;
    }

    .city .walkerR2 {
        position: absolute;
        bottom: 0;
        left: 45%;
    }

    .city .walkerR3 {
        position: absolute;
        bottom: 0;
        left: 45%;
        transform: rotateY(180deg);
    }

    .city .item08 {
        position: absolute;
        bottom: 0;
    }

.masthead {
    position: relative;
    width: 100%;
    background-image: url("../images/top/top_bg02.gif");
    background-position: 50% 50%;
    background-size: cover;
}

.masthead-video {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    width: 100%;
    height: auto;
    transform: translate(-50%, -50%);
    min-width: 100%;
}

.masthead-arrow {
    position: absolute;
    right: 0;
    bottom: 65px;
    left: -50px;
    width: 30px;
    height: 0;
    margin: auto;
}

    .masthead-arrow img {
        max-width: none !important;
    }

.masthead h1 {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 10px;
    font-size: 0 !important;
    line-height: 1;
    margin: auto;
    text-align: center;
}

.com_banner, .entry_banner {
    height: 333px;
    margin-bottom: 30px;
    text-align: center;
}

    .com_banner img {
        width: 100%;
    }

.com_tl {
    padding: 164px 0 0 0;
}

#top {
    position: relative;
    overflow: hidden !important;
}

    #top .masthead-arrow {
        bottom: 120px !important;
    }

.masthead-arrow {
    position: absolute;
    right: 0;
    bottom: 65px;
    left: -50px;
    width: 30px;
    height: 0;
    margin: auto;
}

    .masthead-arrow img {
        max-width: none !important;
    }

.toptit {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    text-align: center;
    margin-top: -143px;
    z-index: 1;
    color: #fff;
}

    .toptit h1 {
        font-size: 35px;
        line-height: 1;
        margin: 0;
        font-weight: normal;
        padding-bottom: 10px;
        text-shadow: 2px 2px 10px rgba(0,0,0,0.5);
    }

    .toptit h2 {
        font-size: 18px;
        line-height: 1;
        margin: 0;
        padding-bottom: 5px;
        font-weight: normal;
        text-shadow: 2px 2px 10px rgba(0,0,0,0.2);
    }

.toptit2 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 142px;
    text-align: center;
    z-index: 1;
    color: #fff;
}

    .toptit2 h1 {
        font-size: 18px;
        line-height: 1;
        margin: 0;
        padding-bottom: 10px;
        font-weight: normal;
    }

    .toptit2 h2 {
        font-size: 12px;
        line-height: 1;
        margin: 0;
        font-weight: normal;
    }

.toptit h1, .toptit h2, video {
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

#loader-bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: #fff;
    background: url(../images/loading.gif) no-repeat center center #0a1439;
    background-size: 27%;
}

#loader {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 22;
    width: 200px;
    height: 200px;
    margin-top: -100px;
    margin-left: -100px;
    text-align: center;
    color: #fff;
}

    #loader img.loaderfg {
        position: absolute;
        width: 100px;
        height: 100px;
        top: 20px;
        right: 50px;
    }

.active-btn {
    float: right;
    font-size: 18px;
    color: #fff;
    padding-top: 47px;
}

.apply-link {
    position: relative;
    top: -4px;
    display: inline-block;
    width: 107px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 32px;
    transition: all .3s;
}

    .apply-link:hover {
        background-color: rgba(255,255,255,0.2);
    }

.space-size {
    position: relative;
    z-index: 1;
    height: 190px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 5px 30px 0 rgba(55,122,160,0.17);
}

    .space-size .rows {
        float: left;
        width: 50%;
        display: block;
        padding: 20px 0;
        margin: 0;
    }

        .space-size .rows .hd {
            padding-bottom: 10px;
        }

        .space-size .rows .nmb {
            font-size: 26px;
            color: #0098ed;
            line-height: 1;
        }

        .space-size .rows .add {
            font-size: 18px;
            color: #0098ed;
            line-height: 1;
        }

        .space-size .rows .unit {
            font-size: 13px;
            font-weight: lighter;
            color: #666;
            line-height: 1;
        }

        .space-size .rows > em {
            font-size: 16px;
            color: #3b3b3b;
            font-weight: lighter;
            line-height: 1;
        }

.bi-park {
    position: relative;
    background-color: #f9f8f8;
}

    .bi-park:after {
        content: "";
        display: table;
        clear: both;
    }

    .bi-park .rows {
        float: left;
        width: 100%;
        position: relative;
        overflow: hidden;
        transition: all .3s;
    }

        .bi-park .rows:after {
            content: "";
            display: table;
            clear: both;
        }

        .bi-park .rows.lang {
            width: calc(50% + 225px) !important;
        }

        .bi-park .rows.short {
            width: calc(50% - 225px) !important;
        }

            .bi-park .rows.short .bi-project-list li {
                width: 45%;
            }

        .bi-park .rows:nth-of-type(1) {
            height: 370px;
            z-index: 1;
        }

        .bi-park .rows:nth-of-type(2) {
            height: 370px;
            background: url(../images/bi-bg1.jpg) no-repeat center;
            background-size: cover;
        }

            .bi-park .rows:nth-of-type(2) .animate-imgbox {
                position: absolute;
                width: 917px;
                height: 456px;
                top: 50%;
                left: 50%;
                transform: scale(.39) translate(-50%, -50%);
                transform-origin: top left;
                background-size: cover;
            }

                .bi-park .rows:nth-of-type(2) .animate-imgbox span {
                    position: absolute;
                    left: 0;
                    top: 0;
                    display: inline-block;
                    text-align: center;
                    background-color: #fff;
                    color: #000;
                    cursor: pointer;
                    z-index: 1;
                }

                    .bi-park .rows:nth-of-type(2) .animate-imgbox span:hover {
                        transition: all .3s;
                        background-color: #009dff;
                        color: #fff;
                        box-shadow: 1px 1px 5px 1px #009dff;
                    }

                    .bi-park .rows:nth-of-type(2) .animate-imgbox span:nth-of-type(1) {
                        width: 60px;
                        height: 60px;
                        line-height: 60px;
                        border-radius: 50%;
                        left: 154px;
                        top: 0;
                        font-size: 20px;
                    }

                    .bi-park .rows:nth-of-type(2) .animate-imgbox span:nth-of-type(2) {
                        width: 44px;
                        height: 44px;
                        line-height: 44px;
                        border-radius: 50%;
                        left: 394px;
                        top: 39px;
                        font-size: 14px;
                    }

                    .bi-park .rows:nth-of-type(2) .animate-imgbox span:nth-of-type(3) {
                        width: 60px;
                        height: 60px;
                        line-height: 60px;
                        border-radius: 50%;
                        left: 650px;
                        top: 27px;
                        font-size: 20px;
                    }

                    .bi-park .rows:nth-of-type(2) .animate-imgbox span:nth-of-type(4) {
                        width: 60px;
                        height: 60px;
                        line-height: 60px;
                        border-radius: 50%;
                        left: 0;
                        top: 281px;
                        font-size: 20px;
                    }

                    .bi-park .rows:nth-of-type(2) .animate-imgbox span:nth-of-type(5) {
                        width: 44px;
                        height: 44px;
                        line-height: 44px;
                        border-radius: 50%;
                        left: 175px;
                        top: 228px;
                        font-size: 14px;
                    }

                    .bi-park .rows:nth-of-type(2) .animate-imgbox span:nth-of-type(6) {
                        width: 60px;
                        height: 60px;
                        line-height: 60px;
                        border-radius: 50%;
                        left: 328px;
                        top: 160px;
                        font-size: 20px;
                    }

                    .bi-park .rows:nth-of-type(2) .animate-imgbox span:nth-of-type(7) {
                        width: 44px;
                        height: 44px;
                        line-height: 44px;
                        border-radius: 50%;
                        left: 447px;
                        top: 267px;
                        font-size: 14px;
                    }

                    .bi-park .rows:nth-of-type(2) .animate-imgbox span:nth-of-type(8) {
                        width: 44px;
                        height: 44px;
                        line-height: 44px;
                        border-radius: 50%;
                        left: 615px;
                        top: 217px;
                        font-size: 14px;
                    }

                    .bi-park .rows:nth-of-type(2) .animate-imgbox span:nth-of-type(9) {
                        width: 60px;
                        height: 60px;
                        line-height: 60px;
                        border-radius: 50%;
                        left: 719px;
                        top: 258px;
                        font-size: 20px;
                    }

                    .bi-park .rows:nth-of-type(2) .animate-imgbox span:nth-of-type(10) {
                        width: 60px;
                        height: 60px;
                        line-height: 60px;
                        border-radius: 50%;
                        left: 857px;
                        top: 190px;
                        font-size: 20px;
                    }

                    .bi-park .rows:nth-of-type(2) .animate-imgbox span:nth-of-type(11) {
                        width: 60px;
                        height: 60px;
                        line-height: 60px;
                        border-radius: 50%;
                        left: 238px;
                        top: 396px;
                        font-size: 20px;
                    }

                    .bi-park .rows:nth-of-type(2) .animate-imgbox span:nth-of-type(12) {
                        width: 60px;
                        height: 60px;
                        line-height: 60px;
                        border-radius: 50%;
                        left: 570px;
                        top: 376px;
                        font-size: 20px;
                    }

        .bi-park .rows:nth-of-type(3) {
            height: 370px;
            background: url(../images/bi-bg2.jpg) no-repeat center;
            background-size: cover;
        }

        .bi-park .rows:nth-of-type(4) {
            height: auto;
        }

    .bi-park .box-type1 {
        float: left;
        width: 100%;
        padding: 30px;
        text-align: center;
    }

        .bi-park .box-type1 .text1 {
            font-size: 14px;
            color: #6a6a6a;
            padding-top: 10px;
        }

        .bi-park .box-type1 .yinhao {
            display: block;
            margin: 20px auto 10px auto;
        }

        .bi-park .box-type1 .text2 {
            font-size: 16px;
            line-height: 1.8;
            color: #262626;
        }

            .bi-park .box-type1 .text2 span {
                color: #0098ed;
                font-size: 22px;
                line-height: 1;
            }

        .bi-park .box-type1 .btn2 {
            display: inline-block;
            width: 120px;
            height: 35px;
            text-align: center;
            line-height: 35px;
            font-size: 14px;
            color: #fff;
            background-color: #85a8cb;
            border-radius: 3px;
            margin-top: 12px;
            transition: all .3s;
        }

            .bi-park .box-type1 .btn2:hover {
                background-color: #6e96be;
            }

    .bi-park .box-type2 {
        width: 100%;
        padding: 30px 15px;
        text-align: center;
    }

        .bi-park .box-type2 .tit {
            font-size: 20px;
            color: #fff;
        }

        .bi-park .box-type2 .list {
            position: relative;
        }

            .bi-park .box-type2 .list li {
                position: relative;
                display: inline-block;
                width: 120px;
                font-size: 16px;
                color: rgba(255,255,255,0.7);
                height: 75px;
                line-height: 74px;
                border-bottom: 1px solid #b7bfc6;
                cursor: pointer;
                transition: all .3s;
                margin: 0 20px;
            }

                .bi-park .box-type2 .list li:hover, .bi-park .box-type2 .list li.active {
                    color: #fff;
                    border-color: #fff;
                }

                    .bi-park .box-type2 .list li:hover:after, .bi-park .box-type2 .list li.active:after {
                        content: "";
                        position: absolute;
                        left: 50%;
                        bottom: 14px;
                        margin-left: -5px;
                        display: inline-block;
                        height: 10px;
                        width: 10px;
                        border-width: 1px 1px 0 0;
                        border-color: #fff;
                        border-style: solid;
                        transition: all .3s;
                        -webkit-transform: matrix(-0.707107, .707107, -0.707107, -0.707107, 0, 0);
                        transform: matrix(-0.707107, .707107, -0.707107, -0.707107, 0, 0);
                    }

                .bi-park .box-type2 .list li:last-child {
                    border-bottom: 0;
                }

                .bi-park .box-type2 .list li:nth-of-type(5) {
                    border-bottom: 0;
                }

.bi-project-list {
    position: relative;
    margin-top: 10px;
}

    .bi-project-list li {
        position: relative;
        float: left;
        width: 29%;
        height: 66px;
        border: 1px solid #e5e5e5;
        padding: 0 8px;
        background-color: #fff;
        border-radius: 5px;
        margin-left: 3.1%;
        margin-bottom: 10px;
        transition: all .3s;
    }

        .bi-project-list li > a {
            display: flex;
            width: 100%;
            height: 100%;
            align-items: center;
            justify-content: start;
        }

        .bi-project-list li i {
            display: inline-block;
            vertical-align: middle;
            margin-right: 7px;
            color: #333;
            font-size: 24px;
            width: 24px;
        }

        .bi-project-list li span {
            display: inline-block;
            vertical-align: middle;
            font-size: 14px;
            color: #333;
        }

        .bi-project-list li:hover {
            border-color: #75a0c9;
            box-shadow: 1.878px 3.532px 0 0 rgba(38,38,38,0.04);
        }

            .bi-project-list li:hover i {
                color: #000;
                animation-duration: 1.5s;
                animation-fill-mode: both;
                animation-iteration-count: 1;
                -webkit-backface-visibility: visible !important;
                backface-visibility: visible !important;
                animation-name: flipInY;
            }

            .bi-project-list li:hover:hover {
                color: #5b89bc;
            }

                .bi-project-list li:hover:hover .border:nth-of-type(1) {
                    width: 100%;
                }

                .bi-project-list li:hover:hover .border:nth-of-type(2) {
                    height: 90px;
                }

                .bi-project-list li:hover:hover .border:nth-of-type(3) {
                    width: 100%;
                }

                .bi-project-list li:hover:hover .border:nth-of-type(4) {
                    height: 90px;
                }

.bi-title {
    height: 40px;
    font-size: 22px;
    color: #333;
    line-height: 1;
    text-align: center;
    background: url(../images/bi-title-bg.png) no-repeat center bottom;
    background-size: 120px auto;
}

    .bi-title.type2 {
        text-align: center;
        background-position: center bottom;
    }

.bi-hover {
    transition: all .4s;
}

    .bi-hover:hover {
        -webkit-transform: translateY(-2%);
        transform: translateY(-2%);
        box-shadow: 1px 4px 10px 2px #ccc;
    }

        .bi-hover:hover .news-titd {
            color: #1267a0;
        }

.swiper-container.type3 {
    padding-top: 15px;
}

    .swiper-container.type3 .pagination {
        bottom: 0;
    }

    .swiper-container.type3 .swiper-pagination-switch {
        width: 8px;
        height: 8px;
        border-radius: 8px;
    }

.row {
    margin: 0;
}

.footer {
    position: relative;
    background-color: #333638;
}

    .footer .container-fluid {
        width: 100%;
        font-size: 14px;
        color: rgba(255,255,255,0.5);
        padding: 35px 0;
    }

    .footer .tit {
        font-size: 18px;
        color: #fff;
        font-family: Microsoft YaHei;
        font-weight: bold;
        padding-bottom: 5px;
    }

    .footer .footer-text {
        padding-bottom: 8px;
    }

        .footer .footer-text a {
            position: relative;
            font-size: 14px;
            color: rgba(255,255,255,0.5);
        }

            .footer .footer-text a::before {
                content: "·";
                display: inline-block;
                font-size: 16px;
                margin-right: 4px;
            }

            .footer .footer-text a:hover {
                color: #fff;
            }

    .footer .data {
        overflow: hidden;
        line-height: 1.8;
    }

        .footer .data em {
            float: left;
        }

        .footer .data span {
            float: left;
        }

    .footer .bi-code img {
        display: block;
        margin: 0 auto 10px auto;
    }

    .footer .bi-code span {
        color: #00beed;
        font-size: 22px;
    }

    .footer .footer-line {
        position: relative;
        margin: 25px 0 30px 0;
        height: 1px;
        background-color: #7a7a7b;
    }

    .footer .bi-friend {
        position: relative;
        overflow: hidden;
    }

        .footer .bi-friend .footer-text {
            float: left;
            width: 16.66%;
            padding-left: 15px;
            padding-right: 15px;
        }

    .footer .fd {
        position: relative;
        height: 80px;
        text-align: center;
        background-color: #2d2e31;
        padding-top: 27px;
    }

        .footer .fd img {
            display: inline-block;
            vertical-align: bottom;
            margin-right: 20px;
        }

        .footer .fd span {
            display: inline-block;
            vertical-align: bottom;
            font-size: 14px;
            color: #ccc;
            line-height: 1;
        }

.bi-track {
    position: relative;
    background-color: #fff;
}

    .bi-track .hd {
        position: relative;
        padding: 30px 15px 0 15px;
        z-index: 1;
        overflow: hidden;
    }

        .bi-track .hd h2 {
            font-size: 14px;
            color: #565656;
            text-align: center;
            font-weight: normal;
            line-height: 1.5;
        }

            .bi-track .hd h2 span {
                font-size: 16px;
                color: #0098ed;
            }

        .bi-track .hd:after {
            content: "";
            position: absolute;
            bottom: -12px;
            left: 50%;
            display: inline-block;
            width: 0;
            height: 0;
            border-left: 15px solid transparent;
            border-top: 12px solid #fff;
            border-right: 15px solid transparent;
        }

    .bi-track .bd {
        position: relative;
        background-color: #fafafa;
    }

.bi-map {
    position: absolute;
    left: 50%;
    top: 70px;
    width: 1370px;
    height: 780px;
    transform: translate(-50%, 0);
    transition: all .3s;
    background: url(../images/bi-track-bg.png) no-repeat center center;
    background-size: 100%;
}

    .bi-map > img {
        position: absolute;
        left: 0;
        top: 0;
    }

    .bi-map .child {
        position: absolute;
        display: block;
        height: 33px;
        text-align: center;
        line-height: 31px;
        border-radius: 33px;
        font-size: 14px;
        color: #595757;
        background-color: #edf7f3;
        border: 1px solid #c0dbd3;
        transition: all .25s;
        cursor: pointer;
    }

        .bi-map .child.type2 {
            background-color: #e6eff6;
            border-color: #b1c8da;
        }

        .bi-map .child:hover {
            background-color: #009dff;
            border-color: #009dff;
            color: #fff;
            box-shadow: 1px 1px 5px 1px #009dff;
            margin-top: -5px;
        }

@media (max-width:1500px) {
    .bi-map {
        transform: translate(-50%, 0) scale(.9);
        transform-origin: center center;
    }
}

.partner-list {
    position: relative;
    width: 100%;
    margin-top: 20px;
    padding: 0 2%;
    overflow: hidden;
}

    .partner-list .rows {
        position: relative;
        float: left;
        width: 30%;
        height: 65px;
        margin: 5px 1.5%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #fff;
        border: 1px solid #ececec;
        cursor: pointer;
        transition: all .3s;
    }

        .partner-list .rows img {
            display: block;
            max-width: 85%;
            max-height: 50px;
        }

        .partner-list .rows .border {
            position: absolute;
            background: none;
            transition: all .5s ease-in-out;
        }

            .partner-list .rows .border:nth-of-type(1) {
                top: -1px;
                left: -1px;
                width: 0;
                height: 0;
                border-top: 1px solid #5b89bc;
            }

            .partner-list .rows .border:nth-of-type(2) {
                top: -1px;
                right: -1px;
                width: 0;
                height: 0;
                border-right: 1px solid #5b89bc;
            }

            .partner-list .rows .border:nth-of-type(3) {
                bottom: -1px;
                right: -1px;
                width: 0;
                height: 0;
                border-bottom: 1px solid #5b89bc;
            }

            .partner-list .rows .border:nth-of-type(4) {
                bottom: -1px;
                left: -1px;
                width: 0;
                height: 0;
                border-left: 1px solid #5b89bc;
            }

        .partner-list .rows:hover .border:nth-of-type(1) {
            width: 100%;
        }

        .partner-list .rows:hover .border:nth-of-type(2) {
            height: 65px;
        }

        .partner-list .rows:hover .border:nth-of-type(3) {
            width: 100%;
        }

        .partner-list .rows:hover .border:nth-of-type(4) {
            height: 65px;
        }

.second-banner {
    height: 650px;
    background: no-repeat center;
    background-size: cover;
    position: relative;
}

    .second-banner.type2 {
        height: 475px;
    }

.second-banner-word {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    width: 100%;
}

    .second-banner-word span {
        font-size: 42px;
        display: block;
    }

    .second-banner-word div {
        font-size: 24px;
        margin-top: 10px;
    }

    .second-banner-word.type2 {
        top: 50%;
    }

.bipark-nav {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 10;
}

    .bipark-nav a {
        display: block;
        width: 16.6666667%;
        float: left;
        text-align: center;
        height: 90px;
        line-height: 88px;
        border: rgba(229,229,229,0.6) solid 1px;
        border-right: none;
        font-size: 24px;
        color: rgba(255,255,255,0.53);
        text-decoration: none;
        cursor: pointer;
        margin-top: 19px;
        transition: all .2s;
        background: url("../images/bipark/nav-bg.png") repeat-x;
    }

        .bipark-nav a:last-child {
            border-right: rgba(229,229,229,0.6) solid 1px;
        }

        .bipark-nav a:hover {
            margin-top: 0;
            position: relative;
            height: 109px;
            line-height: 107px;
            background: url("../images/bipark/nav-bg1.png") repeat-x;
            color: #fff;
            font-size: 26px;
            border-color: rgba(50,133,216,0.3);
        }

            .bipark-nav a:hover + a {
                border-left-color: rgba(50,133,216,0.3);
            }

        .bipark-nav a.active {
            margin-top: 0;
            position: relative;
            height: 109px;
            line-height: 107px;
            background: url("../images/bipark/nav-bg1.png") repeat-x;
            color: #fff;
            font-size: 26px;
            border-color: rgba(50,133,216,0.3);
        }

            .bipark-nav a.active + a {
                border-left-color: rgba(50,133,216,0.3);
            }

.bipark-link {
    padding: 15px 0 25px 0;
    box-shadow: 0 2px 10px 2px rgba(0,0,0,0.1);
}

    .bipark-link .swiper-slide:first-child li:first-child {
        width: 0;
    }

    .bipark-link li {
        float: left;
        text-align: center;
        cursor: pointer;
        width: 33.33333333%;
        padding: 12px 0;
    }

        .bipark-link li .link-img {
            position: relative;
            display: inline-block;
            background: url("../images/bipark/link-bg1.png") no-repeat;
            width: 51px;
            height: 58px;
            text-align: center;
            line-height: 97px;
            transition: all .25s;
            overflow: hidden;
            background-size: 100%;
        }

        .bipark-link li .link-name {
            color: #000;
        }

        .bipark-link li svg.icon {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            display: inline-block;
            width: 26px;
            height: 26px;
            background-repeat: no-repeat;
            background-position: center;
            transition: all .3s;
            fill: currentColor;
            overflow: hidden;
        }

        .bipark-link li i {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            opacity: 0;
            display: inline-block;
            font-size: 26px;
            width: 26px;
            height: 26px;
            text-align: center;
            line-height: 26px;
            transition: all .3s;
        }

        .bipark-link li.active .link-img {
            background: url("../images/bipark/link-bg2.png") no-repeat;
            background-size: 100%;
        }

        .bipark-link li.active svg.icon {
            opacity: 0;
        }

        .bipark-link li.active i.icon {
            color: #fff;
            opacity: 1;
        }

        .bipark-link li.active .link-name {
            color: #3285d8;
        }

    .bipark-link a {
        text-decoration: none;
    }

.link-name {
    font-size: 15px;
    margin-top: 5px;
}

.nav-content {
    padding: 120px 0;
    overflow: hidden;
}

    .nav-content .container {
        padding: 0 50px;
    }

.nav-content-write {
    width: 36.5%;
}

    .nav-content-write .nav-content-title {
        font-size: 24px;
        color: #333333;
        position: relative;
        padding-bottom: 15px;
    }

        .nav-content-write .nav-content-title:after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            width: 31px;
            height: 4px;
            background-color: #3285d8;
        }

    .nav-content-write .nav-content-word {
        font-size: 16px;
        line-height: 26px;
        color: #666666;
        margin-top: 40px;
    }

    .nav-content-write p {
        margin: 0;
    }

.nav-content-img {
    width: 57.1%;
    text-align: center;
}

    .nav-content-img img {
        max-width: 100%;
    }

.swiper-container.bipark-swiper .swiper-slide {
    height: 1px;
}

.swiper-container.bipark-swiper .swiper-slide-active {
    height: auto !important;
}

.accordion-banner {
    height: 100vh;
    overflow: hidden;
}

    .accordion-banner ul {
        height: 100%;
    }

    .accordion-banner li {
        width: 100%;
        height: 20%;
        transition: .5s;
        position: relative;
        overflow: hidden;
    }

        .accordion-banner li a {
            display: block;
            background: no-repeat center;
            background-size: cover;
            width: 100%;
            height: 100%;
            cursor: pointer;
            position: relative;
        }

            .accordion-banner li a::after {
                content: "";
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                height: 100%;
                width: 100%;
                background-color: rgba(0,0,0,0.3);
                z-index: 0;
            }

    .accordion-banner .according-title {
        font-size: 18px;
        color: #fff;
        position: absolute;
        left: 0;
        padding: 0 20px;
        text-align: center;
        transition: all .25s;
        width: 100%;
        top: 50%;
        transform: translate(0, -50%);
        z-index: 1;
    }

    .accordion-banner .according-write {
        position: absolute;
        left: 0;
        text-align: center;
        width: 100%;
        display: none;
        transition: all .51s;
        z-index: 1;
        top: 50%;
        padding: 0 40px;
        transform: translate(0, -50%);
    }

    .accordion-banner .according-name {
        font-size: 21px;
        color: #fff;
    }

    .accordion-banner .according-describe {
        font-size: 14px;
        color: #fff;
        line-height: 1.8;
        transition: all .25s;
        margin-top: 10px;
    }

.solution {
    padding: 25px 0;
}

.solution-title {
    font-size: 16px;
    color: #262626;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
}

    .solution-title:after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 20px;
        height: 2px;
        background-color: #2988e7;
        margin-left: -10px;
    }

.solution-name {
    font-size: 14px;
    color: #262626;
    position: relative;
    padding-left: 24px;
}

    .solution-name:before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        width: 7px;
        height: 7px;
        background-color: #2988e7;
        margin-top: -4px;
    }

.solution-write {
    font-size: 14px;
    color: #262626;
    line-height: 30px;
    margin-top: 8px;
}

    .solution-write p {
        margin: 0;
        text-indent: 28px;
    }

.solution-img {
    width: 100%;
}

    .solution-img img {
        width: 100%;
    }

.solution-row {
    margin-top: 40px;
}

.solution-write-list {
    margin-top: 15px;
}

    .solution-write-list .solution-write-wd {
        margin: 0 -5px;
        overflow: hidden;
    }

        .solution-write-list .solution-write-wd ul li {
            width: 33.333333%;
            float: left;
            padding: 7.5px;
        }

            .solution-write-list .solution-write-wd ul li a {
                display: table;
                width: 100%;
                height: 35px;
                padding: 0 5px;
                float: left;
                border: #ededed solid 1px;
                text-align: center;
                text-decoration: none;
                cursor: pointer;
                transition: .25s;
                color: #666;
                background-color: #fff;
            }

                .solution-write-list .solution-write-wd ul li a span {
                    display: table-cell;
                    vertical-align: middle;
                    font-size: 12px;
                }

                .solution-write-list .solution-write-wd ul li a:hover {
                    color: #2988e7;
                    border-color: #2988e7;
                }

.look-details {
    width: 109px;
    height: 33px;
    display: inline-block;
    line-height: 33px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border: solid 1px #fff;
    border-radius: 30px;
}

.accordion-details {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 102;
    background: #fff;
    transform: translate3d(100%, 0, 0);
    transition: all .4s;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

    .accordion-details.active {
        transform: translate3d(0, 0, 0);
    }

.accordion-btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 24px;
    color: #333;
    z-index: 11;
}

.case-logo {
    padding: 15px 0;
}

    .case-logo ul li {
        float: left;
        width: 33.33333333%;
        padding: 0 5px;
        text-align: center;
        margin: 5px 0;
        position: relative;
    }

        .case-logo ul li a {
            position: relative;
            padding: 0 10px;
        }

        .case-logo ul li .border {
            position: absolute;
            background: none;
            transition: all .5s ease-in-out;
        }

            .case-logo ul li .border:nth-of-type(1) {
                top: -1px;
                left: -1px;
                width: 0;
                height: 0;
                border-top: 1px solid #5b89bc;
            }

            .case-logo ul li .border:nth-of-type(2) {
                top: -1px;
                right: -1px;
                width: 0;
                height: 0;
                border-right: 1px solid #5b89bc;
            }

            .case-logo ul li .border:nth-of-type(3) {
                bottom: -1px;
                right: -1px;
                width: 0;
                height: 0;
                border-bottom: 1px solid #5b89bc;
            }

            .case-logo ul li .border:nth-of-type(4) {
                bottom: -1px;
                left: -1px;
                width: 0;
                height: 0;
                border-left: 1px solid #5b89bc;
            }

        .case-logo ul li.active a .border:nth-of-type(1) {
            width: 100%;
        }

        .case-logo ul li.active a .border:nth-of-type(2) {
            height: 65px;
        }

        .case-logo ul li.active a .border:nth-of-type(3) {
            width: 100%;
        }

        .case-logo ul li.active a .border:nth-of-type(4) {
            height: 65px;
        }

.case-logo {
    padding: 15px 0;
}

    .case-logo ul li {
        float: left;
        width: 33.33333333%;
        padding: 0 5px;
        text-align: center;
        margin: 5px 0;
    }

        .case-logo ul li:first-child {
            width: 0;
            height: 0;
            padding: 0;
            margin: 0;
        }

        .case-logo ul li a {
            display: block;
            width: 100%;
            height: 65px;
            line-height: 65px;
            border: #ececec solid 1px;
            transition: all .2s;
        }

            .case-logo ul li a img {
                max-width: 70%;
                max-height: 70%;
            }

            .case-logo ul li a:hover {
                border-color: #75a0c9;
            }

.case-content {
    padding: 30px 0;
}

.solution-stitle {
    font-size: 14px;
    text-align: center;
    margin-top: 15px;
}

.case-list {
    margin-top: 20px;
}

.case-list-name {
    position: relative;
    font-size: 14px;
    padding-left: 15px;
    color: #1976d2;
    font-weight: bold;
}

    .case-list-name:before {
        content: "";
        position: absolute;
        top: 6px;
        display: inline-block;
        width: 10px;
        height: 10px;
        margin-right: 15px;
        vertical-align: middle;
        background-color: #1976d2;
        left: 0;
    }

.case-list-write {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    margin-top: 10px;
}

    .case-list-write p {
        margin: 0;
    }

.case-img {
    text-align: center;
    margin-top: 25px;
}

    .case-img img {
        max-width: 100%;
    }

.swiper-container.case-swiper .swiper-slide {
    height: 1px;
}

.swiper-container.case-swiper .swiper-slide-active {
    height: auto !important;
}

.customer-nav a {
    width: 14.2857%;
    font-size: 24px;
    color: #fff;
}

.customer-banner {
    height: 938px;
}

.customer-banner-name {
    padding-top: 20%;
    text-align: center;
    font-size: 23px;
    color: #ffffff;
}

.customer-logo {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 40px 15px;
}

    .customer-logo .customer-cus {
        position: relative;
        width: 100%;
    }

        .customer-logo .customer-cus img {
            display: block;
            width: 100%;
        }

            .customer-logo .customer-cus img.qiqiu1 {
                animation: qiqiu1 2.5s ease-in-out infinite;
                animation-direction: alternate;
            }

            .customer-logo .customer-cus img.qiqiu2 {
                animation: qiqiu2 3s ease-in-out infinite;
                animation-direction: alternate;
            }

    .customer-logo a {
        display: block;
        position: absolute;
        width: 174px;
        height: 152px;
        text-align: center;
        line-height: 152px;
        cursor: pointer;
    }

        .customer-logo a .cus-bg {
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
        }

        .customer-logo a .cus-logo {
            max-width: 100%;
            max-height: 100%;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            z-index: 2;
        }

        .customer-logo a.cus-a1 {
            left: 0;
            top: 84px;
        }

            .customer-logo a.cus-a1 .cus-bg {
                opacity: .2;
            }

            .customer-logo a.cus-a1:hover .cus-bg {
                animation: warn2 1s ease-out 1;
            }

        .customer-logo a.cus-a2 {
            left: 139px;
            top: 162px;
        }

            .customer-logo a.cus-a2 .cus-bg {
                opacity: .5;
            }

            .customer-logo a.cus-a2:hover .cus-bg {
                animation: warn5 1s ease-out 1;
            }

        .customer-logo a.cus-a3 {
            left: 139px;
            top: 322px;
        }

            .customer-logo a.cus-a3 .cus-bg {
                opacity: .2;
            }

            .customer-logo a.cus-a3:hover .cus-bg {
                animation: warn2 1s ease-out 1;
            }

        .customer-logo a.cus-a4 {
            left: 278px;
            top: 84px;
        }

            .customer-logo a.cus-a4:hover .cus-bg {
                animation: warn 1s ease-out 1;
            }

        .customer-logo a.cus-a5 {
            left: 278px;
            top: 242px;
        }

            .customer-logo a.cus-a5 .cus-bg {
                opacity: .8;
            }

            .customer-logo a.cus-a5:hover .cus-bg {
                animation: warn8 1s ease-out 1;
            }

        .customer-logo a.cus-a6 {
            left: 417px;
            top: 0;
        }

            .customer-logo a.cus-a6 .cus-bg {
                opacity: .2;
            }

            .customer-logo a.cus-a6:hover .cus-bg {
                animation: warn2 1s ease-out 1;
            }

        .customer-logo a.cus-a7 {
            left: 417px;
            top: 162px;
        }

            .customer-logo a.cus-a7 .cus-bg {
                opacity: .9;
            }

            .customer-logo a.cus-a7:hover .cus-bg {
                animation: warn9 1s ease-out 1;
            }

        .customer-logo a.cus-a8 {
            left: 556px;
            top: 242px;
        }

            .customer-logo a.cus-a8:hover .cus-bg {
                animation: warn 1s ease-out 1;
            }

        .customer-logo a.cus-a9 {
            left: 694px;
            top: 322px;
        }

            .customer-logo a.cus-a9 .cus-bg {
                opacity: .2;
            }

            .customer-logo a.cus-a9:hover .cus-bg {
                animation: warn2 1s ease-out 1;
            }

        .customer-logo a.cus-a10 {
            left: 858px;
            top: 162px;
        }

            .customer-logo a.cus-a10:hover .cus-bg {
                animation: warn 1s ease-out 1;
            }

        .customer-logo a.cus-a11 {
            left: 996px;
            top: 84px;
        }

            .customer-logo a.cus-a11 .cus-bg {
                opacity: .8;
            }

            .customer-logo a.cus-a11:hover .cus-bg {
                animation: warn 1s ease-out 1;
            }

        .customer-logo a.cus-a12 {
            left: 996px;
            top: 242px;
        }

            .customer-logo a.cus-a12 .cus-bg {
                opacity: .9;
            }

            .customer-logo a.cus-a12:hover .cus-bg {
                animation: warn9 1s ease-out 1;
            }

        .customer-logo a.cus-a13 {
            left: 1134px;
            top: 0;
        }

            .customer-logo a.cus-a13 .cus-bg {
                opacity: .2;
            }

            .customer-logo a.cus-a13:hover .cus-bg {
                animation: warn2 1s ease-out 1;
            }

        .customer-logo a.cus-a14 {
            left: 1134px;
            top: 162px;
        }

            .customer-logo a.cus-a14 .cus-bg {
                opacity: .8;
            }

            .customer-logo a.cus-a14:hover .cus-bg {
                animation: warn8 1s ease-out 1;
            }

        .customer-logo a.cus-a15 {
            left: 1134px;
            top: 322px;
        }

            .customer-logo a.cus-a15 .cus-bg {
                opacity: .4;
            }

            .customer-logo a.cus-a15:hover .cus-bg {
                animation: warn4 1s ease-out 1;
            }

        .customer-logo a.cus-a16 {
            left: 1272px;
            top: 84px;
        }

            .customer-logo a.cus-a16 .cus-bg {
                opacity: .9;
            }

            .customer-logo a.cus-a16:hover .cus-bg {
                animation: warn9 1s ease-out 1;
            }

        .customer-logo a.cus-a17 {
            left: 1408px;
            top: 0;
        }

            .customer-logo a.cus-a17 .cus-bg {
                opacity: .1;
            }

            .customer-logo a.cus-a17:hover .cus-bg {
                animation: warn1 1s ease-out 1;
            }

        .customer-logo a.cus-a18 {
            left: 1272px;
            top: 242px;
        }

            .customer-logo a.cus-a18:hover .cus-bg {
                animation: warn 1s ease-out 1;
            }

    .customer-logo .cus-write {
        width: 100%;
        height: 100%;
        padding-top: 20px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
        font-size: 24px;
        color: #1a68b4;
        line-height: 1.6;
    }

        .customer-logo .cus-write .icon {
            font-size: 40px;
        }

.customer-link li {
    float: left;
    width: 33.333333%;
    text-align: center;
    padding: 0 7.5px;
    margin-bottom: 15px;
}

    .customer-link li a {
        display: block;
        position: relative;
        width: 100%;
        height: 45px;
        line-height: 45px;
        border: #dcdcdc solid 1px;
        text-decoration: none;
        cursor: pointer;
        color: #010d19;
        transition: all .2s;
    }

        .customer-link li a .border {
            position: absolute;
            background: none;
            transition: all .5s ease-in-out;
        }

            .customer-link li a .border:nth-of-type(1) {
                top: -1px;
                left: -1px;
                width: 0;
                height: 0;
                border-top: 1px solid #5b89bc;
            }

            .customer-link li a .border:nth-of-type(2) {
                top: -1px;
                right: -1px;
                width: 0;
                height: 0;
                border-right: 1px solid #5b89bc;
            }

            .customer-link li a .border:nth-of-type(3) {
                bottom: -1px;
                right: -1px;
                width: 0;
                height: 0;
                border-bottom: 1px solid #5b89bc;
            }

            .customer-link li a .border:nth-of-type(4) {
                bottom: -1px;
                left: -1px;
                width: 0;
                height: 0;
                border-left: 1px solid #5b89bc;
            }

        .customer-link li a .cus-link-name {
            font-size: 12px;
            position: relative;
            padding-left: 20px;
            text-align: left;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

            .customer-link li a .cus-link-name:before {
                content: "";
                position: absolute;
                left: 10px;
                top: 50%;
                width: 6px;
                height: 6px;
                background-color: #5b89bc;
                transform: translateY(-50%);
            }

        .customer-link li a:hover {
            color: #5b89bc;
        }

            .customer-link li a:hover .border:nth-of-type(1) {
                width: 100%;
            }

            .customer-link li a:hover .border:nth-of-type(2) {
                height: 45px;
            }

            .customer-link li a:hover .border:nth-of-type(3) {
                width: 100%;
            }

            .customer-link li a:hover .border:nth-of-type(4) {
                height: 45px;
            }

.customer-title {
    margin-top: 30px;
    font-size: 30px;
    color: #5b89bc;
    padding: 0 30px;
}

.customer-link {
    margin-top: 15px;
    margin-left: -5px;
    margin-right: -5px;
}

@keyframes warn {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    20% {
        transform: scale(1);
        opacity: .8;
    }

    40% {
        transform: scale(1.2);
        opacity: .6;
    }

    60% {
        transform: scale(1.4);
        opacity: .4;
    }

    80% {
        transform: scale(1.6);
        opacity: .2;
    }

    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}

@keyframes warn9 {
    0% {
        transform: scale(1);
        opacity: .9;
    }

    20% {
        transform: scale(1);
        opacity: .7;
    }

    40% {
        transform: scale(1.2);
        opacity: .5;
    }

    60% {
        transform: scale(1.4);
        opacity: .3;
    }

    80% {
        transform: scale(1.6);
        opacity: .2;
    }

    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}

@keyframes warn8 {
    0% {
        transform: scale(1);
        opacity: .8;
    }

    20% {
        transform: scale(1);
        opacity: .6;
    }

    40% {
        transform: scale(1.2);
        opacity: .4;
    }

    60% {
        transform: scale(1.4);
        opacity: .2;
    }

    80% {
        transform: scale(1.6);
        opacity: .1;
    }

    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}

@keyframes warn5 {
    0% {
        transform: scale(1);
        opacity: .5;
    }

    20% {
        transform: scale(1);
        opacity: .4;
    }

    40% {
        transform: scale(1.2);
        opacity: .3;
    }

    60% {
        transform: scale(1.4);
        opacity: .2;
    }

    80% {
        transform: scale(1.6);
        opacity: .1;
    }

    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}

@keyframes warn4 {
    0% {
        transform: scale(1);
        opacity: .4;
    }

    20% {
        transform: scale(1);
        opacity: .35;
    }

    40% {
        transform: scale(1.2);
        opacity: .3;
    }

    60% {
        transform: scale(1.4);
        opacity: .2;
    }

    80% {
        transform: scale(1.6);
        opacity: .1;
    }

    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}

@keyframes warn2 {
    0% {
        transform: scale(1);
        opacity: .2;
    }

    20% {
        transform: scale(1);
        opacity: .2;
    }

    40% {
        transform: scale(1.2);
        opacity: .15;
    }

    60% {
        transform: scale(1.4);
        opacity: .15;
    }

    80% {
        transform: scale(1.6);
        opacity: .1;
    }

    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}

@keyframes warn1 {
    0% {
        transform: scale(1);
        opacity: .1;
    }

    20% {
        transform: scale(1);
        opacity: .08;
    }

    40% {
        transform: scale(1.2);
        opacity: .06;
    }

    60% {
        transform: scale(1.4);
        opacity: .04;
    }

    80% {
        transform: scale(1.6);
        opacity: .02;
    }

    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}

.banner-word {
    text-align: center;
    color: #fff;
    position: absolute;
    top: 32%;
    width: 100%;
}

    .banner-word .bi-title {
        background: url("../images/bi-title-bg1.png") no-repeat center bottom;
        background-size: auto 5px;
        color: #fff;
        height: 50px;
        font-size: 24px;
    }

    .banner-word .bi-title-describe {
        font-size: 15px;
        color: #fff;
        text-align: center;
        margin-top: 20px;
    }

        .banner-word .bi-title-describe span {
            font-size: 24px;
            color: #25cdf1;
        }

    .banner-word .bi-title-write {
        font-size: 15px;
        line-height: 32px;
        color: #fff;
        margin-top: 60px;
    }

.about-content {
    padding: 25px 0;
    background: no-repeat center bottom;
}

.about-item-icon {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .about-item-icon:hover {
        -webkit-animation-name: tada;
        animation-name: tada;
    }

.about-title-name {
    background: url("../images/bi-title-bg.png") no-repeat center bottom;
    padding-bottom: 10px;
    font-size: 16px;
    color: #262626;
    text-align: center;
    background-size: 25%;
}

.about-title-word {
    font-size: 13px;
    color: #333333;
    margin-top: 10px;
    text-align: center;
}

.about-title-describe {
    font-size: 12px;
    color: #333333;
    margin-top: 10px;
    text-align: center;
}

    .about-title-describe span {
        color: #5b89bc;
    }

.about-icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-items: center;
    text-align: left;
}

    .about-icon-box img {
        height: 43px;
        padding: 0 10px;
    }

.about-option-item {
    float: left;
    text-align: center;
    width: 100%;
    padding: 40px 0;
}

    .about-option-item .about-item-number {
        color: #eaeaea;
        font-size: 35px;
        line-height: 1.2;
        font-weight: bold;
        padding: 0 10px;
    }

    .about-option-item .about-item-describe {
        font-size: 15px;
        color: #333;
    }

    .about-option-item .about-item-do {
        font-size: 15px;
        color: #5b89bc;
        margin-top: 5px;
    }

.culture {
    text-align: center;
    margin-top: 40px;
    position: relative;
}

    .culture img {
        width: 100%;
    }

.culture-spot {
    position: absolute;
}

    .culture-spot.spot1 {
        left: 75px;
        top: 18px;
    }

    .culture-spot.spot2 {
        right: 75px;
        top: 200px;
    }

.culture-word {
    position: absolute;
    z-index: 10;
    width: 200px;
}

    .culture-word .chi {
        background: url("../images/about/about-pove.png") no-repeat center;
        height: 166px;
        text-align: center;
        font-size: 18px;
        color: #5b89bc;
        padding-top: 33px;
        cursor: pointer;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

        .culture-word .chi:hover {
            -webkit-animation-name: bounce;
            animation-name: bounce;
        }

    .culture-word .eng {
        position: absolute;
        font-size: 26px;
        color: #eaeaea;
    }

    .culture-word.word1 {
        left: 119px;
        top: 18px;
    }

        .culture-word.word1 .eng {
            left: -49px;
            top: 85px;
        }

    .culture-word.word2 {
        left: 229px;
        top: 147px;
    }

        .culture-word.word2 .eng {
            left: -67px;
            top: 101px;
        }

    .culture-word.word3 {
        right: 88px;
        top: 18px;
    }

        .culture-word.word3 .eng {
            right: -50px;
            top: 93px;
        }

    .culture-word.word4 {
        right: 180px;
        top: 147px;
    }

        .culture-word.word4 .eng {
            right: -23px;
            top: 135px;
        }

.cannect p {
    font-size: 14px;
    color: #000000;
    letter-spacing: 1px;
    line-height: 2;
    text-indent: 28px;
}

.cannect-row {
    position: relative;
    overflow: hidden;
}

    .cannect-row > img {
        display: block;
        float: left;
    }

    .cannect-row .bd {
        float: left;
        padding-left: 30px;
    }

    .cannect-row .tit {
        font-size: 22px;
        color: #333;
        font-weight: lighter;
        padding-bottom: 10px;
    }

    .cannect-row .infor {
        font-size: 18px;
        color: #666;
        font-weight: lighter;
    }

.multipleColumn {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-top: 20px;
    padding-bottom: 45px;
}

    .multipleColumn .swiper-pagination {
        left: 50%;
        bottom: 15px;
        transform: translate(-50%, 0);
    }

    .multipleColumn .swiper-active-switch {
        width: 12px;
    }

    .multipleColumn .swiper-slide ul {
        margin: 0;
    }

        .multipleColumn .swiper-slide ul li {
            position: relative;
        }

            .multipleColumn .swiper-slide ul li img {
                width: 100%;
            }

            .multipleColumn .swiper-slide ul li .img-infos {
                position: absolute;
                left: 0;
                right: 0;
                padding: 15px;
                color: #ffffff;
                z-index: 1;
                bottom: 0;
            }

    .multipleColumn .ulWrap {
        transform: translate3d(0, 0, 0);
    }

    .multipleColumn .prev, .multipleColumn .next {
        position: absolute;
        top: 50%;
        margin-top: -40px;
        display: block;
        width: 60px;
        height: 80px;
        float: right;
        overflow: hidden;
        cursor: pointer;
        background-color: rgba(0,0,0,0.5);
        z-index: 3;
    }

        .multipleColumn .prev:hover, .multipleColumn .next:hover {
            background-color: rgba(0,0,0,0.9);
        }

    .multipleColumn .prev {
        left: 0;
    }

    .multipleColumn .next {
        right: 0;
    }

    .multipleColumn .bd {
        overflow: hidden;
    }

        .multipleColumn .bd ul {
            zoom: 1;
            width: 100%;
        }

            .multipleColumn .bd ul li {
                position: relative;
                width: 100%;
                height: 355px;
                cursor: pointer;
                white-space: nowrap;
                overflow: hidden;
                display: flex;
                align-items: center;
            }

                .multipleColumn .bd ul li .pic {
                    display: block;
                    position: relative;
                    width: 25%;
                    height: 100%;
                    text-align: center;
                    background-repeat: no-repeat;
                    background-position: center;
                    background-size: cover;
                    transition: all .3s;
                }

                    .multipleColumn .bd ul li .pic.lang {
                        width: 31%;
                    }

                    .multipleColumn .bd ul li .pic.short {
                        width: 23%;
                    }

                .multipleColumn .bd ul li .title {
                    position: absolute;
                    left: 35px;
                    right: 35px;
                    bottom: 12px;
                }

                    .multipleColumn .bd ul li .title span {
                        display: block;
                        font-size: 20px;
                        color: #fff;
                        line-height: 2;
                    }

                    .multipleColumn .bd ul li .title em {
                        font-size: 14px;
                        color: #fff;
                        font-style: normal;
                    }

.banner-word2 {
    padding-top: 200px;
    text-align: center;
    color: #fff;
}

    .banner-word2 .title {
        font-size: 48px;
        text-shadow: 0 2px 2px rgba(0,0,0,0.2);
    }

    .banner-word2 .infor {
        font-size: 28px;
        text-shadow: 0 2px 2px rgba(0,0,0,0.2);
    }

.apply-content {
    position: relative;
    margin-top: 10px;
}

    .apply-content .apply-box .tit {
        height: 35px;
        line-height: 35px;
        font-size: 16px;
        text-align: center;
        color: #666;
        margin: 15px 0 10px 0;
    }

        .apply-content .apply-box .tit i {
            color: #ff0000;
        }

    .apply-content .apply-box .box {
        position: relative;
        overflow: hidden;
        width: 100%;
    }

        .apply-content .apply-box .box input {
            width: 100%;
            font-size: 16px;
            color: #333;
            height: 35px;
            border-radius: 35px;
            padding: 0 15px;
            border: 0;
            background: #edf1f2;
        }

        .apply-content .apply-box .box textarea {
            display: block;
            width: 100%;
            height: 90px;
            border: 0;
            background: #edf1f2;
            border-radius: 10px;
            padding: 10px 15px;
            font-size: 16px;
        }

    .apply-content .applyer-btn {
        display: inline-block;
        width: 120px;
        height: 35px;
        text-align: center;
        line-height: 35px;
        color: #fff;
        font-size: 16px;
        background-color: #1876d3;
        border-radius: 35px;
        margin: 25px 0;
        transition: all .3s;
    }

        .apply-content .applyer-btn:hover {
            background-color: #1768b8;
        }

.success-content {
    display: none;
    position: relative;
    padding: 15px 20px;
    text-align: center;
}

    .success-content .text1 {
        padding-bottom: 15px;
    }

        .success-content .text1 .icon {
            display: inline-block;
            vertical-align: middle;
            font-size: 36px;
            margin-right: 10px;
            color: #75bf4e;
        }

        .success-content .text1 span {
            display: inline-block;
            font-size: 24px;
            vertical-align: middle;
        }

    .success-content .text2 {
        font-size: 14px;
        color: #666;
        line-height: 1.7;
    }

.menu-box {
    position: fixed;
    top: 0;
    left: 0;
    height: 54px;
    line-height: 54px;
    width: 100%;
    background-size: 100%;
    z-index: 101;
    padding: 0 14px;
    box-sizing: border-box;
    pointer-events: none;
}

    .menu-box .menu-btn {
        height: 45px;
        color: #ffffff;
        font-size: 24px;
        pointer-events: all;
    }

    .menu-box .menu-btn {
        height: 45px;
        color: #ffffff;
        font-size: 24px;
    }

    .menu-box img {
        display: block;
        margin-top: 12px;
        width: 80px;
    }

.menu-show {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 102;
    background: #fff;
    transform: translate3d(100%, 0, 0);
    transition: all .4s;
}

    .menu-show.active {
        transform: translate3d(0, 0, 0);
    }

    .menu-show .hd {
        position: relative;
        height: 54px;
        line-height: 54px;
        width: 100%;
        background-size: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }

        .menu-show .hd:after {
            content: " ";
            position: absolute;
            left: 0;
            right: 0;
            height: 1px;
            color: #dfdfdf;
            bottom: 0;
            border-bottom: 1px solid #dfdfdf;
            -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
            -webkit-transform: scaleY(.5);
            transform: scaleY(.5);
        }

        .menu-show .hd img {
            display: block;
            float: left;
            width: 80px;
            margin-top: 15px;
        }

        .menu-show .hd .icon {
            font-size: 24px;
            float: right;
            color: #333;
            margin-top: 16px;
            line-height: 1;
        }

    .menu-show > a {
        position: relative;
        display: block;
        padding: 17px;
        margin: 0 15px;
        height: auto;
        line-height: 1;
        overflow: hidden;
        font-size: 16px;
        color: #333;
    }

        .menu-show > a:focus {
            background-color: #f6f6f6;
            color: #338fff;
        }

            .menu-show > a:focus i {
                border-color: #338fff;
            }

        .menu-show > a:after {
            content: " ";
            position: absolute;
            left: 0;
            right: 0;
            height: 1px;
            color: #dfdfdf;
            bottom: 0;
            border-bottom: 1px solid #dfdfdf;
            -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
            -webkit-transform: scaleY(.5);
            transform: scaleY(.5);
        }

        .menu-show > a i {
            float: right;
            display: block;
            height: 10px;
            width: 10px;
            border-width: 1px 1px 0 0;
            border-color: #333;
            border-style: solid;
            -webkit-transform: matrix(.71, .71, -0.71, .71, 0, 0);
            transform: matrix(.71, .71, -0.71, .71, 0, 0);
            margin: 6px 10px 0 0;
        }

    .menu-show span {
        height: 22px;
        float: left;
        line-height: 22px;
    }

.nav_fixed {
    position: fixed;
    background: rgba(0,0,0,0.5);
}

.btn-apply {
    float: right;
    display: block;
    width: 70px;
    height: 26px;
    text-align: center;
    line-height: 24px;
    border: 1px solid #fff;
    border-radius: 26px;
    color: #fff;
    margin-top: 15px;
    font-size: 12px;
    margin-right: 15px;
    pointer-events: all;
}

    .btn-apply.type2 {
        border-color: #333;
        color: #333;
    }

.phone-warp {
    position: relative;
    width: 100%;
}

/*.phone-warp.hider {
        position: fixed !important;
        overflow: hidden !important;
    }*/

.footer-wachat {
    position: relative;
    overflow: hidden;
    background-color: #333638;
    padding-bottom: 50px;
}

    .footer-wachat .code {
        display: block;
        margin: 20px auto;
        text-align: center;
    }

        .footer-wachat .code img {
            display: block;
            width: 70px;
            margin: 0 auto 10px auto;
        }

        .footer-wachat .code span {
            color: #2087ca;
            font-size: 14px;
        }

    .footer-wachat .addsbox {
        display: block;
        margin: 20px auto;
        text-align: center;
        line-height: 1.8;
    }

        .footer-wachat .addsbox img {
            display: block;
            width: 52px;
            margin: 0 auto 10px auto;
        }

        .footer-wachat .addsbox span {
            font-size: 16px;
            color: #fff;
        }

        .footer-wachat .addsbox p {
            font-size: 14px;
            color: #7c8387;
            padding: 0;
            margin: 0;
        }

    .footer-wachat .list-link {
        margin: 10px 15px;
    }

        .footer-wachat .list-link li {
            position: relative;
        }

            .footer-wachat .list-link li::after {
                content: " ";
                position: absolute;
                left: 0;
                right: 0;
                height: 1px;
                color: #484a4c;
                bottom: 0;
                border-bottom: 1px solid #484a4c;
                -webkit-transform-origin: 0 100%;
                transform-origin: 0 100%;
                -webkit-transform: scaleY(.5);
                transform: scaleY(.5);
            }

            .footer-wachat .list-link li > a {
                display: block;
                height: 38px;
                line-height: 38px;
                font-size: 14px;
                color: #7c8387;
            }

            .footer-wachat .list-link li .arrow {
                position: absolute;
                top: 15px;
                right: 5px;
                display: inline-block;
                height: 8px;
                width: 8px;
                border-width: 1px 1px 0 0;
                border-color: #7c8387;
                border-style: solid;
                transition: all .3s;
                -webkit-transform: matrix(-0.707107, .707107, -0.707107, -0.707107, 0, 0);
                transform: matrix(-0.707107, .707107, -0.707107, -0.707107, 0, 0);
            }

                .footer-wachat .list-link li .arrow.active {
                    -webkit-transform: matrix(.707107, -0.707107, .707107, .707107, 0, 0);
                    transform: matrix(.707107, -0.707107, .707107, .707107, 0, 0);
                }

            .footer-wachat .list-link li .second {
                display: none;
                position: relative;
                padding: 0 15px;
            }

                .footer-wachat .list-link li .second:before {
                    content: " ";
                    position: absolute;
                    left: 0;
                    right: 0;
                    height: 1px;
                    color: #484a4c;
                    top: 0;
                    border-top: 1px solid #484a4c;
                    -webkit-transform-origin: 0 0;
                    transform-origin: 0 0;
                    -webkit-transform: scaleY(.5);
                    transform: scaleY(.5);
                }

                .footer-wachat .list-link li .second a {
                    position: relative;
                    display: block;
                    color: #a1a5a7;
                    padding: 10px 0 10px 5px;
                }

                    .footer-wachat .list-link li .second a::after {
                        content: " ";
                        position: absolute;
                        top: 15px;
                        right: 5px;
                        display: inline-block;
                        height: 8px;
                        width: 8px;
                        border-width: 1px 1px 0 0;
                        border-color: #a1a5a7;
                        border-style: solid;
                        -webkit-transform: matrix(.71, .71, -0.71, .71, 0, 0);
                        transform: matrix(.71, .71, -0.71, .71, 0, 0);
                    }

                    .footer-wachat .list-link li .second a::before {
                        content: " ";
                        position: absolute;
                        left: 0;
                        right: 0;
                        height: 1px;
                        color: #484a4c;
                        bottom: 0;
                        border-bottom: 1px solid #484a4c;
                        -webkit-transform-origin: 0 100%;
                        transform-origin: 0 100%;
                        -webkit-transform: scaleY(.5);
                        transform: scaleY(.5);
                    }

                    .footer-wachat .list-link li .second a:last-child::before {
                        display: none;
                    }

    .footer-wachat .fd {
        background-color: #2d2e31;
        font-size: 10px;
        color: #cccccc;
        text-align: center;
        padding: 10px 15px;
    }

.contact-wachat {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    height: 50px;
    line-height: 50px;
    z-index: 2;
    box-shadow: 0 -2px 10px 0 rgba(0,0,0,0.1);
}

    .contact-wachat .bd {
        flex: 1;
        background-color: #fff;
        text-align: center;
        color: #2889ff;
        font-size: 20px;
    }

        .contact-wachat .bd i {
            font-size: 22px;
            font-weight: bold;
        }

    .contact-wachat .phone-btn {
        display: inline-block;
        width: 130px;
        text-align: center;
        font-size: 16px;
        color: #fff;
        background-color: #2889ff;
    }

.bi-mapnew {
    position: relative;
    height: 350px;
    width: 100%;
}

    .bi-mapnew img {
        position: absolute;
        left: 50%;
        top: 50%;
        display: block;
        width: 450px;
        margin: -185px 0 0 -225px;
    }

.second-banner {
    height: auto;
    width: 100%;
}

    .second-banner .banner-img {
        width: 100%;
    }

    .second-banner .bipark-nav a {
        width: 50%;
        margin-top: 0;
        font-size: 14px;
        height: 55px;
        line-height: 55px;
        border: none;
        position: relative;
    }

        .second-banner .bipark-nav a::after {
            content: "";
            box-sizing: border-box;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 200%;
            border: 1px solid rgba(229,229,229,0.6);
            transform-origin: 0 0;
            transform: scaleY(.5);
        }

        .second-banner .bipark-nav a.active::after {
            content: "";
            box-sizing: border-box;
            position: absolute;
            left: 0;
            top: 0;
            width: 200%;
            height: 200%;
            border: 1px solid rgba(50,133,216,0.6);
            transform-origin: 0 0;
            transform: scaleY(.5);
        }

.second-banner-word {
    top: 35%;
    opacity: .9;
}

    .second-banner-word div {
        font-size: 13px;
        margin-top: 30px;
    }

    .second-banner-word span {
        font-size: 23px;
    }

.nav-content {
    padding: 30px 0;
}

    .nav-content .container {
        padding: 0 20px;
    }

    .nav-content .nav-content-write {
        width: 100%;
    }

        .nav-content .nav-content-write .nav-content-word {
            margin-top: 10px;
            font-size: 13px;
            color: #262626;
            text-align: center;
        }

            .nav-content .nav-content-write .nav-content-word p {
                text-indent: 26px;
            }

    .nav-content .nav-content-img {
        width: 100%;
        padding: 10px 0;
    }

    .nav-content .nav-content-title {
        text-align: center;
        font-size: 16px;
        color: #262626;
        padding-bottom: 10px;
    }

        .nav-content .nav-content-title:after {
            width: 16px;
            left: 50%;
            margin-left: -8px;
            height: 2px;
        }

.customer-nav {
    position: relative;
    overflow: hidden;
}

    .customer-nav a {
        width: 50%;
        margin-top: 0;
        font-size: 14px;
        height: 55px;
        line-height: 55px;
        border: none;
        position: relative;
        display: block;
        float: left;
        color: #000000;
        text-align: center;
    }

        .customer-nav a::after {
            content: "";
            box-sizing: border-box;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 200%;
            border: 1px solid #e5e5e5;
            transform-origin: 0 0;
            transform: scaleY(.5);
        }

    .customer-nav .active {
        background-color: #2889ff;
        color: #fff;
    }

        .customer-nav .active::after {
            border: 1px solid #2889ff;
        }

.living-details .swiper-container .swiper-slide a {
    padding: 0 10px;
    display: block;
    width: 100%;
    height: 65px;
    line-height: 65px;
    border: #ececec solid 1px;
    transition: all .2s;
    text-align: center;
}

    .living-details .swiper-container .swiper-slide a img {
        max-width: 70%;
        max-height: 70%;
    }

@keyframes qiqiu1 {
    from {
        -webkit-transform: translate3d(0, 3px, 0);
        transform: translate3d(0, 3px, 0);
    }

    to {
        -webkit-transform: translate3d(0, -3px, 0);
        transform: translate3d(0, -3px, 0);
    }
}

@keyframes qiqiu2 {
    from {
        -webkit-transform: translate3d(0, 4px, 0);
        transform: translate3d(0, 4px, 0);
    }

    to {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

.newtit {
    position: relative;
}

.tit-more {
    position: absolute;
    top: 30px;
    right: 10px;
    cursor: pointer;
    display: block;
    height: 24px;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    color: #85a8cb;
    border-radius: 3px;
    padding: 0 10px;
    text-decoration: underline !important;
}

.about-title {
    position: relative;
}

    .about-title .tit-more {
        top: 0;
        right: 0;
    }

.bipark-link {
    padding: 15px 0;
}

    .bipark-link .swiper-container {
        height: 230px;
    }

        .bipark-link .swiper-container .pagination {
            bottom: 0;
            margin: 0;
        }

.customer-accordion > ul > li {
    position: relative;
}

    .customer-accordion > ul > li > a {
        display: block;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        color: #333;
        padding: 0 15px;
    }

    .customer-accordion > ul > li .arrow {
        position: absolute;
        top: 20px;
        right: 15px;
        display: inline-block;
        height: 8px;
        width: 8px;
        border-width: 1px 1px 0 0;
        border-color: #7c8387;
        border-style: solid;
        transition: all .3s;
        -webkit-transform: matrix(-0.707107, .707107, -0.707107, -0.707107, 0, 0);
        transform: matrix(-0.707107, .707107, -0.707107, -0.707107, 0, 0);
    }

    .customer-accordion > ul > li.active > a {
        background-color: #2889ff;
        color: #fff;
    }

    .customer-accordion > ul > li.active .arrow {
        border-color: #fff;
        -webkit-transform: matrix(.707107, -0.707107, .707107, .707107, 0, 0);
        transform: matrix(.707107, -0.707107, .707107, .707107, 0, 0);
    }

.customer-accordion-down {
    display: none;
    position: relative;
    padding: 0 15px;
}

.customer-accordion > ul > li:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    color: #484a4c;
    bottom: 0;
    border-bottom: 1px solid #e6e6e6;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
}

.customer-accordion > ul > li:last-child:after {
    display: none;
}
