
#lunbobox {
    width:100%;
    height:auto;
    position:relative;
    /*overflow-y: hidden;*/
}
.lunbo {
    width: 100%;
    height: 1000px !important;
    /*overflow: hidden;*/
}
.lunbo img {
    width:100%;
    height:996px;

    min-width:1920px;
    position:absolute;
    top:0px;
    left:0px;
}
#lunbobox ul {
    width: 8%;
    position: absolute;
    left: 0;
    right: 0px;
    bottom: 10%;
    margin: 0 auto;
    z-index: 5;
}
#lunbobox ul li {
    cursor:pointer;
    width:10px;
    height:10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border:1px solid #cccccc;
    float:left;
    list-style:none;
    background:#cccccc;
    text-align:center;
    margin:0px 5px 0px 0px;
}
#toleft {
    display:none;
    width: 115px;
    height: 115px;
    font-size:44px;
    line-height:115px;
    text-align:center;
    color:#ffffff;
    background-color: #555454;
    /*background:#cccccc;
    */
    /*background:url("../images/toleft.jpg")no-repeat center;
    */
    position:absolute;
     top:360px;
    left:12px;
    cursor:pointer;
    z-index:99;
    opacity:0.2;
}
#toright {
    display:none;
    width: 115px;
    height: 115px;
    font-size:44px;
    line-height:115px;
    text-align:center;
    color: #ffffff;
    position:absolute;
    top:360px;
    right:0px;
    cursor:pointer;
    z-index:99;
    background-color: #555454;
    opacity: 0.2;
}
