*{ margin:0; padding:0; list-style:none} .trans { /*transition*/ -webkit-transition: 0.3s ease; -moz-transition: 0.3s ease; -ms-transition: 0.3s ease; -o-transition: 0.3s ease; transition: 0.3s ease; } .left_btn,.right_btn{ position:absolute; width:30px; height:40px; top:40%; cursor:pointer; background:rgba(0,0,0,.5); z-index:88; text-align:center; line-height:40px; color:#CCC; font-size:30px;} .left_btn{ left:-30px;} .right_btn{ right:-30px;} .bd:hover .left_btn{ left:0} .bd:hover .right_btn{ right:0} .bd:hover ul li p{ bottom:0} .bd{ width:400px; height:200px; outline:#999 4px solid; margin:50px auto;overflow:hidden; position:relative;} .bd .box{ width:6000px; position:absolute; top:0 ; left:0;} .bd ul{ overflow:hidden; width:6000px; float:left} .bd ul li{ height:200px; width:400px; float:left; text-align:center; font-size:50px; line-height:200px; position:relative} .bd ul li p{ position:absolute; background:#F00; color:#FFF; bottom:-40px; padding:10px 0; height:20px; line-height:20px; font-size:14px; width:100%;}