.hanaBanner{
  height: 695px;
  background-color: #00227c;
  padding-top: 165px;
  position: relative;
  margin-bottom: 130px;
}
.energySum{
  display: flex;
  justify-content: space-between;
  color: #fff;
}
.energySum img{
  padding-top: 30px;
  width: 630px;
}
.energySumL{
  width: 520px;
}
.energySumL h4{
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 50px;
}
.hanaBanner p{
  color: #fff;
  font-size: 17px;
  line-height: 32px
}
.energySum2{
  margin-top: -30px;
}
.structure{
  position: absolute;
  top: 760px;
  left: calc(50% - 600px);
  width: 1200px;
  padding-bottom: 150px;
}
.structure .structureTit{
  height: 70px;
  background: url('/upload/logo.png') no-repeat 100px center;
  background-color: #fff;
  color: #333;
  line-height: 70px;
  padding-left: 200px;
  font-size: 24px;
}
.structureCon{
  width: 920px;
  background-color:#f7f7f7 ;
  text-align: center;
  padding: 60px 140px;
}
.structureCon img{
  width: 960px;
}