a,img{border:0;}


/*.banner{width:1024px;overflow:hidden;height:511px;position:relative;padding-left: 50px;margin-bottom:30px;}*/
.banList{margin-left:-960px;width:100%;height:368px;}
.banList li{height:511px;opacity:0;position:absolute;transform:scale(0);transition:transform 0.5s ease 0s, opacity 1.5s ease 0s;z-index:1;}
.banList li.active{opacity:1;transform:scale(1);z-index:2;}
.fomW{position:absolute;bottom:20px;left:50%;height:20px;z-index:9;width:1000px;margin-left:-500px}
.jsNav{text-align:center;}
.jsNav a{display:inline-block;background:rgba(217,217,217,1);width:9px;height:9px;border-radius:50%;margin-left:8px;}
.jsNav a.current{background:#3777FE;}
.banList > li > a > img{width: 1047px;height: 511px;margin-left:400px}

.banner {
    width: 100%;
    height: 368px;
    position: absolute;
    top: 63px;
    left: 0;
    z-index: -9999;
    background-size: cover;
    overflow: hidden;
}