.bj{
    background-color: rgba(0, 0, 0, 0.5);
       position: absolute;
    left: 0;
    bottom: 0;
    z-index: 999;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    width: 100%;}
.bt{
    width: 80%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 999;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    color: #fff;
    text-indent: 10px;}
 /* 本例子css */
        .slideBox {
            width: 100%;
            height: 290px;
            overflow: hidden;
            position: relative;
            margin: 0 auto;}

.slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 3px;
    z-index: 1;}

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

        .slideBox .hd ul li {
            float: left;
            margin-right: 2px;
            width: 15px;
            height: 15px;
            line-height: 14px;
            text-align: center;
            background: #fff;
            cursor: pointer;
            padding: 0;
            width: 13px;
            height: 13px;
            background: #fff;
            border-radius: 50%;}

        .slideBox .hd ul li.on {
            background: #00579e;}

        .slideBox .bd {
            position: relative;
            height: 100%;
            z-index: 0;}

        .slideBox .bd li {     position: relative;
            zoom: 1;
            vertical-align: middle;}

        .slideBox .bd img {
          width: 100%;
            height: 290px;
            display: block;}

        /* 下面是前/后按钮代码，如果不需要删除即可 */
        .slideBox .prev {
            left: auto;
            right: 3%;
            background-position: 8px 5px;}


        .slideBox .prev {
            position: absolute;
            left: 3%;
            top: 50%;
            margin-top: -25px;
            display: block;
            width: 36px;
            height: 40px;
            background: url(images/zjt20241031.png) 5px no-repeat;
            filter: alpha(opacity=50);
            opacity: 0.5;}

        .slideBox .next {
            position: absolute;
            left: 3%;
            top: 50%;
            margin-top: -25px;
            display: block;
            width: 36px;
            height: 40px;
            background: url(images/yjt20241031.png) -110px 5px no-repeat;
            filter: alpha(opacity=50);
            opacity: 0.5;}

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

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

        .slideBox .prevStop {
            display: none;}

        .slideBox .nextStop {
            display: none;}
.picScroll-left {
    overflow: hidden;
    position: relative;
    margin-top: 20px;}
        .picScroll-left .hd .prev{ display:block;  width:30px; height:30px; 
             cursor:pointer; background:url(images/zjt20241031.png) 0 0 no-repeat;    position: absolute;
    left: 20px;
    top: 30%;
    z-index: 9999;}
       
      .picScroll-left .hd .next{ display:block;  width:30px; height:30px; 
             cursor:pointer; background:url(images/yjt20241031.png) 0 0 no-repeat;    position: absolute;
    right: 20px;
    top: 30%;
    z-index: 9999;}
       
       
        .picScroll-left .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; zoom:1;}
        .picScroll-left .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url(../images/icoCircle.gif) 0 -9px no-repeat;}
        .picScroll-left .hd ul li.on{ background-position:0 0;}
        .picScroll-left .bd ul{ overflow:hidden; zoom:1;}
        .picScroll-left .bd ul li{ margin:0 20px 0 0; float:left; _display:inline; overflow:hidden; text-align:center;}
        .picScroll-left .bd ul li .pic{ text-align:center;}
        .picScroll-left .bd ul li .pic img{ width:230px; height:150px; display:block;}
        .picScroll-left .bd ul li .pic a:hover img{ border-color:#999;}
        .picScroll-left .bd ul li .title{ line-height:24px;}

