.facebook-bt {
	background: url(../image/facebook.png) no-repeat left top;
	height: 22px;
	width: 22px;
}

.facebook-bt:hover {
	background: url(../image/facebook.png) no-repeat left bottom;
	cursor: pointer;
	height: 22px;
	width: 22px;
}

.header-border {
	background-color: #E5E5E5;
	border-bottom: 1px solid #D4D4D4;
	margin: 0;
	padding: 0 0 10px 0;
}

.header {
	height: auto;
	margin: auto;
	padding: 8px 0;
	width: 1400px;
}

.header-contact {
	height: 50px;
	margin: auto;
	padding: 0;
	width: 1400px;
}

.header-contact-left {
	float: left;
	height: 30px;
	line-height: 30px;
	padding: 10px 0;
	width: 50%;
}

.header-contact-left span {
	float: left;
}

.header-contact-right {
	float: right;
	height: 50px;
	padding: 0;
	width: 50%;
}

.header-logo {
	float: left;
	font-size: 0;
	text-align: left;
	width: 30%;
}

.header-logo img {
	height: auto;
	width: 300px;
}

.header-menu {
	float: right;
	padding-top: 48px;
	text-align: right;
	width: 70%;
}

.login-bt {
	background: #D5D8DF;
	color: #555;
	display: inline-block;
	height: 50px;
	padding: 14px 15px;
	text-decoration: none;
	display: none;
}

.login-bt:hover {
	background-color: #C3C6D3;
	cursor: pointer;
}

.mail-bt {
	background: url(../image/email.png) no-repeat left top;
	height: 22px;
	width: 22px;
}

.mail-bt:hover {
	background: url(../image/email.png) no-repeat left bottom;
	cursor: pointer;
	height: 22px;
	width: 22px;
}