.body-imgrun-03 .banner{width:100%;overflow:hidden;height:460px;position:relative}
.body-imgrun-03 .banList{position:absolute;height:460px;width: 100%;}
.body-imgrun-03 .banList>li{height:460px;width: 100%;opacity:0.2;position:absolute;transition:all 1s ease 0s, opacity 1.5s ease 0s;z-index:1;}
.body-imgrun-03 .banList>li a{width: 100%;height:100%;display: block}
.body-imgrun-03 .banList li.active{opacity:1;transform:scale(1);z-index:2;
    animation:body-imgrun-03-move 2s ;
    -webkit-animation:body-imgrun-03-move 2s ;
}
.body-imgrun-03 .fomW{position:absolute;bottom:20px;left:0px;right:0px;height:20px;z-index:9;width:1000px;margin: 0px auto;}
.body-imgrun-03 .jsNav{text-align:center;}
.body-imgrun-03 .jsNav a{display:inline-block;background:#fff;width:15px;height:15px;border-radius:50%;margin:0 5px;}
.body-imgrun-03 .jsNav a.active{background:#fc8f0f;cursor:pointer}

@keyframes body-imgrun-03-move
{
    from {top:500px;}
    to{top:0px;}

}

@-webkit-keyframes body-imgrun-03-move /* Safari and Chrome */
{
    from {top:500px;}
    to{top:0px;}
}