/* 氓藛鈥∶β嵚⒚ε掆�茅鈥櫬�*/
    /* 盲赂艩盲赂鈧ぢ嘎�*/
/* .osSlider-main .slider-btn-prev {
    position: absolute;
    z-index: 30;
    top: 50%;
    left: -45px;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    margin-top: -20px;
    background: url(${ctx}/images/index/prev.png) 50% 50% no-repeat;
    transition: all .5s linear;
    cursor: pointer;
    background-repeat: repeat;
    background-size: cover;
} */

.osSlider-main:hover .slider-btn-prev {
    left: 5px;
}
    /* 盲赂鈥姑ぢ糕偓盲赂陋 */
/* .osSlider-main .slider-btn-next {
	list-style-type: none;
    position: absolute;
    z-index: 30;
    top: 50%;
    right: -45px;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    margin-top: -20px;
    background: url(${ctx}/images/index/next.png) 50% 50% no-repeat;
    transition: all .5s linear;
    cursor: pointer;
    background-repeat: repeat;
    background-size: cover;
} */

.osSlider-main:hover .slider-btn-next {
    right: 5px;
}

/* 茅芦藴盲潞庐氓炉录猫藛陋茅茠篓氓藛鈥�*/
.osSlider-main .slider-nav {
    position: absolute;
    width:100%;
    height: 22px;
    bottom: 20px;
    text-align: center;
    z-index: 25;
}
.osSlider-main .slider-nav li {
    display: inline-block;
    height: 15px;
    line-height: 20px;
    padding: 0 7px;
    margin: 0 12px;
    font-size: 12px;
    color: #eee;
    border: 0px solid #eee;
    background: #969696;
    cursor: pointer;
    border-radius: 20px;
}
.osSlider-main .slider-nav li.active {
    background: #f60;
}
.osSlider-main .slider-nav li:hover {
    background: #f60;
}

