.public_banner .position {
    font-weight: 400;
}

.service .wrap {
    width: 72.9166666667vw;
    margin: 5.6770833333vw auto 8.4375vw;
}

.service .wrap .title {
    display: flex;
    justify-content: space-between;
    margin: 0 0 8.59375vw;
}

.service .wrap .title h1 {
    font-size: 1.875vw;
    font-weight: 500;
    color: #222222;
}

.service .wrap .title .pick {
    width: 31.6145833333vw;
    font-size: 0.9375vw;
    font-weight: 400;
    color: #222222;
    line-height: 1.875vw;
}

.service .wrap .content {
    display: flex;
    justify-content: space-between;
}

.service .wrap .content .item {
    width: 35.9375vw;
    height: 19.7916666667vw;
    display: flex;
    background: #F7F8FA;
    border-radius: 0.5208333333vw;
    overflow: hidden;
    cursor: pointer;
    transition: 0.7s;
}

.service .wrap .content .item .color {
    width: 50%;
    height: 100%;
    position: relative;
    padding: 2.0833333333vw 2.03125vw 2.5520833333vw 2.03125vw;
    z-index: 1;
    object-fit: contain;
    overflow: hidden;
}

.service .wrap .content .item .color .bg {
    position: absolute;
    height: 100%;
    pointer-events: none;
    right: -9.8958333333vw;
    top: 0;
    z-index: -1;
    max-width: fit-content;
    opacity: 0.05;
    transition: 0.7s;
}

.service .wrap .content .item .color .num {
    font-size: 0.9375vw;
    font-weight: 500;
    color: #222222;
    transition: 0.7s;
}

.service .wrap .content .item .color .line {
    width: 1.1458333333vw;
    height: 0.0520833333vw;
    background: #222222;
    margin: 0.9895833333vw 0 0.8854166667vw 0;
    transition: 0.7s;
}

.service .wrap .content .item .color .headline {
    font-size: 1.1458333333vw;
    font-weight: 500;
    color: #222222;
    margin: 0 0 8.0208333333vw;
    transition: 0.7s;
}

.service .wrap .content .item .color .text {
    font-size: 0.8333333333vw;
    font-weight: 400;
    color: #666666;
    line-height: 1.25vw;
    position: absolute;
    left: 2.03125vw;
    bottom: 2.5520833333vw;
    transition: 0.7s;
}

.service .wrap .content .item .img {
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.service .wrap .content .item .img img {
    width: 100%;
    height: 100%;
    transition: 2s;
}

.service .wrap .content .item:hover {
    background: #009944;
}

.service .wrap .content .item:hover .bg {
    opacity: 0.2;
}

.service .wrap .content .item:hover .color .num, .service .wrap .content .item:hover .color .headline {
    color: #fff;
}

.service .wrap .content .item:hover .color .line {
    background: #fff;
}

.service .wrap .content .item:hover .color .text {
    color: rgba(255, 255, 255, 0.8);
}

.service .wrap .content .item:hover .img img {
    transform: scale(1.1);
}

.service2 {
    height: 100vh;
    background: #F7F8FA;
    border-radius: 30px 30px 0px 0px;
}

.service2 .fix {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service2 .fix .wrap {
    width: 72.9166666667vw;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.service2 .fix .wrap .img {
    width: 33.3333333333vw;
}

.service2 .fix .wrap .img img {
    width: 100%;
}

.service2 .fix .wrap .content {
    width: 31.1458333333vw;
}

.service2 .fix .wrap .content .title {
    font-size: 1.875vw;
    font-weight: 500;
    color: #222222;
    line-height: 2.8125vw;
    margin: 0 0 9.3229166667vw;
}

.service2 .fix .wrap .content .title strong {
    color: #009944;
    font-weight: normal;
}

.service2 .fix .wrap .content .flex {
    display: flex;
}

.service2 .fix .wrap .content .flex .wrapper {
    display: flex;
    width: fit-content;
}

.service2 .fix .wrap .content .flex .wrapper .item {
    width: 19.7916666667vw;
    height: 23.9583333333vw;
    background: #FFFFFF;
    margin: 0 1.0416666667vw 0 0;
    padding: 2.0833333333vw 2.0833333333vw 3.0208333333vw 2.0833333333vw;
}

.service2 .fix .wrap .content .flex .wrapper .item .iconfont {
    color: #009944;
    font-size: 1.9270833333vw;
    margin: 0 0 1.875vw;
}

.service2 .fix .wrap .content .flex .wrapper .item .headline {
    font-size: 1.1458333333vw;
    font-weight: 400;
    color: #222222;
    margin: 0 0 7.2916666667vw;
}

.service2 .fix .wrap .content .flex .wrapper .item .text {
    font-size: 0.8333333333vw;
    font-weight: 400;
    color: #666666;
    line-height: 1.6666666667vw;
}

/*# sourceMappingURL=service.css.map */

@media screen and (max-width: 1024px) {
    .public_banner .position{
        font-size: 16px;
        padding: 0 5% 0 0;
    }
    .service .wrap{
        width: 90%;
        margin: 30px auto 15px;
    }
    .service .wrap .title{
        flex-direction: column;
        margin: 0 0 25px;
    }
    .service .wrap .title h1{
        font-size: 24px;
    }
    .service .wrap .title .pick{
        width: 100%;
        line-height: 30px;
        font-size: 14px;
        margin: 15px 0 0 0;
    }
    .service .wrap .content{
        flex-direction: column;
    }
    .service .wrap .content .item{
        width: 100%;
        height: auto;
        margin: 0 0 20px;
        flex-direction: column-reverse;
    }
    .service .wrap .content .item .color{
        padding: 15px;
        width: 100%;
    }
    .service .wrap .content .item .color .num{
        font-size: 14px;
    }
    .service .wrap .content .item .color .line{
        width: 20px;
        height: 1px;
        margin: 12px 0;
    }
    .service .wrap .content .item .color .headline{
        font-size: 20px;
        margin: 0 0 20px;
    }
    .service .wrap .content .item .color .text{
        font-size: 14px;
        position: static;
        line-height: 2;
    }
    .service .wrap .content .item .color .bg{
        display: none;
    }
    .service .wrap .content .item .img{
        width: 100%;
    }
    .service2{
        height: auto!important;
        border-radius: 0;
    }
    .service2 .fix{
        height: auto;
        padding: 25px 0;
    }
    .service2 .fix .wrap{
        width: 90%;
        flex-direction: column;
    }
    .service2 .fix .wrap .img{
        width: 100%;
    }
    .service2 .fix .wrap .content{
        width: 100%;
        margin: 25px 0 0 0;
    }
    .service2 .fix .wrap .content .title{
        font-size: 22px;
        line-height: 1.4;
        margin: 0 0 20px;
    }
    .service2 .fix .wrap .content .flex .wrapper{
        flex-direction: column;
        gap: 20px;
        width: 100%;
    }
    .service2 .fix .wrap .content .flex .wrapper .item .iconfont{
        font-size: 20px;
        margin: 0 0 12px;
    }
    .service2 .fix .wrap .content .flex .wrapper .item .headline{
        font-size: 20px;
        margin: 0 0 15px;
    }
    .service2 .fix .wrap .content .flex .wrapper .item .text{
        font-size: 12px;
        line-height: 2.5;
    }
    .service2 .fix .wrap .content .flex .wrapper .item .iconfont img{
        width: 36px;
    }
    .service2 .fix .wrap .content .flex .wrapper .item{
        width: 100%;
        height: auto;
        padding: 5%;
    }

}<!--0.0001380443572998-->