body { 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
	font-family:"Î¢ÈíÑÅºÚ", arial, ËÎÌå;  font-size:14px
}
#andyscroll {
	overflow: hidden;
	width:910px;
	height:720px;
	margin:0 auto;
	text-align:left;
	float:left;
}
A {
	TEXT-DECORATION: none; font-size:14px; color:#666
}
A:link {
	TEXT-DECORATION: none;  font-size:14px; color:#666
	color:#333333
}
A:visited {
	TEXT-DECORATION: none;  font-size:14px; color:#666
	color:#333333
}
A:hover {
	COLOR: #FF0000;
	TEXT-DECORATION: none; font-size:14px; color:#666
}
A:active {
	TEXT-DECORATION: none;
	color:#333333; font-size:14px; color:#666
}
ul {
	list-style:none;
	margin:-40px
}
li {
	list-style:none;
	margin:0 auto;
}
.item {
	float:left;
	width:193px;
	padding:5px 5px 10px;
	border:1px solid #ddd;
	margin:10px 10px 10px 10px;
}
.item .img {
	width:100%;
	height:144px;
	overflow:hidden;
	margin-bottom:10px;
}
.item .img img {
	width:100%;
	height:144px;
}
.item h3 {
	height:30px;
	line-height:30px;
	text-align:center;
	margin-bottom:0;
	font-weight:400;
}
.item h3 a { font-size:14px; color:#666
}
.item .order {
	text-align:center;
	display:none;
}
.list-product .item .order a {
	display:block;
	height:32px;
	line-height:32px;
	width:124px;
	margin:0 auto;
	color:#fff;
}
.item:hover {
	border-color:#01824a;
}
.item  a:hover {
}

.img_sty {
	overflow: hidden;
}
.img_sty img {
	cursor: pointer;
	transition: all 0.6s;
}
.img_sty img:hover {
	transform: scale(1.4);
}