.banner{
    width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
}
.bann-title{
    width: 100%;
    height: auto;
    display: inline-block;
    position: absolute;
    top: 48%;
    text-align: center;
}
.bann-title h2 {
    font-size: 27px;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: .8%;
}

.bann-title li {
    font-size: 15px;
    color: #fff;
    letter-spacing: 0px;
    margin-top: 2px;
}

.bann-title li a {
    font-size: 13px;
    color: #fff;
    letter-spacing: 0px;
}

.energy{
    width: 100%;
    height: auto;
    display: inline-block;
    margin: 3% 0;
}
.ene-one{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 4%;
    position: relative;
}
.ene-one h3{
    font-size: 25px;
    font-weight: 700;
}
.ene-one p{
    text-align: justify;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    width: 80%;
    line-height: 28px;
    padding: 1% 0;
}
.ene-one img{
    width: 32%;
}
.ene-one a{
    background-color: #C70123;
    color: #fff;
    font-size: 16px;
    padding: 12px 29px;
    border-radius: 25px;
    float: right;
    position: absolute;
    bottom: 0px;
}
.delivery{
    float: right;
    background: #96a8c0;
    margin-top: -11%;
}
.delivery h4{
    font-size: 18px;
    color: #fff;
    padding: 5%;
}
.ene-two{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 4%;
}
.ene-two h3{
    font-size: 25px;
    font-weight: 700;
}
.ene-two p{
    text-align: justify;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    width: 80%;
    line-height: 28px;
    padding: 1% 0;
}
.eneo-left{
    width: 75%;
    float: left;
}
.eneo-right{
    width: 25%;
    float: right;
}