.product_body_div{
    width: 1200px;
    min-height: 550px;
    height: auto;
    margin: auto;
    background-color: #ffffff;
}
.p_local{
    width: 1200px;
    height: 60px;
    border-bottom: 1px solid #EEEDED;
    /*background-color: #97A6B7;*/
}
.p_local a:hover{
    color: #a50082;
}

.p_local img{
    float: left;
    margin-left: 20px;
    margin-top: 20px;
}
.p_local span{
    float: left;
    font-size: 16px;
    margin-left: 8px;
    margin-top: 22px;
}
.p_category,.p_sort{
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #DDDDDD;
    /*background-color: antiquewhite;*/
}
.p_category p{
    float: left;
    margin-top: 14px;
    margin-left: 24px;
}
.p_category a:hover{
    color: #a50082;
}
.p_tit{
    float: left;
    margin-top: 14px;
    margin-left: 48px;
}
.p_c_num{
    font-size: 12px;
    color: #999999;
}
.p_select{
    float: left;
    margin-left: 20px;
    margin-top: 14px;
}
.p_div_area{
    width: 100%;
    height: auto;
}

.p_div{

    width: 270px;
    height: 345px;
    display: inline-block;
    border: 1px solid #EEEDED;
   /*float: left;*/
    margin-left: 22px;
    margin-bottom: 20px;
    transition: all 0.4s;
    cursor:pointer;
    /*background-color: #0FAF9E;*/
}
.p_div:hover{
    box-shadow: 2px 2px 5px #888888;
}


.p_img_div{
     width: 270px;
     height: 259px;
     overflow: hidden;
     border-bottom: 1px solid #EEEDED;
     /*background-color: #BAC498;*/
 }
.p_img_div img{
    width: 100%;
    min-height: 100%;
    transition: all 0.4s;
}
.p_img_div img:hover{
    transform: scale(1.1);
}


.p_title_div{
    width: 250px;
    height: 85px;
    margin: auto;
    /*background-color: #9c9c9c;*/
}
.pages{
    width: 1200px;
    height: 75px;
    text-align: center;
    line-height: 75px;
    font-size: 12px;
    color: #666666;
    background-color: #F2F2F2;
}
.normal_p_title{
    height: 42px;
    overflow: hidden;
}
.normal_p_money{
    padding-top: 4px;
}