﻿﻿/**!
 * [图片轮播样式1]
 * author: [zhuyichao];
 */
 

/* 轮播图 */
.wb-slider {
    position: relative;
    font-family: arial;
    font-size: 14px;
    overflow: hidden;
}
.wb-slider-conbox {
    overflow: hidden;
}
.wb-slider-ctag {
    display: block;
    position: relative;
}
.wb-slider-ctag img {
    display: block;
    width: 100%;
    height: 100%;
}
.wb-slider-mask {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    font-family: "宋体";
    color: #fff;
    background: url(../images/mask-bg.png);
}
.wb-slider-mask .ellipsis {
    display: block;
    margin-left: 10px;
    width: 164px;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.wb-slider-switcher {
    position: absolute;
    right: 0;
    bottom: 6px;
    height: 18px;
}
.wb-slider-stag {
    float: left;
    margin-right: 2px;
    height: 18px;
    width: 25px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    background: #898989;
    cursor: pointer;
}
.wb-slider-stag.cur {
    background: #ff8202;
}
/*#left-btn {
    z-index: 11;
    position: absolute;
    left: 0;
    top: 30px;
    height: 30px;
    width: 10px;
    background: red;
    cursor: pointer;
}
#right-btn {
    z-index: 11;
    position: absolute;
    right: 0;
    top: 30px;
    height: 30px;
    width: 10px;
    background: red;
    cursor: pointer;
}*/