@charset "utf-8";
/* CSS Document powered by angle 2009-12-19*/
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #4C4C4C;
	text-align:center;
	line-height:20px;
	background-color: #DCDCDC;
}

a {
    color:#4C4C4C;
	text-decoration:none;
}
a:hover {
    color:#990000;
	text-decoration:none;
}

strong {
    color:#4C4C4C;
	font-size:12px;
	font-weight:bold;
}

h2 {
    color:#4C5F6C;
	font-size:12px;
	padding-top:10px;
	padding-left:24px;
}

h3 {
    font-size:14px;
    color:#A79C64;
}

#top {
    margin:0 auto;
    width:1000px;
	height:140px;
	margin-top:20px;
	background-image:url(../images/top_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#top_box {
    margin:0 auto;
	width:1000px;
	height:100px;
	text-align:left;
	color:#FFFFFF;
}

#top_logo {
    float:left;
	padding-left:40px;
	padding-top:35px;
}

#top_brand {
    float:right;
	padding-right:40px;
	padding-top:35px;
}


#top_menu {
    margin:0 auto;
	height:40px;
	width:948px;
	background-image:url(../images/m_bg.gif);
	background-repeat:repeat-x;
	background-color:#ffffff;
}

#main{
    margin:0 auto;
	padding-bottom:15px;
    width:1000px;
	background-image:url(../images/main_bg.jpg);
	background-repeat:repeat-y;
}

#main_box{
    margin:0 auto;
	width:950px;
	overflow:hidden;
	text-align:left;
	color:#000000;
	overflow:hidden;
}

#main_banner {
    margin-bottom:20px;
	width:950px;
	margin:0 auto;
	overflow:hidden;
}

#main_content {
    width:910px;
	margin:0 auto;
	text-align:center;
	color:#4C4C4C;
	padding-top:0px;
}

#main_box_left {
    float:left;
	width:680px;
	overflow:hidden;
	padding:20px;
	text-align:left;
	color:#4C4C4C;
	line-height:26px;
}

#main_box_left a{
	text-decoration:underline;
}


#main_box_right {
    float:right;
	width:180px;
	padding-right:20px;
	padding-top:10px;
	overflow:hidden;
}

#main_box_right table td{
    height:55px;
    font-size:14px;
	font-weight:bold;
	border-bottom:1px solid #E5E5E5;
}

#bottom{
    margin:0 auto;
    width:1000px;
	height:60px;
	padding-bottom:3px;
	padding-top:0px;
	margin-bottom:5px;
	background-image:url(../images/bottom_bg.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}

#bottom_box {
   font-family:Arial, Helvetica, sans-serif;
   margin:0 auto;
   width:950px;
   height:50px;
   overflow:hidden;
   border-top:5px solid #990000;
   padding-top:5px;
}


#bottom_copyright_left {
    float:left;
	width:400px;
	height:30px;
	margin-left:10px;
	text-align:left;
	color:#4C4C4C;
	line-height:24px;
}

#bottom_copyright_right {
    float:right;
	width:500px;
	height:30px;
	margin-right:10px;
	text-align:right;
	color:#4C4C4C;
	line-height:24px;
}

/*****************************************************************
                         导航栏
*****************************************************************/
#navigation, #navigation li ul {
     list-style-type:none;
}
#navigation {
}
#navigation li {
     float:left;
	 font-size:12px;
     text-align:center;
     position:relative;
}
#navigation li a:link, #navigation li a:visited {
     display:block;
     text-decoration:none;
     color:#ffffff;
	 width:100px;
     line-height:26px;
	 padding-top:3px;
}
#navigation li a:hover {
     color:#990000;
     background:#E9E9E9;
	 text-decoration:none;
}
#navigation li ul {
     display:none;
     position:absolute;
     top:24px;
     left:0;
     margin-top:1px;
	 width:175px;
	 background-color:#E9E9E9;
	 border-top:none;
}
#navigation li ul li{
	 width:150px;
	 text-align:left;
	 padding-left:25px;
}
#navigation li ul li a:link, #navigation li ul li a:visited{
     color:#808080;
	 width:150px;
}
#navigation li ul li a:hover {
     color:#990000;
     background:#E9E9E9;
	 text-decoration:none;
}

/*****************************************************************
                         列表样式
*****************************************************************/

ul.liebiao01 {
	line-height:28px;
	list-style:none;
}
ul.liebiao01 li {
    border-bottom:#DEDEDE dashed 1px;
	padding-left:24px;
	background-image:url(../images/red-raquo-bullet.png);
	background-position:12px 10px;
	background-repeat:no-repeat;
}
ul.liebiao02 {
	line-height:28px;
	list-style:none;
}
ul.liebiao02 li {
    border-bottom:#eeeeee solid 1px;
	padding-left:0px;
}

/*****************************************************************
                         字体样式
*****************************************************************/
.content_title_01 {
    color:#990000;
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}

.content_title_02 {
    color:#4C5F6C;
	font-size:14px;
	font-weight:bold;
}
.content_title_02 a{
    color:#4C5F6C;
	font-size:14px;
	font-weight:bold;
}
.content_title_02 a:hover{
    color:#4C4C4C;
	font-size:14px;
	font-weight:bold;
}
/*****************************************************************
                         链接样式
*****************************************************************/
.link_01 a {
    color:#666666;
	text-decoration:underline;
}
.link_01 a:hover {
    color:#990000;
	text-decoration:underline;
}
#link_02 a {
    color:#666666;
	text-decoration:none;
}
#link_02 a:hover {
    color:#990000;
	text-decoration:none;
}

/*****************************************************************
                         表格样式
*****************************************************************/
table {
   text-align:left;
}
table td {
   text-align:left;
}

.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;
}
/*******************************************************************
                         tab style
********************************************************************/
.tags {width:908px; margin:0 auto; background-color:#E8E9E9; border:1px solid #AFAFAF;}
.tags ul {clear:both; overflow:hidden;}
.tags li {float:left; list-style:none; margin-right:1px;}
.tags li a { text-decoration:none; font-size:12px; line-height:24px; color:#666666; text-align:center; padding:30px; margin-right:0px;}
.tags li h5 {padding-right:0px; background-color:#E8E9E9;}
.tags li.on { background-color:#FFFFFF;}
.tags li.on h5 {font-weight:bold; color:#EC3D00;}
.tags li.on h5 a,.tags li.on h5 a:visited {color:#ffffff; text-decoration:none; background-color:#990000;}
.tags li.hhh {}
.cont {width:910px; text-align:center; margin:0 auto; display:none;}
.cont h6 {padding:18px 0 6px 24px; text-align:left; margin:0 18px;font-size:14px; font-weight:bold; color:#666666;}
.cont p {text-align:left; font-size:12px; margin:0; padding:0px 20px 30px;}

#content_border_box {
   border:1px solid #bbbbbb;
   margin-bottom:5px;
   margin-top:5px;
   background-image:url(../images/border_box_bg.gif);
   background-repeat:repeat-x;
   background-position:bottom;
}
#content_border_box_title {
   padding:10px;
   padding-top:5px;
   padding-bottom:2px;
   font-size:12px;
   font-weight:bold;
   color:#990000;
}
#content_border_box_content{
  padding:10px;
  padding-top:0px;
  font-size:12px;
  color:#666666;
  line-height:20px;
}
.border_box_link {
    color:#666666;
	text-decoration:none;
}
.border_box_link:hover {
    text-decoration:underline;
}

