ul {
list-style:none;
}
.box {
width:1200px;
margin:0 auto;
}
ul {
background-color:#000;
height:40px;
position:relative;
}
ul>li {
float:left;
line-height:40px;
color:#fff;
width:100px;
text-align:center;
}
span {
width:100px;
height:3px;
display:block;
background-color:#42beff;
position:absolute;
top:37px;
transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;
-o-transition:all .5s
}