.productlist {
    padding-top: 75px;
    height: auto;
    overflow: hidden;
    z-index: 9;
}

.productlist2 {
    padding-top: 75px;
}

.productlist .productlistLeft {
    width: 230px;
    float: left;
    background: #FFF;
    z-index: 2;
}



    .productlist .productlistLeft .categorey {
        padding: 10px 0 20px 0;
    }

        .productlist .productlistLeft .categorey li {
            height: 27px;
            line-height: 27px;
        }

.productlist dl.cart {
    height: auto;
    overflow: hidden;
}

    .productlist dl.cart dd {
        height: 16px;
        line-height: 16px;
        padding: 10px 0;
        color: #666;
        font-weight: bold;
    }

    .productlist dl.cart dt {
        height: 70px;
        line-height: 70px;
        font-size: 25px;
        margin-top: 20px;
        font-weight: bold;
        border-bottom: 1px solid #e5e5e5;
        cursor: pointer;
        color: #333;
    }

        .productlist dl.cart dt span {
            float: right;
            color: #333333;
            font-size: 20px;
            font-weight: normal;
            display: block;
            padding: 0 10px;
        }



.productlistRight {
    width: 940px;
    float: right;
}

    .productlistRight h2 {
        font-size: 30px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        font-weight: bold;
        margin-top: 30px;
    }

.searchBox {
    height: 35px;
    padding: 20px 0 15px 0px;
    width: 970px;
}



.searchRight {
    height: 35px;
    width: 215px;
    margin: 0px 0;
    border: 1px solid #e5e5e5;
    float: right;
}

    .searchRight select {
        height: 35px;
        width: 215px;
        border: none;
        text-indent: 20px;
        color: #999;
    }

    .searchRight option {
        text-indent: 20px;
    }

.productlistRight ul {
    width: 960px;
    overflow: hidden;
    height: auto;
    padding: 10px 0 10px 30px;
    clear: both;
}

    .productlistRight ul li {
        width: 300px;
        float: left;
        height: 330px;
        margin-right: 20px;
        position: relative;
        margin-bottom: 20px;
    }


        .productlistRight ul li:hover {
            /*	box-shadow :0 0 10px #ccc;*/
            box-shadow: -5px 0 5px #f5f5f5, /*左边阴影*/
            5px 0 5px #f5f5f5, /*右边阴影*/
            0 -5px 5px #f5f5f5, /*顶部阴影*/
            0 0 0 #fff;
            /*底边阴影*/
        }

.mark {
    height: 8px;
    width: 100%;
    position: absolute;
    top: 268px;
    z-index: 999;
    background: #fff;
}

.productlistRight ul li:hover .summary {
    display: block;
    box-shadow: -5px 0 5px #f5f5f5, /*左边阴影*/
    5px 0 5px #f5f5f5, /*右边阴影*/
    0 0px 0px #fff, 0 5px 5px #f5f5f5;
    /*底边阴影*/
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}



.shopinfo {
    position: absolute;
    top: 0;
    left: 0;
}

    .shopinfo img {
        width: 200px;
        padding: 20px 50px;
    }

.shopLabel {
    position: absolute;
    left: 10px;
    top: 10px;
    background: #000000;
    padding: 3px 5px;
    color: #fff;
    font-size: 10px;
}

.shopColor {
    margin-left: 6px;
}

    .shopColor dd {
        width: 28px;
        height: 28px;
        float: left;
        margin-right: 6px;
        margin-bottom: 6px;
        border: 1px solid #ccc;
    }

        .shopColor dd img {
            width: 26px;
            height: 26px;
            margin: 1px;
        }

        .shopColor dd.activeColor,
        .shopColor dd:hover {
            border: 1px solid #ff4400;
        }

.shopinfo .summary {
    display: none;
    position: absolute;
    top: 270px;
    left: 0;
    height: auto;
    width: 280px;
    background: #fff;
    z-index: 99;
    padding: 2px 10px 15px;
    text-align: center;
    color: #999;
}

.shopTitle {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    padding: 5px 0;
}

.shopPrice {
    text-align: center;
    color: #666;
}

.page {
    text-align: center;
    margin: 50px 0;
    clear: both;
}

    .page a {
        display: inline-block;
        height: 25px;
        padding: 0 10px;
        border: 1px solid #000;
        line-height: 25px;
    }

        .page a:hover {
            background: #000;
            color: #fff;
        }


.content {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 50px;
}

    .content img {
        margin-bottom: 20px;
    }

    .content p {
        line-height: 25px;
        text-indent: 24px;
        margin-bottom: 20px;
    }


.bannerAd {
    width: 100%;
    height: 340px;
    background: url(../images/contact.jpg) no-repeat center center;
    clear: both;
    position: relative;
    padding-top: 75px;
}

.bannerAdTxt h2 {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    z-index: 98;
    position: absolute;
    top: 45%;
    text-align: center;
    width: 100%;
}

.bannerAdTxt h3 {
    font-size: 15px;
    color: #fff;
    z-index: 98;
    position: absolute;
    top: 58%;
    text-align: center;
    width: 100%;
}

    .bannerAdTxt h3 em {
        font-family: "宋体";
        font-size: 12px;
        padding: 0 5px;
    }



.show {
    padding-top: 25px;
    height: auto;
    overflow: hidden;
    padding-bottom: 30px;
}

.showleft {
    width: 350px;
    float: left;
}

.showright {
    width: 560px;
    float: right;
    height: auto;
    overflow: hidden;
}

.show_title {
    height: 50px;
    line-height: 50px;
    font-size: 25px;
    font-weight: bold;
}

.show_attr {
    color: #999;
    padding: 10px 0;
}

.show_des_title {
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 20px;
}

.summary_show {
    line-height: 22px;
    font-size: 12px;
}



.productlistRight ul.newlist {
    width: 100%;
}

    .productlistRight ul.newlist li {
        margin-right: 0;
        height: 40px;
        line-height: 40px;
        margin-bottom: 0;
        border-bottom: 1px dashed #e5e5e5;
        transition: 0.5s;
        background: url(../images/item.png) no-repeat left center;
        background-size: 20px 20px;
        text-indent: 25px;
        width: 100%;
    }

        .productlistRight ul.newlist li a {
            display: block;
            height: 40px;
            line-height: 40px;
            width: 70%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            float: left;
        }

        .productlistRight ul.newlist li span {
            float: right;
            padding-right: 10px;
            font-size: 12px;
            color: #999;
        }

        .productlistRight ul.newlist li:hover {
            box-shadow: none;
            text-indent: 35px;
        }


.new_title {
    text-align: center;
    height: auto;
    overflow: hidden;
    padding: 15px 0;
    font-size: 25px;
    font-weight: bold;
}

.newsummarytext {
    border: 1px solid #ddd;
    background: #f5f5f5;
    padding: 20px 2%;
    margin: 10px auto;
    width: 92%;
}

.newshow {
    background: #fff;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.new_attr {
    text-align: center;
    color: #999;
}

    .new_attr span {
        color: #333;
        margin-left: 20px;
    }

.newcontent {
    line-height: 30px;
    width: 96%;
    margin: 0 auto;
    padding-bottom: 20px;
}

    .newcontent img {
        display: block;
        margin: 10px 0;
    }
