﻿.ProductList
{
    width:1200px;
    margin:0px auto;
}
    .ProductList .plname {
        text-align:center;
        font-size:23px;
        line-height:100px;
    }
/*    .ProductList .plname img {
        display: block;
        margin: 50px auto;
    }*/
    .ProductList .prolist {
        display: block;
        padding-bottom: 60px;
    }
        .ProductList .prolist li {
            display: block;
            float: left;
            width: 386px;
            position: relative;
            margin-right: 20px;
            margin-bottom: 20px;
        }
            .ProductList .prolist li:nth-child(3n+3) {
                margin-right: 0px;
            }
            .ProductList .prolist li a {
                display: block;
            }
            .ProductList .prolist li img {
                display: block;
                width: 100%;
            }
        .ProductList .prolist .pname {
            position: absolute;
            z-index: 1;
            left: 0px;
            right: 0px;
            bottom: 0px;
            height: 50px;
            line-height: 50px;
            text-align: center;
        }
/****/
.ProductItem{

}
    .ProductItem .piname {
        width: 611px;
        height: 95px;
        margin: 30px auto;
        position:relative;
    }
    .ProductItem .pname {
        position: absolute;
        z-index: 1;
        left: 0px;
        right: 0px;
        bottom: 0px;
        line-height:40px;
        text-align:center;
        font-size:23px;
    }
    .ProductItem .pline {
        width: 1200px;
        margin: 5px auto;
        height: 1px;
        background-color: #CCC;
        margin-bottom: 30px;
    }
    .ProductItem .pnrmain {
        width: 1200px;
        margin: 0px auto;
        padding-bottom: 50px;
    }
    .ProductItem .pnleft {
        width: 260px;
        float: left;
    }
    .ProductItem .plfix {
        width: 260px;
    }
    .ProductItem .fixmenu {
        position: fixed;
        z-index: 1;
    }
    .ProductItem .plname {
        background-color: #44a3fc;
        height: 50px;
        line-height: 50px;
        text-align: center;
        font-size: 18px;
    }
    .ProductItem .plul {
        background-color: #000;
        padding-bottom: 30px;
    }
        .ProductItem .plul a {
            display: block;
            width: 80%;
            margin: 0 auto;
            line-height: 50px;
            border-bottom: 1px dashed #CCC;
            text-align: center;
        }
            .ProductItem .plul a.on {
                color: #44a3fc!important
            }
    .ProductItem .pnright {
        width: 920px;
        float: right;
        background-color:#000;
        min-height:600px;
        box-sizing:border-box;
        padding:20px;
    }
    .ProductItem .pnright p{
        margin:0px;
        padding:0px;
    }
        .ProductItem .pnright p img{
            display:block;
            margin:0 auto;
        }