@charset "utf-8";
/* CSS Document */
body, div, p, h5, h4, ul, dl{
    padding:0;
    margin:0;
}
h5{font-size:12px;}
h4{font-size:14px;}
h3{font-size:16px;}
dd,dt,li{ list-style:none;}
body{background:url(images/bg1.jpg) repeat-x;
	font: 12px "宋体",arial;
	color: #939290;
	min-width:882px;
}
.fleft{
	float:left;}
.fright{
    float:right;}
.tcenter{
    text-align:center;
}

/*header*/
#header{
    background:url(images/bghad.jpg) no-repeat;
	height:101px;
	text-align:left;
}
#daohang{
    font: 14px "宋体",arial;
	padding:50px 31px 0 0;
	width:490px;
}
#header li{
    float:left;
	padding:8px;
}
#banner{
    height:227px;
	vertical-align:bottom;
}


/*bottom*/
#bottom{
    background:url(images/bgbt.jpg) no-repeat;
	height:35px;
	clear:both;
}
    #bottom h4{
	    color:#000;
		margin:13px 20px 0 20px;
	}
	 #bottom p{
		margin-top:13px;
		margin-right:18px;
	}
#header, #banner, #bottom{
    margin:0 auto;
	width:882px;
}

/*link text*/
a{text-decoration: none; }
a:link {
	color: #837574;
}
a:visited {
	color: #837574;
}
a:hover {
	color: #000;
}
a:active {
	color: #837574;
}
