.header {
  position: relative;
  z-index: 2;
}

.top-bar-wrap {
  height: 250px;
  display: flex;
  background: url(../img/top_barBg.jpg) no-repeat 50% / cover;
  position: relative;
  z-index: 1;
}

.top-barBox {
  position: relative;
}

.top-bar-wrap h3 {
  font-size: 40px;
  color: #fff;
  text-align: center;
  margin-top: 60px;
}

.top-bar-point {
  font-size: 40px;
  color: #fff;
  text-align: center;
  margin-top: 22px;
}

.top-bar-left-pic {
  width: 36px;
  height: 134px;
  position: absolute;
  top: 80px;
  left: 0px;
  background: url(../img/top_bar_left_pic.jpg.png) no-repeat;
}

@media screen and (max-width: 1366px) {
  .top-bar-wrap {
    height: 2.8rem;
    display: flex;
    background: url(../img/mobile_top_barBg.jpg) no-repeat 50% / cover;
    position: relative;
    z-index: 1;
  }

  .top-barBox {
    position: relative;
    width: 7.02rem;
  }

  .top-bar-wrap h3 {
    font-size: 0.4rem;
    color: #fff;
    text-align: center;
    margin-top: 0.7rem;
  }

  .top-bar-point {
    font-size: 0.2rem;
    color: #fff;
    text-align: center;
    margin-top: 0.2rem;
  }

  .top-bar-left-pic {
    display: none;
  }
}

