/**组件样式**/
.nav>ul>li {
    position: relative;
    float: left;
    width: 12%;
    text-align: center;}
.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;}

