.header-wrap {
	background-color: #fff
}

.global-header {
	width: 90%;
	min-width: 1200px;
	margin: 0 auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.global-header h1 {
	width: 240px;
	height: 70px;
	float: left;
	overflow: hidden
}

.global-header h1 a {
	color: #666;
	position: relative
}

.global-header h1 a img {
	height: 50px;
	margin: 10px 0 10px 0;
	float: left
}

.global-header h1 a p {
	margin-top: 3px;
	margin-left: 20px;
	font-size: 12px;
	float: left;
	position: relative
}

.global-header h1 a p::before {
	content: "";
	height: 50px;
	width: 1px;
	transform: scale(.3, 1);
	position: absolute;
	background: #666;
	left: -10px;
	top: 10px
}

.global-header .user {
	float: right;
	padding-left: 10px
}

.global-header .user span {
	display: inline-block;
	height: 12px;
	width: 1px;
	background-color: #999999
}

.global-header .user a {
	margin: 0 2px;
	font-size: 12px
}

.global-header .user a.Chinese {
	color: #999999
}

.global-header .user a.English {
	color: #f60
}

.global-header .user input {
	display: block;
	margin-top: 4px;
	border: none;
	outline: none;
	position: relative
}

.global-header .user input:active {
	top: 1px
}

.global-header .nav {
	float: right
}

.global-header ul {
	height: 50px;
	padding: 10px 0
}

.global-header ul li {
	float: left;
	position: relative
}

.global-header ul li a {
	display: block;
	color: #333;
	padding: 15px
}

.global-header ul li a:hover {
	color: #73A5F7
}

.global-header ul li a.active {
	color: #73A5F7
}