@charset "utf-8";
/* CSS Document */
body,ul,li,p,h1,h2,h3,input,select{
	margin:0;
	padding:0;
}
body{
	font-family:宋体;
	font-size:12px;
	line-height:22px;
	background: url(../images/t_bg.gif) repeat-x;
}
li{
	list-style:none;
}
a{
	text-decoration:none;
	color:#565656;
}
img{
	border:none;
}
.clear{
	clear:both;
}
.wrap{
}
.header{
	width:1000px;
	background:url(../images/top_bg.gif) repeat-x;
	height:72px;
	padding-top:5px;
	position:relative;
	margin-bottom:60px;
	margin-left:auto;
	margin-right:auto;
}
.logo{
	display:inline;
	background:url(../images/logo.gif) no-repeat;
	width:135px;
	height:73px;
	float:left;
	margin-left:76px;
}
.logo a{
	display:block;
	width:100%;
	height:100%;
}
.menu{
	display:inline;
	float:right;
	width:258px;
	margin-right:49px;
}
.menu_xz{
	text-align:right;
	padding-bottom:10px;
}
.menu_xz a{
	padding:0 6px;
}
.menu_xz a:hover{
	font-weight:bold;
	letter-spacing:-1px;
}
.menu_ss{
	background: url(../images/ss_bg.gif) no-repeat;
	height:26px;
	padding:4px 0 0 6px;
}
.ss_input{
	background: url(../images/ss_bg_03.gif) no-repeat;
	border:none;
	width:173px;
	height:20px;
	padding:1px 3px;
	line-height:20px;
	vertical-align:middle;
}
.ss_btn{
	background: url(../images/ss_btn.gif) no-repeat;
	border:none;
	width:63px;
	height:22px;
	cursor:pointer;
	margin-left:5px;
	vertical-align:middle;
}
.nav{
	position:absolute;
	left: -4px;
	top: 74px;
}
.footer{
	background:url(../images/foot_bg.gif) repeat-x;
	height:136px;
	border-top:2px solid #624e2d;
	text-align:center;
	padding-top:20px;
}
.f_ic{
	background:url(../images/foot_ic.gif) no-repeat center;
	height:46px;
	margin-top:12px;
}
