@charset "utf-8";
/* CSS Document */
#header #logo{
	width:198px;
	height:80px;
	float:left;
}
#header #banner{
	float:left;
}
#header #contact{
	float:right;
	list-style-type:none;
	list-style:none;
	text-align:center;
	line-height:1.5;
	width:92px;
}
#header #contact a{
	width:92px;
	display:block;
	margin:6px 0;
}
#header #contact a,#header #contact a:hover{
	color:#666666;
	text-decoration:none;
	background: url(../images/contact-back.jpg) center bottom no-repeat;
}

#header #navi{
	clear:both;
	font-size:13px;
	height:27px;
	white-space:nowrap;
	overflow:hidden;
}
#header #navi ul{
	display:block;
	padding:0 0 5px;
	list-style:none;	
}
#header #navi ul li{
	float:left;
	padding-left:25px;
}
#header #navi ul li a{
	color:#000000;
	display:block;
	float:left;
	line-height:27px;
	text-decoration:none;
	padding:0 0 0 15px;
	background:url('../images/navi-normal.gif');
}
#header #navi ul li a span{
	display:block;
	padding:0 15px 0 0;
	background:url('../images/navi-normal.gif') no-repeat right top;
}
#header #navi ul li a:hover{
	background:url('../images/navi-hover.gif');
}
#header #navi ul li a:hover span{
	color:#FFFFFF;
	font-weight:bold;
	background:url('../images/navi-hover.gif') right top;
}
/*当前页状态*/
body#index #header #navi ul li#index a,
body#companyinfo #header #navi ul li#companyinfo a,
body#tradeinfo #header #navi ul li#tradeinfo a,
body#productinfo #header #navi ul li#productinfo a,
/*body#messageinfo #header #navi ul li#messageinfo a,*/
body#myhot #header #navi ul li#myhot a,
/*body#releasemessage #header #navi ul li#releasemessage a,*/
body#regist #header #navi ul li#regist a,
body#consultation #header #navi ul li#consultation a,
body#contactus #header #navi ul li#contactus a,
body#registercompany #header #navi ul li#registercompany a
{
	background:url('../images/navi-hover.gif');
}
body#index #header #navi ul li#index span,
body#companyinfo #header #navi ul li#companyinfo span,
body#tradeinfo #header #navi ul li#tradeinfo span,
body#productinfo #header #navi ul li#productinfo span,
/*body#messageinfo #header #navi ul li#messageinfo span,*/
body#myhot #header #navi ul li#myhot span,
/*body#releasemessage #header #navi ul li#releasemessage span,*/
body#regist #header #navi ul li#regist span,
body#consultation #header #navi ul li#consultation span,
body#contactus #header #navi ul li#contactus span,
body#registercompany #header #navi ul li#registercompany span
{
	color:#FFFFFF;
	font-weight:bold;
	background:url('../images/navi-hover.gif') right top;
}

#header #search{
	clear:both;
}
#header #search .form{
	width:899px;
	height:54px;
	background:url(../images/search-backgroud.jpg) no-repeat;
}
#header #search .form ul{
	margin:0;
	padding:0;
	width:800px;
	height:40px;
	position:relative;
	left:100px;
	top:12px;
}
#header #search .form ul li{
	float:left;
	list-style:none;
	display:block;
	margin-right:5px;
}
#header #search .form ul li img{	
	float:left;
	padding:0;
	margin-left:50px;
}
#header #search .form ul li label{
	display:block;
	margin:10px 0;
	color:#FFFFFF;
	font-weight:bold;
}
#header #search .form ul li button.submit
{
	margin:0 0 3px 10px;
}
#header #search .form ul li input,#header #search .form ul li select{
	margin:3px 0;
}

#header #search .hotword{
	clear:both;
	width:899px;
	height:29px;
	background:url(../images/hotword-background.jpg) no-repeat;
}
#header #search .hotword ul{
	margin:0;
	float:left;
	position:relative;
	left:50px;
	top:5px;
}
#header #search .hotword ul li{
	margin:0;
	list-style:none;
}
#header #search .hotword ul li b{
	color:#CC0000;
	font-size:13px;
}










