/* ============产品图片列表============== */

div.productlist{
margin:0px 5px 5px 0px;
text-align:center;
float:left;
}
div.pbg {

background:url(pbg.jpg) 0px 0px no-repeat;
width:111px;height:95px;


}
div.productlist div.fang{
background:url(images/pbg.html) 0px 0px no-repeat;
background: #ff0000;
padding:3px;
text-align:center;
}

div.productlist div.picFit{
overflow: hidden;
}

div.productlist div.picFit img{
}


div.productlist div.title{
color:#f66f1f;
font-size:14px;
font-family:"宋体";
font-weight: bold;
text-decoration: none;
text-align:center;
overflow: hidden;
white-space:nowrap;
}
div.productlist div.title a:hover{
font-size:16px;
font-family:"宋体";
font-weight: bold;
text-decoration: none;
text-align:center;
overflow: hidden;
white-space:nowrap;
}

div.productlist a:link,div.productlist a:visited,div.productlist a:active{
color:#555;
font:12px/25px arial,simsun;
text-decoration: none;
}

div.productlist a:hover{
color:#ff0000;
text-decoration: none;
font:12px/25px arial,simsun;
}
