﻿*
{
	margin:0;
	padding:0;
	border:0;
}
body 
{
	font-size:12px;
	background:#fff;
}

#main
{
	margin:0 auto;
	width:1000px;
	
}




#header
{
	height:100px;
}

#logo
{
	padding:30px 0 0 0;
	width:400px;
	float:left;
}

#header_right
{
	width:300px;
	float:right;
	padding:60px 0 0 0;
}


#product_query
{
	height:20px;
	width:205px;
	background:url(images/product_query.jpg);
	padding:3px 0 2px 15px;
	
}

#product_query input
{
	background-color:transparent;
	width:180px;
	height:20px;
	display:block;
	float:left;
	line-height:20px;
	color:#aaa;
}

#product_query a
{
	height:20px;
	width:25px;
	display:block;
	float:right;
}


#menu
{
	height:55px;
}

#menu ul
{
	height:55px;
	background-color:#1b97df;
	padding:0 0 0 20px;
}

#menu ul li
{
	list-style:none;
	display:inline;
	
}

#menu ul li a
{
	height:55px;
	width:135px;
	line-height:55px;
	color:#fff;
	display:block;
	background-color:#1b97df;
	text-align:center;
	text-decoration:none;
	font-size:16px;
	font-family:微软雅黑;
	float:left;
	letter-spacing:2px;
}

#menu ul li a:hover
{
	text-decoration:underline;
}

#menu ul li a.act
{
	background-color:#1aa8e8;
}

#menu ul li a.act:hover
{
	text-decoration:none;
}

#footer_link
{
	padding:20px 10px;
	color:#888;
	font-size:16px;
	font-family:微软雅黑;
}

#footer_link a
{
	color:#888;
	text-decoration:none;
	
}

#footer_link a:hover
{
	text-decoration:underline;
}



#footer
{
	text-align:right;
	padding:40px 30px;
	background:#e8e8e8;
	margin:0 0 20px 0;
}

#footer a#bah
{
	background-color:#ababab;
	color:White;
	font-size:16px;
	font-family:黑体;
	text-decoration:none;
	padding:3px;
}

#footer a:hover
{
	text-decoration:underline;
}

#footer p
{
	padding:8px 3px;
	font-size:16px;
	color:#888;
	font-family:微软雅黑;
}