.esgBlockBox{
    transform: translateY(0);
    transition: .3s;
}

.esgBlockBox:hover{
    transform: translateY(-10px);
    transition: .3s;
}

.swiper-container {
    overflow: hidden;
}

.swiper-button-next i, .swiper-button-prev i {
    font-size: 40px;
    color: #999;
}

.swiper-button-next:hover {
    color: #CD5D67 !important;
    border: 1px solid #CD5D67;
}

.swiper-button-prev:hover {
    color: #CD5D67 !important;
    border: 1px solid #CD5D67;
}

.swiper-button-next, .swiper-button-prev {
    width: 60px !important;
    height: 60px !important;
    border: 1px solid #ccc;
    color: #ccc !important;
}

.actImg .swiper-button-next,
.actImg .swiper-button-prev {
    width: 45px !important;
    height: 45px !important;
}

.actImg .swiper-button-next::after,
.actImg .swiper-button-prev::after {
    font-size: 28px !important;
}

.actImg .swiper-button-next,
.actImg .swiper-button-prev {
    top: 40px;
    background-color: #ffffff;
    z-index: 20;
}

.actImg:nth-child(2n) .swiper-button-next {
    left: -45px !important;
    right: unset !important;
}

.actImg:nth-child(2n) .swiper-button-prev {
    left: -105px !important;
    right: unset !important;
}

.actImg:nth-child(2n+1) .swiper-button-next {
    left: unset !important;
    right: -105px !important;
}

.actImg:nth-child(2n+1) .swiper-button-prev {
    left: unset !important;
    right: -45px !important;
}

.img-content {
    margin: auto;
    display: block;
    width: 100%;
    height: 280px;
    background-color: #EEF0F1;
    overflow-y: hidden;
    position: relative;
    border-radius: 16px;
}

.img-content img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.imgTxt{
    margin-top: 1rem;
    text-align: center;
}

.greenBg{
    background: url(../images/esg_green_bg.png) center bottom no-repeat;
    padding-bottom: 480px;
}

.greenBg h4{
    position: relative;
    color: #597f34;
    font-weight: bold;
    padding-left: 2rem;
}

.greenBg h4::before{
    content: "";
    width: 23px;
    height: 36px;
    background: url(../images/esg_icon_battery.svg) center no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.greenTitle{
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 2rem;
}

.global{
    margin-bottom: 5rem;
}

.green_box{
    margin-bottom: 1rem;
}

.greenDow li{
    position: relative;
    width: 100%;
    padding: 1rem;
    background: #597f34;
    color: #fff;
}

.greenDow li::before {
    content: "";
    width: 26px;
    height: 2px;
    background-color: #FFF;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
}

.greenDow li::after {
    content: "";
    width: 2px;
    height: 26px;
    background-color: #FFF;
    position: absolute;
    top: 50%;
    right: 28px;
    transform: translateY(-50%);
}

.green_box .energy_box{
    width: 100%;
    margin: 0;
    background: url(../images/esg_greenbg_icon.svg) 95% bottom no-repeat,rgba(255, 255, 255, .75);
    color: #333;
    text-align: center;
}

.green_box .energy_box h5 {
    color: #333;
}

.green_box .energy_box h5::before{
    display: none;
}

.green_box .energy_box .num{
    text-align: center;
    margin-bottom: 0.5rem;
}

.green_box .energy_box .num .odometer{
    font-size: 2.25rem!important;
}

.note_con{
    background: rgba(255, 255, 255, .75);
    padding: 1rem;
    font-size: 1rem;
}

.note_con p{
    margin-bottom: 1rem;
}

.note_con ol li{
    margin-bottom: 1rem;
}


/* 版二 全開 + POP */
.greenBg2{
    position: relative;
    background: url(../images/esg_green_bg2.jpg) center bottom no-repeat;
    background-attachment: fixed;
    z-index: 0;
}

.greenBg2::before{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(10, 30, 73, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.greenBg2 .greenTitle{
    margin-bottom: 1rem;
}

.greenBg2 .greenTitle h3{
    position: relative;
    display: inline-block;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 1rem 2rem;
    margin-bottom: 0;
}

.greenBg2 .eachSites .greenTitle2 h3{
    background: #366aff;
    /* background: -moz-linear-gradient(-45deg, #366aff 0%, #02717b 100%); */
    /* background: -webkit-linear-gradient(-45deg, #366aff 0%, #02717b 100%); */
    background: linear-gradient(to right, #2a4466 0%, #4995d8 50%);
    transition: .3s;
    padding: 1rem 3rem;
}

.greenBg2 .eachSites .greenTitle2 h3{
    padding: 0;
}

.greenBg2 .eachSites .greenTitle2 h3 a{
    padding: 1rem 2rem;
    color: #fff;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.greenBg2 .eachSites .greenTitle2:hover h3{
    background: #366aff;
    /* background: -moz-linear-gradient(-45deg, #366aff 0%, #02717b 100%); */
    /* background: -webkit-linear-gradient(-45deg, #366aff 0%, #02717b 100%); */
    background: linear-gradient(to right, #4995d8 60%, #2a4466 100%);
    transition: .3s;
}

@media screen and (min-width:1200px) {
    .greenBg2 .greenTitle h3{
        min-width: 600px;
    }
}


.greenBg2 .date{
    color: #fff;
    margin-bottom: 1rem;
}

.greenBg2 .green_box, .pop_text .green_box{
    text-align: center;
    color: #fff;
}

.greenBg2 .green_box h4{
    color: #fff;
    font-weight: bold;
    margin-top: 1rem;
}

.greenBg2 .green_box h5 {
    color: #fff;
}

.greenBg2 .green_box .energy_box, .pop_text .green_box .energy_box{
    background: none;
    border: 0;
    padding: 2rem;
}

.greenBg2 .energy_box .num{
    font-size: 2.25rem;
    color: #fff;
    display: flex;
    align-items: end;
    justify-content: center;
    margin: 0;
}

.greenBg2 .energy_box .num .unit{
    font-size: 1.125rem;
    margin-left: 1rem;
}

.greenBg2 .green_box + .green_box::before{
    content: "";
    width: 1px;
    height: 75%;
    background: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.greenBg2 .note_con{
    background: none;
    color: #fff;
}

.greenBg2 .note_con a{
    color: #fff;
}

.greenBg2 .note_con a:hover{
    color: #CD5D67;
}

.greenBg2 .energyBox, .pop_text .energyBox{
    display: flex;
    flex-wrap: wrap;
}

.greenBg2 .energyBox .energy_box, .pop_text .energyBox .energy_box{
    width: calc(100% / 2);
}

.pop_text .green_box + .green_box::before{
    content: "";
    width: 1px;
    height: 75%;
    background: #ccc;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.iconDow{
    margin: 0.8rem;
}

@media screen and (max-width: 1199px) {
    .greenBg2 .green_box .energy_box, .pop_text .green_box .energy_box{
        padding: 1rem 0.5rem;
    }

    .greenBg2 .energyBox .energy_box, .pop_text .energyBox .energy_box{
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .greenBg2 .green_box + .green_box::before{
        width: 75%;
        height: 1px;
        background: #fff;
        position: absolute;
        top: 0;
        transform: translateX(-50%);
        left: 50%;
    }

    .green_box{
        padding: 2rem 0;
    }
}

/* 版三 收合 */
.greenBg3{
    position: relative;
    background: url(../images/esg_green_bg2.jpg) center bottom no-repeat;
    background-attachment: fixed;
    z-index: 0;
}

.greenBg3::before{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(10, 30, 73, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.greenBg3 .greenTitle{
    margin-bottom: 1rem;
}

.greenBg3 .greenTitle h3{
    position: relative;
    display: inline-block;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 1rem 3rem;
    margin-bottom: 0;
}

@media screen and (min-width:1200px) {
    .greenBg3 .greenTitle h3{
        min-width: 600px;
    }
}

.greenBg3 .date{
    color: #fff;
    margin-bottom: 1rem;
}

.greenBg3 .green_box{
    text-align: center;
    color: #fff;
}

.greenBg3 .green_box h4{
    color: #fff;
    font-weight: bold;
    margin-top: 1rem;
}

.greenBg3 .green_box h5 {
    color: #fff;
}

.greenBg3 .green_box .energy_box{
    background: none;
    border: 0;
    padding: 2rem;
}

.greenBg3 .energy_box .num{
    font-size: 2.25rem;
    color: #fff;
    display: flex;
    align-items: end;
    justify-content: center;
    margin: 0;
}

.greenBg3 .energy_box .num .unit{
    font-size: 1.125rem;
    margin-left: 1rem;
}

.greenBg3 .green_box + .green_box::before{
    content: "";
    width: 1px;
    height: 75%;
    background: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.greenBg3 .note_con{
    background: none;
    color: #fff;
}

.greenBg3 .note_con a{
    color: #fff;
}

.greenBg3 .note_con a:hover{
    color: #CD5D67;
}

.greenBg3 .energyBox{
    display: flex;
    flex-wrap: wrap;
}

.greenBg3 .energyBox .energy_box{
    width: calc(100% / 2);
}

.greenBg3 .greenDow li{
    background: none;
    padding-right: 20px;
    display: inline-block;
    width: auto;
}

.greenBg3 .greenDow li::before, .greenBg3 .greenDow li::after{
    display: none;
}

.greenBg3 .greenDow li::after{
    content: '\e91a';
    font-family: 'icomoon';
    display: inline-block;
    background: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) translateX(10px);
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.greenBg3 .greenDow li:hover::after{
    opacity: 1;
    transform: translateY(-50%) translateX(0);
}