.coreBusinessBanner {
  width: 100%;
  height: 370px;
}
.coreBusinessTab {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 80px;
  background-color: #fff;
  line-height: 80px;
  font-family: SourceHanSans_Bold;
  font-weight: 500;
  font-size: 20px;
  color: #171717;
  letter-spacing: 1px;
}
.coreBusinessTab .coreBusinessTabItme {
  cursor: pointer;
}
.coreBusinessTab .coreBusinessActive {
  color: #09925A;
  border-bottom: 3px solid #09925A;
}
