@charset "utf-8";
/* CSS Document */
/*
header start
*/
#header
{
	width:100%;
}

#header #top{
	margin-left:auto;
	margin-right:auto;
	width:960px;
	height:100px;

}
#header #top #logo{
	float:left;
	width:303px;
	height:100%;
	background:url(../images/logo.jpg);
}
#header #top #banner{
	float:left;
	width:407px;
	height:100%;
	background:url(../images/banner.jpg) no-repeat;
}
#header #top #tools{
	float:left;
	width:250px;
}
#tools #tooltop{
	margin-top:5px;
	text-align:right;
	width:100%;
	height:30px;
}
#tooltop a{
	text-decoration:none;
	color:#808080;
}
#tooltop a:hover
{
	text-decoration:underline;
}
#tools #toolbottom{
	width:100%;
	height:60px;
	background:url(../images/tel.jpg);
}
/* menu */
#header #menu{
	margin-top:5px;
	background:#b31b1f;
}
#menu #topmenu
{
	margin-left:auto;
	margin-right:auto;
	width:960px; 
	height:46px;
	background:url(../images/menubg.gif) no-repeat;
}
#topmenu li
{
	height:46px;
	line-height:46px;
	float:left;
	width:102px;
	font-size:15px;
	font-weight:bold;
	text-align:center;
}
#topmenu li a{
	text-decoration:none;
	color:white;
}
#topmenu li a:hover 
{
	position:relative;
	top:1px;
	left:1px;
}
#topmenu .tiao
{
	float:left;
	width:1px;
	height:46px;
	overflow:hidden;
	background:#666;
}
/*
header end
*/
