/*banner1的css*/
.banner1{
    width:227px;
    height:202px;
    margin-top: 9px;
    margin-left: 4px;
    position: relative;
}

/*数字按钮样式*/
.banner1 .num { overflow:hidden; height: 10px; position: absolute; bottom:-25px; left: 65px; zoom:1; z-index:3 }
.banner1 .num li { width: 10px; height: 10px; line-height: 10px; text-align: center; font-weight: 400; font-family: "微软雅黑", Arial; color: #C40001; background: #C40001; margin-right: 6px; border-radius:50%; cursor:pointer; float: left; }
.banner1 .num li.on { background: #F8CB00;color: #F8CB00; } /*当前项*/

/*上一个  下一个*/
.banner1 .prev,.banner1 .next{}
.banner1 .prev { left: 0; }
.banner1 .next { right: 0; background-position: right}