ul,p{margin:0 auto; padding:0;}
li{list-style-type:none;}
img{border:0;}
:focus{outline:0;}

a.abtn{
	position:absolute;
	top:90px;
	display:block;
	height:70px;
	width:70px;
	overflow:hidden;
	text-indent:-20000px;
}
a.aleft{
	left:0px;
	background:url(../Image/arrow3.png) left top no-repeat;
}
a.aright{
	right:0px;
	background:url(../Image/arrow3.png) right top no-repeat;
}

.productshow{
	width:932px;
	height:250px;
	position:relative;
	margin:75px auto 0 auto;
}
.productshow .scrollcontainer{
	width:862px;
	height:250px;
	overflow:hidden;
	position:relative;
	margin:0 auto;
}
.productshow .scrollcontainer ul{
	width:80000px;
	position:absolute;
	left:0px;
	top:0px;
}
.productshow .scrollcontainer li{
	float:left;
	width:420px;
	height:250px;
	margin-right:22px;
}
.productshow .scrollcontainer a{
	width:420px;
	height:250px;
	display:block;
}
.productshow .scrollcontainer li img{
	width:420px;
	height:250px;
}
.productshow .scrollcontainer a{
	transition:All 0.4s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;
}
.productshow .scrollcontainer a:hover img{
	opacity: 0.9;
}