body,h1,h2,h3,ul,li,p{margin:0;padding:0;}
h1,h2,h3{font:bold 36px/2 "\5fae\8f6f\96c5\9ed1";}
h1{padding:0 20px;background:#333;color:#fff;}
h2{font-size:20px;}
h3{font-size:16px;}
ul{list-style-type:none;}


*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*请复制一下代码*/
.wrap{padding:20px;}
.scroll_horizontal{
	position:relative;
	width:900px;
	height:80px;
	background-color:#fff;
}
.scroll_horizontal .box{
	overflow:hidden;
	position:relative;
	width:862px;
	height:80px;
	margin:0 auto;
}
.scroll_horizontal .list{overflow:hidden;width:9999px;}
.scroll_horizontal .list li{float:left; width:75px;  height:80px; padding:0 6px}
.scroll_horizontal .list li img{width:100%; height:80px;}
/*按钮*/
.scroll_horizontal .prev,
.scroll_horizontal .next{
	position:absolute;top:50%;
	margin-top:-12px;
	width:20px;
	height:25px;
	cursor:pointer;
}
.scroll_horizontal .prev{left:8px;background-position:0 0;}
.scroll_horizontal .next{right:-5px;background-position:-40px 0;}
/*按钮划过*/
.scroll_horizontal .prev:hover{background-position:0 -50px;}
.scroll_horizontal .next:hover{background-position:-40px -50px;}

#acts{margin-top:20px;}