.home .bg .cir:nth-child(4) {
    top: 21.71875vw;
    right: -20%;
}

.home .bg .cir:nth-child(5) {
    top: 75.15625vw;
}

.home .bg .cir:nth-child(5):after {
    background-image: url("/static/images/bg_or.png");
}

.home .section {
    padding: 186px 0 132px;
}

.home .section .wrap {
    width: 1600px;
    margin: 0 auto;
}

.home .section .wrap .item {
    width: 100%;
    cursor: pointer;
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.home .section .wrap .item:not(:nth-last-child(1)) {
    margin: 0 0 100px;
}

.home .section .wrap .item .text {
    width: 1440px;
    height: 389px;
    background: rgba(255, 255, 255, 0.4);
    box-shadow: 6px 10px 20px 0px rgba(0, 0, 0, 0.08);
    border-radius: 18px;
    position: relative;
    padding: 80px 0 0 495px;
    transition: 0.6s;
}

.home .section .wrap .item .text h5 {
    width: 850px;
    font-weight: bold;
    font-size: 24px;
    color: #1A1A1A;
    margin: 0 0 45px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home .section .wrap .item .text p {
    font-weight: 500;
    font-size: 16px;
    color: #888888;
    line-height: 32px;
    width: 850px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home .section .wrap .item .text .iconfont {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 51px;
    height: 51px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.4);
    color: rgba(0, 0, 0, 0.4);
    font-size: 11px;
    margin: 50px 0 0;
    transition: 0.6s;
}

.home .section .wrap .item .img {
    position: absolute;
    top: -40px;
    left: 0;
    z-index: 3;
    overflow: hidden;
    border-radius: 20px;
    width: 549px;
    height: 395px;
}

.home .section .wrap .item .img img {
    display: block;
    transition: 3s;
}

.home .section .wrap .item .item_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.6s;
    pointer-events: none;
}

.home .section .wrap .item .item_bg img {
    position: absolute;
    display: block;
    right: 72px;
    top: 146px;
    width: 293px;
}

.home .section .wrap .item:hover .img img {
    transform: scale(1.1);
}

.home .section .wrap .item:hover .text {
    background: #FFFFFF;
}

.home .section .wrap .item:hover .text .iconfont {
    border: 1px solid #007C36;
    color: #007C36;
}

.home .section .wrap .item:hover .item_bg {
    opacity: 1;
}

.home .section .more {
    width: 170px;
    height: 64px;
    border-radius: 32px;
    border: 1px solid #007C36;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    color: #007C36;
    margin: 76px auto 0;
    transition: 0.6s;
}

.home .section .more:hover {
    background: #007C36;
    color: #FFFFFF;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 19999999999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: 0.6s;
}

.fixed .fixed_box {
    position: relative;
    z-index: 3;
    width: 1600px;
    background: #FFFFFF;
    border-radius: 28px;
    padding: 86px 200px 111px;
}

.fixed .fixed_box .close {
    font-size: 24px;
    color: #007C36;
    position: absolute;
    top: 58px;
    right: 58px;
    cursor: pointer;
    transition: 0.6s;
}

.fixed .fixed_box .close:hover {
    transform: rotate(180deg);
}

.fixed .fixed_box .title {
    text-align: center;
    padding: 0 0 30px;
    border-bottom: 1px solid #DEDEDE;
    line-height: 1;
    margin: 0 0 47px;
}

.fixed .fixed_box .title h1 {
    font-weight: bold;
    font-size: 32px;
    color: #1A1A1A;
    margin: 0 0 30px;
}

.fixed .fixed_box .title p {
    font-weight: 400;
    font-size: 16px;
    color: #1A1A1A;
}

.fixed .fixed_box .content {
    font-weight: 500;
    font-size: 16px;
    color: #1A1A1A;
    line-height: 32px;
    max-height: 565px;
    overflow-y: scroll;
}

.fixed .fixed_box .content::-webkit-scrollbar-track {
    width: 4px;
    background: #E5E5E5;
    border-radius: 2px;
}

.fixed .fixed_box .content::-webkit-scrollbar-thumb {
    background: #007C36;
    border-radius: 2px;
    width: 4px;
}

.fixed .fixed_shadow {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #1A1A1A;
    opacity: 0.5;
    cursor: pointer;
}

.fixed.active {
    opacity: 1;
    pointer-events: auto;
}

/*# sourceMappingURL=innovate.css.map */
@media screen and (max-width: 1919px) {
    .home .section {
        padding: 9.6875vw 0px 6.875vw;
    }

    .home .section .wrap {
        width: 83.3333333333vw;
    }

    .home .section .wrap .item:not(:nth-last-child(1)) {
        margin: 0px 0px 5.2083333333vw;
    }

    .home .section .wrap .item .text {
        width: 75vw;
        height: 20.2604166667vw;
        box-shadow: rgba(0, 0, 0, 0.08) 0.3125vw 0.5208333333vw 1.0416666667vw 0px;
        border-radius: 0.9375vw;
        padding: 4.1666666667vw 0px 0px 25.78125vw;
    }

    .home .section .wrap .item .text h5 {
        width: 44.2708333333vw;
        font-size: 1.25vw;
        margin: 0px 0px 2.34375vw;
    }

    .home .section .wrap .item .text p {
        font-size: 0.8333333333vw;
        line-height: 1.6666666667vw;
        width: 44.2708333333vw;
    }

    .home .section .wrap .item .text .iconfont {
        width: 2.65625vw;
        height: 2.65625vw;
        font-size: 0.5729166667vw;
        margin: 2.6041666667vw 0px 0px;
    }

    .home .section .wrap .item .img {
        top: -2.0833333333vw;
        border-radius: 1.0416666667vw;
        width: 28.59375vw;
        height: 20.5729166667vw;
    }

    .home .section .wrap .item .item_bg img {
        right: 3.75vw;
        top: 7.6041666667vw;
        width: 15.2604166667vw;
    }

    .home .section .more {
        width: 8.8541666667vw;
        height: 3.3333333333vw;
        border-radius: 1.6666666667vw;
        font-size: 0.8333333333vw;
        margin: 3.9583333333vw auto 0px;
    }

    .fixed .fixed_box {
        width: 83.3333333333vw;
        border-radius: 1.4583333333vw;
        padding: 4.4791666667vw 10.4166666667vw 5.78125vw;
    }

    .fixed .fixed_box .close {
        font-size: 1.25vw;
        top: 3.0208333333vw;
        right: 3.0208333333vw;
    }

    .fixed .fixed_box .title {
        padding: 0px 0px 1.5625vw;
        margin: 0px 0px 2.4479166667vw;
    }

    .fixed .fixed_box .title h1 {
        font-size: 1.6666666667vw;
        margin: 0px 0px 1.5625vw;
    }

    .fixed .fixed_box .title p {
        font-size: 0.8333333333vw;
    }

    .fixed .fixed_box .content {
        font-size: 0.8333333333vw;
        line-height: 1.6666666667vw;
        max-height: 29.4270833333vw;
    }

    .fixed .fixed_box .content::-webkit-scrollbar-track {
        width: 0.2083333333vw;
        border-radius: 0.1041666667vw;
    }

    .fixed .fixed_box .content::-webkit-scrollbar-thumb {
        border-radius: 0.1041666667vw;
        width: 0.2083333333vw;
    }
}
@media screen and (max-width: 1024px) {
    .home .section {
        padding: 60px 0 80px;
    }
    .home .section .wrap {
        width: 90%;
    }
    .home .section .wrap .item {
        display: block;
        background: #FFFFFF;
        border-radius: 10px;
    }
    .home .section .wrap .item:not(:nth-last-child(1)) {
        margin-bottom: 40px;
    }
    .home .section .wrap .item .img {
        width: 100%;
        position: unset;
        height: unset;
    }
    .home .section .wrap .item .text {
        width: 100%;
        padding: 30px 20px;
        height: unset;
        border-radius: 10px;
    }
    .home .section .wrap .item .text h5 {
        font-size: 20px;
        width: 100%;
        margin: 0 0 15px;
    }
    .home .section .wrap .item .text p {
        font-size: 14px;
        line-height: 1.6;
        width: 100%;
    }
    .home .section .wrap .item .text .iconfont {
        width: 40px;
        height: 40px;
        font-size: 12px;
        margin: 35px 0 0;
    }
    .fixed .fixed_box {
        width: 90vw;
        border-radius: 10px;
        padding: 50px 20px 40px;
    }
    .fixed .fixed_box .title h1 {
        font-size: 20px;
        margin: 0 0 10px;
        line-height: 1.4;
    }
    .fixed .fixed_box .content {
        font-size: 14px;
        line-height: 1.8;
        max-height: 60vh;
    }
    .fixed .fixed_box .close {
        font-size: 26px;
        top: 15px;
        right: 20px;
    }
    .fixed .fixed_box .title p {
        font-size: 14px;
    }
    .fixed .fixed_box .title {
        padding: 0 0 15px;
        margin: 0 0 20px;
    }
}
