.banner-2 {
  position: relative;
  overflow: hidden;
  background:#000;
  height: 640px;
}
.banner-2 img {
  width: 100%;
  height: 100%;
  position: absolute;
}
.banner-2 .con-text {
  position: absolute;
  height: 150px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  z-index: 2;
}
.banner-2 .con-text .h01 {
  position: relative;
  margin-top: -20px;
  height: 53px;
  font-size: 48px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 46px;
}
.banner-2 .con-text .h02 {
  position: relative;
  padding-top: 60px;
  text-align: left;
  font-size: 30px;
  font-weight: 400;
  color: #03BF8A;
  line-height: 46px;
  letter-spacing: 16px;
  clear: both;
}
.banner-2 .con-text .h03 {
  position: relative;
  padding-top: 50px;
  text-align: left;
  font-size: 24px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 34px;
  letter-spacing: 8px;
}
.banner-2 .con-text .itembox {
  position: relative;
  margin-top: 26px;
}
.banner-2 .con-text .itembox .item {
  float: left;
  background: rgba(255,255,255,0.08);
  font-size: 24px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 46px;
  padding: 0px 32px 0 32px;
  margin-left: 5px;
  margin-right: 5px;
}
.banner-2 .con-text .itembox .item:first-child {
  margin-left: 0;
}
.banner-2 .con-text .itembox .item:last-child {
  margin-right: 0;
}