.fullSlide {
    position: relative;
    width: 100%;
    height: 644px;
    overflow: hidden;
    z-index: 0;
}

.fullSlide .bd {
    position: relative;
    z-index: 0;
}

.fullSlide .bd li {
    height: 644px;
}

.fullSlide .bd li a {
    display: block;
    width: 100%;
    height: 100%;
}

.fullSlide .hd {
    position: absolute;
    left: 0;
    bottom: 20px;
    line-height: 1em;
    text-align: center;
    width: 100%;
}

.fullSlide .hd ul {
    text-align: center;
    padding-top: 5px;
}

.fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    width: 8px;
    height: 8px;
    margin: 10px;
    overflow: hidden;
    font-size: 0;
    border: 2px solid #fff;
    border-radius: 50%;
}

.fullSlide .hd ul .on {
    border: 2px solid #094;
    background: #094;
}