body .home .container {
    width: 100%;
    padding: 3.64583vw 10.52083vw;
    position: relative
}

body .home .container .bg_icon {
    position: absolute;
    left: 0;
    top: 5.46875vw;
    opacity: .05;
    pointer-events: none
}

body .home .container .sec1 {
    display: flex;
    justify-content: space-between
}

body .home .container .sec1 .lbox {
    width: 35.46875vw
}

body .home .container .sec1 .lbox .pt {
    line-height: 1;
    margin-top: 4.16667vw
}

body .home .container .sec1 .lbox .p1 {
    margin: 1.97917vw 0 1.30208vw 0;
    line-height: 1.5;
    font-weight: 600
}

body .home .container .sec1 .lbox .info .item {
    display: flex
}

body .home .container .sec1 .lbox .info .item:not(:last-child) {
    margin-bottom: .78125vw
}

body .home .container .sec1 .lbox .info .item .icon img {
    width: 1.5625vw;
    height: auto
}

body .home .container .sec1 .lbox .info .item p {
    color: #333;
    margin-left: 1.04167vw
}

body .home .container .sec1 .r {
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)
}

body .home .container .sec1 .r img {
    width: 40.20833vw;
    transition: all 600ms
}

body .home .container .sec1 .r:hover img {
    transform: scale(1.05)
}

body .home .container .sec2 {
    margin: 2.60417vw 0;
    display: flex;
    justify-content: space-between
}

body .home .container .sec2 .item .pt {
    line-height: 1
}

body .home .container .sec2 .item .p1 {
    margin: 1.97917vw 0 1.30208vw 0;
    line-height: 1.5;
    font-weight: 600
}

body .home .container .sec2 .item .des {
    color: #333;
    line-height: 1.5;
    font-weight: 200
}

body .home .container .sec2 .item .des p:not(:last-child) {
    margin-bottom: .78125vw
}

body .home .container .sec2 .item:first-child {
    width: 38.59375vw
}

body .home .container .sec2 .item:nth-child(2) {
    width: 39.47917vw
}

body .home .container .sec3 .pt {
    line-height: 1;
    margin-bottom: 1.97917vw
}

body .home .container .sec3 .pics {
    display: flex
}

body .home .container .sec3 .pics .pic {
    margin-right: 1.97917vw;
    text-align: center;
    line-height: 1.5;
    cursor: pointer
}

body .home .container .sec3 .pics .pic div {
    border-radius: 15px;
    overflow: hidden
}

body .home .container .sec3 .pics .pic div img {
    width: 13.4375vw;
    height: 9.47917vw;
    object-fit: cover;
    transition: all 600ms
}

body .home .container .sec3 .pics .pic p {
    margin-top: 1.30208vw
}

body .home .container .sec3 .pics .pic:hover div img {
    transform: scale(1.05)
}

body .home .container .sec4 {
    padding-top: 7.29167vw
}

body .home .container .sec4 .title {
    margin: 0 auto;
    width: 15.9375vw;
    position: relative;
    padding-right: 1.5625vw
}

body .home .container .sec4 .title img {
    width: 100%
}

body .home .container .sec4 .title p {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    top: .67708vw;
    line-height: 1.6;
    font-weight: 600
}

body .home .container .sec4 .form {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2.29167vw 5.72917vw;
    margin-top: 2.60417vw
}

body .home .container .sec4 .form .item {
    display: flex
}

body .home .container .sec4 .form .item .tag {
    color: #000;
    width: 5.20833vw;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: .78125vw
}

body .home .container .sec4 .form .item .tag span {
    color: #E00000
}

body .home .container .sec4 .form .item input {
    width: 27.5vw;
    padding: .83333vw 1.51042vw;
    border-radius: 12px;
    height: 3.33333vw;
    border: 1px solid #F6F6F6;
    background: #F4F7FA;
    outline: none;
    font-size: .83333vw
}

body .home .container .sec4 .form .item textarea {
    width: 27.5vw;
    padding: .83333vw 1.51042vw;
    border-radius: 12px;
    border: 1px solid #F6F6F6;
    background: #F4F7FA;
    outline: none;
    height: 8.69792vw;
    resize: none;
    font-size: .83333vw
}

body .home .container .sec4 .form .btn button {
    width: 7.29167vw;
    height: 2.8125vw;
    border-radius: 4px;
    background: #055EA0;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border: none;
    cursor: pointer;
    color: white
}

body .home .notice {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: .78125vw 1.04167vw .72917vw .83333vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #000;
    flex-shrink: 0;
    display: none
}

body .home .notice svg {
    width: 1.25vw;
    height: auto;
    display: block
}

body .home .notice p {
    color: #fff;
    font-weight: 400;
    margin-left: .3125vw
}

body .home .notice.show {
    display: flex
}

body .home .notice.success {
    display: flex
}

body .home .notice.success svg {
    display: none
}

body .home .notice.success p {
    margin-left: 0
}

body .home .c_dialog {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 54.375vw;
    border-radius: 12px;
    border: 1px solid #F6F6F6;
    background: #F4F7FA;
    padding: 4.6875vw 1.66667vw 4.6875vw 4.16667vw;
    display: none;
    z-index: 100
}

body .home .c_dialog.show {
    display: block
}

body .home .c_dialog .close {
    position: absolute;
    right: 1.66667vw;
    top: 2.08333vw;
    cursor: pointer
}

body .home .c_dialog .close img {
    width: 2.08333vw
}

body .home .c_dialog .pt {
    color: #000;
    line-height: 1
}

body .home .c_dialog .nr {
    display: flex
}

body .home .c_dialog .nr .lbox {
    width: 26.04167vw
}

body .home .c_dialog .nr .lbox .p1 {
    margin: 1.97917vw 0 1.30208vw 0;
    line-height: 1.5;
    font-weight: 600
}

body .home .c_dialog .nr .lbox .info .item {
    display: flex
}

body .home .c_dialog .nr .lbox .info .item:not(:last-child) {
    margin-bottom: .78125vw
}

body .home .c_dialog .nr .lbox .info .item .icon img {
    width: 1.30208vw;
    height: auto
}

body .home .c_dialog .nr .lbox .info .item p {
    color: #333;
    margin-left: 1.04167vw
}

body .home .c_dialog .nr .r {
    overflow: hidden
}

body .home .c_dialog .nr .r img {
    width: 20.52083vw;
    transition: all 600ms;
    height: 15vw;
    object-fit: cover
}

body .home .c_dialog .nr .r:hover img {
    transform: scale(1.05)
}

@media screen and (max-width: 768px) {
    body .home .container {
        padding: 35px 5%
    }

    body .home .container .bg_icon {
        top: 50px;
        width: 80%
    }

    body .home .container .sec1 {
        flex-direction: column
    }

    body .home .container .sec1 .lbox {
        width: 100%
    }

    body .home .container .sec1 .lbox .pt {
        margin-top: 20px
    }

    body .home .container .sec1 .lbox .p1 {
        margin: 19px 0 12px 0
    }

    body .home .container .sec1 .lbox .info .item:not(:last-child) {
        margin-bottom: 10px
    }

    body .home .container .sec1 .lbox .info .item .icon img {
        width: 20px
    }

    body .home .container .sec1 .lbox .info .item p {
        margin-left: 10px;
        font-size: 16px
    }

    body .home .container .sec1 .r {
        margin-top: 20px
    }

    body .home .container .sec1 .r img {
        width: 100%
    }

    body .home .container .sec2 {
        margin: 25px 0;
        flex-direction: column
    }

    body .home .container .sec2 .item {
        width: 100% !important
    }

    body .home .container .sec2 .item .p1 {
        margin: 19px 0 12px 0
    }

    body .home .container .sec2 .item:nth-child(2) {
        margin-top: 20px
    }

    body .home .container .sec3 .pt {
        margin-bottom: 19px
    }

    body .home .container .sec3 .pics {
        flex-direction: column
    }

    body .home .container .sec3 .pics .pic {
        margin-right: 0
    }

    body .home .container .sec3 .pics .pic:not(:last-child) {
        margin-bottom: 15px
    }

    body .home .container .sec3 .pics .pic div img {
        width: 100%;
        height: 252px
    }

    body .home .container .sec3 .pics .pic p {
        margin-top: 15px
    }

    body .home .container .sec4 {
        padding-top: 70px
    }

    body .home .container .sec4 .title {
        width: 150px;
        padding-right: 15px
    }

    body .home .container .sec4 .title p {
        top: 7px;
        font-size: 18px
    }

    body .home .container .sec4 .form {
        gap: 20px 50px;
        margin-top: 25px
    }

    body .home .container .sec4 .form .item {
        width: 100%;
        flex-direction: column
    }

    body .home .container .sec4 .form .item .tag {
        width: auto;
        margin: 7px 0
    }

    body .home .container .sec4 .form .item input {
        width: 100%;
        padding: 8px 15px;
        height: 45px;
        font-size: 14px
    }

    body .home .container .sec4 .form .item textarea {
        width: 100%;
        padding: 8px 15px;
        height: 150px;
        font-size: 14px
    }

    body .home .container .sec4 .form .btn button {
        width: 140px;
        height: 40px
    }

    body .home .c_dialog {
        width: 90%;
        padding: 15px 20px
    }

    body .home .c_dialog .close {
        right: 15px;
        top: 15px
    }

    body .home .c_dialog .close img {
        width: 20px
    }

    body .home .c_dialog .nr {
        flex-direction: column
    }

    body .home .c_dialog .nr .lbox {
        width: 100%
    }

    body .home .c_dialog .nr .lbox .pt {
        margin-top: 20px
    }

    body .home .c_dialog .nr .lbox .p1 {
        margin: 19px 0 12px 0
    }

    body .home .c_dialog .nr .lbox .info .item:not(:last-child) {
        margin-bottom: 10px
    }

    body .home .c_dialog .nr .lbox .info .item .icon img {
        width: 20px
    }

    body .home .c_dialog .nr .lbox .info .item p {
        margin-left: 10px;
        font-size: 16px
    }

    body .home .c_dialog .nr .r {
        margin-top: 20px
    }

    body .home .c_dialog .nr .r img {
        width: 100%;
        height: 150px
    }

    body .home .notice {
        padding: 8px 10px
    }

    body .home .notice svg {
        width: 20px
    }

    body .home .notice p {
        margin-left: 3px
    }
}