﻿body {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	/*background-image:url(http://www.hzaima.com/english/images/bj.jpg);*/
	background-image:url(http://www.hzaima.com/templets/images/MandB_background.gif);
	background-repeat:repeat;
	background-position:center 0px;;
}
.top {
	background-image: url(../images/top_bj_01.gif);
	background-repeat: repeat-x;
	height: 106px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Times New Roman", Times, serif;
}
.top_left {
	width: 340px;
	float: left;
	padding-top: 15px;
	padding-left: 10px;
}
.top_right {
	float: right;
	width: 525px;
	text-align: right;
	padding-right: 25px;
	padding-top: 25px;
}
.top_right ul {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	list-style-type: none;
}
.top_right ul li {
	line-height: 30px;
}
.top_right ul li a {
	color: #333;
	font-size: 14px;
	text-decoration: none;
}
.top_right ul li a:hover {
	color: #dbb867;
}
.lang {
	position: relative;
	top: -5px;
	font-size: 12px;
	width: 300px;
}
#search_text {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #4d4d4d;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #4d4d4d;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #fff;
	border-bottom-color: #fff;
	height: 15px;
	width: 150px;
}
#search {
	background-image: url(../images/search.gif);
	background-repeat: no-repeat;
	height: 19px;
	width: 47px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	position: relative;
	*top:2px;
	top: 3px;
	
}
.banner {
	background-image: url(../images/nav_bj_02.gif);
	background-repeat: repeat-x;
	clear: both;
	height: 54px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#nav {
	list-style-type: none;
	overflow:hidden;
	color: #000;
	margin: 0px;
	line-height: 24px;
	height: 24px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 45px;
}

#nav a {
	width: 135px;
	color: #FFF;
	display: block;
	line-height: 24px;
	height: 24px;
	font-size: 14px;
	text-decoration: none;
}
#nav a:hover  {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	width: 135px;
	background-image: url(../images/nav_bj_1_04.jpg);
	background-repeat: repeat-x;
	line-height: 24px;
	height: 24px;
}

#nav li {
	float: left;
	width: 135px;
	color: #000;
	line-height: 24px;
	height: 24px;
	text-align: center;
}


#nav li ul {
	list-style-type: none;
	text-align:left;
	width: 750px;
//注意,这里一定要设置宽度;
	position: absolute;
	color: #595856;
	line-height: 30px;
	height: 30px;
	float: left;
	left: -999px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#nav li ul li{
	float: left;
	width: 135px;
//float就是子菜单横向的关键,可以继承父菜单而省略float
; 										color: #595856;
	line-height: 30px;
	height: 30px;
	text-align: center;
}


#nav li ul a{
	display: block;
	text-align:center;
	color: #595856;
	line-height: 30px;
	height: 30px;
	width: 135px;
}
#nav li ul a:hover  {
	color:#FFF;
	text-decoration:none;
	font-weight:normal;
	background:#C00;
	line-height: 30px;
	height: 30px;
	text-align: center;
	width: 135px;
}

#nav li:hover ul {
	color: #FFF;
	left: 15%;
	text-align: center;
}

#nav li.sfhover ul {
	color: #595856;
	left: 15%;
	text-align: center;
}

#content {
	clear: left;
	color: #000;
}
///////////////////////////////
