/*
===============================
项目开发于2012-10-30
designer:崔岩
email:yan.richie@gmail.com
版权所有
===============================
*/
/*公共属性*/
body, dl, dt, dd, ol, ul, pre, form, field, input, p, th, td, h1, h2, h3, h4, h5, h6 {
	font-family: "\5FAE\8F6F\96C5\9ED1","\5B8B\4F53",Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	color:#000000;
	font-size:12px;
}
body{
	background-image: url(../img/bg.png);
	background-repeat: repeat-x;
	background-color: #e9e9e9;
}
a{
	text-decoration: none;
	color: #333;
}
a:hover{
	color:#F00;
}
form{
	padding: 0;
	margin:0;
	display: inline;
}
input{
	float: left;
	margin-right: 5px;
}
img {border:0;}
p{line-height:1.8em;}
ul,ol{ list-style:none;}
.clear{ clear:both;}
#container{ width:1000px; margin:0 auto;}
#header{
	width:1000px;
	background-image: url(../img/bg_top.png);
	background-repeat: no-repeat;
	float: left;
}
.logo{
	float: left;
	margin: 28px 0px 10px 20px;
	padding-bottom: 20px;

}
#search{
	float: right;
	width: 370px;
	margin-top: 18px;
}
.it1{
	width: 250px;
	height: 26px;
	border: 1px solid #CCC;
	line-height:26px;
	padding:0px 5px;
}
#navmenu {
	height:37px;
	line-height:37px;
	overflow:visible;
	clear: both;
}
.hotkey{
	background-image: url(../img/nav_oo.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.menu1 {
	margin-left:16px;
}
.menu1 li,.menu1 a{
	height:37px;
	float:left;
}
.menu1 li {position:relative; z-index:100;}
.menu1 a{
	display: block;
	color:white;
	text-align: center;
	font-size: 14px;
	width: 110px;
	line-height: 37px;
}
.menu1 li:hover,.menu1 a:hover,a.this {
	color:#FF6;
}
.menu1 li a:hover,.this {
	background-image: url(../img/nav_oo.png);
	background-repeat:no-repeat;
	background-position: bottom;
}
.menu1 li ul li a:hover{background-image:none;}
.menu1 li ul {
	width:124px;
	position: absolute;
	z-index:9999;
	top:38px;
	left:0px;
	background-color:#333;
	filter:alpha(opacity=70);
	opacity: 0.70;
	display:none;
}
.menu1 li ul li,.menu1 li ul li a{height:26px;line-height:26px;background-image:none;}
.menu1 li ul li a{
	width:116px;
	text-align:left;
	display:block;
	padding:0px 0px 0px 8px;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
	font-size: 12px;
}
.menu1 li ul li a:hover{
	color:#000;
	background-color:#FFF;
	filter:alpha(opacity=70);
	opacity: 0.70;
}
#banner{
	height: 380px;
	clear: both;
}
#footer{
	clear:both;
	background-color: #115a9e;
	color: #FFF;
	line-height: 35px;
	padding-left:20px;
}
#footer span{ margin-left:20px;}
#footer a{
	color: #FF0;
}
.k_pagelist {
float:left;
display:table;
clear:both;
line-height:30px;
width: 100%;
text-align: center;
}
.k_pagelist em {padding:2px;border:1px solid #E7E7E7;font-size:12px;margin:0px 1px;background:#F5F9FE;color:#14316B;font-weight:bold;font-style:normal;}
.k_pagelist strong {padding:2px;border:1px solid #E7E7E7;font-size:12px;margin:0px 1px;color:#009900;}
.k_pagelist a {padding:2px;border:1px solid #E7E7E7;font-size:12px;margin:0px 1px;}
.pl {
clear:both;
width: 500px;
display: table;
float: left;
}
.li_list{
margin:5px 10px;
background-color: #F7FBFC;
padding:5px;
}
.li_list p{
border: 1px dashed #C2C1D0;
padding: 5px;
}
.li_list span{
color: #903;
}
.li_list i{
color: #060;
margin-right: 10px;
}