@charset "utf-8";
/* CSS Document */
* {
	font-family: 宋体,"Lucida Grande" , mingliu;
	font-size:12px;
	color:#000;
}
* a {
	color:#000;
	text-decoration:none;
}
* a:hover {
	text-decoration:underline;
}
body {
	width:938px;
	margin:0 auto;
	padding:0;
	font-size:62.5%;
}
#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:280px;
	float:left;
	padding:10px 0 0 0;
}
#content #leftNavi .navi-01 {
	padding:0 0 0 38px;
	background-image: url(../images/icon-11.png);
	background-repeat: no-repeat;
	background-position: 18px 8px;
}
#content #leftNavi .navi-01 ul {
	padding:0;
	margin:0;
	height:28px;
}
#content #leftNavi .navi-01 ul li {
	padding:0;
	margin:0;
	float:left;
	list-style:none;
	height:28px;
	line-height:28px;
}
#content #leftNavi .navi-01 ul .li-01 {
	font-size:16px;
	font-weight:bold;
	width:188px;
}
#content #leftNavi .navi-01 ul .li-02 {
	width:44px;
}
#content #leftNavi .new-01,#content #leftNavi .new-02 {
	padding:0 0 0 14px;
}
#content #leftNavi .new-01 ul,#content #leftNavi .new-02 ul {
	padding:0 15px 0 0;
	margin:0;
}
#content #leftNavi .new-01 ul li,#content #leftNavi .new-02 ul li {
	padding:0;
	margin:0;
	list-style:none;
}
#content #leftNavi .new-01 ul .li-01,#content #leftNavi .new-02 ul .li-01 {
	background-image: url(../images/icon-12.png);
	background-repeat: no-repeat;
	background-position: left top;
	height:8px;
	line-height:1px;
}
#content #leftNavi .new-01 ul .li-02 {
	height:25px;
	line-height:25px;
	padding:0 0 0 36px;
	border-left:2px solid #d3d3d3;
	border-right:2px solid #d3d3d3;
	background-image: url(../images/icon-14.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#content #leftNavi .new-01 ul .li-03,#content #leftNavi .new-02 ul .li-03 {
	background-image: url(../images/icon-13.png);
	background-repeat: no-repeat;
	background-position: left top;
	height:8px;
	line-height:1px;
}
#content #leftNavi .new-02 ul .li-01,#content #leftNavi .new-02 ul .li-03 {
	float:left;
	width:100%;
}
#content #leftNavi .new-02 ul .li-02,#content #leftNavi .new-02 ul .li-04 {
	float:left;
	height:25px;
	line-height:25px;
	background-image: url(../images/icon-09.png);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding:0 0 0 15px;
}
#content #leftNavi .new-02 ul .li-02 {
	border-left:2px solid #d3d3d3;
	width:108px;
}
#content #leftNavi .new-02 ul .li-04 {
	border-right:2px solid #d3d3d3;
	width:109px;
}
#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:658px;
	float:left;
}
#mainContent #mt-left {
	width:408px;
	float:left;
	padding-top:10px;
}
#mainContent #mt-left .navi {
	background-image: url(../images/icon-07.png);
	background-repeat: no-repeat;
	background-position: 8px 8px;
	padding-left:8px;
}
#mainContent #mt-left .navi ul {
	padding:0 0 0 20px;
	margin:0;
	height:28px;
	line-height:28px;
	border-bottom:2px solid #d3d3d3;
}
#mainContent #mt-left .navi ul li {
	padding:0;
	margin:0;
	height:28px;
	list-style:none;
	float:left;
}
#mainContent #mt-left .navi ul .li-01 {
	font-size:16px;
	font-weight:bold;
	width:330px;
}
#mainContent #mt-left .navi ul .li-02 {
	width:40px;
	height:19px;
	padding:9px 0 0 0;
	line-height:1px;
}
#mainContent #mt-left .ct-01 {
	padding:5px 0 5px 8px;
}
#mainContent #mt-left .ct-01 dl {
	margin:0;
	padding:5px 0 0 0;
	float:left;
	width:400px;
}
#mainContent #mt-left .ct-01 dl dt {
	margin:0;
	padding:5px 5px 5px 0;
	float:left;
}
#mainContent #mt-left .ct-01 dl dt dd{
	margin:0;
	padding:0;
	float:left;
}
#mainContent #mt-left .ct-01 dl .dd-01 a {
	color:#517d99;
	font-weight:bold;
	height:20px;
	text-decoration:underline;
	line-height:20px;
}
#mainContent #mt-left .ct-01 dl .dd-02 {
	color:#a3a3a3;
	padding-top:2px;
	line-height:18px;
}
#mainContent #mt-left .ct-02 {
	padding-left:18px;
}
#mainContent #mt-left .ct-02 ul {
	padding:5px 0 0 0;
	margin:0;
}
#mainContent #mt-left .ct-02 ul li{
	padding:0;
	margin:0;
	float:left;
	list-style:none;
	line-height:20px;
	height:20px;
}
#mainContent #mt-left .ct-02 ul .li-01 {
	width:40%;
}
#mainContent #mt-left .ct-02 ul .li-02 {
	width:60%;
}
#mainContent #mt-left .ct-02 ul li a {
	color:#8a8a8a;
}
#mainContent #mt-right {
	width:240px;
	float:left;
	padding-top:10px;
}
#mainContent #mt-right .navi-01 {
	padding-left:10px;
}

#mainContent #mt-right .navi-01 ul {
	padding:0 0 0 20px;
	margin:0;
	height:28px;
	line-height:28px;
}
#mainContent #mt-right .navi-01 ul li {
	padding:0;
	margin:0;
	height:28px;
	list-style:none;
	float:left;
}
#mainContent #mt-right .navi-01 ul .li-01 {
	font-size:16px;
	font-weight:bold;
	width:160px;
	color:red;
}
#mainContent #mt-right .navi-01 ul .li-02 {
	width:40px;
	height:19px;
	padding:9px 0 0 0;
	line-height:1px;
}
#mainContent #mt-right .ct-01 {
	background-image: url(../images/bkg-02.png);
	background-repeat: no-repeat;
	background-position: 15px top;
	line-height:26px;
	padding:10px 20px 0 25px;
	height:231px;
	text-indent:24px;
}

#mainContent #mt-right .navi-02 {
	padding-left:10px;
	background-image: url(../images/icon-11.png);
	background-repeat: no-repeat;
	background-position: 28px 8px;
}

#mainContent #mt-right .navi-02 ul {
	padding:0 0 0 40px;
	margin:0;
	height:28px;
	line-height:28px;
}
#mainContent #mt-right .navi-02 ul li {
	padding:0;
	margin:0;
	height:28px;
	list-style:none;
	float:left;
}
#mainContent #mt-right .navi-02 ul .li-01 {
	font-size:16px;
	font-weight:bold;
	width:150px;
}
#mainContent #mt-right .navi-02 ul .li-02 {
	width:40px;
	height:19px;
	padding:9px 0 0 0;
	line-height:1px;
}
#mainContent #mt-right .ct-02 ul {
	margin:0;
	padding:0 4px 0 15px;
}
#mainContent #mt-right .ct-02 ul li {
	margin:0;
	padding:0;
	list-style:none;
}
#mainContent #mt-right .ct-02 ul li p{
	margin:0;
	padding:0;
	line-height:22px;
	text-indent:24px;
}
#mainContent #mt-right .ct-02 ul .li-01 {
	background-image: url(../images/icon-15.png);
	background-repeat: no-repeat;
	background-position: left top;
	height:8px;
	line-height:1px;
}
#mainContent #mt-right .ct-02 ul .li-02 {
	background-image: url(../images/icon-16.png);
	background-repeat: no-repeat;
	background-position: left top;
	height:8px;
	line-height:8px;
}
#mainContent #mt-right .ct-02 ul .li-03 {
	border-left:2px solid #d3d3d3;
	border-right:2px solid #d3d3d3;
	padding:0 6px;
}
#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;
}