ul,p{margin:0; padding:0;}
li{list-style-type:none;}
img{border:0;}
:focus{outline:0;}

a.abtn{
	position:absolute;
	top:-60px;
	right:30px;
	display:block;
	height:30px;
	width:30px;
	overflow:hidden;
	text-indent:-20000px;
	background:url(../Image/arrow3.png) 0px center no-repeat;
}
a.aleft{
	left:1075px;
}

a.aright{
	right:0px;
	background-position:-36px center;
}
a.abtn:hover{
	background:url(../Image/arrow03.png) 0px center no-repeat;
}
a.aleft:hover{
	left:1075px;
}

a.aright:hover{
	right:0px;
	background-position:-36px center;
}

.productshow{
	width:1144px;
	height:268px;
	position:relative;
	text-align:center;
	font-family:微软雅黑, 黑体;
	margin:0 auto;
}
.productshow .scrollcontainer{
	width:1144px;
	height:268px;
	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:268px;
	text-align:center;
	margin-right:16px;
}
.productshow .scrollcontainer img{
	width:216px;
	height:216px;
	vertical-align:bottom;
}

.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:45px;
	text-align:center;
	width:216px;
	height:45px;
	background:#909090;
	color:#fff;
	overflow:hidden;
	margin-top:7px;
}
.productshow .scrollcontainer li:hover p{
	background:#0268c5;
}
