﻿/*.hiSlider-pages,.hiSlider-title{position:absolute;z-index:3}*/
/*.hiSlider-btn-prev,.hiSlider-btn-next{position:absolute;z-index:5;top:45%;height:30px;width:30px;background:url(../images/hislider-arrow.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{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:url(../images/hiSlider-title.png);z-index:2;font:14px/2 "Microsoft YaHei",Arial,Tahoma; text-align:left;}*/
.hiSlider-title{
    position: absolute;
    width: 560px;
    height: 34px;
    background-color:rgba(0,0,0,0.6);
    left:0;
    bottom:0;
	padding-left:10px;
    line-height: 34px;
    color:#fff;
    font-size:14px;
    font-family: "微软雅黑";
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    display: block;
    padding-right: 110px;
    box-sizing: border-box;
}
.hiSlider-pages{
    position: absolute;
    right:10px;
    bottom:16px;
	z-index:66;
}
.hiSlider-pages a{
    float:left;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff;
    margin-left:10px;
	font-size:0;
}
.hiSlider-pages a.active{
    width: 16px;
    height: 6px;
    border-radius: 3px;
    background-color: #1aa4df;
}

/*.hiSlider-pages{bottom:10px;right:10px;text-align:right}
.hiSlider-pages a{height:12px;width:12px;margin:0 6px;display:inline-block;overflow:hidden;text-indent:-100px;font-size:0;border-radius:50%;background:#ddd}
.hiSlider-pages a.active{background:#ed6806}*/