#main {
    overflow: hidden;
}

.section .inner {
    position: relative;
}

.sec01 {
    background: #00c87f;
}

.sec01 .text {
    padding: 10.86% 0 5.29% 7.86%;
}

.sec01 .l1 {
    font-size: 21px;
    margin-bottom: 34px;
}

.sec01 .l2 {
    font-size: 72px;
    color: #fff;
}

.sec01 .pic {
    position: absolute;
    left: 30.86%;
    top: 0;
    margin-top: 4.57%;
    width: 12.57%;
}

.sec01 svg {
    width: 100%;
    fill: #09825e;
}

.sec02 {
    background: #f7f7f7;
}

.sec02 .text {
    position: relative;
    z-index: 1;
    padding: 9.29% 0 8.14% 7.86%;
}

.sec02 .text .hd {
    position: relative;
    z-index: 1;
}

.sec02 .l1 {
    font-size: 46px;
    margin-bottom: 30px;
}

.sec02 .l2 {
    font-size: 20px;
    line-height: 1.54;
    color: #575757;
}

.sec02 .pic {
    position: absolute;
    right: -18%;
    top: 0;
    margin-top: -14%;
    width: 86%;
}

.sec02 .pic img {
    width: 100%;
}

.sec03 {
    padding: 16.67% 0 22.92%;
    background: url(../../img/exm3000_sec03_en.jpg) no-repeat center;
    background-size: cover;
}

.sec03 ul {
    padding-left: 8.76%;
}

.sec03 li {
    font-size: 22px;
    line-height: 1.45;
}

.sec03 li:first-child {
    margin-bottom: 64px;
}

.sec03 li span {
    display: block;
    font-size: 24px;
    line-height: 1;
    color: #00c87f;
    margin-bottom: 8px;
}

.sec03 li em {
    font-style: normal;
    font-size: 60px;
    margin-right: 10px;
}

.sec04 {
    background: url(../../img/exm3000_sec04_en.jpg) no-repeat left center;
    background-size: cover;
    display: flex;
    justify-content: flex-end;
}

.sec04 .text {
    width: 46%;
    background: #00c87f url(../../img/exm3000_sec04_net.jpg) no-repeat center bottom;
    background-size: 100% auto;
    padding: 14.06% 0 17.19%;
    text-align: right;
}

.sec04 .text ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sec04 .text li {
    color: #fff;
    width: 310px;
    white-space: nowrap;
}

.sec04 .text li:first-child {
    margin-bottom: 14.61%;
}

.sec04 .text .l1 {
    font-size: 80px;
    margin-bottom: 8px;
}

.sec04 .text .l1 .name {
    font-size: 16px;
    margin-right: 22px;
}

.sec04 .text .l1 .pre {
    font-size: 46px;
    margin-right: 16px;
}

.sec04 .text .l2 {
    font-size: 31px;
    line-height: 1.16;
}

.sec05 {
    background: url(../../img/en/exm3000_sec05.jpg) no-repeat center ;
    background-size: cover;
    padding: 17.6% 0 11.88%;
}

.sec05 .inner {
    display: flex;
    justify-content: flex-end;
}

.sec05 .table {
    width: 46.79%;
}

.sec05 .name {
    font-size: 46px;
    margin-bottom: 43px
}

.sec05 ul {
    border-top: 1px solid #3bcc8c;
}

.sec05 li {
    font-size: 18px;
    /*line-height: 2.6;*/
    display: flex;
    justify-content: space-between;
}

.sec05 li span {
    border-bottom: 1px solid #3bcc8c;
    min-height: 0.56rem;
    display: flex;
    align-items: center;
}

.sec05 li span:nth-child(1) {
    width: 33%;
    color: #3bcc8c;
}

.sec05 li span:nth-child(2) {
    width: 67%;
    color: #595959;
}

@media all and (max-width: 1480px) {
    .sec01 .l1 {
        font-size: 20px;
        margin-bottom: 26px;
    }

    .sec01 .l2 {
        font-size: 55px;
    }

    .sec02 .l1 {
        font-size: 35px;
        margin-bottom: 23px;
    }

    .sec02 .l2 {
        font-size: 17px;
    }

    .sec03 li {
        font-size: 18px;
    }

    .sec03 li:first-child {
        margin-bottom: 49px;
    }

    .sec03 li span {
        font-size: 20px;
        margin-bottom: 6px;
    }

    .sec03 li em {
        font-size: 46px;
        margin-right: 8px;
    }

    .sec04 .text li {
        width: 240px;
    }

    .sec04 .text .l1 {
        font-size: 61px;
        margin-bottom: 6px;
    }

    .sec04 .text .l1 .name {
        font-size: 14px;
        margin-right: 17px;
    }

    .sec04 .text .l1 .pre {
        font-size: 35px;
        margin-right: 12px;
    }

    .sec04 .text .l2 {
        font-size: 23px;
    }

    .sec05 .name {
        font-size: 35px;
        margin-bottom: 33px
    }

    .sec05 li {
        font-size: 16px;
    }
}

@media all and (max-width: 767px) {
    .sec01 .text {
        padding: 8% 0 6.27% 12.93%;
    }

    .sec01 .l1 {
        font-size: 3.47vw;
        margin-bottom: 5.01vw;
    }

    .sec01 .l2 {
        font-size: 9.73vw;
        margin-bottom: 2.27vw;
    }

    .sec01 .l3 {
        font-size: 4vw;
    }

    .sec01 .pic {
        left: auto;
        right: 12.8vw;
        top: auto;
        bottom: 6.27vw;
        margin-top: 0;
        width: 22vw;
    }

    .sec02 {
        padding: 16vw 0;
    }

    .sec02 .text {
        padding: 0 5.33vw;
        text-align: center;
    }

    .sec02 .l1 {
        font-size: 6vw;
        margin-bottom: 3.73vw;
        line-height: 1.2;
    }

    .sec02 .l2 {
        font-size: 3.6vw;
        line-height: 1.56;
        margin-bottom: 11.52vw;
    }

    .sec02 .pic {
        position: static;
        margin: 0 0 0 -25%;
        width: 150%;
    }

    .sec03 {
        padding: 23vw 0 19.6vw;
        background-image: url(../../img/en/exm3000_sec03_sp.jpg);
    }

    .sec03 ul {
        padding: 0 4.27vw;
        display: flex;
        justify-content: space-between;
    }

    .sec03 li {
        width: 45vw;
        font-size: 3.2vw;
    }

    .sec03 li:first-child {
        width: 39vw;
        margin-bottom: 0;
    }

    .sec03 li span {
        font-size: 4vw;
        margin-bottom: 3.3vw;
    }

    .sec03 li em {
        font-style: normal;
        font-size: 9.33vw;
        margin-right: 1vw;
    }

    .sec03 .pic img {
        display: block;
        width: 100%;
    }

    .sec04 {
        background: none;
        display: block; 
    }

    .sec04 .pic img {
        display: block;
        width: 100%;
    }

    .sec04 .text {
        width: auto;
        padding: 12.67vw 4.27vw 11.47vw;
        text-align: left;
    }

    .sec04 .text ul {
        flex-direction: row;
        justify-content: space-between;
    }

    .sec04 .text li {
        width: auto;
    }

    .sec04 .text li:first-child {
        margin-bottom: 0;
    }

    .sec04 .text .l1 {
        font-size: 13.33vw;
        margin-bottom: 1vw;
    }

    .sec04 .text .l1 .name {
        font-size: 3.47vw;
        margin-right: 3.47vw;
    }

    .sec04 .text .l1 .pre {
        font-size: 6vw;
        margin-right: 1.33vw;
    }

    .sec04 .text .l1 .unit {
        font-size: 3.2vw;
        margin-left: 1vw;
    }

    .sec04 .text .l2 {
        font-size: 4.8vw;
    }

    .sec05 {
        background: none;
        padding: 0;
    }

    .sec05 .pic {
        margin-bottom: 5.33vw;
    }

    .sec05 .pic img {
        display: block;
        width: 100%;
    }

    .sec05 .inner {
        display: block;
        padding: 0 4.27vw 16vw;
    }

    .sec05 .table {
        width: 100%;
    }

    .sec05 .name {
        font-size: 5.33vw;
        margin-bottom: 6.4vw
    }

    .sec05 ul {
        border-top: none;
    }

    .sec05 li {
        font-size: 3.2vw;
        /*line-height: 2.2;*/
    }
    .sec05 li span{min-height: 0.76rem;}
    .sec05 li span:nth-child(1) {
        width: 38.23%;
    }

    .sec05 li span:nth-child(2) {
        width: 58.58%;
        padding-left: 1.73vw;
        box-sizing: border-box;
    }

    .sec05 li:first-child span {
        border-top: 1px solid #3bcc8c;
    }
    .russian .sec04 .text .l1{font-size: 11.33vw;}
    .russian .sec04 .text li:nth-child(1) .l1 .name{width: 5rem; white-space: initial; display: inline-block;}
    .russian .sec04 .text li:nth-child(2){text-align: right;}
    .russian .sec04 .text .l2{white-space: break-spaces; font-size: 3.8vw;}

}
