﻿.rslides {
    list-style: none;
    overflow: hidden;
    width: 99%;
    padding: 0;
    margin: 0 auto;
}

    .rslides li {
        -webkit-backface-visibility: hidden;
        position: absolute;
        display: none;
        width: 100%;
        left: 0;
        top: 0;
        list-style-type: none;
    }

 .rslides li:first-child {
            position: relative;
            display: block;
            float: left;
        }

    .rslides img {
        display: block;
        height: auto;
        float: left;
        width: 95%;
        border: 0;
        z-index: 100;
    }

.banner-para {
    background: rgba(68, 204, 20, 0.45);
    width: 100%;
    position: absolute;
    bottom: 0;left:10px
}

    .banner-para p {
        font-size: 1.2em;
        color: #FFF;
        padding: 2%;
        margin: 0 auto;
    }


.kuzhan {
    width: 98%;
    overflow: hidden;
    position: relative;
    padding-left: 5px;
    border: 3px solid #44CC14;
    margin: 10px auto;

}

.kuzhan-ul {
    position: relative;
    height: 250px;
    margin: 0 5px;
    padding: 0;
}

    .kuzhan-ul  li {
        float: left;
        width: 220px;
        height: 260px;
        overflow: hidden;
        padding-left: 10px;
        margin: 10px 0;
    }

    .kuzhan-ul a {
        display: block;
        height: 260px;
        overflow: hidden;
        color: #fff;
    }

    .kuzhan-ul .pic-txt a:hover a:active {
        color: #fff;
    }

    .kuzhan-ul .pic-txt {
        display: block;
        position: relative;
        width: 210px;
        height: 20px;
        padding: 0 2px;
        font: 14px/20px Microsoft YaHei;
        text-align: center;
        z-index: 1;
        background-color: #28770C;
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#80000000, endColorstr=#80000000);
        cursor: pointer;
        color: White;
    }

    .kuzhan-ul img {
        width: 95%;
        height: 230px;
    }

.info-btn {
    width: 220px;
    height: 22px;
    overflow: hidden;
    margin: 0 auto;
    padding: 2px 0;
    zoom: 1;
}

    .info-btn li {
        float: left;
        padding: 0 3px;
    }

        .info-btn li span {
            display: block;
            width: 22px;
            height: 20px;
            background: url(indeximg/sjbz_infor-btn.png) 0 -27px no-repeat;
            text-indent: -9999em;
            overflow: hidden;
            cursor: pointer;
        }

    .info-btn .info-cur span, .info-btn .info-hover span {
        background-position: 0 0;
    }



