*{margin:0;padding:0;}
body td,th {
	color: #333333;font-size:14px;font-family:Microsoft YaHei;
}

A:link {
	FONT-SIZE: 12px; COLOR: #333333; TEXT-DECORATION: none;
}
A:visited {
	FONT-SIZE: 12px; COLOR: #333333; TEXT-DECORATION: none;
}
A:hover {
	FONT-SIZE: 12px; COLOR: #333333; TEXT-DECORATION: underline;
}
A.menu:link {
	COLOR: #ffffff; TEXT-DECORATION: none; font-size:14px;
}
A.menu:visited {
	COLOR: #ffffff; TEXT-DECORATION: none;font-size:14px;
}
A.menu:hover {
	COLOR: #ffffff; TEXT-DECORATION: underline; font-size:14px;
}

.sea_b {
    height: 30px;
    line-height: 30px;
    padding-left: 4px;
	width:63px;
    background: url(/images/sea_r.png) right no-repeat;
    border: none;
    cursor: pointer;
    margin-left: 4px;
    font-family: "Verdana";
}

.sea_t {
    width: 208px;
    height: 30px;
    line-height: 30px;
    text-indent: 10px;
    background: url(/images/sea_t.png) no-repeat;
    border: none;
}


.form_input {
    width: 290px;
    height: 28px;
    background: #fff;
    text-indent: 10px;
    border: 1px solid #fff;
    float: left;
    border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.a1 {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:400px;
	min-width:1000px;
	background:#000
}
.a1 ul {
	height:100% !important;
	width:100% !important;
}
.a1 li {
	height:100% !important;
	width:100% !important;
}
#footer {
	text-align:center;
}
.content {
	width:100%;
	position:absolute;
	z-index:10000;
	margin:0 auto;
	padding:0px;
}
.nav {
	height:80px;
	color:#fff;
	overflow:hidden;
	font:normal 14px/28px "Microsoft YaHei";
	_font-weight:bold;
	background:url(nav.png) no-repeat;
}
.nav li {
	width:120px;
	float:left;
	text-align:center;
	border-top:0;
	border-bottom:0;
}
.nav li a {
	display:block;
	color:#666666;
	height:26px;
	padding:18px 0px;
	font-size: 14px;
}
.nav li a:hover, .nav li.on a {
	background:url(nav_b.png) no-repeat center 10px;
	color:#f17015;
	font-size: 14px;
}
.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
	padding-right:8px;
}
.dtree a {
	color: #333;
	text-decoration: none;
	height:30px;
	line-height:30px;
	font-size:14px;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #333;
	text-decoration: underline;
}
.dtree a.nodeSel {
	background-color: #c0d2ec;
}
.dtree .clip {
	overflow: hidden;
}

.py{
	padding: 5px 8px;
}


/*总容器样式*/  
.pager { font-size:1em;border:1px solid #f17015;padding:5px 15px;margin:0px 5px}   
/*分页链接样式*/  
.pager a { font-size:1em;border:1px solid #f17015;padding:5px 15px;margin:0px 5px; }   
/*分页链接鼠标移过的样式*/  
.pager a:hover {font-size:1em;border:1px solid #f17015;padding:5px 15px;background:#f17015;color:#ffffff;margin:0px 5px}   
/*当前页码的样式*/  
.pager span.current { font-weight: bold; margin: 0 2px; padding: 2px 5px; color: #fff; background-color: #66C; border: 1px solid #009; }   
/*不可用分页链接的样式(比如第1页时的“上一页”链接)*/  
.pager span.disabled { margin: 0 2px; padding: 2px 5px; color: #CCC; border: 1px solid #DDD; }   
