/* ============²úÆ·Í¼Æ¬ÁÐ±í============== */

div.productlist{
margin:0px 11px 10px;
text-align:center;
float:left;
}
#e_div{
	width: 280px;
    height: 250px;
    margin: 0 10px 10px;
    float: left;
    list-style-type: none;
    position: relative;
	margin-bottom:30px;
}
#e_img_div{width: 280px;height: 250px;float:left;overflow: hidden;}
#e_img{
	width: 280px;
    height: 230px;
	cursor: pointer;transition: all 0.6s;
}
#e_img:hover{transform: scale(1.2);}
#e_a{
	text-decoration:none;
	position: absolute;
    left: 0px;
    top: 230px;
    color: #fff;
    line-height: 36px;
    font-family: Î¢ÈíÑÅºÚ;
    font-size: 14px;
    background: #666667;
    filter: alpha(opacity=70);
    -moz-opacity: 0.70;
    opacity: 0.70;
    width: 280px;
    height: 36px;
    z-index: 99;
    text-align: center;	
}
#e_a:hover{
	text-decoration:none;
	background: #fcaf01;
    filter: alpha(opacity=70);
    -moz-opacity: 0.70;
    opacity: 0.70;
	color: #fff;
}

div.productlist div.fang{
border:0px #ccc solid;
background: #fff;
padding:3px;
text-align:center;
}

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

div.productlist div.picFit img{
}


div.productlist div.title{
text-align:center;
overflow: hidden;
white-space:nowrap;
}

div.productlist a:link,div.productlist a:visited,div.productlist a:active{
color:#505050;
font:12px/25px arial,simsun;
text-decoration: none;
}

div.productlist a:hover{
color:#ff0000;
text-decoration: underline;
font:12px/25px arial,simsun;
}
