/* CSS Document */
@CHARSET "UTF-8";
body ,html{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
	width:100%;
}
body,td,th {
	font-size: 12px;
	font-family: "Microsoft Yahei","黑体","宋体";
}
ul {
	list-style:none;
	margin:0;
	padding:0;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.swap{
	width:100%; height:400px; margin:0 auto;
}
#slider{
	list-style:none; width:100%; height:100%; margin:0; padding:0; 
}
#slider li{
	width:100%; height:400px; display:none; position:absolute;
}

#naviSlider{
	list-style:none;  margin:0 auto; width:auto; text-align:center; margin-top:3px; *margin-top:5px;
	
}
#naviSlider  li{
	height:10px; width:10px;   cursor:pointer; display:inline-block; 
	background:url(img/dot.png) -10px center no-repeat;
	_background:url(img/dot_ie6.png) -10px center no-repeat;
	*zoom:1;*display:inline;*margin-left:2px;
	
}
#naviSlider li.on{
	background:url(img/dot.png) left center no-repeat;
	_background:url(img/dot_ie6.png) left center no-repeat;
}
{ padding:0px 3px;}  
.deptitem td  
{font-size: 14px; color:#d82828; font-weight:bold;   }  
.jobitem td  
{ border-bottom:1px dashed #ccc;
 white-space:nowrap; overflow:hidden; text-overflow:ellipsis;/*强制不换行，超出显示省略号*/}
  a:link { color:#000; text-decoration: none; }
a:visited { text-decoration: none; color: #000; }
a:hover {	text-decoration: underline;	color:#000;}
 a:active {	text-decoration: none;}  