.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 */


.last_section{
    padding: 4.947916666666667vw 0 8.229166666666668vw 0;
}
.last_section .wrap{
    width: 73vw;
    margin: auto;
}
.last_section .wrap .title{
    font-weight: 800;
    font-size: 3.125vw;
    color: #009944;
    margin: 0 0 1.7708333333333335vw 1.0416666666666667vw;
}
.last_section .wrap .content{
    display: flex;
    justify-content: space-between;
}
.last_section .wrap .content .r{
    width: 52.083333333333336vw;
}
.last_section .wrap .content .r .po2{
    background: #F2F4F7;
    height: 100%;
    border-radius: 0.4166666666666667vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
.last_section .wrap .content .r .po2 .img{
    width: 29.21875vw;
}
.last_section .wrap .content .r img{
    width: 100%;
    margin: 0 0 1.0416666666666667vw;
}
.last_section .wrap .content .side{
    width: 20.052083333333336vw;
}
.last_section .wrap .content .side .item{
    width: 100%;
    padding: 2.291666666666667vw 1.6145833333333335vw 3.4375vw 1.3541666666666667vw;
    background: #F2F4F7;
    border-radius: 0.4166666666666667vw;
}
.last_section .wrap .content .side .item:not(:last-child) {
    margin: 0 0 0.78125vw;
}
.last_section .wrap .content .side .item .p1{
    font-weight: bold;
    font-size: 2.291666666666667vw;
    color: #000000;
    margin: 0 0 1.8229166666666667vw;
}
.last_section .wrap .content .side .item .p1 strong{
    color: #009944;
}

.last_section .wrap .content .side .item .text{
    font-weight: 400;
    font-size: 0.8333333333333334vw;
    color: #232429;
    line-height: 1.875vw;
}
.last_section .wrap .content .side .item .text strong{
    color: #009944;
    font-weight: 400;
}
.last_section .wrap .content .side .item .p2{
    font-weight: bold;
    font-size:1.25vw;
    color: #000;
    line-height: 2.1875vw;
    margin:  0 0 2.0833333333333335vw;
}
.last_section .wrap .content .side .item .p2 strong{
    color: #009944;
}
.last_section .wrap .content .side .item .p3{
    font-size: 0.8333333333333334vw;
    color: #232429;
    line-height: 1.6666666666666667vw;
}


@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;
  }



    /*  */
    .last_section .wrap{
        width: 90%;
    }
    .last_section{
        padding: 25px 0 5px 0;
    }
    .last_section .wrap .title{
        font-size: 24px;
        margin: 0 0 20px;
    }
    .last_section .wrap .content{
        flex-direction: column;
    }
    .last_section .wrap .content .side{
        width: 100%;
    }
    .last_section .wrap .content .side .item .p1{
        font-size: 20px;
        line-height: 1.4;
        margin: 0 0 10px;
    }
    .last_section .wrap .content .side .item{
        width: 100%;
        padding: 7% 5%;
    }
    .last_section .wrap .content .side .item .text{
        font-size: 14px;
        line-height: 1.7;
    }
    .last_section .wrap .content .side .item:not(:last-child){
        margin: 0 0 15px;
    }
    .last_section .wrap .content .side .item .p2{
        font-size: 16px;
        line-height: 1.5;
        margin: 0 0 20px;
    }
    .last_section .wrap .content .side .item .p3{
        font-size: 13px;
        line-height: 1.8;
    }
    .last_section .wrap .content .r{
        width: 100%;
        margin: 15px 0 15px 0;
    }
    .last_section .wrap .content .r img{
        margin: 0 0 15px;
    }

    .last_section .wrap .content .r .po2{
        border-radius: 4px;
        padding: 50px 0;
    }

    .last_section .wrap .content .r .po2 .img{
        width: 60%;
    }
    /*    */
}<!--0.00015687942504883-->