﻿body {
	font-family:Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
* {
	margin:0 auto;
	padding:0;
}
ul {
	padding:0;
	margin:0;
	list-style:none;
}
img {
	border:none;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
/*顶部*/
#header {
	width:930px;
	height:70px;
}
#header-left {
	width:122px;
	height:57px;
	float:left;
	padding:13px 0 0 8px;
}
#header-middle {
	width:493px;
	height:53px;
	line-height:53px;
	float:left;
	padding:7px 0 0 27px;
	font-size:20px;
	text-align:center;
}
#header-right {
	width:250px;
	height:10px;
	float:right;
	padding:22px 0 0 0;
}
#inputcss {
	border:#DDD solid 1px;
	padding:1px;
	margin-right:5px;
}
/*菜单*/
#nav {
	width:930px;
	height:26px;
	background:url(../images/navbg.jpg) no-repeat;
	background-color:#333333;
}
#nav a {
	color:#FFFFFF;
	width:90px;
	height:26px;
	line-height:26px;
	text-align:center;
	display:block;
	font-weight:bold;
	float:left;
	border-right:#999999 solid 1px;
}
#nav a:hover {
	color:#FF8000;
	text-decoration:none;
}
#nav li {
	color:#999999;
	float:left;
}
/*子菜单*/
#subnav {
	width:930px;
	height:30px;
	line-height:30px;
	background-color:#666666;
}
#subnav li {
	height:30px;
	padding:0 15px;
	line-height:30px;
	float:left;
}
#subnav .one {
	background:url(/templets/king/images/subnav_arrow2.gif) right center no-repeat;
	background-color:#FF6600;
}
#subnav .one a {
	color:#FFF;
}
/*首页FLASH*/
#index-image {
	width:930px;
	height:170px;
	margin:5px auto;
}
/*总体容器*/
#container {
	width:930px;
	height:auto !important;
	margin:10px auto;
}
/*左列*/
#leftsider {
	width:670px;
	height:auto !important;
	min-height:500px;
	height:500px;
	float:left;
}
/*左列模块*/
#page-online {
	color:#000000;
	font-size:13px;
	padding:7px 0 7px 7px;
	border-left:#DDD solid 4px;
}
#page-online a {
	color:#333333;
	text-decoration:underline;
}
#leftsider .article {
	padding:27px 17px 27px 7px;
	color:#333333;
	font-size:14px;
}
#leftsider .article a {
	color:#333333;
	text-decoration:underline;
}
#leftsider .article p {
	margin:17px auto;
	line-height:25px;
}
#leftsider .pagelist {
	text-align:center;
	padding:22px 0;
}
/*右列*/
#rightsider {
	width:222px;
	height:auto !important;
	float:right;
}
#rightsider .list {
	width:220px;
	height:auto !important;
	min-height:110px;
	height:110px;
	padding:0 0 5px 0;
	margin-bottom:7px;
}
#rightsider .list-title {
	background-color:#E7E7E7;
	width:213px;
	padding:5px 0 5px 7px;
	font-size:13px;
	color:#000000;
	border-bottom:#A0A0A0 solid 1px;
}
#rightsider .list-content {
	height:auto !important;
	padding:7px 0 12px 0;
}
#rightsider .list-content a {
	color:#000000;
}
#rightsider .list-content li {
	width:193px;
	padding:7px 0 7px 27px;
	margin:2px 0;
	background:url(/templets/king/images/dian4.gif) no-repeat 12px 10px;
	background-color:#F2F2F2;
}
/*底部*/
#footer {
	height:auto;
	width:930px;
	text-align:center;
	padding:10px 0 17px 0;
	color:#333333;
	border-top:#D7D7D7 solid 1px;
}
#footer p {
	line-height:22px;
}
#footer a {
	color:#333333;
}
/*清除浮动*/
.clear {
	clear:both;
}
.navthisclass {
	background-color:#666666;
	text-decoration:underline;
}
