.section {
    padding: 80px 0 160px;
}

.section .wrap {
    width: 1200px;
    margin: 0 auto;
}

.section .wrap .common_title {
    text-align: center;
}

.section .wrap .text {
    text-align: center;
    margin: 30px 0 50px;
    font-weight: normal;
    font-size: 18px;
    color: #111111;
}

.section .wrap .content {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.section .wrap .content .item {
    width: 100%;
    height: 400px;
    background: #F7F9FA;
    border-radius: 20px;
    display: flex;
    align-items: center;
}

.section .wrap .content .item .img {
    width: 600px;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.section .wrap .content .item .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.section .wrap .content .item .item_box {
    width: 600px;
    padding: 0 140px;
}

.section .wrap .content .item .item_box .item_title {
    font-weight: bold;
    font-size: 24px;
    color: #111111;
    margin-bottom: 30px;
}

.section .wrap .content .item .item_box .item_text {
    font-weight: normal;
    font-size: 18px;
    color: #333333;
    line-height: 36px;
}

.section .wrap .content .item .item_box .item_title1 {
    font-weight: bold;
    font-size: 22px;
    color: #111111;
    text-align: center;
}

.section .wrap .content .item .item_box .item_tel {
    font-weight: bold;
    font-size: 36px;
    color: #184392;
    line-height: 1;
    margin: 25px 0;
    text-align: center;
}

.section .wrap .content .item .item_box .item_mail {
    font-weight: normal;
    font-size: 16px;
    color: #111111;
}

.section .wrap .content .item .item_box .item_mail span {
    color: #184392;
}

.section .wrap .content .item .item_box .btns {
    display: flex;
    justify-content: center;
    gap: 0 20px;
    margin: 50px 0 0;
}

.section .wrap .content .item .item_box .btns a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 45px;
    border-radius: 23px;
    border: 1px solid rgba(17, 17, 17, 0.5);
}

.section .wrap .content .item .item_box .btns a p {
    font-weight: normal;
    font-size: 16px;
    color: #111111;
}

.section .wrap .content .item .item_box .btns a:nth-child(1) {
    border: 1px solid #184392;
    background: #184392;
}

.section .wrap .content .item .item_box .btns a:nth-child(1) p {
    color: #F7F9FA;
}

.section .wrap .content .item:nth-child(2n) {
    flex-direction: row-reverse;
}

.section .wrap .content .item:nth-child(2n) .item_box {
    width: 600px;
    padding: 0 60px;
}

.section .wrap .content .item:hover .img img {
    transform: scale(1.1);
}

/*# sourceMappingURL=service.css.map */
@media screen and (max-width: 1919px) {
    .section {
        padding: 4.1666666667vw 0px 8.3333333333vw;
    }

    .section .wrap {
        width: 62.5vw;
    }

    .section .wrap .text {
        margin: 1.5625vw 0px 2.6041666667vw;
        font-size: 0.9375vw;
    }

    .section .wrap .content {
        gap: 2.0833333333vw;
    }

    .section .wrap .content .item {
        height: 20.8333333333vw;
        border-radius: 1.0416666667vw;
    }

    .section .wrap .content .item .img {
        width: 31.25vw;
        border-radius: 1.0416666667vw;
    }

    .section .wrap .content .item .item_box {
        width: 31.25vw;
        padding: 0px 7.2916666667vw;
    }

    .section .wrap .content .item .item_box .item_title {
        font-size: 1.25vw;
        margin-bottom: 1.5625vw;
    }

    .section .wrap .content .item .item_box .item_text {
        font-size: 0.9375vw;
        line-height: 1.875vw;
    }

    .section .wrap .content .item .item_box .item_title1 {
        font-size: 1.1458333333vw;
    }

    .section .wrap .content .item .item_box .item_tel {
        font-size: 1.875vw;
        margin: 1.3020833333vw 0px;
    }

    .section .wrap .content .item .item_box .item_mail {
        font-size: 0.8333333333vw;
    }

    .section .wrap .content .item .item_box .btns {
        gap: 0px 1.0416666667vw;
        margin: 2.6041666667vw 0px 0px;
    }

    .section .wrap .content .item .item_box .btns a {
        width: 6.25vw;
        height: 2.34375vw;
        border-radius: 1.1979166667vw;
    }

    .section .wrap .content .item .item_box .btns a p {
        font-size: 0.8333333333vw;
    }

    .section .wrap .content .item:nth-child(2n) .item_box {
        width: 31.25vw;
        padding: 0px 3.125vw;
    }
}
@media screen and (max-width: 768px) {
    .section {
        padding: 60px 0;
    }
    .section .wrap .text {
        font-size: 15px;
        line-height: 1.6;
        margin: 10px 0 30px;
    }
    .section .wrap .content {
        gap: 40px 0;
    }
    .section .wrap .content .item {
        height: unset;
        display: block;
        border-radius: 6px;
    }
    .section .wrap .content .item .img {
        width: 100%;
        height: 60vw;
        border-radius: 6px;
    }
    .section .wrap {
        width: 90%;
    }
    .section .wrap .content .item .item_box {
        width: 100% !important;
        padding: 40px 20px !important;
        text-align: center;
    }
    .section .wrap .content .item .item_box .item_title1 {
        font-size: 18px;
    }
    .section .wrap .content .item .item_box .item_tel {
        font-size: 32px;
        line-height: 1;
        margin: 15px 0;
    }
    .section .wrap .content .item .item_box .item_mail {
        text-align: center;
        font-size: 15px;
    }
    .section .wrap .content .item .item_box .btns a {
        width: 120px;
        height: 45px;
        border-radius: 45px;
    }
    .section .wrap .content .item .item_box .btns a p {
        font-size: 15px;
    }
    .section .wrap .content .item .item_box .btns {
        gap: 0 15px;
        margin: 25px 0 0;
    }
    .section .wrap .content .item .item_box .item_title {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .section .wrap .content .item .item_box .item_text {
        font-size: 15px;
        line-height: 1.8;
    }
}
