* {
    font-family: "Arial";
}

.max1400 {
    max-width: 1430px;
    margin: 0 auto;
    padding: 0 15px;
}

.nylx-bg {
    background: #f5f5f5;
    padding: 5.2vw 0;
}

.nylx-wrap {
    justify-content: space-between;
}

.nylx-left {
    width: 41.07%;
}

.nyct1 {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    font-family: "Arial";
    text-transform: uppercase;
}

.nylxlist1 {
    margin-top: 10px;
}

.nylxlist1 li {
    display: flex;
    justify-content: space-between;
    margin-top: 1.3vw;
    font-family: "Arial";
}

.nylxlist1 li .img1 {
    width: 26px;
    height: 26px;
}

.nylxlist1 li .img1 img {
    max-width: 100%;
}

.nylxlist1 li .wz {
    width: calc(100% - 40px);
}

.nylxlist1 li .wz .wza {
    font-size: 16px;
    color: #444444;
    font-weight: 600;
    margin-bottom: 5px;
}

.nylxlist1 li .wz .wzb {
    font-size: 16px;
    color: #444444;
    line-height: 1.5;
}

.nyct3 {
    padding-left: 2vw;
    margin-top: 1.3vw;
}

.nyct3 p {
    color: #444444;
    font-size: 16px;
    line-height: 1.5;
}

.nyct4 {
    margin-top: 2vw;
}

.nylxlist2 li {
    text-align: center;
    margin-right: 5.8vw;
}

.nylxlist2 li:last-child {
    margin-right: 0;
}

.nylxlist2 li .img1 img {
    max-width: 100px;
    width: 100%;
}

.nylxlist2 li .wz {
    font-size: 14px;
    color: rgba(0, 0, 0, .7);
    margin-top: 0.7vw;
}

.nylx-right {
    width: 48.21%;
    background: #fff;
    padding: 2vw;
    border-radius: 20px;
}

.nylx-right .nyct1 {
    text-align: center;
}

.contact2-message {
    margin-top: 1vw;
}

.contact2-message .form-group {
    margin-bottom: 20px;
}

.contact2-message .mestitle {
    font-size: 16px;
    color: #585858;
}

.contact2-message .form-group input {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #c3c3c3;
    width: 100%;
    padding: 0;
    height: 40px;
    line-height: 40px;
    color: #585858;
}

.contact2-message .form-group textarea {
    border-bottom: 1px solid #c3c3c3;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0;
    color: #585858;
}

.contact2-message .form-group .col-md-12 {
    margin: 0 !important;
    padding: 0 !important;
    width: 55% !important;
    flex: auto !important;
    max-width: 55% !important;
}

.contact2-message .captcha {
    position: relative;
}

.contact2-message .captcha img {
    position: absolute;
    top: 0;
    right: 0;
}

.nysub {
    width: 150px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #189343;
    border-radius: 20px;
}

.nysub .submit-btn {
    width: 100%;
    padding: 0;
    color: #fff;
    font-size: 16px;
}

.nymap {
    margin-top: 5.2vw;
}

.nymap img {
    width: 100%;
}

@media(max-width:995px) {
    .nylxlist1 li .wz .wzb {
        font-size: 14px;
    }
    .nyct3 p {
        font-size: 14px;
    }
    .contact2-message .mestitle {
        font-size: 14px;
    }
    .nysub .submit-btn {
        font-size: 14px;
    }
    .contact2-message .form-group input {
        font-size: 14px;
    }
}

@media(max-width:780px) {
    .nylx-bg {
        padding: 40px 0;
    }
    .nylx-wrap {
        flex-wrap: wrap;
    }
    .nylx-left {
        width: 100%;
    }
    .nylx-right {
        width: 100%;
        margin-top: 20px;
        padding: 20px 10px;
    }
}

@media(max-width:640px) {
    .nylxlist1 li {
        margin-top: 10px;
    }
    .nylxlist1 li .wz .wza {
        font-size: 14px;
    }
    .nylxlist1 li .wz .wzb {
        font-size: 12px;
    }
    .nyct3 {
        margin-top: 10px;
        padding-left: 0;
    }
    .nyct3 p {
        font-size: 13px;
    }
    .nyct4 {
        margin-top: 10px;
    }
    .nylxlist2 li .img1 img {
        max-width: 80px;
    }
    .contact2-message {
        margin-top: 10px;
    }
    .contact2-message .form-group input {
        height: 30px;
        line-height: 30px;
    }
    .contact2-message .form-group textarea {
        height: 30px;
        line-height: 30px;
    }
    .contact2-message .form-group.flex2 {
        flex-wrap: wrap;
    }
    .contact2-message .form-group .col-md-12 {
        width: 100% !important;
        max-width: 100% !important;
    }
    .contact2-message .captcha img {
        max-width: 100px;
        width: 100%;
    }
    .nysub {
        margin-top: 10px;
    }
    .nymap {
        margin-top: 20px;
    }
}