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

a.abtn{
	position:absolute;
	top:146px;
	display:block;
	width:64px;
	height:64px;
	overflow:hidden;
	text-indent:-20000px;
}
a.aleft{
	left:0;
	background:url(../Image/btn.png) no-repeat top left;
}
a.aright{
	right:0;
	background:url(../Image/btn.png) no-repeat top right;
}
a.aleft:hover{
	background:url(../Image/btn.png) no-repeat bottom left;
}
a.aright:hover{
	background:url(../Image/btn.png) no-repeat bottom right;
}
@media (min-width:1408px){
	a.aleft{
		left:-104px;
	}
	a.aright{
		right:-104px;
	}
}
.productshow{
	width:1200px;
	height:370px;
	position:relative;
	font-family:微软雅黑, 黑体;
	margin:8px auto 0 auto;
}
.productshow .scrollcontainer{
	width:1200px;
	height:370px;
	overflow:hidden;
	position:relative;
	margin:0 auto;
}
.productshow .scrollcontainer ul{
	width:8000px;
	position:absolute;
	left:0px;
	top:0px;
}
.productshow .scrollcontainer li{
	float:left;
	width:286px;
	height:370px;
	position:relative;
	margin-right:18px;
	background:#19a0e2;
}
.productshow .scrollcontainer img{
	width:286px;
	height:370px;
	opacity:1;
}
.productshow .scrollcontainer .cp-cont{
	position:absolute;
	top:0;
	left:28px;
	width:230px;
	color:#fff;
	opacity:0;
}
.cp-cont h3{
	font-family:'Arial';
	font-size:24px;
	text-transform:uppercase;
	padding-top:116px;
}
.cp-cont hr{
	width:68px;
	height:2px;
	background:#fff;
	border:none;
	margin:10px 0 0 0;
}
.cp-cont span{
	display:block;
	width:30px;
	height:30px;
	background:#fff;
	margin-top:16px;
	text-align:center;
	line-height:26px;
	font-size:24px;
	color:#19a0e2;
}
.cp-cont p{
	font-size:18px;
	padding-top:8px;
}
.productshow .scrollcontainer li a:hover img{
	opacity:0.15;
}
.productshow .scrollcontainer li a:hover .cp-cont{
	opacity:1;
}