/* CSS Document */

*{margin:0;padding:0;list-style-type:none;}
a,img{border:0;}
.banner{
	width:100%;
	overflow:hidden;
	height:350px;
	position:relative;
	margin-top: 0px;
}
.banList{position:absolute;left:50%;margin-left:-800px;height:35px}
.banList li{height:380px;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:#fff;width:15px;height:15px;border-radius:50%;margin:0 5px;}
.jsNav a.current{background:#fc8f0f;cursor:pointer}

