@CHARSET "UTF-8";

/*基本信息*/



.clear {
	clear: both;
}

.input {
	BORDER-RIGHT:#66CCFF 1px solid; BORDER-TOP: #66CCFF 1px solid; FONT-SIZE: 12px; BORDER-LEFT: #66CCFF 1px solid; COLOR: #66CCFF; LINE-HEIGHT: 12px; BORDER-BOTTOM:#66CCFF 1px solid; FONT-FAMILY: "宋体", "Arial"; TEXT-DECORATION: none; width:160px; height:22px;
}

a:link {
	font-family: "宋体", "Arial";
	font-size: 12px;
	font-color: black;
	COLOR: #000000;
	TEXT-DECORATION: none;
}

a:visited {
	font-family: "宋体", "Arial";
	font-size: 12px;
	font-color: black;
	COLOR: #444444;
	TEXT-DECORATION: none;
}

a:active {
	font-family: "宋体", "Arial";
	font-size: 12px;
	font-color: black;
	COLOR: #f15922;
	TEXT-DECORATION: none;
}

a:hover {
	font-family: "宋体", "Arial";
	font-size: 12px;
	font-color: black;
	COLOR: #f15922;
	TEXT-DECORATION:none;
}

/*页面层容器*/
#container {
	width: 768px;
	margin: 10px auto;
}

/*页面头部*/
#header {
	width:990px;
	height:388px;
}

/*页面头部的上半部分*/
#header_top {
	width: 768px;
	margin: 0px auto;
}

/*页面头部的上半部分(左面)*/
#logo {
	width: 152px;
	height:92px;
	float: left;
	text-align: left;
}

/*页面头部的上半部分(右面)*/
#header_top_right ul {
	width: 558px;
	float: right;
	text-align: right;
}

#headright{
	width: 838px;
	float:left;
	height:92px;
	text-align:right;
}

#headtopwords{
	width: 838px;
	float:left;
	height:63px;
	text-align:right;
}

#headwordsmain{
	width: 838px;
	float:left;
	height:29px;
}
#headwords{
	width: 473px;
	float:right;
	height:29px;
	text-align:right;
	margin:0 0 0 0;
}

/*页面头部的文字*/
#headwords ul {
	height: 19px;
}

#headwords ul li {
	float: right;
	text-align: right;
	text-decoration: none;
	line-height: 15px;
	font-weight:bold;	
}


