.header{
	float: left;
	width: 100%;
	min-width: 1200px;
	height: 73px;
	background: #f8f8f8;
}
.header .logo{
	float: left;
	width: 217px;
	height: 73px;
	line-height: 73px;
	overflow: hidden;
}
.header .logo img{
	vertical-align: middle;
}
.header .mid{
	float: left;
	width: 758px;
	height: 73px;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	position: relative;
}
.header .mid .txt{
	position: absolute;
	left:0;
	width: 358px;
	padding-left: 25px;
	height: 73px;
	font-size: 16px;
	background: #f8f8f8;
}
.header .mid .btn{
	position: absolute;
	left:383px;
	cursor: pointer;
	width: 21px;
	height: 73px;
	background: url(../images/search-btn-ico.png) no-repeat left center;
}
.header .mid .gys{
	position: absolute;
	top: 19px;
	right: 20px;
	height: 30px;
	border: 3px solid #e5e5e5;
	line-height: 30px;
	padding: 0 8px;
	font-size: 14px;
}
.header .login_stat{
	float: right;
	width: 223px;
}
.header .login_stat>a{
	float: left;
	height: 73px;
	width: 73px;
	line-height: 73px;
	border-right: 1px solid #dcdcdc;
	text-align: center;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.header .login_stat>a:hover{
	background: #e3e8f3;
}
.header .login_after{
	float: right;
	width: 223px;
}
.header .login_after>a{
	float: left;
	line-height: 73px;
	font-size: 14px;
	margin: 0 5px;
}
.header .login_after>a.my{
	width: 134px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.header .login_after>a.my img{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
	vertical-align: middle;
	margin:0 10px 0 5px;
}
.header .login_after>a:hover{
	color: #ff6600;
}
