.contact1 .sin {
    background: #f8f8f8;
    width: 23.5%;
    text-align: center;
    padding: 3.5% 2% 4%;
}

.contact1 .act {
    background: #fff;
    transition: all .5s ease;
    box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.09);
}

.contact1 .i {
    width: 31%;
    padding-top: 31%;
    border-radius: 50%;
    zoom: .9;
    margin: 0 auto 12%;
    border: 1px solid #dbdbdb;
    transition: all .5s ease;
    background: url(/Img/contact/E-mail\ Icon.png) #fff center no-repeat;
}

.contact1 .i2 {
    background-image: url(/Img/contact/Phone-Icon.png);
}

.contact1 .i3 {
    background-image: url(/Img/contact/WhatsApp-Icon.png);
}

.contact1 .i4 {
    background-image: url(/Img/contact/direction.png);
}

.contact1 .act .i {
    background-color: #185cab;
    background-image: url(/Img/contact/E-mail\ Icon1.png);
}

.contact1 .act .i2 {
    background-image: url(/Img/contact/Phone-Icon1.png);
}

.contact1 .act .i3 {
    background-image: url(/Img/contact/WhatsApp-Icon1.png);
}

.contact1 .act .i4 {
    background-image: url(/Img/contact/direction1.png);
}

.contact1 a {
    color: #000;
}

.contact .inQuery {
    margin: 5% 0 3%;
}

.contact3 .con {
    padding: 0 11.5%;
    background: url(/Img/contact/Service-background-PC.jpg);
    background-size: cover;
    color: #fff;
}

.contact3 .sin {
    width: 20%;
    padding: 15% 3%;
    border-left: 1px solid rgba(255, 255, 255, .2);
}

.contact3 .sin:last-child {
    border-right: 1px solid rgba(255, 255, 255, .2);
}

.contact3 .act {
    transition: all .5s ease;
    background: rgba(24, 92, 171, .7);
}

.contact3 .t {
    font-size: 1.5em;
    margin: 0 0 50px;
}

.contact3 .t strong {
    font-weight: 800;
    color: #ffffff;
    font-size: 2.5em;
    margin-right: 6px;
    line-height: 1em;
}

.contact4 .swiper-wrapper {
    height: auto;
}

.contact4 .abSol {
    right: 6%;
    bottom: 8%;
    width: 31%;
    padding-top: 31%;
    border-radius: 50%;
    background: rgba(255, 255, 255, .8);
}

.contact4 .abSol::after,
.contact4 .abSol::before {
    content: '';
    position: absolute;
    z-index: -1;
}

.contact4 .abSol::after {
    width: 106.5%;
    height: 106.5%;
    border-radius: 50%;
    left: -1%;
    bottom: -1%;
    background: rgba(255, 255, 255, .34);
}

/* .contact4 .abSol::before {
    border: 25px solid transparent;
    border-right: 20px solid rgba(255, 255, 255, .8);
    transform: rotate(-45deg);
    left: 5.5%;
    bottom: 5%;
} */

.contact4 .abSol1 {
    text-align: left;
    width: 70%;
}

.contact4 strong a {
    color: #000;
    font-size: 1.3em;
    margin: 1% 0 0;
    padding: 6% 0 6% 50px;
    background: url(/Img/contact/Tel-Icon.png) left center no-repeat;
}

.contact4 .arr {
    width: 70px;
    height: 70px;
    border: 1px solid #272636;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.contact4 .Lf {
    left: -130px;
}

.contact4 .Rg {
    right: -130px;
}

.contact5 {
    background: #f5f5f5 url(/Img/contact/office-background.png) right bottom no-repeat;
    background-size: 35%;
    padding: 2% 0 5%;
    margin: 5% 0 0;
}

.contact5 .sin {
    background: #fff;
    border-radius: 15px;
    width: 32%;
    margin: 1% 0;
    padding: 3% 2%;
}
.contact5 .sin:hover{
    box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.1);
    transition: all .3s ease;
}
.contact5 img {
    display: block;
    margin: 0 0 6%;
}

.contact5 p {
    padding-left: 25px;
    background: url(/Img/contact/location.png) left top 5px no-repeat;
}

.contact6 .abSol {
    right: 23%;
    top: 39%;
    width: 0;
    font-style: italic;
    color: #000;
    font: italic 1.3em HarmonyOS Sans SC-Black;
}

.contact6 span {
    display: block;
    margin-right: 20px;
    position: relative;
}

.contact6 span::after {
    content: '';
    left: 50%;
    top: 50%;
    width: 100%;
    height: 90%;
    position: absolute;
    background: rgba(24, 92, 171, .16);
    border-radius: 50%;
    z-index: -1;
    animation: mapi 2s infinite;
}

@keyframes mapi {
    0% {
        transform: translate(-50%, -50%);
    }

    100% {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: .5;
    }
}

@media screen and (max-width:1700px) {
    .contact3 .con {
        padding: 0 9%;
    }

    .contact4 .arr {
        zoom: .7;
    }

    .contact4 .Lf {
        left: -90px;
    }

    .contact4 .Rg {
        right: -90px;
    }
}

@media screen and (max-width:1024px) {
    .contact1 .sin {
        width: 48%;
        margin: 2% 0;
        padding: 3% 2% 6%;
    }

    .contact1 .i {
        background-size: 39% !important;
    }

    .contact3 .con {
        padding: 5% 3%;
        background-image: url(/Img/contact/service-background.jpg);
    }

    .contact3 .sin {
        width: 100%;
        display: flex;
        align-items: center;
        border-left: none;
        padding: 5% 0 5% 10%;
        border-bottom: 1px dashed rgba(255, 255, 255, .2);
    }

    .contact3 .act {
        background: none;
    }

    .contact3 .sin:last-child {
        border: honeydew;
    }

    .contact3 .t {
        font-size: 1.5em;
        margin: 0 6% 0 0;
    }

    .contact3 .t strong {
        font-size: 1.5em;
        margin-right: 5px;
    }

    .contact4 .abSol,
    .contact4 .abSol1 {
        position: unset;
        transform: unset;
    }

    .contact4 .abSol {
        padding: 3% 5% 6%;
        width: 100%;
        background: #f5f5f5;
        border-radius: 0;
    }

    .contact4 strong a {
        font-size: 1.3em;
        margin: 0 0 5px;
        padding: 3% 0 5% 35px;
        background-size: 25px;
    }

    .contact5 .sin {
        width: 100%;
        border-radius: 10px;
        margin: 5px 0;
        padding: 3% 5%;
    }

    .contact5 h3 {
        display: flex;
        align-items: center;
        zoom: 0.9;
    }

    .contact5 img {
        margin: 0 10px 0 0;
        zoom: 0.8;
    }



    .contact6 .abSol {
        flex-wrap: wrap;
        zoom: .8;
        right: 21%;
        justify-content: center;
    }

    .contact6 span {
        zoom: 0.6;
        margin: 0 auto 11px;
        position: relative;
    }
}