/* 全局CSS定义 */
body{
	background:#fff;
	font:12px/20px simsun;
	color:#006299;
	margin:0;
	font-family: 宋体;
}
div,form,img,ul,ol,li,dl,dt,dd {margin: 0; padding: 0; border: 0;}
div,img,input,select,ul,dl,dt,dd{float:left}
ul{list-style-type:none}
a{text-decoration:none;color:#336799}
    a:hover,div a:hover{text-decoration:underline;color:#f60}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
h1{color:#075AAD;font-weight:bold;display:inline}

.l{float:left}
.r{float:right}
.line {border: solid  1px #FEE79B}
.line_shen {border: solid  1px #507F9E}
.line_hong {border: solid  1px #FE9933}
.f14{font-size: 14px}
.f16{font-size: 16px}
.mt5{margin-top: 5px}
.mt10{margin-top: 10px}

/* 字体定义 */
.hong{color:#FE6400}
.lan{color:#006299}
.bai{color:#FFFFFF}
.hui{color:#969A9B}
.b{font-weight:bold}
.xie{font-style:Oblique}

/* 局部CSS定义 */
.div_body{width:999px;float:none;clear:both;margin:0 auto;}

.header{
	width:999px;
	height:210px;
	text-align:right;
	background:url("../images/top_bg.gif")
}
.header span {
	margin:10px 10px 0 0;
}
.con {
	width:800px;
	padding:0 101px 0 98px;
	background:url("../images/mid_bg.gif");
}
.top {
	width:750px;
	height:176px;
	padding:5px 25px;
	background:#fff;
	display:inline
}
.top_txt {
	width:658px;
	height:156px;
	margin:0 25px;
	padding:10px 20px;
	background:#FFFEE2;
	line-height:25px;
	display:inline
}
.top_btn {
	width:300px;
	height:35px;
	margin: 0 0 0 15px;
}
.top_txt p {
	width:650px;
	display:block;
}
.top_btn img {
	margin-left:10px;
}
.denglu {width:500px;height:30px;text-align:center;}

.con_txt {
	width:750px;
	padding:5px 25px;
	background:#fff;
}
.con_title {
	width:600px;
	height:20px;
	padding:5px 3px;
	margin:10px 0 0 25px;
	border-bottom:1px dashed #DADBD6;
	background:#fff;
}
.con_txt dt {
	width:600px;
	height:25px;
	margin:10px 0 0 25px;
	padding: 0 0 0 25px;
	background:url("../images/icon.gif") no-repeat;
}
.con_txt dd {
	width:600px;
	margin:0 0 0 25px;
	padding: 0 0 0 25px;
	line-height:25px;
}

.footer {
	width:999px;
	height:60px;
	padding:60px 0 0 0;
	text-align:center;
	line-height:18px;
	background-image:url(../images/bottom_bg.gif)
}
.foot a{color:#000;}
