/* ============·ÖÀàÁÐ±í============== */

ul.productclass{
	float: left;
    width: 276px;
    background: #0071be;
    margin-top: -1px;
}

li.productclass {
    width: 148px;
    height: 40px;
    padding-left: 66px;
    padding-right: 20px;
    overflow: hidden;
    background: url(../images/left_dw.jpg) left top no-repeat;
	margin:10px 0 10px 20px;
}
li.productclass a{
	color: #1258c6;
    font-size: 16px;
    line-height: 40px;
	font-weight:bold;
}
li.productclass:hover{
	/* color: #666666;
    font-size: 14px;
    line-height: 40px; */
	background-color:#1258c6;
}
li.productclass:hover a{
	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;
} */
