@charset "utf-8";

/* banner 通用 */
.flashBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.flashBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    left: 45%;
    bottom: 40px;
    z-index: 1;
}

.flashBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.flashBox .hd ul li {
    float: left;
    margin-right: 10px;
    width: 35px;
    height: 15px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

.flashBox .hd ul li.on {
    background: #fff000;
    color: #fff;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

/* 下面是前/后按钮代码 */
.flashBox .prev,
.flashBox .next {
    position: absolute;
    left: -20%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../Image/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.flashBox .next {
    left: auto;
    right: -20%;
    background-position: 8px 5px;
}

.flashBox .prev:hover,
.flashBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.flashBox .prevStop {
    display: none;
}

.flashBox .nextStop {
    display: none;
}