

.scroll_horizontal{position:relative;width:1000px;height:258px;}
.scroll_horizontal .box{overflow:hidden;position:relative;width:1000px;height:258px;margin:0 auto;}
.scroll_horizontal .list{overflow:hidden;width:9999px;}
.scroll_horizontal .list li{float:left;width:254px;text-align:center;}


.scroll_horizontal .list li{ float:left;width:254px;text-align:center;} 
.scroll_horizontal .list li img{display:block;margin:0 auto;} 
.scroll_horizontal .list li p{ color:#333; font-size:18px; padding-top:10px;}
.scroll_horizontal .list li p span{ color:#8e8e8e; display:block; font-size:12px;}
.scroll_horizontal .list li a{width:238px; height:258px; display:block; background:url(../pic/btn_bg.jpg) no-repeat left bottom;}
.scroll_horizontal .list li a:hover p{ color:#7a1d28;}
.scroll_horizontal .list li a:hover p span{ color:#7a1d28;}


.scroll_horizontal .plus{ position:absolute;top:50px;width:42px;height:108px; background:url(../pic/arrow-prev.jpg) no-repeat; cursor:pointer;}
.scroll_horizontal .minus{position:absolute;top:50px;width:42px;height:108px; background:url(../pic/arrow-next.jpg) no-repeat; cursor:pointer;}
.scroll_horizontal .plus{left:-60px;}
.scroll_horizontal .minus{right:-60px;}
.scroll_horizontal .plus:hover{ background:url(../pic/arrow-prev_h.jpg) no-repeat;}
.scroll_horizontal .minus:hover{ background:url(../pic/arrow-next_h.jpg) no-repeat;}