.banner{width:100%;overflow:hidden;height:700px;position:relative;margin:0;padding:0;}
.banList{margin:0;padding:0;position:absolute;left:50%;margin-left:-960px;height:700px;}
.banList li{height:700px;opacity:0;position:absolute;transform:scale(0);transition:transform 0.5s ease 0s, opacity 1.5s ease 0s;z-index:1;list-style-type:none;}
.banList li.active{opacity:1;transform:scale(1);z-index:2;}
.banList li img{border:0;}
.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:#d4d7de;width:15px;height:15px;border-radius:50%;margin:0 5px;}
.jsNav a.current{background:#9d9fa3;cursor:pointer}