﻿.plist{
    margin:20px auto 0 auto;
    width:1138px;
    padding:0 10px 10px 10px;
    border:1px solid #eeeeee;
}
.plist_title{
    width:1138px;
    height:50px;
    line-height:50px;
    letter-spacing:3px;
    border-bottom:1px solid #eeeeee;
}
.plist_title a{
    font-size:20px;
    font-family:'Microsoft YaHei';
    color:#333333;
}
.plist_title a:visited{
    color:#333333;
}
.plist_title a:hover{
    color:#ff0000;
}
.plist_cont{
    width:1138px;
    height:160px;
    margin-top:5px;
    overflow:hidden;
}
.plist_img{
    float:left;
    width:150px;
    height:150px;
}
.plist_img img{
    width:150px;
    height:150px;
}
.plist_price{
    width:980px;
    float:right;
}
.plist_price dl dt{
    width:230px;
    height:50px;
    line-height:50px;
    font-size:18px;
    border-bottom:1px #eeeeee solid;
}
.plist_price dl dt span{
    color:#ff0000;
    font-size:18px;
}
.plist_price dl dd{
    line-height:25px;
    font-size:14px;
    text-indent:20px;
    letter-spacing:2px;
    color:#999999;
}

/********* 分页 ************/
.pageindex{
    height:60px;
    width:1160px;
    margin:0 auto 0 auto;
}
.pageindex ul{
    float:right;
}
.pageindex ul li{
    float:left;
    height:60px;
    width:80px;
    line-height:40px;
    color:#333333;
    font-size:14px;
    font-family:"Microsoft Yahei";
    letter-spacing:2px;
}
.pageindex ul li a{
    color:#333333;
    font-size:14px;
    font-family:"Microsoft Yahei";
    letter-spacing:2px;
}
.pageindex ul li a:visited{
    color:#333333;
}
.pageindex ul li a:hover{
    color:#ff0000;
}

/********* 产品详情 ************/
.p_info{
    height:420px;
    margin-top:15px;
    overflow:hidden;
}
.p_img{
    display:inline-block;
    vertical-align:top;
    height:400px;
    width:400px;
}
.p_img img{
    width:400px;
    height:400px;
}
.p_price{
    display:inline-block;
    vertical-align:top;
    width:500px;
    height:400px;
    margin-left:20px;
    font-size:16px;
}
.p_price dl dt{
    height:60px;
    line-height:60px;
    font-size:22px;
    font-weight:bold;
    color:#9f2f32;
    letter-spacing:3px;
}
.p_price dl dd{
    margin-top:20px;
    line-height:30px;
    font-size:16px;
}
.p_price dl dd span{
    font-size:16px;
    color:#ff0000;
}
.p_price dl dd input[type=text]{
    width:50px;
    height:30px;
    text-align:center;
}
.p_price dl dd input[type=button]{
    width:200px;
    height:40px;
    background:#9f2f32;
    border:0;
    font-size:16px;
    color:#ffffff;
    cursor:pointer;
}
.p_des{
    height:40px;
    line-height:40px;
    margin-top:20px;
    font-size:16px;
    font-weight:bold;
    border-bottom:1px dashed #999999;
}
.p_cont{
    clear:both;
    width:1160px;
    overflow:hidden;
    margin:20px auto;
}
.p_cont p{
    line-height:25px;
    letter-spacing:2px;
}
