.page-bt-subbanner {
  height: 100px;
  line-height: 100px;
  background: url("/static/assets/img/subbanner.png") no-repeat center 0;
  background-size: cover;
  margin-top: 110px;
}
.page-bt-subbanner h3 {
  color: #f08533;
  font-size: 30px;
  width: 1100px;
  height: 100%;
  margin: 0 auto;
  font-weight: normal;
}
.page-bt-subbanner h3 span {
  padding-left: 60px;
  color: #000;
  font-size: 14px;
}

