.sec1 {
    padding-top: 178px;
    background: #FAFAFA;
}

.sec1 .introduction {
    width: 73vw;
    margin: auto;
    display: flex;
    position: relative;
    justify-content: space-between;
    padding-bottom: 11.14vw;
}

.sec1 .introduction h1 {
    font-size: 15.583vw;
    font-weight: bold;
    background: linear-gradient(180deg, rgba(0, 153, 68, 0.3) 0%, rgba(0, 153, 68, 0.05) 60%, rgba(0, 153, 68, 0) 100%);
    opacity: 0.4;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    white-space: nowrap;
    line-height: 13vw;
    position: absolute;
    top: 3.84vw;
    left: 2vw;
    z-index: 1;
}

.sec1 .introduction .left {
    position: relative;
    z-index: 3;
    padding-top: 14.74vw;
}

.sec1 .introduction .left h2 {
    font-size: 2.29vw;
    font-weight: 500;
    color: #222222;
    line-height: 1;
}

.sec1 .introduction .left h2 span {
    color: #009944;
}

.sec1 .introduction .left h3 {
    font-size: 1.458vw;
    font-weight: 500;
    color: #222222;
    line-height: 1;
    margin: 1.82vw 0 2.6vw;
}

.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 {
    position: relative;
    z-index: 3;
    width: 37.96875vw;
    padding-top: 5.9375vw;
    position: relative;
    right: -5vw;
}

.sec1 .introduction .right img {
    display: block;
    width: 100%;
}

.proLinks {
    width: 100%;
    border-bottom: 1px solid #EDEDED;
}

.proLinks .main {
    width: 73vw;
    margin: auto;
    display: flex;
}

.proLinks .main a {
    display: block;
    font-size: 18px;
    line-height: 80px;
    font-weight: 400;
    color: #999999;
    transition: 0.6s;
    margin-right: 90px;
    text-align: center;
    position: relative;
}

.proLinks .main a:after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #009944;
    transform: scaleX(0);
    transition: 0.4s;
}

.proLinks .main a.on, .proLinks .main a:hover {
    color: #009944;
}

.proLinks .main a.on:after, .proLinks .main a:hover:after {
    transform: scaleX(1);
}

.sec2 {
    padding: 6.71875vw 0 0;
}

.sec2 h1 {
    font-size: 2.291vw;
    font-weight: 500;
    color: #009944;
    text-align: center;
    line-height: 1;
}

.sec2 h2 {
    font-size: 1.25vw;
    font-weight: 500;
    color: #222222;
    text-align: center;
    line-height: 1;
}

.sec2 .img {
    width: 53.7vw;
    margin: 7.083vw auto 9.79vw;
    position: relative;
}

.sec2 .img img {
    display: block;
    width: 100%;
}

.sec2 .img .cirItem {
    position: absolute;
}

.sec2 .img .cirItem .cirle {
    width: 0.833vw;
    height: 0.833vw;
    background: #009944;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    z-index: 99;
}

.sec2 .img .cirItem .cirle:after {
    content: "";
    width: 150%;
    height: 150%;
    background: radial-gradient(circle, rgba(0, 153, 68, 0) 40%, rgba(0, 153, 68, 0.5));
    animation: 1s circle_animate linear infinite;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sec2 .img .cirItem .cirItem_main {
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    pointer-events: none;
    cursor: pointer;
}

.sec2 .img .cirItem .cirItem_main .line {
    width: 6.77vw;
    height: 1px;
    position: relative;
}

.sec2 .img .cirItem .cirItem_main .line::after {
    content: "";
    width: 0.46875vw;
    height: 0.46875vw;
    background: #009944;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translate(50%, -50%);
    right: 0;
    opacity: 0;
    transition: 0.3s;
    z-index: 101;
}

.sec2 .img .cirItem .cirItem_main .line::before {
    content: "";
    width: 0%;
    height: 1px;
    background: rgba(0, 153, 68, 0.2);
    transition: 0.6s;
    transition-delay: 0.6s;
    position: absolute;
    top: 0;
    left: 0;
}

.sec2 .img .cirItem .cirItem_main .cirItem_text {
    width: 26.041667vw;
    background: #FFFFFF;
    box-shadow: 1px 2px 15px 0px rgba(2, 45, 21, 0.05);
    border-radius: 10px;
    padding: 2.08333vw;
    opacity: 0;
    transform: translateY(20px);
    transition: 0.6s;
}

.sec2 .img .cirItem .cirItem_main .cirItem_text h5 {
    width: 19.1145833333vw;
    font-size: 0.9375vw;
    font-weight: 500;
    color: #009944;
    margin-bottom: 1.041667vw;
}

.sec2 .img .cirItem .cirItem_main .cirItem_text p {
    width: 19.1145833333vw;
    font-size: 0.8333vw;
    font-weight: 400;
    color: #444444;
    line-height: 1.458333vw;
}

.sec2 .img .cirItem .cirItem_main.left {
    right: 0;
    flex-direction: row-reverse;
}

.sec2 .img .cirItem .cirItem_main.left .line::after {
    transform: translate(-50%, -50%);
    left: 0;
}

.sec2 .img .cirItem:hover .cirItem_main {
    pointer-events: auto;
}

.sec2 .img .cirItem:hover .cirItem_main .line::after {
    opacity: 1;
    transition-delay: 0.6s;
}

.sec2 .img .cirItem:hover .cirItem_main .line::before {
    width: 100%;
    transition-delay: 0s;
}

.sec2 .img .cirItem:hover .cirItem_main .cirItem_text {
    opacity: 1;
    transform: translateY(0px);
    transition-delay: 0.6s;
}

.sec2 .img .cirItem:nth-child(2) {
    top: 20.3vw;
    left: 1.7vw;
}

.sec2 .img .cirItem:nth-child(3) {
    top: 17.4vw;
    left: 6.4vw;
}

.sec2 .img .cirItem:nth-child(4) {
    top: 15.1vw;
    left: 10.1vw;
}

.sec2 .img .cirItem:nth-child(5) {
    top: 12.4vw;
    left: 14.1vw;
}

.sec2 .img .cirItem:nth-child(6) {
    top: 0.3vw;
    left: 35.3vw;
}

.sec2 .img .cirItem:nth-child(7) {
    top: 18.5vw;
    left: 50.7vw;
}

.sec3 {
    margin-top: 9.7916666667vw;
    padding-bottom: 6.98vw;
}

.sec3 p {
    font-size: 1.5625vw;
    font-weight: 500;
    color: #999999;
    text-align: center;
}

@keyframes circle_animate {
    100% {
        transform: translate(-50%, -50%) scale(2);
        opacity: 0;
    }
}

/*# sourceMappingURL=pro2.css.map */

.z_last{
    padding: 5.104166666666667vw 0 5.885416666666667vw 0;
    background: #F6F7F8;
}
.z_last .wrap{
    width: 58.333333333333336vw;
    margin: auto;
}
.z_last .wrap .title{
    text-align: center;
}
.z_last .wrap .title .list{
    display: none;
}
.z_last .wrap .title .list.on{
    display: block;
}
.z_last .wrap .title h1{
    font-weight: bold;
    font-size: 2.291666666666667vw;
    color: #111111;
    margin: 0 0 1.4583333333333335vw;
}
.z_last .wrap .title p{
    font-weight: 500;
    font-size: 0.9375vw;
    color: #111111;
}
.z_last .wrap .cut{
    padding-top: 2.03125vw;
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 0 1.9791666666666667vw;
    
}
.z_last .wrap .cut .list{
    cursor: pointer;
    font-weight: 500;
    font-size: 0.9375vw;
    color: #888888;
    position: relative;
    z-index: 1;
}
.z_last .wrap .cut .list:after{
    content: '';
    position: absolute;
    width: 4.166666666666667vw;
    height: 0.46875vw;
    background: #009944;
    bottom: -1px;
    left: 50%;
    transform:translateX(-50%) scaleX(0);
    z-index: -1;
    transition: .3s ease;
}
.z_last .wrap .cut .list.on{
    color: #000000;
}
.z_last .wrap .cut .list.on:after{
    transform:translateX(-50%) scaleX(1);
}
.z_last .wrap .cut .list:not(:last-child) {
    margin: 0 4.895833333333334vw 0 0;
}
.z_last .wrap .content{
    width: 100%;
    height: 540px;
}
.z_last .wrap .content .swiper{
    width: 100%;
    height: 100%;
}
.z_last .wrap .content .swiper .swiper-slide{
    opacity: 0!important;
    transition: 1s!important;
}
.z_last .wrap .content .swiper .swiper-slide-active{
    opacity: 1!important;
}
.z_last .wrap .content .swiper .swiper-slide img{
    width: 100%;
    height: 100%;
}

.z_last2{
    height: calc(100vh + 1000px);
}
.z_last2 .fix{
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.z_last2 .fix .wrap{
    width: 1032px;
    position: relative;
}
.z_last2 .fix .wrap_text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: .6s;
}
.z_last2 .fix .wrap_text.on{
    opacity: 0;
}
.z_last2 .fix .wrap_text p{
    transform: scale(9);
    font-weight: bold;
    font-size: 3.3333333333333333333333333333333vw;
    color: #111111;
    background: linear-gradient(0deg, #FF0732 25.439453125%, #FF9B10 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.z_last2 .fix .wrap .opacity{
    opacity: 0;
    pointer-events: none;
    transition: 1s;
}

.z_last2 .fix .wrap .opacity.on{
    opacity: 1;
    pointer-events: auto;
}

.z_last2 .fix .wrap .title{
    font-weight: bold;
    font-size: 44px;
    color: #111111;
    margin: 0 0 15px;
    text-align: center;
}
.z_last2 .fix .wrap .content{
    width: 1032px;
    height: 525px;
}
.z_last2 .fix .wrap .content .img{
    width: 100%;
    height: 100%;
    position: relative;
}

.z_last2 .fix .wrap .content .img .cut_img img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: .6s;
}
.z_last2 .fix .wrap .content .img .cut_img img.on{
    opacity: 1;
    pointer-events: auto;
}
.z_last2 .fix .wrap .content .img .jump{
    position: absolute;
    width: 337px;
    height: 800px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.z_last2 .fix .wrap .content .img .jump .circle{
    width: 20px;
    height: 20px;
    background: #009944;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    top: -25px;
    pointer-events: none;
    opacity: 0;
    transition: .3s ease;
}
.z_last2 .fix .wrap .content .img .jump .circle:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    background: #009944;
    opacity: .3;
    animation: sAnimate 2s linear infinite;
    border-radius: 50%;
    pointer-events: none;
}
.z_last2 .fix .wrap .content .img .jump .circle:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    background: #009944;
    opacity: .3;
    animation: sAnimate 2s linear infinite;
    animation-delay: 1s;
    border-radius: 50%;
    pointer-events: none;
}
.z_last2 .fix .wrap .content .img .jump .more{
    position: absolute;
    bottom: 180px;
    left: 50%;
    transform: translate(-50%,-50%);
    width: fit-content;
    height: 41px;
    background: #F6F7F8;
    border-radius: 21px;
    border: 1px solid #009944;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 25px 0 19px;
    transition: .3s ease;
    pointer-events: none;
    opacity: 0;
}
.z_last2 .fix .wrap .content .img .jump .more:hover{
    background: #009944;
}
.z_last2 .fix .wrap .content .img .jump .more:hover p{
    color: #fff;
}

.z_last2 .fix .wrap .content .img .jump:hover .circle{
    opacity: 1;
    pointer-events: auto;
}
.z_last2 .fix .wrap .content .img .jump:hover .more{
    opacity: 1;
    pointer-events: auto;
}
.z_last2 .fix .wrap .content .img .jump .more:hover .border{
    background: #EFC250;
}
.z_last2 .fix .wrap .content .img .jump .more:hover .border:after,.z_last2 .fix .wrap .content .img .jump .more:hover .border:before{
    background: #EFC250;
}
.z_last2 .fix .wrap .content .img .jump .more p{
    font-weight: 500;
    font-size: 14px;
    color: #565663;
    margin: 0 21px 0 0;
    transition: .3s ease;
}
.z_last2 .fix .wrap .content .img .jump .more .border{
    width: 5px;
    height: 5px;
    background: #009944;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    transition: .3s ease;
}

.z_last2 .fix .wrap .content .img .jump .more .border:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    background: #009944;
    opacity: .3;
    animation: sAnimate 2s linear infinite;
    border-radius: 50%;
    pointer-events: none;
    transition: .3s ease;
}
.z_last2 .fix .wrap .content .img .jump .more .border:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    background: #009944;
    opacity: .3;
    animation: sAnimate 2s linear infinite;
    animation-delay: 1s;
    border-radius: 50%;
    pointer-events: none;
    transition: .3s ease;
}
@keyframes sAnimate {
    0%{
        opacity: .3;
        transform: translate(-50%,-50%) scale(1);
    }
    100%{
        opacity: 0;
        transform: translate(-50%,-50%) scale(10);
    }
}
.z_last2 .fix .wrap .content .img .jump1{
    left: 180px;
    top: 0;
}
.z_last2 .fix .wrap .content .img .jump2{
    right: 170px;
    top: 0;
}
.z_last2 .fix .wrap .content .img img{
    width: 100%;
    height: 100%;
}
@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: 20px;
    }

    .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;
    }

    .sec2{
        padding: 25px 0 0 0;
    }


    .sec2 h1{
        font-size: 24px;
    }
    .sec2{
        padding: 50px 5% 25px 5%;
    }
    .sec2 h1{
        line-height: unset;
        margin-bottom: 15px;
    }
    .sec2 h2{
        font-size: 14px;
        line-height: 25px;
    }

    .sec2 .img .cirItem{
        display: none;
    }
    .sec2 .img{
        width: 100%;
        margin: 30px auto  0;
    }
    .sec3 p{
        font-size: 14px;
    }


}

@media screen and (max-height: 820px) {
    .z_last2 .fix .wrap .content{
        height: 54vh;
    }
    .z_last2 .fix .wrap .content .img .cut_img img{
        object-fit: contain;
    }
    .z_last2 .fix .wrap .content .img .jump .more{
        bottom: 30vh;
    }
    .z_last2 .fix .wrap .content .img .jump{
        height: 100vh;
    }
}<!--0.00015401840209961-->