﻿@charset "utf-8";
/*map*/
.map {
    width: 1200px;
    margin: 0 auto;
}

@media (max-width:1240px) {
    .map {
        width: 80%;
    }
}

.map img {
    margin-left: 20px;
}

.map dl {
    border: #999 solid 1px;
    border-top: #999 solid 2px;
    border-bottom: none;
    margin: 20px 0 20px 0;
}

    .map dl dt {
        background: #fcfcfc;
        color: #0053a8;
        font-size: 16px;
        line-height: 40px;
        border-bottom: #999 solid 1px;
        padding: 0 0 0 20px;
    }

        .map dl dt a:hover {
            color: #ffc107;
        }

    .map dl:hover {
        background: #f5f8fa;
    }

.map dd {
    overflow: hidden;
    padding-top: 10px;
}

    .map dd .first {
        padding: 10px 0 0 20px;
        clear: both;
        line-height: 30px;
    }

        .map dd .first a {
            color: #ffc107;
            font-weight: bold;
        }

            .map dd .first a:hover {
                color: #ffc107;
                text-decoration: underline;
            }

    .map dd div {
        clear: both;
        overflow: hidden;
        line-height: 30px;
        border-bottom: #999 solid 1px;
        padding: 0px 20px 10px 10px;
    }

        .map dd div a {
            color: #333;
            float: left;
            padding: 0 10px 0 10px;
        }

            .map dd div a:hover {
                background: #ffc107;
                color: #fff;
            }
/*home_banner*/
.home_banner {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

    .home_banner .slick {
        text-align: center;
        margin-bottom: 0 !important;
    }

        .home_banner .slick img {
            display: block;
            max-width: 100%;
            margin: 0 auto;
        }

    .home_banner .slick-dots {
        bottom: 20px;
    }

        .home_banner .slick-dots li {
            position: relative;
            display: inline-block;
            height: 20px;
            width: 20px;
            margin: 0px 2px;
            padding: 0px;
            cursor: pointer;
        }

    .home_banner .slick-slider {
        margin-bottom: 0px !important;
    }

    .home_banner .slick-dots li button:before {
        position: absolute;
        top: 50%;
        left: 50%;
        content: "";
        width: 12px;
        height: 12px;
        margin: -5px 0 0 -5px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        border-radius: 50%;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        background: #fff;
        opacity: 1;
    }

    .home_banner .slick-dots li.slick-active button:before {
        background: #ffc107;
        /* Firefox */
        /* Safari 和 Chrome */
        border-radius: 30px;
        /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
        opacity: 1;
    }

    .home_banner .slick-dots {
        bottom: 20px;
    }

@media (max-width: 1200px) {
    .home_banner .slick-dots {
        bottom: 20px;
    }
}

@media (max-width: 991px) {
    .home_banner .slick-dots {
        bottom: 20px;
    }
}

@media (max-width: 767px) {
    .home_banner .slick-dots {
        bottom: 10px;
    }
}
/*home_adv*/
.home_adv {
    padding: 35px 0;
    background: #f8f8f8;
}

    .home_adv ul li {
        width: 25%;
        float: left;
        overflow: hidden;
    }

        .home_adv ul li .box {
            width: 68.3333333%;
            margin: 0 auto;
        }

            .home_adv ul li .box i {
                float: left;
                width: 60px;
                height: 60px;
                border: 2px solid #999;
                border-radius: 50%;
                margin-right: 10px;
                position: relative;
                overflow: hidden;
            }

            .home_adv ul li .box .word {
                float: left;
                padding-top: 10px;
                width: 60%;
            }

                .home_adv ul li .box .word b {
                    display: block;
                    font-size: 16px;
                    color: #999;
                    width: 148%;
                    height: 20px;
                    line-height: 20px;
                    padding: 0 10px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

                .home_adv ul li .box .word span {
                    display: block;
                    font-size: 14px;
                    color: #999;
                    width: 148%;
                    height: 20px;
                    line-height: 20px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

@media (max-width: 1205px) {
    .home_adv ul li .box .word {
        width: 100%;
    }
}

@media (min-width: 991px) and (max-width: 1205px) {
    .home_adv ul li .box i {
        float: none;
        display: block;
        margin: 0 auto;
    }

    .home_adv ul li .box .word {
        float: none;
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .home_adv ul li .box i {
        float: none;
        display: block;
        margin: 0 auto;
    }

    .home_adv ul li .box .word {
        float: none;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .home_adv {
        padding: 10px 0;
    }

        .home_adv ul li .box {
            width: 100%;
        }

            .home_adv ul li .box i {
                float: none;
                display: block;
                width: 40px;
                height: 40px;
                margin: 0 auto;
            }

            .home_adv ul li .box .word {
                float: none;
                text-align: center;
                padding-top: 5px;
            }

                .home_adv ul li .box .word b {
                    font-size: 14px;
                    width: 100%;
                }

                .home_adv ul li .box .word span {
                    display: none;
                }
}
/*home_pro*/
.home_t {
    margin: 30px 0 50px 0;
    text-align: center;
}

    .home_t b {
        display: inline-block;
        font-size: 30px;
        font-weight: 400;
        color: #333;
        padding: 0 95px 20px 95px;
        border-bottom: 1px solid #ffc107;
        margin-bottom: 13px;
        position: relative;
    }

        .home_t b:after {
            content: "";
            display: block;
            width: 58px;
            height: 5px;
            position: absolute;
            background: #ffc107;
            bottom: -3px;
            left: 50%;
            margin-left: -26px;
        }

    .home_t span {
        display: block;
        text-transform: uppercase;
        font-size: 24px;
        color: #cbcbcb;
        font-family: "Britannic";
        font-weight: 600;
    }

@media (max-width: 767px) {
    .home_t {
        margin: 10px 0;
    }

        .home_t b {
            font-size: 18px;
            padding-bottom: 5px;
            margin-bottom: 5px;
        }

        .home_t span {
            font-size: 14px;
        }
}

.home_pro {
    overflow: hidden;
}

    .home_pro .choose {
        text-align: center;
        margin-bottom: 40px;
    }

        .home_pro .choose i {
            display: inline-block;
            height: 30px;
            line-height: 30px;
            padding: 0 20px;
            border: 1px dashed #ffc107;
            font-style: normal;
            color: #666;
            font-size: 14px;
            border-radius: 50px;
            margin: 5px 15px;
            cursor: pointer;
            transition: 0.5s;
            overflow: hidden;
        }

            .home_pro .choose i:hover {
                background: #ffc107;
                color: #fff;
                border: 1px solid #ffc107;
            }

            .home_pro .choose i.on {
                background: #ffc107;
                color: #fff;
                border: 1px solid #ffc107;
                -webkit-tap-highlight-color: transparent;
            }

                .home_pro .choose i.on a {
                    color: #fff;
                }

    .home_pro .box {
        margin-bottom: 40px;
    }

        .home_pro .box .list {
            display: none;
        }

            .home_pro .box .list .left {
                width: 49.5%;
                height: 594px;
                position: relative;
                border: 1px solid #c7c7c7;
                overflow: hidden;
                -webkit-animation: fadeInLeft 1s ease;
                animation: fadeInLeft 1s ease;
            }

            .home_pro .box .list img {
                transition: 1s;
            }

                .home_pro .box .list img:hover {
                    transform: scale(1.1);
                }

            .home_pro .box .list .left .word, .home_pro .box .list .right .word {
                width: 100%;
                padding-left: 20px;
                padding-right: 20px;
                padding-top: 5px;
                padding-bottom: 5px;
                background: #666;
                position: absolute;
                bottom: 0;
            }

                .home_pro .box .list .left .word span, .home_pro .box .list .right .word span {
                    font-size: 14px;
                    color: #fff;
                    display: block;
                    width: 100%;
                    height: 20px;
                    line-height: 20px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

                .home_pro .box .list .left .word p, .home_pro .box .list .right .word p {
                    font-size: 12px;
                    color: #fff;
                    width: 100%;
                    height: 16px;
                    line-height: 16px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

            .home_pro .box .list .right {
                width: 49.5%;
                overflow: hidden;
                -webkit-animation: fadeInRight 1s ease;
                animation: fadeInRight 1s ease;
            }

                .home_pro .box .list .right ul li {
                    width: 49.5%;
                    height: 294px;
                    margin-bottom: 10px;
                    position: relative;
                    border: 1px solid #c7c7c7;
                    overflow: hidden;
                    margin-right: 5px;
                    float: left;
                }

.mr0 {
    margin-right: 0 !important;
}

@media (min-width: 991px) and (max-width: 1205px) {
    .home_pro .box .list .right ul li {
        width: 49%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .home_pro .box .list .left {
        width: 100%;
        margin-bottom: 10px;
    }

    .home_pro .box .list .right {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .home_pro .box .list .left {
        width: 100%;
        margin-bottom: 10px;
        height: 330px;
    }

    .home_pro .box .list .right {
        width: 100%;
    }

        .home_pro .box .list .right ul li {
            width: 49%;
            height: 162px;
        }

    .home_pro .choose {
        margin-bottom: 10px;
    }

        .home_pro .choose i {
            float: left;
            width: 50%;
            margin: 0;
            margin-bottom: 8px;
            font-size: 12px;
        }

    .home_pro .box {
        margin-bottom: 0px;
    }
}

.home_search .search {
    width: 500px;
    height: 50px;
    margin: 0 auto;
    margin-bottom: 65px;
    position: relative;
}

    .home_search .search input.txt {
        width: 100%;
        height: 100%;
        border: none;
        outline: none;
        padding-left: 20px;
        font-size: 14px;
        color: #666;
        font-family: "微软雅黑";
        line-height: 50px;
        padding-right: 60px;
        transition: 0.5s;
        border: 1px solid #ddd;
    }

        .home_search .search input.txt:focus {
            border: 1px solid #ffc107;
        }

    .home_search .search input.btn {
        width: 60px;
        height: 49px;
        background: #ffc107 url(img/btn.png) no-repeat center;
        position: absolute;
        right: 0;
        top: 0px;
        border: none;
        outline: none;
        transition: 0.5s;
    }

        .home_search .search input.btn:hover {
            background: #32465a url(img/btn.png) no-repeat center;
        }

    .home_search .search span {
        position: absolute;
        right: 70px;
        top: 0;
        line-height: 50px;
    }

        .home_search .search span a {
            display: inline-block;
            padding: 0 8px;
            background: #f2f2f2;
            line-height: 30px;
            font-size: 14px;
            color: #999;
        }

@media (max-width: 767px) {
    .home_search .search {
        width: 100%;
    }

        .home_search .search span {
            display: none !important;
        }

    .home_search .search {
        margin-bottom: 10px;
    }
}
/*home_news*/
.home_news {
    padding-bottom: 20px;
    background: #f3f3f3;
    padding-top: 1px;
}

    .home_news .left {
        width: 43%;
    }

        .home_news .left i {
            display: block;
            width: 100%;
            height: 255px;
            position: relative;
            overflow: hidden;
            border: 1px solid #ddd;
        }

            .home_news .left i img {
                transition: 1s;
            }

        .home_news .left:hover i img {
            transform: scale(1.1);
        }

        .home_news .left .word b {
            display: block;
            font-size: 20px;
            font-weight: 400;
            width: 100%;
            height: 22px;
            line-height: 22px;
            overflow: hidden;
            text-overflow: ellipsis;
            margin: 10px 0;
        }

            .home_news .left .word b a {
                color: #333;
            }

                .home_news .left .word b a:hover {
                    color: #ffc107;
                }

        .home_news .left .word p {
            font-size: 14px;
            line-height: 24px;
            color: #999;
            height: 72px;
            overflow: hidden;
        }

    .home_news .slick-prev,
    .home_news .slick-next {
        width: 35px;
        height: 35px;
        top: 230px;
        z-index: 999;
        transition: 0.5s;
    }

        .home_news .slick-prev:before,
        .home_news .slick-next:before {
            content: "";
        }

        .home_news .slick-prev:hover,
        .home_news .slick-next:hover {
            filter: alpha(opacity=60);
            -moz-opacity: 0.6;
            -khtml-opacity: 0.6;
            opacity: 0.6;
        }

    .home_news .slick-prev {
        background: #ffc107 url(img/nextPre.png) no-repeat left center;
        left: 0;
    }

    .home_news .slick-next {
        background: #32465a url(img/nextPre.png) no-repeat right center;
        left: 35px;
    }

    .home_news .right {
        width: 54%;
    }

        .home_news .right ul li {
            width: 100%;
            height: 80px;
            background: #fff;
            padding-left: 20px;
            padding-right: 20px;
            padding-top: 10px;
            overflow: hidden;
            transition: 0.5s;
            margin-bottom: 20px;
        }

            .home_news .right ul li a {
                display: block;
                width: 100%;
                height: 100%;
            }

            .home_news .right ul li span {
                font-family: "Agency FB" !important;
                font-weight: 400;
                font-size: 48px;
                color: #999;
                float: left;
                position: relative;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                transition: 0.5s;
            }

                .home_news .right ul li span:after {
                    content: "";
                    display: block;
                    width: 16px;
                    height: 1px;
                    background: #999;
                    position: absolute;
                    bottom: 0px;
                    left: 50%;
                    margin-left: -8px;
                    transition: 0.5s;
                }

            .home_news .right ul li div.word {
                padding-top: 10px;
                float: right;
                width: 90%;
                overflow: hidden;
                font-size: 14px;
                color: #999;
                transition: 0.5s;
            }

                .home_news .right ul li div.word em {
                    float: left;
                    width: 80%;
                    font-style: normal;
                    font-weight: 600;
                    font-size: 14px;
                    color: #333;
                    height: 20px;
                    line-height: 20px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    transition: 0.5s;
                }

                .home_news .right ul li div.word i {
                    float: right;
                    font-size: 14px;
                    color: #999;
                    /*width: 73px;*/
                    /*white-space: nowrap;*/
                    overflow: hidden;
                    text-overflow: ellipsis;
                    font-style: normal;
                    font-weight: 400;
                    transition: 0.5s;
                }

            .home_news .right ul li p {
                float: left;
                margin-top: 5px;
                width: 100%;
                height: 20px;
                line-height: 20px;
                overflow: hidden;
                text-overflow: ellipsis;
            }

            .home_news .right ul li:hover {
                background: #ffc107;
            }

                .home_news .right ul li:hover span {
                    color: #fff;
                }

                    .home_news .right ul li:hover span:after {
                        background: #fff;
                    }

                .home_news .right ul li:hover div.word {
                    color: #fff !important;
                }

                    .home_news .right ul li:hover div.word em,
                    .home_news .right ul li:hover div.word i {
                        color: #fff !important;
                    }

@media (min-width: 768px) and (max-width: 991px) {
    .home_news .right ul li div.word {
        width: 85%;
    }

        .home_news .right ul li div.word em {
            width: 70%;
        }
}

@media (max-width: 767px) {
    .home_news .left {
        width: 100%;
    }

    .home_news .slick-prev,
    .home_news .slick-next {
        display: none !important;
    }

    .home_news .left i {
        height: 170px;
    }

    .home_news .slick {
        margin-bottom: 10px;
    }

    .home_news .left .word b {
        font-size: 16px;
        margin: 5px 0;
    }

    .home_news .right {
        width: 100%;
    }

        .home_news .right ul li {
            padding: 5px;
            margin-bottom: 5px;
        }

            .home_news .right ul li div.word {
                width: 75%;
            }

                .home_news .right ul li div.word em {
                    width: 60%;
                }
}
/*home_about*/
.home_about {
    padding: 45px 0 50px;
    background: #fff;
}

    .home_about .left {
        padding-top: 45px;
        width: 50%;
        padding-right: 50px;
    }

        .home_about .left .title {
            margin-bottom: 25px;
        }

        .home_about .left b {
            font-size: 30px;
            font-weight: 400;
            color: #333;
        }

        .home_about .left span {
            font-size: 24px;
            font-weight: 600;
            color: #cbcbcb;
            font-family: "Britannic";
            vertical-align: bottom;
        }

        .home_about .left p {
            font-size: 14px;
            color: #333;
            line-height: 24px;
            max-height: 144px;
            overflow: hidden;
        }

@media(max-width:991px) {
    .home_about .left p {
        max-height: none;
    }
}

.home_about .left a.more {
    display: block;
    width: 130px;
    height: 40px;
    border: 1px solid #eee;
    font-size: 14px;
    color: #999;
    margin-top: 25px;
    text-align: center;
    line-height: 40px;
    text-transform: uppercase;
}

    .home_about .left a.more:hover {
        background: #ffc107;
        border-color: #ffc107;
        color: #fff;
    }

.home_about .right {
    width: 50%;
}

    .home_about .right ul {
        float: right;
        overflow: hidden;
        width: 495px;
    }

        .home_about .right ul li {
            width: 165px;
            height: 165px;
            position: relative;
            float: left;
            background: #ffc107;
        }

            .home_about .right ul li .word {
                width: 165px;
                height: 165px;
                padding: 35px 20px;
                position: relative;
            }

                .home_about .right ul li .word b a {
                    display: block;
                    width: 100%;
                    height: 24px;
                    line-height: 24px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    font-size: 18px;
                    color: #fff;
                    font-weight: 400;
                }

                    .home_about .right ul li .word b a:hover {
                        color: #32465a;
                    }

                .home_about .right ul li .word b:after {
                    content: "";
                    display: block;
                    width: 25px;
                    height: 2px;
                    background: #fff;
                    margin: 10px 0;
                }

                .home_about .right ul li .word span {
                    font-size: 14px;
                    color: #fff;
                    line-height: 30px;
                    display: block;
                    width: 100%;
                    height: 60px;
                    overflow: hidden;
                }

@media (min-width: 768px) and (max-width: 991px) {
    .home_about .left {
        width: 100%;
    }

    .home_about .right {
        display: none;
    }
}

@media (max-width: 767px) {
    .home_about {
        padding: 10px 0;
    }

        .home_about .left {
            width: 100%;
            padding: 0;
        }

            .home_about .left b {
                font-size: 18px;
            }

            .home_about .left span {
                font-size: 16px;
            }

            .home_about .left .title {
                margin-bottom: 10px;
            }

            .home_about .left a.more {
                margin-top: 10px;
            }

        .home_about .right {
            display: none;
        }
}
/*home_case*/
.home_case {
    padding: 1px 0 50px;
    background: #f3f3f3;
}

    .home_case ul li {
        width: 22.5%;
        background: #fff;
        padding: 15px;
        float: left;
        padding-bottom: 50px;
        margin-right: 40px;
        margin-top: 5px;
    }

        .home_case ul li i {
            display: block;
            width: 100%;
            height: 135px;
            position: relative;
            overflow: hidden;
        }

            .home_case ul li i img {
                transition: 1.2s;
            }

        .home_case ul li span {
            font-size: 14px;
            color: #333;
            display: block;
            width: 100%;
            height: 20px;
            line-height: 20px;
            overflow: hidden;
            text-overflow: ellipsis;
            margin: 15px 0;
            transition: 0.5s;
        }

            .home_case ul li span:hover {
                color: #ffc107;
            }

        .home_case ul li p {
            font-size: 12px;
            color: #666;
            line-height: 20px;
            width: 100%;
            height: 40px;
            overflow: hidden;
        }

        .home_case ul li:hover img {
            transform: scale(1.1);
        }

@media (min-width: 991px) and (max-width: 1205px) {
    .home_case ul li {
        margin-right: 30px;
    }

        .home_case ul li i {
            height: 105px;
        }
}

@media (min-width: 768px) and (max-width: 991px) {
    .home_case ul li {
        margin-right: 20px;
    }

        .home_case ul li i {
            height: 79px;
        }
}

@media (max-width: 767px) {
    .home_case {
        padding-bottom: 10px;
    }

        .home_case ul li {
            width: 50%;
            margin-right: 0px;
            padding-bottom: 10px;
        }

            .home_case ul li i {
                height: 79px;
            }
}
/*home_make*/
.home_make {
    padding: 1px 0 50px 0;
    background: #fff;
}

    .home_make ul li {
        width: 12.5%;
        float: left;
        margin-right: 25px;
        min-height: 70px;
    }

        .home_make ul li i {
            float: left;
            width: 70px;
            height: 70px;
            margin-right: 10px;
        }

        .home_make ul li span {
            float: left;
            line-height: 13px;
            font-size: 11px;
            color: #000;
            width: 64px;
            min-height: 70px;
            text-overflow: ellipsis;
            padding-top:6px;
        }

@media (min-width: 991px) and (max-width: 1205px) {
    .home_make ul li {
        margin-right: 20px;
    }

        .home_make ul li i {
            float: none;
            display: block;
            margin: 0 auto;
        }

        .home_make ul li span {
            width: 100%;
            text-align: center;
            line-height: 30px;
            height: 30px;
        }
}

@media (min-width: 768px) and (max-width: 991px) {
    .home_make ul li {
        margin-right: 15px;
    }

        .home_make ul li i {
            float: none;
            display: block;
            margin: 0 auto;
        }

        .home_make ul li span {
            width: 100%;
            text-align: center;
            line-height: 30px;
            height: 30px;
        }
}

@media (max-width: 767px) {
    .home_make {
        padding-bottom: 10px;
    }

        .home_make ul li {
            width: 25%;
            margin: 0 auto;
        }

            .home_make ul li i {
                float: none;
                display: block;
                transform: scale(0.6);
                margin: 0 auto;
            }

            .home_make ul li span {
                width: 100%;
                text-align: center;
                line-height: 30px;
                height: 30px;
                font-size: 14px;
                margin-top: -10px;
            }
}
/*home_honor*/
.home_honor {
    padding: 40px 0 65px;
    background: #f3f3f3;
}

    .home_honor .left {
        width: 700px;
    }

    .home_honor .title {
        width: 100%;
        padding-bottom: 15px;
        border-bottom: 1px solid #ebebeb;
        overflow: hidden;
        margin-bottom: 20px;
    }

        .home_honor .title b {
            float: left;
            font-size: 20px;
            color: #333;
            padding-right: 5px;
            border-bottom: 1px solid #ffc107;
            padding-bottom: 15px;
            margin-bottom: -15px;
        }

        .home_honor .title span {
            float: left;
            font-size: 24px;
            color: #cbcbcb;
            font-weight: 600;
            font-family: "Britannic";
            text-transform: uppercase;
            margin-left: 10px;
        }

    .home_honor .left .box i {
        float: left;
        display: block;
        width: 340px;
        height: 270px;
        border: 1px solid #ddd;
        position: relative;
    }

    .home_honor .left .box .word {
        float: left;
        width: 315px;
        margin-left: 25px;
    }

        .home_honor .left .box .word b {
            display: block;
            font-size: 14px;
            color: #333;
            width: 100%;
            height: 20px;
            line-height: 20px;
            overflow: hidden;
            text-overflow: ellipsis;
            margin: 15px 0 20px 0;
        }

        .home_honor .left .box .word p {
            font-size: 12px;
            color: #666;
            line-height: 22px;
            margin-bottom: 18px;
            height: 154px;
            overflow: hidden;
        }

        .home_honor .left .box .word a.a2 {
            display: inline-block;
            width: 80px;
            height: 27px;
            text-align: center;
            line-height: 27px;
            color: #fff;
            font-size: 12px;
            background: #ffc107;
            margin-right: 8px;
        }

            .home_honor .left .box .word a.a2:hover {
                background: #32465a !important;
            }

    .home_honor .left .slick-prev,
    .home_honor .left .slick-next {
        width: 16px;
        height: 32px;
        top: -55px;
        transition: 0.5s;
    }

        .home_honor .left .slick-prev:before,
        .home_honor .left .slick-next:before {
            content: "";
        }

    .home_honor .left .slick-prev {
        background: url(img/left_lr.png) no-repeat left center;
        right: 30px;
        left: auto;
    }

    .home_honor .left .slick-next {
        background: url(img/left_lr.png) no-repeat right center;
        right: 0;
    }

    .home_honor .slick-prev:hover,
    .home_honor .slick-next:hover {
        filter: alpha(opacity=60);
        -moz-opacity: 0.6;
        -khtml-opacity: 0.6;
        opacity: 0.6;
    }

    .home_honor .right {
        width: 470px;
    }

        .home_honor .right .rightBox {
            width: 100%;
            height: 270px;
            background: #fff;
            border: 1px solid #ddd;
        }

            .home_honor .right .rightBox i.img {
                display: block;
                width: 245px;
                height: 180px;
                position: relative;
                margin: 45px auto 0;
            }

        .home_honor .right .slick {
            width: 320px;
            margin: 0 auto;
        }

        .home_honor .right .slick-prev,
        .home_honor .right .slick-next {
            width: 16px;
            height: 32px;
            margin-top: 5px;
            transition: 0.5s;
            z-index: 999;
        }

            .home_honor .right .slick-prev:before,
            .home_honor .right .slick-next:before {
                content: "";
            }

        .home_honor .right .slick-prev {
            background: url(img/left_lr.png) no-repeat left center;
            left: 0;
        }

        .home_honor .right .slick-next {
            background: url(img/left_lr.png) no-repeat right center;
            right: 0;
        }

@media (min-width: 991px) and (max-width: 1205px) {
    .home_honor .left {
        width: 50%;
    }

        .home_honor .left .box i {
            float: none;
            display: block;
            margin: 0 auto;
        }

        .home_honor .left .box .word {
            width: 100%;
            margin: 0;
        }
}

@media (min-width: 768px) and (max-width: 991px) {
    .home_honor .left {
        width: 100%;
    }

    .home_honor .right {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .home_honor {
        padding: 10px 0;
    }

        .home_honor .title {
            padding-bottom: 5px;
            margin-bottom: 5px;
        }

            .home_honor .title b {
                font-size: 16px;
                padding-bottom: 5px;
                margin-bottom: -5px;
            }

            .home_honor .title span {
                font-size: 18px;
            }

        .home_honor .left {
            width: 100%;
            height: auto;
        }

            .home_honor .left .box i {
                float: none;
                display: block;
                width: 100%;
                margin: 0 auto;
            }

        .home_honor .right .rightBox i.img {
            width: 100%;
        }

        .home_honor .left .box .word {
            width: 100%;
            margin: 0;
        }

            .home_honor .left .box .word b {
                margin: 5px 0;
                /*height: auto;*/
            }
            /*.home_honor .left .box .word p{*/
            /*height: auto;*/
            /*}*/
            .home_honor .left .box .word p {
                margin-bottom: 5px;
            }

        .home_honor .right {
            width: 100%;
        }

            .home_honor .right .slick {
                width: 100%;
            }

        .home_honor .slick {
            margin-bottom: 10px;
        }

        .home_honor .slick-prev,
        .home_honor .slick-next {
            display: none !important;
        }
}
/*home_contact*/
.home_contact {
    width: 100%;
    padding: 60px 0;
    background: url(img/hc_bg.jpg) repeat-y center fixed;
}

    .home_contact .hcBox {
        padding: 60px 135px;
        background: #fff;
    }

        .home_contact .hcBox .left {
            width: 515px;
        }

            .home_contact .hcBox .left b {
                font-size: 26px;
                color: #ffc107;
            }

            .home_contact .hcBox .left p {
                font-size: 14px;
                color: #666;
                line-height: 24px;
                padding-left: 30px;
                margin: 12px 0 0px 0;
            }

                .home_contact .hcBox .left p i {
                    font-style: normal;
                    color: #ffc107;
                }

                    .home_contact .hcBox .left p i a {
                        color: #ffc107;
                    }

            .home_contact .hcBox .left ul li {
                float: left;
                margin-top: 25px;
                overflow: hidden;
            }

                .home_contact .hcBox .left ul li #verify {
                    cursor: pointer;
                    height: 37px;
                }

                .home_contact .hcBox .left ul li .change {
                    color: #666;
                    line-height: 37px;
                    margin-left: 5px;
                }

                    .home_contact .hcBox .left ul li .change:hover {
                        color: #ffc107;
                    }

                .home_contact .hcBox .left ul li span {
                    float: left;
                    height: 37px;
                    line-height: 37px;
                    font-size: 14px;
                    color: #7e7e7e;
                    width: 66px;
                    /* white-space: nowrap; */
                    overflow: hidden;
                    text-overflow: ellipsis;
                    text-align: right;
                }

                    .home_contact .hcBox .left ul li span i {
                        color: red;
                    }

                .home_contact .hcBox .left ul li input.txt {
                    width: 180px;
                    height: 37px;
                    line-height: 37px;
                    outline: none;
                    border: 1px solid #ddd;
                    margin-right: 10px;
                    padding-left: 10px;
                    transition: 0.5s;
                    font-family: "微软雅黑";
                    float: left;
                }

                    .home_contact .hcBox .left ul li input.txt:focus {
                        border-color: #ffc107;
                    }

                .home_contact .hcBox .left ul li textarea {
                    width: 435px;
                    height: 70px;
                    outline: none;
                    border: 1px solid #ddd;
                    padding-left: 10px;
                    padding-top: 5px;
                    transition: 0.5s;
                    font-family: "微软雅黑";
                }

                    .home_contact .hcBox .left ul li textarea:focus {
                        border-color: #ffc107;
                    }

                .home_contact .hcBox .left ul li input.btn {
                    width: 100px;
                    height: 35px;
                    font-size: 12px;
                    color: #fff;
                    float: left;
                    outline: none;
                    border: none;
                    background: #ffc107;
                    margin-right: 10px;
                    transition: 0.5s;
                    font-family: "微软雅黑";
                }

                    .home_contact .hcBox .left ul li input.btn:hover {
                        filter: alpha(opacity=60);
                        -moz-opacity: 0.6;
                        -khtml-opacity: 0.6;
                        opacity: 0.6;
                    }

        .home_contact .hcBox .right {
            width: 350px;
        }

            .home_contact .hcBox .right i.img {
                display: block;
                width: 170px;
                height: 170px;
                position: relative;
                margin-bottom: 35px;
            }

            .home_contact .hcBox .right ul li {
                line-height: 25px;
                margin-bottom: 10px;
                padding-left: 38px;
                font-size: 12px;
                color: #666;
            }

                .home_contact .hcBox .right ul li a {
                    color: #666;
                }

                    .home_contact .hcBox .right ul li a:hover {
                        color: #ffc107;
                    }

@media (min-width: 991px) and (max-width: 1205px) {
    .home_contact .hcBox {
        padding: 60px 30px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .home_contact .hcBox {
        padding: 60px 60px;
    }

        .home_contact .hcBox .left {
            float: none;
            margin: 0 auto;
        }

        .home_contact .hcBox .right {
            float: left;
            margin-top: 30px;
            width: 100%;
            overflow: hidden;
            margin-left: 100px;
        }

            .home_contact .hcBox .right i {
                float: left;
                margin-right: 20px;
            }

            .home_contact .hcBox .right ul {
                float: left;
            }
}

@media (max-width: 767px) {
    .home_contact {
        padding: 10px;
    }

        .home_contact .hcBox {
            padding: 10px;
        }

            .home_contact .hcBox .left {
                float: none;
                margin: 0 auto;
                width: 100%;
            }

                .home_contact .hcBox .left ul li {
                    width: 100%;
                    margin-top: 5px;
                }

                .home_contact .hcBox .left p {
                    font-size: 12px;
                    margin-top: 5px;
                    display: none;
                }

                .home_contact .hcBox .left b {
                    font-size: 14px;
                }

                .home_contact .hcBox .left ul li input.txt {
                    width: 75%;
                }

                .home_contact .hcBox .left ul li textarea {
                    width: 75%;
                }

                .home_contact .hcBox .left ul li input.btn {
                    width: 30%;
                }

            .home_contact .hcBox .right {
                width: 100%;
                margin-top: 15px;
                display: none;
            }

                .home_contact .hcBox .right i.img {
                    margin: 0 auto;
                    margin-bottom: 10px;
                    display: none;
                }
}

@media(max-width:767px) {
    .home_contact .hcBox .left ul li input.verifyss {
        width: 180px;
    }
}

@media(max-width:409px) {
    .home_contact .hcBox .left ul li .change {
        margin-top: 5px;
    }

    .home_contact .hcBox .left ul li #verify {
        margin-top: 5px;
        margin-left: 66px;
    }
}

@media(max-width:369px) {
    .home_contact .hcBox .left ul li input.txt {
        width: 68%;
    }

    .home_contact .hcBox .left ul li textarea {
        width: 68%;
    }
}
/*product*/
.product ul li {
    width: 30%;
    border: 1px solid #e8e8e8;
    transition: 0.5s;
    float: left;
    margin-bottom: 25px;
    margin-right: 40px;
}

    .product ul li i {
        display: block;
        width: 100%;
        height: 250px;
        position: relative;
        overflow: hidden;
    }

        .product ul li i img {
            transition: 1.2s;
        }

    .product ul li span {
        display: block;
        width: 100%;
        height: 45px;
        line-height: 45px;
        background: #fafafa;
        font-size: 12px;
        color: #666;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        border-top: 1px solid #e8e8e8;
        transition: 0.5s;
        padding: 0 5px;
    }

    .product ul li:hover i img {
        transform: scale(1.1);
    }

    .product ul li span:hover {
        color: #ffc107;
    }

    .product ul li:hover {
        border-color: #ffc107;
    }

@media (min-width: 991px) and (max-width: 1205px) {
    .page_main .right {
        width: 690px;
    }

    .product ul li {
        margin-right: 30px;
    }

        .product ul li i {
            height: 200px;
        }
}

@media (min-width: 768px) and (max-width: 991px) {
    .page_main .left {
        display: none;
    }

    .page_main .right {
        width: 100%;
        border: none;
    }

    .product ul li {
        margin-right: 30px;
    }

        .product ul li i {
            height: 200px;
        }
}

@media (max-width: 767px) {
    .page_main .main {
        margin-top: 0;
    }

    .page_main .left {
        display: none;
    }

    .page_main .right {
        width: 100%;
        border: none;
        padding: 10px 0;
    }

    .product ul li {
        width: 50%;
        margin-right: 0px;
        margin-bottom: 10px;
        border: none;
    }

        .product ul li i {
            width: 90%;
            height: 100px;
            margin: 0 auto;
        }

        .product ul li span {
            width: 90%;
            margin: 0 auto;
            border: 1px solid #e8e8e8;
            height: 30px;
            line-height: 30px;
        }
}

.pageNum {
    text-align: right;
}

    .pageNum a, .pageNum span {
        display: inline-block;
        padding: 0 10px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        color: #999;
        border: 1px solid #ddd;
        margin: 0 2px;
    }

        .pageNum a:hover {
            color: #ffc107;
        }

    .pageNum .page-cur {
        color: #ffc107;
    }

@media (max-width: 767px) {
    .pageNum {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .pageNum .page-num {
        display: none;
    }
}
/*pro_show*/
.pro_show .top {
    margin-bottom: 45px;
}

    .pro_show .top i {
        float: left;
        width: 360px;
        height: 350px;
        position: relative;
        border: 1px solid #e8e8e8;
    }

    .pro_show .top ul {
        width: 470px;
        float: right;
    }

        .pro_show .top ul li {
            padding: 10px 0;
            border-bottom: 1px dashed #ddd;
            font-size: 13px;
            overflow: hidden;
            line-height: 24px;
        }

            .pro_show .top ul li b {
                float: left;
            }

            .pro_show .top ul li input {
                width: 110px;
                height: 40px;
                outline: none;
                border: none;
                background: #ffc107;
                font-weight: 600;
                font-size: 14px;
                color: #fff;
                font-family: "微软雅黑";
                margin-right: 20px;
            }

            .pro_show .top ul li span {
                font-size: 14px;
                color: #333;
            }

            .pro_show .top ul li em {
                font-style: normal;
                color: #ffc107;
                font-size: 16px;
                font-weight: 600;
            }

                .pro_show .top ul li em a {
                    color: #ffc107;
                }

.pro_show .info ul.choose {
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 20px;
}

    .pro_show .info ul.choose li {
        float: left;
        height: 28px;
        line-height: 28px;
        padding: 0 12px;
        background: #e4e3e3;
        font-size: 14px;
        font-weight: 600;
        color: #999;
        text-align: center;
        cursor: pointer;
        margin-right: 10px;
        border: 1px solid #d1d1d1;
        border-bottom: none;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        transition: 0.5s;
    }

        .pro_show .info ul.choose li.on {
            border: none;
            background: #ffc107;
            color: #fff;
        }

        .pro_show .info ul.choose li:hover {
            color: #fff;
        }

.pro_show .info .chooseList .list {
    display: none;
    line-height: 30px;
}

    .pro_show .info .chooseList .list img {
        max-width: 100%;
    }

    .pro_show .info .chooseList .list i.img {
        display: block;
        width: 100%;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 10px;
    }

        .pro_show .info .chooseList .list i.img img {
            max-width: 100%;
        }

    .pro_show .info .chooseList .list ul li {
        width: 485px;
        margin: 0 auto;
        margin-bottom: 10px;
        position: relative;
        overflow: hidden;
    }

        .pro_show .info .chooseList .list ul li span {
            float: left;
            display: inline-block;
            width: 65px;
            text-align: right;
            line-height: 35px;
            margin-right: 10px;
            font-size: 13px;
            color: #666;
        }

        .pro_show .info .chooseList .list ul li input.txt {
            float: left;
            width: 205px;
            height: 35px;
            outline: none;
            border: 1px solid #e9e9e9;
            padding-left: 10px;
            transition: 0.5s;
        }

        .pro_show .info .chooseList .list ul li em {
            font-style: normal;
            font-size: 13px;
            color: #f21818;
            margin-right: 2px;
        }

        .pro_show .info .chooseList .list ul li textarea {
            width: 400px;
            height: 100px;
            outline: none;
            border: 1px solid #e9e9e9;
            padding-left: 10px;
            padding-top: 10px;
            transition: 0.5s;
            font-family: 微软雅黑;
        }

            .pro_show .info .chooseList .list ul li input.txt:focus,
            .pro_show .info .chooseList .list ul li textarea:focus {
                border-color: #ffc107;
            }

        .pro_show .info .chooseList .list ul li i {
            float: left;
            width: 60px;
            height: 35px;
            position: relative;
            cursor: pointer;
        }

            .pro_show .info .chooseList .list ul li i img {
                height: 35px;
                margin: 0 4px;
            }

        .pro_show .info .chooseList .list ul li a {
            float: left;
            line-height: 35px;
            font-size: 12px;
            color: #0066cc;
            margin-left: 5px;
        }

            .pro_show .info .chooseList .list ul li a.change {
                color: #666;
            }

                .pro_show .info .chooseList .list ul li a.change:hover {
                    color: #ffc107;
                }

            .pro_show .info .chooseList .list ul li a:hover {
                text-decoration: underline;
            }

        .pro_show .info .chooseList .list ul li input.btn {
            float: left;
            width: 150px;
            height: 35px;
            outline: none;
            border: none;
            color: #fff;
            font-size: 14px;
            background: #ffc107;
            font-family: "微软雅黑";
            transition: 0.5s;
        }

            .pro_show .info .chooseList .list ul li input.btn:hover {
                background: #32465a;
            }

@media (min-width: 991px) and (max-width: 1205px) {
    .pro_show .top i {
        float: none;
        display: block;
        margin: 0 auto;
    }

    .pro_show .top ul {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .pro_show .top i {
        float: none;
        display: block;
        margin: 0 auto;
    }

    .pro_show .top ul {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .pro_show .top i {
        float: none;
        display: block;
        width: 100%;
        height: 190px;
        margin: 0 auto;
    }

    .pro_show .top ul {
        width: 100%;
    }

        .pro_show .top ul li {
            padding: 5px 0;
        }

            .pro_show .top ul li input {
                margin-right: 0;
            }

    .pro_show .top {
        margin-bottom: 10px;
    }

    .pro_show .info .chooseList .list ul li {
        width: 100%;
    }

        .pro_show .info .chooseList .list ul li input.txt {
            width: 70%;
        }

        .pro_show .info .chooseList .list ul li input#verifyInput {
            width: 150px;
        }

        .pro_show .info .chooseList .list ul li textarea {
            width: 70%;
        }
    /*.pro_show .info .chooseList .list ul li i {*/
    /*margin-left: 70px;*/
    /*}*/
}

.nextPre {
    margin: 70px 0 40px;
    font-size: 14px;
    line-height: 24px;
}

    .nextPre ul li {
        width: 100%;
        height: 24px;
        line-height: 24px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 767px) {
    .nextPre {
        margin: 10px 0;
        font-size: 12px;
    }

        .nextPre ul li {
            font-size: 12px;
        }
}

.pro_rec .title {
    text-align: center;
    margin-bottom: 30px;
}

    .pro_rec .title b {
        font-size: 16px;
        font-weight: 400;
        color: #333;
        position: relative;
    }

        .pro_rec .title b:before {
            content: "";
            display: block;
            width: 15px;
            height: 2px;
            background: #929292;
            position: absolute;
            left: -25px;
            top: 50%;
            margin-top: -1px;
        }

        .pro_rec .title b:after {
            content: "";
            display: block;
            width: 15px;
            height: 2px;
            background: #929292;
            position: absolute;
            right: -25px;
            top: 50%;
            margin-top: -1px;
        }

.pro_rec ul li {
    width: 24%;
    float: left;
    margin-right: 10px;
}

    .pro_rec ul li i {
        display: block;
        width: 100%;
        height: 148px;
        border: 1px solid #e8e8e8;
        position: relative;
        transition: 0.5s;
        overflow: hidden;
    }

        .pro_rec ul li i img {
            transition: 1.2s;
        }

    .pro_rec ul li span {
        display: block;
        width: 100%;
        line-height: 30px;
        height: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: center;
        font-size: 13px;
        color: #666;
        transition: 0.5s;
    }

        .pro_rec ul li span:hover {
            color: #ffc107;
        }

    .pro_rec ul li:hover i {
        border-color: #ffc107;
    }

        .pro_rec ul li:hover i img {
            transform: scale(1.1);
        }

@media (min-width: 991px) and (max-width: 1205px) {
    .pro_rec ul li {
        margin-right: 7px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .pro_rec ul li {
        margin-right: 7px;
    }
}

@media (max-width: 767px) {
    .pro_rec ul li {
        width: 50%;
        margin-right: 0px;
    }

        .pro_rec ul li i {
            width: 90%;
            height: 110px;
            margin: 0 auto;
        }

    .pro_rec .title {
        margin-bottom: 10px;
    }

    .pro_rec ul li span {
        width: 90%;
        margin: 0 auto;
        font-size: 12px;
    }
}
/*join*/
.join dl {
    margin-bottom: 50px;
}

    .join dl dt {
        font-size: 16px;
        color: #333;
        margin-bottom: 15px;
    }

    .join dl dd {
        font-size: 12px;
        color: #333;
        line-height: 38px;
    }

@media (max-width: 767px) {
    .join dl {
        margin-bottom: 10px;
    }

        .join dl dt {
            margin-bottom: 5px;
        }

        .join dl dd {
            line-height: 24px;
        }
}
/*shop_show*/
.art_title {
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #e8e8e8;
}

    .art_title h1 {
        font-size: 18px;
        color: #333;
        margin-bottom: 20px;
    }

    .art_title p {
        font-size: 12px;
        color: #999;
    }

        .art_title p span {
            display: inline-block;
            margin: 0 8px;
        }

        .art_title p i {
            font-style: normal;
            color: #666;
        }

.art_main {
    padding-top: 15px;
    font-size: 13px;
    line-height: 30px;
    color: #666;
}

    .art_main img {
        max-width: 100%;
    }

    .art_main p.img {
        width: 100%;
        text-align: center;
        margin: 5px 0;
    }

        .art_main p.img img {
            max-width: 100%;
        }

@media (max-width: 767px) {
    .art_title h1 {
        margin-bottom: 5px;
    }

    .art_main {
        padding-top: 5px;
    }
}
/*news*/
.news b.title {
    display: block;
    font-size: 16px;
    color: #ffc107;
    padding-bottom: 10px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 15px;
}

.news ul li {
    overflow: hidden;
    margin-bottom: 35px;
}

    .news ul li i {
        float: left;
        width: 240px;
        height: 127px;
        position: relative;
        overflow: hidden;
    }

        .news ul li i img {
            transition: 1.2s;
        }

    .news ul li .word {
        width: 595px;
        float: right;
    }

        .news ul li .word span a {
            font-size: 14px;
            font-weight: 600;
            display: block;
            width: 100%;
            height: 20px;
            line-height: 20px;
            overflow: hidden;
            text-overflow: ellipsis;
            color: #333;
        }

        .news ul li .word p {
            font-size: 12px;
            color: #666;
            line-height: 24px;
            width: 100%;
            height: 48px;
            overflow: hidden;
            text-overflow: ellipsis;
            margin: 15px 0 10px;
        }

            .news ul li .word p em {
                float: right;
                font-style: normal;
                color: #999;
            }

        .news ul li .word em {
            font-style: normal;
            color: #999;
            width: 100%;
            height: 20px;
            text-align: right;
            display: block;
        }

        .news ul li .word a.more {
            display: block;
            width: 145px;
            height: 30px;
            font-size: 13px;
            color: #666;
            line-height: 30px;
            text-align: center;
            border: 1px solid #a9a9a9;
        }

    .news ul li:hover i img {
        transform: scale(1.1);
    }

    .news ul li:hover span a {
        color: #ffc107;
    }

    .news ul li:hover a.more {
        background: #ffc107;
        color: #fff;
        border-color: #ffc107;
    }

@media (min-width: 991px) and (max-width: 1205px) {
    .news ul li .word {
        width: 370px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .news ul li .word {
        width: 420px;
    }
}

@media (max-width: 767px) {
    .news ul li i {
        width: 100%;
        margin-bottom: 5px;
    }

    .news ul li {
        margin-bottom: 15px;
        text-align: center;
    }

        .news ul li .word {
            width: 100%;
        }

            .news ul li .word p {
                margin: 5px 0;
            }

        .news ul li a.more {
            margin: 0 auto;
        }
}

.rec_news b.title {
    display: block;
    font-size: 14px;
    color: #666;
    padding-bottom: 12px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 12px;
}

.rec_news ul li {
    overflow: hidden;
    margin-bottom: 15px;
}

    .rec_news ul li a {
        float: left;
        font-size: 12px;
        color: #383838;
        max-width: 80%;
        height: 16px;
        line-height: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media(max-width:500px) {
    .rec_news ul li a {
        max-width: 65%;
    }
}

.rec_news ul li a:hover {
    color: #ffc107;
}

.rec_news ul li span {
    float: right;
    font-size: 12px;
    color: #666;
}
/*about*/
.about p.imgBox {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    text-indent: 0;
}

    .about p.imgBox img {
        max-width: 100%;
        vertical-align: middle;
    }

.about b {
    display: block;
    font-size: 16px;
    color: #ffc107;
    margin-bottom: 20px;
    text-indent: 0;
}

.about {
    /*text-indent: 2em;*/
    font-size: 12px;
    color: #666;
    line-height: 24px;
}

    .about img {
        max-width: 100%;
    }

    .about p {
        margin-bottom: 20px;
    }

@media (max-width: 767px) {
    .about p {
        margin-bottom: 5px;
    }

    .about b {
        margin-bottom: 5px;
    }

    .about p.imgBox {
        margin-bottom: 5px;
    }
}
/*contact*/
.contact .top {
    padding: 60px;
    background-size: cover;
}

    .contact .top b {
        font-size: 16px;
        color: #ffc107;
        display: block;
        margin-bottom: 25px;
    }

.contact .top {
    font-size: 14px;
    color: #666;
    line-height: 28px;
}

    .contact .top a {
        display: inline-block;
        color: #ffc107;
        margin-right: 10px;
    }

        .contact .top a:hover {
            text-decoration: underline;
        }

@media (min-width: 991px) and (max-width: 1205px) {
    .contact .top {
        background: #faf7f0 !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .contact .top {
        background: #faf7f0 !important;
    }
}

@media (max-width: 767px) {
    .contact .top {
        background: #faf7f0 !important;
        padding: 10px;
        font-size: 12px;
        line-height: 24px;
    }

        .contact .top b {
            margin-bottom: 5px;
        }
}

.contact .mapBox {
    margin-top: 25px;
    width: 100%;
    height: 430px;
    border: 1px solid #ededed;
    padding: 3px;
}

    .contact .mapBox #map {
        width: 100%;
        height: 100%;
    }

@media (max-width: 767px) {
    .contact .mapBox {
        height: 300px;
    }

        .contact .mapBox #map {
            height: 300px !important;
        }
}
/*message*/
.message b.title {
    display: block;
    font-size: 16px;
    color: #ffc107;
    padding-bottom: 10px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 25px;
}

.message .list ul li {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    padding-left: 45px;
}

    .message .list ul li span {
        float: left;
        display: inline-block;
        width: 65px;
        text-align: right;
        line-height: 35px;
        margin-right: 10px;
        font-size: 13px;
        color: #666;
    }

    .message .list ul li input.txt {
        float: left;
        width: 205px;
        height: 35px;
        outline: none;
        border: 1px solid #e9e9e9;
        padding-left: 10px;
        transition: 0.5s;
    }

    .message .list ul li em {
        font-style: normal;
        font-size: 13px;
        color: #f21818;
        margin-right: 2px;
    }

    .message .list ul li textarea {
        width: 400px;
        height: 100px;
        outline: none;
        border: 1px solid #e9e9e9;
        padding-left: 10px;
        padding-top: 10px;
        transition: 0.5s;
    }

        .message .list ul li input.txt:focus,
        .message .list ul li textarea:focus {
            border-color: #ffc107;
        }

    .message .list ul li i {
        float: left;
        width: 60px;
        height: 35px;
        position: relative;
        cursor: pointer;
    }

        .message .list ul li i img {
            height: 35px;
            margin-left: 3px;
        }

    .message .list ul li a {
        float: left;
        line-height: 35px;
        font-size: 12px;
        color: #0066cc;
        margin-left: 5px;
    }

        .message .list ul li a.change {
            color: #666;
        }

            .message .list ul li a.change:hover {
                color: #ffc107;
            }

        .message .list ul li a:hover {
            text-decoration: underline;
        }

    .message .list ul li input.btn {
        float: left;
        width: 150px;
        height: 35px;
        outline: none;
        border: none;
        color: #fff;
        font-size: 14px;
        background: #ffc107;
        font-family: "微软雅黑";
        transition: 0.5s;
        margin-right: 15px;
        margin-top: 20px;
    }

        .message .list ul li input.btn:hover {
            background: #32465a !important;
        }

@media (max-width: 767px) {
    .message .list ul li {
        padding: 0;
        margin-bottom: 5px;
    }

        .message .list ul li input.txt {
            width: 70%;
        }

        .message .list ul li input#verifyInput {
            width: 150px;
        }

        .message .list ul li textarea {
            width: 70%;
        }
        /*.message .list ul li i {*/
        /*margin-left: 70px;*/
        /*}*/
        .message .list ul li em {
            left: 65px;
        }

        .message .list ul li input.btn {
            margin-top: 0;
            width: 30%;
        }

    .message b.title {
        margin-bottom: 10px;
        padding-bottom: 5px;
    }
}

/*新增product*/
.pro_show .product-type,
.product .product-type {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .pro_show .product-type,
    .product .product-type {
        display: none;
    }
}

.pro_show .product-type a,
.product .product-type a {
    display: block;
    background: #32465A;
    height: 35px;
    margin-bottom: 20px;
    line-height: 35px;
    margin-right: 10px;
    border-radius: 3px;
    color: #FFF;
    font-size: 14px;
    min-width: 120px;
    overflow: hidden;
    text-align: center;
    float: left;
    padding: 0 4px;
}

    .pro_show .product-type a:hover,
    .product .product-type a:hover {
        background: #FFC107;
        font-weight: 700;
        text-decoration: none;
    }

    .pro_show .product-type a.active,
    .product .product-type a.active {
        background: #FFC107;
        font-weight: 700;
        text-decoration: none;
    }

/*新增*/
#mmenu .phoness a {
    display: inline-block;
}

@media (min-width:992px) {
    #mmenu {
        display: none;
    }
}

#mmenu .mm-title {
    color: #666;
    height: 30px;
}

#contact-form .validate-on {
    border: 1px solid #ff0000;
    box-shadow: 0 0 1px #ff0000;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.pub_form_ul li input[type="text"] {
    line-height: 30px !important;
    height: 28px !important;
    padding: 0px !important;
}

.pub_form_ul li .pub_radio {
    margin-top: -2px !important;
}

a.l-btn span.l-btn-left {
    height: auto !important;
}

a.l-btn {
    padding-right: 16px !important;
}

.pub_form_ul li label {
    margin-right: 0px !important;
}

.panel {
    margin-bottom: 0px !important;
}

.panel_inner .tip {
    padding: 0px !important;
}

.panel-body {
    padding: 0px;
}

a {
    -webkit-transition: all 0 ease 0 !important;
    transition: all 0 ease 0 !important;
}

.fn-suspend {
    margin-right: 0 !important;
}

.BMapLib_nav {
    display: none;
    padding: 10px !important;
}

.BMapLib_bubble_content {
    padding: 10px !important;
}

.BMapLib_sendToPhone, .BMapLib_bubble_close {
    display: none;
}

.BMap_cpyCtrl {
    display: none;
}

.BMapLib_trans {
    margin: 0 !important;
}

.BMap_Marker img {
    max-width: 39px;
}

.conbody-mbx span img {
    float: left;
    margin-right: 5px;
}

footer .flink {
    width: 140px;
    height: 28px;
    border: 1px solid #e1e1df;
    float: left;
    font-size: 14px;
    color: #747474;
    position: relative;
    margin-top: 10px;
}

    footer .flink:before {
        content: "";
        position: absolute;
        height: 4px;
        width: 8px;
        background: url(img/link1.png) no-repeat;
        right: 9px;
        top: 10px;
    }

    footer .flink .title {
        display: block;
        padding-left: 4px;
        width: 112px;
        height: 18px;
        line-height: 18px;
        margin-top: 4px;
        border-right: 1px solid #e1e1df;
        text-align: center;
        color: #fff;
    }

    footer .flink .foptn {
        width: 140px;
        bottom: 27px;
        left: -1px;
        z-index: 99;
        position: absolute;
        display: none;
        background: #EFECEC;
    }

    footer .flink:hover .foptn {
        display: block;
    }

    footer .flink .foptn dt {
        line-height: 30px;
        text-align: center;
        height: 30px;
        overflow: hidden;
        padding: 0 2px;
    }








/* 基础样式 */
.dede-responsive-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 -2px 12px rgba(0,0,0,0.08);
    z-index: 1000;
}

.footer-nav-container {
    display: flex;
    max-width: 100%;
    margin: 0 auto;
}

.nav-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8px 5px;
    color: #666;
    text-decoration: none;
    font-size: 12px;
    transition: all 0.3s ease;
}

.nav-icon {
    width: 22px;
    height: 22px;
    margin-bottom: 4px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.nav-item.active {
    color: #1E90FF;
}

/* 图标定义 - 使用Font Awesome */
.icon-1 {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='%23666' d='M280.37 148.26L96 300.11V464a16 16 0 0 0 16 16l112.06-.29a16 16 0 0 0 15.92-16V368a16 16 0 0 1 16-16h64a16 16 0 0 1 16 16v95.64a16 16 0 0 0 16 16.05L464 480a16 16 0 0 0 16-16V300L295.67 148.26a12.19 12.19 0 0 0-15.3 0zM571.6 251.47L488 182.56V44.05a12 12 0 0 0-12-12h-56a12 12 0 0 0-12 12v72.61L318.47 43a48 48 0 0 0-61 0L4.34 251.47a12 12 0 0 0-1.6 16.9l25.5 31A12 12 0 0 0 45.15 301l235.22-193.74a12.19 12.19 0 0 1 15.3 0L530.9 301a12 12 0 0 0 16.9-1.6l25.5-31a12 12 0 0 0-1.7-16.93z'/%3E%3C/svg%3E");
}

    .icon-1.active {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='%231E90FF' d='M280.37 148.26L96 300.11V464a16 16 0 0 0 16 16l112.06-.29a16 16 0 0 0 15.92-16V368a16 16 0 0 1 16-16h64a16 16 0 0 1 16 16v95.64a16 16 0 0 0 16 16.05L464 480a16 16 0 0 0 16-16V300L295.67 148.26a12.19 12.19 0 0 0-15.3 0zM571.6 251.47L488 182.56V44.05a12 12 0 0 0-12-12h-56a12 12 0 0 0-12 12v72.61L318.47 43a48 48 0 0 0-61 0L4.34 251.47a12 12 0 0 0-1.6 16.9l25.5 31A12 12 0 0 0 45.15 301l235.22-193.74a12.19 12.19 0 0 1 15.3 0L530.9 301a12 12 0 0 0 16.9-1.6l25.5-31a12 12 0 0 0-1.7-16.93z'/%3E%3C/svg%3E");
    }

.icon-2 {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='%2310b981' d='M528.12 301.319l47.273-208C578.806 78.301 567.391 64 551.99 64H159.208l-9.166-44.81C147.758 8.021 137.93 0 126.529 0H24C10.745 0 0 10.745 0 24v16c0 13.255 10.745 24 24 24h69.883l70.248 343.435C147.325 417.1 136 435.222 136 456c0 30.928 25.072 56 56 56s56-25.072 56-56c0-15.674-6.447-29.835-16.824-40h209.647C430.447 426.165 424 440.326 424 456c0 30.928 25.072 56 56 56s56-25.072 56-56c0-22.172-12.888-41.332-31.579-50.405l5.517-24.276c3.413-15.018-8.002-29.319-23.403-29.319H218.117l-6.545-32h293.145c11.206 0 20.92-7.754 23.403-18.681z'/%3E%3C/svg%3E");
}

    .icon-2.active {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='%2310b981' d='M528.12 301.319l47.273-208C578.806 78.301 567.391 64 551.99 64H159.208l-9.166-44.81C147.758 8.021 137.93 0 126.529 0H24C10.745 0 0 10.745 0 24v16c0 13.255 10.745 24 24 24h69.883l70.248 343.435C147.325 417.1 136 435.222 136 456c0 30.928 25.072 56 56 56s56-25.072 56-56c0-15.674-6.447-29.835-16.824-40h209.647C430.447 426.165 424 440.326 424 456c0 30.928 25.072 56 56 56s56-25.072 56-56c0-22.172-12.888-41.332-31.579-50.405l5.517-24.276c3.413-15.018-8.002-29.319-23.403-29.319H218.117l-6.545-32h293.145c11.206 0 20.92-7.754 23.403-18.681z'/%3E%3C/svg%3E");
    }

.icon-3 {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%233b82f6'%3E%3Cpath d='M19.14 12.94c.04-.3.06-.61.06-.94 0-.32-.02-.64-.07-.94l2.03-1.58c.18-.14.23-.41.12-.61l-1.92-3.32c-.12-.22-.37-.29-.59-.22l-2.39.96c-.5-.38-1.03-.7-1.62-.94l-.36-2.54c-.04-.24-.24-.41-.48-.41h-3.84c-.24 0-.43.17-.47.41l-.36 2.54c-.59.24-1.13.57-1.62.94l-2.39-.96c-.22-.08-.47 0-.59.22L2.74 8.87c-.12.21-.08.47.12.61l2.03 1.58c-.05.3-.09.63-.09.94s.02.64.07.94l-2.03 1.58c-.18.14-.23.41-.12.61l1.92 3.32c.12.22.37.29.59.22l2.39-.96c.5.38 1.03.7 1.62.94l.36 2.54c.05.24.24.41.48.41h3.84c.24 0 .44-.17.47-.41l.36-2.54c.59-.24 1.13-.56 1.62-.94l2.39.96c.22.08.47 0 .59-.22l1.92-3.32c.12-.22.07-.47-.12-.61l-2.01-1.58zM12 15.6c-1.98 0-3.6-1.62-3.6-3.6s1.62-3.6 3.6-3.6 3.6 1.62 3.6 3.6-1.62 3.6-3.6 3.6z'/%3E%3C/svg%3E");
}

    .icon-3.active {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%233b82f6'%3E%3Cpath d='M19.14 12.94c.04-.3.06-.61.06-.94 0-.32-.02-.64-.07-.94l2.03-1.58c.18-.14.23-.41.12-.61l-1.92-3.32c-.12-.22-.37-.29-.59-.22l-2.39.96c-.5-.38-1.03-.7-1.62-.94l-.36-2.54c-.04-.24-.24-.41-.48-.41h-3.84c-.24 0-.43.17-.47.41l-.36 2.54c-.59.24-1.13.57-1.62.94l-2.39-.96c-.22-.08-.47 0-.59.22L2.74 8.87c-.12.21-.08.47.12.61l2.03 1.58c-.05.3-.09.63-.09.94s.02.64.07.94l-2.03 1.58c-.18.14-.23.41-.12.61l1.92 3.32c.12.22.37.29.59.22l2.39-.96c.5.38 1.03.7 1.62.94l.36 2.54c.05.24.24.41.48.41h3.84c.24 0 .44-.17.47-.41l.36-2.54c.59-.24 1.13-.56 1.62-.94l2.39.96c.22.08.47 0 .59-.22l1.92-3.32c.12-.22.07-.47-.12-.61l-2.01-1.58zM12 15.6c-1.98 0-3.6-1.62-3.6-3.6s1.62-3.6 3.6-3.6 3.6 1.62 3.6 3.6-1.62 3.6-3.6 3.6z'/%3E%3C/svg%3E");
    }

.icon-4 {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%233b82f6' d='M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z'/%3E%3C/svg%3E");
}

    .icon-4.active {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%233b82f6' d='M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z'/%3E%3C/svg%3E");
    }

/* 响应式设计 */
@media (min-width: 768px) {
    .dede-responsive-footer {
        position: relative;
        box-shadow: none;
        border-top: 1px solid #eee;
    }

    .footer-nav-container {
        max-width: 1200px;
        padding: 0 20px;
    }

    .nav-item {
        flex: 0 1 auto;
        padding: 15px 20px;
        flex-direction: row;
        font-size: 14px;
    }

    .nav-icon {
        margin-bottom: 0;
        margin-right: 8px;
        width: 16px;
        height: 16px;
    }
}

/* 移动端优化 */
@media (max-width: 767px) {
    body {
        padding-bottom: 60px;
    }
}
