﻿@charset "utf-8";

.indexxhc {
    display: block;
    font-size: 2em;
    -webkit-margin-before: .67em;
    -webkit-margin-after: .67em;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
}

.xhcindex {
    font-size: 12px;
}

.banner {
    width: 100%;
    position: relative;
    height: 340px;
    min-width: 1200px;
}

    .banner .bd {
        margin: 0 auto;
        position: relative;
        z-index: 0;
        overflow: hidden;
    }

        .banner .bd ul {
            width: 100%!important;
        }

        .banner .bd li {
            width: 100%!important;
            height: 340px;
            overflow: hidden;
            text-align: center;
        }

            .banner .bd li a {
                display: block;
                height: 340px;
            }

    .banner .hd {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        height: 24px;
        line-height: 24px;
    }

        .banner .hd ul {
            text-align: center;
            width: 1200px;
            margin: auto;
            padding: 0 245px 0 90px;
            box-sizing: border-box;
        }

            .banner .hd ul li {
                cursor: pointer;
                display: inline-block;
                *display: inline;
                zoom: 1;
                width: 13px;
                height: 13px;
                border-radius: 50%;
                margin: 0 5px;
                overflow: hidden;
                background: #fff;
                line-height: 999px;
            }

            .banner .hd ul .on {
                background: #d61915;
            }

    .banner .prev, .banner .next {
        display: block;
        position: absolute;
        z-index: 1;
        top: 50%;
        margin-top: -30px;
        left: 0;
        z-index: 1;
        width: 40px;
        height: 60px;
        background: url(../images/slider-arrow.png) -126px -137px #000 no-repeat;
        cursor: pointer;
        filter: alpha(opacity=50);
        opacity: .5;
        display: none;
    }

    .banner .next {
        left: auto;
        right: 0;
        background-position: -6px -137px;
    }

    .banner .bannerfl {
        position: absolute;
        top: 10px;
        left: 50%;
        margin-left: -600px;
        z-index: 1;
    }

.hc_lnav {
    z-index: 3;
    position: relative;
    width: 90px;
    margin: 0;
}

    .hc_lnav .allbtn {
        position: relative;
    }

        .hc_lnav .allbtn ul li {
            zoom: 1;
            cursor: pointer;
        }

            .hc_lnav .allbtn ul li .tx {
                line-height: 35px;
                background-color: #363636;
                text-align: center;
                height: 160px;
                padding-top: 40px;
                box-sizing: border-box;
            }

            .hc_lnav .allbtn ul li.a1 .tx {
                background: #222;
            }

            .hc_lnav .allbtn ul li .tx a em {
                display: block;
                width: 45px;
                height: 45px;
                background: url(../images/jy_ico.png);
                margin: auto;
            }

            .hc_lnav .allbtn ul li.a2 .tx a em {
                background-position: -45px 0;
            }

            .hc_lnav .allbtn ul li .tx a {
                color: #fff;
            }

            .hc_lnav .allbtn ul li .pop {
                position: absolute;
                background-color: #fff;
                width: 850px;
                display: none;
                height: 320px;
                top: 0;
                left: 90px;
                z-index: 9999999;
            }

                .hc_lnav .allbtn ul li .pop ul.type {
                    width: 580px;
                    float: left;
                    margin: 7px 0 0 4px;
                }

                    .hc_lnav .allbtn ul li .pop ul.type li {
                        width: 98px;
                        height: 34px;
                        line-height: 34px;
                        text-align: center;
                        border: 1px solid #ddd;
                        float: left;
                        margin: 13px 0 0 16px;
                    }

                        .hc_lnav .allbtn ul li .pop ul.type li:hover {
                            background-color: #d61915;
                            border-color: #d61915;
                        }

                            .hc_lnav .allbtn ul li .pop ul.type li:hover a {
                                color: #fff;
                            }

                .hc_lnav .allbtn ul li .pop ul.jxph {
                    width: 230px;
                    float: left;
                    margin: 13px 0 0 20px;
                }

                    .hc_lnav .allbtn ul li .pop ul.jxph li {
                        border-top: 1px dashed #ddd;
                        padding: 3px 0 5px 0;
                        box-sizing: border-box;
                    }

                        .hc_lnav .allbtn ul li .pop ul.jxph li p {
                            color: #d61915;
                            line-height: 30px;
                        }

                        .hc_lnav .allbtn ul li .pop ul.jxph li a {
                            font-size: 12px;
                            line-height: 20px;
                            margin: 0 10px 0 0;
                        }

                        .hc_lnav .allbtn ul li .pop ul.jxph li:first-child {
                            border: 0;
                        }

                            .hc_lnav .allbtn ul li .pop ul.jxph li:first-child a {
                                margin: 0 15px 0 0;
                            }

        .hc_lnav .allbtn:hover ul {
            display: block;
        }

        .hc_lnav .allbtn ul li:hover .tx {
            background-color: #d61915;
        }

            .hc_lnav .allbtn ul li:hover .tx a:hover {
                color: #fff;
            }

        .hc_lnav .allbtn ul li:hover .pop {
            display: block;
            top: 0;
            left: 90px;
        }

.banner .bannerfr {
    background: #fff;
    width: 245px;
    height: 320px;
    position: absolute;
    top: 10px;
    right: 50%;
    margin-right: -600px;
    z-index: 1;
}

    .banner .bannerfr .usercon {
        background: url(../images/userbg.png);
        height: 140px;
        text-align: center;
        color: #fff;
        padding: 15px 0;
        box-sizing: border-box;
    }

        .banner .bannerfr .usercon .userhead {
            width: 40px;
            height: 40px;
            border-radius: 50%;
        }

        .banner .bannerfr .usercon .sayhi {
            line-height: 30px;
            margin: 3px auto 0;
        }

        .banner .bannerfr .usercon .btn {
            background: #d61915;
            border-radius: 5px;
            color: #fff;
            width: 100px;
            height: 28px;
            line-height: 28px;
            display: inline-block;
            margin: 8px 6px 0;
        }

            .banner .bannerfr .usercon .btn:hover {
                background: #ee1f1a;
            }

        .banner .bannerfr .usercon a {
            color: #fff;
        }

        .banner .bannerfr .usercon.user_after a.quit {
            color: #999;
            margin: 0 0 0 5px;
        }

        .banner .bannerfr .usercon.user_after a:hover {
            color: #d61915;
        }

        .banner .bannerfr .usercon ul {
            padding: 0 20px;
        }

            .banner .bannerfr .usercon ul li {
                float: left;
                width: 50%;
            }

                .banner .bannerfr .usercon ul li a {
                    color: #d61915;
                    font-weight: bold;
                }

                    .banner .bannerfr .usercon ul li a:hover {
                        text-decoration: underline;
                    }

                .banner .bannerfr .usercon ul li p {
                    font-size: 12px;
                }

    .banner .bannerfr .tabbox {
        height: 180px;
    }

    .banner .bannerfr .tabmenu {
        overflow: hidden;
    }

        .banner .bannerfr .tabmenu li {
            text-align: center;
            float: left;
            display: block;
            width: 50%;
            height: 40px;
            overflow: hidden;
            font-size: 16px;
            line-height: 40px;
            border-top: 4px solid #000;
            display: inline;
        }

        .banner .bannerfr .tabmenu .cli {
            color: #d61915;
            cursor: pointer;
            border-top: 4px solid #d61915;
            background: url(../images/cur.png) no-repeat center -4px;
        }

    .banner .bannerfr #tabcontent {
        padding: 0 10px;
    }

        .banner .bannerfr #tabcontent ul li {
            background: url(../images/artlist.gif) no-repeat 0 center;
            padding-left: 10px;
            line-height: 26px;
            font-size: 12px;
            overflow: hidden;
            text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            white-space: nowrap;
            width: 100%;
            box-sizing: border-box;
        }

        .banner .bannerfr #tabcontent .hidden {
            display: none;
        }

.totle {
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
    background: #fff;
    height: 45px;
    margin: 20px auto 0;
}

    .totle .bd {
        height: 45px;
    }

    .totle .infoList li {
        height: 45px;
        line-height: 45px;
    }

        .totle .infoList li .num {
            float: left;
            text-align: center;
            margin: 0 30px;
        }

            .totle .infoList li .num span {
                float: left;
                line-height: 40px;
            }

                .totle .infoList li .num span i {
                    font-size: 24px;
                    font-family: Candara;
                    color: #d61915;
                }

            .totle .infoList li .num em {
                float: left;
                display: inline-block;
                margin: 0 10px 0 20px;
                width: 25px;
                height: 45px;
                background: url(../images/icon.png) no-repeat 0 3px;
            }

            .totle .infoList li .num.num1 em {
                background-position: 0 -2px;
            }

            .totle .infoList li .num.num2 em {
                background-position: -25px 0;
            }

            .totle .infoList li .num.num3 em {
                background-position: -50px 0;
            }

            .totle .infoList li .num.num4 em {
                background-position: -75px 0;
            }

            .totle .infoList li .num.num5 em {
                background-position: 0 -2px;
            }

            .totle .infoList li .num.num6 em {
                background-position: -25px 0;
            }

            .totle .infoList li .num.num7 em {
                background-position: -50px 0;
            }

            .totle .infoList li .num.num8 em {
                background-position: -75px 0;
            }

.floor {
    background: #fff;
    height: 400px;
    margin: 20px auto 0;
    overflow: hidden;
}

    .floor .aside {
        padding: 20px;
        width: 264px;
        height: 400px;
        box-sizing: border-box;
        color: #fff;
        cursor: pointer;
        float: left;
    }

        .floor .aside .ftit {
            line-height: 24px;
        }

        .floor .aside h1 {
            font-size: 30px;
            margin: 10px 0 5px 0;
        }

        .floor .aside ul {
            margin: 10px 0 0 -14px;
        }

            .floor .aside ul li {
                width: 65px;
                height: 65px;
                float: left;
                text-align: center;
                margin: 10px 0 0 14px;
            }

                .floor .aside ul li a {
                    background: #656565;
                    width: 100%;
                    height: 100%;
                    display: block;
                    border-radius: 50%;
                    color: #fff;
                    padding-top: 12px;
                    box-sizing: border-box;
                }

                    .floor .aside ul li a:hover {
                        background: #d61915;
                    }

    .floor.floor1 .aside {
        background: url(../images/floor1.jpg);
    }

    .floor.floor2 .aside {
        background: url(../images/floor2.jpg);
    }

    .floor.floor3 .aside {
        background: url(../images/floor3.jpg);
    }

    .floor .aside:hover {
        background-position: -264px 0;
    }

.floor1 .tabbox {
    width: 645px;
    height: 400px;
    float: left;
    border-right: 1px solid #ddd;
}

.floor1 .tabmenu {
    width: 100%;
    height: 54px;
    line-height: 53px;
    border-bottom: 1px solid #ddd;
}

    .floor1 .tabmenu .more {
        margin: 0 10px 0 0;
    }

    .floor1 .tabmenu li {
        text-align: center;
        float: left;
        display: block;
        width: 155px;
        overflow: hidden;
        display: inline;
        font-size: 18px;
        cursor: pointer;
    }

    .floor1 .tabmenu .cli {
        cursor: pointer;
        border-bottom: 1px solid #d61915;
        color: #d61915;
        padding-bottom: 1px;
    }

.floor1 #tabcontent1 table {
    border-collapse: collapse;
}

    .floor1 #tabcontent1 table td {
        text-align: center;
        border-top: 1px solid #ddd;
        height: 42px;
    }

    .floor1 #tabcontent1 table th {
        height: 44px;
    }

    .floor1 #tabcontent1 table tr:nth-child(odd) {
        background: #f9f9f9;
    }

.floor1 #tabcontent1 .hidden {
    display: none;
}

.floor1 .jptccon {
    overflow: hidden;
    position: relative;
    height: 400px;
}

    .floor1 .jptccon .hd {
        overflow: hidden;
        height: 16px;
        bottom: 7px;
        left: 0;
        width: 100%;
        position: absolute;
    }

        .floor1 .jptccon .hd ul {
            overflow: hidden;
            zoom: 1;
            zoom: 1;
            text-align: center;
        }

            .floor1 .jptccon .hd ul li {
                width: 10px;
                height: 10px;
                display: inline-block;
                border-radius: 50%;
                overflow: hidden;
                margin: 0 2px;
                text-indent: -9999999px;
                cursor: pointer;
                background: #ddd;
            }

                .floor1 .jptccon .hd ul li.on {
                    background: #d61915;
                }

    .floor1 .jptccon .bd {
        padding: 0 20px;
        overflow: hidden;
        margin: 5px 0 0 0;
    }

        .floor1 .jptccon .bd ul {
            overflow: hidden;
            zoom: 1;
        }

            .floor1 .jptccon .bd ul li {
                float: left;
                _display: inline;
                overflow: hidden;
                width: 100%;
            }

            .floor1 .jptccon .bd ul li {
                position: relative;
                border-top: 1px dashed #ddd;
                padding: 8px 0 14px;
            }

                .floor1 .jptccon .bd ul li .buy {
                    position: absolute;
                    top: 25px;
                    right: 0;
                }

                .floor1 .jptccon .bd ul li .tita {
                    display: block;
                    line-height: 33px;
                    height: 33px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    -o-text-overflow: ellipsis;
                    white-space: nowrap;
                    width: 190px;
                }

                .floor1 .jptccon .bd ul li:first-child {
                    border: 0;
                }

                .floor1 .jptccon .bd ul li span {
                    font-size: 12px;
                    margin: 0 10px 0 0;
                    color: #666;
                }

.floor2 .floor2con {
    overflow: hidden;
    position: relative;
    float: right;
    width: 936px;
    height: 400px;
}

    .floor2 .floor2con .hd {
        overflow: hidden;
        height: 30px;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #fff;
    }

        .floor2 .floor2con .hd ul {
            text-align: center;
            overflow: hidden;
            zoom: 1;
            zoom: 1;
        }

            .floor2 .floor2con .hd ul li {
                width: 10px;
                height: 10px;
                display: inline-block;
                border-radius: 50%;
                overflow: hidden;
                margin: 8px 2px 0;
                text-indent: -9999999px;
                cursor: pointer;
                background: #ddd;
            }

                .floor2 .floor2con .hd ul li.on {
                    background: #d61915;
                }

    .floor2 .floor2con .bd {
        overflow: hidden;
    }

        .floor2 .floor2con .bd ul {
            width: 936px;
            margin: -1px 0 0 0;
        }

            .floor2 .floor2con .bd ul li {
                width: 468px;
                height: 190px;
                float: left;
                padding: 20px;
                box-sizing: border-box;
                border-top: 1px solid #ddd;
                border-left: 1px solid #ddd;
                position: relative;
                box-sizing: border-box;
                position: relative;
            }

                .floor2 .floor2con .bd ul li:first-child {
                    border-top: 0;
                }

                .floor2 .floor2con .bd ul li .fenlei {
                    background: #d61915;
                    color: #fff;
                    padding: 1px 5px;
                    position: absolute;
                    top: 20px;
                    left: 20px;
                }

                .floor2 .floor2con .bd ul li img {
                    width: 160px;
                    height: 120px;
                    margin: 0 20px 0 0;
                }

                .floor2 .floor2con .bd ul li .word {
                    width: 246px;
                }

                    .floor2 .floor2con .bd ul li .word .tita {
                        display: block;
                        line-height: 24px;
                        margin-bottom: 6px;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        -o-text-overflow: ellipsis;
                        white-space: nowrap;
                        width: 100%;
                    }

                    .floor2 .floor2con .bd ul li .word .shuju {
                        overflow: hidden;
                        width: 100%;
                    }

                    .floor2 .floor2con .bd ul li .word span {
                        display: inline-block;
                        width: 110px;
                        float: left;
                        font-size: 12px;
                        color: #666;
                        line-height: 22px;
                    }

                    .floor2 .floor2con .bd ul li .word .sale {
                        font-size: 12px;
                        margin: 5px 0 0 0;
                    }

                .floor2 .floor2con .bd ul li .other {
                    line-height: 24px;
                    clear: both;
                    margin: 10px 0 0 0;
                }

.floor3 .floor3con ul li {
    width: 234px;
    height: 400px;
    box-sizing: border-box;
    float: left;
    border-left: 1px solid #ddd;
    padding: 30px 15px;
    box-sizing: border-box;
    cursor: pointer;
}

    .floor3 .floor3con ul li:first-child {
        border: 0;
    }

    .floor3 .floor3con ul li em {
        background: url(../images/service.png) no-repeat;
        display: block;
        width: 94px;
        height: 94px;
        margin: auto;
        transition: all .5s;
    }

        .floor3 .floor3con ul li em:hover {
            transform: rotate(360deg);
        }

    .floor3 .floor3con ul li.li1 em {
        background-position: 0 0;
    }

    .floor3 .floor3con ul li.li2 em {
        background-position: 0 -94px;
    }

    .floor3 .floor3con ul li.li3 em {
        background-position: 0 -188px;
    }

    .floor3 .floor3con ul li.li4 em {
        background-position: 0 -282px;
    }

    .floor3 .floor3con ul li p.red {
        font-weight: bold;
        text-align: center;
        font-size: 18px;
        margin: 15px auto 0;
    }

    .floor3 .floor3con ul li dl {
        margin: 12px 0 0 0;
    }

        .floor3 .floor3con ul li dl dt {
            margin-bottom: 15px;
            line-height: 24px;
        }

        .floor3 .floor3con ul li dl dd {
            font-size: 12px;
            background: url(../images/artlist.gif) no-repeat 0 6px;
            padding-left: 10px;
            color: #666;
            margin: 10px 0 0 0;
        }

.box {
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    width: 1200px;
    margin: auto;
}

.aboutuscon {
    overflow: hidden;
    line-height: 28px;
}

    .aboutuscon .about-tit {
        border-top: 2px solid #d61915;
        overflow: hidden;
        margin-bottom: 20px;
    }

        .aboutuscon .about-tit p {
            background: url(../images/tit-about.png);
            width: 140px;
            height: 56px;
            font-size: 18px;
            color: #fff;
            text-align: center;
            line-height: 46px;
        }

    .aboutuscon .aboutbig img {
        border: 1px solid #ddd;
        float: left;
    }

    .aboutuscon .aboutbig .word {
        margin: 18px 0 0 20px;
        float: left;
        width: 980px;
    }

    .aboutuscon .aboutbig, .aboutuscon .aboutsmall {
        overflow: hidden;
    }

    .aboutuscon .aboutsmall {
        margin: 20px 0 0 0;
        padding-bottom: 20px;
        width: 560px;
    }

    .aboutuscon .about2 span.red {
        display: block;
        margin-top: 10px;
    }

    .aboutuscon .about2 .word p {
        line-height: 26px;
    }

.helpcon {
    background: #fff;
    box-sizing: border-box;
    width: 1200px;
    margin: auto;
}

    .helpcon .tabmenu {
        width: 100%;
        height: 50px;
    }

        .helpcon .tabmenu li {
            text-align: center;
            font-size: 16px;
            float: left;
            display: block;
            width: 33.333333%;
            line-height: 50px;
            cursor: pointer;
            border-bottom: 1px solid #ddd;
        }

        .helpcon .tabmenu .cli {
            background: #d61915;
            color: #fff;
            border-bottom: 1px solid #d61915;
        }

    .helpcon #tabcontent {
        padding: 20px;
    }

        .helpcon #tabcontent ul li {
            border-top: 1px dashed #ddd;
            padding: 20px 0;
        }

            .helpcon #tabcontent ul li:first-child {
                border: 0;
            }

            .helpcon #tabcontent ul li h3 {
                margin-bottom: 5px;
                background: url(../images/help.png) no-repeat 0 0;
                padding-left: 40px;
                height: 30px;
                line-height: 30px;
            }

            .helpcon #tabcontent ul li p {
                line-height: 24px;
                background: url(../images/help.png) no-repeat 0 -30px;
                padding-left: 40px;
            }

        .helpcon #tabcontent .hidden {
            display: none;
        }

.contactcon {
    padding: 50px 100px;
    background: #fff url(../images/contact.png) no-repeat 700px 50px;
}

    .contactcon form ul li {
        margin: 15px 0 0 0;
        line-height: 36px;
        overflow: hidden;
    }

        .contactcon form ul li label {
            width: 100px;
            text-align: right;
            margin: 0 5px 0 0;
        }

        .contactcon form ul li input.text {
            float: left;
            height: 36px;
            border: 1px solid #ddd;
            padding: 0 10px;
            width: 280px;
        }

        .contactcon form ul li textarea {
            float: left;
            padding: 10px;
            width: 340px;
            border: 1px solid #ddd;
        }

        .contactcon form ul li input.button {
            color: #fff;
            margin-left: 105px;
            display: block;
            height: 40px;
            cursor: pointer;
            padding: 0 20px;
            font-size: 16px;
        }

.aside_news {
    width: 260px;
}

    .aside_news .aside_tit {
        border-bottom: 1px solid #ddd;
        height: 50px;
        font-size: 18px;
        padding: 0 20px;
        overflow: hidden;
    }

        .aside_news .aside_tit p {
            border-left: 4px solid #d61915;
            text-indent: 10px;
            margin: 15px 0 0 0;
        }

    .aside_news .aside_news1, .aside_news .aside_news2 {
        background: #fff;
    }

        .aside_news .aside_news1 ul {
            padding: 5px 20px 10px;
            overflow: hidden;
        }

            .aside_news .aside_news1 ul li {
                border-top: 1px dashed #ddd;
                line-height: 40px;
            }

                .aside_news .aside_news1 ul li:first-child {
                    border: 0;
                }

                .aside_news .aside_news1 ul li a {
                    display: block;
                    width: 100%;
                    background: url(../images/arr_news.png) no-repeat right 0;
                }

                    .aside_news .aside_news1 ul li a:hover {
                        background-position: right -40px;
                    }

    .aside_news .aside_news2 {
        margin-top: 20px;
    }

        .aside_news .aside_news2 ul {
            padding: 5px 20px 10px;
        }

            .aside_news .aside_news2 ul li {
                padding: 5px 0;
            }

                .aside_news .aside_news2 ul li em {
                    float: left;
                    display: inline-block;
                    width: 20px;
                    margin: 0 5px 0 0;
                    height: 20px;
                    background: #ccc;
                    color: #666;
                    line-height: 20px;
                    text-align: center;
                    font-size: 12px;
                    border-radius: 3px;
                }

                .aside_news .aside_news2 ul li:first-child em, .aside_news .aside_news2 ul li:first-child + li em, .aside_news .aside_news2 ul li:first-child + li + li em {
                    background: #d61915;
                    color: #fff;
                }

                .aside_news .aside_news2 ul li a {
                    overflow: hidden;
                    text-overflow: ellipsis;
                    -o-text-overflow: ellipsis;
                    white-space: nowrap;
                    width: 180px;
                    display: inline-block;
                }

.con_news {
    width: 920px;
    padding: 20px;
    box-sizing: border-box;
}

    .con_news h1 {
        font-weight: bold;
        font-size: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
    }

    .con_news .aside {
        color: #666;
        font-size: 12px;
        padding: 10px 0;
        border-bottom: 1px solid #ddd;
        position: relative;
    }

        .con_news .aside span {
            color: #999;
        }

        .con_news .aside .share {
            position: absolute;
            top: -10px;
            right: 0;
        }

    .con_news .articlecon {
        padding: 10px 0;
    }

        .con_news .articlecon p {
            line-height: 28px;
        }

    .con_news .pian {
        padding: 10px 0;
        border-top: 1px solid #ddd;
        line-height: 24px;
    }

.news_list {
    width: 920px;
    box-sizing: border-box;
}

.newlist {
    box-sizing: border-box;
    width: 920px;
    padding: 20px;
}

    .newlist li {
        border-bottom: 1px dashed #ddd;
        padding: 18px 0 18px;
    }

    .newlist .link {
        cursor: pointer;
        display: block;
        padding: 0 0 0 15px;
        line-height: 30px;
        background: url(../images/artlist.gif) no-repeat 0 center;
        font-size: 16px;
        position: relative;
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
        overflow: hidden;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        white-space: nowrap;
        width: 860px;
    }

    .newlist li:last-child {
        border-bottom: 0;
    }

    .newlist li i.fa-chevron-down {
        display: inline-block;
        width: 17px;
        height: 17px;
        position: absolute;
        top: 6px;
        right: 0;
        left: auto;
        font-size: 16px;
        background: url(../images/down.png);
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
    }

    .newlist li.open .link {
        color: #d61915;
    }

    .newlist li.open i.fa-chevron-down {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .newlist .subcon {
        display: none;
        padding: 10px 0 0;
        color: #666;
        line-height: 30px;
    }

        .newlist .subcon p {
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            word-break: break-all;
        }

        .newlist .subcon .button2 {
            border: 1px solid #d61915;
            color: #d61915;
            display: inline-block;
            padding: 5px 20px;
            margin: 10px 0 0 0;
            line-height: 20px;
        }

            .newlist .subcon .button2:hover {
                background: #d61915;
                color: #fff;
            }

.pagebig {
    text-align: center;
    margin: 20px auto 0;
    font-size: 14px;
}

    .pagebig a, .pagebig span, .pagebig button {
        padding: 6px 12px;
        display: inline-block;
        margin: 0 2px;
        background: #fff;
        color: #666;
    }

        .pagebig span.cur {
            background: #d61915;
            color: #fff;
        }

        .pagebig a:hover {
            color: #d61915;
        }

        .pagebig a.biga {
            margin: 0 10px;
        }

        .pagebig span.pagetotle, .pagebig span.dao {
            border: 0;
            background: 0;
        }

            .pagebig span.pagetotle i {
                margin: 0 4px;
            }

        .pagebig span.dao {
            padding: 8px 0;
        }

    .pagebig input {
        padding: 8px 2px;
        margin: 0 5px;
        width: 32px;
        text-align: center;
    }

    .pagebig button {
        background: #fff;
        cursor: pointer;
    }

        .pagebig button:hover {
            background: #d61915;
            color: #fff;
            border-color: #0d6b49;
        }

.taocan_list ul li {
    position: relative;
    overflow: hidden;
    margin: 15px 0 0 0;
    background: #fff;
    padding: 20px;
    overflow: hidden;
}

    .taocan_list ul li .button, .taocan_list ul li .button2 {
        padding: 5px 0;
        width: 108px;
        position: absolute;
        right: 20px;
        top: 85px;
    }

    .taocan_list ul li .button {
        top: 45px;
    }

    .taocan_list ul li .zhekou {
        background: url(../images/linktc.png) no-repeat center;
        width: 122px;
        height: 122px;
    }

        .taocan_list ul li .zhekou p {
            text-align: center;
            color: #d61915;
            font-size: 22px;
            font-weight: bold;
            width: 90px;
            margin: 44px 0 0 5px;
        }

    .taocan_list ul li .tc_word {
        margin: 20px 0 0 30px;
        width: 910px;
    }

        .taocan_list ul li .tc_word h4 {
            font-size: 16px;
            font-weight: normal;
            color: #333;
        }

        .taocan_list ul li .tc_word .tc_span {
            color: #666;
            line-height: 40px;
            margin: 0 50px 0 0;
        }

            .taocan_list ul li .tc_word .tc_span .yuan {
                text-decoration: line-through;
                margin: 0 0 0 10px;
            }

            .taocan_list ul li .tc_word .tc_span .red {
                font-size: 16px;
            }

        .taocan_list ul li .tc_word .smalltext {
            color: #666;
        }

.linktable {
    border-collapse: collapse;
    margin: 5px auto 0;
}

    .linktable td {
        text-align: center;
        border-top: 1px solid #ddd;
        height: 42px;
    }

    .linktable th {
        height: 44px;
        text-align: center;
        border-bottom: 1px solid #ddd;
        border-top: 2px solid #d61915;
    }

    .linktable tr:nth-child(odd) {
        background: #f9f9f9;
    }

.onetab {
    height: 50px;
}

    .onetab ul li {
        float: left;
        font-size: 16px;
    }

        .onetab ul li a {
            display: inline-block;
            line-height: 47px;
            border-bottom: 3px solid #fff;
            padding: 0 15px;
        }

        .onetab ul li.cur a {
            border-bottom: 3px solid #d61915;
            color: #d61915;
        }

    .onetab .onetabsearch {
        margin: 10px 0 0 0;
    }

        .onetab .onetabsearch input[type="text"] {
            border: 1px solid #ddd;
            float: left;
            width: 220px;
            height: 30px;
            display: inline-block;
            padding: 0 6px;
            box-sizing: border-box;
        }

        .onetab .onetabsearch input.button {
            height: 30px;
            display: inline-block;
            padding: 0 10px;
            cursor: pointer;
            float: left;
            margin: 0 10px 0 0;
        }

.jptaocan_list ul li {
    position: relative;
    overflow: hidden;
    margin: 15px 0 0 0;
    background: #fff;
    padding: 20px;
    overflow: hidden;
}

    .jptaocan_list ul li h4 {
        font-size: 16px;
        font-weight: normal;
        color: #333;
    }

    .jptaocan_list ul li .jp_span {
        color: #666;
        line-height: 40px;
        margin: 0 50px 0 0;
    }

    .jptaocan_list ul li .xgyq {
        line-height: 20px;
        padding: 12px 0;
        border-top: 1px dashed #ddd;
    }

        .jptaocan_list ul li .xgyq span {
            border: 1px solid #d61915;
            color: #d61915;
            border-radius: 3px;
            display: inline-block;
            padding: 0 5px;
            height: 20px;
            margin: 0 5px 0 0;
        }

    .jptaocan_list ul li .button2 {
        padding: 5px 25px;
        position: absolute;
        right: 20px;
        top: 30px;
    }

.qiugou_list ul li {
    position: relative;
    overflow: hidden;
    margin: 15px 0 0 0;
    background: #fff;
    padding: 20px 0;
    overflow: hidden;
}

    .qiugou_list ul li .button2 {
        padding: 5px 0;
        width: 105px;
        text-align: center;
        position: absolute;
        right: 20px;
        top: 60px;
    }

    .qiugou_list ul li table {
        width: 900px;
        margin-left: 20px;
    }

        .qiugou_list ul li table td {
            padding: 2px 5px;
        }

            .qiugou_list ul li table td.name {
                font-size: 16px;
                color: #000;
            }

    .qiugou_list ul li .qiugou_subcon {
        margin: 20px 0 0 0;
        position: relative;
        border-top: 1px solid #ddd;
    }

        .qiugou_list ul li .qiugou_subcon .close {
            width: 13px;
            height: 13px;
            background: url(../images/close.png) no-repeat 0 0;
            background-size: cover;
            display: inline-block;
            position: absolute;
            top: 20px;
            right: 20px;
        }

            .qiugou_list ul li .qiugou_subcon .close:hover {
                background-position: -13px 0;
            }

        .qiugou_list ul li .qiugou_subcon .sub_tit {
            background: #f9f9f9;
            height: 50px;
            line-height: 50px;
            padding: 0 20px;
        }

            .qiugou_list ul li .qiugou_subcon .sub_tit .button {
                float: left;
                padding: 1px 5px;
                width: 45px;
                margin: 15px 0 0 10px;
                cursor: pointer;
            }

        .qiugou_list ul li .qiugou_subcon .linktable {
            width: 100%;
            margin: 0;
        }

.main-filter {
    padding: 10px 20px 5px;
    box-sizing: border-box;
}

    .main-filter .main-filter-item {
        border-bottom: 1px dashed #ddd;
        overflow: hidden;
        padding: 0 0 10px;
    }

        .main-filter .main-filter-item .main-filter-con {
            /*width: 1072px;*/
        }

        .main-filter .main-filter-item ul li {
            float: left;
            padding-top: 10px;
        }

        .main-filter .main-filter-item .main-filter-title {
            width: 70px;
            color: #333;
            text-align: right;
            line-height: 26px;
            font-size: 14px;
            margin: 10px 7px 0 0;
        }

        .main-filter .main-filter-item ul li span, .main-filter .main-filter-item ul li a {
            display: inline-block;
            line-height: 26px;
            margin-right: 8px;
            padding: 0 8px;
            border-radius: 3px;
            color: #555;
            font-size: 14px;
            cursor: pointer;
        }

            .main-filter .main-filter-item ul li span:hover, .main-filter .main-filter-item ul li a:hover {
                color: #d61915;
            }

        .main-filter .main-filter-item ul li.active span, .main-filter .main-filter-item ul li.active a {
            /*background: #d61915;
            color: #fff;*/

            background: #f6dddd;
            color: #f33033;
            
            /*color:#f33033*/
        }
        

        .main-filter .main-filter-item .form-control {
            border: 1px solid #ddd;
            border-radius: 3px;
            width: 60px;
            height: 27px;
            padding: 0 3px;
            box-sizing: border-box;
        }

        .main-filter .main-filter-item .form-select {
            border: 1px solid #ddd;
            border-radius: 3px;
            width: 159px;
            height: 27px;
            padding: 0 6px;
            float: left;
        }

        .main-filter .main-filter-item ul li span.zhi {
            margin: 0;
        }

        .main-filter .main-filter-item .main-filter-title.ml40 {
            margin: 10px 10px 0 40px;
        }

    .main-filter .main-filter-item2 {
        overflow: hidden;
        padding: 10px 0 0;
        line-height: 30px;
        font-size: 12px;
    }

        .main-filter .main-filter-item2 input[type="text"] {
            border: 1px solid #ddd;
            float: left;
            width: 180px;
            height: 30px;
            display: inline-block;
            padding: 0 4px;
            box-sizing: border-box;
        }

        .main-filter .main-filter-item2 input.button, .main-filter .main-filter-item2 .button2 {
            height: 30px;
            display: inline-block;
            padding: 0 10px;
            cursor: pointer;
            float: left;
            margin: 0 10px 0 0;
        }

        .main-filter .main-filter-item2 .button2 {
            margin: 0;
        }

        .main-filter .main-filter-item2 a {
            margin: 0 0 0 6px;
        }

        .main-filter .main-filter-item2 .main-filter-filter {
            margin: 3px 0 0 0;
        }

            .main-filter .main-filter-item2 .main-filter-filter input {
                float: left;
                margin: 8px 5px 0 10px;
            }

            .main-filter .main-filter-item2 .main-filter-filter label {
                float: left;
            }

.main-filter-paixu {
    margin: 0px auto 0;
    padding: 10px 5px;
    box-sizing: border-box;
    overflow: hidden;
    margin-top:0px;
}

    .main-filter-paixu .paixu-item {
        float: left;
        margin-top: 9px;
        margin-bottom: 4px;
        margin-right: 10px;
        padding-right: 5px;
        border-right: 1px solid #ddd;
        font-size: 16px;
       
        cursor: pointer;
    }

        .main-filter-paixu .paixu-item.active {
            color: #d61915;
        }

        .main-filter-paixu .paixu-item em {
            display: inline-block;
            width: 11px;
            height: 15px;
            margin: 0 0 0 5px;
        }

            .main-filter-paixu .paixu-item em.ico-up {
                background: url(../images/ico-up.png) no-repeat 0 -5px;
            }

            .main-filter-paixu .paixu-item em.ico-down {
                background: url(../images/ico-down.png) no-repeat 0 -5px;
            }

        .main-filter-paixu .paixu-item.active em {
            background-position: 0 -35px;
        }

    .main-filter-paixu .main-paixu-fr {
        font-size: 12px;
        line-height: 30px;
        margin: 5px 0 0 0;
    }

        .main-filter-paixu .main-paixu-fr input {
            float: left;
            margin: 9px 5px 0 10px;
        }

        .main-filter-paixu .main-paixu-fr span {
            float: left;
        }

.beizhu {
    margin: 10px auto 0;
    padding: 6px 20px;
    line-height: 26px;
    box-sizing: border-box;
    overflow: hidden;
    background: #ffecec;
    border: 1px solid #f4bebc;
    border-radius:7px;
}

    .beizhu .close {
        width: 13px;
        height: 13px;
        background: url(../images/close.png) no-repeat 0 0;
        background-size: cover;
        display: inline-block;
        margin: 7px 0 0 0;
    }

        .beizhu .close:hover {
            background-position: -13px 0;
        }

    .beizhu img {
        margin: 5px;
        vertical-align: middle;
    }

    .beizhu span {
        margin: 0 10px;
    }

.buttoncon {
    margin: 20px auto 0;
    text-align: center;
}

    .buttoncon a {
        margin: 0 20px;
        display: inline-block;
        padding: 8px 20px 8px 50px;
        font-size: 16px;
        background-image: url(../images/link-ico-but.png);
        background-repeat: no-repeat;
    }

        .buttoncon a img {
            margin: 5px;
            vertical-align: middle;
        }

        .buttoncon a.button {
            background-position: 20px -40px;
        }

            .buttoncon a.button:hover {
                background: #c60c09 url(../images/link-ico-but.png) 20px -40px no-repeat;
            }

        .buttoncon a.button2 {
            background-position: -140px 0;
        }

            .buttoncon a.button2:hover {
                background: #d61915 url(../images/link-ico-but.png) -140px -40px no-repeat;
            }

.asdtable {
    border-collapse: collapse;
    margin: 10px auto 0;
}

    .asdtable td {
        text-align: center;
        border-bottom: 1px solid #ddd;
    }

    .asdtable th {
        height: 44px;
        background: #f9f9f9;
        text-align: center;
        border-bottom: 1px solid #ddd;
        border-top: 2px solid #d61915;
    }

    .asdtable tr:nth-child(even) {
        background: #f9f9f9;
    }

    .asdtable .asdintable {
        text-align: center;
    }

    .asdtable table th, .asdtable table td {
        border: 0;
    }

    .asdtable .asdintable tr:nth-child(even) {
        background: 0;
    }

    .asdtable td.asd-info {
        padding: 20px 0 20px 20px;
    }

    .asdtable .asd-img {
        width: 180px;
        height: 135px;
        position: relative;
        margin: 0;
    }

        .asdtable .asd-img img {
            width: 180px;
            height: 135px;
        }

        .asdtable .asd-img .asd-type {
            color: #fff;
            background: #d61915;
            height: 24px;
            line-height: 24px;
            padding: 0 5px;
            position: absolute;
            top: 0;
            left: 0;
        }

    .asdtable .asd-intro {
        text-align: left;
        margin: 0 0 0 10px;
        float: left;
        width: 245px;
    }

        .asdtable .asd-intro .asd-name {
            font-size: 16px;
            line-height: 34px;
        }

        .asdtable .asd-intro .asd-intro-item {
            margin: 4px 0 0 0;
        }

        .asdtable .asd-intro ul {
            margin: 10px 0 0 0;
        }

            .asdtable .asd-intro ul li em {
                color: #999;
                font-size: 12px;
            }

            .asdtable .asd-intro ul li {
                padding: 0 6px;
                border-left: 1px solid #ddd;
                box-sizing: border-box;
                text-align: center;
            }

                .asdtable .asd-intro ul li:first-child {
                    border: 0;
                }

    .asdtable .asdintable {
        padding: 10px 0;
    }

        .asdtable .asdintable td {
            padding: 5px 0;
        }

            .asdtable .asdintable td.asd-type-con {
                text-align: left;
                padding-left: 20px;
            }

    .asdtable .moretable td {
        height: 35px;
    }

    .asdtable .moretable .icon-down, .asdtable .moretable .icon-up {
        cursor: pointer;
        background: url(../images/more_asd.png) no-repeat;
        width: 17px;
        height: 14px;
        display: inline-block;
    }

    .asdtable .moretable .icon-up {
        background-position: -17px 0;
    }

.asd-article-1 {
    padding: 20px;
    overflow: hidden;
    box-sizing: border-box;
}

    .asd-article-1 .asd-img {
        width: 300px;
        height: 225px;
        position: relative;
        margin: 0;
        float: left;
    }

        .asd-article-1 .asd-img img {
            width: 300px;
            height: 225px;
        }

        .asd-article-1 .asd-img .asd-type {
            color: #fff;
            background: #d61915;
            height: 24px;
            line-height: 24px;
            padding: 0 5px;
            position: absolute;
            top: 0;
            left: 0;
        }

    .asd-article-1 .asd-article-word {
        margin: 0 0 0 20px;
        width: 840px;
        float: left;
    }

        .asd-article-1 .asd-article-word h1 {
            font-size: 18px;
            font-weight: bold;
            color: #000;
            float: left;
        }

        .asd-article-1 .asd-article-word .website {
            font-size: 18px;
            margin: 0 0 0 10px;
        }

        .asd-article-1 .asd-article-word ul {
            clear: both;
            height: 195px;
            overflow: hidden;
            margin: 10px 0 0 0;
        }

            .asd-article-1 .asd-article-word ul li {
                width: 280px;
                text-align: center;
                padding: 7px 0;
                height: 65px;
                margin: -1px 0 0 -1px;
                border-left: 1px solid #ddd;
                border-top: 1px solid #ddd;
                box-sizing: border-box;
            }

                .asd-article-1 .asd-article-word ul li span {
                    color: #666;
                }

                .asd-article-1 .asd-article-word ul li p {
                    color: #333;
                    font-size: 16px;
                    line-height: 30px;
                }

.asd-article-2 #webcon {
    padding: 0 20px 20px;
    box-sizing: border-box;
    background: #fff;
}

.asd-web-tit {
    overflow: hidden;
    padding: 20px 0;
}

    .asd-web-tit p {
        border-left: 3px solid #d61915;
        color: #d61915;
        text-indent: 10px;
        font-size: 18px;
    }

.asd-article-2 #webcon .asd-web-tit {
    padding: 0;
}

.asd-article-2 #webcon .asd-web-word {
    padding: 15px 0;
}

    .asd-article-2 #webcon .asd-web-word p {
        line-height: 24px;
    }

.asd-article-2 .showbutton {
    border-top: 2px solid #d61915;
    display: block;
}

    .asd-article-2 .showbutton span {
        width: 140px;
        margin: auto;
        height: 34px;
        font-size: 16px;
        background: #d61915 url(../images/more_asd2.png) no-repeat 20px center;
        color: #fff;
        display: block;
        line-height: 30px;
        text-align: center;
        text-indent: 20px;
    }

.asd-price {
    margin: 20px auto 0;
    overflow: hidden;
    font-size: 16px;
}

    .asd-price p {
        font-size: 20px;
        line-height: 32px;
    }

    .asd-price a {
        padding: 5px 20px;
        margin: 0 0 0 20px;
    }

.asd-article-3 {
    margin: 20px auto 0;
}

.asd-article-4 {
    overflow: hidden;
    padding: 20px;
    box-sizing: border-box;
}

    .asd-article-4 ul {
        overflow: hidden;
    }

        .asd-article-4 ul li {
            width: 16.6666%;
            text-align: center;
            float: left;
        }

            .asd-article-4 ul li i {
                width: 124px;
                height: 124px;
                display: block;
                margin: 0 auto;
                background: url(../images/buy-process.png) no-repeat;
            }

            .asd-article-4 ul li.li1 i {
                background-position: 0 0;
            }

            .asd-article-4 ul li.li2 i {
                background-position: -124px 0;
            }

            .asd-article-4 ul li.li3 i {
                background-position: -248px 0;
            }

            .asd-article-4 ul li.li4 i {
                background-position: -372px 0;
            }

            .asd-article-4 ul li.li5 i {
                background-position: -496px 0;
            }

            .asd-article-4 ul li.li6 i {
                background-position: -620px 0;
            }

            .asd-article-4 ul li p {
                line-height: 24px;
                margin: 20px 0 0 0;
            }

            .asd-article-4 ul li .num {
                font-family: Plantagenet Cherokee;
                font-size: 20px;
                margin: 0 5px 0 0;
            }

            .asd-article-4 ul li.li6 .num {
                float: left;
                display: inline-block;
                margin: 10px 5px 0 35px;
            }

            .asd-article-4 ul li.li6 p {
                margin: 10px 0 0 0;
            }

            .asd-article-4 ul li.li6 span {
                float: left;
                text-align: left;
                line-height: 18px;
            }

.asd-article-5 table, .asd-article-6 table {
    border-collapse: collapse;
}

    .asd-article-5 table td {
        text-align: center;
        padding: 10px;
        border: 1px solid #ddd;
    }

    .asd-article-5 table th {
        border: 1px solid #ddd;
        background: #f9f9f9;
        padding: 10px;
    }

.asd-article-6 {
    margin: 20px auto 0;
    padding: 0;
}

    .asd-article-6 table th {
        border-top: 2px solid #d61915;
        padding: 10px 20px;
        background: #f9f9f9;
    }

    .asd-article-6 table td {
        border-top: 1px solid #ddd;
        padding: 10px 20px;
    }
    /*li.activexin a {
            background: #fff;
            color: #36c1ff;
        }
        li.activexin a:hover {
            background: #36c1ff;
            color: #fff;
        }*/
 .activexin {
    display: inline-block;
    line-height: 26px;
    margin-right: 8px;
    padding: 0 8px;
    border-radius: 3px;
   
    color: #f33033;
    font-size: 14px;
    cursor: pointer;
}
  .activexinls {
    /*display: inline-block;
    line-height: 26px;
    margin-right: 8px;
    padding: 0 8px;
    border-radius: 3px;
   font-size: 14px;
   cursor: pointer;
    background: #36c1ff;
    color: #fff;*/
    color: #f33033;
    
}
  .activexin:hover {
    background: #f6dddd;
    color: #f33033;
    
}
 .activejp {
    display: inline-block;
    line-height: 26px;
    margin-right: 8px;
    padding: 0 8px;
    border-radius: 3px;
    color: #f33033;
    font-size: 14px;
    cursor: pointer;
}

  .activejpjp {
      display: inline-block;
    line-height: 26px;
    margin-right: 8px;
    padding: 0 8px;
    border-radius: 3px;
  
    font-size: 14px;
    cursor: pointer;

     background: #f6dddd;
    color: #f33033;
    
}
