* {
    margin: 0px;
    padding: 0px;
}

ul,
ol,
li {
    list-style-type: none;
    vertical-align: 0
}

.lunbo1 {
    width: 850px;
    height: 230px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    border: 6px solid #fff;
}

    .lunbo1 .hd {
        height: 15px;
        overflow: hidden;
        position: absolute;
        left: 425px;
        bottom: 10px;
        z-index: 1;
    }

        .lunbo1 .hd ul {
            overflow: hidden;
            zoom: 1;
            float: left;
        }

            .lunbo1 .hd ul li {
                float: left;
                display:none;
                margin-right: 5px;
                width: 10px;
                height: 10px;
                line-height: 14px;
                text-align: center;
                background: #fff;
                cursor: pointer;
                border-radius: 50%;
            }

                .lunbo1 .hd ul li.on {
                    background: #F33;
                    color: #fff;
                }

    .lunbo1 .bd {
        position: relative;
        height: 100%;
        z-index: 0;
    }

        .lunbo1 .bd li {
            zoom: 1;
            vertical-align: middle;
            position: relative;
        }
        .lunbo1 .bd li a{display:inline-block}
            .lunbo1 .bd li a img {
                width: 850px;
                display: block;
                height:162px;
            }
        .lunbo-info .bd li::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: -webkit-gradient(linear, 0 50%, 0 100%, from(rgba(0, 0, 0, 0)), to(#121515));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), #121515);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), #121515);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), #121515);
}

        .lunbo1 .bd img {
            width: 850px;
            display: block;
        }

.lunbo-info .bd ul a li .title {
    color: #fff;
    position: absolute;
    top: 180px;
    right: 20px;
    z-index: 99;
    font-size: 22px;
    max-width: 800px;
    text-align: right;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 45px;
    line-height: 45px;
    font-weight: bold;
    /*background:url(/Images/opacity2.png);*/
}

.h160 {
    height: 160px;
}

#lunbo1 {
    border-top-width: 0px;
    border-left-width: 0px;
    margin-right: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    margin-bottom: 5px;
}

    #lunbo1 > div.bd > div > ul > a > li {
        width: 850px;
    }

    #lunbo1 > div.bd > div > ul > a > img {
        width: 100%;
    }

.lunbo-info .bd img {
    height: 230px !important;
}

.h412 {
    height: 412px !important;
    overflow: hidden;
}

    .h412 .bd ul li {
        height: 412px !important;
        line-height: 412px;
        display: block;
        width: 100%;
        text-align: center;
    }

        .h412 .bd ul li a img {
            max-width: 100%;
            max-height: 412px;
            display: inline-block;
            vertical-align: middle;
            width: auto;
            height: auto;
        }
/*ÂÖ²¥×óÓÒÁ½²à¼ýÍ·ÑùÊ½*/

.lunbo1 .prev,
.lunbo1 .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -35px;
    display: block;
    width: 32px;
    height: 40px;
    cursor: pointer;
    background: url(/Images/appdown/yy_arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
    display: none;
}

.lunbo1 .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.lunbo1:hover .prev,
.lunbo1:hover .next {
    filter: alpha(opacity=100);
    opacity: .7;
    display: block;
    /* height: 60px;
    width: 30px; */
    background-color: #ccc;
    cursor: pointer;
}

.lunbo1 .prevStop {
    display: none;
}

.lunbo1 .nextStop {
    display: none;
}
