.banner-6 {
  position: relative;
  overflow: hidden;
  background:#000;
  height: 640px;
}
.banner-6 img {
  width: 100%;
  height: 100%;
  position: absolute;
}
.banner-6 .con-text {
  height: 100px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  width: 100%;
  z-index: 2;
}
.banner-6 .con-text .h01 {
  width: 100%;
  position: relative;
  font-size: 62px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 74px;
  letter-spacing: 1px;
}
.banner-6 .con-text .h02 {
  padding-top: 10px;
  width: 100%;
  position: relative;
  font-size: 24px;
  font-weight: 400;
  color: #F9F5F4;
  line-height: 22px;
}
.banner-6 .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;
}