﻿.zjbanner {
    width: 100%;
}

    .zjbanner img {
        width: 100%;
        display: block;
    }

.PZhuanjiaList {
    width: 1200px;
    margin: 10px auto;
}

    .PZhuanjiaList .zjbiaoti {
        height: 50px;
        box-sizing: border-box;
        padding: 10px 0px;
        margin: 5px 0px;
    }

        .PZhuanjiaList .zjbiaoti .tbico {
            float: left;
            background-color: #3395f6;
            height: 20px;
            width: 6px;
            border-radius: 3px;
            margin-top: 5px;
        }

        .PZhuanjiaList .zjbiaoti .btname {
            float: left;
            font-size: 18px;
            font-weight: 700;
            color: #3395f6;
            margin-left: 5px;
            line-height: 30px;
        }

        .PZhuanjiaList .zjbiaoti .btdesc {
            float: left;
            line-height: 30px;
            color: #ababac;
            margin-left: 20px;
        }

        .PZhuanjiaList .zjbiaoti .btmore {
            float: right;
            height: 30px;
            line-height: 30px;
            border: 1px solid #3395f6;
            border-radius: 3px;
            width: 90px;
            text-align: center;
        }

            .PZhuanjiaList .zjbiaoti .btmore a {
                color: #3395f6;
            }
    /****/
    .PZhuanjiaList .zjmain {
        background-color: #FFF;
        padding: 10px;
    }

    .PZhuanjiaList .zjtype {
    }

        .PZhuanjiaList .zjtype li {
            display: block;
            float: left;
            margin-right: 10px;
            border: 1px solid #EEE;
            color: #5d5d5d;
            padding: 5px 10px;
            border-radius: 3px;
            cursor: pointer;
        }

            .PZhuanjiaList .zjtype li.ontab {
                border: 1px solid #3395f6 !important;
                color: #3395f6 !important;
            }

    .PZhuanjiaList .smoothTabs .tabdiv {
        padding: 0 !important;
        margin-top: 10px;
    }

    .PZhuanjiaList .swiper-wrapper .swiper-slide {
        position: relative;
        width: 230px;
    }

    .PZhuanjiaList .zjhead {
        height: auto;
    }

        .PZhuanjiaList .zjhead img {
            display: block;
            width: 100%;
            /*height: 100%;*/
            height: 275px;
        }

    .PZhuanjiaList .zjname {
        height: 40px;
    }

        .PZhuanjiaList .zjname span {
            display: block;
        }

            .PZhuanjiaList .zjname span.spname {
                float: left;
                line-height: 40px;
            }

            .PZhuanjiaList .zjname span.spzixun {
                float: right;
                line-height: 40px;
                background-color: #ff6a00;
                color: #FFF;
                height: 30px;
                line-height: 30px;
                width: 80px;
                text-align: center;
                margin-top: 5px;
                border-radius: 3px;
                cursor: pointer;
            }

                .PZhuanjiaList .zjname span.spzixun a {
                    color: #FFF;
                }

    .PZhuanjiaList .zjms {
        display: none;
        position: absolute;
        z-index: 3;
        height: 275px;
        left: 0px;
        right: 0px;
        top: 0px;
        box-sizing: border-box;
        padding: 10px;
        line-height: 24px;
        color: #FFF;
    }

        .PZhuanjiaList .zjms div {
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 11;
            -webkit-box-orient: vertical;
        }

    .PZhuanjiaList .zjmsbg {
        display: none;
        position: absolute;
        z-index: 2;
        width: 100%;
        height: 275px;
        left: 0px;
        right: 0px;
        top: 0px;
        background-color: #000;
        opacity: 0.6;
    }

    .PZhuanjiaList .swiper-pagination-bullet {
        width: 20px;
        height: 8px;
        border-radius: 4px;
    }

    .PZhuanjiaList .swiper-pagination-bullets {
        text-align: center;
        padding-top: 10px
    }
    /**热招**/

    .PZhuanjiaList .rzlist {
        background-color: #FFF;
        width: 100%;
        padding-top: 10px;
    }

        .PZhuanjiaList .rzlist ul {
            display: block;
            width: 1178px;
            margin: 0px auto;
        }

        .PZhuanjiaList .rzlist li {
            display: block;
            float: left;
            width: 287px;
            margin-right: 10px;
            margin-bottom: 10px;
            position: relative;
            color: #FFF;
            box-sizing: border-box;
            border-radius: 2px;
            overflow: hidden;
        }

            .PZhuanjiaList .rzlist li:nth-child(4n+4) {
                margin-right: 0px;
            }

        .PZhuanjiaList .rzlist a {
            display: block;
            color: #FFF;
        }

        .PZhuanjiaList .rzlist li img {
            display: block;
            width: 285px;
            height: 200px;
            border-radius: 2px;
        }

        .PZhuanjiaList .rzlist .btnr {
            width: 285px;
            height: 40px;
            text-align: center;
            line-height: 40px;
            position: absolute;
            left: 0px;
            bottom: 0px;
            z-index: 3;
        }

        .PZhuanjiaList .rzlist .btbg {
            width: 285px;
            height: 40px;
            background-color: #000;
            opacity: 0.6;
            position: absolute;
            left: 0px;
            bottom: 0px;
            z-index: 2;
            border-radius: 0 0 2px 2px;
        }

        .PZhuanjiaList .rzlist .xzprice {
            display: none;
            color: #F50;
        }

        .PZhuanjiaList .rzlist li.rzon .btnr {
            height: 60px;
            line-height: 30px;
        }

        .PZhuanjiaList .rzlist li.rzon .btbg {
            height: 60px;
        }

        .PZhuanjiaList .rzlist li.rzon .xzprice {
            display: block;
        }
