.nav-bar-par {
	width: 100%;
	height: 78px;
	background: #dd2022;
	margin-top: -4px;
}

.nav-bar-par .nav-bar {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	margin-top: -4px;
}

.fl-ac-jb {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
}

.fl-jb {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}

.col-fff a {
	color: #ffffff;
}

.nav-bar-par .nav-bar .nav-bar-item {
	width: 138px;
	height: 100%;
	text-align: center;
	line-height: 78px;
}
.nav-bar-item:hover{
    background: rgba(0,0,0,0.1);
}

.nav-bar-par .nav-bar-min {
	display: none;
}

  .menu {
    background: #dd2022;
    color: #FFFFFF;
    padding: 0;
    border-top: #cccccc solid 1px;
    box-sizing: border-box;
    overflow: hidden;
    height: 0;
    transition: all 0.4s;
  }
  .menu li {
    width: 100%;
    height: 46px;
    box-sizing: border-box;
    line-height: 46px;
    padding-left: 20px;
    padding-right: 20px;
    color: #FFFFFF;
  }
  .menu li:hover {
    background: #f44336;
  }
  .menu-active {
    padding: 12px;
    height: 255px !important;
  }