.hiSlider-pages, .hiSlider-title {
    position: absolute;
    z-index: 3
}
.hiSlider-item img{
    width: 100%;
    display: block;
    z-index: 5;
    margin: 0 auto;
}
.hiSlider-item{
    width: 100%;
    float: left;
}
.hiSlider-btn-prev, .hiSlider-btn-next {
    position: absolute;
    z-index: 5;
    top: 50%;
    height: 30px;
    width: 30px;
    background: url(../img/jiantouarrow487.png) no-repeat;
    margin-top: -15px;
    text-indent: -200px;
    overflow: hidden;
    opacity: .6;
    filter: alpha(opacity:60)
}

.hiSlider-btn-prev {
    left: 10px
}

.hiSlider-btn-next {
    position: absolute;
    z-index: 5;
    top: 50%;
    height: 30px;
    width: 18px;
    background: url(../img/jiantouarrow4871.png) no-repeat;
    margin-top: -15px;
    text-indent: -200px;
    overflow: hidden;
    opacity: .6;
    filter: alpha(opacity:60);
    right: 10px;

    /*background-position: -30px 0*/
}

.hiSlider-btn-prev:hover, .hiSlider-btn-next:hover {
    opacity: 1;
    filter: alpha(opacity:100)
}

.hiSlider-title {
    bottom: 0;
    width: 100%;
    padding: 6px 0;
    color: #fff;
    text-indent: 10px;
    background: rgba(0, 0, 0, .6);
    z-index: 2;
    font: 16px/2 "Microsoft YaHei", Arial, Tahoma
}

.hiSlider-pages {
    bottom: 8px;
    right: 10px;
    text-align: right
}

.hiSlider-pages a {
    height: 10px;
    width: 10px;
    margin: 3px 3px;
    display: inline-block;
    overflow: hidden;
    text-indent: -100px;
    font-size: 0;
    border-radius: 50%;
    background:#d2efce;
}

.hiSlider-pages a.active {
    height: 10px;
    width: 24px;
    border-radius: 5px 5px 5px 5px;
    background: #429240;
}

@media only screen and (max-width: 460px){
    .hiSlider-btn-prev, .hiSlider-btn-next{
        display: none;
    }
    .hiSlider-title {
        bottom: 0;
        width: 100%;
        padding: 6px 0;
        color: #fff;
        text-indent: 10px;
        background: rgba(0, 0, 0, .6);
        z-index: 2;
        font: 12px/2 "Microsoft YaHei", Arial, Tahoma
    }
    .hiSlider-pages {
        bottom: 8px;
        right: 5px;
        text-align: right
    }

    .hiSlider-pages a {
        height: 8px;
        width: 8px;
        margin: 0 2px;
        display: inline-block;
        overflow: hidden;
        text-indent: -100px;
        font-size: 0;
        border-radius: 50%;
        background: #ddd
    }
    .hiSlider-pages a.active{
        height: 8px;
        width: 16px;
        border-radius: 4px 4px 4px 4px;
        background: #429240;
    }

}
