﻿a {
    color: #111;
}

.container {
    width: 1400px;
}

.header {
    background: #fff;
}

    .header .logo {
        float: left;
        padding: 44px 0;
    }

    .header .menu {
        float: right;
        line-height: 133px;
    }

        .header .menu a {
            font-size: 16px;
            margin: 0 25px;
        }

    .header .search {
        display: inline-block;
        width: 24px;
        height: 24px;
        line-height: 1;
        vertical-align: 3px;
    }

h1.title {
    font-size: 46px;
    font-weight: normal;
    line-height: 1;
    padding-bottom: 20px;
    margin: 0;
    color: #1a1a1a;
    background: url(/images/icon_border.png) no-repeat left bottom;
}

.home-page {
    background: #f7fcff;
}

    .home-page .banner {
        height: 661px;
        background: url(/images/banner-0.jpg) no-repeat center top #fff;
    }

    .home-page .about {
        padding-top: 100px;
    }

        .home-page .about p {
            font-size: 16px;
            color: #999;
            line-height: 2;
            padding: 20px 0;
            text-indent: 32px;
        }

        .home-page .about .content {
            float: left;
            width: 790px;
            overflow: hidden;
        }

        .home-page .about .img {
            float: right;
            width: 580px;
            overflow: hidden;
            text-align: right;
        }

        .home-page .about .content .more {
            padding-top: 55px;
            width: 290px;
        }

            .home-page .about .content .more a {
                background: #d0121c;
                color: #fff;
                height: 50px;
                width: 140px;
                display: block;
                line-height: 50px;
                padding: 0 20px;
                overflow: hidden;
                font-size: 16px;
            }

        .home-page .about .content .char {
            float: right;
            font-family: SimHei;
            font-weight: 700;
        }

        .home-page .about .row {
            padding: 70px 0;
            text-align: center;
        }

            .home-page .about .row .col-xs-4 {
                border-right: 1px solid #ccc;
            }

            .home-page .about .row .item-num {
                font-size: 96px;
                font-weight: 700;
            }

            .home-page .about .row .item-title {
                font-size: 16px;
                color: #343434;
            }

    .home-page .lc {
        width: 1370px;
        padding: 40px 0 100px;
        overflow: hidden;
    }

        .home-page .lc .items .right {
            width: 1370px;
        }

            .home-page .lc .items .right .next, .home-page .lc .items .right .prev {
                text-decoration: none;
                width: 56px;
                height: 124px;
                line-height: 124px;
                font-weight: 700;
                font-size: 44px;
            }

            .home-page .lc .items .right ul li {
                width: 323px;
                height: 454px;
                margin-right: 40px;
                background: url(/images/bg-product.png) no-repeat;
            }

                .home-page .lc .items .right ul li a {
                    text-decoration: none;
                }

                .home-page .lc .items .right ul li img {
                    display: block;
                    width: 323px;
                    height: 323px;
                }

                .home-page .lc .items .right ul li h3 {
                    color: #333;
                    text-align: left;
                    font-size: 30px;
                    padding: 0 20px;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    overflow: hidden;
                }

    .home-page .summary {
        padding-bottom: 70px;
    }

        .home-page .summary .blueprint {
            width: 450px;
            padding-top: 50px;
        }

            .home-page .summary .blueprint img {
                width: 340px;
                height: auto;
                display: block;
            }

        .home-page .summary .content {
            width: 920px;
            margin-top: -50px;
        }

            .home-page .summary .content p {
                font-size: 16px;
                color: #999;
                line-height: 2;
            }

            .home-page .summary .content .product {
                border-bottom: 1px solid #ccc;
                text-align: center;
                padding: 40px 0;
            }

                .home-page .summary .content .product a {
                    width: 115px;
                    float: left;
                    text-decoration: none;
                }

                .home-page .summary .content .product img {
                    width: 80px;
                    height: 80px;
                    display: block;
                    margin: 0 auto;
                }

                .home-page .summary .content .product p {
                    color: #1a1a1a;
                    line-height: 1;
                }

            .home-page .summary .content h3 {
                background: #d0121c;
                color: #fff;
                font-size: 20px;
                display: inline-block;
                padding: 15px 25px;
                margin: 40px 0 20px;
            }

            .home-page .summary .content ul {
                padding-left: 25px;
                line-height: 1.5;
            }

                .home-page .summary .content ul p {
                    line-height: 1.5;
                }

.about-page h1.title {
    font-size: 40px;
}

.about-page .banner {
    height: 341px;
    background: url(/images/banner-about.jpg) no-repeat center top #fff;
}

    .about-page .banner h1 {
        font-size: 40px;
        margin-top: 90px;
    }

    .about-page .banner .location {
        line-height: 50px;
        font-size: 16px;
    }

    .about-page .banner i {
        font-style: normal;
        font-family: SimHei;
        margin: 0 15px;
    }

.about-page .tab {
    height: 70px;
    border-bottom: 1px solid #dedede;
}

    .about-page .tab ul {
        margin-top: 25px;
        padding: 0;
        display: inline-block;
        border-right: 1px solid #dedede;
    }

    .about-page .tab li {
        display: inline-block;
        padding: 0 36px;
        position: relative;
        border-left: 1px solid #dedede;
    }

        .about-page .tab li span {
            display: none;
        }

        .about-page .tab li.active span {
            width: 60px;
            height: 3px;
            display: block;
            background: #d0121c;
            position: absolute;
            bottom: -22px;
            left: 50%;
            margin-left: -30px;
        }

        .about-page .tab li a {
            font-size: 16px;
            text-decoration: none;
        }

.about-page .about {
    padding-top: 100px;
}

    .about-page .about p {
        font-size: 16px;
        color: #999;
        line-height: 2;
        padding: 20px 0;
        text-indent: 32px;
    }

    .about-page .about .content {
        float: left;
        width: 790px;
        overflow: hidden;
    }

    .about-page .about .img {
        float: right;
        width: 580px;
        overflow: hidden;
        text-align: right;
    }

    .about-page .about .content .more {
        width: 290px;
    }

        .about-page .about .content .more a {
            background: #d0121c;
            color: #fff;
            height: 50px;
            width: 140px;
            display: block;
            line-height: 50px;
            padding: 0 20px;
            overflow: hidden;
            font-size: 16px;
        }

    .about-page .about .content .char {
        float: right;
        font-family: SimHei;
        font-weight: 700;
    }

    .about-page .about .row {
        padding: 70px 0;
        text-align: center;
    }

        .about-page .about .row .col-xs-4 {
            border-right: 1px solid #ccc;
        }

        .about-page .about .row .item-num {
            font-size: 96px;
            font-weight: 700;
        }

        .about-page .about .row .item-title {
            font-size: 16px;
            color: #343434;
        }

.about-page .company .item-company {
    margin-top: 80px;
}

.about-page .company .pull-left {
    width: 700px;
}

    .about-page .company .pull-left img {
        height: 440px;
        width: 700px;
        border-radius: 16px;
        display: block;
        object-fit: cover;
    }

.about-page .company .pull-right {
    width: 610px;
}

.about-page .company .content {
    margin-top: 38px;
    position: relative;
    border: 2px solid #dedede;
    border-radius: 15px;
    padding: 20px 40px;
    font-size: 16px;
    color: #999;
    line-height: 2;
    text-indent: 32px;
}

    .about-page .company .content span {
        width: 27px;
        height: 38px;
        display: block;
        position: absolute;
        left: -26px;
        top: 50px;
        background: url(/images/box-left.png) no-repeat;
    }

.about-page .company .item-company.right h1.title {
    background: url(/images/icon_border_right.png) no-repeat right bottom;
    text-align: right;
}

.about-page .company .item-company.right .pull-left {
    float: right !important;
}

.about-page .company .item-company.right .pull-right {
    float: left !important;
}

.about-page .company .item-company.right .content span {
    right: -26px;
    left: auto;
    background: url(/images/box-right.png) no-repeat;
}

.about-page .speech {
    padding-top: 100px;
}

    .about-page .speech .content {
        font-size: 16px;
        color: #999;
        line-height: 2;
        padding: 40px 0;
    }

.about-page .certificate {
    width: 100%;
    overflow: hidden;
    padding-top: 100px;
}

    .about-page .certificate ul {
        width: 1452px;
        overflow: hidden;
        padding: 0;
    }

    .about-page .certificate li {
        float: left;
        width: 278px;
        margin-right: 85px;
        margin-bottom: 80px;
        background: #f1f5fa;
        list-style: none;
    }

    .about-page .certificate .media {
        height: 412px;
        width: 278px;
        border: 1px solid #ccc;
        background: #fff;
        display: table-cell;
        vertical-align: middle;
    }

        .about-page .certificate .media img {
            border: 6px solid #c35d5d;
            padding: 10px;
            display: block;
            margin: auto;
            max-height: 280px;
            max-width: 220px;
            background: #f1f1f1;
        }

    .about-page .certificate .title {
        line-height: 66px;
        font-size: 16px;
        color: #666;
        padding: 0 15px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        text-align: center;
    }

.about-page .develop {
    padding: 85px 0 70px;
    width: 100%;
    overflow: hidden;
}

    .about-page .develop .pull-left {
        width: 462px;
    }

    .about-page .develop .pull-right {
        width: 888px;
    }

    .about-page .develop p {
        line-height: 2;
        font-size: 16px;
        color: #999;
        text-indent: 32px;
        margin-top: 20px;
    }

    .about-page .develop ul {
        width: 1452px;
        padding: 0;
        overflow: hidden;
    }

    .about-page .develop li {
        float: left;
        width: 278px;
        margin-right: 85px;
        margin-bottom: 80px;
        list-style: none;
        background: #f1f5fa;
    }

        .about-page .develop li .media {
            height: 410px;
            width: 276px;
            border: 1px solid #d6d6d6;
            background: #fff;
            display: table-cell;
            vertical-align: middle;
        }

            .about-page .develop li .media img {
                display: block;
                margin: auto;
                max-height: 370px;
                max-width: 238px;
                object-fit: scale-down;
            }

        .about-page .develop li .title {
            line-height: 66px;
            font-size: 16px;
            color: #666;
            padding: 0 15px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            text-align: center;
        }

.about-page .case ul {
    width: 1455px;
    padding: 0;
    overflow: hidden;
}

.about-page .case li {
    float: left;
    width: 400px;
    margin-right: 85px;
    margin-bottom: 80px;
    list-style: none;
    background: #f1f5fa;
}

    .about-page .case li .media {
        height: 305px;
        width: 398px;
        border: 1px solid #d6d6d6;
        background: #fff;
        display: table-cell;
        vertical-align: middle;
    }

        .about-page .case li .media img {
            display: block;
            margin: auto;
            max-height: 245px;
            max-width: 338px;
            object-fit: scale-down;
        }

    .about-page .case li .title {
        line-height: 66px;
        font-size: 16px;
        color: #666;
        padding: 0 15px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        text-align: center;
    }

.product-page h1.title {
    font-size: 40px;
}

.product-page .banner {
    height: 341px;
    background: url(/images/banner-product.jpg) no-repeat center top #fff;
}

    .product-page .banner h1 {
        font-size: 40px;
        margin-top: 90px;
    }

    .product-page .banner .location {
        line-height: 50px;
        font-size: 16px;
    }

    .product-page .banner i {
        font-style: normal;
        font-family: SimHei;
        margin: 0 15px;
    }

    .product-page .banner form {
        width: 100%;
        overflow: hidden;
        margin-top: 40px;
    }

    .product-page .banner .input {
        float: left;
        width: 360px;
        height: 42px;
        padding: 0 15px;
        border: 0 none;
    }

    .product-page .banner .button {
        float: left;
        width: 120px;
        height: 42px;
        background: #d0121c;
        color: #fff;
        border: 0 none;
        font-size: 18px;
    }

.product-page .tab {
    height: 70px;
    border-bottom: 1px solid #dedede;
}

    .product-page .tab ul {
        margin-top: 25px;
        padding: 0;
        display: inline-block;
        border-right: 1px solid #dedede;
    }

    .product-page .tab li {
        display: inline-block;
        padding: 0 25px;
        position: relative;
        border-left: 1px solid #dedede;
    }

        .product-page .tab li span {
            display: none;
        }

        .product-page .tab li.active span {
            width: 60px;
            height: 3px;
            display: block;
            background: #d0121c;
            position: absolute;
            bottom: -22px;
            left: 50%;
            margin-left: -30px;
        }

        .product-page .tab li a {
            font-size: 16px;
            text-decoration: none;
        }

.product-page .lists {
    padding-top: 60px;
    overflow: hidden;
}

    .product-page .lists ul {
        width: 1452px;
        padding: 0;
        overflow: hidden;
        padding-top: 28px;
    }

    .product-page .lists li {
        width: 400px;
        float: left;
        margin-right: 84px;
        list-style: none;
        margin-bottom: 80px;
    }

        .product-page .lists li a {
            text-decoration: none;
        }

        .product-page .lists li img {
            border: 1px solid #dedede;
            width: 398px;
            height: 304px;
            display: block;
            background: #c3dae8;
            object-fit: scale-down;
        }

        .product-page .lists li .title {
            height: 66px;
            line-height: 66px;
            background: #f1f5fa;
            font-size: 16px;
            color: #666;
            padding: 0 15px;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            text-align: center;
        }

.product-page .details {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

    .product-page .details .head {
        padding-top: 130px;
    }

        .product-page .details .head .pull-left {
            width: 582px;
            height: 432px;
            overflow: hidden;
        }

        .product-page .details .head .pull-right {
            width: 510px;
        }

        .product-page .details .head img {
            width: 582px;
            height: 432px;
            display: block;
            object-fit: scale-down;
            background: #c3dae8;
            transform: scale(1.33);
        }

        .product-page .details .head .title {
            padding-bottom: 20px;
            background: url(/images/icon_border.png) no-repeat left bottom;
        }

            .product-page .details .head .title h1 {
                font-size: 30px;
            }

            .product-page .details .head .title a {
                margin-top: 20px;
                color: #4c4c4c;
            }

            .product-page .details .head .title span {
                margin-left: 15px;
                font-family: SimHei;
                font-weight: 700;
                color: #4c4c4c;
            }

        .product-page .details .head .description {
            padding: 20px 0;
            line-height: 2;
            font-size: 16px;
            color: #999;
            border-top: 1px solid #dadada;
            border-bottom: 1px solid #dadada;
            margin: 20px 0;
        }

        .product-page .details .head h5 {
            background: #d0121c;
            color: #fff;
            font-size: 16px;
            color: #fff;
            height: 50px;
            line-height: 50px;
            width: 180px;
            padding: 0 15px;
            display: inline-block;
        }

        .product-page .details .head h3 {
            font-weight: 700;
            font-size: 40px;
            color: #565656;
        }

    .product-page .details h4 {
        font-size: 16px;
        color: #4c4c4c;
        background: #dadada;
        font-weight: normal;
        height: 60px;
        width: 185px;
        text-align: center;
        line-height: 60px;
        display: inline-block;
        margin: 66px 0 33px;
    }

    .product-page .details .content {
        border-top: 1px solid #dadada;
        padding: 30px 40px;
        font-size: 16px;
    }

.make-page .banner {
    background-image: url(/images/banner-make.jpg);
}

.contact-page .banner {
    height: 341px;
    background: url(/images/banner-contact.jpg) no-repeat center top #fff;
}

    .contact-page .banner h1 {
        font-size: 40px;
        margin-top: 90px;
    }

    .contact-page .banner .location {
        line-height: 50px;
        font-size: 16px;
    }

    .contact-page .banner i {
        font-style: normal;
        font-family: SimHei;
        margin: 0 15px;
    }

.contact-page .info .pull-left {
    width: 470px;
    padding-top: 120px;
}

    .contact-page .info .pull-left p {
        font-size: 16px;
        color: #999;
        line-height: 2;
        margin: 40px 0 50px;
    }

        .contact-page .info .pull-left p b {
            color: #d0121c;
        }

.contact-page .info .pull-right {
    width: 840px;
}

    .contact-page .info .pull-right #map {
        width: 840px;
        height: 462px;
        margin-top: 230px;
    }

.contact-page .info .pull-left a {
    background: #d0121c;
    color: #fff;
    height: 50px;
    width: 220px;
    display: block;
    line-height: 50px;
    padding: 0 20px;
    overflow: hidden;
    font-size: 16px;
}

.contact-page .info .pull-left strong {
    float: left;
    font-weight: normal;
}

.contact-page .info .pull-left span {
    float: right;
    font-family: SimHei;
    font-weight: 700;
}


.contact-page .info .pull-left ul {
    padding: 0;
    margin-top: 80px;
}

.contact-page .info .pull-left li {
    display: inline-block;
    margin-right: 40px;
}

    .contact-page .info .pull-left li img {
        display: inline-block;
        width: 90px;
        height: 90px;
        display: block;
    }

    .contact-page .info .pull-left li p {
        margin: 0;
        line-height: 32px;
        font-size: 16px;
        color: #999;
    }

.contact-page .container {
    overflow: hidden;
}

.contact-page .company {
    margin-top: 50px;
    width: 1450px;
}

    .contact-page .company .item-company {
        float: left;
        width: 645px;
        margin-right: 80px;
        margin-bottom: 80px;
        background: #fff;
        box-shadow: 0 0 20px rgba(0,0,0,.1);
        padding: 50px 0;
    }

        .contact-page .company .item-company .title {
            font-size: 20px;
            color: #333;
            padding: 0 50px;
        }

        .contact-page .company .item-company ul {
            margin: 0;
            width: 100%;
            overflow: hidden;
            padding: 0 50px;
            margin-top: 20px;
        }

        .contact-page .company .item-company li {
            list-style: none;
            float: left;
            min-width: 50%;
            color: #666;
            font-size: 16px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            padding: 5px 0;
            padding-right: 20px;
        }

            .contact-page .company .item-company li i {
                width: 25px;
                height: 25px;
                display: inline-block;
                margin-right: 10px;
                background: url(/images/icon-tel.png) no-repeat center top;
                vertical-align: middle;
            }

                .contact-page .company .item-company li i.location {
                    background-image: url(/images/icon-location.png)
                }

                .contact-page .company .item-company li i.email {
                    background-image: url(/images/icon-email.png)
                }

.develop-page .banner {
    height: 341px;
    background: url(/images/banner-develop.jpg) no-repeat center top #fff;
}

.case-page .banner {
    height: 341px;
    background: url(/images/banner-case.jpg) no-repeat center top #fff;
}






.news-page h1.title {
    font-size: 40px;
}

.news-page .banner {
    height: 341px;
    background: url(/images/banner-make.jpg) no-repeat center top #fff;
}

    .news-page .banner h1 {
        font-size: 40px;
        margin-top: 90px;
    }

    .news-page .banner .location {
        line-height: 50px;
        font-size: 16px;
    }

    .news-page .banner i {
        font-style: normal;
        font-family: SimHei;
        margin: 0 15px;
    }

    .news-page .banner form {
        width: 100%;
        overflow: hidden;
        margin-top: 40px;
    }

    .news-page .banner .input {
        float: left;
        width: 360px;
        height: 42px;
        padding: 0 15px;
        border: 0 none;
    }

    .news-page .banner .button {
        float: left;
        width: 120px;
        height: 42px;
        background: #d0121c;
        color: #fff;
        border: 0 none;
        font-size: 18px;
    }

.news-page .tab {
    height: 70px;
    border-bottom: 1px solid #dedede;
}

    .news-page .tab ul {
        margin-top: 25px;
        padding: 0;
        display: inline-block;
        border-right: 1px solid #dedede;
    }

    .news-page .tab li {
        display: inline-block;
        padding: 0 25px;
        position: relative;
        border-left: 1px solid #dedede;
    }

        .news-page .tab li span {
            display: none;
        }

        .news-page .tab li.active span {
            width: 60px;
            height: 3px;
            display: block;
            background: #d0121c;
            position: absolute;
            bottom: -22px;
            left: 50%;
            margin-left: -30px;
        }

        .news-page .tab li a {
            font-size: 16px;
            text-decoration: none;
        }

.news-page .lists {
    padding-top: 60px;
    overflow: hidden;
}

    .news-page .lists ul {
        padding: 0;
        overflow: hidden;
        padding-top: 28px;
    }

    .news-page .lists li {
        list-style: none;
        border-bottom:1px solid #eee;
    }

        .news-page .lists li a {
            text-decoration: none;
            display: block;
            padding:15px 0;
        }

        .news-page .lists li .item-title-row {
            width: 100%;
            overflow: hidden;
        }

        .news-page .lists li .title {
            font-size: 16px;
            font-weight: 700;
            line-height: 1.2;
            color: #666;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            float: left;
        }

        .news-page .lists li .date {
            float: right;
            font-size: 15px;
            color: #999;
        }

        .news-page .lists li .item-description {
            color: #727272;
            font-size: 14px;
            line-height: 1.5;
            margin-top: 10px;
        }



.news-page .details {
    padding: 25px 45px;
    border: 1px solid #dee9f4;
    border-top: 3px solid #374896;
}

    .news-page .details .item-title {
        font-size: 24px;
        line-height: 1.5;
        text-align: center;
        padding: 0 100px;
        color: #333;
    }

    .news-page .details .item-info {
        text-align: center;
        padding: 15px 0;
        font-size: 14px;
        color: #666;
        border-bottom: 1px solid #ccc;
    }

        .news-page .details .item-info span {
            margin: 0 10px;
        }

    .news-page .details .item-content {
        padding: 20px 60px;
        font-size: 18px;
    }

        .news-page .details .item-content p {
            line-height: 2.2;
            margin-bottom: 36px;
            word-break: break-all;
        }

        .news-page .details .item-content img {
            max-width: 100%;
            margin: 12px auto;
            display: block;
        }

        .news-page .details .item-content table {
            font-family: verdana,arial,sans-serif;
            font-size: 11px;
            color: #333333;
            border-width: 1px;
            border-color: #666666;
            border-collapse: collapse;
        }

            .news-page .details .item-content table th {
                border-width: 1px;
                padding: 8px;
                border-style: solid;
                border-color: #666666;
                background-color: #dedede;
            }

            .news-page .details .item-content table td {
                border-width: 1px;
                padding: 8px;
                border-style: solid;
                border-color: #666666;
                background-color: #ffffff;
            }

    .news-page .details .item-share {
        width: 100%;
        overflow: hidden;
    }





.pages {
    text-align: right;
}

    .pages .link {
        height: 28px;
        line-height: 28px;
        border: 1px solid #e6e6e6;
        padding: 0 10px;
        display: inline-block;
        border-radius: 2px;
        color: #b3b3b3;
        text-decoration: none;
        margin: 0 2px;
    }

        .pages .link.disabled {
            color: #eee;
            border-color: #eee;
            cursor: default;
        }

        .pages .link.active {
            background: #e62129;
            border-color: #e62129;
            color: #fff;
        }

.footer {
    background: #fff;
}

    .footer h4 {
        font-size: 16px;
    }

    .footer .logo {
        float: left;
        padding-top: 50px;
    }

    .footer .qrcode {
        float: right;
    }

        .footer .qrcode .img li {
            display: none;
            width: 90px;
            height: 90px;
        }

            .footer .qrcode .img li.active {
                display: block;
            }

            .footer .qrcode .img li img {
                width: 90px;
                height: 90px;
                display: block;
            }

        .footer .qrcode .control li {
            width: 47px;
            height: 47px;
            display: inline-block;
        }

        .footer .qrcode .control .wx {
            background: url(/images/wx.png) no-repeat;
        }

            .footer .qrcode .control .wx.active {
                background-image: url(/images/wx-fill.png);
            }

        .footer .qrcode .control .wxmp {
            background: url(/images/wxmp.png) no-repeat;
        }

            .footer .qrcode .control .wxmp.active {
                background-image: url(/images/wxmp-fill.png);
            }

    .footer .link {
        border-top: 2px solid #f2f2f2;
    }

        .footer .link .top {
            display: block;
            position: absolute;
            right: -32px;
            top: 32px;
        }

            .footer .link .top img {
                width: 32px;
                height: 32px;
                display: block;
            }

    .footer .container {
        padding: 50px 0;
        position: relative;
    }

    .footer .col-0 {
        float: left;
        width: 324px;
        overflow: hidden;
    }

        .footer .col-0 a {
            color: #999;
        }

    .footer .col-1 {
        float: left;
        width: 152px;
        overflow: hidden;
    }

        .footer .col-1 p {
            line-height: 28px;
            margin: 0;
        }

        .footer .col-1 a {
            color: #999;
        }

    .footer .col-2 {
        float: left;
        width: 165px;
        overflow: hidden;
    }

    .footer .col-3 {
        float: left;
        width: 759px;
        overflow: hidden;
    }

    .footer .brand {
        margin-top: 30px;
    }

    .footer .copyright {
        border-top: 2px solid #f2f2f2;
        padding: 40px 0;
        text-align: center;
        color: #787878;
    }

    .footer .product-list,
    .footer .contact-list {
        width: 100%;
        overflow: hidden;
    }

        .footer .product-list .item-product {
            width: 50%;
            float: left;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            line-height: 28px;
            color: #999;
        }

        .footer .contact-list .item-contact {
            width: 50%;
            float: left;
            line-height: 28px;
            color: #999;
        }

            .footer .contact-list .item-contact p {
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                margin: 0;
            }
