#banner-box {
  height: 600px;
}
#banner-box .inbox {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  top: 38%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ffffff;
}

#banner-box .inbox .title-box {
  margin-bottom: 30px;
}

#banner-box .inbox .title-box .cn {
  font-size: 52px;
  letter-spacing: 6px;
  font-weight: bold;
  margin-bottom: 10px;
}

#banner-box .inbox .title-box .en {
  font-size: 24px;
}

#banner-box .inbox .info {
  font-size: 20px;
}
.BMap_mask {
  display: none !important;
}

@media (min-width: 1200px) {
  ::-webkit-scrollbar {
    width: 16px;
  }

  ::-webkit-scrollbar-track {
    background: #f5f5f5;
  }

  ::-webkit-scrollbar-thumb {
    background: #1e76cf;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #f5f5f5;
  }

  body * ::-webkit-scrollbar {
    width: 4px;
  }

  body * ::-webkit-scrollbar-thumb {
    border: none;
  }
}

@media (max-width:768px) {
  #banner-box {
    height: 500px;
  }
  #banner-box .inbox {
    top: 46%;
  }
}