.img-swith-main
{
    width: 960px;
    height: 400px;
    position: relative;
    font-family: Arial, Verdana;
    font-size: 12px;
    padding-top:2px;
}
.img-switch
{
    width: 100%;
    height: 100%;
    overflow: hidden;
text-align:center;
}
.img-switch ul
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    overflow: hidden;
    width: 954px;
    height: 100%;
}
.img-switch ul li
{
    float: left;
    width: 100%;
    height: 100%;
    display: none;
}
.img-switch ul li img
{
    width: 945px;
    height: 400px;
    border: 0 none;
}
.img-switch-clear
{
    clear: both;
}
.img-switch-index
{
    position: absolute;
    bottom: 10px;
    right: 450px;
    overflow: hidden;
}
.img-switch-index ul
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.img-switch-index ul li.on{
    background: url("/style/images/icon1.png") no-repeat scroll 0 0 transparent;
}
.img-switch-index ul li
{
    padding: 2px;
    width:10px;
    height:10px;
    margin-right: 5px;
    float: left;
    cursor: pointer;
    background: url("/style/images/icon2.png") no-repeat scroll 0 0 transparent;
}
.expenses{
    padding: 25px 15px;
}
.expenses table{
    width: 80%;
    margin: 0 auto;
    border-color: #FF6600;
    text-align: center;
    border-collapse:collapse;
}
.expenses table thead th{
    background-color: #FF6600;
}

/* 下载页样式 */
.clearfix{
    clear: both;
    overflow: hidden;
    margin-bottom: 15px;
}
/* .Apple-style-span{
    background: url('/images/cache/icon_down_title.png') no-repeat left center;
    padding-left: 25px;
    margin-bottom: 15px;
} */
.down-group li{
    list-style: none;
    background: url("/style/images/icon8.png") no-repeat left center;
    padding-left: 15px;
}
.down-group .img-item{
    float: left;
}
.down-group .img-item img{
    max-width: 75px;
}
.down-group ul{
    margin-left: 95px;
}