﻿*{ margin:0px; padding:0px;}
body 
{
    line-height:1.5;
    font-family:微软雅黑;
}
a{ text-decoration:none;}
ul,li{ list-style:none; }



.bannerBox {
	position:relative;  z-index:9;  width:100%; height:600px; clear:both;
}
.slideBox {
	position: relative; background: #fff; height:600px; z-index:1;   
}
.slideBox UL {
	position: relative; height:600px; overflow: hidden
}
.slideBox LI {
	height:600px;
}
.slideBoxNav {
	text-align: center; top:540px; z-index:8000; position:absolute; left:48%; padding:5px 8px 5px 3px;
}
.slideBoxNav A {
	margin-left:3px; width: 30px; display: inline-block; height: 18px; background:url(../images/nav.png) top center no-repeat; overflow:hidden; text-decoration:none; line-height:10px; text-align:center;
}
.slideBoxNav A.selected {
	margin-left:3px; width: 30px; display: inline-block; height: 18px; background:url(../images/navse.png) top center no-repeat; overflow:hidden;
} 