﻿@charset "utf-8";

em, i {
    font-style: normal;
}


img {
    max-width: 100%;
}
.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.global-w {
    width: 1303px;
    margin: 0 auto;
}

.store-banner {
    background-image: url("../images/store/banner.png") !important;
}

.mobile-store .mobile-store-main .mobile-store-result {
    width: 100%;
    height: 42px;
    line-height: 42px;
    position: relative;
    background: #e5e5e5;
}

    .mobile-store .mobile-store-main .mobile-store-result img {
        position: absolute !important;
        display: block !important;
        top: 50% !important;
        right: 14px !important;
        transform: translate(0, -50%) !important;
        cursor: pointer !important;
    }

.main-banner {
    height: 230px;
    position: relative;
    background: url(../images/products/banner.jpg) no-repeat center;
    background-size: cover;
}

    .main-banner .banner-text {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .main-banner .banner-text h3 {
            font-size: 35px;
            line-height: 35px;
            color: #fff;
            font-weight: bold;
            padding-left: 45px;
        }

        .main-banner .banner-text p {
            font-size: 14px;
            line-height: 14px;
            color: rgba(255, 255, 255, 0.5);
            margin-top: 14px;
            padding-left: 45px;
        }

.main-title {
    font-size: 0;
}

    .main-title .global-w {
        border-bottom: 1px solid rgba(153, 153, 153, 0.2);
    }

    .main-title .title-info {
        float: left;
        width: 260px;
        text-align: center;
        background: #536b84;
    }

        .main-title .title-info em {
            display: inline-block;
            vertical-align: middle;
            font-size: 24px;
            line-height: 70px;
            color: #fff;
            font-weight: bold;
        }

        .main-title .title-info i {
            display: inline-block;
            vertical-align: middle;
            width: 24px;
            height: 24px;
            background: url(../images/shared/icon-title.png) no-repeat;
            margin-left: 15px;
        }

    .main-title .title-link {
        float: right;
        padding-top: 12px;
    }

        .main-title .title-link .link-show {
            display: none;
        }

        .main-title .title-link .drop-down-list li {
            float: left;
            margin-right: 55px;
        }

            .main-title .title-link .drop-down-list li a {
                display: inline-block;
                font-size: 14px;
                line-height: 58px;
                position: relative;
                -webkit-transition: all 0.3s linear;
                -moz-transition: all 0.3s linear;
                -ms-transition: all 0.3s linear;
                transition: all 0.3s linear;
            }
            .main-title .title-link .drop-down-list li a:visited  {
                color:   #78839b;
                text-decoration:  none;
            }
        .main-title .title-link .drop-down-list li a:link  {
            color:   #78839b;
            text-decoration:  none;
        }

                .main-title .title-link .drop-down-list li a:after {
                    content: '';
                    display: block;
                    width: 100%;
                    height: 1px;
                    position: absolute;
                    bottom: -1px;
                    left: 0;
                    -webkit-transition: all 0.3s linear;
                    -moz-transition: all 0.3s linear;
                    -ms-transition: all 0.3s linear;
                    transition: all 0.3s linear;
                }

                .main-title .title-link .drop-down-list li a:hover,
                .main-title .title-link .drop-down-list li a.active {
                    color: #004998;
                }

                    .main-title .title-link .drop-down-list li a:hover:after,
                    .main-title .title-link .drop-down-list li a.active:after {
                        background: #004998;
                    }

.pagination {
    font-size: 0;
    text-align: center;
    padding: 50px 0;
}

    .pagination a {
        display: inline-block;
        vertical-align: middle;
        height: 34px;
        min-width: 34px;
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        transition: all 0.3s linear;
        background: #dedede;
        margin: 0 5px;
    }

        .pagination a i {
            display: inline-block;
            vertical-align: middle;
            -webkit-transition: all 0.3s linear;
            -moz-transition: all 0.3s linear;
            -ms-transition: all 0.3s linear;
            transition: all 0.3s linear;
        }

        .pagination a span {
            display: inline-block;
            vertical-align: middle;
            font-size: 14px;
            line-height: 34px;
            color: #999;
            -webkit-transition: all 0.3s linear;
            -moz-transition: all 0.3s linear;
            -ms-transition: all 0.3s linear;
            transition: all 0.3s linear;
        }

        .pagination a.page-prev i {
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent;
            border-right: 10px solid #999;
            margin-right: 6px;
        }

        .pagination a.page-next i {
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent;
            border-left: 10px solid #999;
            margin-left: 6px;
        }

        .pagination a:hover,
        .pagination a.active {
            background: #004998;
        }

            .pagination a:hover i,
            .pagination a.active i {
                border-left-color: #fff;
                border-right-color: #fff;
            }

            .pagination a:hover span,
            .pagination a.active span {
                color: #fff;
            }
/*products*/
.products .products-list {
    padding-bottom: 40px;
}

    .products .products-list li {
        float: left;
        width: 395px;
        margin-right: 59px;
        margin-top: 50px;
        background: #fff;
    }

        .products .products-list li .img-box {
            height: 247px;
            overflow: hidden;
        }

            .products .products-list li .img-box a {
                display: block;
                height: 100%;
            }

                .products .products-list li .img-box a img {
                    display: block;
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    -webkit-transition: all 0.3s linear;
                    -moz-transition: all 0.3s linear;
                    -ms-transition: all 0.3s linear;
                    transition: all 0.3s linear;
                }

                .products .products-list li .img-box a:hover img {
                    -webkit-transform: scale(1.05);
                    -moz-transform: scale(1.05);
                    -ms-transform: scale(1.05);
                    transform: scale(1.05);
                }

        .products .products-list li .pro-info {
            height: 94px;
            padding-right: 100px;
            padding-left: 28px;
            position: relative;
        }

            .products .products-list li .pro-info h3 {
                font-size: 18px;
                line-height: 18px;
                color: #333;
                font-weight: bold;
                overflow: hidden;
                white-space: nowrap;
                -ms-text-overflow: ellipsis;
                text-overflow: ellipsis;
                padding-top: 20px;
            }

            .products .products-list li .pro-info p {
                font-size: 14px;
                line-height: 18px;
                color: #666;
                overflow: hidden;
                white-space: nowrap;
                -ms-text-overflow: ellipsis;
                text-overflow: ellipsis;
                margin-top: 10px;
            }

            .products .products-list li .pro-info a {
                display: block;
                width: 85px;
                height: 94px;
                position: absolute;
                right: 0;
                bottom: 0;
            }

                .products .products-list li .pro-info a:before {
                    content: '';
                    display: block;
                    width: 1px;
                    height: 55px;
                    position: absolute;
                    top: 20px;
                    left: 0;
                    background: #eee;
                }

                .products .products-list li .pro-info a:after {
                    content: '';
                    display: block;
                    width: 17px;
                    height: 17px;
                    background: url(../images/products/icon-more.png);
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    -webkit-transform: translate(-50%, -50%);
                    -moz-transform: translate(-50%, -50%);
                    -ms-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
                }

                .products .products-list li .pro-info a:hover {
                    background: #004998;
                }

                    .products .products-list li .pro-info a:hover:before {
                        background: #004998;
                    }

                    .products .products-list li .pro-info a:hover:after {
                        background-position: -17px 0;
                    }

        .products .products-list li:nth-of-type(3n) {
            margin-right: 0;
        }
/*download*/
.download .main-banner {
    background-image: url(../images/download/banner.jpg);
}

.download .download-list {
    background: #fff;
    margin-bottom: 60px;
}

    .download .download-list table {
        width: 100%;
    }

        .download .download-list table thead th {
            height: 64px;
            background: #e3e3e3;
        }

            .download .download-list table thead th p {
                font-size: 16px;
                line-height: 36px;
                color: #666;
                font-weight: bold;
                border-right: 1px solid #fff;
            }

            .download .download-list table thead th:nth-of-type(2) {
                width: 260px;
            }

            .download .download-list table thead th:nth-of-type(3) {
                width: 230px;
            }

            .download .download-list table thead th:nth-of-type(4) {
                width: 280px;
            }

                .download .download-list table thead th:nth-of-type(4) p {
                    border: 0;
                }

        .download .download-list table tbody td {
            height: 119px;
            font-size: 14px;
            line-height: 20px;
            color: #666;
            background: #fff;
            border-bottom: 1px solid rgba(153, 153, 153, 0.2);
            text-align: center;
        }

            .download .download-list table tbody td:nth-of-type(1) {
                text-align: left;
                padding: 0 40px;
            }

                .download .download-list table tbody td:nth-of-type(1) span {
                    display: inline-block;
                    vertical-align: middle;
                    width: 45px;
                    height: 52px;
                    background: url(../images/download/icon1.png) no-repeat;
                    margin-right: 30px;
                }

                    .download .download-list table tbody td:nth-of-type(1) span.icon1 {
                        background-position: 0 0;
                    }

                    .download .download-list table tbody td:nth-of-type(1) span.icon2 {
                        background-position: 0 -60px;
                    }

                    .download .download-list table tbody td:nth-of-type(1) span.icon3 {
                        background-position: 0 -120px;
                    }

                    .download .download-list table tbody td:nth-of-type(1) span.icon4 {
                        background-position: 0 -180px;
                    }

                    .download .download-list table tbody td:nth-of-type(1) span.icon5 {
                        background-position: 0 -240px;
                    }

                    .download .download-list table tbody td:nth-of-type(1) span.icon6 {
                        background-position: 0 -300px;
                    }


                .download .download-list table tbody td:nth-of-type(1) .file {
                    display: inline-block;
                    vertical-align: middle;
                }

                    .download .download-list table tbody td:nth-of-type(1) .file h3 {
                        font-size: 16px;
                        line-height: 30px;
                        color: #333;
                        font-weight: bold;
                    }

                    .download .download-list table tbody td:nth-of-type(1) .file p {
                        font-size: 14px;
                        line-height: 20px;
                        color: #999;
                    }

            .download .download-list table tbody td:nth-of-type(4) a {
                display: inline-block;
                font-size: 16px;
                line-height: 20px;
                color: #4999f0;
            }

                .download .download-list table tbody td:nth-of-type(4) a span {
                    display: inline-block;
                    vertical-align: middle;
                }

                .download .download-list table tbody td:nth-of-type(4) a i {
                    display: inline-block;
                    vertical-align: middle;
                    width: 25px;
                    height: 25px;
                    background: url(../images/download/icon2.png) no-repeat;
                    margin-left: 15px;
                }
/*news*/
.news .news-list {
    padding-bottom: 40px;
}

    .news .news-list li {
        float: left;
        width: 400px;
        height: 445px;
        margin-right: 51px;
        margin-top: 40px;
        background: #fff;
    }

        .news .news-list li .img-box {
            height: 245px;
            overflow: hidden;
        }

            .news .news-list li .img-box a {
                display: block;
                height: 100%;
            }

                .news .news-list li .img-box a img {
                    display: block;
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    -webkit-transition: all 0.3s linear;
                    -moz-transition: all 0.3s linear;
                    -ms-transition: all 0.3s linear;
                    transition: all 0.3s linear;
                }

                .news .news-list li .img-box a:hover img {
                    -webkit-transform: scale(1.05);
                    -moz-transform: scale(1.05);
                    -ms-transform: scale(1.05);
                    transform: scale(1.05);
                }

        .news .news-list li .news-info {
            padding: 22px 22px 0 28px;
        }

            .news .news-list li .news-info h3 {
                font-size: 16px;
                line-height: 18px;
                color: #004998;
                overflow: hidden;
                white-space: nowrap;
                -ms-text-overflow: ellipsis;
                text-overflow: ellipsis;
                font-weight: bold;
            }

            .news .news-list li .news-info p {
                font-size: 14px;
                line-height: 24px;
                color: #666;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 3;
                margin-top: 18px;
                height: 72px;
                overflow: hidden;
            }

            .news .news-list li .news-info .news-time {
                margin-top: 20px;
            }

                .news .news-list li .news-info .news-time span {
                    float: left;
                    display: block;
                    font-size: 14px;
                    line-height: 18px;
                    color: #999;
                }

                .news .news-list li .news-info .news-time a {
                    float: right;
                    display: block;
                    font-size: 14px;
                    line-height: 18px;
                    color: #004998;
                }

        .news .news-list li:nth-of-type(3n) {
            margin-right: 0;
        }
/*news-detail*/
.news-detail .detail-wrap {
    padding: 60px 166px 0;
    background: #fff;
    margin-bottom: 30px;
}

    .news-detail .detail-wrap .detail-title {
        text-align: center;
    }

        .news-detail .detail-wrap .detail-title h3 {
            font-size: 18px;
            line-height: 24px;
            color: #000;
            font-weight:normal;
        }

        .news-detail .detail-wrap .detail-title p {
            font-size: 12px;
            line-height: 20px;
            color: #999;
            margin-top: 10px;
        }

    .news-detail .detail-wrap .detail-content {
        padding: 20px 0 50px;
    }

        .news-detail .detail-wrap .detail-content video {
            display: block;
            width: 700px;
            margin: 0 auto;
        }

        .news-detail .detail-wrap .detail-content p {
            font-size: 14px;
            line-height: 24px;
            color: #666;
            padding: 12px 0;
        }

        .news-detail .detail-wrap .detail-content img {
            display: block;
            margin: 10px auto;
        }

    .news-detail .detail-wrap .detail-back {
        padding: 55px 0;
        text-align: center;
        border-top: 1px solid #eee;
    }

        .news-detail .detail-wrap .detail-back a {
            display: inline-block;
            font-size: 14px;
            line-height: 40px;
            color: #fff;
            width: 134px;
            background: #536b84;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            border-radius: 5px;
        }
/*about*/
.about .main-banner {
    background-image: url(../images/about/banner.jpg);
}

.about .about-w {
    background: #fff;
}

    .about .about-w .about-top {
        padding: 100px 0 70px;
    }

        .about .about-w .about-top > div {
            width: 50%;
        }

            .about .about-w .about-top > div.about-top-img {
                text-align: center;
            }

                .about .about-w .about-top > div.about-top-img img {
                    margin-top: 55px;
                }

            .about .about-w .about-top > div.about-top-text h2 {
                font-size: 24px;
                line-height: 50px;
                color: #000;
            }

            .about .about-w .about-top > div.about-top-text p {
                color: #666;
                font-size: 14px;
                line-height: 1.8;
            }

    .about .about-w .about-prove {
        width: 100%;
    }

        .about .about-w .about-prove h2 {
            font-size: 24px;
            color: #000;
            padding-bottom: 20px;
            text-align: center;
        }

        .about .about-w .about-prove ul {
            width: 100%;
            padding: 0 50px 50px;
            box-sizing: border-box;
            text-align: center;
        }

            .about .about-w .about-prove ul li {
                width: 142px;
                margin: 32px 10px 0 11px;
                display: inline-block;
            }

                .about .about-w .about-prove ul li > div {
                    position: relative;
                    width: 142px;
                    height: 142px;
                    border: 1px solid #c8c8c8;
                    border-radius: 6px;
                }

                    .about .about-w .about-prove ul li > div img {
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        -webkit-transform: translate(-50%, -50%);
                        -moz-transform: translate(-50%, -50%);
                        -ms-transform: translate(-50%, -50%);
                        transform: translate(-50%, -50%);
                        display: block;
                        max-width: 70%;
                        max-height: 70%;
                    }

                .about .about-w .about-prove ul li p {
                    text-align: center;
                    font-size: 14px;
                    color: #666;
                    padding-top: 15px;
                }

    .about .about-w .about-history {
        width: 100%;
    }

        .about .about-w .about-history h2 {
            font-size: 24px;
            color: #000;
            padding: 50px 0 50px;
            text-align: center;
        }

        .about .about-w .about-history .about-history-con {
            height: 1100px;
        }

            .about .about-w .about-history .about-history-con .factory,
            .about .about-w .about-history .about-history-con .market {
                width: 50%;
                height: 100%;
                position: relative;
                box-sizing: border-box;
                text-align: center;
                padding: 32px 0 0;
            }

                .about .about-w .about-history .about-history-con .factory p.tit,
                .about .about-w .about-history .about-history-con .market p.tit {
                    font-size: 18px;
                    color: #fff;
                    text-align: center;
                    display: block;
                    width: 78px;
                    height: 78px;
                    margin: 0 auto;
                    line-height: 78px;
                    border-radius: 50%;
                }

                .about .about-w .about-history .about-history-con .factory p.intro,
                .about .about-w .about-history .about-history-con .market p.intro {
                    font-size: 14px;
                    line-height: 26px;
                    color: #666666;
                    padding-top: 20px;
                }

                .about .about-w .about-history .about-history-con .factory ul,
                .about .about-w .about-history .about-history-con .market ul {
                    width: 400px;
                    margin: 50px auto 0;
                    padding-bottom: 40px;
                    background: url("../images/about/bg1.png") no-repeat center 8px;
                }

                    .about .about-w .about-history .about-history-con .factory ul li,
                    .about .about-w .about-history .about-history-con .market ul li {
                        width: 100%;
                        height: 81px;
                        box-sizing: border-box;
                    }

                        .about .about-w .about-history .about-history-con .factory ul li p,
                        .about .about-w .about-history .about-history-con .market ul li p {
                            font-size: 14px;
                            line-height: 26px;
                            color: #666666;
                        }

                            .about .about-w .about-history .about-history-con .factory ul li p:first-of-type,
                            .about .about-w .about-history .about-history-con .market ul li p:first-of-type {
                                color: #333;
                                font-size: 18px;
                            }

                        .about .about-w .about-history .about-history-con .factory ul li:nth-child(2n),
                        .about .about-w .about-history .about-history-con .market ul li:nth-child(2n) {
                            padding-right: 232px;
                            text-align: right;
                        }

                        .about .about-w .about-history .about-history-con .factory ul li:nth-child(2n-1),
                        .about .about-w .about-history .about-history-con .market ul li:nth-child(2n-1) {
                            padding-left: 232px;
                            text-align: left;
                        }

                        .about .about-w .about-history .about-history-con .factory ul li:first-of-type,
                        .about .about-w .about-history .about-history-con .market ul li:first-of-type {
                            height: 86px;
                        }

            .about .about-w .about-history .about-history-con .factory {
                background: #f7fbff;
            }

                .about .about-w .about-history .about-history-con .factory p.tit {
                    background: #004998;
                }

            .about .about-w .about-history .about-history-con .market {
                background: #fff6f7;
            }

                .about .about-w .about-history .about-history-con .market p.tit {
                    background: #e00012;
                }

                .about .about-w .about-history .about-history-con .market ul {
                    width: 500px;
                    background-image: url("../images/about/bg2.png");
                }

                    .about .about-w .about-history .about-history-con .market ul li {
                        height: 82px;
                    }

                        .about .about-w .about-history .about-history-con .market ul li:nth-child(2n) {
                            padding-right: 282px;
                            text-align: right;
                        }

                        .about .about-w .about-history .about-history-con .market ul li:nth-child(2n-1) {
                            padding-left: 282px;
                            text-align: left;
                        }

    .about .about-w .contact {
        width: 1000px;
        margin: 0 auto;
        padding-bottom: 200px;
    }

        .about .about-w .contact .contact-add {
            padding: 80px 0 75px;
        }

            .about .about-w .contact .contact-add .left {
                width: 470px;
                height: 280px;
            }

                .about .about-w .contact .contact-add .left img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }

            .about .about-w .contact .contact-add .right {
                width: 530px;
                padding-left: 60px;
                box-sizing: border-box;
            }

                .about .about-w .contact .contact-add .right p {
                    font-size: 14px;
                    color: #666;
                    line-height: 40px;
                    padding-left: 28px;
                }

                    .about .about-w .contact .contact-add .right p.tit {
                        font-size: 24px;
                        color: #000;
                        line-height: 70px;
                        padding-left: 0;
                    }

                    .about .about-w .contact .contact-add .right p.add {
                        background: url("../images/about/contact/icon-01.png") no-repeat left center;
                    }

                    .about .about-w .contact .contact-add .right p.postcode {
                        background: url("../images/about/contact/icon-02.png") no-repeat left center;
                    }

                    .about .about-w .contact .contact-add .right p.tel {
                        background: url("../images/about/contact/icon-03.png") no-repeat left center;
                    }

        .about .about-w .contact #map {
            width: 100%;
            height: 530px;
            border-radius: 8px;
            border: 1px solid #bfbfbf;
        }

    .about .about-w .join {
        width: 100%;
        background: #fff;
        padding: 50px 50px 0;
        box-sizing: border-box;
    }

        .about .about-w .join .join-con {
            padding-bottom: 40px;
            margin-bottom: 40px;
            width: 100%;
        }

            .about .about-w .join .join-con .job-type {
                width: 250px;
                min-height: 800px;
                border: 1px solid #c8c8c8;
                box-sizing: border-box;
            }

                .about .about-w .join .join-con .job-type li {
                    position: relative;
                    width: 100%;
                    height: 80px;
                    line-height: 80px;
                    border-bottom: 1px solid #eeeeee;
                    box-sizing: border-box;
                    text-align: center;
                }

                    .about .about-w .join .join-con .job-type li a {
                        color: #666666;
                    }

                    .about .about-w .join .join-con .job-type li.active a {
                        color: #536b84;
                    }

                    .about .about-w .join .join-con .job-type li.active:before {
                        position: absolute;
                        left: -1px;
                        top: -1px;
                        width: 4px;
                        height: 80px;
                        background: #536b84;
                        display: block;
                        content: '';
                    }

            .about .about-w .join .join-con .job-box .job-list {
                width: 930px;
            }

                .about .about-w .join .join-con .job-box .job-list li {
                    position: relative;
                    width: 100%;
                    border: 1px solid #c8c8c8;
                    box-sizing: border-box;
                    padding: 0 20px;
                    margin-bottom: 10px;
                }

                    .about .about-w .join .join-con .job-box .job-list li .job-list-top {
                        height: 90px;
                        padding: 30px 0;
                        box-sizing: border-box;
                    }

                        .about .about-w .join .join-con .job-box .job-list li .job-list-top span,
                        .about .about-w .join .join-con .job-box .job-list li .job-list-top a {
                            float: left;
                        }

                        .about .about-w .join .join-con .job-box .job-list li .job-list-top span {
                            width: 25%;
                            font-size: 14px;
                            color: #666;
                            line-height: 30px;
                        }

                            .about .about-w .join .join-con .job-box .job-list li .job-list-top span:first-of-type {
                                font-size: 16px;
                                color: #000;
                                padding-left: 20px;
                            }

                        .about .about-w .join .join-con .job-box .job-list li .job-list-top a {
                            display: inline-block;
                            float: right;
                            margin-right: 15px;
                            padding: 5px 30px 5px 25px;
                            border-radius: 6px;
                            color: #fff;
                            background: #004998;
                        }

                            .about .about-w .join .join-con .job-box .job-list li .job-list-top a i {
                                width: 8px;
                                height: 8px;
                                margin-left: 5px;
                                display: inline-block;
                                background: url("../images/arrow.png") no-repeat center;
                            }

                    .about .about-w .join .join-con .job-box .job-list li .job-list-detail {
                        width: 100%;
                        display: none;
                        overflow: hidden;
                        padding: 0 20px;
                        box-sizing: border-box;
                        border-top: 1px solid transparent;
                    }

                        .about .about-w .join .join-con .job-box .job-list li .job-list-detail p {
                            font-size: 14px;
                            color: #666;
                        }

                        .about .about-w .join .join-con .job-box .job-list li .job-list-detail .tit {
                            font-weight: bold;
                            padding-top: 20px;
                        }

                        .about .about-w .join .join-con .job-box .job-list li .job-list-detail .intro {
                            padding-bottom: 20px;
                            line-height: 26px;
                        }

                            .about .about-w .join .join-con .job-box .job-list li .job-list-detail .intro p {
                                width: 100%;
                                padding-left: 15px;
                                box-sizing: border-box;
                                position: relative;
                            }

                                .about .about-w .join .join-con .job-box .job-list li .job-list-detail .intro p:before {
                                    position: absolute;
                                    top: 12px;
                                    left: 8px;
                                    display: block;
                                    content: '';
                                    width: 2px;
                                    height: 2px;
                                    background: #666;
                                }

                    .about .about-w .join .join-con .job-box .job-list li.active .job-list-top a i {
                        -webkit-transform: rotate(180deg);
                        -moz-transform: rotate(180deg);
                        -ms-transform: rotate(180deg);
                        transform: rotate(180deg);
                    }

                    .about .about-w .join .join-con .job-box .job-list li.active .job-list-detail {
                        border-color: #eeeeee;
                    }

    .about .about-w .dealer {
        padding: 80px 0 240px;
        margin-bottom: 60px;
    }

        .about .about-w .dealer .dealer-title {
            font-size: 18px;
            line-height: 28px;
            color: #333;
            text-align: center;
        }

        .about .about-w .dealer .form-box {
            width: 840px;
            padding: 0 80px;
            margin: 60px auto 0;
        }

            .about .about-w .dealer .form-box li {
                float: left;
                margin-top: 20px;
            }

                .about .about-w .dealer .form-box li .label {
                    float: left;
                    width: 70px;
                    text-align: right;
                    padding-right: 20px;
                    font-size: 14px;
                    line-height: 50px;
                    color: #333;
                }

                    .about .about-w .dealer .form-box li .label span {
                        display: inline-block;
                        color: #e02222;
                        margin-right: 5px;
                    }

                .about .about-w .dealer .form-box li .input-box {
                    float: left;
                    width: 750px;
                    height: 50px;
                }

                    .about .about-w .dealer .form-box li .input-box input {
                        width: 100%;
                        height: 100%;
                        border: 1px solid #e8e8e8;
                        padding: 0 17px;
                        -webkit-box-sizing: border-box;
                        -moz-box-sizing: border-box;
                        -ms-box-sizing: border-box;
                        box-sizing: border-box;
                    }

                        .about .about-w .dealer .form-box li .input-box input:focus {
                            border-color: #004998;
                        }

                .about .about-w .dealer .form-box li .btn-submit {
                    display: block;
                    width: 275px;
                    height: 46px;
                    font-size: 16px;
                    line-height: 46px;
                    color: #fff;
                    text-align: center;
                    background: #004998;
                    margin: 0 auto;
                }

                    .about .about-w .dealer .form-box li .btn-submit:hover {
                        opacity: 0.7;
                    }

                .about .about-w .dealer .form-box li:nth-of-type(1) .input-box {
                    width: 325px;
                }

                .about .about-w .dealer .form-box li:nth-of-type(2) {
                    float: right;
                }

                    .about .about-w .dealer .form-box li:nth-of-type(2) .input-box {
                        width: 325px;
                    }

                .about .about-w .dealer .form-box li:last-of-type {
                    margin-top: 80px;
                    width: 100%;
                }
/*弹窗*/
/*弹框遮罩*/
/*.mask {
    position: fixed;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    top: 0;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.4);
    display: none;
}*/

#pop {
    display: none;
    z-index: 10001;
    position: fixed;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 300px;
    padding: 40px 50px;
    background-color: #fff;
    border-radius: 8px;
    text-align: center;
}

    #pop p.tip {
        font-size: 20px;
        color: #536b83;
    }

    #pop .form-warp {
        width: 100%;
        margin-top: 38px;
    }

        #pop .form-warp .input-box {
            height: 40px;
            line-height: 40px;
            margin-top: 15px;
        }

            #pop .form-warp .input-box label {
                display: inline-block;
                width: 65px;
                padding-right: 10px;
                text-align: right;
                float: left;
            }

            #pop .form-warp .input-box input {
                float: left;
                width: 225px;
                height: 100%;
                box-sizing: border-box;
                padding: 5px 10px;
                border: 1px solid #aaa;
                border-radius: 6px;
            }

    #pop .tip-p {
        line-height: 50px;
        height: 50px;
        font-size: 14px;
        color: #f00;
        text-align: center;
        opacity: 0;
    }

        #pop .tip-p.active {
            opacity: 1;
        }

    #pop .btn-box {
        text-align: center;
    }

        #pop .btn-box a {
            display: inline-block;
            width: 100px;
            height: 35px;
            line-height: 35px;
            background: #536b83;
            border-radius: 6px;
            color: #fff;
        }

            #pop .btn-box a.yes {
                margin-left: 79px;
                margin-right: 15px;
            }

            #pop .btn-box a:hover {
                opacity: 0.8;
            }

@media screen and (max-width: 768px) {

    .mobile-store {
        display: block;
    }

        .mobile-store .mobile-store-main {
            background: #f7f7f7;
        }

    .w1200 {
        width: 1200px;
        margin: 0 auto;
    }

    .global-w {
        width: 100%;
    }

    .main-banner {
        /*height: 10rem;
        margin-top: 2.4rem;*/
        height: 2.2rem;
        margin-top: 0.40rem;
    }

        .main-banner .banner-text {
            text-align: center;
        }

            .main-banner .banner-text h3 {
                font-size: 0.12rem;
                line-height: 0.12rem;
                padding-left: 0;
            }

            .main-banner .banner-text p {
                font-size: 0.2rem;
                line-height: 0.2rem;
                margin-top: 0.15rem;
                padding-left: 0;
            }

    .main-title .title-info {
        width: auto;
        padding: 0 0.15rem;
    }

        .main-title .title-info em {
            font-size: 0.22rem;
            line-height: 0.60rem;
        }

        .main-title .title-info i {
            width: 0.24rem;
            height: 0.24rem;
            background-size: cover;
            margin-left: 0.1rem;
            font-style: normal;
        }

    .main-title .title-link {
        padding-top: 0;
        position: relative;
    }

        .main-title .title-link .link-show {
            display: block;
            font-size: 0.22rem;
            line-height: 0.60rem;
            background: #536b84;
            padding: 0 0.15rem;
            color: #fff;
        }

        .main-title .title-link .drop-down-list {
            display: none;
            position: absolute;
            top: 100%;
            right: 0;
            background: #536b84;
        }

            .main-title .title-link .drop-down-list li {
                float: none;
                margin-right: 0;
                text-align: right;
                padding: 0 0.05rem;
            }

                .main-title .title-link .drop-down-list li a {
                    display: block;
                    font-size: 0.18rem;
                    line-height: 0.30rem;
                    color: #fff;
                    text-align: center;
                }

                    .main-title .title-link .drop-down-list li a:after {
                        display: none;
                    }

                    .main-title .title-link .drop-down-list li a:hover,
                    .main-title .title-link .drop-down-list li a.active {
                        color: #f00;
                    }

                .main-title .title-link .drop-down-list li:first-of-type {
                    padding-top: 0.1rem;
                }

                .main-title .title-link .drop-down-list li:last-of-type {
                    padding-bottom: 0.1rem;
                }

    .pagination {
        font-size: 0;
        text-align: center;
        padding: 50px 0;
    }

        .pagination a {
            display: inline-block;
            vertical-align: middle;
            height: 34px;
            min-width: 34px;
            padding: 0 10px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -ms-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-transition: all 0.3s linear;
            -moz-transition: all 0.3s linear;
            -ms-transition: all 0.3s linear;
            transition: all 0.3s linear;
            background: #dedede;
            margin: 0 5px;
        }

            .pagination a i {
                display: inline-block;
                vertical-align: middle;
                -webkit-transition: all 0.3s linear;
                -moz-transition: all 0.3s linear;
                -ms-transition: all 0.3s linear;
                transition: all 0.3s linear;
            }

            .pagination a span {
                display: inline-block;
                vertical-align: middle;
                font-size: 14px;
                line-height: 34px;
                color: #999;
                -webkit-transition: all 0.3s linear;
                -moz-transition: all 0.3s linear;
                -ms-transition: all 0.3s linear;
                transition: all 0.3s linear;
            }

            .pagination a.page-prev i {
                border-top: 8px solid transparent;
                border-bottom: 8px solid transparent;
                border-right: 10px solid #999;
                margin-right: 6px;
            }

            .pagination a.page-next i {
                border-top: 8px solid transparent;
                border-bottom: 8px solid transparent;
                border-left: 10px solid #999;
                margin-left: 6px;
            }

            .pagination a:hover,
            .pagination a.active {
                background: #004998;
            }

                .pagination a:hover i,
                .pagination a.active i {
                    border-left-color: #fff;
                    border-right-color: #fff;
                }

                .pagination a:hover span,
                .pagination a.active span {
                    color: #fff;
                }
    /*products*/
    .products .products-list {
        padding-bottom: 1rem;
    }

        .products .products-list li {
            width: 100%;
            margin-right: 0;
            margin-top: 1rem;
        }

            .products .products-list li .img-box {
                height: 9rem;
            }

            .products .products-list li .pro-info {
                height: auto;
                padding: 0.7rem 3.6rem 0.7rem 0.6rem;
            }

                .products .products-list li .pro-info h3 {
                    font-size: 0.72rem;
                    line-height: 0.72rem;
                    padding-top: 0;
                }

                .products .products-list li .pro-info p {
                    font-size: 0.56rem;
                    line-height: 0.72rem;
                    margin-top: 0.36rem;
                }

                .products .products-list li .pro-info a {
                    width: 3.2rem;
                    height: 3.2rem;
                }

                    .products .products-list li .pro-info a:before {
                        width: 1px;
                        height: 1.8rem;
                        top: 0.7rem;
                    }

                    .products .products-list li .pro-info a:hover {
                        background: #004998;
                    }

                        .products .products-list li .pro-info a:hover:before {
                            background: #004998;
                        }

                        .products .products-list li .pro-info a:hover:after {
                            background-position: -17px 0;
                        }
    /*download*/
    .download .main-banner {
        background-image: url(../images/download/banner.jpg);
    }

    .download .download-list {
        margin-bottom: 1rem;
    }

        .download .download-list table thead th {
            height: 50px;
            width: 2rem;
            background: #e3e3e3;
            text-align: center;
        }

            .download .download-list table thead th p {
                font-size: 0.16rem;
                line-height: 0.4rem;
                color: #666;
                font-weight: bold;
                border-right: 1px solid #fff;
            }

            .download .download-list table thead th:nth-of-type(2) {
                width: 2.4rem;
            }

            .download .download-list table thead th:nth-of-type(3) {
                width: 2.4rem;
            }

            .download .download-list table thead th:nth-of-type(4) {
                width: 3.2rem;
            }

                .download .download-list table thead th:nth-of-type(4) p {
                    border: 0;
                }

        .download .download-list table tbody td {
            height: auto;
            font-size: 0.16rem;
            line-height: 0.25rem;
            color: #666;
            background: #fff;
            border-bottom: 1px solid rgba(153, 153, 153, 0.2);
            text-align: center;
        }

            .download .download-list table tbody td:nth-of-type(1) {
                text-align: left;
                padding: 0 0.1rem 0.1rem;
            }

                .download .download-list table tbody td:nth-of-type(1) span {
                    display: inline-block;
                    vertical-align: middle;
                    width: 45px;
                    height: 52px;
                    background: url(../images/download/icon1.png) no-repeat;
                    margin-right: 30px;
                    -webkit-transform: scale(0.5);
                    -moz-transform: scale(0.5);
                    -ms-transform: scale(0.5);
                    transform: scale(0.5);
                }

                    .download .download-list table tbody td:nth-of-type(1) span.icon1 {
                        background-position: 0 0;
                    }

                    .download .download-list table tbody td:nth-of-type(1) span.icon2 {
                        background-position: 0 -60px;
                    }

                    .download .download-list table tbody td:nth-of-type(1) span.icon3 {
                        background-position: 0 -120px;
                    }

                    .download .download-list table tbody td:nth-of-type(1) span.icon4 {
                        background-position: 0 -180px;
                    }

                    .download .download-list table tbody td:nth-of-type(1) span.icon5 {
                        background-position: 0 -240px;
                    }

                    .download .download-list table tbody td:nth-of-type(1) span.icon6 {
                        background-position: 0 -300px;
                    }

                .download .download-list table tbody td:nth-of-type(1) .file {
                    display: inline-block;
                    vertical-align: middle;
                }

                    .download .download-list table tbody td:nth-of-type(1) .file h3 {
                        font-size: 0.16rem;
                        line-height: 0.25rem;
                        color: #333;
                        font-weight: bold;
                    }

                    .download .download-list table tbody td:nth-of-type(1) .file p {
                        font-size: 0.14rem;
                        line-height: 0.25rem;
                        color: #999;
                        margin-top: 0rem;
                    }

            .download .download-list table tbody td:nth-of-type(4) a {
                display: inline-block;
                font-size: 0.16rem;
                line-height: 0.25rem;
                color: #4999f0;
            }

                .download .download-list table tbody td:nth-of-type(4) a span {
                    display: block;
                }

                .download .download-list table tbody td:nth-of-type(4) a i {
                    display: inline-block;
                    vertical-align: middle;
                    width: 0.15rem;
                    height: 0.15rem;
                    background: url(../images/download/icon2.png) no-repeat;
                    background-size: cover;
                    margin-left: 0;
                    margin-top: 0.05rem;
                }
    /*news*/
    .news .news-list {
        padding-bottom: 1rem;
    }

        .news .news-list li {
            width: 100%;
            height: auto;
            margin-right: 0;
            margin-top: 0.20rem;
        }

            .news .news-list li .img-box {
                height: 2.0rem;
            }

            .news .news-list li .news-info {
                padding: 0.15rem;
            }

                .news .news-list li .news-info h3 {
                    font-size: 0.18rem;
                    line-height: 0.30rem;
                }

                .news .news-list li .news-info p {
                    font-size: 0.15rem;
                    line-height: 0.25rem;
                    margin-top: 0.05rem;
                    height: auto;
                }

                .news .news-list li .news-info .news-time {
                    margin-top: 0.05rem;
                }

                    .news .news-list li .news-info .news-time span {
                        font-size: 0.16rem;
                        line-height: 0.25rem;
                    }

                    .news .news-list li .news-info .news-time a {
                        font-size: 0.16rem;
                        line-height: 0.25rem;
                    }
    /*news-detail*/
    .news-detail .detail-wrap {
        padding: 0.30rem 0.2rem 0;
        margin-bottom: 0.20rem;
    }

        .news-detail .detail-wrap .detail-title h3 {
            font-size: 0.20rem;
            line-height: 0.25rem;
        }

        .news-detail .detail-wrap .detail-title p {
            font-size: 0.16rem;
            line-height: 0.3rem;
            margin-top: 0.05rem;
        }

        .news-detail .detail-wrap .detail-content {
            padding: 0;
        }

            .news-detail .detail-wrap .detail-content video {
                width: 100%;
            }

            .news-detail .detail-wrap .detail-content p {
                font-size: 0.14rem;
                line-height: 0.25rem;
                padding: 0.1rem 0;
            }

            .news-detail .detail-wrap .detail-content img {
                margin: 0.1rem auto;
            }

        .news-detail .detail-wrap .detail-back {
            padding: 0.20rem 0;
        }

            .news-detail .detail-wrap .detail-back a {
                font-size: 0.16rem;
                line-height: 0.40rem;
                width: 1.0rem;
            }
    /*about*/
    .about .main-banner {
        background-image: url(../images/about/banner.jpg);
    }

    .about .about-w {
        background: #fff;
    }

        .about .about-w .about-top {
            padding: 1rem 0;
        }

            .about .about-w .about-top > div {
                width: 100%;
            }

                .about .about-w .about-top > div.about-top-img img {
                    height: 1rem;
                    margin-top: 0;
                }

                .about .about-w .about-top > div.about-top-text h2 {
                    font-size: 1rem;
                    line-height: 1.2rem;
                    text-align: center;
                    padding: 0.4rem 0 0.6rem;
                }

                .about .about-w .about-top > div.about-top-text p {
                    font-size: 0.56rem;
                    padding: 0 0.6rem;
                }

        .about .about-w .about-prove h2 {
            font-size: 1rem;
            padding-bottom: 0.4rem;
        }

        .about .about-w .about-prove ul {
            padding: 0;
            overflow: hidden;
        }

            .about .about-w .about-prove ul li {
                float: left;
                width: 50%;
                margin: 0.6rem 0 0;
            }

                .about .about-w .about-prove ul li > div {
                    width: 4rem;
                    height: 4rem;
                    margin: 0 auto;
                }

                    .about .about-w .about-prove ul li > div img {
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        -webkit-transform: translate(-50%, -50%);
                        -moz-transform: translate(-50%, -50%);
                        -ms-transform: translate(-50%, -50%);
                        transform: translate(-50%, -50%);
                        display: block;
                        max-width: 70%;
                        max-height: 70%;
                    }

                .about .about-w .about-prove ul li p {
                    font-size: 0.56rem;
                    padding-top: 0.6rem;
                }

        .about .about-w .about-history h2 {
            font-size: 1rem;
            padding: 1rem 0;
        }

        .about .about-w .about-history .about-history-con {
            height: auto;
        }

            .about .about-w .about-history .about-history-con .factory,
            .about .about-w .about-history .about-history-con .market {
                width: 100%;
                height: 100%;
                position: relative;
                box-sizing: border-box;
                text-align: center;
                padding: 32px 0 0;
            }

                .about .about-w .about-history .about-history-con .factory p.tit,
                .about .about-w .about-history .about-history-con .market p.tit {
                    font-size: 18px;
                    color: #fff;
                    text-align: center;
                    display: block;
                    width: 78px;
                    height: 78px;
                    margin: 0 auto;
                    line-height: 78px;
                    border-radius: 50%;
                }

                .about .about-w .about-history .about-history-con .factory p.intro,
                .about .about-w .about-history .about-history-con .market p.intro {
                    font-size: 0.56rem;
                    line-height: 0.8rem;
                    color: #666666;
                    padding-top: 0.6rem;
                }

                .about .about-w .about-history .about-history-con .factory ul,
                .about .about-w .about-history .about-history-con .market ul {
                    width: 100%;
                    margin: 0.6rem auto 0;
                    padding-bottom: 40px;
                    background: url("../images/about/bg1.png") no-repeat center 8px;
                }

                    .about .about-w .about-history .about-history-con .factory ul li,
                    .about .about-w .about-history .about-history-con .market ul li {
                        width: 100%;
                        height: 81px;
                        box-sizing: border-box;
                    }

                        .about .about-w .about-history .about-history-con .factory ul li p,
                        .about .about-w .about-history .about-history-con .market ul li p {
                            font-size: 0.56rem;
                            line-height: 0.8rem;
                            color: #666666;
                        }

                            .about .about-w .about-history .about-history-con .factory ul li p:first-of-type,
                            .about .about-w .about-history .about-history-con .market ul li p:first-of-type {
                                color: #333;
                                font-size: 0.72rem;
                            }

                        .about .about-w .about-history .about-history-con .factory ul li:nth-child(2n),
                        .about .about-w .about-history .about-history-con .market ul li:nth-child(2n) {
                            padding-right: 56%;
                            padding-left: 4%;
                            text-align: right;
                        }

                        .about .about-w .about-history .about-history-con .factory ul li:nth-child(2n-1),
                        .about .about-w .about-history .about-history-con .market ul li:nth-child(2n-1) {
                            padding-left: 56%;
                            padding-right: 4%;
                            text-align: left;
                        }

                        .about .about-w .about-history .about-history-con .factory ul li:first-of-type,
                        .about .about-w .about-history .about-history-con .market ul li:first-of-type {
                            height: 86px;
                        }

            .about .about-w .about-history .about-history-con .factory {
                background: #f7fbff;
            }

                .about .about-w .about-history .about-history-con .factory p.tit {
                    background: #004998;
                }

            .about .about-w .about-history .about-history-con .market {
                background: #fff6f7;
            }

                .about .about-w .about-history .about-history-con .market p.tit {
                    background: #e00012;
                }

                .about .about-w .about-history .about-history-con .market ul {
                    width: 100%;
                    background-image: url("../images/about/bg2.png");
                }

                    .about .about-w .about-history .about-history-con .market ul li {
                        height: 82px;
                    }

                        .about .about-w .about-history .about-history-con .market ul li:nth-child(2n) {
                            padding-right: 56%;
                            padding-left: 4%;
                            text-align: right;
                        }

                        .about .about-w .about-history .about-history-con .market ul li:nth-child(2n-1) {
                            padding-left: 56%;
                            padding-right: 4%;
                            text-align: left;
                        }

        .about .about-w .contact {
            width: 100%;
            padding-bottom: 1.2rem;
        }

            .about .about-w .contact .contact-add {
                padding: 1.6rem 0 0;
            }

                .about .about-w .contact .contact-add .left {
                    width: 100%;
                    height: 10rem;
                }

                .about .about-w .contact .contact-add .right {
                    width: 100%;
                    padding: 1rem 0.6rem;
                    box-sizing: border-box;
                }

                    .about .about-w .contact .contact-add .right p {
                        font-size: 0.56rem;
                        line-height: 1rem;
                        padding-left: 28px;
                    }

                        .about .about-w .contact .contact-add .right p.tit {
                            font-size: 0.96rem;
                            line-height: 1.4rem;
                        }

                        .about .about-w .contact .contact-add .right p.add {
                            background: url("../images/about/contact/icon-01.png") no-repeat left center;
                        }

                        .about .about-w .contact .contact-add .right p.postcode {
                            background: url("../images/about/contact/icon-02.png") no-repeat left center;
                        }

                        .about .about-w .contact .contact-add .right p.tel {
                            background: url("../images/about/contact/icon-03.png") no-repeat left center;
                        }

            .about .about-w .contact #map {
                height: 10rem;
                border: 0;
            }

        .about .about-w .join {
            width: 100%;
            background: #fff;
            padding: 50px 50px 0;
            box-sizing: border-box;
        }

            .about .about-w .join .join-con {
                padding-bottom: 40px;
                margin-bottom: 40px;
                width: 100%;
            }

                .about .about-w .join .join-con .job-type {
                    width: 250px;
                    min-height: 800px;
                    border: 1px solid #c8c8c8;
                    box-sizing: border-box;
                }

                    .about .about-w .join .join-con .job-type li {
                        position: relative;
                        width: 100%;
                        height: 80px;
                        line-height: 80px;
                        border-bottom: 1px solid #eeeeee;
                        box-sizing: border-box;
                        text-align: center;
                    }

                        .about .about-w .join .join-con .job-type li a {
                            color: #666666;
                        }

                        .about .about-w .join .join-con .job-type li.active a {
                            color: #536b84;
                        }

                        .about .about-w .join .join-con .job-type li.active:before {
                            position: absolute;
                            left: -1px;
                            top: -1px;
                            width: 4px;
                            height: 80px;
                            background: #536b84;
                            display: block;
                            content: '';
                        }

                .about .about-w .join .join-con .job-box .job-list {
                    width: 930px;
                }

                    .about .about-w .join .join-con .job-box .job-list li {
                        position: relative;
                        width: 100%;
                        border: 1px solid #c8c8c8;
                        box-sizing: border-box;
                        padding: 0 20px;
                        margin-bottom: 10px;
                    }

                        .about .about-w .join .join-con .job-box .job-list li .job-list-top {
                            height: 90px;
                            padding: 30px 0;
                            box-sizing: border-box;
                        }

                            .about .about-w .join .join-con .job-box .job-list li .job-list-top span,
                            .about .about-w .join .join-con .job-box .job-list li .job-list-top a {
                                float: left;
                            }

                            .about .about-w .join .join-con .job-box .job-list li .job-list-top span {
                                width: 25%;
                                font-size: 14px;
                                color: #666;
                                line-height: 30px;
                            }

                                .about .about-w .join .join-con .job-box .job-list li .job-list-top span:first-of-type {
                                    font-size: 16px;
                                    color: #000;
                                    padding-left: 20px;
                                }

                            .about .about-w .join .join-con .job-box .job-list li .job-list-top a {
                                display: inline-block;
                                float: right;
                                margin-right: 15px;
                                padding: 5px 30px 5px 25px;
                                border-radius: 6px;
                                color: #fff;
                                background: #004998;
                            }

                                .about .about-w .join .join-con .job-box .job-list li .job-list-top a i {
                                    width: 8px;
                                    height: 8px;
                                    margin-left: 5px;
                                    display: inline-block;
                                    background: url("../images/arrow.png") no-repeat center;
                                }

                        .about .about-w .join .join-con .job-box .job-list li .job-list-detail {
                            width: 100%;
                            display: none;
                            overflow: hidden;
                            padding: 0 20px;
                            box-sizing: border-box;
                            border-top: 1px solid transparent;
                        }

                            .about .about-w .join .join-con .job-box .job-list li .job-list-detail p {
                                font-size: 14px;
                                color: #666;
                            }

                            .about .about-w .join .join-con .job-box .job-list li .job-list-detail .tit {
                                font-weight: bold;
                                padding-top: 20px;
                            }

                            .about .about-w .join .join-con .job-box .job-list li .job-list-detail .intro {
                                padding-bottom: 20px;
                                line-height: 26px;
                            }

                                .about .about-w .join .join-con .job-box .job-list li .job-list-detail .intro p {
                                    width: 100%;
                                    padding-left: 15px;
                                    box-sizing: border-box;
                                    position: relative;
                                }

                                    .about .about-w .join .join-con .job-box .job-list li .job-list-detail .intro p:before {
                                        position: absolute;
                                        top: 12px;
                                        left: 8px;
                                        display: block;
                                        content: '';
                                        width: 2px;
                                        height: 2px;
                                        background: #666;
                                    }

                        .about .about-w .join .join-con .job-box .job-list li.active .job-list-top a i {
                            -webkit-transform: rotate(180deg);
                            -moz-transform: rotate(180deg);
                            -ms-transform: rotate(180deg);
                            transform: rotate(180deg);
                        }

                        .about .about-w .join .join-con .job-box .job-list li.active .job-list-detail {
                            border-color: #eeeeee;
                        }

        .about .about-w .dealer {
            padding: 1.6rem 0;
            margin-bottom: 1.6rem;
        }

            .about .about-w .dealer .dealer-title {
                font-size: 0.72rem;
                line-height: 1rem;
                text-align: center;
                padding: 0 1rem;
            }

            .about .about-w .dealer .form-box {
                width: 100%;
                padding: 0 0.6rem;
                margin: 0.4rem auto 0;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                -ms-box-sizing: border-box;
                box-sizing: border-box;
            }

                .about .about-w .dealer .form-box li {
                    float: left;
                    margin-top: 20px;
                }

                    .about .about-w .dealer .form-box li .label {
                        width: 1.8rem;
                        padding-right: 0.4rem;
                        font-size: 0.56rem;
                        line-height: 1.6rem;
                    }

                        .about .about-w .dealer .form-box li .label span {
                            display: inline-block;
                            color: #e02222;
                            margin-right: 0.1rem;
                        }

                    .about .about-w .dealer .form-box li .input-box {
                        width: 11.6rem;
                        height: 1.6rem;
                    }

                        .about .about-w .dealer .form-box li .input-box input {
                            padding: 0 0.4rem;
                        }

                            .about .about-w .dealer .form-box li .input-box input:focus {
                                border-color: #004998;
                            }

                    .about .about-w .dealer .form-box li .btn-submit {
                        display: block;
                        width: 6rem;
                        height: 1.6rem;
                        font-size: 0.64rem;
                        line-height: 1.6rem;
                        color: #fff;
                        text-align: center;
                        background: #004998;
                        margin: 0 auto;
                    }

                        .about .about-w .dealer .form-box li .btn-submit:hover {
                            opacity: 0.7;
                        }

                    .about .about-w .dealer .form-box li:nth-of-type(1) .input-box {
                        width: 11.6rem;
                    }

                    .about .about-w .dealer .form-box li:nth-of-type(2) {
                        float: left;
                    }

                        .about .about-w .dealer .form-box li:nth-of-type(2) .input-box {
                            width: 11.6rem;
                        }

                    .about .about-w .dealer .form-box li:last-of-type {
                        margin-top: 1.6rem;
                    }
}
