.header {
/*	width: 1200px;*/
	padding: 0px;
	margin: 0px auto;
}
#header-title {
	height: 100px;
	line-height: 100px;
	margin: 0px auto;
	width: 1200px;
}
#header-title-pic {
	display: inline-block;
	height: 100px;
	float:left;
}
#header-showname {
	display: inline-block;
	height: 30px;
	width:320px;
	padding:35px 0;
	float:left;
	color:#1f4e83;
	font-size:24px;
	text-align:left;
	line-height:30px;
	font-weight: 700;
}

#header-title-search {
	float: right;
	height: 38px;
	line-height: 38px;
	display: inline-block;
	margin-right: 10px;
	margin-top: 35px;
}
#header-title-search-text{
	float:left;
}

#header-title-search-text input {
	float:left;
	display: inline-block;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	width: 180px;
	padding: 0px 10px;padding-right:0;
	border: 0;background:url(../images/search-box-unfocus-1200.jpg) no-repeat;
}

#header-title-search-text input:focus,  #header-title-search-text input:hover{
	background:url(../images/search-box-focus-1200.jpg) no-repeat;
}

#header-title-search-btn {
	float:left;
	display: inline-block;
	line-height: 38px;
	height: 38px;
}

#header-title-search-btn a {
	float:left;
	display: inline-block;
	text-decoration: none;
	color: #ffffff;
	font-size: 14px;
	background-color: #4e78a6;
	padding: 0px 18px;
	height: 38px;
	line-height: 38px;
}
#header-title-search-btn a:hover {
	background-color: #1f4e83;
}

.menu_line {
	width: 100%;
	height: 2px;
	background-color: #1f4e83;
	padding: 0px;
	min-width:1200px;
	margin-bottom: 20px;
}


