/* ============²úÆ·Í¼Æ¬ÁÐ±í============== */
div .productlist_cyrano_lefa a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}


div .productlist_cyrano_lefa {
	border: 0px #ebebeb solid;
	padding: 0px;
}
div#demoa {
	overflow: hidden;
	width: 1167px;
	color: #ff0000;
}
div.productlist_cyrano_lefa div.fanga {
	border: 1px #d4d4d4 solid;
	background: #fff;
	padding: 1px;
	margin: 0px 8px;
	text-align: center;
}



div.productlist_cyrano_lefa div.picFita {
	overflow: hidden;
}
div.productlist_cyrano_lefa div.picFita img {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

div.productlist_cyrano_lefa div.titlea {
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
}
div.productlist_cyrano_lefa a:link, div.productlist_cyrano_lefa a:visited, div.productlist_cyrano_lefa a:active {
	color: #333;
	font-size: 14px;
	font-family: Microsoft YaHei, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	-webkit-transition: .25s all ease;
	-o-transition: .25s all ease;
	-ms-transition: .25s all ease;
	-moz-transition: .25s all ease;
}
div.productlist_cyrano_lefa a:hover {
	color: #333;
	text-decoration: underline;
	font-size: 14px;
	font-family: Microsoft YaHei, Verdana, Arial, Helvetica, sans-serif;
}
