/* ============·ÖÀàÁÐ±í============== */

ul.productclass{
	float: left;
    width: 243px;
    height: 671px;
    background: #fff;
    margin-top: -1px;
}

li.productclass {
    width: 172px;
    height: 40px;
    padding-left: 14px;
    padding-right: 26px;
    border: 1px solid #b7c5ce;
    overflow: hidden;
    background: url(../images/proclassbg.png) 195px center no-repeat #f6f6f6;
	margin:10px 0 10px 20px;
}
li.productclass a{
	color: #666666;
    font-size: 16px;
    line-height: 40px;
	font-weight:bold;
}
li.productclass:hover{
	/* color: #666666;
    font-size: 14px;
    line-height: 40px; */
	background-color:#d8251e;
}
li.productclass:hover a{
	color:#fff;
	text-decoration:none;
}


/* a.productclass:link,a.productclass:visited,a.productclass:active{
color:#747474;
text-decoration: none;
font: 12px/20px simsun;
}

a.productclass:hover{
color:#ff0000;
text-decoration: underline;
font: 12px/20px simsun;
} */
