@charset "utf-8";
/* CSS Document */
/* header */
.header {
	width: 100%;
	background: url(gqt_bg_201505-02.jpg) repeat-x;
}
.top-bar {
	height: 32px;
}
.time {
	float: left;
	width: 138px;
	height: 32px;
	line-height: 32px;
}
.wea-report {
	float: left;
	width: 630px;
	height: 32px;
	line-height: 32px;
}
.wea-report b{ float:left;}
.wea-icon {
	float: left;
	width: 27px;
	padding-top: 6px;
	height: 21px;
}
.wea-con {
	float: left;
	width: 622px;
	height: 32px;
	line-height: 32px;
}
.top-link {
	float: right;
	width: 110px;
	height: 32px;
	line-height: 32px;
}
.top-banner {
	height: 179px;
}

.main-menu {
	height: 35px;
	border-bottom: 1px solid #fff;
	background-color: #0b81e5;
}
.main-menu-items {
	height: 35px;
	overflow: hidden;
	padding-left: 109px;
}
.main-menu-items-list {
	float: left;
	width: 130px;
	height: 32px;
}
.main-menu-items-list a {
	display: block;
	width: 98px;
	height: 35px;
	margin: 0 auto;
	font-size: 16px;
	font-family: "微软雅黑";
	color: #fff;
	line-height: 34px;
	text-align: center;
}
.main-menu-items-list a:hover {
	background-color: #2f97ed;
}
.main-menu-items-list a.actived {
	background-color: #d1f1fb;
	color: #0066b4;
}
.toolbar {
	height: 35px;
	background-color: #eeeeee;
}
.search-tt {
	float: left;
	width: 70px;
	height: 35px;
	line-height: 34px;
	font-size: 12px;
	font-weight: bold;
	margin-left: 689px;
	display: inline;
}
.input-block {
	float: left;
	width: 199px;
	height: 25px;
	padding: 1px;
	margin-top: 4px;
	background-color: #fff;
}
.input-block-text {
	float: left;
	width: 190px;
	height: 25px;
}
.input-block-text input {
	width: 190px;
	height: 25px;
	padding-left: 8px;
	border: 0;
	background-color: transparent;
}
.input-block-type {
	float: left;
	width: 45px;
	height: 25px;
	padding-left: 10px;
	line-height: 24px;
	cursor: pointer;
	background: url(drop-icon.png) 42px 46% no-repeat #eaf5f9;
}
.search-button {
	float: left;
	width: 33px;
	height: 25px;
	border: 1px solid #fff;
	margin-top: 3px;
}
.search-button input {
	text-indent:100px;
	width: 33px;
	height: 25px;
	border: 0;
	cursor: pointer;
	background: url(search-btn.png) no-repeat;
}
.search-button input:hover {
	background-image: url(search-btn2.png);
}
