.menu-top{
  width: 100%;
  height: 50px;
  background-color: #de3237;
}
.menu-top .menu-box{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu-top .menu-box  .menu-list{
  display: flex;
}
.w1190{
  width: 1190px;
  margin: 0 auto;
}
.menu-box .menu-list li{
  height: 50px;
  float: left;
  line-height: 50px;
  text-align: center;
  margin: 0 4px;
  padding: 0 8px;
}
.menu-box .menu-list li:first-child{
  margin: 0 10px 0 0;
}
.menu-box .menu-list li.select-menu,
.menu-box .menu-list li:hover{
  background-color: #c13136;
}
.menu-box .menu-list li a{
  color: #fff;
  font-size: 16px;
  display: block;
  font-weight: bold;
  text-decoration: wavy;
}
.menu-box .menu-list li a:hover{
  color:#fff !important;
}
.select-menu{
  background-color: #c13136;
}
.menu-top .be_mem a:hover{
  color:#fff !important;
  
}
.be_mem {
  color: #fff;
  text-align: center;
  font-style: italic;
  font-weight: bold;
  background: none;
  font-size: 17px;
}

.menu-top .be_mem a {
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  font-style: italic;
}
.menu-top .be_mem a .icon {
  margin: 0 0 0 5px;
  display: inline-block;
  width: 15px;
  height: 9px;
  background: url(https://chuzhi.huishoushang.com/Content/Images/Industry/machine/index_icon.png)
    no-repeat;
  background-position: 0 -138px;
}


.menu-sub-box {
  height: 60px;
  background: #fff;
}

.menu-sub-box .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu-sub-box .menu-sub-list {
  line-height: 60px;
}

.menu-sub-box .menu-sub-list .sub-name {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
.menu-sub-box .menu-sub-list .sub-name:hover,
.menu-sub-box .menu-sub-list .sub-name-hover {
   position: relative;
     color: #e60000;
}
.menu-sub-box .menu-sub-list .sub-name-hover::after {
   content: "";
   position: absolute;
   left:0;
   bottom:-17px;
   width:100%;
   height:2px;

   background: #e60000;
}
.menu-sub-box .menu-sub-list .sub-item {
  display: inline-block;
  padding: 0 10px;
  margin: 0 20px;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 4px;
  color: #333;
}

.menu-sub-box .menu-sub-list .sub-item:hover {
  background: #E60000;
  color: #fff;
}

.menu-sub-box .menu-sub-list .current {
  background: #e60000;
  color: #fff;
}

.menu-sub-box .menu-sub-date {
  width: 86px;
  height: 42px;
  display: flex;
  align-items: center;
}

.menu-sub-box .menu-sub-date .montn-days .month {
  display: block;
  height: 20px;
  font-size: 14px;
  color: #707D8A;
}

.menu-sub-box .menu-sub-date .montn-days .day {
  display: block;
  height: 20px;
  line-height: 20px;
  font-size: 18px;
  font-weight: 500;
}

.menu-sub-box .menu-sub-date .line {
  margin: 0 10px;
  width: 1px;
  height: 33px;
  background: #e6e6e6;
}

.menu-sub-box .menu-sub-date .year-weeks .year {
  display: block;
  height: 20px;
  font-size: 14px;
  color: #707D8A;
}

.menu-sub-box .menu-sub-date .year-weeks .week {
  height: 20px;
  font-size: 14px;
  color: #707D8A;
}
.hssw-space{
  width:100%;
  height: 16px;
}