@charset "utf-8";
.banner {
    position: relative;
    width: 100%;
    background: #000;
    height: 700px;
    overflow: hidden; float: left; z-index: -1
}
.banner .bd {
    z-index: 0;
    position: relative;
    margin: 0 auto;
    height: 745px;
    overflow: hidden
}
.banner .bd ul {
    width: 100%!important
}
.banner .bd li {
    position: absolute;
    text-align: center;
    width: 1920px;
    height: 700px;
    margin-left: -960px;
    overflow: hidden;
    left: 50%
}
.banner .bd li a {
    display: block;
    height: 700px;
    color: #fff
}
.banner .hd {
    z-index: 1;
    position: absolute;
    line-height: 30px;
    width: auto;
    bottom: 15px;
    height: 30px;
    left: 45%
}
.banner .hd ul {
    text-align: center;
    padding-left: 2%;
    width: 100%;
    height: 30px
}
.banner .hd ul li {
    filter: alpha(opacity=50);
    line-height: 999px;
    margin: 5px;
    width: 50px;
    zoom: 1;
    display: inline-block;
    background: #fff;
    float: left;
    height: 8px;
    overflow: hidden;
    cursor: pointer;
}
.banner .hd ul .on {
    background: #F3C847
}
.banner .prev {
    z-index: 1;
    position: absolute;
    filter: alpha(opacity=50);
    margin-top: -30px;
    width: 40px;
    display: none;
    background: url(../img/slider-arrow.png) #000 no-repeat -125px 50%;
    height: 60px;
    top: 50%;
    cursor: pointer;
    left: 0;

}
.banner .next {
    z-index: 1;
    position: absolute;
    filter: alpha(opacity=50);
    margin-top: -30px;
    width: 40px;
    display: none;
    background: url(../img/slider-arrow.png) #000 no-repeat -5px 50%;
    height: 60px;
    top: 50%;
    cursor: pointer;
    left: 15%;
    opacity: .5
}
.banner .next {
    right: 0;
    left: auto
}
.banner .bd .f_title {
    position: absolute;
    text-align: center;
    filter: alpha(opacity=40);
    line-height: 30px;
    width: 100%;
    bottom: 1px;
    height: 30px;
    opacity: .4
}
