.header {
  position: relative;
  z-index: 2;
}

.top-bar-style-two-wrap {
  height: 579px;
  display: flex;
  overflow: hidden;
  background: url(../img/lxwm_top_bar_bg.jpg) no-repeat left top;
  position: relative;
  z-index: 1;
}

.top-bar-style-two-wrap .top-barBox {
  position: relative;
}

.top-bar-style-two-wrap .top-barBox .content {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  color: #fff;
}

.top-bar-style-two-wrap .top-barBox .content .right h3 {
  font-size: 36px;
  font-weight: normal;
  margin: 100px 0 76px 0;
}

.top-bar-style-two-wrap .top-barBox .content .right p {
  font-size: 18px;
  margin: 0 0 20px 0;
}

@media screen and (max-width: 1366px) {
  .crumbs {
    width: auto;
    height: 0.95rem;
    line-height: 0.95rem;
    font-size: 0.24rem;
    color: #333;
    margin-top: 0;
    padding: 0 0.24rem;
    position: absolute;
    top: -0.95rem;
    overflow: hidden;
  }

  .crumbs a {
    font-size: 0.24rem;
    color: #333;
  }

  .crumbs a:hover {
    color: #468f73;
  }

  .top-bar-style-two-wrap {
    width: 100%;
    height: 4rem;
    display: block;
    overflow: visible;
    background: url(../img/mobile_lxwm_top_right_pic.jpg) no-repeat left top;
    background-size: 100% 100%;
    position: relative;
    z-index: 1;
    margin: 0.95rem 0 0 0;
  }

  .top-bar-style-two-wrap .top-barBox .content .lxwm_top_right_pic {
    display: none;
  }

  .top-bar-style-two-wrap .top-barBox .content .right {
    width: 7.02rem;
    height: 4.02rem;
    position: absolute;
    top: 2.31rem;
    left: 50%;
    margin: 0 0 0 -3.51rem;
    padding: 0.54rem 0.3rem 0;
    background: url(../img/mobile_lxwm_top_left_bg.png) no-repeat;
    background-size: 7.02rem 4.02rem;
  }

  .top-bar-style-two-wrap .top-barBox .content .right h3 {
    font-size: 0.32rem;
    line-height: 0.32rem;
    font-weight: normal;
    margin: 0 0 0.3rem 0;
  }

  .top-bar-style-two-wrap .top-barBox .content .right p {
    font-size: 0.26rem;
    line-height: 0.4rem;
    margin: 0 0 0 0;
  }
}


