/* 氓藛鈥∶β嵚⒚ε掆€懊┾€櫬� */
    /* 盲赂艩盲赂鈧ぢ嘎� */
/*.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(../images/prev.png) 50% 50% no-repeat;
    transition: all .5s linear;
}

.osSlider-main:hover .slider-btn-prev {
    left: 5px;
}*/
    /* 盲赂鈥姑ぢ糕偓盲赂陋 */
/*.osSlider-main .slider-btn-next {
    position: absolute;
    z-index: 30;
    top: 50%;
    right: -45px;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    margin-top: -20px;
    background: url(../images/next.png) 50% 50% no-repeat;
    transition: all .5s linear;
}

.osSlider-main:hover .slider-btn-next {
    right: 5px;
}*/


.osSlider-main .slider-btn-prev:hover,.osSlider-main .slider-btn-next:hover{ opacity:1}

.osSlider-main .slider-btn-prev{ display: block;background: url(../images/banner_left.png) center center no-repeat; font-size: 0; width: 52px; height: 49px; position: absolute; left: 60px; top: 50%; margin-top: -29px; z-index: 99}

.osSlider-main .slider-btn-next{ display: block;background: url(../images/banner_right.png) center center no-repeat; font-size: 0; width: 52px; height: 49px; position: absolute; right: 60px; top: 50%; margin-top: -29px; z-index: 999}

.mouse{position: absolute;width:100%;left:0;z-index:99;cursor:pointer;z-index: 10000;bottom: 100px;}
@-webkit-keyframes dong{from{bottom:-10px}to{bottom:-18px}}
.mouse span{-webkit-animation: arrowMove 2s infinite; animation: arrowMove 2s infinite; display:inline-block;width: 8px;height:20px; position: absolute; margin-left:-4px;left:50%; bottom:0;} 
@-webkit-keyframes arrowMove {
  to {
    -webkit-transform: translateY(1.25rem);
            transform: translateY(1.25rem);
    opacity: 0;
  }
}

@keyframes arrowMove {
  to {
    -webkit-transform: translateY(1.25rem);
            transform: translateY(1.25rem);
    opacity: 0;
  }
}

.osSlider-main .slider-nav{ display:none}

/* 茅芦藴盲潞庐氓炉录猫藛陋茅茠篓氓藛鈥� */
.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: 20px;
    line-height: 20px;
    padding: 0 6px;
    margin: 0 12px;
    font-size: 12px;
    color: #eee;
    border: 1px solid #eee;
    background: none;
    cursor: pointer;
}
.osSlider-main .slider-nav li.active {
    color: #333;
    background: #eee;
}
.osSlider-main .slider-nav li:hover {
    border: 1px solid #f60;
    background: #f60;
}