.NylxTitle span {
    display: block;
    width: 100%;
    height: 56px;
    overflow: hidden;
    line-height: 56px;
    color: rgba(0, 0, 0, 0.06);
    font-family: "Impact";
    font-size: 60px;
    margin: 0 auto;
    padding: 0;
}

.NylxTitle p {
    width: 100%;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    color: #333;
    font-size: 34px;
    font-weight: bold;
    margin: -20px auto 10px;
    padding: 0;
}

.NylxTitle i {
    display: block;
    width: 60px;
    height: 4px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background-color: #004C90;
}



.Box1 {
    padding: 40px 0 30px 0;
}

.Box1 .xx {
    margin: 0 auto;
    margin-top: 40px;
    width: 100%;
}

.Box1 .xx .dz {
    background-color: #004C90 !important;
    color: #fff;
    padding: 40px 0;

}

.Box1 .xx .dz span:nth-child(1) {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
}

.Box1 .xx .box {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    position: relative;
}

.Box1 .xx .box:nth-child(2)::before,
.Box1 .xx .box:nth-child(3)::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 80%;
    background-color: #0000001a;
    right: 0;
}

.Box1 .xx .box div {
    width: 100%;
}

.Box1 .xx .box span {
    display: block;
    margin: 0 auto;
    max-width: 90%;
}

.Box1 .xx .box div i {
    width: 44px;
    height: 44px;
    background-color: #004C90;
    display: block;
    color: white;
    font-size: 22px;
    border-radius: 999px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Box1 .xx .box div a {
    text-decoration: none;
}

.Box1 .xx .box div span.x {
    margin-top: 13px;
    font-size: 18px;
    color: #333;
}

.Box1 .xx .box div span.xtext {
    color: #999999;
    font-size: 15px;
    margin: 0 auto;
}

.Box2 {
    padding-bottom: 30px;
}

.Box2 form {
    margin-top: 40px;
}

.Box2 form label {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.Box2 form label div {
    width: 49%;
}

.Box2 form label div span {
    margin-bottom: 10px;
    display: block;
    color: #454545;
}

.Box2 form label div span i {
    color: #D71619;
}

.Box2 form label div input {
    width: 100%;
    padding: 10px;
    outline: none;
    border: 1px solid #00000023;
}

.Box2 form label div.textarea {
    width: 100%;
}

.Box2 form label div textarea {
    width: 100%;
    height: 100px;
    padding: 10px;
    outline: none;
    border: 1px solid #00000023;
}

.Box2 form button.submit {
    font-family: inherit;
    font-size: 20px;
    background: #004C90;
    color: white;
    padding: 0.7em 1em;
    padding-left: 0.9em;
    display: flex;
    align-items: center;
    border: none;
    border-radius: 5px;
    overflow: hidden;
    transition: all 0.2s;
    cursor: pointer;
    margin: 0 auto;
}

.Box2 form button.submit span {
    display: block;
    margin-left: 0.3em;
    transition: all 0.3s ease-in-out;
    font-size: 14px;
}

.Box2 form button.submit svg {
    display: block;
    transform-origin: center center;
    transition: transform 0.3s ease-in-out;
}

.Box2 form button.submit:hover .svg-wrapper {
    animation: fly-1 0.6s ease-in-out infinite alternate;
}

.Box2 form button.submit:hover svg {
    transform: translateX(2.7em) rotate(45deg) scale(1.1);
}

.Box2 form button.submit:hover span {
    transform: translateX(11em);
}

.Box2 form button.submit:active {
    transform: scale(0.95);
}

@keyframes fly-1 {
    from {
        transform: translateY(0.1em);
    }

    to {
        transform: translateY(-0.1em);
    }
}



.Box3 {
    padding-bottom: 30px;
}

.Box3 iframe {
    margin-top: 40px;
}

@media screen and (max-width:1400px) {
    .Box1 .xx .box {
        padding: 40px 20px;
    }
}

@media screen and (max-width:1200px) {
    .Box1 .xx .box span {
        font-size: 14px;
        width: 100%; 
        max-width: 100%;
    }
    .Box1 .xx .box:nth-child(3) span{
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .NylxTitle span {
        font-size: 50px;
        height: 45px;
    }

    .NylxTitle p {
        font-size: 29px;
    }
}

@media screen and (max-width:991px) {
    .Box1 .xx .box:nth-child(2)::before{
        display: none;
    }
    .Box1 .xx .box:nth-child(4)::before{
        position: absolute;
        content: '';
        width: 80%;
        height: 1px;
        background-color: #0000001a;
        top: 0;
    } 
}

@media screen and (max-width:768px) { 
    .Box1 .xx .dz span:nth-child(1){
        font-size: 18px;
    }
    .Box1 .xx .box div span.x{
        font-size: 16px;
    }
    .Box2 form label{
        display: block;
    }
    .Box2 form label div{
        width: 100%;
    }
    .Box2 form label div:nth-child(1){
        margin-bottom: 20px;
    }
}