/* ============ï¿½ï¿½Æ·Í¼Æ¬ï¿½Ð±ï¿½============== */

div.productlist1{margin: 0px 16px 20px 10px;text-align:center;float:left;}

div.productlist1 div.fang{
border:1px #ddd solid;
background: #fff;
padding:0px;
text-align:center;
}

div.productlist1 div.picFit{
overflow: hidden;
}

div.productlist1 div.picFit img{transition: all 0.5s;
}

div.productlist1 div.picFit img:hover{transform: scale(1.1);
}

div.productlist1 div.title{text-align:center;overflow: hidden;white-space:nowrap;background: #7b7b7b;}

div.productlist1:hover div.title{background:#009946;}

div.productlist1 a:link,div.productlist a:visited,div.productlist a:active{
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    color:#fff;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

