.banner .text {
    left: 50%;
    transform: translate(-50%, -50%);
}

.home .bg .cir:nth-child(2) {
    display: none;
}

.home .bg .cir:nth-child(4) {
    right: -25%;
    top: 21.71875vw;
}

.home .section {
    padding: 139px 0 179px;
}

.home .section .wrap {
    width: 1600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.home .section .wrap .l {
    position: sticky;
    position: -webkit-sticky;
    top: 110px;
    height: fit-content;
}

.home .section .wrap .l form {
    width: 380px;
    height: 61px;
    background: #FFFFFF;
    border-radius: 6px;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin: 0 0 39px;
}

.home .section .wrap .l form input {
    border: none;
    height: 100%;
    padding: 0 0 0 45px;
    width: 300px;
    margin: 0 16px 0 0;
    font-weight: 400;
    font-size: 16px;
    color: #1A1A1A;
}

.home .section .wrap .l form input::placeholder {
    color: #737373;
}

.home .section .wrap .l form button {
    color: #737373;
    font-size: 24px;
    background: unset;
    transition: 0.6s;
}

.home .section .wrap .l form button:hover {
    color: #007C36;
}

.home .section .wrap .l .hot {
    margin: 0 0 74px;
}

.home .section .wrap .l .hot h5 {
    font-weight: 400;
    font-size: 15px;
    color: #888888;
    margin: 0 0 15px;
}

.home .section .wrap .l .hot .hot_flex {
    display: flex;
    flex-wrap: wrap;
}

.home .section .wrap .l .hot .hot_flex a {
    display: block;
    font-weight: 400;
    font-size: 15px;
    color: #1A1A1A;
    margin: 0 17px 10px 0;
    transition: 0.6s;
}

.home .section .wrap .l .hot .hot_flex a:hover {
    color: #007C36;
}

.home .section .wrap .l .link_list .item {
    width: 380px;
    background: #FFFFFF;
    border-radius: 6px;
    margin: 0 0 25px;
    box-shadow: 6px 10px 20px 0px rgba(0, 0, 0, 0);
    transition: 0.6s;
}

.home .section .wrap .l .link_list .item .block {
    background: #FFFFFF;
    border-radius: 6px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px 0 64px;
    transition: 0.6s;
    cursor: pointer;
}

.home .section .wrap .l .link_list .item .block p {
    font-weight: 500;
    font-size: 16px;
    color: #1A1A1A;
    transition: 0.6s;
}

.home .section .wrap .l .link_list .item .block .iconfont {
    font-size: 8px;
    color: #007C36;
    transform: rotate(90deg);
    transition: 0.6s;
}

.home .section .wrap .l .link_list .item .block:hover {
    background: #007C36;
}

.home .section .wrap .l .link_list .item .block:hover p {
    color: #FFFFFF;
}

.home .section .wrap .l .link_list .item .block:hover .iconfont {
    color: #FFFFFF;
}

.home .section .wrap .l .link_list .item .none {
    padding: 15px 0 20px 82px;
    display: none;
}

.home .section .wrap .l .link_list .item .none a {
    display: block;
    font-weight: 500;
    font-size: 16px;
    color: #555555;
    line-height: 40px;
    transition: 0.6s;
}

.home .section .wrap .l .link_list .item .none a:hover, .home .section .wrap .l .link_list .item .none a.on {
    color: #007C36;
}

.home .section .wrap .l .link_list .item:hover {
    box-shadow: 6px 10px 20px 0px rgba(0, 0, 0, 0.08);
}

.home .section .wrap .l .link_list .item.item_active {
    box-shadow: 6px 10px 20px 0px rgba(0, 0, 0, 0.08);
}

.home .section .wrap .l .link_list .item.item_active .block {
    background: #007C36;
}

.home .section .wrap .l .link_list .item.item_active .block p {
    color: #FFFFFF;
}

.home .section .wrap .l .link_list .item.item_active .block .iconfont {
    color: #FFFFFF;
    transform: rotate(-90deg);
}

.home .section .wrap .r .r_title {
    margin: 0 0 32px;
    padding: 0 0 32px;
    border-bottom: 1px solid #007C36;
}

.home .section .wrap .r .r_title h1 {
    font-weight: 500;
    font-size: 32px;
    color: #1A1A1A;
    margin: 0 0 20px;
}

.home .section .wrap .r .r_title p {
    font-weight: 500;
    font-size: 16px;
    color: #1A1A1A;
}

.home .section .wrap .r .r_title p span {
    color: #007C36;
}

.home .section .wrap .r .flex {
    width: 1136px;
    display: flex;
    flex-wrap: wrap;
}

.home .section .wrap .r .flex .item {
    display: block;
    width: 356px;
    margin: 0 0 75px;
}

.home .section .wrap .r .flex .item:not(:nth-child(3n)) {
    margin-right: 34px;
}

.home .section .wrap .r .flex .item .item_box {
    width: 358px;
    height: 428px;
    box-shadow: 6px 10px 20px 0px rgba(0, 0, 0, 0.06);
    border-radius: 22px;
    border: 2px solid #FFFFFF;
    margin: 0 0 49px;
    position: relative;
}

.home .section .wrap .r .flex .item .item_box:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 22px;
    position: absolute;
    pointer-events: none;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2), rgba(247, 247, 247, 0.2));
    top: 0;
    transition: 0.6s;
}

.home .section .wrap .r .flex .item .item_box:before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 22px;
    position: absolute;
    pointer-events: none;
    background: radial-gradient(circle, #FFFFFF, #F7F7F7);
    top: 0;
    transition: 0.6s;
    opacity: 0;
}

.home .section .wrap .r .flex .item .item_box .label {
    height: 35px;
    border-radius: 5px;
    border: 1px solid #8EA197;
    line-height: 35px;
    padding: 0 20px;
    font-weight: 400;
    font-size: 16px;
    color: #8EA197;
    width: fit-content;
    margin: 33px 0 22px 41px;
    transition: 0.6s;
    position: relative;
    z-index: 3;
}

.home .section .wrap .r .flex .item .item_box .img {
    width: 210px;
    margin: 0 auto;
    height: 314px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 3;
}

.home .section .wrap .r .flex .item .item_box .img img {
    display: block;
    transition: 3s;
}

.home .section .wrap .r .flex .item h5 {
    font-weight: 500;
    font-size: 18px;
    color: #1A1A1A;
    text-align: center;
    transition: 0.6s;
    position: relative;
    z-index: 3;
}

.home .section .wrap .r .flex .item:hover .item_box:after {
    opacity: 0;
}

.home .section .wrap .r .flex .item:hover .item_box:before {
    opacity: 1;
}

.home .section .wrap .r .flex .item:hover .item_box .label {
    color: #007C36;
    border: 1px solid #007C36;
}

.home .section .wrap .r .flex .item:hover .item_box .img img {
    transform: scale(1.1);
}

.home .section .wrap .r .flex .item:hover h5 {
    color: #007C36;
}

/*# sourceMappingURL=pro.css.map */
@media screen and (max-width: 1919px) {
    .home .section {
        padding: 7.2395833333vw 0px 9.3229166667vw;
    }

    .home .section .wrap {
        width: 83.3333333333vw;
    }

    .home .section .wrap .l {
        top: 5.7291666667vw;
    }

    .home .section .wrap .l form {
        width: 19.7916666667vw;
        height: 3.1770833333vw;
        border-radius: 0.3125vw;
        margin: 0px 0px 2.03125vw;
    }

    .home .section .wrap .l form input {
        padding: 0px 0px 0px 2.34375vw;
        width: 15.625vw;
        margin: 0px 0.8333333333vw 0px 0px;
        font-size: 0.8333333333vw;
    }

    .home .section .wrap .l form button {
        font-size: 1.25vw;
    }

    .home .section .wrap .l .hot {
        margin: 0px 0px 3.8541666667vw;
    }

    .home .section .wrap .l .hot h5 {
        font-size: 0.78125vw;
        margin: 0px 0px 0.78125vw;
    }

    .home .section .wrap .l .hot .hot_flex a {
        font-size: 0.78125vw;
        margin: 0px 0.8854166667vw 0.5208333333vw 0px;
    }

    .home .section .wrap .l .link_list .item {
        width: 19.7916666667vw;
        border-radius: 0.3125vw;
        margin: 0px 0px 1.3020833333vw;
        box-shadow: rgba(0, 0, 0, 0) 0.3125vw 0.5208333333vw 1.0416666667vw 0px;
    }

    .home .section .wrap .l .link_list .item .block {
        border-radius: 0.3125vw;
        height: 3.5416666667vw;
        padding: 0px 2.0833333333vw 0px 3.3333333333vw;
    }

    .home .section .wrap .l .link_list .item .block p {
        font-size: 0.8333333333vw;
    }

    .home .section .wrap .l .link_list .item .block .iconfont {
        font-size: 0.4166666667vw;
    }

    .home .section .wrap .l .link_list .item .none {
        padding: 0.78125vw 0px 1.0416666667vw 4.2708333333vw;
    }

    .home .section .wrap .l .link_list .item .none a {
        font-size: 0.8333333333vw;
        line-height: 2.0833333333vw;
    }

    .home .section .wrap .l .link_list .item:hover {
        box-shadow: rgba(0, 0, 0, 0.08) 0.3125vw 0.5208333333vw 1.0416666667vw 0px;
    }

    .home .section .wrap .l .link_list .item.item_active {
        box-shadow: rgba(0, 0, 0, 0.08) 0.3125vw 0.5208333333vw 1.0416666667vw 0px;
    }

    .home .section .wrap .r .r_title {
        margin: 0px 0px 1.6666666667vw;
        padding: 0px 0px 1.6666666667vw;
    }

    .home .section .wrap .r .r_title h1 {
        font-size: 1.6666666667vw;
        margin: 0px 0px 1.0416666667vw;
    }

    .home .section .wrap .r .r_title p {
        font-size: 0.8333333333vw;
    }

    .home .section .wrap .r .flex {
        width: 59.1666666667vw;
    }

    .home .section .wrap .r .flex .item {
        width: 18.5416666667vw;
        margin: 0px 0px 3.90625vw;
    }

    .home .section .wrap .r .flex .item:not(:nth-child(3n)) {
        margin-right: 1.7708333333vw;
    }

    .home .section .wrap .r .flex .item .item_box {
        width: 18.6458333333vw;
        height: 22.2916666667vw;
        box-shadow: rgba(0, 0, 0, 0.06) 0.3125vw 0.5208333333vw 1.0416666667vw 0px;
        border-radius: 1.1458333333vw;
        border: 0.1041666667vw solid rgb(255, 255, 255);
        margin: 0px 0px 2.5520833333vw;
    }

    .home .section .wrap .r .flex .item .item_box::after {
        border-radius: 1.1458333333vw;
    }

    .home .section .wrap .r .flex .item .item_box::before {
        border-radius: 1.1458333333vw;
    }

    .home .section .wrap .r .flex .item .item_box .label {
        height: 1.8229166667vw;
        border-radius: 0.2604166667vw;
        line-height: 1.8229166667vw;
        padding: 0px 1.0416666667vw;
        font-size: 0.8333333333vw;
        margin: 1.71875vw 0px 1.1458333333vw 2.1354166667vw;
    }

    .home .section .wrap .r .flex .item .item_box .img {
        width: 10.9375vw;
        height: 16.3541666667vw;
    }

    .home .section .wrap .r .flex .item h5 {
        font-size: 0.9375vw;
    }
}
@media screen and (max-width: 1024px) {
    .home .section {
        padding: 60px 0;
    }
    .home .section .wrap {
        width: 90%;
        display: block;
    }
    .home .section .wrap .l {
        position: unset;
        margin: 0 0 30px;
    }
    .home .section .wrap .l form {
        width: 100%;
        height: 50px;
        border-radius: 4px;
        padding: 0 15px;
        margin: 0 0 20px;
    }
    .home .section .wrap .l form input {
        padding: 0;
        width: 100%;
        font-size: 16px;
    }
    .home .section .wrap .l form button {
        font-size: 16px;
    }
    .home .section .wrap .l .hot h5 {
        font-size: 18px;
        margin: 0 0 10px;
    }
    .home .section .wrap .l .hot .hot_flex a {
        font-size: 14px;
        margin: 0 10px 10px 0;
    }
    .home .section .wrap .l .link_list .item {
        width: 100%;
        margin-bottom: 20px;
        border-radius: 4px;
    }
    .home .section .wrap .l .link_list .item .block {
        height: 50px;
        border-radius: 4px;
        padding: 0 20px;
    }
    .home .section .wrap .l .link_list .item .none {
        padding: 20px;
    }
    .home .section .wrap .l .link_list .item .none a {
        font-size: 14px;
        line-height: 2;
    }
    .home .section .wrap .l .link_list .item .block p {
        font-size: 16px;
    }
    .home .section .wrap .l .link_list .item .block .iconfont {
        font-size: 12px;
    }
    .home .section .wrap .r .flex {
        width: 100%;
    }
    .home .section .wrap .r .flex .item {
        width: 100%;
        margin: 0 0 40px !important;
    }
    .home .section .wrap .r .flex .item .item_box {
        width: 100%;
        height: unset;
        padding: 0 0 30px;
        margin: 0 0 20px;
        border-radius: 10px;
    }
    .home .section .wrap .r .flex .item .item_box .img {
        height: 54vw;
        width: 90%;
    }
    .home .section .wrap .r .flex .item h5 {
        font-size: 18px;
    }
    .home .section .wrap .r .flex .item .item_box .label {
        height: 35px;
        line-height: 35px;
        padding: 0 15px;
        border-radius: 5px;
        font-size: 14px;
        margin: 20px 0 22px 20px;
    }
}
