﻿@charset "utf-8";
/* CSS Document */
*
{
	margin:0px;
	padding:0px;
	border:0px;
}
body
{
	font:12px "宋体",Arial,sans-serif;
	color:#5a5a5a;
}
a
{
	color:#595959;
	text-decoration:none;
}
a:hover
{
	color:#06F;
	text-decoration:none;
}
a:active
{
	color:#36f;
	text-decoration:none;
}
ul,li
{
	list-style-type:none;
}
input
{
	border-top:2px solid #666;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	border-left:2px solid #666;
}
.clear
{
	width:980px;
	clear:both;
	margin:0px auto;
}
#header
{
	height:122px;
	background-color:#fafafa;
	border-bottom:1px solid #0061dc;
}
#top
{
	width:980px;
	height:122px;
	overflow:hidden;
	margin:0px auto;
}
#tlink
{
	height:28px;
	text-align:right;
	line-height:28px;
	margin-top:12px;
	padding-right:15px;
}
#tlink a
{
	color:#36f;
	text-decoration:none;
}
#tlink a:hover
{
	text-decoration:underline;
}
#logo
{
	width:230px;
	height:82px;
	float:left;
	margin:20px auto auto 15px;
}
#menu
{
	color:#fff;
	width:668px;
	height:62px;
	float:right;
	margin-top:20px;
	margin-right:10px;
}
#mleft
{
	width:9px;
	height:62px;
	float:left;
	background:url(../images/mleft.gif) no-repeat;
}
#mmiddle
{
	width:650px;
	height:62px;
	float:left;
	background:url(../images/mbg.gif) repeat-x;
}
#mright
{
	width:9px;
	height:62px;
	float:right;
	background:url(../images/mright.gif) no-repeat;
}
#mmiddle li a
{
	color:#fff;
	text-decoration:none;
}
#mmiddle li a:hover
{
	color:#FF0;
}
#mmiddle li
{
	float:left;
}
.mItem
{
	width:640px;
	height:20px;
	line-height:20px;
	margin-left:5px;
	clear:both;
}
.mlink
{
	margin-left:8px;
}
.mline
{
	margin-left:10px;
}

#Copyright
{
	width:980px;
	height:100%;
	padding:10px;
	overflow:hidden;
	font:12px Arial;
	border-top:3px solid #36f;
	line-height:22px;
	clear:both;
	margin:0px auto;
}
