header .fixmenu {
    position: fixed;
    top: 0px;
    margin: 0px auto;
    width: 100%;
    height: 54px;
	background:#f7f7f7;
	border-bottom:2px solid #e2e2e2;
	z-index: 1000;
	display:none;
}

header .fixmenu.active {
	display:block;
}

header .fixmenu .contain {
    margin: 0px auto;
    width: 1225px;
    position: relative;
}

header .fixmenu .category_menu {
	position: relative;
    top: 18px;
	margin-left:87px;
}

header .fixmenu .telephone_800 {
    right: 0px;
    top: 18px;
}
header .fixmenu .telephone_800 a{
    color: #333333;
}

header .fixmenu .logomini {
	position:absolute;
	left:0px;
	top:5px;
	display:block;
	background:url('/local/assets/img/header/logomini.png') no-repeat left top;
	width:46px;
	height:46px;
}

header .fixmenu .contain .category_sub_link:hover {
	color:#562666;
}