ul,p{margin:0; padding:0;}
li{list-style-type:none;}
img{border:0;}
:focus{outline:0;}

a.abtn{
	position:absolute;
	top:-49px;
	right:22px;
	display:block;
	height:15px;
	width:10px;
	overflow:hidden;
	text-indent:-20000px;
	background:url(../Image/arrow.png) 0px center no-repeat;
}
a.aleft{
	left:820px;
}

a.aright{
	right:22px;
	background-position:-30px center;
}
a.abtn:hover{
	opacity:0.6;
}

.productshow{
	width:881px;
	height:233px;
	position:relative;
	text-align:center;
	font-family:微软雅黑, 黑体;
	margin:0 auto;
}
.productshow .scrollcontainer{
	width:881px;
	height:233px;
	overflow:hidden;
	position:relative;
	margin:0 auto;
}
.productshow .scrollcontainer ul{
	width:8000px;
	position:absolute;
	left:0px;
	top:0px;
}
.productshow .scrollcontainer li{
	float:left;
	width:216px;
	height:233px;
	text-align:center;
	margin-right:5px;
}
.productshow .scrollcontainer img{
	width:212px;
	height:181px;
	vertical-align:bottom;
	border:2px solid #dcdcdc;
}

.productshow .scrollcontainer li.last{
	background:none;
}
.productshow .scrollcontainer li{
	-webkit-transition: all .2s ease-in-out 0s;
	-moz-transition: all .2s ease-in-out 0s;
	-ms-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s;
}
.productshow .scrollcontainer a:hover img{
	filter:alpha(opacity=1);-moz-opacity:1;opacity:1;
}
.productshow .scrollcontainer li p{
	margin:0;
	line-height:48px;
	text-align:center;
	width:216px;
	height:48px;
	color:#545454;
	overflow:hidden;
}
.productshow .scrollcontainer li:hover p{
	background:#179144;
	color:#fff;
}
.productshow .scrollcontainer li:hover img{
	border:2px solid #179144;
}