header {
	z-index:100;
	width: 100%;
	margin: auto;
	z-index: 500;
}
.header_box{
	width:100%;
	margin-top: 10px;
	position: relative;
    height: 100px;
	float:left
}
.header_logo {
	width: 100%;
    padding-top: 0;
    /* margin-left: 5%; */
    text-align: center;
    color: #000;
    margin: 0 0 10px;
    float: left;
}
.header_logo img{
    width: 120px;
    color: #000;
	margin:auto
}
.header_icon {
    position: absolute;
    right: 20px;
    width: 30px;
    top: 30px;
}
.header_cat_menu_wrap{
	width:100%;
	margin:0 0 10px;
	float:left
}
.header_cat_menu_wrap ul li{
	display:inline-block;
	margin: 0 2%;
}


.header_cat_menu_wrap ul li a{
	color:#000;
	font-weight:700;
}


