body,h1,h2,h3,ul,li,p{margin:0;padding:0;}
ul{list-style-type:none;}
/**
 * 横向滚动
 * ------------------------------ */
.scroll_horizontal{
	position:relative;
	width:1200px;
	background-color:#FFF;
	padding-top: 8px;
	margin: auto;
}
.scroll_horizontal .box{overflow:hidden;position:relative;width:1200px;margin:auto;}
.scroll_horizontal .list{overflow:hidden;width:9999px;}
.scroll_horizontal .list li{float:left;width:150px;}
.scroll_horizontal .prev,
.scroll_horizontal .next{position:absolute;top:50%;margin-top:-25px;width:40px;height:50px;background-image:url(../../js/zt//control.png);background-repeat:no-repeat;font:0/0 Arial;cursor:pointer;}
.scroll_horizontal .prev{left:5px;background-position:0 0;}
.scroll_horizontal .next{right:10px;background-position:-40px 0;}
.scroll_horizontal .prev:hover{background-position:0 -50px;}
.scroll_horizontal .next:hover{background-position:-40px -50px;}
.scroll_horizontal .box2{overflow:hidden;position:relative;width:1050px;margin:auto;}


.scroll_horizontal_pic{
	position:relative;
	width:1200px;
	background-color:#FFF;
	padding-top: 8px;b
	margin: auto;
}
.scroll_horizontal_pic .box{overflow:hidden;position:relative;width:1200px;margin:auto; padding-bottom:40px;}
.scroll_horizontal_pic .list{overflow:hidden;width:9999px;}
.scroll_horizontal_pic .list li{float:left;width:240px;}
.scroll_horizontal_pic .list li img{width:205px; height:180px; border-radius:6px;}<!--border:1px #f4f4f4 solid; padding:4px; margin-bottom:20px; padding-bottom:20px; -->
.scroll_horizontal_pic .list li a {font-size:16px;}
.scroll_horizontal_pic .prev,
.scroll_horizontal_pic .next{position:absolute;top:50%;margin-top:-25px;width:40px;height:50px;background-image:url(../../js/zt//control.png);background-repeat:no-repeat;font:0/0 Arial;cursor:pointer;}
.scroll_horizontal_pic .prev{left:5px;background-position:0 0;}
.scroll_horizontal_pic .next{right:10px;background-position:-40px 0;}
.scroll_horizontal_pic .prev:hover{background-position:0 -50px;}
.scroll_horizontal_pic .next:hover{background-position:-40px -50px;}
.scroll_horizontal_pic .box2{overflow:hidden;position:relative;width:1050px;margin:auto;}