 .bj {
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 999;
        height: 35px;
        line-height: 35px;
        color: #fff !important;
        text-indent: 10px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width: 80%;}

    .bg {
        position: absolute;
        height: 35px;
        line-height: 35px;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        left: 0;
        bottom: 0;
        z-index: 998;}

    .slideBox1 {
        width: 100%;
        height: 403px;
        overflow: hidden;
        position: relative;}

    .slideBox1 .hd {
        height: 15px;
        overflow: hidden;
        position: absolute;
        right: 5px;
        bottom: 8px;
        z-index: 1;}

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

    .slideBox1 .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%;}

    .slideBox1 .hd ul li.on {
        background: #94070a;}

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

    .slideBox1 .bd li {
        position: relative;
        zoom: 1;
        vertical-align: middle;
        padding: 0 !important;}

    .slideBox1 .bd img {
        width: 100%;
        height: 403px;
        display: block;}

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


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

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

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

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

    .slideBox1 .prevStop {
        display: none;}

    .slideBox1 .nextStop {
        display: none;}

    @media screen and (max-width: 1000px) {
        .slideBox1 {
            width: 100%;
            height: 400px;
            overflow: hidden;
            position: relative;}

        .slideBox1 .bd img {
            width: 100%;
            height: 400px;
            display: block;}
    }

    @media screen and (max-width: 980px) {
        .slideBox1 {
            width: 100%;
            height: 600px;
            overflow: hidden;
            position: relative;}

        .slideBox1 .bd img {
            width: 100%;
            height: 600px;
            display: block;}
    }

    @media screen and (max-width: 800px) {
        .slideBox1 {
            width: 100%;
            height: 400px;
            overflow: hidden;
            position: relative;}

        .slideBox1 .bd img {
            width: 100%;
            height: 400px;
            display: block;}
    }

    @media screen and (max-width: 600px) {
        .slideBox1 {
            width: 100%;
            height: 300px;
            overflow: hidden;
            position: relative;}

        .slideBox1 .bd img {
            width: 100%;
            height: 300px;
            display: block;}
    }

    @media screen and (max-width: 400px) {
        .slideBox1 {
            width: 100%;
            height: 200px;
            overflow: hidden;
            position: relative;}

        .slideBox1 .bd img {
            width: 100%;
            height: 200px;
            display: block;}
    }
