.sec1 {
    padding-top: 178px;
    background: #FAFAFA;
}

.sec1 .introduction {
    width: 73vw;
    margin: auto;
    display: flex;
    position: relative;
    justify-content: space-between;
    padding-bottom: 8.0729166667vw;
}

.sec1 .introduction .introduction_title {
    position: absolute;
    top: 2.8645833333vw;
    left: 0;
    width: 100%;
}

.sec1 .introduction h1 {
    font-size: 14.5833333333vw;
    font-weight: bold;
    background: linear-gradient(180deg, rgba(0, 153, 68, 0.6) 0%, rgba(0, 153, 68, 0.1) 60%, rgba(0, 153, 68, 0) 100%);
    opacity: 0.4;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    white-space: nowrap;
    line-height: 14.5vw;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.sec1 .introduction .left {
    position: relative;
    z-index: 3;
    padding-top: 14.84375vw;
}

.sec1 .introduction .left h2 {
    font-size: 2.2916666667vw;
    font-weight: 500;
    color: #222222;
    line-height: 1;
}

.sec1 .introduction .left h2 span {
    color: #009944;
}

.sec1 .introduction .left h3 {
    font-size: 1.4583333333vw;
    font-weight: 500;
    color: #222222;
    line-height: 1;
    margin: 1.875vw 0 2.5520833333vw;
}

.sec1 .introduction .left .text_effect {
    display: flex;
    align-items: center;
    width: fit-content;
    padding: 0 1.77vw;
    background: #009944;
    border-radius: 1.3vw;
    height: 2.6vw;
}

.sec1 .introduction .left .text_effect p {
    font-size: 1.04vw;
    font-weight: bold;
    color: #FFFFFF;
}

.sec1 .introduction .right {
    z-index: 3;
    width: 42.8645833333vw;
    padding-top: 3.125vw;
}

.sec1 .introduction .right img {
    display: block;
    width: 100%;
}

.sec2 {
    position: relative;
}

.sec2 .bg {
    width: 100%;
}

.sec2 .bg:after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.8) 30%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.sec2 .bg img {
    display: block;
    width: 100%;
}

.sec2 .text {
    position: absolute;
    top: 50%;
    left: 13.5416666667vw;
    transform: translateY(-50%);
    z-index: 4;
}

.sec2 .text h2 {
    font-size: 2.2916666667vw;
    font-weight: 500;
    color: #222222;
    line-height: 1;
    margin-bottom: 1.7708333333vw;
}

.sec2 .text h2 span {
    color: #009944;
}

.sec2 .text p {
    font-size: 1.25vw;
    font-weight: 500;
    color: #222222;
    line-height: 1.875vw;
}

.sec3 {
    position: relative;
}

.sec3 .bg {
    width: 100%;
    height: 100%;
    position: relative;
}

.sec3 .bg .pointList {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sec3 .bg .pointList .point_item {
    opacity: 0;
    transition: 0.6s;
}

.sec3 .bg .pointList .point_item.on {
    opacity: 1;
}

.sec3 .bg .pointList .point_item .cir {
    width: 1.875vw;
    height: 1.875vw;
    border-radius: 50%;
    position: absolute;
    background: #E72410;
}

.sec3 .bg .pointList .point_item .cir:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-image: radial-gradient(50% 50%, rgba(231, 36, 16, 0) 70%, rgba(231, 36, 16, 0.8));
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    animation: 1s circle_animate linear infinite;
}

.sec3 .bg .pointList .point_item .cir .c {
    width: 0.7291666667vw;
    height: 0.7291666667vw;
    background: #FFFFFF;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sec3 .bg .pointList .point_item .cir:nth-child(1) {
    top: 30.6875vw;
    left: 22.21875vw;
}

.sec3 .bg .pointList .point_item .cir:nth-child(2) {
    top: 22.145833vw;
    left: 33.260417vw;
}

.sec3 .bg .pointList .point_item:nth-child(2) .cir {
    background: #009944;
}

.sec3 .bg .pointList .point_item:nth-child(2) .cir:after {
    background-image: radial-gradient(50% 50%, rgba(0, 153, 68, 0) 70%, rgba(0, 153, 68, 0.8));
}

.sec3 .bg img {
    width: 100%;
}

.sec3 .bg img.ab {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.6s;
}

.sec3 .bg img.on {
    opacity: 1;
}

.sec3 .text {
    position: absolute;
    text-align: right;
    top: 50%;
    right: 13.5416666667vw;
    transform: translateY(-50%);
}

.sec3 .text h1 {
    font-size: 2.2916666667vw;
    font-weight: 500;
    color: #222222;
    line-height: 2.6041666667vw;
    margin-bottom: 1.9791666667vw;
}

.sec3 .text h1 span {
    font-weight: 800;
    color: #009944;
}

.sec3 .text p {
    font-size: 1.25vw;
    font-weight: 500;
    color: #222222;
}

.sec3 .text p span {
    font-weight: 800;
    color: #009944;
}

.sec3 .text .flex {
    display: flex;
    align-items: center;
    margin-top: 4.1666666667vw;
}

.sec3 .text .flex .bt {
    width: fit-content;
    height: 3.0208333333vw;
    background: #E72410;
    border-radius: 1.5104166667vw;
    padding: 0 1.71875vw;
    display: flex;
    align-items: center;
    margin-left: 1.0416666667vw;
    cursor: pointer;
}

.sec3 .text .flex .bt p {
    font-size: 0.8333333333vw;
    font-weight: 400;
    color: #FEFEFE;
}

.sec3 .text .flex .gr {
    background: #009944;
}

.sec5 {
    width: 100vw;
    height: calc(100vh + 6000px);
}

.sec5 .fix {
    height: 100vh;
    display: flex;
    align-items: center;
    position: sticky;
    position: relative;
}

.sec5 .fix .background {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0F0F10;
}

.sec5 .fix h1 {
    width: fit-content;
    margin: auto;
    font-size: 86px;
    font-weight: bold;
    background: linear-gradient(to left, #626265 0%, #C3C3C3 49.755859375%, #727275 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sec5 .fix .sec5_box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.sec5 .fix .sec5_box .pro12_swiper {
    width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.sec5 .fix .sec5_box .pro12_swiper .swiper-slide img {
    width: 100%;
}

.sec5 .fix .sec5_box .title {
    position: absolute;
    left: 13.5416666667vw;
    top: 7.8125vw;
    z-index: 3;
    opacity: 0;
    transition: 0.4s;
}

.sec5 .fix .sec5_box .title.active {
    opacity: 1;
}

.sec5 .fix .sec5_box .title h2 {
    font-size: 2.2916666667vw;
    font-weight: 500;
    color: #222222;
    line-height: 1;
    margin-bottom: 2.03125vw;
}

.sec5 .fix .sec5_box .title p {
    font-size: 1.25vw;
    font-weight: 500;
    color: #222222;
}

.sec5 .fix .sec5_box .title p span {
    color: #009944;
    font-weight: bold;
}

.sec5 .fix .sec5_box .pro12_swiper_line {
    width: 75.15625vw;
    position: absolute;
    bottom: 5.1041666667vw;
    left: 12.7604166667vw;
    z-index: 3;
    opacity: 0;
    transition: 0.4s;
    display: none;
}

.sec5 .fix .sec5_box .pro12_swiper_line.active {
    opacity: 1;
}

.sec5 .fix .sec5_box .pro12_swiper_line .svg_line {
    opacity: 0.2;
    transition: 0.4s;
}

.sec5 .fix .sec5_box .pro12_swiper_line .svg_line.on {
    opacity: 1;
}

.sec5 .fix .sec5_box .pro12_swiper_line .flex {
    display: flex;
    align-items: center;
    margin-top: 0.6770833333vw;
}

.sec5 .fix .sec5_box .pro12_swiper_line .flex p {
    font-size: 1.1458333333vw;
    font-weight: 500;
    color: #DAB634;
    line-height: 1;
    opacity: 0;
    transform: translateY(20px);
    transition: 0.4s;
    text-align: center;
}

.sec5 .fix .sec5_box .pro12_swiper_line .flex p.on {
    opacity: 1;
    transform: translateY(0px);
}

.sec5 .fix .sec5_box .pro12_swiper_line .flex p:nth-child(1) {
    width: 22.1354166667vw;
}

.sec5 .fix .sec5_box .pro12_swiper_line .flex p:nth-child(2) {
    width: 15.5208333333vw;
}

.sec5 .fix .sec5_box .pro12_swiper_line .flex p:nth-child(3) {
    width: 14.4270833333vw;
}

.sec5 .fix .sec5_box .pro12_swiper_line .flex p:nth-child(4) {
    width: 22.1354166667vw;
}

@keyframes circle_animate {
    100% {
        transform: translate(-50%, -50%) scale(2);
        opacity: 0;
    }
}

.sec4 {
    position: relative;
}

.sec4 .bg {
    width: 100%;
}

.sec4 .bg img {
    display: block;
    width: 100%;
}

.sec4 .title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 13.5416666667vw;
    z-index: 3;
}

.sec4 .title h1 {
    font-size: 2.2916666667vw;
    font-weight: 500;
    color: #222222;
    line-height: 1;
    margin-bottom: 1.7708333333vw;
}

.sec4 .title h1 span {
    font-weight: 800;
    color: #009944;
}

.sec4 .title p {
    font-size: 1.25vw;
    font-weight: 500;
    color: #222222;
    line-height: 1.875vw;
}

.sec6 {
    position: relative;
}

.sec6 .title {
    position: absolute;
    top: 7.2916666667vw;
    left: 13.5416666667vw;
    z-index: 11;
}

.sec6 .title h1 {
    font-size: 1.875vw;
    font-weight: 500;
    color: #222222;
    margin-bottom: 1.5625vw;
}

.sec6 .title h1 span {
    font-weight: 800;
    color: #009944;
}

.sec6 .title > p {
    font-size: 1.25vw;
    font-weight: 500;
    color: #222222;
    line-height: 2.1875vw;
    margin-bottom: 2.4479166667vw;
}

.sec6 .title > p span {
    color: #009944;
}

.sec6 .title .me {
    width: fit-content;
    position: relative;
    z-index: 99;
}

.sec6 .title .me a {
    width: fit-content;
}

.sec6 .position {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.sec6 .position .position_box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.sec6 .position .position_box1 {
    width: 26.875vw;
    height: 19.1145833333vw;
    top: 22.7083333333vw;
    left: 22.2395833333vw;
}

.sec6 .position .position_box2 {
    width: 26.875vw;
    height: 26.5625vw;
    top: 15.3125vw;
    left: 49.1145833333vw;
}

.sec6 .pro12_swiper1 {
    width: 100%;
}

.sec6 .pro12_swiper1 .swiper-slide img {
    display: block;
    width: 100%;
}

.sec6 .pro12_swiper1 .flex {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 53.5416666667vw;
    margin: auto;
    position: absolute;
    left: 22.1875vw;
    bottom: 5.2083333333vw;
    z-index: 3;
}

.sec6 .pro12_swiper1 .flex p {
    width: 50%;
    text-align: center;
    font-size: 1.25vw;
    font-weight: 500;
    color: #222222;
    opacity: 0.4;
    transition: 0.6s;
    cursor: pointer;
}

.sec6 .pro12_swiper1 .flex p:hover, .sec6 .pro12_swiper1 .flex p.on {
    opacity: 1;
    color: #DAB634;
}

.sec7 {
    position: relative;
}

.sec7 .title {
    position: absolute;
    top: 7.2916666667vw;
    left: 13.5416666667vw;
    z-index: 3;
}

.sec7 .title h1 {
    font-size: 1.875vw;
    font-weight: 500;
    color: #222222;
    margin-bottom: 1.5625vw;
}

.sec7 .title h1 span {
    font-weight: 800;
    color: #009944;
}

.sec7 .title > p {
    font-size: 1.25vw;
    font-weight: 500;
    color: #222222;
    line-height: 2.1875vw;
    margin-bottom: 2.4479166667vw;
}

.sec7 .title > p span {
    color: #009944;
}

.sec7 .title .me {
    width: fit-content;
}

.sec7 .title .me a {
    width: fit-content;
}

.sec7 .pro12_swiper2 {
    width: 100%;
}

.sec7 .pro12_swiper2 .swiper-slide img {
    display: block;
    width: 100%;
}

.sec7 .pro12_swiper2 .control {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.sec7 .pro12_swiper2 .control .control_box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.sec7 .pro12_swiper2 .control .cursor {
    width: 10.4166666667vw;
    height: 20.8333333333vw;
    cursor: pointer;
    left: 37.1875vw;
    bottom: 11.71875vw;
    top: unset;
    z-index: 3;
}

.sec7 .pro12_swiper2 .position {
    position: absolute;
    left: 50%;
    bottom: 7.7604166667vw;
    transform: translateX(-50%);
    z-index: 3;
    width: 100%;
    height: 1.25vw;
}

.sec7 .pro12_swiper2 .position p {
    font-size: 1.25vw;
    font-weight: 500;
    color: #DAB634;
    text-align: center;
    opacity: 0;
    transition: 0.6s;
    position: absolute;
    white-space: nowrap;
    left: 50%;
    transform: translateX(-50%);
}

.sec7 .pro12_swiper2 .position p.on {
    opacity: 1;
}

/*# sourceMappingURL=pro12.css.map */
@media screen and (max-width: 1024px) {
    .sec1{
        padding-top: 80px;
    }
    .sec1 .introduction{
        width: 90%;
        flex-direction: column-reverse;
    }
    .sec1 .introduction .left{
        padding-top: 0;
        text-align: center;
    }
    .sec1 .introduction .left h2{
        font-size: 24px;
    }
    .sec1 .introduction .left h3{
        font-size: 14px;
        line-height: unset;
        letter-spacing: 1px;
        margin: 10px 0;
    }
    .sec1 .introduction .right{
        position: static;
        width: 80%;
        margin: 0 auto 30px;
    }
    .sec1 .introduction .left .load_more{
        justify-content: center;
        margin: 25px 0 0 0;
    }
    .sec1 .introduction{
        padding: 50px 0 0 0;
    }
    .sec1 .introduction h1{
        left: 50%;
        transform: translateX(-50%);
        font-size: 40px;
        position: absolute;
        top: 0;
    }

    .sec1 .introduction .left .text_effect{
        padding: 0 20px;
        height: 35px;
        margin: 30px auto;
        border-radius: 50px;
    }
    .sec1 .introduction .left .text_effect p{
        font-size: 14px;
    }
    .sec1 .introduction .left{
        margin: 0 0 25px;
    }
    .sec1 .introduction .left p{
        width: 100%;
        font-size: 14px;
        line-height: 25px;
    }

    .sec2 .text h2{
        font-size: 24px;
        margin: 0 0 10px;
    }
    .sec2 .text p{
        font-size: 12px;
        line-height: 1.6;
    }
    .sec2 .text{
        left: 5%;
        top: 76%;
    }
    .sec2 .bg img {
        height: 305px;
    }
    .sec3 .text h1 {
        font-size: 3.2916666667vw;
        line-height: 4.604167vw;
        margin-bottom: 1.9791666667vw;
    }
    .sec3 .text p {
        font-size: 2.25vw;
    }
    .sec3 .text .flex .bt {
        width: fit-content;
        height: 5.0208333333vw;
        background: #E72410;
        border-radius: 3.5104166667vw;
        padding: 0 1.71875vw;
        display: flex;
        align-items: center;
        margin-left: 1.0416666667vw;
        cursor: pointer;
    }
    .sec3 .text .flex .bt p {
        font-size: 1.8333333333vw;
    }
    .sec4 .title h1 {
        font-size: 5.2916666667vw;
    }
    .sec4 .title p {
        font-size: 2.25vw;
        line-height: 3.875vw;
    }
    .sec4 .title {
        left: 8vw;
    }
    .sec5{
        padding: 30px 0 0 0;
    }
    .sec5 .fix{
        height: auto;
    }
    .sec5 .fix h1{
        opacity: 1!important;
        font-size: 24px;
    }
    .sec5 .fix .sec5_box{
        opacity: 1;
        position: static;
    }
    .sec5 .fix{
        flex-direction: column;
    }
    .sec5 .fix .sec5_box .title{
        position: static;
        opacity: 1;
        text-align: center;
        margin: 30px 0;
        padding: 0 5%;
    }
    .sec5{
        height: auto;
    }
    .sec5 .fix .sec5_box .title h2{
        font-size: 18px;
    }
    .sec5 .fix .sec5_box .title p{
        font-size: 14px;
    }
    .sec6 .title{
        position: static;
        padding: 0 5%;
        margin: 45px 0 25px 0;
    }
    .sec6 .title h1{
        font-size: 24px;
        margin: 0 0 10px;
    }
    .sec6 .title > p{
        font-size: 13px;
        line-height: 1.5;
        margin-bottom: 15px
    }
    .sec7 .title{
        position: static;
        padding: 0 5%;
        margin: 45px 0 25px 0;
    }
    .sec7 .title h1{
        font-size: 24px;
        margin: 0 0 10px;
    }
    .sec7 .title > p{
        font-size: 13px;
        line-height: 1.5;
        margin-bottom: 15px
    }
}<!--0.00015902519226074-->