.service-container{
    padding: 4.6vw 5.5vw 16vw;
    overflow: hidden;
}

.service-container .title{
    display: flex;
    flex-direction: column;
    margin-bottom: 3.5vw;
}
.service-container .title span{
    font-size: 2.5vw;
    line-height: 2.7vw;
    font-weight: bold;
}
.service-container .title span:nth-child(1){
    color: #333333;
}
.service-container .title span:nth-child(2){
    color: #005BAB;
    font-size: 1.25vw;
    font-weight: 400;
}

.service-container .service-1{
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10vw;
}
.service-container .service-1 .service-1-img{
    width: 60%;
    font-size: 0;
    overflow: hidden;
}
.service-container .service-1 .service-1-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}
.service-container .service-1 .service-1-img img:hover{
    scale: 1.05;
}
.service-container .service-1 .service-1-text{
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    right: 0;
    width: 57%;
    height: 100%;
}
.service-container .service-1 .text-info{
    padding: 2.8vw 1.5vw 1.6vw;
    background-color: #F1F1F1;
    transition: all .5s;
}
.service-container .service-1 .text-info:hover{
    transform: translate(-3%,-3%);
    box-shadow: 5px 5px 5px #aaa;
}
.service-container .service-1 .text-info h1{
    font-weight: bold;
    color: #0269A7;
    font-size: 1.4vw;
    line-height: 1.5625vw;
    margin-bottom: 2vw;
}
.service-container .service-1 .text-info p{
    color: #666666;
    font-size: 0.9vw;
    margin-bottom: 1vw;
}
.service-container .service-1 .text-info>div{
    display: flex;
    flex-direction: column;
    align-items: end;
}
.service-container .service-1 .text-info>div>span:nth-child(1){
    font-size: 0.83vw;
    color: #333;
}
.service-container .service-1 .text-info>div>span:nth-child(2){
    font-size: 1.5vw;
    line-height: 1.8vw;
    color: #0269A7;
}
.service-container .service-1 .text-footer-dimension{
    display: flex;
    justify-content: flex-end;
    color: #D8D8D8;
}

.service-container .service-1 .text-footer-dimension>span{
    display: flex;
    flex-direction: column;
    font-weight: bold;
    font-size: 1.8vw;
    line-height: 2vw;
    margin: 0 0.73vw;
}
.service-container .service-1 .text-footer-dimension>div{
    width: 4px;
    height: 100%;
    background-color: #0269A7;
}

.service-container .service-2{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10vw;
}

.service-container .service-2>div:nth-child(1){
    width: 65%;
    margin-right: 6px;
}

.service-container .service-2 .service-2-text{
    background-color: #F1F1F1;
    padding: 1.5vw 2.2vw;
    margin-bottom: 6px;
    transition: all .5s;
}
.service-container .service-2 .service-2-text:hover{
    transform: translate(-2%,-2%);
    box-shadow: 5px 5px 5px #aaa;
}
.service-container .service-2 .service-2-text h1{
    font-weight: bold;
    font-size: 1.5625vw;
    color: #0269A7;
}
.service-container .service-2 .service-2-text>p{
    color: #666666;
    font-size: 0.9vw;
    margin: 0.6vw 0;
}
.service-container .service-2 .service-2-text div{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    /* height: 8vw; */
}
.service-container .service-2 .service-2-text div>p{
    width: 32%;
    height: 30%;
    color: #666666;
    font-size: 0.83vw;
    display: flex;
    align-items: center;
    margin-bottom: 1vw;
    /* margin-bottom: 0.5vw; */
}

.service-2 .service-2-footer{
    display: flex;
    justify-content: space-between;
}
.service-2 .service-2-footer .text-footer-dimension{
    display: flex;
    flex-direction: column-reverse;
}
.service-2 .service-2-footer>div:nth-child(2){
    width: 20vw;
    font-size: 0;
    overflow: hidden;
}
.service-2 .service-2-footer>div:nth-child(2) img{
    width: 100%;
    object-fit: cover;
    transition: all .5s;
}
.service-2 .service-2-footer>div:nth-child(2) img:hover{
    scale: 1.05;
}

.service-2 .dimension-con{
    display: flex;
}
.service-2 .dimension-con::before{
    content: "";
    display: block;
    background-color: #0269A7;
    width: 4px;
    height: 100%;
}

.service-2 .dimension-con>div{
    display: flex;
    flex-direction: column
}
.service-2 .dimension-con>div span{
    color: #D8D8D8;
    font-weight: bold;
    font-size: 1.875vw;
    margin: 0 1vw;
    line-height: 2vw;
}

.service-2>.right{
    width: 35%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.service-2 .right .right-top{
    height: 55%;
    margin-bottom: 6px;
    overflow: hidden;
}
.service-2 .right .right-bottom{
    height: 45%;
    display: flex;
    justify-content: space-between;
}
.service-2 .right .right-bottom>div:nth-child(1){
    width: 60%;
    margin-right: 6px;
    overflow: hidden;
}
.service-2 .right .right-bottom>div:nth-child(2){
    width: 40%;
    overflow: hidden;
}

.service-2 .right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}
.service-2 .right img:hover{
    scale: 1.05;
}

.service-2 .mobile-img-con{
    display: none;
}
.service-2 .mobile-img-con img{
    width: 100%;
    object-fit: cover;
}
.service-3-mobile{
    display: none;
}
.service-3 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}
.service-3 img:hover{
    scale: 1.05;
}
.service-3 .up{
    display: flex;
    justify-content: space-between;
}
.service-3 .up>div{
    display: flex;
}
.service-3 .down{
    display: flex;
    margin-top: 7px;
}

.service-3 .up .left .img-1{
    width: 16.45vw;
    margin-right: 7px;
    overflow: hidden;
}
.service-3 .up .left .img-2{
    width: 36vw;
    overflow: hidden;
}
.service-3 .up .right .img-3{
    width: 13vw;
    margin-right: 2vw;
    overflow: hidden;
}
.service-3 .up .right .img-4{
    width: 11vw;
    overflow: hidden;
}

.service-3 .down .img-1{
    width: 16.45vw;
    margin-right: 7px;
    overflow: hidden;
}
.service-3 .down .img-2{
    width: 24vw;
    margin-right: 7px;
    overflow: hidden;
}
.service-3 .down .text>div{
    padding: 1.8vw 3.3vw 0;
}
.service-3 .down .text{
    width: 47.4vw;
    background: #F1F1F1;
    transition: all .5s;
}
.service-3 .down .text:hover{
    transform: translate(-2%,-2%);
    box-shadow: 5px 5px 5px #aaa;
}

.service-3 .down .text h1{
    font-weight: bold;
    font-size: 1.5625vw;
    line-height: 1.7vw;
    color: #0269A7;
}
.service-3 .down .text>div>p{
    color: #666;
    font-size: 0.9vw;
    line-height: 0.9vw;
    margin: 1vw 0;
}

.service-3 .down .text>div>div{
    display: flex;
    /* flex-direction: column; */
    flex-wrap: wrap;
    align-content: space-between;
    /* justify-content: space-between; */
    /* height: 5.6vw; */
}
.service-3 .down .text>div>div>p{
    width: 25%;
    /* height: 33.33%; */
    color: #666666;
    font-size: 0.83vw;
    display: flex;
    align-items: center;
    /* margin-bottom: 0.5vw; */
    margin-bottom: 1vw;
}
/* .gallery{
    width: 100%;
    height: 100%;
} */
.service-2 .mobile-img-con .gallery{
    margin-bottom: 5px;
    height: 58%;
}
@media (max-width: 1900px) {
    .service-container .service-1 .text-info p{
        font-size: 13px;
    }
    .service-container .service-1 .text-info>div>span:nth-child(1){
        font-size: 13px;
    }
    .service-container .service-2 .service-2-text>p{
        font-size: 13px;
    }
    .service-container .service-2 .service-2-text div{
        /* height: 17vw; */
    }
    .service-container .service-2 .service-2-text div>p{
        font-size: 13px;
    }
    .service-3 .down .text p{
        font-size: 13px;
    }
    .service-3 .down .text>div>div>p{
        font-size: 13px;
    }
    .service-3 .down .text>div>p{
        font-size: 13px;
        line-height: 15px;
    }
}
@media (max-width: 996px) {
    .service-container{
        padding: 10.4vw 8.9vw;
    }
    .service-container .title{
        margin-bottom: 8.4vw;
    }
    .service-container .title span{
        font-size: 6.4vw !important;
        line-height: 6.4vw;
    }
    .service-container .service-1{
        flex-direction: column;
    }
    .service-container .service-1 .service-1-img{
        order: 2;
        width: auto;
        margin-top: 6.8vw;
    }
    .service-container .service-1 .service-1-text{
        position: relative;
        width: auto;
        order: 1;
    }
    .service-container .service-1 .text-footer-dimension{
        display: none;
    }
    .service-container .service-1 .text-info>div{
        display: none;
    }
    .service-container .service-1 .text-info h1{
        font-size: 4vw;
        line-height: 5vw;
        margin-bottom: 3.6vw;
    }
    .service-container .service-1 .text-info p{
        font-size: 14px;
    }
    .service-container .service-1 .text-info{
        background-color: #fff;
        padding: 0;
    }
    .service-container .service-2{
        flex-direction: column;
    }
    .service-2 .service-2-footer{
        display: none;
    }
    .service-container .service-2>div:nth-child(1){
        width: auto;
        margin-right: 0;
    }
    .service-container .service-2 .service-2-text{
        padding: 0;
        background-color: #fff;
    }
    .service-container .service-2 .service-2-text h1{
        font-size: 4vw;
    }
    .service-container .service-2 .service-2-text>p{
        font-size: 14px;
        margin: 4vw 0;
        font-weight: bold;
    }
    .service-container .service-2 .service-2-text div{
        height: auto;
    }
    .service-container .service-2 .service-2-text div>p{
        width: 100%;
        height: auto;
        font-size: 14px;
        margin-bottom: 1.5vw;
    }
    .service-2>.right{
        display: none;
    }
    .service-2 .mobile-img-con{
        display: flex;
        height: 75vw;
    }
    .service-2 .mobile-img-con .left{
        width: 50%;
        margin-right: 5px;
        display: flex;
        flex-direction: column;
    }
    .service-2 .mobile-img-con .left img:nth-child(1){
        height: 100%;
        /* margin-bottom: 5px; */
    }
    .service-2 .mobile-img-con .left img:nth-child(2){
        height: 50%;
    }
    .service-2 .mobile-img-con .right{
        width: 50%;
        display: flex;
        flex-direction: column;
    }
    .service-2 .mobile-img-con .right img:nth-child(1){
        height: 100%;
        /* margin-bottom: 5px; */
    }
    .service-2 .mobile-img-con .right img:nth-child(2){
        height: 60%;
    }
    .service-3{
        display: none;
    }
    .service-3-mobile{
        display: block;
    }
    .service-3-mobile .title{
        font-size: 4vw;
        color: #0269A7;
        font-weight: bold;
    }
    .service-3-mobile .prove_img{
        display: flex;
        height: 53vw;
        justify-content: space-between;
    }
    .service-3-mobile .prove_img img{
        /* width: 49%; */
        height: 100%;
        object-fit: cover;
    }
    .service-3-mobile .text{
        color: #666;
        font-size: 14px;
        font-weight: bold;
        margin: 2vw 0;
    }
    .service-3-mobile .list{
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        height: auto;
        align-content: space-between;
    }
    .service-3-mobile .list .item{
        width: auto;
        height: auto;
        font-size: 14px;
        margin-bottom: 1.5vw;
        color: #666666;
    }
    .service-3-mobile .img_list{
        display: flex;
        justify-content: space-between;
        height: 42.4vw;
    }
    .service-3-mobile .img_list img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .service-3-mobile .img_list .left{
        width: 50%;
    }
    .service-3-mobile .img_list .right{
        width: 49%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .service-3-mobile .img_list .right img{
        height: 100%;
    }
    .service-3-mobile .last-img-con{
        width: 100%;
        height: 38vw;
        margin-top: 5px;
        position: relative;
    }
    .service-3-mobile .last-img-con>img{
        width: 100%;
        height: 100%;
        margin-top: 5px;
        object-fit: cover;
    }
    .img_list .gallery{
        width: 50%;
    }
    .img_list .img_100{
        width: 100%;
        height: 49%;
        font-size: 0;
    }
}