body {
	color: #333333;
	font-size: 14px;
    background-color: #dbf2fd;
    background-image: url("../images/body_bg.gif");
    background-repeat: repeat-x;
}
a:link, a:visited {
	color: #333333;
	cursor: pointer;
	text-decoration: none;
}
a:hover, a:active {
	color: #0068b7;
	text-decoration: underline;
}
#header {
	margin: auto;
	width: 1004px;
}
.tips {
    background-color: #09f;
    background-image: url("../images/bg-tips.gif");
    background-repeat: repeat-x;
    border-bottom: 1px solid #fff;
    height: 30px;
}
.tips a:link, .tips a:visited {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}
.tips a:hover, .tips a:active {
    color: #039;
    text-decoration: none;
}
.tips h2 {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    text-indent: 10px;
}
.tips span {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
    padding-right: 5px;
}
.animation {
	height: 250px;
}
.menu {
    width: 1004px;
	height: 60px;
    margin: auto;
    background: transparent url(../images/bg-nav.gif) repeat-x;
}
.nav {
	width: 710px;
	line-height: 30px;
	font-size: 14px;
	font-weight: 700;
}
.nav a:link, .nav a:visited {
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	width: 100px;
	display: block;
	float: left;
	text-align: center;
}
.nav a:hover, .nav a:active {
	color: #003567;
	text-decoration: none;
}
.menu .link {
	width: 294px;
}
.menu .link a {
	margin: 0 8px 0 42px;
	height: 30px;
	width: 90px;
	display: inline;
	float: left;
	text-indent: -99999px;
	
}
#wrapper {
	width: 1004px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
    background: #FFFFFF;
}

#footer {
    background-color: #fff;
	font-size: 12px;
	height: 187px;
	line-height: 24px;
	overflow: hidden;
	width: 1004px;
	margin: 0 auto;
	padding-bottom: 20px;
    font-weight: 700;
}
#footer .link {
    width: 1004px;
	height: 32px;
    margin: auto;
    background-color: #efefef;
    border-top: 3px solid #347be2;
	line-height: 34px;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
}
#footer .link h3 {
    font-size: 12px;
    font-weight: bold;
    text-indent: 2em;
    padding-right: 10px;
    color: #004986;
}
#footer .link a:link, #footer .link a:visited {
	color: #004986;
    font-weight: 300;
	cursor: pointer;
	text-decoration: none;
}
#footer .link a:hover, #footer .link a:active {
	text-decoration: underline;
}
#footer table .td_links {

}
#footer table .td_links span {
	font-size: 12px;
	margin-left: 10px;
}

/* ¹Ì¶¨ÑùÊ½µÄ Css */

.clear {
    clear: both;
}
.fltl {
    display: inline;
    float: left;
}
.fltr {
    display: inline;
    float: right;
}
.td_dot {
    vertical-align: top;
    width: 20px;
}
.td_line {
    line-height: 16px;
    padding-bottom: 8px;
}
.td_time {
    text-align: right;
}
.tb_pic {
    margin-bottom: 5px;
}
.pic_area {
    margin: 0 5px 0 0;
}
.area_content {
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    margin-right: 5px;
    text-indent: 2em;
    text-align: left;
}
.area_detail {
    display: block;
    font-weight: bolder;
}
.td_pagebar {
    border-top: solid 1px #e0e0e0;
    line-height: 30px;
    font-size: 12px;
    font-weight: 700;
    text-align: right;
}