body{
/*	background:url(..../img/demo.jpg) center top no-repeat;*/
}


.banner{
    height:350px;
    margin:0 auto;
    position:relative;
}
.banner li{
    position:absolute;
    background:url("../img/index/banner01_0524.png")center center no-repeat;
    height:350px;
    width:100%;
}
.banner li.b1{
    background-image:url("../img/index/banner01_0524.png")
}
.banner li.b2{
    background-image:url("../img/index/banner2_1202.png")
}
.banner li.b3{
    background-image:url("../img/index/banner3.png")
}
.banner li.b4{
    background-image:url("../img/index/banner04_0427.png")
}
.banner li.b5{
    background-image:url("../img/index/banner5.png")
}
.banner li.b6{
    background-image:url("../img/index/banner6.png")
}
.banner li.b7{
    background-image:url("../img/index/banner7.png")
}
.banner li.b8{
    background-image:url("../img/index/banner08_0504.png")
}
.banner li.b9{
    background-image:url("../img/index/banner09_0427.png")
}
.banner li.b10{
    background-image:url("../img/index/banner10_0729.png")
}
.banner li.b11{
    background-image:url("../img/index/banner11_0419.png")
}
.banner .prev{
    z-index:1;
}
.banner .current{
    z-index:9;
}
.banner .btns{
    position:absolute;
    z-index:9999;
    width:220px;
    left:50%;
    bottom:20px;
}
.banner .btns a{
    display:block;
    background:url(../img/index/point.png) left top no-repeat;
    width:12px;
    height:12px;
    float:left;
    margin:0 5px;
}
* html .banner .btns a{
    background:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/index/point.png', sizingMethod='crop');
}
.banner .btns a.active{
    background-image:url(../img/index/point-on.png);
}
* html .banner .btns a.active{
    background:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/index/point-on.png', sizingMethod='crop');
}
.news{
    border:solid 1px #d7d1c8;
    height:33px;
    line-height:33px;
    background:#fff;
    margin-top:10px;
    padding:0 10px;
}
.news span{
    float:left;
    margin-right:10px;
    color:#857c6f;
}
.news a.more{
    float:right;
}
.cats{
    margin-top:10px;
    height:205px;
}
.cats li{
    float:left;
    width:231px;
    height:205px;
    margin:0 4px;
}
.cats li.first, .cats li.last{
    margin:0;
}
.cats li img{
    display:block;
    border:none;
}
.topic{
    margin-top:8px;
    height:142px;
}
.topic li.first{
    float:left;
}
.topic li.last{
    float:right;
}