.banner {
    position: relative
}

.banner .bg {
    display: block;
    width: 100%;
    object-fit: cover
}

.banner .text {
    position: absolute;
    /* top: 11.5625vw;
    left: 5.67708vw */
        left: 6.0416666667vw;
    bottom: 7.8125vw;
}

.banner .text .h5 {
    color: #FFF;
    font-weight: 600;
    line-height: 150%;
    text-transform: uppercase
}

.sec1 {
    padding: 6.35417vw 13.17708vw 6.97917vw 14.11458vw
}

.sec1 .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.sec1 .wrap .l .item {
    display: flex;
    align-items: center;
    gap: 1.82292vw
}

.sec1 .wrap .l .item:not(:last-child) {
    margin-bottom: 4.32292vw
}

.sec1 .wrap .l .item p {
    color: #386C99;
    font-weight: 500;
    line-height: 150%;
    display: flex;
    gap: .78125vw
}

.sec1 .wrap .l .item p span {
    color: #5C5C5C
}

.sec1 .wrap .l .item .icon {
    width: 2.08333vw
}

.sec1 .wrap .l .item .icon img {
    display: block;
    width: 100%
}

.sec1 .wrap .r {
    width: 34.84375vw
}

.sec1 .wrap .r img {
    display: block;
    width: 100%
}

.sec2 {
    position: relative
}

.sec2 .text {
    position: absolute;
    top: 3.38542vw;
    left: 12.5vw;
    z-index: 3
}

.sec2 .text .h5 {
    color: #050505;
    font-weight: 600;
    line-height: 150%;
    text-transform: uppercase;
    margin-bottom: 2.23958vw
}

.sec2 .text .p {
    width: 36.51042vw;
    color: rgba(0, 0, 0, 0.45);
    font-weight: 600;
    line-height: 150%;
    text-transform: capitalize
}

.sec2 .map {
    width: 100%;
    position: relative
}

.sec2 .map .dians {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.sec2 .map .dians .dian {
    position: absolute;
    cursor: pointer
}

.sec2 .map .dians .dian .dian_box {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 1.04167vw);
    bottom: 0;
    width: 7.70833vw;
    opacity: 0;
    pointer-events: none
}

.sec2 .map .dians .dian .dian_box .dian_content {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 0 0 1.5625vw
}

.sec2 .map .dians .dian .dian_box .dian_content img:nth-child(2) {
    width: 6.25vw;
    height: 6.25vw;
    position: absolute;
    top: .72917vw
}

.sec2 .map .dians .dian .cir {
    width: .625vw;
    height: .625vw;
    border-radius: 50%;
    background: #0F4C81;
    position: relative
}

.sec2 .map .dians .dian .cir:after,
.sec2 .map .dians .dian .cir:before {
    content: "";
    width: .625vw;
    height: .625vw;
    background: #0F4C81;
    opacity: 0.2;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: 3s scale linear infinite
}

.sec2 .map .dians .dian .cir:before {
    animation-delay: 1.5s
}

.sec2 .map .dians .dian:nth-child(1) {
    top: 25.15625vw;
    left: 55.52083vw
}

.sec2 .map .dians .dian:nth-child(2) {
    top: 13.95833vw;
    left: 57.1875vw
}

.sec2 .map .dians .dian:nth-child(3) {
    top: 29.27083vw;
    left: 58.95833vw
}

.sec2 .map .dians .dian:nth-child(4) {
    top: 20.26042vw;
    left: 75.10417vw
}

.sec2 .map .dians .dian:nth-child(5) {
    top: 29.27083vw;
    left: 78.17708vw
}

.sec2 .map .dians .dian:hover {
    z-index: 3
}

.sec2 .map .dians .dian:hover .dian_box {
    opacity: 1;
    transform: translate(-50%, 0);
    pointer-events: auto;
    transition: 0.6s
}

.sec2 .map img {
    display: block;
    width: 100%
}

@keyframes scale {
    100% {
        transform: translate(-50%, -50%) scale(4);
        opacity: 0
    }
}

.sec3 {
    margin: 4.53125vw 0 0;
    background: linear-gradient(180deg, #E4F6FE 0%, rgba(250, 250, 250, 0) 94.24%);
    padding: 3.54167vw 9.89583vw 6.19792vw 11.77083vw
}

.sec3 .des {
    color: rgba(0, 0, 0, 0.45);
    font-weight: 600;
    line-height: 150%;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 3.64583vw
}

.sec3 .wrap {
    display: flex;
    /* align-items: center; */
    justify-content: space-between
}

.sec3 .wrap .l {
    width: 32.70833vw
}

.sec3 .wrap .l .h5 {
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 2.60417vw
}

.sec3 .wrap .l form {
    position: relative
}

.sec3 .wrap .l form .success {
    position: absolute;
    width: 24.42708vw;
    height: 6.77083vw;
    border-radius: .20833vw;
    background: rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.04167vw;
    right: 0;
    bottom: 6.14583vw;
    opacity: 0;
    pointer-events: none
}

.sec3 .wrap .l form .success p {
    color: #0F4C81;
    font-weight: 500
}

.sec3 .wrap .l form .success .icon {
    width: 1.97917vw
}

.sec3 .wrap .l form .success .icon img {
    display: block;
    width: 100%
}

.sec3 .wrap .l form .success.show {
    opacity: 1;
    pointer-events: auto
}

.sec3 .wrap .l form .part {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .83333vw
}

.sec3 .wrap .l form .part .part_title {
    color: #000;
    font-weight: 400;
    transition: 0.6s
}

.sec3 .wrap .l form .part .part_title span {
    color: #0F4C81;
    transition: 0.6s
}

.sec3 .wrap .l form .part .part_title.red {
    color: #F00
}

.sec3 .wrap .l form .part .part_title.red span {
    color: #F00
}

.sec3 .wrap .l form .part .part_input {
    width: 24.42708vw;
    height: 2.8125vw;
    border-radius: .20833vw;
    border: .05208vw solid rgba(15, 76, 129, 0.4);
    position: relative
}

.sec3 .wrap .l form .part .part_input .alert {
    display: flex;
    align-items: center;
    gap: .625vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: .57292vw;
    pointer-events: none;
    opacity: 0;
    transition: 0.6s
}

.sec3 .wrap .l form .part .part_input .alert .icon {
    width: 1.04167vw
}

.sec3 .wrap .l form .part .part_input .alert .icon img {
    display: block;
    width: 100%
}

.sec3 .wrap .l form .part .part_input .alert p {
    color: #F00;
    font-weight: 400
}

.sec3 .wrap .l form .part .part_input .alert.show {
    opacity: 1
}

.sec3 .wrap .l form .part .part_input input {
    width: 100%;
    height: 100%;
    background: unset;
    border: none;
    padding: 0 1.04167vw;
    font-size: .9375vw
}

.sec3 .wrap .l form button {
    width: 24.42708vw;
    height: 2.8125vw;
    border-radius: .20833vw;
    background: #0F4C81;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.04167vw;
    color: #FFF;
    font-weight: 500;
    margin: 2.08333vw 0 0 auto;
    cursor: pointer
}

.sec3 .wrap .r {
    width: 36.40625vw;
    overflow: hidden;
    margin-top: 4.8vw;
}

.sec3 .wrap .r img {
    display: block;
    width: 100%;
    transition: 1s
}
.sec3 .wrap .r a{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
border: 1px solid rgba(15, 76, 129, 0.40);
gap: 1.875vw;
color: #0F4C81;
line-height: 1.2;
padding: 1vw 0;
margin-top:2.4vw ;
transition: all 600ms;
}
.sec3 .wrap .r a:hover{
    background: #0F4C81;
    color:white;
}
.sec3 .wrap .r a:hover img{
    filter: brightness(0) invert(1);
}
.sec3 .wrap .r a img{
    width:1.25vw ;
}

.sec3 .wrap .r img:hover {
    transform: scale(1.1)
}

.sec4 {
    padding: 2.34375vw 10.41667vw 5.20833vw;
    background: #B1CDE0
}

.sec4 .sec4_top {
    width: fit-content;
    cursor: pointer;
    margin: 0 auto
}

.sec4 .sec4_top .h5 {
    color: #0F4C81;
    font-weight: 600;
    line-height: 150%;
    text-transform: uppercase
}

.sec4 .sec4_top .jt {
    width: 3.38542vw;
    margin: .26042vw auto 0
}

.sec4 .sec4_top .jt img {
    display: block;
    width: 100%
}

.sec4 .form_box {
    padding: 6.77083vw 0 1.04167vw;
    display: none
}

.sec4 .form_box form {
    position: relative
}

.sec4 .form_box form .success {
    position: absolute;
    width: 24.42708vw;
    height: 6.77083vw;
    border-radius: .20833vw;
    background: rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.04167vw;
    left: 50%;
    transform: translateX(-50%);
    bottom: 23.4375vw;
    opacity: 0;
    pointer-events: none
}

.sec4 .form_box form .success p {
    color: #0F4C81;
    font-weight: 500
}

.sec4 .form_box form .success .icon {
    width: 1.97917vw
}

.sec4 .form_box form .success .icon img {
    display: block;
    width: 100%
}

.sec4 .form_box form .success.show {
    opacity: 1;
    pointer-events: auto
}

.sec4 .form_box>.jt {
    width: 3.38542vw;
    transform: rotate(180deg);
    margin: 2.96875vw auto 0;
    cursor: pointer
}

.sec4 .form_box button {
    width: 24.42708vw;
    height: 2.8125vw;
    border-radius: .20833vw;
    background: #0F4C81;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 1.04167vw;
    font-weight: 500;
    border: none;
    margin: 3.64583vw auto 0;
    cursor: pointer
}

.sec4 .form_box .h5 {
    color: #050505;
    font-weight: 600;
    line-height: 150%;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 3.02083vw
}

.sec4 .form_box .part_box {
    position: relative
}

.sec4 .form_box .part_box.z_7 {
    z-index: 7
}

.sec4 .form_box .part_box.margin {
    margin: 4.6875vw 0 0
}

.sec4 .form_box .part_box .part_box_title {
    color: #000;
    font-weight: 600;
    line-height: 150%;
    text-transform: uppercase;
    margin-bottom: 2.08333vw
}

.sec4 .form_box .part_box .flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2.08333vw 0
}

.sec4 .form_box .part_box .part {
    margin-bottom: .83333vw
}

.sec4 .form_box .part_box .part .part_title {
    color: #000;
    font-weight: 400;
    text-transform: capitalize;
    transition: 0.6s;
    margin-bottom: .72917vw
}

.sec4 .form_box .part_box .part .part_title span {
    color: #0F4C81;
    transition: 0.6s
}

.sec4 .form_box .part_box .part .part_title.red {
    color: #F00
}

.sec4 .form_box .part_box .part .part_title.red span {
    color: #F00
}

.sec4 .form_box .part_box .part .part_input {
    width: 34.375vw;
    height: 3.125vw;
    border: 1px solid #0F4C81;
    position: relative
}

.sec4 .form_box .part_box .part .part_input .select {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10
}

.sec4 .form_box .part_box .part .part_input .select .select_box {
    width: 100%;
    height: 100%;
    padding: 0 1.04167vw;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.sec4 .form_box .part_box .part .part_input .select .select_box p {
    font-size: .9375vw
}

.sec4 .form_box .part_box .part .part_input .select .select_box .jt {
    width: .9375vw;
    transition: 0.6s
}

.sec4 .form_box .part_box .part .part_input .select .select_pull {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    padding: 4.16667vw 0 0;
    opacity: 0;
    pointer-events: none;
    transition: 0.6s
}

.sec4 .form_box .part_box .part .part_input .select .select_pull.on {
    opacity: 1;
    pointer-events: auto
}

.sec4 .form_box .part_box .part .part_input .select .select_pull .select_pull_box {
    width: 100%;
    padding: 1.25vw;
    border-radius: .625vw;
    background: rgba(0, 0, 0, 0.4);
    max-height: 15.625vw;
    overflow-y: auto
}

.sec4 .form_box .part_box .part .part_input .select .select_pull .select_pull_box p {
    width: 100%;
    line-height: 3.22917vw;
    padding: 0 1.25vw;
    color: rgba(255, 255, 255, 0.85);
    font-size: 1.04167vw;
    font-weight: 600;
    text-transform: capitalize;
    cursor: pointer;
    transition: 0.6s;
    border-radius: .625vw
}

.sec4 .form_box .part_box .part .part_input .select .select_pull .select_pull_box p:hover {
    background: rgba(255, 255, 255, 0.1)
}

.sec4 .form_box .part_box .part .part_input .select.on .select_box .jt {
    transform: rotate(180deg)
}

.sec4 .form_box .part_box .part .part_input .select.on .select_pull {
    opacity: 1;
    pointer-events: auto
}

.sec4 .form_box .part_box .part .part_input .alert {
    display: flex;
    align-items: center;
    gap: .625vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: .57292vw;
    pointer-events: none;
    opacity: 0;
    transition: 0.6s
}

.sec4 .form_box .part_box .part .part_input .alert .icon {
    width: 1.04167vw
}

.sec4 .form_box .part_box .part .part_input .alert .icon img {
    display: block;
    width: 100%
}

.sec4 .form_box .part_box .part .part_input .alert p {
    color: #F00;
    font-weight: 400
}

.sec4 .form_box .part_box .part .part_input .alert.show {
    opacity: 1
}

.sec4 .form_box .part_box .part .part_input input {
    width: 100%;
    height: 100%;
    background: unset;
    border: none;
    padding: 0 1.04167vw;
    font-size: .9375vw
}

.sec4 .form_box .part_box .part.w100 {
    width: 100%
}

.sec4 .form_box .part_box .part.w100 .part_input {
    width: 100%;
    height: 12.86458vw
}

.sec4 .form_box .part_box .part.w100 .part_input textarea {
    width: 100%;
    height: 100%;
    background: unset;
    border: none;
    padding: 1.04167vw;
    font-size: .9375vw
}

.footer {
    margin: -5.20833vw 0 0
}

@media screen and (max-width: 768px) {
    .banner {
        height: 60vh
    }

    .banner .bg {
        height: 100%;
        object-fit: cover
    }

    .banner .text {
        /* left: 5vw;
        top: 20% */
                left: 5%;
        bottom: 60px;
    }

    .sec1 {
        padding: 50px 5vw 20px 5vw
    }

    .sec1 .wrap {
        flex-direction: column-reverse
    }

    .sec1 .wrap .r {
        width: 100%;
        margin-bottom: 30px
    }

    .sec1 .wrap .l {
        width: 100%
    }

    .sec1 .wrap .l .item {
        gap: 10px;
        flex-direction: column;
        align-items: flex-start
    }

    .sec1 .wrap .l .item .icon {
        width: 20px
    }

    .sec1 .wrap .l .item p {
        flex-direction: column
    }

    .sec2 {
        padding: 20px 0 0
    }

    .sec2 .text {
        position: unset;
        width: 90%;
        margin: 0 auto 30px
    }

    .sec2 .text .h5 {
        margin-bottom: 15px
    }

    .sec2 .text .p {
        width: 100%
    }

    .sec2 .map .dians .dian .cir {
        width: 6px;
        height: 6px
    }

    .sec2 .map .dians .dian .cir:after,
    .sec2 .map .dians .dian .cir:before {
        width: 6px;
        height: 6px
    }

    .sec2 .map .dians .dian .dian_box {
        width: 148px
    }

    .sec2 .map .dians .dian .dian_box .dian_content {
        padding: 0 0 10px
    }

    .sec2 .map .dians .dian .dian_box .dian_content img:nth-child(2) {
        width: 120px;
        height: 120px;
        top: 14px
    }

    .sec3 {
        margin: 50px 0 0;
        padding: 50px 5vw
    }

    .sec3 .des {
        text-align: left;
        margin-bottom: 20px
    }

    .sec3 .wrap {
        flex-direction: column-reverse
    }

    .sec3 .wrap .r {
        width: 100%
    }

    .sec3 .wrap .l {
        width: 100%;
        margin: 30px 0 0
    }

    .sec3 .wrap .l .h5 {
        margin-bottom: 15px
    }

    .sec3 .wrap .l form .success {
        width: 100%;
        height: 200px;
        border-radius: 10px;
        bottom: 100px;
        gap: 10px
    }

    .sec3 .wrap .l form .success .icon {
        width: 28px
    }

    .sec3 .wrap .l form .part {
        margin-bottom: 20px;
        display: block
    }

    .sec3 .wrap .l form .part .part_input {
        width: 100%;
        height: 40px;
        border-radius: 4px;
        margin: 10px 0 0
    }

    .sec3 .wrap .l form .part .part_input input {
        font-size: 15px;
        padding: 0 10px
    }

    .sec3 .wrap .l form .part .part_input .alert {
        gap: 10px;
        left: 10px
    }

    .sec3 .wrap .l form .part .part_input .alert .icon {
        width: 16px
    }

    .sec3 .wrap .l form .part .part_input .alert p {
        font-size: 15px
    }

    .sec3 .wrap .l form button {
        width: 100%;
        height: 50px;
        border-radius: 6px;
        font-size: 16px;
        margin: 30px 0 0
    }
    .sec3 .wrap .r a{
        padding: 10px 0;
        gap: 12px;
        margin-top: 15px;
    }
    .sec3 .wrap .r a img{
        width: 20px;
    }

    .sec4 {
        padding: 50px 5vw 50px
    }

    .sec4 .sec4_top .h5 {
        text-align: center
    }

    .sec4 .sec4_top .jt {
        width: 40px
    }

    .sec4 .form_box {
        padding: 20px 0
    }

    .sec4 .form_box form .success {
        width: 100%;
        height: 200px;
        border-radius: 10px;
        bottom: 100px;
        gap: 10px
    }

    .sec4 .form_box form .success .icon {
        width: 28px
    }

    .sec4 .form_box>.jt {
        width: 40px
    }

    .sec4 .form_box .h5 {
        margin-bottom: 20px
    }

    .sec4 .form_box .part_box .part_box_title {
        margin-bottom: 20px
    }

    .sec4 .form_box .part_box .flex .part {
        width: 100%;
        margin-bottom: 20px;
        display: block
    }

    .sec4 .form_box .part_box .flex .part .part_input {
        width: 100%;
        height: 40px;
        border-radius: 4px;
        margin: 10px 0 0
    }

    .sec4 .form_box .part_box .flex .part .part_input input {
        font-size: 15px;
        padding: 0 10px
    }

    .sec4 .form_box .part_box .flex .part .part_input .alert {
        gap: 10px;
        left: 10px
    }

    .sec4 .form_box .part_box .flex .part .part_input .alert .icon {
        width: 16px
    }

    .sec4 .form_box .part_box .flex .part .part_input .alert p {
        font-size: 15px
    }

    .sec4 .form_box .part_box .flex .part .part_input .select .select_box {
        padding: 0 10px
    }

    .sec4 .form_box .part_box .flex .part .part_input .select .select_box p {
        font-size: 15px
    }

    .sec4 .form_box .part_box .flex .part .part_input .select .select_box .jt {
        width: 10px
    }

    .sec4 .form_box .part_box .flex .part .part_input .select .select_pull {
        padding: 50px 0 0
    }

    .sec4 .form_box .part_box .flex .part .part_input .select .select_pull .select_pull_box {
        padding: 20px;
        max-height: 300px;
        border-radius: 8px
    }

    .sec4 .form_box .part_box .flex .part .part_input .select .select_pull .select_pull_box p {
        height: 40px;
        line-height: 40px;
        font-size: 15px;
        padding: 0 10px;
        border-radius: 8px
    }

    .sec4 .form_box button {
        width: 100%;
        height: 50px;
        border-radius: 6px;
        font-size: 16px;
        margin: 30px 0 0
    }

    .footer {
        margin: -50px 0 0
    }
}