@charset "utf-8";


html,
body {
	scrollbar-arrow-color: #6688AA;
	scrollbar-3dlight-color: #AACCDD;
	scrollbar-shadow-color: #99BBCC;
	scrollbar-face-color: #DDEEFF;
	scrollbar-darkshadow-color: #DDEEFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-track-color: #EEEEEE;
}
html { height:100%; }
body {
	color: #444444;
	height:100%;
	margin:0;
	padding:0;
	background-image: url(../images/skin1/main_bg.gif);
}
a {
	/*color: #0099EE;*/
	color:#000;
	text-decoration: none;
	border: 0;
	background-color: transparent;
}
a:hover {
	color: #f90;
	text-decoration: underline;
	background-color: transparent;
}
a:active,
a:focus {
	color: #FF6600;
	text-decoration: none;
}
.selected {
	background: #2266BB;
	color: #CCFFFF;
	text-decoration: none;
}
a[href^="#"]:focus, a[href^="javascript"]:focus {
outline:0;
-moz-outline-style: none;
}
div,
blockquote,
q,
iframe,
form,
ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;
}
ul,
dl,
li { list-style: none; }
img {
	border: none 0;
	vertical-align: middle;
}
body,
td,
textarea {
	word-break: break-all;
	word-wrap: break-word;
	line-height: 1.4;
}
body,
input,
textarea,
select,
button {
	font-size: 12px;
	font-family: Tahoma, SimSun, sans-serif;
}
div,
p,
table,
th,
td,font {
	font-size: 1em;
	font-family: inherit;
	line-height: inherit;
}
em,
i,
u,
q,
s,
dl,
caption,
dfn,
var,
address,
cite,
s,
strike,
del,
ins {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
iframe {
	border-style: solid;
	border-color: #778899;
	border-width: 0;
}
form { display: inline; }
h1 {
	font-size: 24px;
	font-family:SIMHEI, sans-serif;
	font-weight: normal;
}
h2 {
	font-size: 20px;
	font-family:SIMHEI, sans-serif;
	font-weight: normal;
}
h3 {
	font-size: 16px;
	font-family:Arial, sans-serif;
	font-weight: bold;
}
h4 {
	font-size: 14px;
	font-family:Arial, sans-serif;
	font-weight: bold;
}
h5 {
	font-size: 13px;
	font-family:SIMSUN, sans-serif;
	font-weight: bold;
}
h6 {
	font-size: 12px;
	font-family:SIMSUN, sans-serif;
	font-weight: bold;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
	content: "";
	content: none;
}
blockquote,
q { quotes: "" ""; }
caption { text-align: left; }
hr {
	clear:both;
	margin:7px 0;
+margin: 0;
	border:0 none;
	font-size: 1px;
	line-height:1px;
	color: #ddd;
	background-color:#ddd;
	height: 1px;
}
label{margin-right:0.5em; white-space:nowrap;}
em,
i { color:#669900 }
pre,
code { font-family: monospace; }
/*Bugfix: 一些bug的修正 */
* html textarea {
	overflow:auto;
	overflow-x: hidden;
}/*使多行文本框不显示默认的竖向滚动条*/
* html iframe,
* html frame { overflow:auto; }/*使浮动窗口不显示默认的竖向滚动条*/
/* */
table { border-collapse: collapse; }



/*************页面布局****************/

/*顶部TOP*/
.top {
	width:950px;
	margin-left:auto;
	margin-right:auto;
}
.top .top_banner {
	width:100%;
	height:40px;
	padding-top:80px;
	
background-image:url(../images/skin1/top_banner.jpg);
}
.top .nav {
	width:100%;
	height:27px;
}
.top .nav #nav_left {
	background:url(../images/skin1/navmenu_left.gif);
	height:27px;
	width:63px;
	float:left;
}
.top .nav #nav_center {
	width:687px;
	height:27px;
	float:left;
	background:url(../images/skin1/navmenu_bg.gif);
}
.top .nav #nav_right {
	background:url(../images/skin1/navmenu_right.gif);
	height:27px;
	width:200px;
	float:left;
}
.top .quick_search {
}

/*主要内容布局*/
.main_Content {
	width:950px;
	margin-left:auto;
	margin-right:auto;
	height:inherit;
	background:#FFF;
	float:none;
}
.main_Content .main_left{
	width:250px;
	float:left;
	background-color:#FFF;
}
.main_Content .main_center{
	width:444px;
	height:inherit;
	float:left;
	background-color:#FFF;
	padding-left:2px;
	padding-right:2px;
	border-left:1px #666 solid;
	border-right:1px #666 solid;
}
.main_Content .main_right{
	width:250px;
	float:left;
	background-color:#FFF;
}
.main_Content .main_rightFull{
	width:694px;
	float:left;
}
/*页脚布局*/
.footer{
	width:950px;
	margin-left:auto;
	margin-right:auto;
	line-height:150%;
	text-align:center;
	background-color:#FFF;
	padding-top:5px;
	border-top:1px #666 dashed;
	border-bottom:1px #666 dashed;
}
.footer a{
	color:#000;
}