@charset "utf-8";
/* CSS Document */
a:link, a:visited {
	color: #000;
	text-decoration:none;
}
a:hover, a:active {
	color: #f60;
	text-decoration: underline;
}


body {
	font-size: 12px;
	/*font-family: "宋体";*/
	margin: 0px;
	background-color: #0e5998;
}
div { 
	font-size: 12px;
	line-height: 180%;
	/*font-family: "宋体";*/
}
div ul {
	margin: 0px auto;
	list-style-type: none;
	padding: 0px;
}
img, form {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
input, select, textarea {
	font-size: 12px;
}

.f14 {
	font-size: 14px;
}
.b {
	font-weight: bolder;
}


#head {
	width: 996px;
	margin: auto
}
#head ul li {
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
}
#head .top {
	background-image: url(../imgs/head_top_bg.gif);
	height: 31px;
	padding: 10px 30px 0px 30px;
	color: #034d9b;
}
#head .top a:link, #head .top a:visited {
	color: #083c68;
	text-decoration: underline;
}
#head .top a:hover, #head .top a:active {
	color: #f60;
}
/*#head .top .left {
	padding-top: 20px;
	float: left;
	padding-left: 15px;
}
/*#head .top .left label {
	padding-left:130px
}
#head .top .left li {
	background-image: url(../imgs/icon_11x11.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 16px;
	padding-right: 20px;
}
#head .top .right {
	float: right;
	padding-right: 15px;
	padding-top: 13px;
}*/
#head .swf {
	border-style: solid;
	border-color: #FFF;
	border-width: 1px 0px;
}
#head .nav {
	background-color: #0462c6;
	height: 34px;
	padding-left: 30px;
	font-size: 14px;
}
#head .nav .date {
	float: right;
	color: White;
	margin: 10px 10px 0px 0px;
}
#head .nav a:link, #head .nav a:visited {
	color: #fff;
	text-decoration: none;
}
#head .nav a:hover, #head .nav a:active {
	text-decoration: underline;
}
#head .nav .on a:link, #head .nav .on a:visited {
	color: #000;
}
#head .nav li {
	color: #fff;
	background-image: url(../imgs/head_text_line.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	width: 90px;
	height: 27px;
	text-align: center;
	line-height: 24px;
	padding-left:1px;
	font-weight: bolder;
}
#head .nav li.on {
	background-image:  url(../imgs/head_text_bg.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	color: #000;
	line-height: 30px;
	height: 27px;
}
#head .nav li.none {
	background-image: url('');
}
#head .note {
	background-image: url(../imgs/head_bottom_bg.gif);
	height: 34px;
	border-bottom: 1px solid #fff;
}
#head .note input.txt {
	border: 1px solid #78afe0;
	background-color: #f3f9fe;
	padding: 2px 3px;
}
#head .note .fun {
	float: right;
	margin-top: 8px;
}
#head .note .fun li {
	background-image: url(../imgs/icon_11x11.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 16px;
	padding-right: 20px;
}
#head .note .query {
	margin: 8px 0px 0px 15px;
	padding: 0px 10px 0px 28px;
	background-image: url(../imgs/icon_query.gif);
	background-repeat: no-repeat;
}



#foot {
	width: 996px;
	height: 121px;
	margin: auto;
	background-image: url(../imgs/foot_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
}
#foot div {
	text-align: center;
	color: #FFF;
	padding: 5px;
}
#foot div a:link, #foot div a:visited {
	color: #fff;
	text-decoration: none;
}
#foot div a:hover, #foot div a:active {
	text-decoration: underline;
}