.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;
}
.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;
}

