.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.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: 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: 31.51vw;
    padding-top: 5.6770833333vw;
}

.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;
    width: 5.208vw;
    font-size: 0.9375vw;
    line-height: 4.1667vw;
    font-weight: 400;
    color: #999999;
    transition: 0.6s;
    margin-right: 4.6875vw;
    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.1979166667vw 0 9.2708333333vw;
}

.sec2 .joke {
    display: flex;
    align-items: center;
    width: 72.9166666667vw;
    margin: auto;
}

.sec2 .joke .img {
    margin-right: 12.5vw;
    width: 23.9583333333vw;
}

.sec2 .joke .img img {
    display: block;
    width: 100%;
}

.sec2 .joke .sec2_text {
    width: 29.8645833333vw;
}

.sec2 .joke .sec2_text .title {
    padding-bottom: 2.34375vw;
    border-bottom: 1px solid #111111;
    margin-bottom: 1.3020833333vw;
}

.sec2 .joke .sec2_text .title h1 {
    font-size: 2.0833333333vw;
    font-weight: bold;
    color: #009944;
    margin-bottom: 1.09375vw;
    line-height: 1;
}

.sec2 .joke .sec2_text .title p {
    font-size: 1.3541666667vw;
    font-weight: 500;
    color: #111111;
    line-height: 1;
}

.sec2 .joke .sec2_text table tr td {
    font-size: 0.9375vw;
    font-weight: 400;
    color: #333333;
    line-height: 2.6041666667vw;
}

.sec2 .joke .sec2_text table tr td:nth-child(1) {
    width: 7.8125vw;
    font-weight: 500;
    color: #111111;
}

/*# sourceMappingURL=pro7.css.map */

@media screen and (max-width: 1024px) {
    .sec1{
        padding-top: 70px;
    }
    .sec1 .introduction{
        width: 90%;
        padding-bottom: 20px;
    }
    .sec1 .introduction h1{
        font-size: 50px;
        top: 10px;
        left: 50%;
        transform: translateX(-50%);
    }
    .sec1 .introduction.nbxx .right{
        width: 100% !important;
        padding-top: 50px!important;
    }
    .sec2{
        padding: 0 0 32px;
    }

    .sec2 .joke{
        width: 90%;
        flex-direction: column;
    }
    .sec2 .joke .img {
        width: 60%;
        margin: 0 0 30px;
    }

    .sec2 .joke .sec2_text{
        width: 100%;
    }
    .sec2 .joke .sec2_text .title h1{
        font-size: 24px;
        margin: 0 0 10px;
    }
    .sec2 .joke .sec2_text .title p{
        font-size: 18px;
        line-height: unset;
    }
    .sec2 .joke .sec2_text table tr td{
        font-size: 12px;
        line-height: 35px;
    }
    .sec2 .joke .sec2_text table tr td:nth-child(1){
        width: 80px;
    }
    .sec2 .joke .sec2_text .title{
        padding-bottom: 20px;
        margin-bottom: 15px;
    }
}<!--0.00014305114746094-->