@charset "utf-8";
/* CSS Document powered by angle 2009-12-19*/
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	font-size: 12px;
	color: #4C4C4C;
	text-align:center;
	line-height:20px;
	background-color:#ffffff;
	background-image:url(../images/bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

a {
    color:#4C4C4C;
	text-decoration:none;
}
a:hover {
    color:#000000;
	text-decoration:none;
}

strong {
    color:#4C4C4C;
	font-size:12px;
	font-weight:bold;
}

h2 {
    color:#214B6C;
	font-size:12px;
	padding-top:10px;
	padding-left:24px;
}

h3 {
    font-size:14px;
    color:#214B6C;
}

#top {
    margin:0 auto;
    width:820px;
	height:120px;
	padding-top:5px;
	margin-top:20px;
	background-color:#FFFFFF;
}

#top_box {
    margin:0 auto;
	width:800px;
	height:70px;
	margin-top:8px;
	text-align:left;
	color:#FFFFFF;
}

#top_menu {
    margin:0 auto;
	height:40px;
	width:809px;
	background-image:url(../images/m_bg.gif);
	background-repeat:repeat-x;
}

#main{
    margin:0 auto;
	padding-bottom:15px;
    width:820px;
	background-color:#FFFFFF;
}

#main_box{
    margin:0 auto;
	width:820px;
	overflow:hidden;
	text-align:left;
	color:#000000;
}

#main_banner {
    margin-bottom:20px;
	width:809px;
	margin:0 auto;
}

#main_content {
    width:780px;
	margin:0 auto;
	text-align:center;
	padding:20px;
	color:#4C4C4C;
}

#main_box_left {
    float:left;
	width:570px;
	overflow:hidden;
	padding:20px;
	padding-top:0px;
	margin-top:20px;
	text-align:left;
	color:#4C4C4C;
	border-right:1px solid #E6E6E6;
}

#main_box_right {
    float:right;
	width:180px;
	padding-right:10px;
	padding-left:10px;
	margin-right:6px;
	padding-top:20px;
	overflow:hidden;
}

#main_box_right td{
    color:#214B6C;
	height:25px;
}

#main_box_right td a{
    color:#214B6C;
	text-decoration:underline;
}

#main_box_right td a:hover{
    color:#000000;
	text-decoration:underline;
}

#bottom{
    margin:0 auto;
    width:820px;
	height:60px;
	padding-bottom:5px;
	padding-top:0px;
	margin-bottom:20px;
	background-color:#FFFFFF;
}

#bottom_box {
   margin:0 auto;
   width:800px;
   height:60px;
   overflow:hidden;
}

#bottom_cert {
    float:left;
	text-align:left;
	height:50px;
	width:300px;
}

#bottom_copyright {
    float:right;
	width:400px;
	height:50px;
	margin-right:10px;
	text-align:right;
	color:#4C4C4C;
	line-height:24px;
}
#bottom_copyright a{
    color:#4F4F4F;
	text-decoration:none;
}

#bottom_copyright a:hover{
    color:#000000;
	text-decoration:none;
}
/*****************************************************************
                         导航栏
*****************************************************************/
#navigation, #navigation li ul {
     list-style-type:none;
}
#navigation {
}
#navigation li {
     float:left;
     text-align:center;
     position:relative;
}
#navigation li a:link, #navigation li a:visited {
     display:block;
     text-decoration:none;
     color:#ffffff;
	 width:100px;
     line-height:24px;
	 padding-top:3px;
}
#navigation li a:hover {
     color:#ffffff;
     background:#255070;
	 text-decoration:none;
}
#navigation li ul li a:hover {
     color:#ffffff;
     background:#012947;
	 text-decoration:none;
}
#navigation li ul {
     display:none;
     position:absolute;
     top:24px;
     left:0;
     margin-top:1px;
	 background-color:#255070;
	 border:1px solid #012947;
	 border-top:none;
}
/*****************************************************************
                         列表样式
*****************************************************************/

ul.liebiao01 {
	line-height:28px;
	list-style:none;
}
ul.liebiao01 li {
    border-bottom:#DEDEDE dashed 1px;
	padding-left:24px;
	background-image:url(../images/ul1.gif);
	background-position:12px 10px;
	background-repeat:no-repeat;
}
/*****************************************************************
                         字体样式
*****************************************************************/
.content_title_01 {
    color:#214B6C;
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}

.content_title_02 {
    color:#214B6C;
	font-size:14px;
	font-weight:bold;
}
.content_title_02 a{
    color:#214B6C;
	font-size:14px;
	font-weight:bold;
}
.content_title_02 a:hover{
    color:#012947;
	font-size:14px;
	font-weight:bold;
}

.link_01 a {
    color:#214B6C;
	text-decoration:none;
}
.link_01 a:hover {
    color:#012947;
	text-decoration:none;
}
/*****************************************************************
                         表格样式
*****************************************************************/
.table_show {
    border-top:1px solid #E5E5E5;
	border-left:1px solid #E5E5E5;
}
.table_show td {
    text-align:center;
	padding:5px;
	border-bottom:1px solid #E5E5E5;
	border-right:1px solid #E5E5E5;
}