﻿@charset "utf-8";
/*首页图片滚动模块*=======================开始*/

.spread_nav a {
    background-position: 0 0;
    margin: 0 5px;
    text-indent: -9999px;
    height: 18px;
    float: left;
    display: inline;
    line-height: 18px;
    width: 18px;
}
.spread_nav a, .spread_nav a:hover {
    background: url(../image/photo_nav.png) no-repeat 0 0;
}
.spread_nav a:hover, .s_a_over {
    background-position: 0 -18px !important;
    text-decoration: none;
}
.spread_box {
    position: relative;
    height: auto;
    overflow: hidden;
}
.spread_nav {
    z-index: 2;
    position: absolute;
    width: 100px;
    height:auto;
    overflow: hidden;
    float:left;
}
.spread_content {
    position: relative;
    height: 140px;
    overflow: hidden;
}
* {
    margin: 0;
    padding: 0;
}
.spread_nav a {
    background-position: 0 -18px;
    margin: 0 5px;
    text-indent: 6px;
    height: 18px;
    float: left;
    display: inline;
    line-height: 18px;
    width: 18px;
}
.spread_nav a, .spread_nav a:hover {
    background: url(../image/photo_nav.png) no-repeat 0 0;
}	
.spread_content_list {
    position: absolute;
    height: 140px;
    overflow: hidden;
}
.spread_content ul li {
    display: inline;
    float: left;
    height: 140px;
    text-align: center;
    overflow: hidden;
}
.spread_content ul li img {
    height: 140px;
}