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

a.abtn{
	position:absolute;
	top:-61px;
	display:block;
	height:31px;
	width:31px;
	overflow:hidden;
	text-indent:-20000px;
	background:url(../Image/btn.png) 0px center no-repeat;
}
a.aleft{
	left:195px;
}

a.aright{
	left:230px;
	background-position:-36px center;
	background:url(../Image/btn.png) right center no-repeat;
}

.productshow{
	width:1200px;
	height:510px;
	position:relative;
	margin:28px auto 0 auto;
}
.productshow .scrollcontainer{
	width:1200px;
	height:510px;
	overflow:hidden;
	position:relative;
	margin:0 auto;
}
.productshow .scrollcontainer ul{
	width:80000px;
	height:510px;
	position:absolute;
	left:0px;
	top:0px;
}
.productshow .scrollcontainer li{
	float:left;
	width:290px;
	height:510px;
	margin:0 13px 0 0;
	overflow:hidden;
	text-align:center;
	position:relative;
}
.productshow .scrollcontainer li img{
	width:290px;
	height:510px;
}
.productshow .scrollcontainer li span{
	display:block;
	width:100%;
	height:44px;
	line-height:44px;
	background:rgba(121,121,121,0.9);
	color:#fff;
	position:absolute;
	left:0;
	bottom:0;
	-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 li a:hover span{
	background:rgba(228,90,15,0.9);
}