
/*A效果===右下角12345样式 */
.bt-jq-TX-010108-pic li a {

    height: 350px;
    
    display: table-cell;
    
    vertical-align: middle;
    
    text-align: center;
    }
    
    .bt-jq-TX-010108-pic li a img {
        /* height: 100%; */
        /**图片高度对其容div，宽度等比例缩放，一下样式相同**/
        width: auto;
    }
    
    /*.rslides-tabs {clear:both;position:absolute; right:10px; bottom:10px;}
    .rslides-tabs li {display:inline;float:none;_float:left;*float:left;margin-right:5px}
    .rslides-tabs a {overflow:hidden;background:rgba(0,0,0, .2);background:#DDD;display:inline-block;_display:block;*display:block;width:20px;height:20px; line-height:20px; text-align:center; font-size:13px; color:#000}
    .rslides-tabs .rslides-here a {background:rgba(0,0,0, .6);background:#390;color:#FFF}*/
    
    
    /*B效果====右下角圆点样式*/
    
    .rslides-tabs {
        clear: both;
        position: absolute;
        right: 50px;
        bottom: 13px;
    }
    
    .rslides-tabs li {
        display: inline;
        float: none;
        _float: left;
        *float: left;
        margin-right: 15px
    }
    
    .rslides-tabs a {
        text-indent: -9999px;
        overflow: hidden;
        display: inline-block;
        background: url("yq.png");
        width: 9px;
        height: 9px
    }
    
    .rslides-tabs .rslides-here a {
        background: url("yq2.png");
    }
    
    .bt-jq-TX-010108 {
        /***编号：***/
        width: 100%;
        height: auto;
        position: relative;
    }
    
    .bt-jq-TX-010108 ul {
        margin: 0;
        padding: 0
    }
    
    .bt-jq-TX-010108-pic {
        /*控制图片大小*/
        height: 350px;
        position: relative;
        overflow: hidden;
    }
    
    .bt-jq-TX-010108-pic ul {
        margin: 0;
        padding: 0
    }
    
    .bt-jq-TX-010108-pic li {
        /*控制图片大小*/
        height: 350px;
        float: left;
        overflow: hidden;
    }
    
    .bt-jq-TX-010108-pic li a {
        width: 100%;
        display: block
    }
    
    .bt-jq-TX-010108-pic li a img {
        width: 615px;
        height: 350px;
    }
    
    .bt-jq-TX-010108-pic li span {
        width: 100%;
        height: 40px;
        line-height: 40px;
        background: url(alpha_bj.png);
        padding-left: 15px;
        color: #FFF;
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
    }
    
    .rslides-nav {
        height: 51px;
        width: 31px;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        opacity: 0.5;
        text-indent: -9999px;
        overflow: hidden;
        background: url(bt-jq-TX-010108.png) no-repeat 0 0px;
        margin-top: -28px
    }
    
    .rslides-nav:active {
        opacity: 1.0
    }
    
    .rslides-nav.next {
        left: auto;
        right: 0;
        background-position: -31px 0px;
    }
    