#header{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 130px;
	z-index: 1500;
	font-size: 0;
	text-align: center;
}
.header-content{
	width: 100%;
	margin: auto;
	text-align: left;
}
#header .header-right{
	display: inline-block;
	position: absolute;
	right: 35px;
	vertical-align: middle;
	top: 9px;
	font-size: 18px;
	color: #fff;
}
#header .header-right a{
	color: #fff; cursor: pointer;
}
#header .logo{
	padding-left: 35px;
	display: inline-block;
	vertical-align: middle;
}
.menu_open {
    display: inline-block;
    /* float: right; */
    width: 24px;
    height: 20px;
	margin-left: 10px;
}
.menu_open i {
    height: 2px;
    width: 100%;
    background: #fff;
    display: block;
    margin-bottom: 7px;
}
.header-item{
	margin-left: 60px;
}

.header-item:first-child{
	margin-left: 0;
}
.header-item img{
	margin-right: 10px;
}