﻿@charset "utf-8";

/*公共样式*/
.brand-nav {
    background: #dd2727;
    width: 100%;
    min-width: 1200px;
    z-index: 9;
}

.brand-nav-list {
    z-index: 9;
}

    .brand-nav-list li {
        float: left;
        z-index: 9;
    }

        .brand-nav-list li.crt {
            background: #1d1d1d;
        }

        .brand-nav-list li a {
            display: block;
            width: 150px;
            height: 40px;
            text-align: center;
            color: #fff;
            line-height: 40px;
            font-size: 15px;
        }

            .brand-nav-list li a:hover {
                background: #1d1d1d;
                color: #fff;
            }

.bread-nav {
    margin-bottom: 25px;
    height: 13px;
    line-height: 13px;
}

    .bread-nav span {
        color: #999;
        font-size: 13px;
    }

    .bread-nav a {
        display: inline-block;
        color: #333;
        font-size: 13px;
    }

        .bread-nav a:hover {
            color: #dd2727;
        }

.brand-ft {
    border-top: 2px solid #dd2727
}

a {
    color: #333;
}

    a:hover {
        color: #dd2727;
        cursor: pointer;
    }

.tit {
    border-bottom: 1px solid #eeeeed;
    height: 29px;
}

    .tit h3 {
        font-size: 17px;
        letter-spacing: 1px;
        height: 28px;
        border-bottom: 2px solid #dd2727;
        display: inline-block;
        float: left;
    }

    .tit span a, .brand-tit span a {
        color: #999;
        font-size: 12px;
    }

        .tit span a:hover, .brand-tit span a:hover {
            color: #333;
        }

.bd {
    border: 1px solid #eeeeed;
    padding: 22px;
}

h3.smtit {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 21px;
}

ul.textlist li {
    line-height: 33px;
    padding-left: 14px;
    background: url(../images/sq_03.jpg) left center no-repeat;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    _width: 95%;
}

.act img {
    float: left;
    margin-right: 15px;
    display: block;
}

.act h4 {
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}

.act p {
    line-height: 24px;
    color: #999;
    font-size: 12px;
    margin-top: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.new-text {
    height: 203px;
    padding-top: 2px;
}

    .new-text ul li {
        height: 22px;
        margin-bottom: 14px;
        line-height: 22px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        color: #757575;
        width: 100%;
    }

        .new-text ul li span {
            border: 1px dashed #e35959;
            color: #e35959;
            padding: 0 5px;
            margin-right: 5px;
        }

        .new-text ul li a {
            font-size: 12px;
            color: #757575;
        }

            .new-text ul li a:hover {
                font-size: 12px;
                color: #e35959;
            }

ul.blackbg li span, .black {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 15px;
    background: rgba(0,0,0,0.65);
    _background: #222;
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000, endcolorstr=#7F000000);
}

ul.blackbg li span {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

    ul.blackbg li span a {
        color: #fff;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        display:block
    }

        ul.blackbg li span a:hover {
            text-decoration: underline;
        }

.bc-join ul, .mm-join ul, .jj-join ul, .db-join ul, .db-activity ul, .jxfl-join ul, .jxfl-activity ul {
    margin-top: -11px;
}

.new-bc img:hover, .new-mm img:hover, .new-jj img:hover, .new-dbimg img:hover, .new-jxflimg img:hover {
    opacity: 0.85
}

.imgtext {
    overflow: hidden;
    height: 82px;
}

.news-content img {
    float: left;
    margin-right: 15px;
}

.news-content h4 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    _width: 147px;
}

.news-content p {
    font-size: 12px;
    color: #999;
    line-height: 24px;
    margin-top: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news-content ul {
    margin-top: 12px;
}

.list-rt {
    width: 320px;
}
/*分页*/
.tcdPageCode {
    text-align: right;
    color: #ccc;
    margin: 20px 0 0 0;
}

    .tcdPageCode a {
        display: inline-block;
        color: #999999;
        display: inline-block;
        height: 25px;
        line-height: 25px;
        padding: 0 10px;
        margin: 0 2px;
        border-radius: 4px;
        vertical-align: middle;
    }

        .tcdPageCode a:hover {
            text-decoration: none;
            background: #dd2727;
            color: #FFFFFF;
        }

    .tcdPageCode span.current {
        display: inline-block;
        height: 25px;
        line-height: 25px;
        padding: 0 10px;
        background: #dd2727;
        margin: 0 10px;
        color: #fff;
        border-radius: 4px;
        vertical-align: middle;
    }

    .tcdPageCode span.disabled {
        display: inline-block;
        height: 25px;
        line-height: 25px;
        padding: 0 10px;
        margin: 0 2px;
        color: #bfbfbf;
        border-radius: 4px;
        vertical-align: middle;
    }

.mct-activity ul li {
    text-align: center;
    margin-top: 20px;
    width: 276px;
}

    .mct-activity ul li p {
        margin-top: 10px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        width: 100%;
    }

.brand-theme {
    float: left;
}

.brand-line {
    float: left;
    margin: 39px 0 0 19px;
    width: 1px;
    height: 20px;
    background: #ccc;
}
/*热度*/
.lc-read em {
    font-size: 14px;
    font-weight: bold;
    color: #FB7211;
}

.lc-read {
    padding: 0 0 0 24px;
    color: #999;
    background: url(../images/hot.png) left center no-repeat;
}

/*广告位*/
.ppad {
    overflow: hidden;
    width: 1200px;
}

    .ppad ul {
        width: 1209px;
        margin-top: -9px;
    }

        .ppad ul li {
            float: left;
            width: 394px;
            height: 80px;
            margin: 9px 9px 0px 0;
            background: url(../WoodImg/WoodImg_1.jpg);
        }

            .ppad ul li img {
                display: block;
            }

        .ppad ul.bcad {
            height: 90px;
            position: relative;
            margin-top: 0px;
            width: 1200px;
            overflow: hidden;
        }

            .ppad ul.bcad li {
                width: 192px;
                height: 80px;
                overflow: hidden;
                position: absolute;
                transition: all .3s ease;
                -moz-transition: all .3s ease;
                -webkit-transition: all .3s ease;
                -o-transition: all .3s ease;
            }

                .ppad ul.bcad li.bcad1 {
                    z-index: 111;
                    left: 0;
                }

                .ppad ul.bcad li:hover.bcad1 {
                    width: 394px;
                    z-index: 333
                }

                .ppad ul.bcad li.bcad2 {
                    z-index: 222;
                    left: 202px;
                }

                .ppad ul.bcad li:hover.bcad2 {
                    width: 394px;
                    left: 0;
                }

                .ppad ul.bcad li.bcad3 {
                    z-index: 444;
                    left: 403px;
                }

                .ppad ul.bcad li:hover.bcad3 {
                    width: 394px;
                    left: 202px;
                }

                .ppad ul.bcad li.bcad4 {
                    z-index: 555;
                    left: 605px;
                }

                .ppad ul.bcad li:hover.bcad4 {
                    width: 394px;
                    left: 403px;
                }

                .ppad ul.bcad li.bcad5 {
                    z-index: 666;
                    left: 806px;
                }

                .ppad ul.bcad li:hover.bcad5 {
                    width: 394px;
                    left: 605px;
                }

                .ppad ul.bcad li.bcad6 {
                    z-index: 777;
                    left: 1008px;
                }

                .ppad ul.bcad li:hover.bcad6 {
                    width: 394px;
                    left: 806px;
                }
/*品牌资讯*/
.zhaozu {
    width: 320px;
    height: 290px;
    background: url("/img/WoodImg.jpg") no-repeat;
    margin-bottom: 30px;
}

.cp {
    width: 318px;
    margin-bottom: 30px;
    height: 272px;
    overflow: hidden;
    border: 1px solid #999;
}

div#BAIDU_SSP__wrapper_u2825236_0 {
    margin: -4px 0 0 -8px;
}

/*2020/01/16*/
.ggtext {
    position: absolute;
    bottom: 3px;
    right: 3px;
    padding: 2px 3px;
    background: rgba(0,0,0,.4);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#3C000000,endcolorstr=#3C000000);
    font: 12px/1 simsun;
    color: #fff;
    border-radius: 2px;
}

.lfgg {
    overflow: hidden;
}

.ggpic {
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
}

    .ggpic img {
        max-width: 100% !important;
    }

.brand-info img{
    display: block;
    max-width: 840px;
}