.lubo {
    width: 100%;
    clear: both;
    position: relative;
    height: 335px;
    min-width: 1192px;}

.lubo_box {
    position: relative;
    width: 100%;
    height: 335px;}


    .lubo_box li {
        float: left;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 335px;
        opacity: 0;
        filter: alpha(opacity=0);}

        .lubo_box li a {
            display: block;
            width: 100%;
            height: 100%;}

/*圆点*/
.cir_box {
    overflow: hidden;
    position: absolute;
    z-index: 100;}

    .cir_box li {
        float: left;
        width: 30px;
        height: 5px;
        margin: 0 5px;
        cursor: pointer;
        background: #808080;
        opacity: 0.8;
        filter: alpha(opacity=80);}

.cir_on {
    background: #8f2761 !important;}

/*按钮*/
.lubo_btn {
    position: absolute;
    width: 100%;
    top: 140px;}

.left_btn, .right_btn {
    width: 30px;
    height: 80px;
    background: #000;
    opacity: 0.8;
    filter: alpha(opacity=80);
    cursor: pointer;
    color: #5db1f2;
    line-height: 80px;
    font-size: 30px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-left: 20px;
    margin-right: 20px;
    display: none;}

.left_btn {
    float: left;
    background-color: #8f2761;}

.right_btn {
    float: right;
    background-color: #8f2761;}