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

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

a.aright{
	right:0px;
	background:url(../Image/arrow_r.png) right center no-repeat;
}

.productshow{
	width:1200px;
	height:186px;
	position:relative;
	text-align:center;
	font-family:微软雅黑, 黑体;
	margin:68px auto 0 auto;
}
.productshow .scrollcontainer{
	width:1188px;
	height:186px;
	overflow:hidden;
	position:relative;
	margin:0 auto;
}
.productshow .scrollcontainer ul{
	width:8000px;
	position:absolute;
	left:0px;
	top:0px;
}
.productshow .scrollcontainer li{
	float:left;
	width:277px;
	height:186px;
	text-align:center;
	margin:0 10px;
	position:relative;
}

.productshow .scrollcontainer img{
	width:277px;
	height:186px;
	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 li a{
	margin: auto;
	overflow:hidden;
	text-align:center;
}
.productshow .scrollcontainer a:hover img{
	filter:alpha(opacity=1);-moz-opacity:1;opacity:1;
}
.txt{width:100%;height:0px;background:rgba(15,109,197,0.8);position:absolute;left:0;bottom:0;}
.txt p{padding-top:82px;color:#fff;font-size:16px;}