@charset "utf-8"; /*本例css*/ .slide { width:100%; height:350px; position: relative; overflow:hidden; } /*数字按钮样式*/ .slide .num { overflow:hidden; height: 25px; position: absolute; bottom:12px; left: 15px; zoom:1; z-index:999} .slide .num ul{ width:400px; margin:0 auto;} .slide .num li { width:25px; height: 25px; line-height: 25px; text-align: center; font-weight: 400; font-family: "微软雅黑", Arial; color: #FFFFFF; background: #444444; border-radius:50%; cursor:pointer; float: left; } .slide .num li.on { background: #FF7700; } /*当前项*/ /*上一个 下一个*/ .slide .prev, .slide .next { display: none; width: 40px; height: 100px; background: url(../images/cn/btn.png) no-repeat; position: absolute; top:150px;} .slide .prev { left: 0; } .slide .next { right: 0; background-position: right } .banner{ height:350px; width:100%; border-bottom:10px #bbb solid; z-index:-999; margin-bottom:15px; *margin-bottom:15px; padding-top:40px;}