/*banner*/
.index-banner {
    height: 300px;
    position: relative;
    overflow: hidden;
}

.index-banner .hds {
    position: absolute;
    z-index: 11;
    left: 0;
    right: 0;
    bottom: 15px;
    text-align: center;
}

.index-banner .hds li {
    display: inline-block;
    background: #fff;
    margin: 0 8px;
    border-radius: 100%;
    width: 10px;
    height: 10px;
}

.index-banner .hds .on {
    background: #469ce1;
    color: transparent;
}

.index-banner .bds {
    position: relative;
    z-index: 0;
}

.index-banner .bds ul {
    width: 100% !important
}

.index-banner .bds li {
    zoom:1; vertical-align: middle;
    height: 300px;
    width: 100% !important
}

.index-banner .bds a {
    display: block;
    height: 300px;
}
