.hiSlider-pages,
.hiSlider-title {
    position: absolute;
    z-index: 3
}

.hiSlider-btn-prev,
.hiSlider-btn-next {
    position: absolute;
    z-index: 5;
    top: 50%;
    height:140px;
    width: 80px;
    /* background: url(../images/hislider-arrow.png) no-repeat; */
    margin-top: -26px;
    /* transform: translateY(-50%); */
    text-indent: -200px;
    overflow: hidden;
    /* background-size: 80% auto; */
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, .1);
}
.hiSlider,
.hiSlider li{
    padding: 0;
    height: 100%;
}

.hiSlider li{
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
}
.hiSlider li img{
    height: 100%;
    width: 100%;
}
.hiSlider-wrap{
    width: 100%;
    height: 100%;
}

.hiSlider-btn-prev {
    left: 0px;
    background-image: url(../images/btn_left.png); 
}

.hiSlider-btn-next {
    right: 0px;
     background-image: url(../images/btn_right.png); 
}

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

.hiSlider-title {
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    /* height: 240px; */
    padding: 180px 20px 60px;
    color: #fff;
    text-indent: 10px;
    background:linear-gradient(to bottom,transparent,rgba(0, 0, 0, .6));
    z-index: 2;
    font-size: 24px;
    font-family: "Microsoft YaHei";
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hiSlider-pages {
    bottom: 20px;
    /* right: 10px; */
    /* width: 100%; */
    text-align: center;
}

.hiSlider-pages a {
    width:12px;
    height:8px;
    margin: 0 2px;
    display: inline-block;
    overflow: hidden;
    font-size: 0px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
}

.hiSlider-pages a.active {
    background-color: #fff;
    transition: .3s;
}