.products-and-solutions {
  background-color: #f6f6f6;
  padding-top: 30px;
  padding-bottom: 60px;
}
@media (max-width: 750px) {
  .products-and-solutions {
    padding-bottom: 55px;
  }
}
.products-and-solutions .products-solutions-con {
  position: relative;
}
.products-and-solutions .products-solutions-con > .list {
  zoom: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  display: none;
}
.products-and-solutions .products-solutions-con > .list:after {
  display: block;
  content: "";
  clear: both;
}
.products-and-solutions .products-solutions-con > .list.active {
  position: relative;
  z-index: 1;
  display: block;
}
@media (max-width: 992px) {
  .products-and-solutions {
    padding-top: 0;
  }
  .products-and-solutions .products-solutions-con > .list > div {
    width: 100%;
    overflow: visible;
  }
  .products-and-solutions .products-solutions-con > .list.active .allLi {
    z-index: 1;
  }
  .products-and-solutions .products-solutions-con.fixed .main {
    padding-top: 119px;
    margin-top: 0;
  }
}
.nav-wap {
  overflow: visible;
  z-index: 2;
}
.fixedUl {
  display: none;
}
@media (max-width: 992px) {
  .fixedUl {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 15px;
  }
  .fixedUl.active {
    display: block;
  }
  .fixedUl .ul {
    width: 100% !important;
    height: 100%;
    overflow-x: auto;
  }
  .fixedUl .ul .li {
    font-size: 14px;
    padding: 15px 0;
    border-bottom: 1px solid #e2e2e2;
  }
  .fixedUl .ul .li.active {
    color: #c7000b;
    font-weight: bold;
  }
  .LANG-en .fixedUl .ul .li.active {
    font-family: ebg-font-bold, Arial;
    font-weight: normal;
  }
  .fixedUl .wap-nav-controller {
    padding: 15px 0;
    border-bottom: 1px solid #e2e2e2;
    font-size: 16px;
    font-weight: bold;
    color: #231815;
    position: relative;
  }
  .LANG-en .fixedUl .wap-nav-controller {
    font-family: ebg-font-bold, Arial;
    font-weight: normal;
  }
  .fixedUl .wap-nav-controller .icon-down {
    padding: 15px;
    position: absolute;
    right: -15px;
    top: 0;
    font-size: 20px;
    color: #9fa0a0;
  }
  .fixedUl .wap-nav-controller .icon-down:before {
    content: "\e608";
  }
}
