.service_content {
    background: #fff;
    overflow: hidden;
}

.service_content .wrap {
    width: 1520px;
    margin: 169px auto 135px;
}

.service_content .wrap .fist {
    display: flex;
    justify-content: space-between;
}

.service_content .wrap .fist .item {
    width: 750px;
    height: 280px;
}

.service_content .wrap .fist .item .joke {
    width: 100%;
    height: 100%;
    background: #F7F7F7;
    border-radius: 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: .6s;
}

.service_content .wrap .fist .item .circle {
    width: 200px;
    height: 200px;
    background: #EDEBEB;
    border-radius: 50%;
    margin: 0 25px 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .6s;
}

.service_content .wrap .fist .item .circle .baise {
    width: 132px;
    height: 132px;
    background: #F7F7F7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .6s;
}

.service_content .wrap .fist .item .circle .baise .iconfont {
    color: #94070A;
    font-size: 60px;
    transition: .6s;
}

.service_content .wrap .fist .item .text h1 {
    font-weight: bold;
    font-size: 32px;
    color: #111111;
    margin: 0 0 37px;
    transition: .6s;
}

.service_content .wrap .fist .item .text span {
    font-weight: 500;
    font-size: 24px;
    color: #333333;
    display: block;
    margin: 0 0 10px;
    transition: .6s;
}

.service_content .wrap .fist .item .text p {
    font-weight: 300;
    font-size: 16px;
    color: #999999;
    transition: .6s;
}

.service_content .wrap .fist .item:hover .joke {
    background: #94070A;
}

.service_content .wrap .fist .item:hover .joke .circle {
    background: #F6E2D3;
}

.service_content .wrap .fist .item:hover .joke .circle .baise {
    background: #94070A;
}

.service_content .wrap .fist .item:hover .joke .circle .baise .iconfont {
    color: #F6E2D3;
}

.service_content .wrap .fist .item:hover .joke .text h1, .service_content .wrap .fist .item:hover .joke .text span {
    color: #fff;
}

.service_content .wrap .fist .item:hover .joke .text p {
    color: rgba(255, 255, 255, 0.8);
}

.service_content .wrap .fist .item:nth-child(2) .circle .baise .iconfont {
    font-size: 50px;
}

.service_content .wrap .two {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0 20px;
    margin: 20px 0 0 0;
}

.service_content .wrap .two .item {
    width: 100%;
    height: 500px;
    cursor: pointer;
}

.service_content .wrap .two .item .joke {
    width: 100%;
    height: 100%;
    background: #F7F7F7;
    border-radius: 20px;
    transition: .6s;
    overflow: hidden;
}

.service_content .wrap .two .item .circle {
    width: 200px;
    height: 200px;
    background: #EDEBEB;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .6s;
    margin: 40px auto;
}

.service_content .wrap .two .item .circle .baise {
    background: #F7F7F7;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 132px;
    height: 132px;
    border-radius: 50%;
    transition: .6s;
}

.service_content .wrap .two .item .circle .baise .iconfont {
    color: #94070A;
    font-size: 58px;
    transition: .6s;
}

.service_content .wrap .two .item .text {
    text-align: center;
}

.service_content .wrap .two .item .text h1 {
    font-weight: bold;
    font-size: 32px;
    color: #111111;
    transition: .6s;
}

.service_content .wrap .two .item .text .line {
    margin: 20px auto;
    width: 32px;
    height: 3px;
    background: #111111;
    transition: .6s;
}

.service_content .wrap .two .item .text span {
    font-weight: 500;
    font-size: 24px;
    color: #333333;
    margin: 0 0 10px;
    display: block;
    transition: .6s;
}

.service_content .wrap .two .item .text p {
    font-weight: 300;
    font-size: 16px;
    color: rgba(153, 153, 153, 0.8);
    transition: .6s;
}

.service_content .wrap .two .item:hover .joke {
    overflow: hidden;
    background: #94070A;
}

.service_content .wrap .two .item:hover .joke .circle {
    background: #F6E2D3;
}

.service_content .wrap .two .item:hover .joke .circle .baise {
    background: #94070A;
}

.service_content .wrap .two .item:hover .joke .circle .baise .iconfont {
    color: #F6E2D3;
}

.service_content .wrap .two .item:hover .joke .text h1, .service_content .wrap .two .item:hover .joke .text span {
    color: #fff;
}

.service_content .wrap .two .item:hover .joke .text .line {
    background: #fff;
}

.service_content .wrap .two .item:hover .joke .text p {
    color: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 1920px) {
    .service_content .wrap {
        width: 79.1666666667vw;
        margin: 8.8020833333vw auto 7.03125vw;
    }

    .service_content .wrap .fist .item {
        width: 39.0625vw;
        height: 14.5833333333vw;
    }

    .service_content .wrap .fist .item .joke {
        border-radius: 1.0416666667vw;
    }

    .service_content .wrap .fist .item .circle {
        width: 10.4166666667vw;
        height: 10.4166666667vw;
        margin: 0 1.3020833333vw 0 2.0833333333vw;
    }

    .service_content .wrap .fist .item .circle .baise {
        width: 6.875vw;
        height: 6.875vw;
    }

    .service_content .wrap .fist .item .circle .baise .iconfont {
        font-size: 3.125vw;
    }

    .service_content .wrap .fist .item .text h1 {
        font-size: 1.6666666667vw;
        margin: 0 0 1.9270833333vw;
    }

    .service_content .wrap .fist .item .text span {
        font-size: 1.25vw;
        margin: 0 0 0.5208333333vw;
    }

    .service_content .wrap .fist .item .text p {
        font-size: 0.8333333333vw;
    }

    .service_content .wrap .fist .item:nth-child(2) .circle .baise .iconfont {
        font-size: 2.6041666667vw;
    }

    .service_content .wrap .two {
        grid-gap: 0 1.0416666667vw;
        margin: 1.0416666667vw 0 0 0;
    }

    .service_content .wrap .two .item {
        height: 26.0416666667vw;
    }

    .service_content .wrap .two .item .joke {
        border-radius: 1.0416666667vw;
    }

    .service_content .wrap .two .item .circle {
        width: 10.4166666667vw;
        height: 10.4166666667vw;
        margin: 2.0833333333vw auto;
    }

    .service_content .wrap .two .item .circle .baise {
        width: 6.875vw;
        height: 6.875vw;
    }

    .service_content .wrap .two .item .circle .baise .iconfont {
        font-size: 3.0208333333vw;
    }

    .service_content .wrap .two .item .text h1 {
        font-size: 1.6666666667vw;
        color: #111111;
    }

    .service_content .wrap .two .item .text .line {
        margin: 1.0416666667vw auto;
        width: 1.6666666667vw;
        height: 0.15625vw;
        background: #111111;
    }

    .service_content .wrap .two .item .text span {
        font-size: 1.25vw;
        margin: 0 0 0.5208333333vw;
    }

    .service_content .wrap .two .item .text p {
        font-size: 0.8333333333vw;
    }
}

@media screen and (max-width: 1024px) {
    .service_content .wrap {
        width: 90%;
        margin: 60px auto 45px;
    }

    .service_content .wrap .fist {
        flex-wrap: wrap;
    }

    .service_content .wrap .fist .item {
        width: 49%;
        height: auto;
        overflow: hidden;
    }

    .service_content .wrap .fist .item .joke {
        padding: 35px 15px 35px 0;
    }

    .service_content .wrap .fist .item .circle {
        width: 88px;
        height: 88px;
        margin: 0 15px 0 5%;
    }

    .service_content .wrap .fist .item .text {
        flex: 1;
    }

    .service_content .wrap .fist .item .text h1 {
        font-size: 18px;
        margin: 0 0 10px;
    }

    .service_content .wrap .fist .item .text span {
        font-size: 16px;
        margin: 0 0 5px;
    }

    .service_content .wrap .fist .item .text p {
        font-size: 14px;
    }

    .service_content .wrap .fist .item .circle .baise {
        width: 58px;
        height: 58px;
    }

    .service_content .wrap .fist .item .circle .baise .iconfont {
        font-size: 25px !important;
    }

    .service_content .wrap .two .item {
        height: auto;
    }

    .service_content .wrap .two .item .joke {
        padding: 0 0 25px;
    }

    .service_content .wrap .two .item .circle {
        width: 88px;
        height: 88px;
        margin: 25px auto;
    }

    .service_content .wrap .two .item .circle .baise {
        width: 58px;
        height: 58px;
    }

    .service_content .wrap .two .item .circle .baise .iconfont {
        font-size: 25px;
    }

    .service_content .wrap .two .item .text h1 {
        font-size: 18px;
    }

    .service_content .wrap .two .item .text .line {
        width: 15px;
        height: 2px;
        margin: 8px auto;
    }

    .service_content .wrap .two .item .text span {
        font-size: 16px;
        margin: 0 0 5px;
    }

    .service_content .wrap .two .item .text p {
        font-size: 14px;
        line-height: 1.2;
        max-width: 90%;
        margin: auto;
    }

    .service_content .wrap .two {
        margin: 10px 0 0 0;
        grid-gap: 0 10px;
    }
}

@media screen and (max-width: 580px) {
    .service_content .wrap .fist .item .joke {
        border-radius: 15px;
    }

    .service_content .wrap .fist .item {
        width: 100%;
        margin: 0 0 15px;
    }

    .service_content .wrap .two {
        margin: 0 0 0 0;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 10px 0;
    }
}

/*# sourceMappingURL=index.css.map */
