/* ============²úÆ·Í¼Æ¬ÁÐ±í============== */

div .productlist_cyrano_lef a:hover img {
	filter: alpha(Opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

div .productlist_cyrano_lef {
	border: 0px #ebebeb solid;
	padding: 5px 0px 5px 0px;
}
div#demo {
	overflow: hidden;
	width: 1160px;
	color: #ff0000;
}
div.productlist_cyrano_lef div.bord {
	padding: 0px;
	margin: 0px 8px;
	width: 300px;
	text-align: center;
}
div.productlist_cyrano_lef div.fang {
	border:1px #cfcfcf solid;
	padding: 0px;
	margin: 0px 4px 0px 0px;
	text-align: center;
}
div.productlist_cyrano_lef div.picFit img {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

div.productlist_cyrano_lef div.picFit {
	overflow: hidden;
}

div.productlist_cyrano_lef div.title {
	width: 300px;
	height:57px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
}
div.productlist_cyrano_lef a:link, div.productlist_cyrano_lef a:visited, div.productlist_cyrano_lef a:active {
	color: #282828;
	font: 13px/25px Microsoft YaHei, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	transition: .25s all ease;
	-webkit-transition: .25s all ease;
	-o-transition: .25s all ease;
	-ms-transition: .25s all ease;
	-moz-transition: .25s all ease;
}
div.productlist_cyrano_lef a:hover {
	color: #cc1010;
	text-decoration: none;
	font: 13px/25px Microsoft YaHei, Verdana, Arial, Helvetica, sans-serif;
}
