.service1 {
    padding: 110px 0 120px;
    background: #F5F5F7
}

.service1 .wrap {
    width: 1440px;
    margin: auto
}

.service1 .wrap .title {
    font-size: 32px;
    color: #000011;
    text-align: center
}

.service1 .wrap .content {
    margin: 50px 0 0 0;
    display: flex;
    justify-content: space-between
}

.service1 .wrap .content .item {
    width: 450px;
    height: 300px;
    border-radius: 15px;
    overflow: hidden;
    position: relative
}

.service1 .wrap .content .item:hover .img {
    transform: scale(1.1)
}

.service1 .wrap .content .item .img {
    width: 100%;
    height: 100%;
    transition: 1s
}

.service1 .wrap .content .item .text {
    font-size: 18px;
    color: #FFFFFF;
    position: absolute;
    bottom: 24px;
    left: 24px
}

.service2 {
    background: #F5F5F7;
    padding: 0 0 122px
}

.service2 .wrap {
    width: 1440px;
    margin: auto
}

.service2 .wrap .title {
    text-align: center
}

.service2 .wrap .title .p1 {
    font-size: 32px;
    color: #000011;
    margin: 0 0 40px
}

.service2 .wrap .title .p2 {
    width: 957px;
    font-size: 18px;
    color: #333333;
    line-height: 36px;
    margin: auto
}

.service2 .wrap .content {
    margin: 80px 0 0 0;
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 42px 45px
}

.service2 .wrap .content .item {
    border-radius: 10px;
    background: #FFFFFF;
    overflow: hidden
}

.service2 .wrap .content .item .img {
    width: 100%;
    height: 260px;
    overflow: hidden;
    cursor: pointer
}

.service2 .wrap .content .item .img:hover img {
    transform: scale(1.05)
}

.service2 .wrap .content .item .img img {
    width: 100%;
    height: 100%;
    transition: 1s
}

.service2 .wrap .content .item .text {
    padding: 32px 44px 49px 32px
}

.service2 .wrap .content .item .text .icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    margin: 0 0 30px
}

.service2 .wrap .content .item .text .icon img {
    width: 100%;
    object-fit: contain
}

.service2 .wrap .content .item .text .p1 {
    font-size: 20px;
    color: #111111;
    margin: 0 0 24px
}

.service2 .wrap .content .item .text .p2 {
    font-size: 16px;
    color: #666666;
    line-height: 28px
}

.service3 {
    padding: 100px 0 120px
}

.service3 .wrap {
    width: 1440px;
    margin: auto
}

.service3 .wrap .title {
    text-align: center;
    font-weight: 500;
    font-size: 32px;
    color: #000011;
    margin: 0 0 46px
}

.service3 .wrap .cut {
    display: flex;
    justify-content: center
}

.service3 .wrap .cut .list {
    width: fit-content;
    padding: 0 25px;
    height: 55px;
    background: #F5F5F7;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    transition: .6s ease;
    cursor: pointer
}

.service3 .wrap .cut .list:hover {
    color: var(--color)
}

.service3 .wrap .cut .list.on {
    background: var(--color);
    color: #fff
}

.service3 .wrap .cut .list:not(:last-child) {
    margin: 0 20px 0 0
}

.service3 .wrap .content {
    margin: 60px 0 0 0
}

.service3 .wrap .content .matter {
    display: none
}

.service3 .wrap .content .matter.on {
    display: block
}

.service3 .wrap .content .matter .item {
    border-radius: 12px;
    transition: .3s ease
}

.service3 .wrap .content .matter .item.on {
    padding: 48px 40px;
    background: #0069AC
}

.service3 .wrap .content .matter .item.on .show {
    padding: 0 0 23px;
    border-bottom: 1px solid transparent
}

.service3 .wrap .content .matter .item.on .show p {
    color: #fff
}

.service3 .wrap .content .matter .item:not(:last-child) {
    margin: 0 0 49px
}

.service3 .wrap .content .matter .item .show {
    padding: 0 0 40px;
    border-bottom: 1px solid rgba(17, 17, 17, 0.1);
    cursor: pointer;
    transition: .3s ease
}

.service3 .wrap .content .matter .item .show p {
    transition: .3s ease;
    font-size: 18px;
    color: #111111
}

.service3 .wrap .content .matter .item .hide {
    overflow: hidden;
    display: none
}

.service3 .wrap .content .matter .item .hide div {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 40px
}

.service3 .wrap .content .matter .item .hide table{
    width: 100%;
}
.service3 .wrap .content .matter .item .hide table tr td{
    padding: 5px 15px;
    border: 1px solid rgba(255,255,255,.2);
}

@media screen and (max-width: 1919px) {
    .service1{
        padding: 5.7291666667vw 0px 6.25vw;
    }
    .service1 .wrap{
        width: 75vw;
    }
    .service1 .wrap .title{
        font-size: 1.6666666667vw;
    }
    .service1 .wrap .content{
        margin: 2.6041666667vw 0px 0px;
    }
    .service1 .wrap .content .item{
        width: 23.4375vw;
        height: 15.625vw;
        border-radius: 0.78125vw;
    }
    .service1 .wrap .content .item .text{
        font-size: 0.9375vw;
        bottom: 1.25vw;
        left: 1.25vw;
    }
    .service2{
        padding: 0px 0px 6.3541666667vw;
    }
    .service2 .wrap{
        width: 75vw;
    }
    .service2 .wrap .title .p1{
        font-size: 1.6666666667vw;
        margin: 0px 0px 2.0833333333vw;
    }
    .service2 .wrap .title .p2{
        width: 49.84375vw;
        font-size: 0.9375vw;
        line-height: 1.875vw;
    }
    .service2 .wrap .content{
        margin: 4.1666666667vw 0px 0px;
        gap: 2.1875vw 2.34375vw;
    }
    .service2 .wrap .content .item{
        border-radius: 0.5208333333vw;
    }
    .service2 .wrap .content .item .img{
        height: 13.5416666667vw;
    }
    .service2 .wrap .content .item .text{
        padding: 1.6666666667vw 2.2916666667vw 2.5520833333vw 1.6666666667vw;
    }
    .service2 .wrap .content .item .text .icon{
        width: 2.0833333333vw;
        height: 2.0833333333vw;
        margin: 0px 0px 1.5625vw;
    }
    .service2 .wrap .content .item .text .p1{
        font-size: 1.0416666667vw;
        margin: 0px 0px 1.25vw;
    }
    .service2 .wrap .content .item .text .p2{
        font-size: 0.8333333333vw;
        line-height: 1.4583333333vw;
    }
    .service3{
        padding: 5.2083333333vw 0px 6.25vw;
    }
    .service3 .wrap{
        width: 75vw;
    }
    .service3 .wrap .title{
        font-size: 1.6666666667vw;
        margin: 0px 0px 2.3958333333vw;
    }
    .service3 .wrap .cut .list{
        padding: 0 1.30208333333333vw;
        height: 2.8645833333vw;
        border-radius: 0.2083333333vw;
        font-size: 0.8333333333vw;
    }
    .service3 .wrap .cut .list:not(:last-child){
        margin: 0px 1.0416666667vw 0px 0px;
    }
    .service3 .wrap .content{
        margin: 3.125vw 0px 0px;
    }
    .service3 .wrap .content .matter .item{
        border-radius: 0.625vw;
    }
    .service3 .wrap .content .matter .item.on{
        padding: 2.5vw 2.0833333333vw;
    }
    .service3 .wrap .content .matter .item.on .show{
        padding: 0px 0px 1.1979166667vw;
    }
    .service3 .wrap .content .matter .item:not(:last-child){
        margin: 0px 0px 2.5520833333vw;
    }
    .service3 .wrap .content .matter .item .show{
        padding: 0px 0px 2.0833333333vw;
    }
    .service3 .wrap .content .matter .item .show p{
        font-size: 0.9375vw;
    }
    .service3 .wrap .content .matter .item .hide div{
        font-size: 0.8333333333vw;
        line-height: 2.0833333333vw;
    }
    .service3 .wrap .content .matter .item .hide table tr td{
        padding: 0.2604166667vw 0.78125vw;
    }
}

@media screen and (max-width: 1024px) {
    .service1{
        padding: 50px 0;
    }
    .service1 .wrap{
        width: 90%;
    }
    .service1 .wrap .title{
        font-size: 22px;
    }
    .service1 .wrap .content{
        margin: 25px 0 0 0;
        flex-direction: column;
        gap: 15px;
    }
    .service1 .wrap .content .item{
        width: 100%;
        height: auto;
        border-radius: 10px;
    }
    .service1 .wrap .content .item .text{
        left: 5%;
        bottom: 15px;
        font-size: 15px;
    }
    .service2 .wrap{
        width: 90%;
    }
    .service2 .wrap .title .p1{
        font-size: 22px;
        margin: 0 0 15px;
    }
    .service2 .wrap .title .p2{
        width: 100%;
        font-size: 13px;
        line-height: 28px;
    }
    .service2 .wrap .content{
        margin: 30px 0 0 0;
        gap: 20px;
        grid-template-columns: repeat(1,1fr);
    }
    .service2 .wrap .content .item{
        width: 100%;
        height: auto;
        border-radius: 10px;
    }
    .service2 .wrap .content .item .img{
        height: auto;
    }
    .service2 .wrap .content .item .text{
        padding: 15px 5%;
    }
    .service2 .wrap .content .item .text .icon{
        width: 30px;
        height: 30px;
        margin: 0 0 15px;
    }
    .service2 .wrap .content .item .text .p1{
        font-size: 16px;
        margin: 0 0 15px;
    }
    .service2 .wrap .content .item .text .p2{
        font-size: 13px;
        line-height: 25px;
    }
    .service2{
        padding: 0 0 35px;
    }
    .service3{
        padding: 35px 0;
    }
    .service3 .wrap{
        width: 90%;
    }
    .service3 .wrap .title{
        font-size: 22px;
        margin: 0 0 22px;
    }
    .service3 .wrap .cut .list:not(:last-child){
        margin: 0 20px 0 0;
    }
    .service3 .wrap .cut .list{
        width: fit-content;
        height: 35px;
        padding: 0 20px;
        font-size: 13px;
    }

    html[lang="en"] .service3 .wrap .cut .list{
        width: fit-content;
        height: 35px;
        padding: 0 12px;
        font-size: 11px;
        text-align: center;
    }
    html[lang="en"] .service3 .wrap .cut .list:not(:last-child) {
        margin: 0 11px 0 0;
    }
    .service3 .wrap .content{
        margin: 25px 0 0 0;
    }
    .service3 .wrap .content .matter .item:not(:last-child){
        margin: 0 0 15px;
    }
    .service3 .wrap .content .matter .item{
        padding: 0;
    }
    .service3 .wrap .content .matter .item.on .show{
        padding: 0 0 15px;
    }
    .service3 .wrap .content .matter .item .show{
        padding: 0 0 15px;
    }
    .service3 .wrap .content .matter .item .show p{
        font-size: 14px;
    }
    .service3 .wrap .content .matter .item.on{
        padding: 20px 5%;
    }
    .service3 .wrap .content .matter .item .hide div{
        font-size: 10px;
        line-height: 26px;
    }
}
