@charset "utf-8";
/* CSS Document */
object{
	height: 0;
}
.head {
	/*height: 120px;*/
	font-size: 12px;
	background: #f9f9f9;
	position: relative;
	z-index: 150;
}
.head01 {
	height: 27px;
	background: #133279;
}
.head02 {
	width: 900px;
	height: 75px;
	margin: 0 auto;
}
.logo {
	width: 185px;
	height: 50px;
	background: url(../images/logoBG.png) no-repeat 3px 0;
	margin: -2px 205px 0 30px;
	text-align: center;
	float: left;
}
.search {
	width: 275px;
	height: 35px;
	background: #FFFFFF;
	border-radius: 18px;
	border: #999999 1px solid;
	margin: 12px 36px;
	float: left;
}
.searchText {
	width: 206px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	margin: 1px 12px;
	color: #8c8c8c;
	outline: none;
	float: left;
}
.searchButton {
	width: 36px;
	height: 25px;
	border: 0;
	margin-top: 5px;
	margin-right: 5px;
	background: url(../images/search.png) no-repeat center center;
}
.searchButton:hover {
	cursor: pointer;
}
.loginbox{
	width:900px;
	margin:0 auto;
}
.head02_login {
	/*width: 370px;*/
	height:27px;
	line-height: 27px;
	vertical-align: middle;
	text-align:right;
	float: right;
	color:white;
}
.head02_login a {
	color:white;
	text-decoration:none;
}
.head02_login a:hover {
	color: #f7941d;
	/*text-decoration: underline;*/
}
.head .head02_login .usernameicon{
	color:#f7941d;
	padding-left:21px;
	margin-right:5px;
	background:no-repeat;
	background-image:url(/home/plugin/images/usericon_04.png);
	}
.head .head02_login span{
	color:#f7941d;
	padding-left:21px;
	margin-right:5px;
	background:no-repeat;
	background-image:url(/home/plugin/images/usericon_03.png);
	}
.head02_download {
	padding: 0 10px;
	height: 35px;
	background: #133279;
	color: #FFFFFF;
	line-height: 35px;
	vertical-align: middle;
	text-align: center;
	margin: 12px 0px;
	margin-left:10px;
	float: right;
}
.head02_download a {
	color: #FFFFFF;
	text-decoration: none;
}
.head02_download a:hover {
	text-decoration: underline;
}
.head03 {
	height: 1px;
	background: #f9f9f9;
	margin: 0;
	border-top: 1px solid #C8C8C8;
	position: relative;
	z-index: 100;
}
/*公告部分*/
.head02_kong {
	clear: both;
}
.gonggao {
	color: #242424;
}
.gonggao span {
	width: 60px;
	height: 30px;
	background: #f7941d;
	color: #FFF;
	padding-left: 6px;
	margin-right: 6px;
}
.noResourceDisplay{
	color:#9e9e9e;
	font-size:12px;
}