/***banner**/
#banner{
    width: 100%;
    min-width: 1040px;
    height: 400px;
    overflow: hidden;
    position: relative;
}
#banner_imgs{
    position: absolute;
    width: 100%;
    height: 400px;
}
#banner_imgs div.banner_img{
    position: absolute;
    width: 100%;
    height: 400px;

}
#banner_imgs div.img1{
    background:#9fa9af url("img/banner1.jpg") no-repeat center center;

}
#banner_imgs div.img2{
    background:#9fa9af url("img/banner1.jpg") no-repeat center center;
}
#banner_imgs div.img3{
    background:#9fa9af url("img/banner1.jpg") no-repeat center center;
}


#banner_sns{
    position: absolute;
    width: 100%;
    height: 12px;
    left: 0px;
    bottom: 10px;
    z-index: 11;
}
#banner_sns ul{
    margin: 0px auto;
    width: 250px;
}
#banner_sns ul li{
    list-style: none;
    display: inline-block;
    width: 40px;
    height: 10px;
    background: #ffffff;
    border: 1px solid #336bb6;
    margin-right: 30px;
    cursor: pointer;
}
*#banner_sns ul li{
    float: left;
}
#banner_sns ul li.selected{
    background: #336bb6;
    border: 1px solid #ffffff;
}
div.zstyle1{
    z-index: 9;
}
div.zstyle2{
    z-index: 10;
}

.banner_news{
    height: 55px;
    line-height: 55px;
    margin-bottom: 20px;
}
.banner_news .main{
    background: #f7f7f7;
    border: 1px solid #ededed;
    height: 55px;
    line-height: 55px;
}
.banner_news_title{
    width: 150px;
    text-align: center;
    font-size: 18px;
    color: #646364;
    background: url("img/banner_news_bg.png") no-repeat 0 0;
    float: left;
    margin-right: 15px;
}
.banner_news_content{
    /*margin-top: 50px;*/
    float: left;
    font-size: 12px;
    height: 55px;
    width: 800px;
    /*margin-left: 20px;*/
    overflow: hidden;
    position: relative;
}
.banner_rolling_div{
    position: absolute;
    top: 0;
    left: 0;
}
.banner_rolling{
    height: 55px;
    line-height: 55px;
    display: block;
}
.banner_news_content a{
    color: #646364;
    display: block;
    float: left;
    max-width: 640px;
    height: 55px;
    overflow: hidden;
}
.span_time{
    margin-left: 20px;
    float: left;
}