<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.container {
    width: 1100px;
    margin: 0 auto;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .container {
        width: 750px;
    }
}

@media (max-width: 767px) {
    .container {
        width: 100%;
        padding: 0 10px;
    }
}

.containe {
    width: 1120px;
    margin: 0 auto;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .containe {
        width: 990px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .containe {
        width: 750px;
    }
}

@media (max-width: 767px) {
    .containe {
        width: 100%;
        padding: 0 10px;
    }
}

.phone-nav {
    width: 32px;
    height: 32px;
    position: absolute;
    right: 0;
    z-index: 99;
    top: 24px;
    display: block;
}

@media (min-width: 992px) {
    .phone-nav {
        display: none;
    }
}

@media (max-width: 767px) {
    .phone-nav {
        top: 18px;
        right: 10px;
    }
}

header {
    border-bottom: 10px solid #cba844;
}

    header .top {
        height: 30px;
        width: 100%;
        background: #f4f4f4;
    }

        header .top .welcome {
            color: #7f7676;
            font-size: 12px;
            line-height: 30px;
            float: left;
            font-family: "微软雅黑";
        }

        header .top .en {
            float: right;
            line-height: 30px;
        }

@media (max-width: 991px) {
    header .top .en {
        display: none;
    }
}

header .top .en a {
    color: #222121;
    font-family: arial;
}

    header .top .en a:hover {
        color: #ca8527;
    }

header .top .en i {
    font-style: inherit;
    position: relative;
    display: block;
    float: left;
    margin: 8px 5px 0 0;
    width: 22px;
    height: 14px;
}

header .top .right {
    float: right;
}

@media (max-width: 991px) {
    header .top .right {
        display: none;
    }
}

header .top .right .last-child:after {
    display: none;
}

header .top .right a {
    display: block;
    line-height: 30px;
    float: left;
    padding: 0 20px 0 19px;
    height: 30px;
    overflow: hidden;
    color: #7f7676;
    font-size: 12px;
    font-family: "微软雅黑";
    position: relative;
}

    header .top .right a:hover {
        color: #ca8527;
    }

    header .top .right a:after {
        content: "";
        position: absolute;
        width: 1px;
        height: 13px;
        background: #7f7676;
        right: 0;
        top: 9px;
    }

header .top .phone {
    float: right;
}

@media (max-width: 767px) {
    header .top .phone {
        display: none;
    }
}

header .top .phone i {
    display: block;
    width: 19px;
    height: 13px;
    position: relative;
    float: left;
    margin: 8px 8px 0 0;
}

header .top .phone span {
    display: block;
    color: #7f7676;
    font-size: 12px;
    font-family: "微软雅黑";
    line-height: 30px;
    float: left;
}

header .top .phone big {
    display: block;
    color: #eb6100;
    font-size: 14px;
    font-family: arial;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 30px;
    float: left;
}

header .header {
    background: #59493f;
    /*search*/
    /*nav*/
}

    header .header .container {
        position: relative;
    }

    header .header .logo {
        float: left;
        width: 140px;
        height: 63px;
        margin: 7px 0 0;
        position: relative;
    }

@media (max-width: 767px) {
    header .header .logo {
        width: 111px;
        height: 50px;
        margin: 0;
    }
}

header .header .serch {
    height: 80px;
    line-height: 86px;
    float: right;
    z-index: 25;
    width: 19px;
    text-align: right;
    color: #565966;
    font-size: 18px;
    cursor: pointer;
}

@media (max-width: 991px) {
    header .header .serch {
        margin-right: 60px;
    }
}

@media (max-width: 767px) {
    header .header .serch {
        margin-right: 50px;
        height: 67px;
        line-height: 73px;
    }
}

header .header .search {
    padding: 15px;
    background-color: #f7f7f7;
    width: 480px;
    border-radius: 2px;
    display: none;
    position: absolute;
    z-index: 26;
    right: 0;
    overflow: initial !important;
    top: 80px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

@media (max-width: 767px) {
    header .header .search {
        width: 100%;
        top: 73px;
    }
}

header .header .search .select_option {
    border: 1px solid #ccc;
    border-top: none;
    display: none;
    left: -1px;
    top: 36px;
    position: absolute;
    z-index: 99;
    background: #fff;
}

@media (max-width: 767px) {
    header .header .search .select_option {
        width: 100%;
    }
}

header .header .search .ser_box {
    border: 1px solid #ccc;
    display: inline-block;
    float: left;
}

@media (max-width: 767px) {
    header .header .search .ser_box {
        width: 100%;
    }
}

header .header .search .select_box {
    color: #666;
    font-size: 14px;
    width: 110px;
    text-align: center;
    line-height: 35px;
    height: 35px;
    float: left;
    z-index: 28;
    padding: 0 20px 0 10px;
    background: #fff;
    position: relative;
    background: url("../images/search_ico.png") no-repeat 90px center #ffffff;
}

@media (max-width: 767px) {
    header .header .search .select_box {
        background: url("../images/search_ico.png") no-repeat 90% center #ffffff;
        width: 30%;
    }
}

header .header .search .select_box:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 30px;
    top: 2px;
    right: 0;
    background: #ccc;
}

header .header .search .select_showbox {
    height: 35px;
    overflow: hidden;
}

header .header .search .btn_srh {
    color: #000;
    width: 20px;
    height: 19px;
    background: url("../images/icon-search-gary.png") no-repeat;
    position: absolute;
    right: 12px;
    top: 8px;
    outline: 0;
    cursor: pointer;
    z-index: 2;
}

header .header .search .inputz {
    width: 300px;
    height: 35px;
    z-index: 1;
    float: left;
    position: relative;
}

@media (max-width: 767px) {
    header .header .search .inputz {
        width: 70%;
    }
}

header .header .search .inp_srh {
    outline: none;
    width: 300px;
    padding: 0 52px 0 10px;
    color: #666;
    font-size: 14px;
}

@media (max-width: 767px) {
    header .header .search .inp_srh {
        width: 100%;
    }
}

header .header .search .sclose {
    float: left;
    width: 26px;
    height: 26px;
    cursor: pointer;
    margin: 0 0 0 10px;
    position: relative;
}

@media (max-width: 767px) {
    header .header .search .sclose {
        display: none;
    }
}

header .header .search .sclose img {
    max-width: 100%;
}

header .header .search select {
    display: none;
}

header .header .search .select_option li {
    text-align: center;
    list-style: none;
    width: 110px;
    z-index: 99;
    padding: 0 20px 0 10px;
    cursor: pointer;
}

@media (max-width: 767px) {
    header .header .search .select_option li {
        width: 100%;
    }
}

header .header .search .select_option li.selected {
    background-color: #F3F3F3;
    color: #999;
}

header .header .search .select_option li.hover {
    background: #BEBEBE;
    color: #fff;
}

header .header .search input.inp_srh,
header .header .search input.btn_srh {
    border: none;
    height: 35px;
    line-height: 35px;
    float: left;
}

header .header .nav {
    float: right;
    width: 61%;
    list-style: none;
}

@media (max-width: 1200px) and (min-width: 992px) {
    header .header .nav {
        width: 70%;
    }
}

@media (max-width: 991px) {
    header .header .nav {
        display: none;
    }
}

header .header .nav .active {
    background: #2c302a;
}

header .header .nav li {
    float: left;
    width: 16.66666667%;
    position: relative;
}

    header .header .nav li:hover {
        background: #2c302a;
    }

        header .header .nav li:hover div {
            display: block;
        }

    header .header .nav li &gt; a {
        color: #fff;
        text-align: center;
        display: block;
        font-size: 14px;
        height: 80px;
        line-height: 80px;
        font-weight: bold;
    }

    header .header .nav li div {
        display: none;
        position: absolute;
        width: 100%;
        left: 0;
        top: 80px;
        padding: 5px 0 10px;
        background: #695243;
        opacity: 0.8;
        z-index: 99;
    }

        header .header .nav li div &gt; a {
            color: #fff;
            font-size: 12px;
            font-family: "微软雅黑";
            line-height: 34px;
            height: 34px;
            overflow: hidden;
            display: block;
            text-align: center;
            border-bottom: 1px solid #736054;
        }

            header .header .nav li div &gt; a:hover {
                background: #3A3E38;
            }

            header .header .nav li div &gt; a:last-child {
                border-bottom: none;
            }

.pc_banner {
    width: 100%;
    z-index: 1;
    position: relative;
}

@media (max-width: 991px) {
    .pc_banner {
        display: none;
    }
}

.pc_banner .banner_ul {
    width: 100%;
    position: relative;
}

.pc_banner ul li {
    position: relative;
    width: 100%;
    display: none;
    overflow: hidden;
}

   /*  .pc_banner ul li img {
       width: 100%;
   } */

    .pc_banner ul li:after {
        content: "";
        height: 0;
        padding-bottom: 34.2%;
        display: block;
    }

    .pc_banner ul li:first-child {
        display: block;
    }

.pc_banner .banner-btn {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    background: url("../images/line.png") 0 8px repeat-x;
}

    .pc_banner .banner-btn &gt; div {
        text-align: center;
    }

    .pc_banner .banner-btn .banner-an {
        position: relative;
        margin-left: 40px;
        display: inline-block;
        text-align: center;
        cursor: pointer;
    }

        .pc_banner .banner-btn .banner-an:first-child {
            margin-left: 0;
        }

        .pc_banner .banner-btn .banner-an b {
            display: block;
            width: 16px;
            height: 16px;
            background: url("../images/circle.png") center 0 no-repeat;
        }

        .pc_banner .banner-btn .banner-an &gt; span {
            text-align: center;
            width: 20px;
            color: #fff;
            font-size: 11px;
            font-family: "Arial";
            display: block;
            margin-top: 8px;
        }

        .pc_banner .banner-btn .banner-an p {
            display: none;
            position: absolute;
            top: -60px;
            left: 50%;
            box-shadow: 1px 2px 5px #9C9999;
            background: #fff;
            padding: 5px;
            margin-left: -43px;
        }

            .pc_banner .banner-btn .banner-an p:after {
                content: "";
                position: absolute;
                border-left: 5px solid transparent;
                border-right: 5px solid transparent;
                border-top: 5px solid #fff;
                bottom: -5px;
                right: 35px;
            }

            .pc_banner .banner-btn .banner-an p a.lxmimg {
                width: 70px;
                height: 35px;
            }

                .pc_banner .banner-btn .banner-an p a.lxmimg img {
                    display: block;
                    width: 71px;
                    height: 37px;
                }

    .pc_banner .banner-btn div.cur b {
        background: url("../images/circle1.png") center 0 no-repeat;
    }

    .pc_banner .banner-btn div.cur p {
        display: block;
    }

.phnoe_banner {
    width: 100%;
    overflow: hidden;
    z-index: 10;
}

    .phnoe_banner span {
        width: 100%;
        display: block;
        position: relative;
    }

        .phnoe_banner span:after {
            content: "";
            display: block;
            padding-bottom: 38.8%;
        }

    .phnoe_banner .slick-dots {
        background: url("../images/line.png") repeat-x left top 8px;
    }

        .phnoe_banner .slick-dots li.slick-active button {
            background: url("../images/circle1.png") no-repeat;
        }

        .phnoe_banner .slick-dots li button {
            width: 16px;
            height: 16px;
            margin: 0 5px;
            background: url("../images/circle.png") no-repeat;
        }

@media (min-width: 992px) {
    .phnoe_banner {
        display: none;
    }
}

.home_pro {
    width: 100%;
    overflow: hidden;
    background: #f4f4f4;
    padding: 40px 0 50px;
}

    .home_pro .titlez {
        padding: 0 10px;
    }

    .home_pro .pro_main,
    .home_pro .phnoepro_main {
        width: 100%;
        margin: 35px auto 0;
    }

        .home_pro .pro_main .pro,
        .home_pro .phnoepro_main .pro {
            margin: 0 10px;
        }

            .home_pro .pro_main .pro:hover .pic img,
            .home_pro .phnoepro_main .pro:hover .pic img {
                transform: scale(1.1);
                -webkit-transform: scale(1.1);
                -moz-transform: scale(1.1);
                -ms-transform: scale(1.1);
                -o-transform: scale(1.1);
            }

            .home_pro .pro_main .pro:hover .txt big a,
            .home_pro .phnoepro_main .pro:hover .txt big a {
                color: #ca8527;
            }

            .home_pro .pro_main .pro .pic,
            .home_pro .phnoepro_main .pro .pic {
                width: 100%;
                overflow: hidden;
                position: relative;
            }

                .home_pro .pro_main .pro .pic img,
                .home_pro .phnoepro_main .pro .pic img {
                    -webkit-transition: 0.4s ease-out;
                    -webkit-transition: -webkit-transform 0.4s ease-out;
                    transition: transform 0.4s ease-out;
                    -moz-transition: -moz-transform 0.4s ease-out;
                }

                .home_pro .pro_main .pro .pic:after,
                .home_pro .phnoepro_main .pro .pic:after {
                    content: "";
                    display: block;
                    padding-bottom: 110%;
                }

            .home_pro .pro_main .pro .txt,
            .home_pro .phnoepro_main .pro .txt {
                padding: 15px 0 0;
            }

                .home_pro .pro_main .pro .txt big,
                .home_pro .phnoepro_main .pro .txt big {
                    display: block;
                    color: #171717;
                    font-size: 14px;
                    font-family: "微软雅黑";
                    line-height: 18px;
                    height: 18px;
                    overflow: hidden;
                }

                    .home_pro .pro_main .pro .txt big a,
                    .home_pro .phnoepro_main .pro .txt big a {
                        color: #171717;
                    }

                .home_pro .pro_main .pro .txt span,
                .home_pro .phnoepro_main .pro .txt span {
                    display: block;
                    color: #a8a8a8;
                    font-size: 14px;
                    line-height: 18px;
                    height: 18px;
                    overflow: hidden;
                }

                    .home_pro .pro_main .pro .txt span i,
                    .home_pro .phnoepro_main .pro .txt span i {
                        font-style: inherit;
                        color: #171717;
                        text-decoration: line-through;
                    }

                    .home_pro .pro_main .pro .txt span em,
                    .home_pro .phnoepro_main .pro .txt span em {
                        font-style: inherit;
                        color: #df0e0e;
                    }

@media (max-width: 767px) {
    .home_pro .pro_main {
        display: none;
    }
}

@media (min-width: 768px) {
    .home_pro .phnoepro_main {
        display: none;
    }
}

.titlez {
    background: url("../images/line2.png") repeat-x left bottom 8px;
    width: 100%;
    overflow: hidden;
}

    .titlez big {
        display: block;
        float: left;
        color: #171717;
        font-weight: bold;
        font-size: 42px;
        line-height: 38px;
        font-family: arial;
        background: #f4f4f4;
        padding: 0 8px 0 0;
    }

@media (max-width: 767px) {
    .titlez big {
        font-size: 34px;
        line-height: 38px;
    }
}

.titlez em {
    font-style: inherit;
    float: left;
}

    .titlez em span {
        display: block;
        color: #171717;
        background: #f4f4f4;
        font-weight: bold;
        line-height: 20px;
        font-size: 17px;
    }

@media (max-width: 767px) {
    .titlez em span {
        font-size: 15px;
        line-height: 18px;
    }
}

.titlez em small {
    display: block;
    color: #171717;
    font-family: arial;
    font-size: 14px;
    background: #f4f4f4;
    line-height: 18px;
}

@media (max-width: 767px) {
    .titlez em small {
        font-size: 12px;
        line-height: 16px;
    }
}

.titlea {
    background: url("../images/line2.png") repeat-x left bottom 13px;
    width: 100%;
    overflow: hidden;
}

    .titlea em {
        font-style: inherit;
        display: block;
        float: left;
    }

        .titlea em big {
            display: block;
            color: #171717;
            background: #fff;
            font-family: "微软雅黑";
            font-size: 19px;
            line-height: 24px;
            font-weight: bold;
        }

        .titlea em small {
            margin: 0 8px 0 0;
            color: #171717;
            display: block;
            background: #fff;
            font-family: arial;
            font-size: 16px;
            line-height: 24px;
            font-weight: bold;
        }

    .titlea i {
        font-style: inherit;
        float: right;
        position: relative;
    }

        .titlea i:before {
            content: "";
            width: 13px;
            height: 12px;
            left: 0;
            top: 0;
            background: url("../images/ico_1.png") no-repeat;
            position: absolute;
        }

        .titlea i:after {
            content: "";
            width: 13px;
            height: 12px;
            right: 0;
            bottom: 0;
            background: url("../images/ico_2.png") no-repeat;
            position: absolute;
        }

        .titlea i span {
            display: block;
            color: #171717;
            font-family: arial;
            font-size: 14px;
            background: #fff;
            padding: 0 20px;
            line-height: 20px;
        }

        .titlea i p {
            display: block;
            color: #171717;
            background: #fff;
            padding: 0 20px 0 8px;
            margin: 0 0 0 12px;
            font-family: "微软雅黑";
            font-size: 14px;
            line-height: 20px;
        }

.home_about {
    width: 100%;
    padding: 40px 0 60px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .home_about {
        padding: 40px 0 45px;
    }
}

.home_about .txt {
    width: 71%;
    margin: 35px 0 0;
    float: left;
}

@media (max-width: 767px) {
    .home_about .txt {
        width: 100%;
        float: none;
    }
}

.home_about .txt .text1 {
    text-indent: 2em;
    color: #515151;
    font-size: 14px;
    line-height: 24px;
    font-family: "微软雅黑";
    margin: 0 0 25px;
}

.home_about .txt .more {
    display: block;
    width: 162px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    font-family: "微软雅黑";
    background: #f6b26b;
}

    .home_about .txt .more:hover {
        background: #ca8527;
    }

.home_about .pic {
    width: 25%;
    overflow: hidden;
    float: right;
    margin: 30px 0 0;
}

@media (max-width: 767px) {
    .home_about .pic {
        display: none;
    }
}

.home_about .pic img {
    max-width: 100%;
}

.home_news {
    background: #f4f4f4;
    padding: 50px 0;
}

@media (max-width: 767px) {
    .home_news {
        padding: 40px 0 30px;
    }
}

.home_news .home_newsmain {
    list-style: none;
    width: 100%;
    margin: 35px 0 0;
}

@media (max-width: 767px) {
    .home_news .home_newsmain {
        margin: 25px 0 0;
    }
}

.home_news .home_newsmain .li_even .txt {
    padding: 0 20px !important;
}

@media (max-width: 767px) {
    .home_news .home_newsmain .li_even .txt {
        padding: 0 0 0 10px !important;
    }
}

.home_news .home_newsmain .li_odd {
    padding: 0 0 20px 2%;
}

@media (max-width: 767px) {
    .home_news .home_newsmain .li_odd {
        padding: 0;
    }
}

.home_news .home_newsmain .li_odd .txt {
    width: 75%;
}

.home_news .home_newsmain li {
    width: 50%;
    float: left;
    margin: 0 0 20px;
}

@media (max-width: 767px) {
    .home_news .home_newsmain li {
        width: 100%;
        display: table;
        float: none;
        margin: 0 0 15px;
    }
}

.home_news .home_newsmain li:hover .txt span a {
    color: #ca8527;
}

.home_news .home_newsmain li .pic {
    width: 24%;
    position: relative;
    float: left;
    overflow: hidden;
}

    .home_news .home_newsmain li .pic:after {
        content: "";
        display: block;
        padding-bottom: 69.8%;
    }

.home_news .home_newsmain li .txt {
    float: left;
    width: 76%;
    padding: 0 0 0 20px;
}

@media (max-width: 767px) {
    .home_news .home_newsmain li .txt {
        padding: 0 0 0 10px;
    }
}

.home_news .home_newsmain li .txt span {
    color: #171717;
    font-size: 16px;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    margin: 7px 0 10px;
    display: block;
    font-family: "微软雅黑";
}

    .home_news .home_newsmain li .txt span a {
        color: #171717;
    }

@media (max-width: 767px) {
    .home_news .home_newsmain li .txt span {
        margin: 0;
        font-size: 14px;
    }
}

.home_news .home_newsmain li .txt p {
    color: #736f6f;
    font-size: 12px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    font-family: "微软雅黑";
}

@media (max-width: 767px) {
    .home_news .home_newsmain li .txt p {
        height: 20px;
    }
}

footer {
    width: 100%;
    background: #202020;
}

@media (max-width: 991px) {
    footer {
        margin: 0 auto 70px;
    }
}

footer .link {
    width: 100%;
    padding: 14px 0;
    background: #3b3b3b;
}

    footer .link .container {
        position: relative;
    }

    footer .link span {
        display: block;
        width: 140px;
        height: 21px;
        float: left;
        overflow: hidden;
    }

@media (max-width: 767px) {
    footer .link span {
        float: none;
    }
}

footer .link span img {
    max-width: 100%;
}

footer .link ul {
    width: 100%;
    position: relative;
    padding: 0 0 0 145px;
    list-style: none;
}

@media (max-width: 767px) {
    footer .link ul {
        position: inherit;
        padding: 0;
        margin: 10px auto 0;
    }
}

footer .link ul li {
    float: left;
    display: inline-block;
    padding: 0 10px;
    position: relative;
}

    footer .link ul li:last-child:after {
        display: none;
    }

    footer .link ul li:after {
        content: "";
        position: absolute;
        right: 0;
        top: 3px;
        width: 1px;
        height: 14px;
        background: #5a5a5a;
    }

    footer .link ul li:hover a {
        color: #ca8527;
    }

    footer .link ul li a {
        color: #9f9f9f;
        font-size: 12px;
        line-height: 21px;
    }

footer .foot {
    background: #202020;
    padding: 45px 0 0;
}

@media (max-width: 767px) {
    footer .foot {
        padding: 25px 0 0;
    }
}

footer .foot .container {
    padding-bottom: 70px;
    border-bottom: 1px solid #373737;
}

@media (max-width: 767px) {
    footer .foot .container {
        padding-bottom: 35px;
    }
}

footer .foot .foot_about {
    width: 46%;
    float: left;
}

@media (max-width: 767px) {
    footer .foot .foot_about {
        width: 100%;
        float: none;
    }
}

footer .foot .foot_about big {
    display: block;
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    font-family: "微软雅黑";
    margin: 0 0 15px;
}

@media (max-width: 767px) {
    footer .foot .foot_about big {
        margin: 0 0 7px;
    }
}

footer .foot .foot_about p {
    color: #999999;
    font-size: 12px;
    line-height: 28px;
    font-family: "微软雅黑";
}

footer .foot .foot_about .more {
    width: 100px;
    height: 30px;
    border: 1px solid #FFF;
    color: #fff;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
    display: block;
    margin: 30px 0 0;
}

@media (max-width: 767px) {
    footer .foot .foot_about .more {
        margin: 15px 0 0;
    }
}

footer .foot .foot_about .more:hover {
    color: #7f7676;
    border: 1px solid #ca8527;
}

footer .foot .foot_contact {
    width: 40%;
    float: right;
}

@media (max-width: 767px) {
    footer .foot .foot_contact {
        width: 100%;
        float: none;
        margin: 30px 0 0;
    }
}

footer .foot .foot_contact big {
    display: block;
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    font-family: "微软雅黑";
    margin: 0 0 15px;
}

@media (max-width: 767px) {
    footer .foot .foot_contact big {
        margin: 0 0 7px;
    }
}

footer .foot .foot_contact p {
    color: #a7a7a7;
    font-size: 13px;
    line-height: 28px;
    height: 28px;
    font-family: "微软雅黑";
    float: left;
    margin: 0 15px 0 0;
}

    footer .foot .foot_contact p a {
        color: #dcdcdc;
    }

        footer .foot .foot_contact p a:hover {
            color: #ca8527;
        }

    footer .foot .foot_contact p span {
        color: #dcdcdc;
    }

footer .foot .foot_contact .ewm {
    width: 77px;
    height: 77px;
    clear: both;
    margin: 13px 0 0;
    position: relative;
}

footer .copy {
    text-align: center;
    padding: 30px 0 27px;
    color: #777777;
    font-size: 13px;
    line-height: 30px;
    font-family: "微软雅黑";
}

@media (max-width: 767px) {
    footer .copy {
        padding: 20px 0 17px;
    }
}

footer .copy a {
    margin: 0 13px 0 0;
}

    footer .copy a img {
        vertical-align: middle;
    }

.footer-menu {
    width: 100%;
    height: 70px;
    background: #ca8527;
    padding: 10px 0;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 99;
    list-style: none;
}

@media (min-width: 992px) {
    .footer-menu {
        display: none;
    }
}

.footer-menu .li_last:after {
    display: none;
}

.footer-menu li {
    width: 25%;
    float: left;
    position: relative;
}

    .footer-menu li:after {
        content: "";
        position: absolute;
        height: 42px;
        width: 1px;
        background: #CE984F;
        right: 0;
        top: 2px;
    }

    .footer-menu li span {
        width: 24px;
        height: 24px;
        display: block;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
    }

    .footer-menu li p {
        text-align: center;
        display: block;
        color: #fff;
        height: 20px;
        margin: 6px auto 0;
        font-size: 13px;
        line-height: 20px;
        overflow: hidden;
    }
/*banner_ny*/
.banner_ny {
    width: 100%;
    z-index: 1;
    position: relative;
}

    .banner_ny img {
        width: 100%;
    }

    .banner_ny:after {
        content: "";
        display: block;
        padding-bottom: 16.8%;
    }

.ny {
    min-height: 250px;
}
/*about*/
.crumbs {
    border-bottom: 1px dashed #000000;
    padding: 20px 0;
}

@media (max-width: 767px) {
    .crumbs {
        padding: 20px 0 6px;
    }
}

.crumbs big {
    display: block;
    float: left;
    text-transform: uppercase;
    color: #000000;
    font-size: 42px;
    line-height: 38px;
    height: 38px;
    font-weight: bold;
    font-family: arial;
    max-width: 250px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .crumbs big {
        font-size: 34px;
        line-height: 34px;
    }
}

.crumbs em {
    display: block;
    font-style: inherit;
    float: left;
    margin: 0 0 0 8px;
    max-width: 160px;
    height: 38px;
    overflow: hidden;
}

    .crumbs em span {
        display: block;
        color: #000000;
        font-size: 18px;
        font-family: "微软雅黑";
        line-height: 18px;
        font-weight: bold;
    }

@media (max-width: 767px) {
    .crumbs em span {
        font-size: 16px;
    }
}

.crumbs em small {
    display: block;
    color: #000000;
    font-size: 18px;
    font-family: arial;
    line-height: 18px;
}

@media (max-width: 767px) {
    .crumbs em small {
        font-size: 16px;
    }
}

.crumbs h2 {
    float: right;
    font-weight: 100;
    font-size: 12px;
    color: #898989;
    max-width: 50%;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    margin: 10px 0 0;
    text-align: right;
}

@media (max-width: 767px) {
    .crumbs h2 {
        clear: both;
        max-width: 100%;
        width: 100%;
        float: left;
    }
}

.crumbs h2 a {
    color: #898989;
}

    .crumbs h2 a:hover {
        color: #ca8527;
    }

.boxz {
    padding: 35px 0 0;
    font-size: 14px;
    line-height: 24px;
}

@media (max-width: 767px) {
    .boxz {
        padding: 20px 0 0;
    }
}
/*about*/
.about {
    padding: 25px 0 0;
}

@media (max-width: 767px) {
    .about {
        padding: 15px 0 0;
    }
}

.about .text1 {
    color: #000000;
    font-size: 14px;
    line-height: 26px;
    text-indent: 2em;
    margin: 0 0 25px;
}

@media (max-width: 767px) {
    .about .text1 {
        margin: 0 0 10px;
    }
}

.about .about_main,
.about .about_main1 {
    border: 1px solid #e5e5e5;
    padding: 10px 10px 10px 0;
    margin: 50px 0 65px;
}

@media (max-width: 767px) {
    .about .about_main,
    .about .about_main1 {
        margin: 25px 0 35px;
    }
}

.about .about_main .img1,
.about .about_main1 .img1 {
    margin: 0 0 0 10px;
    position: relative;
}

    .about .about_main .img1:after,
    .about .about_main1 .img1:after {
        content: "";
        display: block;
        padding-bottom: 70%;
    }

@media (max-width: 767px) {
    .about .about_main {
        display: none;
    }
}

@media (min-width: 768px) {
    .about .about_main1 {
        display: none;
    }
}

.related_news {
    background: #f2f2f2;
    padding: 30px 0 50px;
    border-top: 3px solid #cba844;
    border-bottom: 3px solid #cba844;
}

@media (max-width: 767px) {
    .related_news {
        padding: 20px 0 40px;
    }
}

.related_news .related_title big {
    display: block;
    text-align: center;
    color: #1d1d1d;
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    font-family: "微软雅黑";
}

.related_news .related_title i {
    display: block;
    font-style: inherit;
    width: 70px;
    height: 2px;
    background: #cba844;
    margin: 8px auto 5px;
}

.related_news .related_title small {
    display: block;
    text-align: center;
    color: #1d1d1d;
    font-size: 12px;
    font-weight: bold;
    font-family: arial;
    line-height: 24px;
}

.related_news .related_main {
    background: #fff;
    list-style: none;
    padding: 38px 0 5px;
    margin: 30px 0 0;
}

@media (max-width: 767px) {
    .related_news .related_main {
        margin: 20px 0 0;
    }
}

.related_news .related_main .li_no small {
    border-bottom: none;
}

.related_news .related_main li {
    width: 50%;
    float: left;
    padding: 0 20px 16px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .related_news .related_main li {
        width: 100%;
        float: none;
    }
}

.related_news .related_main li a {
    height: 24px;
    overflow: hidden;
    display: block;
    padding: 0 0 0 20px;
    background: url("../images/relax_ico.png") no-repeat left center;
}

@media (max-width: 767px) {
    .related_news .related_main li a {
        padding: 0 0 0 15px;
    }
}

.related_news .related_main li a:hover span {
    color: #ca8527;
}

.related_news .related_main li span {
    display: block;
    width: 70%;
    float: left;
    color: #0d0d0d;
    font-size: 18px;
    line-height: 24px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .related_news .related_main li span {
        font-size: 14px;
        width: 60%;
    }
}

.related_news .related_main li time {
    display: block;
    width: 75px;
    height: 24px;
    text-align: right;
    float: right;
    color: #a8a8a8;
    font-size: 13px;
    line-height: 24px;
    overflow: hidden;
}

.related_news .related_main li small {
    display: block;
    position: relative;
    padding-bottom: 12px;
    margin: 4px 0 0 20px;
    border-bottom: 1px solid #e5e5e5;
}

@media (max-width: 767px) {
    .related_news .related_main li small {
        margin: 4px 0 0 15px;
    }
}

.related_news .related_main li small p {
    color: #8e8e8e;
    font-size: 12px;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
}
/*news*/
.news {
    padding: 25px 0 60px;
}

@media (max-width: 767px) {
    .news {
        padding: 15px 0 40px;
    }
}

.news .new_main {
    width: 100%;
    margin: 0 0 55px;
    list-style: none;
}

@media (max-width: 767px) {
    .news .new_main {
        margin: 0 0 20px;
    }
}

.news .new_main li {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #e0e0e0;
}

    .news .new_main li:last-child {
        border-bottom: none;
    }

    .news .new_main li:hover span {
        color: #ca8527;
    }

    .news .new_main li span {
        float: left;
        width: 80%;
        height: 50px;
        overflow: hidden;
        display: block;
        line-height: 50px;
        color: #000000;
        font-size: 15px;
        font-family: "微软雅黑";
    }

@media (max-width: 767px) {
    .news .new_main li span {
        width: 65%;
    }
}

.news .new_main li time {
    width: 90px;
    text-align: right;
    float: right;
    display: block;
    line-height: 50px;
    color: #000000;
    font-size: 14px;
    font-family: arial;
}

.leftz {
    width: 18%;
    float: left;
    padding: 15px 0 0;
}

@media (max-width: 991px) {
    .leftz {
        display: none;
    }
}

.leftz .left_nav {
    list-style: none;
    display: inline-block;
    width: 100%;
}

    .leftz .left_nav .active &gt; a {
        background: #cba844;
    }

    .leftz .left_nav li {
        width: 100%;
        margin: 0 0 5px;
    }

        .leftz .left_nav li &gt; a {
            display: block;
            width: 100%;
            height: 40px;
            line-height: 40px;
            color: #fff;
            background: #635959;
            text-align: center;
            font-size: 14px;
            overflow: hidden;
        }

            .leftz .left_nav li &gt; a:hover {
                background: #cba844;
            }

        .leftz .left_nav li div {
            width: 100%;
            background: #f7f7f7;
            padding: 10px 12% 15px;
        }

            .leftz .left_nav li div .on {
                color: #ca8527;
            }

            .leftz .left_nav li div &gt; a {
                height: 33px;
                line-height: 33px;
                overflow: hidden;
                color: #5b5555;
                font-size: 12px;
                display: block;
                font-family: "微软雅黑";
            }

                .leftz .left_nav li div &gt; a:hover {
                    color: #ca8527;
                }

.rightz {
    width: 79%;
    float: right;
}

@media (max-width: 991px) {
    .rightz {
        width: 100%;
        float: none;
    }
}
/*page*/
.page {
    text-align: right;
}

@media (max-width: 767px) {
    .page {
        text-align: center;
    }
}

.page .cpb {
    background: #474747;
    color: #fff;
}

.page a {
    display: inline-block;
    background: #efefef;
    line-height: 32px;
    padding: 0 13px;
    height: 32px;
    margin: 0 0 0 4px;
    font-family: arial;
    font-size: 12px;
}

    .page a:hover {
        background: #474747;
        color: #fff;
    }

@media (max-width: 767px) {
    .page .num {
        display: none;
    }
}

.page .num1 {
    background: url("../images/page_3.png") no-repeat center #efefef;
    padding: 0 16px;
    vertical-align: middle;
}

    .page .num1:hover {
        background: url("../images/page_7.png") no-repeat center #474747;
    }

@media (max-width: 767px) {
    .page .num1 {
        padding: 0 30px;
    }
}

.page .num2 {
    background: url("../images/page_1.png") no-repeat center #efefef;
    padding: 0 16px;
    vertical-align: middle;
}

    .page .num2:hover {
        background: url("../images/page_5.png") no-repeat center #474747;
    }

@media (max-width: 767px) {
    .page .num2 {
        display: none;
    }
}

.page .num3 {
    background: url("../images/page_2.png") no-repeat center #efefef;
    padding: 0 16px;
    vertical-align: middle;
}

    .page .num3:hover {
        background: url("../images/page_6.png") no-repeat center #474747;
    }

.page .num4 {
    background: url("../images/page_4.png") no-repeat center #efefef;
    padding: 0 16px;
    vertical-align: middle;
}

    .page .num4:hover {
        background: url("../images/page_8.png") no-repeat center #474747;
    }

@media (max-width: 767px) {
    .page .num4 {
        padding: 0 30px;
    }
}
/*news_show*/
.news_show {
    padding: 25px 0 0;
}

@media (max-width: 767px) {
    .news_show {
        padding: 15px 0 0;
    }
}

.news_show .related_news {
    margin: 60px 0 0;
}

@media (max-width: 767px) {
    .news_show .related_news {
        margin: 40px 0 0;
    }
}

.news_show .titlen {
    text-align: center;
    color: #000000;
    font-size: 26px;
    font-family: "微软雅黑";
    margin: 0 0 35px;
}

@media (max-width: 767px) {
    .news_show .titlen {
        font-size: 22px;
        margin: 0 0 20px;
    }
}

.news_show .text1 {
    color: #000;
    font-size: 14px;
    line-height: 26px;
    font-family: "微软雅黑";
    margin: 0 0 25px;
}

@media (max-width: 767px) {
    .news_show .text1 {
        margin: 0 0 15px;
    }
}

.source {
    height: 32px;
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    text-align: center;
    line-height: 30px;
    margin: 0 0 40px;
}

@media (max-width: 767px) {
    .source {
        margin: 0 0 25px;
    }
}

.source span {
    display: inline-block;
    color: #575656;
    font-size: 12px;
    font-family: "微软雅黑";
    padding: 0 20px;
    position: relative;
}

@media (max-width: 767px) {
    .source span {
        padding: 0 10px;
    }
}

.source span:last-child:after {
    display: none;
}

.source span:after {
    content: "";
    position: absolute;
    right: 0;
    top: 9px;
    width: 1px;
    height: 13px;
    background: #575656;
}

.article {
    background: #cba844;
    list-style: none;
    height: 33px;
}

    .article li {
        float: left;
        width: 50%;
        height: 33px;
        line-height: 33px;
        padding: 0 25px;
        overflow: hidden;
    }

        .article li:hover a {
            color: #EFEFEF;
        }

        .article li a {
            color: #fff;
            display: block;
            font-size: 12px;
        }


/*products*/
.products {
    padding: 25px 0 60px;
}

@media (max-width: 767px) {
    .products {
        padding: 15px 0 40px;
    }
}

.products .products_main {
    list-style: none;
    width: 100%;
    margin: 15px 0 25px;
    display: inline-block;
}

@media (max-width: 767px) {
    .products .products_main {
        width: 103%;
        margin: 15px 0 15px -3%;
    }
}

.products .products_main li {
    width: 23.9%;
    float: left;
    margin: 0 0 32px 1.1%;
}

@media (max-width: 767px) {
    .products .products_main li {
        width: 47%;
        margin: 0 0 25px 3%;
    }
}

.products .products_main li:hover .pic img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.products .products_main li:hover .txt big a {
    color: #ca8527;
}

.products .products_main li .pic {
    width: 100%;
    overflow: hidden;
    position: relative;
}

    .products .products_main li .pic img {
        -webkit-transition: 0.4s ease-out;
        -webkit-transition: -webkit-transform 0.4s ease-out;
        transition: transform 0.4s ease-out;
        -moz-transition: -moz-transform 0.4s ease-out;
    }

    .products .products_main li .pic:after {
        content: "";
        display: block;
        padding-bottom: 110%;
    }

.products .products_main li .txt {
    padding: 15px 0 0;
}

    .products .products_main li .txt big {
        display: block;
        color: #171717;
        font-size: 14px;
        font-family: "微软雅黑";
        line-height: 18px;
        height: 18px;
        overflow: hidden;
    }

        .products .products_main li .txt big a {
            color: #171717;
        }

    .products .products_main li .txt span {
        display: block;
        color: #a8a8a8;
        font-size: 14px;
        line-height: 18px;
        height: 18px;
        overflow: hidden;



       display: none;
    }

        .products .products_main li .txt span i {
            font-style: inherit;
            color: #171717;
            text-decoration: line-through;
        }

        .products .products_main li .txt span em {
            font-style: inherit;
            color: #df0e0e;
        }
/*products_show*/
.products_show {
    padding: 25px 0 0;
}

@media (max-width: 767px) {
    .products_show {
        padding: 15px 0 0;
    }
}

.products_show .part1 .left {
    width: 32.5%;
    border: 1px solid #c0c0c0;
    padding: 7px;
    float: left;
}

@media (max-width: 767px) {
    .products_show .part1 .left {
        width: 100%;
        float: none;
    }
}

.products_show .part1 .left .pic {
    width: 100%;
    position: relative;
}

    .products_show .part1 .left .pic:after {
        content: "";
        display: block;
        padding-bottom: 112%;
    }

.products_show .part1 .txt {
    width: 67.5%;
    float: right;
    padding: 0 0 0 4%;
}

@media (max-width: 767px) {
    .products_show .part1 .txt {
        width: 100%;
        float: none;
        padding: 20px 0 0;
    }
}

.products_show .part1 .txt .title {
    border-bottom: 1px solid #454545;
    padding-bottom: 30px;
    width: 100%;
    margin: 0 0 30px;
    display: inline-block;
}

@media (max-width: 767px) {
    .products_show .part1 .txt .title {
        padding-bottom: 20px;
        margin: 0 0 20px;
    }
}

.products_show .part1 .txt .title big {
    display: block;
    color: #000000;
    font-size: 26px;
    font-weight: bold;
    line-height: 30px;
    margin: 5px 0;
    font-family: "微软雅黑";
}

@media (max-width: 767px) {
    .products_show .part1 .txt .title big {
        font-size: 24px;
    }
}

.products_show .part1 .txt .title big span {
    font-weight: 100;
    color: #171717;
    font-size: 14px;
    margin: 0 0 0 20px;
}

.products_show .part1 .txt .title small {
    display: block;
    float: left;
    color: #a8a8a8;
    font-size: 18px;
    line-height: 24px;
    margin: 0 20px 0 0;
}

    .products_show .part1 .txt .title small span {
        color: #171717;
        font-size: 18px;
        text-decoration: line-through;
    }

    .products_show .part1 .txt .title small i {
        color: #df0e0e;
        font-size: 18px;
        font-style: inherit;
           }

.products_show .part1 .txt .text1 {
    color: #717171;
    font-family: "微软雅黑";
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 22px;
}

@media (max-width: 767px) {
    .products_show .part1 .txt .text1 {
        margin: 0 0 15px;
    }
}

.products_show .pro_tab {
    margin: 15px auto 25px;
}

@media (max-width: 767px) {
    .products_show .pro_tab {
        margin: 15px auto 30px;
    }
}

.products_show .pro_tab .pro_title {
    list-style: none;
    width: 100%;
    text-align: right;
    border-bottom: 1px solid #363636;
    font-size: 0;
}

    .products_show .pro_tab .pro_title li {
        height: 40px;
        width: 160px;
        display: inline-table;
        text-align: center;
        line-height: 39px;
        cursor: pointer;
        color: #fff;
        font-size: 17px;
        overflow: hidden;
        font-family: "微软雅黑";
        padding: 0 5px;
        margin: 5px 0 0 3px;
        background: url("../images/probg2.png") no-repeat left;
    }

    .products_show .pro_tab .pro_title .bright {
        background: url("../images/probg1.png") no-repeat left;
    }

.products_show .pro_tab .content {
    border-top: 2px solid #363636;
    margin: 2px 0 0;
}

    .products_show .pro_tab .content .pro_nr {
        padding: 30px 0;
        width: 100%;
    }

        .products_show .pro_tab .content .pro_nr .text1 {
            color: #7f7676;
            font-size: 14px;
            line-height: 24px;
        }

        .products_show .pro_tab .content .pro_nr .pmessges {
            width: 102.3%;
            margin: 0 0 0 -2.3%;
            list-style: none;
        }

@media (max-width: 767px) {
    .products_show .pro_tab .content .pro_nr .pmessges {
        width: 100%;
        margin: 0;
    }
}

.products_show .pro_tab .content .pro_nr .pmessges .a2 {
    color: #fff;
    position: absolute;
    top: -24px;
    right: 0;
    max-width: 100%;
    height: 24px;
    overflow: hidden;
    line-height: 22px;
    font-size: 14px;
    font-family: "微软雅黑";
    padding: 0 8px;
}

.products_show .pro_tab .content .pro_nr .pmessges .error {
    background: #7f7676;
}

.products_show .pro_tab .content .pro_nr .pmessges .righta {
    background: #ca8527;
}

.products_show .pro_tab .content .pro_nr .pmessges li {
    width: 31%;
    float: left;
    margin: 0 0 22px 2.3%;
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .products_show .pro_tab .content .pro_nr .pmessges li {
        width: 100%;
        float: none;
        margin: 0 0 15px;
    }
}

.products_show .pro_tab .content .pro_nr .pmessges li .reda {
    color: red;
    font-size: 17px;
    position: absolute;
    right: 10px;
    top: 15px;
    z-index: 10;
}

.products_show .pro_tab .content .pro_nr .pmessges li .a1 {
    width: 100%;
    height: 42px;
    line-height: 42px;
    padding: 0 20px;
    border: 1px solid #cdab4b;
    color: #a4a3a3;
    font-size: 14px;
    font-family: "微软雅黑";
}

    .products_show .pro_tab .content .pro_nr .pmessges li .a1::-webkit-input-placeholder,
    .products_show .pro_tab .content .pro_nr .pmessges li .a1 input::-webkit-input-placeholder {
        color: #a4a3a3;
    }

    .products_show .pro_tab .content .pro_nr .pmessges li .a1::-moz-placeholder,
    .products_show .pro_tab .content .pro_nr .pmessges li .a1 input:-moz-placeholder {
        color: #a4a3a3;
    }

    .products_show .pro_tab .content .pro_nr .pmessges li .a1::-moz-placeholder,
    .products_show .pro_tab .content .pro_nr .pmessges li .a1 input::-moz-placeholder {
        color: #a4a3a3;
    }

    .products_show .pro_tab .content .pro_nr .pmessges li .a1::-ms-input-placeholder,
    .products_show .pro_tab .content .pro_nr .pmessges li .a1 input:-ms-input-placeholder {
        color: #a4a3a3;
    }

@media (max-width: 767px) {
    .products_show .pro_tab .content .pro_nr .pmessges li .a1 {
        height: 38px;
        line-height: 38px;
    }
}

.products_show .pro_tab .content .pro_nr .pmessges li .a1:focus {
    border: 1px solid #ff6200;
}

.products_show .pro_tab .content .pro_nr .pmessges .li_1 {
    width: 97.7%;
}

@media (max-width: 767px) {
    .products_show .pro_tab .content .pro_nr .pmessges .li_1 {
        width: 100%;
    }
}

.products_show .pro_tab .content .pro_nr .pmessges .li_1 textarea {
    height: 217px;
    line-height: 24px;
    padding: 10px 20px;
    color: #a4a3a3;
}

    .products_show .pro_tab .content .pro_nr .pmessges .li_1 textarea::-webkit-input-placeholder,
    .products_show .pro_tab .content .pro_nr .pmessges .li_1 textarea textarea::-webkit-input-placeholder {
        color: #a4a3a3;
    }

    .products_show .pro_tab .content .pro_nr .pmessges .li_1 textarea::-moz-placeholder,
    .products_show .pro_tab .content .pro_nr .pmessges .li_1 textarea textarea:-moz-placeholder {
        color: #a4a3a3;
    }

    .products_show .pro_tab .content .pro_nr .pmessges .li_1 textarea::-moz-placeholder,
    .products_show .pro_tab .content .pro_nr .pmessges .li_1 textarea textarea::-moz-placeholder {
        color: #a4a3a3;
    }

    .products_show .pro_tab .content .pro_nr .pmessges .li_1 textarea::-ms-input-placeholder,
    .products_show .pro_tab .content .pro_nr .pmessges .li_1 textarea textarea:-ms-input-placeholder {
        color: #a4a3a3;
    }

@media (max-width: 767px) {
    .products_show .pro_tab .content .pro_nr .pmessges .li_1 textarea {
        height: 160px;
    }
}

.products_show .pro_tab .content .pro_nr .pmessges .li_2 {
    width: 294px;
}

    .products_show .pro_tab .content .pro_nr .pmessges .li_2 small {
        width: 150px;
        height: 54px;
        float: left;
        display: block;
        position: relative;
    }

@media (max-width: 767px) {
    .products_show .pro_tab .content .pro_nr .pmessges .li_2 small {
        height: 46px;
    }
}

.products_show .pro_tab .content .pro_nr .pmessges .li_2 small .a1 {
    height: 54px;
    background: #eeeeee;
    border: 1px solid #eeeeee;
    color: #a4a3a3;
    line-height: 52px;
}

@media (max-width: 767px) {
    .products_show .pro_tab .content .pro_nr .pmessges .li_2 small .a1 {
        height: 46px;
        line-height: 46px;
    }
}

.products_show .pro_tab .content .pro_nr .pmessges .li_2 small .a1::-webkit-input-placeholder,
.products_show .pro_tab .content .pro_nr .pmessges .li_2 small .a1 input::-webkit-input-placeholder {
    color: #a4a3a3;
}

.products_show .pro_tab .content .pro_nr .pmessges .li_2 small .a1::-moz-placeholder,
.products_show .pro_tab .content .pro_nr .pmessges .li_2 small .a1 input:-moz-placeholder {
    color: #a4a3a3;
}

.products_show .pro_tab .content .pro_nr .pmessges .li_2 small .a1::-moz-placeholder,
.products_show .pro_tab .content .pro_nr .pmessges .li_2 small .a1 input::-moz-placeholder {
    color: #a4a3a3;
}

.products_show .pro_tab .content .pro_nr .pmessges .li_2 small .a1::-ms-input-placeholder,
.products_show .pro_tab .content .pro_nr .pmessges .li_2 small .a1 input:-ms-input-placeholder {
    color: #a4a3a3;
}

.products_show .pro_tab .content .pro_nr .pmessges .li_2 small .a1:focus {
    border: 1px solid #ff6200;
}

.products_show .pro_tab .content .pro_nr .pmessges .li_2 small .reda {
    top: 20px;
}

.products_show .pro_tab .content .pro_nr .pmessges .li_2 .codes {
    float: left;
    display: block;
    width: 131px;
    height: 54px;
    margin: 0 0 0 12px;
    position: relative;
}

@media (max-width: 767px) {
    .products_show .pro_tab .content .pro_nr .pmessges .li_2 .codes {
        width: 112px;
        height: 46px;
        line-height: 46px;
    }
}

.products_show .pro_tab .content .pro_nr .pmessges .li_3 {
    width: 180px;
    margin: 0 0 22px 12px;
}

@media (max-width: 767px) {
    .products_show .pro_tab .content .pro_nr .pmessges .li_3 {
        margin: 0 0 22px;
    }
}

.products_show .pro_tab .content .pro_nr .pmessges .li_3 #send {
    background: url("../images/proico.png") no-repeat 20px center #cba844;
    width: 180px;
    height: 54px;
    float: left;
    border: none;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 54px;
    text-align: center;
    font-family: "微软雅黑";
}

@media (max-width: 767px) {
    .products_show .pro_tab .content .pro_nr .pmessges .li_3 #send {
        margin: 15px 0 0;
        line-height: 46px;
        height: 46px;
    }
}

.products_show .pro_tab .content .pro_nr .pmessges .li_3 #send:hover {
    background: url("../images/proico.png") no-repeat 20px center #ca8527;
}

.products_show .products_main {
    list-style: none;
    width: 101%;
    margin: 30px 0 25px -0.9%;
    display: inline-block;
}

@media (max-width: 767px) {
    .products_show .products_main {
        width: 103%;
        margin: 15px 0 15px -3%;
    }
}

.products_show .products_main li {
    width: 19%;
    float: left;
    margin: 0 0 32px 1%;
}

@media (max-width: 767px) {
    .products_show .products_main li {
        width: 47%;
        margin: 0 0 25px 3%;
    }
}

.products_show .products_main li:hover .pic img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.products_show .products_main li:hover .txt big a {
    color: #ca8527;
}

.products_show .products_main li .pic {
    width: 100%;
    overflow: hidden;
    position: relative;
}

    .products_show .products_main li .pic img {
        -webkit-transition: 0.4s ease-out;
        -webkit-transition: -webkit-transform 0.4s ease-out;
        transition: transform 0.4s ease-out;
        -moz-transition: -moz-transform 0.4s ease-out;
    }

    .products_show .products_main li .pic:after {
        content: "";
        display: block;
        padding-bottom: 110%;
    }

.products_show .products_main li .txt {
    padding: 15px 0 0;
}

    .products_show .products_main li .txt big {
        display: block;
        color: #171717;
        font-size: 14px;
        font-family: "微软雅黑";
        line-height: 18px;
        height: 18px;
        overflow: hidden;
    }

        .products_show .products_main li .txt big a {
            color: #171717;
        }

    .products_show .products_main li .txt span {
        display: block;
        color: #a8a8a8;
        font-size: 14px;
        line-height: 18px;
        height: 18px;
        overflow: hidden;
    }

        .products_show .products_main li .txt span i {
            font-style: inherit;
            color: #171717;
            text-decoration: line-through;
        }

        .products_show .products_main li .txt span em {
            font-style: inherit;
            color: #df0e0e;
        }

.related_pro {
    margin: 40px auto 0;
    width: 100%;
}

@media (max-width: 767px) {
    .related_pro {
        margin: 30px auto 0;
    }
}

.related_pro .related_title {
    background: url("../images/relax_line.png") left 5px repeat-x;
    height: 24px;
    overflow: hidden;
    width: 100%;
}

    .related_pro .related_title big {
        color: #010101;
        font-size: 18px;
        height: 24px;
        line-height: 20px;
        padding: 0 10px 0 30px;
        float: left;
        display: block;
        overflow: hidden;
        background: url("../images/relax_pro.png") no-repeat left #ffffff;
    }

    .related_pro .related_title .i {
        display: block;
        font-style: inherit;
        width: 78%;
        float: left;
        margin-left: 1%;
    }

    .related_pro .related_title .more {
        display: block;
        width: 60px;
        height: 15px;
        float: right;
        background: #fff;
        text-align: right;
        padding: 0 0 0 10px;
        overflow: hidden;
    }

        .related_pro .related_title .more img {
            max-width: 100%;
        }
/*message*/
.message {
    padding: 25px 0 0;
}

@media (max-width: 767px) {
    .message {
        padding: 15px 0 0;
    }
}

.message .messge_main {
    width: 100%;
    margin: 20px auto 45px;
    list-style: none;
}

    .message .messge_main li {
        width: 50%;
        float: left;
        position: relative;
        z-index: 1;
    }

@media (max-width: 767px) {
    .message .messge_main li {
        width: 100%;
        float: none;
    }
}

.message .messge_main li p {
    position: relative;
    width: 53%;
    float: left;
    margin: 0 0 28px;
}

@media (max-width: 767px) {
    .message .messge_main li p {
        width: 100%;
        float: none;
        margin: 0 0 15px;
    }
}

.message .messge_main li .p1 {
    display: block;
    font-style: inherit;
    width: 44%;
    float: left;
    position: relative;
    margin: 0 0 28px 3%;
}

@media (max-width: 767px) {
    .message .messge_main li .p1 {
        width: 100%;
        float: none;
        margin: 0 0 15px;
    }
}

.message .messge_main li .p2 {
    display: block;
    font-style: inherit;
    width: 100%;
    position: relative;
    margin: 0 0 28px;
}

@media (max-width: 767px) {
    .message .messge_main li .p2 {
        margin: 0 0 15px;
    }
}

.message .messge_main li .a1 {
    width: 100%;
    height: 54px;
    line-height: 52px;
    padding: 0 20px;
    border: 1px solid #cdab4b;
    color: #a4a3a3;
    font-size: 14px;
    font-family: "微软雅黑";
}

    .message .messge_main li .a1::-webkit-input-placeholder,
    .message .messge_main li .a1 input::-webkit-input-placeholder {
        color: #a4a3a3;
    }

    .message .messge_main li .a1::-moz-placeholder,
    .message .messge_main li .a1 input:-moz-placeholder {
        color: #a4a3a3;
    }

    .message .messge_main li .a1::-moz-placeholder,
    .message .messge_main li .a1 input::-moz-placeholder {
        color: #a4a3a3;
    }

    .message .messge_main li .a1::-ms-input-placeholder,
    .message .messge_main li .a1 input:-ms-input-placeholder {
        color: #a4a3a3;
    }

@media (max-width: 767px) {
    .message .messge_main li .a1 {
        height: 38px;
        line-height: 38px;
    }
}

.message .messge_main li .a1:focus {
    border: 1px solid #ff6200;
}

.message .messge_main li small {
    width: 150px;
    height: 54px;
    float: left;
    display: block;
    position: relative;
}

@media (max-width: 767px) {
    .message .messge_main li small {
        height: 38px;
    }
}

.message .messge_main li .codes {
    float: left;
    display: block;
    width: 131px;
    height: 54px;
    margin: 0 12px;
    position: relative;
}

@media (max-width: 767px) {
    .message .messge_main li .codes {
        width: 92px;
        height: 38px;
    }
}

.message .messge_main li #send {
    background: url("../images/proico.png") no-repeat 20px center #cba844;
    width: 180px;
    height: 54px;
    float: right;
    border: none;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 54px;
    text-align: center;
    font-family: "微软雅黑";
}

@media (max-width: 767px) {
    .message .messge_main li #send {
        margin: 15px 0 0;
        line-height: 42px;
        height: 42px;
        float: left;
    }
}

.message .messge_main li #send:hover {
    background: url("../images/proico.png") no-repeat 20px center #ca8527;
}

.message .messge_main .li_1 {
    width: 47%;
    float: right;
}

@media (max-width: 767px) {
    .message .messge_main .li_1 {
        width: 100%;
        float: none;
    }
}

.message .messge_main .li_1 textarea {
    width: 100%;
    height: 217px;
    line-height: 24px;
    padding: 10px 20px;
    color: #a4a3a3;
    border: 1px solid #cdab4b;
    margin: 0 0 30px;
}

@media (max-width: 767px) {
    .message .messge_main .li_1 textarea {
        margin: 0 0 15px;
    }
}

.message .messge_main .li_1 textarea::-webkit-input-placeholder,
.message .messge_main .li_1 textarea textarea::-webkit-input-placeholder {
    color: #a4a3a3;
}

.message .messge_main .li_1 textarea::-moz-placeholder,
.message .messge_main .li_1 textarea textarea:-moz-placeholder {
    color: #a4a3a3;
}

.message .messge_main .li_1 textarea::-moz-placeholder,
.message .messge_main .li_1 textarea textarea::-moz-placeholder {
    color: #a4a3a3;
}

.message .messge_main .li_1 textarea::-ms-input-placeholder,
.message .messge_main .li_1 textarea textarea:-ms-input-placeholder {
    color: #a4a3a3;
}

@media (max-width: 767px) {
    .message .messge_main .li_1 textarea {
        height: 160px;
    }
}

.message .messge_main .reda {
    color: red;
    font-size: 17px;
    position: absolute;
    right: 10px;
    top: 20px;
    z-index: 10;
}

@media (max-width: 767px) {
    .message .messge_main .reda {
        top: 13px;
    }
}

.message .messge_main .a2 {
    color: #fff;
    position: absolute;
    top: -24px;
    right: 0;
    max-width: 100%;
    height: 24px;
    overflow: hidden;
    line-height: 22px;
    font-size: 14px;
    font-family: "微软雅黑";
    padding: 0 8px;
}

.message .messge_main .error {
    background: #7f7676;
}

.message .messge_main .righta {
    background: #ca8527;
}
/*contact*/
.contact {
    padding: 25px 0 0;
}

@media (max-width: 767px) {
    .contact {
        padding: 15px 0 0;
    }
}

.contact .cont_main {
    margin: 15px 0 60px;
}

@media (max-width: 767px) {
    .contact .cont_main {
        margin: 15px 0 35px;
    }
}

.contact .cont_main .cont_map {
    width: 72%;
    float: left;
    padding: 0 25px 0 8px;
}

@media (max-width: 991px) {
    .contact .cont_main .cont_map {
        width: 100%;
        float: none;
        padding: 0;
    }
}

.contact .cont_main .cont_map #allmap {
    width: 100%;
    height: 270px;
}

@media (max-width: 767px) {
    .contact .cont_main .cont_map #allmap {
        height: 200px;
    }
}

.contact .cont_main .cont_map #allmap img {
    max-width: none;
}

.contact .cont_main .cont_map #allmap .BMap_bubble_content {
    margin-top: 10px;
}

.contact .cont_main .cont_nr {
    width: 28%;
    float: right;
    border-left: 1px solid #cccccc;
    padding: 38px 0 0 20px;
    min-height: 270px;
}

@media (max-width: 991px) {
    .contact .cont_main .cont_nr {
        width: 100%;
        float: none;
        margin: 20px 0 0;
        min-height: auto;
        padding: 5px 0 0 20px;
    }
}

.contact .cont_main .cont_nr big {
    display: block;
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    font-family: "微软雅黑";
}

    .contact .cont_main .cont_nr big span {
        color: #cba844;
    }

.contact .cont_main .cont_nr .text1 {
    color: #343434;
    font-size: 14px;
    line-height: 32px;
    margin: 20px 0 0;
}

@media (max-width: 991px) {
    .contact .cont_main .cont_nr .text1 {
        margin: 15px 0 0;
    }
}

.contact .cont_main .cont_nr .text1 a {
    color: #343434;
}

    .contact .cont_main .cont_nr .text1 a:hover {
        color: #ca8527;
    }
/*success*/
.success {
    width: 100%;
    margin: 0 auto;
    min-height: 200px;
    background: #fff;
}

    .success .success_box {
        margin: 50px auto;
    }

@media (max-width: 767px) {
    .success .success_box {
        width: 100%;
        margin: 80px auto 60px;
    }
}

@media (max-width: 767px) {
    .success .success_box {
        width: 100%;
        margin: 30px auto;
    }
}

.success .success_box big {
    background: url("../images/c7.png") no-repeat left top;
    display: block;
    min-height: 60px;
    line-height: 42px;
    color: #4E4C4D;
    margin: 0 auto;
    font-size: 32px;
    padding: 10px 0 0 80px;
    display: table;
}

@media (max-width: 767px) {
    .success .success_box big {
        font-size: 26px;
    }
}

.success .success_box p {
    color: #000000;
    font-size: 14px;
    clear: both;
    margin: 35px auto 0;
    text-align: center;
}

.success .success_box .btn {
    background: #ca8527;
    display: table;
    margin: 0 auto;
    width: 145px;
    height: 45px;
    font-size: 16px;
    font-family: "微软雅黑";
    line-height: 43px;
    text-align: center;
    margin-top: 35px;
    color: #fff;
}

    .success .success_box .btn:hover {
        background: #cdab4b;
    }

.success .success_box .right {
    color: #4E4C4D;
    display: inline-block;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 3px;
}

@media (max-width: 767px) {
    .success .success_box .right {
        font-size: 24px;
        line-height: 45px;
        font-weight: 100;
    }
}
/*map*/
.map {
    margin: 70px auto 80px;
}

    .map dl {
        margin: 20px 0;
        overflow: hidden;
        border-bottom: 1px solid #A8AFB1;
    }

        .map dl:hover {
            background: #f5f8fa;
        }

            .map dl:hover dt a {
                color: #e0e9f3;
                font-weight: bold;
            }

    .map dt {
        font-size: 14px;
        float: left;
        width: 10%;
        text-align: center;
        background: #ca8527;
    }

        .map dt:hover {
            background: #075480;
        }

        .map dt a {
            color: #fff;
            display: block;
            line-height: 40px;
        }

            .map dt a:hover {
                color: #e0e9f3;
                font-weight: bold;
            }

    .map dd {
        font-size: 12px;
        display: block;
        overflow: hidden;
        float: left;
        width: 85%;
    }

        .map dd .p2 {
            padding: 0 0 0 20px;
            clear: both;
        }

            .map dd .p2 a {
                color: #503507;
                font-size: 13px;
                line-height: 40px;
                font-weight: bold;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
            }

                .map dd .p2 a:hover {
                    color: #764b00;
                }

        .map dd div {
            clear: both;
            overflow: hidden;
            padding: 0 20px 0 10px;
        }

            .map dd div a {
                color: #333;
                line-height: 40px;
                float: left;
                padding: 0 10px;
            }

                .map dd div a:hover {
                    color: #003e7e;
                    background: #cba844;
                    color: #fff;
                }

@media (max-width: 768px) {
    .w1004 {
        max-width: 1100px;
        margin: 20px auto;
        border-top: solid 1px #cfcfcf;
        border-bottom: solid 1px #cfcfcf;
        border-right: none;
        border-left: none;
        border-radius: 2px;
        padding: 20px;
        background: #fff;
    }

    .map dt {
        width: 100%;
    }

    .map dd {
        width: 85%;
    }
}

#mmenu {
    z-index: 999999;
}
/*# sourceMappingURL=style.css.map */
.search-err-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../images/search-err-bg.png) repeat;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}

    .search-err-wrap .search-err {
        width: 300px;
        height: 200px;
        background-color: #ffffff;
        position: fixed;
        top: 50%;
        margin-top: -100px;
        left: 50%;
        margin-left: -150px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        padding-top: 55px;
    }

        .search-err-wrap .search-err em {
            font-size: 20px;
            color: #59493f;
            display: block;
            text-align: center;
            font-style: normal;
        }

        .search-err-wrap .search-err i {
            width: 200px;
            display: block;
            margin: 0 auto;
            height: 30px;
            font-size: 18px;
            line-height: 30px;
            text-align: center;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
            font-style: normal;
            background-color: #59493f;
            margin-top: 30px;
            color: #ffffff;
            cursor: pointer;
        }
/*******************************************/




/*   新增样式   */


.home_pro .pro_main .pro .txt span{
    display: none;
}

.products_show .part1 .txt .title small{
    display: none;
}

    .article .xia .li_2 {
        text-align: right;
    }

.container .boxz .text1 img{
    width: 65%;
}</pre></body></html>