.body .section1 {
    width: 100%;
    position: relative
}

.body .section1 .text {
    padding-top: 10vw;
    margin-left: 5%
}

.body .section1 .text .title {
    font-size: 4.5vw;
    text-transform: capitalize;
    font-family: "PingFang SC", "Calibri", "opensans", "GothicArial", "Arial", "Microsoft YaHei", "San Francisco", 'Hiragino Sans GB', "Helvetica Neue";
    line-height: 0.9;
    font-weight: 600
}

.body .section1 .text .title span {
    display: inline-block;
    position: relative
}

.body .section1 .text .title span::after {
    content: '';
    display: block;
    background: #C9FF85;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 40%;
    width: 100%;
    opacity: .8;
    z-index: -1
}

.body .section1 .text .des {
    color: #000;
    font-size: 3.2vw;
    font-weight: 600;
    margin: 1vw 0;
    line-height: 1.5;
    position: relative;
    z-index: 100
}

.body .section1 .svgs {
    position: absolute;
    right: 10%;
    top: 0;
    display: none
}

.body .section1 .svgs .leaf0 {
    position: absolute;
    right: 0;
    top: 0
}

.body .section1 .svgs .leaf0 svg path {
    stroke-dasharray: 0, 1000px;
    animation: line 2s forwards linear
}

@keyframes line {
    from {
        stroke-dasharray: 0, 1000px
    }

    to {
        stroke-dasharray: 1000px, 0px
    }
}

.body .section1 .svgs .leaf1 {
    position: absolute;
    right: 28px;
    top: 50%
}

.body .section1 .svgs .leaf1 svg path {
    stroke-dasharray: 0, 1000px;
    animation: line 2s forwards linear;
    animation-delay: 2s
}

@keyframes line {
    from {
        stroke-dasharray: 0, 1000px;
        opacity: 0
    }

    to {
        stroke-dasharray: 1000px, 0px;
        opacity: 1
    }
}

.body .section1 .svgs .leaf2 {
    position: absolute;
    left: 0;
    bottom: 14%
}

.body .section1 .svgs .leaf2 svg path {
    stroke-dasharray: 0, 1000px;
    animation: line 2s forwards linear;
    animation-delay: 2s
}

@keyframes line {
    from {
        stroke-dasharray: 0, 1000px;
        opacity: 0
    }

    to {
        stroke-dasharray: 1000px, 0px;
        opacity: 1
    }
}

.body .section1 .bg {
    text-align: center;
    position: relative;
    margin-top: -10vw
}

.body .section1 .bg .section-video__video {
    width: 747px;
    height: 432px
}

.body .section2 {
    width: 100%
}

.body .section2 .fixImg {
    width: 100%;
    height: 100vh;
    background: url("../images/abg.png") no-repeat;
    background-attachment: fixed;
    background-size: cover
}

.body .section3 {
    width: 100%
}

.body .section3 .container.is-manifesto {
    padding: 0
}

.body .section3 .manifesto_text-wrap {
    width: 55vw;
    opacity: 1 !important
}

.body .section3 .is--white {
    color: #000 !important;
    line-height: 1.5;
    text-transform: capitalize
}

.body .section3 .blod {
    font-weight: bold;
    margin-bottom: 10px
}

.body .section4 {
    margin: 8vw 0 4vw 0;
    position: relative
}

.body .section4 .list .item {
    transition: all 600ms;
    position: relative
}

.body .section4 .list .item .position_img {
    position: absolute;
    height: 100%;
    width: 15%;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: .7s
}

.body .section4 .list .item .position_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.body .section4 .list .item .box {
    width: 80%;
    margin: 0 auto;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 3vw 5%
}

.body .section4 .list .item .box .t {
    font-size: 1.26vw;
    font-weight: 600;
    transform: scale(1.2) translateY(0);
    transition: all 600ms;
    width: fit-content;
    transform-origin: left
}

.body .section4 .list .item .box .content {
    display: flex;
    justify-content: space-between;
    margin-top: 1vw
}

.body .section4 .list .item .box .content .l {
    width: 60%;
    font-size: .9vw;
    line-height: 1.5;
    font-weight: 200;
    opacity: 0;
    transition: all 600ms
}

.body .section4 .list .item .box .content .r {
    width: 35%;
    line-height: 1.5
}

.body .section4 .list .item .box .content .r p {
    display: flex;
    align-items: center;
    font-size: .9vw;
    font-weight: 300
}

.body .section4 .list .item .box .content .r p::before {
    content: '';
    display: block;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background-color: #000;
    margin-right: 10px;
    transition: all 600ms
}
.body .section4 .list .item .box .content .r span{
    width: calc(98% - 5px);
}

.body .section4 .list .item:hover {
    background-color: #000
}

.body .section4 .list .item:hover .position_img {
    opacity: 1
}

.body .section4 .list .item:hover .box {
    color: white
}

.body .section4 .list .item:hover .box .t {
    transform: scale(1) translateY(0)
}

.body .section4 .list .item:hover .box .content .l {
    opacity: 1
}

.body .section4 .list .item:hover .box .content .r p::before {
    background-color: white
}

.body .section4 .list .item:last-child .box {
    border-bottom: none
}

.body .section5 {
    width: 100%;
    margin: 10vw 0 5vw 0
}

.body .section5 .text {
    margin-left: 5em
}

.body .section5 .text .title {
    font-size: 4.5vw;
    text-transform: capitalize;
    font-family: "PingFang SC", "Calibri", "opensans", "GothicArial", "Arial", "Microsoft YaHei", "San Francisco", 'Hiragino Sans GB', "Helvetica Neue";
    line-height: 0.9;
    font-weight: 600
}

.body .section5 .text .des {
    color: #000;
    font-size: 3.2vw;
    font-weight: 100;
    margin: 1vw 0;
    line-height: 1.5
}

@media screen and (max-width: 1024px) {
    .body .section1 {
        padding: 40px 0 0 0
    }

    .body .section1 .svgs {
        display: none
    }

    .body .section1 .text {
        padding-top: 40px
    }

    .body .section1 .text .title {
        font-size: 32px;
        line-height: 1.1
    }

    .body .section1 .text .des {
        font-size: 24px;
        margin: 15px 0
    }

    .body .section1 .bg {
        margin-top: 30px
    }

    .body .section1 .bg img {
        transform: scale(1)
    }

    .body .section2 .fixImg {
        height: 300px
    }

    .body .section3 .manifesto_text-wrap {
        width: 100%
    }

    .body .blod {
        margin-bottom: 0 !important
    }

    .body .section.is-manifesto {
        margin-top: 30px
    }

    .body .container.is-manifesto {
        grid-row-gap: 0;
        margin: 0 5%
    }

    .body .is--white.manifesto_heading.split-lines p {
        font-size: 18px
    }

    .body .container {
        width: 90%
    }

    .body .section4 {
        margin: 40px 0
    }

    .body .section4 .list .item .box {
        width: 100%;
        padding: 30px
    }

    .body .section4 .list .item .box .t {
        font-size: 20px;
        transform: none
    }

    .body .section4 .list .item .box .content {
        flex-direction: column;
        margin: 20px 0
    }

    .body .section4 .list .item .box .content .l {
        opacity: 1
    }

    .body .section4 .list .item .box .content .l {
        font-size: 14px;
        width: 100%;
        line-height: 1.8
    }

    .body .section4 .list .item .box .content .r {
        width: 100%;
        margin-top: 15px
    }

    .body .section4 .list .item .box .content .r p {
        font-size: 14px
    }

    .body .section4 .list .item .position_img {
        width: 100%;
        height: 100%;
        z-index: -1
    }

    .body .section4 .list .item .position_img img {
        object-fit: cover
    }

    .body .section4 .list .item:hover {
        background-color: rgba(0, 0, 0, 0.5)
    }

    .body .section5 {
        margin: 40px 0
    }

    .body .section5 .text {
        margin-left: 5%
    }

    .body .section5 .text .title {
        font-size: 48px;
        line-height: 1.2
    }

    .body .section5 .text .des {
        font-size: 32px;
        margin: 10px 0
    }
}

@media screen and (max-width: 1024px) {
    .body .section3 .manifesto_text-wrap {
        display: none
    }

    .body .section3 .sj_manifesto_text-wrap {
        display: block !important
    }

    .section1 .bg .section-video__video {
        width: 90% !important;
        margin: 0 auto;
        height: auto !important
    }
}