﻿
/* 主营产品头部 */
.mainer-products-header {
	height: 55px;
	display: flex;

}
.mainer-products-header a {
	border: 1px solid #000;
	border-right: none;
	cursor: pointer;
	background-color: #f0f0f0;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}
.mainer-products-header p,.mainer-products-header span {
	color: #000;
}
.mainer-products-header a:hover {
	background-color: #000 !important;
	border: 1px solid white;
}
.mainer-products-header a:hover p,.mainer-products-header a:hover span {
	color: #ffffff !important;
}

.mainer-products-header  .current {
	background-color: #000 !important;
}

.mainer-products-header  .current p,
.mainer-products-header  .current span {
	color: white !important;

}
.mainer-products-header .body-title {
	flex: 1;
}
.mainer-products-header .body-title-back {
	width: 10%;
}