
/* energy-banner */
/* .energy-banner h5{font-size: 48px;} */
.energy-banner{background-repeat: no-repeat; background-size: cover; background-position: center; background-color: #030f2d;}
.energy-banner .img{width: 560px; right: 17%;}
.energy-banner img{ animation: animationBanner 4s infinite linear;/*匀速 循环*/ }

/* 产品价值 */
.row-mainBox{padding-bottom: 48px;}
.row-mainBox .con{height: 210px;}

/* application-mainBox 应用场景*/
.application-mainBox .application{overflow: hidden;}
.application-mainBox .application li{float: left; width: 16.6%; text-align: center;}
.application-mainBox .application p{font-size: 18px; margin-top: 24px;}

/* programme-mainBox */
/* .programme-mainBox .img{width: 800px; float: left;  box-shadow: 0 0 5px #D7DFEF; }
.programme-mainBox .img img{padding: 34px 64px; background: #fff; height: 482px;}
.programme-mainBox .text{width: 400px; float: right; background: #2468F2; padding: 165px 48px;  height: 482px;}
.programme-mainBox .text p{font-size: 14px; color: #fff; line-height: 26px;} */


/* 应用案例 */
.application-last-case{margin-top: 40px;}
#prePageIcon{
    position: absolute;
    left: calc(((100% - 1200px) / 2) - 96px);
    margin-top: 56px;
}
#nextPageIcon{
    position: absolute;
    right: calc(((100% - 1200px) / 2) - 96px);
    margin-top: 56px;
}