﻿/* css样式 */

body,h1,h2,h3,ul,li,p{margin:0;padding:0;}
body{font-size:14px; font-family: 微软雅黑;}

ul,li{list-style-type:none;}


/**
 * 横向滚动
 * ------------------------------ */
.scroll_horizontal{position:relative;width:1052px;height:220px;margin: 0 auto;}
.scroll_horizontal .box{overflow:hidden;position:relative;width:955px;height:155px;margin:20px auto;}
.scroll_horizontal .list{overflow:hidden;width:9999px;}
.scroll_horizontal .list li{float:left;width:239px;}
.scroll_horizontal .list li img{ width: 211px; height: 60px; margin-top: 15px;} 
.scroll_horizontal .prev{position:absolute;top:50%;margin-top:-65px;width:36px;height:68px;background-image:url(13_15.png);background-repeat:no-repeat;font:0/0 Arial;cursor:pointer;}
.scroll_horizontal .next{position:absolute;top:50%;margin-top:-65px;width:36px;height:68px;background-image:url(13_18.png);background-repeat:no-repeat;font:0/0 Arial;cursor:pointer;}
.scroll_horizontal .prev{background-position:0 0;}
.scroll_horizontal .next{right:5px;background-position:0 0;}
.scroll_horizontal .prev:hover{}
.scroll_horizontal .next:hover{}
