@charset "utf-8";
*{
	margin:0;
	padding:0;
	font-family: "microsoft yahei";
}
img{display:block;}
li{list-style-type:none;}
a{text-decoration: none;}
.cl{clear: both;}
/*banner样式*/
.banner{ width:100%!important;position:relative;}
#bannerBox{ width:100%;  /*position:absolute;*/ top:0; left:0;}
#bannerList{ position:relative; width:100%; }
#bannerList li{position: absolute; left:0; top:0; width:100%; }
#bannerList li a img{position: absolute; left:0; top:0; width:100%!important; }
#bannerBton{ position:absolute; right:45%; bottom:80px;}
#bannerBton li{ width:40px; height:5px; float:left; text-align: center; margin-right:7px; background-color:#8da6ff; line-height:15px; font-size:12px; cursor:pointer;}
#bannerBton li.up{ background-color:#028235;}