@charset "gb2312";
/* CSS Document */

#clear{
	clear:both;
}
#header {
	background-image: url(../images/header_bg.gif);
	background-repeat: repeat-x;
	height:310px;
}
#header .top{
	text-align:right;
	width:980px;
	height:25px;
	line-height:24px;
}
#header .banner{
	text-align:right;
	width:980px;
	height:205px;
}
#header .menu{
	width:980px;
	height:80px;
	background-color:#c5c3c4;
	
}
#header .menu_1{
	float:left;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:10px;
	height:40px;
	width:350px;
	font-size:14px;
	font-weight:bold;
	line-height:30px;
}
#header .menu_1 ul{
	padding:0px;
	margin:0px;
	list-style:none;
}
#header .menu_1 ul li{
	margin:0px;
	padding:0px;
	float:left;
	border-right:#333 dashed 1px;
	height:30px;
	padding-left:10px;
	padding-right:10px;
}
#header .menu_2{
	float:left;
	padding-left:10px;
}
#header .search{
	float:left;
	width:230px;
	margin-left:60px;
}
#header .search_link{
	padding-top:10px;
	
}
#header .search_link ul{
	margin:0px;
	padding:0px;
	list-style:none;
	width:230px;
}
#header .search_link ul li{
	margin:0px;
	padding-left:3px;
	padding-right:5px;
	float:left;
}
#header .search_link .search_li1{
	height:24px;
	width:38px;
	background:url(../images/arrow_white_1.gif) repeat-x;
}
#header .search_link .search_li2{
	height:24px;
	width:38px;
	background:url(../images/arrow_white_2.gif) repeat-x;
}
#header .input{
	clear:both;
	width:215px;
	height:32px;
	padding-top:5px;
	background:url(../images/search_bg.gif) repeat-x;
}
#input_box{
	width:125px;
	height:18px;
	margin-left:10px;
	border:#cc6733 solid 1px;
}
#input_button{
	width:50px;
	height:20px;
	background:url(../images/button_search.gif) no-repeat;
	margin-left:10px;
	border:0px;
}