@charset "utf-8";
/* CSS Document */
* {
	font-family: 宋体,"Lucida Grande" , mingliu;
	font-size:12px;
}
body a {
	color:#000;
	text-decoration:none;
}
body a:hover {
	text-decoration:underline;
}
body {
	width:938px;
	margin:0 auto;
	padding:0;
	font-size:62.5%;
	color:#000;
}
#header {
	border-top:8px solid #527e99;
	height:88px;
}
#header #logo {
	height:88px;
	width:122px;
	float:left;
}
#header #navi {
	width:816px;
	height:88px;
	float:left;
}
#header #navi h1 {
	padding:10px 28px 0 0;
	margin:0;
	text-align:right;
	font-weight:normal;
	vertical-align:middle;
}
#header #navi h1 a {
	color:#464646;
}
#header #navi h2 {
	height:26px;
	line-height:26px;
	margin:0;
	padding:0 10px;
	font-size:22px;
	color:#000;
}
#header #navi h3{
	height:28px;
	line-height:16px;
	margin:0;
	padding:0 10px;
	font-size:12px;
	color:#000;
	font-weight:normal;
}
#header #navi h1 .font-01 {
	color:#76c5f0;
}
#flash {
	border-top:3px solid #91b6c8;
}
#navigation {
	height:3em;
	background-image: url(../images/top_grad.gif);
	background-repeat: repeat-x;
	background-position: center center;
}

/* remove all the bullets, borders and padding from the default list styling */
#navigation ul {
	padding:0;
	margin:0;
	list-style-type:none; 
	height:3em;
	background:transparent;
}

/* style the sub-level lists */
#navigation ul ul {
	width:15em;
}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#navigation ul li {
	float:left;
	height:3em;
	line-height:3em;
	display:block;
	text-align:center;
}
#navigation ul li ul li {
	text-align:center;
}
/* style the sub level list items */
#navigation ul ul li {
	display:block;
	width:12em;
	height:auto;
	line-height:1em;
}

/* style the links for the top level */
#navigation a, #navigation a:visited {
	display:block;
	float:left;
	height:100%;
	width:auto;
	font-size:1em;
	text-decoration:none;
	color:#fff;
	background:#949e7c url(../images/top_grad.gif) center center; 
	padding:0 2.3em 0 2.2em;
	border-left:1px solid #eee;
	border-right:1px solid #000;
}
/* hack IE5.x to get the correct the faulty box model and get the width right */
* html #navigation a, * html #navigation a:visited {
	width:12em;
	w\idth:7em;
}

/* style the sub level links */
#navigation ul ul a, #navigation ul ul a:visited {
	display:block;
	background:#5b8686 url(../images/sub_grad.gif);
	color:#fff;
	width:12em;
	height:100%;
	line-height:1em;
	padding:0.5em 1em;
	border-bottom:1px solid #7aa;
}
* html #navigation ul ul a, * html #navigation ul ul a:visited  {
	width:12em;
}


/* style the table so that it takes no part in the layout - required for IE to work */
#navigation table {
	border-collapse:collapse;
	padding:0;
	margin:-1px;
	width:0;
	height:0;
	font-size:1em;
	z-index:1;
}
/* style the third level background */
#navigation ul ul ul a, #navigation ul ul ul a:visited {
	background:#b4be9c url(../images/sub_grad.gif);
}
/* style the fourth level background */
#navigation ul ul ul ul a, #navigation ul ul ul ul a:visited {
	background:#c4ceac url(../images/sub_grad.gif);
}
/* style the sub level 1 background */
#navigation ul :hover a.sub1 {
	background:#447b7b;
}
/* style the sub level 2 background */
#navigation ul ul :hover a.sub2 {
	background:#447b7b;
}

/* style the level hovers */
/* first */
* html #navigation a:hover {
	color:#ff0;
	background:#d4d8bd url(../images/top_grad_2.gif) center center;
	position:relative;
	z-index:100;
}
#navigation li:hover {
	position:relative;
}
#navigation :hover > a {
	color:#ff0;
	background:#d4d8bd url(../images/top_grad_2.gif) center center;
}
/* second */
#navigation ul ul a:hover {
	color:#ff0;
	background:#7aa;
	position:relative;
	z-index:110;
}
#navigation ul ul li:hover {
	position:relative;
}
#navigation ul ul :hover > a {
	color:#ff0;
	background:#7aa;
}
/* third */
* html #navigation ul ul ul a:hover {
	background:#7aa;
	position:relative;
	z-index:120;
}
#navigation ul ul ul :hover > a {
	background:#7aa;
}
/* fourth */
#navigation ul ul ul ul a:hover {
	background:#7aa;
	position:relative;
	z-index:130;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
#navigation ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:3em;
	left:0;
	width:10em;
}

/* position the third level flyout menu */
#navigation ul ul ul{
	left:10em;top:0;width:10em;
}


/* make the second level visible when hover on first level list OR link */
#navigation ul :hover ul{
	visibility:visible;
	height:auto;
	padding:0 3em 3em 3em;
	left:-3em;
	background-color: transparent;
	background-image: url(../images/trans.gif);
}
/* keep the third level hidden when you hover on first level list OR link */
#navigation ul :hover ul ul{
	visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
#navigation ul :hover ul :hover ul ul{
	visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
#navigation ul :hover ul :hover ul{
	visibility:visible; left:9em;
}
/* make the fourth level visible when you hover over third level list OR link */
#navigation ul :hover ul :hover ul :hover ul {
	visibility:visible;
}

#content #leftNavi {
	width:220px;
	float:left;
	padding:10px 0 0 0;
}
#content #leftNavi .navi-01 {
	padding:0 0 0 38px;
	background-image: url(../images/bkg-03.png);
	background-repeat: no-repeat;
	background-position: 10px 0;
	line-height:26px;
	height:26px;
	font-size:14px;
	font-weight:bold;
}
#content #leftNavi .new-01,#content #leftNavi .new-02 {
	padding:0 0 0 10px;
}
#content #leftNavi .new-01 ul,#content #leftNavi .new-02 ul{
	padding:4px 15px 4px 0;
	margin:0;
	background-color:#f2f2f2;
}
#content #leftNavi .new-01 ul {
	height:120px;
}
#content #leftNavi .new-01 ul li {
	padding:0;
	margin:0;
	width:50%;
	float:left;
	line-height:24px;
	list-style-type: none;
	height:24px;
}
#content #leftNavi .new-02 ul li {
	padding:0 0 0 10px;
	margin:0;
	line-height:24px;
	list-style-type: none;
}
#content #leftNavi .ct-01 {
	padding:10px 0 0 14px;
}
#content #leftNavi .ct-01 h1 {
	margin:0;
	padding:0 0 0 16px;
	background-image: url(../images/icon-10.png);
	background-repeat: no-repeat;
	background-position: left 4px;
	line-height:20px;
	color:#356dd9;
	font-weight:normal;
}
#content #leftNavi .ct-01 h1 strong {
	color:#356dd9;
}
#content #leftNavi .adjust-01 {
	margin-top:10px;
}
#content #leftNavi .adjust-02 {
	height:24px !important;
	line-height:24px !important;
}
#content #mainContent {
	width:708px;
	padding-left:10px;
	float:left;
}
#content #mainContent .navi {
	padding-top:10px;
}
#content #mainContent .navi h1 {
	padding:0 20px 0 0;
	margin:0;
	text-align:right;
	color:#666666;
	line-height:24px;
	font-weight:normal;
}
#content #mainContent .navi h1 a {
	color:#666666;
}
#content #mainContent .navi h2 {
	padding:0 0 0 20px;
	margin:0;
	line-height:24px;
	font-size:14px;
	background-image: url(../images/bkg-04.png);
	background-repeat: no-repeat;
	background-position: 10px 5px;
}
#content #mainContent .content {
	line-height:20px;
	padding:20px 10px;
}
#content #mainContent .content p {
	padding:5px 0;
	margin:0;
}
#footer {/*脚部*/
	height:30px;
	line-height:30px;
	text-align:center;
	background-color:#517d99;
	color:#FFFFFF;
	margin-top:10px;
}
#footer a {
	color:#FFFFFF;
}
.fltrt { /* 此类可用来使页面中的元素向右浮动。浮动元素必须位于页面上要与之相邻的元素之前。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* 此类可用来使页面上的元素向左浮动 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* 此类应当放在 div 或 break 元素上，而且该元素应当是完全包含浮动的容器关闭之前的最后一个元素 */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}