
.abmbx2{
    position: relative;
    width: 100%;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.7;
    opacity: 1;
    color: rgba(255,255,255,.4);
    margin: 0 auto;
    z-index: 99;
    margin-bottom: 7.2916vw;
    margin-top: 20px;
}

.abmbx2 a{
	color: rgba(255,255,255,.4);
    font-size: 14px;
}


/*  */
.contact1 {
    position: relative;
    min-height: 940px;
    display: flex;
    align-items: flex-start;
    overflow: hidden;
    padding: 100px 0;
    background: url("//wm.cdn.cn86.cn/raiscomwmy/2026/07/4672ae65c3zootc7.jpg") center / cover no-repeat;
}

.contact1 .max1520 {
    position: relative;
    z-index: 1;
    width: min(1520px, calc(100% - 80px));
    margin: 0 auto;
}

.contact1-top {
    margin-bottom: 120px;
}

.contact1-top p {
    width: 80px;
    height: 8px;
    margin: 0 0 38px;
    background: url(//wm.cdn.cn86.cn/raiscomwmy/2026/07/70556f14f6ckd0nf.png) no-repeat left center;
}

.contact1-top h3 {
    margin: 0;
    color: #fff;
    font-size: clamp(42px, 2.7083vw, 52px);
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
}

.contact1-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact1-list li {
    position: relative;
    min-width: 0;
    min-height: 250px;
    overflow: hidden;
    padding: 42px 38px 35px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.93);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        background-color 0.3s ease;
}

.contact1-list li:hover {
    transform: translateY(-6px);
    background: #fff;
    box-shadow: 0 15px 38px rgba(0, 0, 0, 0.18);
}

.contact1-list li > a {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: block;
}

.contact1-list .text {
    position: relative;
    z-index: 1;
    padding-right: 35px;
}

.contact1-list .text h3 {
    margin: 0 0 24px;
    color: #888888;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
}

.contact1-list .text > div {
    margin-top: 10px;
    color: #333;
    font-size: 16px;
    line-height: 1.55;
    word-break: break-word;
}

.contact1-list .text > div:empty {
    display: none;
}

.contact1-list .img {
    position: absolute;
    right: 32px;
    bottom: 30px;
    z-index: 2;
    width: 42px;
    height: 42px;
    pointer-events: none;
}

.contact1-list .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.contact1-list li:hover .img img {
    transform: scale(1.1);
}

/* Laptop */

@media (max-width: 1280px) {
    .contact1 {
        min-height: 760px;
        padding: 90px 0;
    }

    .contact1 .max1520 {
        width: min(1120px, calc(100% - 60px));
    }

    .contact1-top {
        margin-bottom: 80px;
    }

    .contact1-top p {
        margin-bottom: 28px;
    }

    .contact1-list {
        gap: 22px;
    }

    .contact1-list li {
        min-height: 230px;
        padding: 34px 28px 30px;
    }

    .contact1-list .img {
        right: 25px;
        bottom: 25px;
    }
}

/* Tablet */

@media (max-width: 991px) {
    .contact1 {
        min-height: auto;
        padding: 90px 0;
        background-position: 65% center;
    }

    .contact1 .max1520 {
        width: calc(100% - 48px);
    }

    .contact1-top {
        margin-bottom: 60px;
    }

    .contact1-top h3 {
        font-size: 46px;
    }

    .contact1-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Mobile */

@media (max-width: 767px) {
    .contact1 {
        padding: 70px 0;
        background-position: 68% center;
    }

    .contact1::before {
        background: rgba(10, 18, 24, 0.55);
    }

    .contact1 .max1520 {
        width: calc(100% - 32px);
    }

    .contact1-top {
        margin-bottom: 45px;
    }

    .contact1-top p {
        width: 48px;
        height: 4px;
        margin-bottom: 22px;
    }

    .contact1-top h3 {
        font-size: 38px;
    }

    .contact1-list {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .contact1-list li {
        min-height: 215px;
        padding: 30px 25px;
    }

    .contact1-list .text h3 {
        margin-bottom: 20px;
    }

    .contact1-list .text > div {
        font-size: 14px;
    }

    .contact1-list .img {
        right: 22px;
        bottom: 22px;
        width: 38px;
        height: 38px;
    }
}

/* Small Mobile */

@media (max-width: 480px) {
    .contact1 {
        padding: 55px 0;
    }

    .contact1 .max1520 {
        width: calc(100% - 24px);
    }

    .contact1-top h3 {
        font-size: 32px;
    }

    .contact1-list li {
        min-height: 205px;
        padding: 26px 20px;
    }

    .contact1-list .text {
        padding-right: 25px;
    }
}


/* contact2 */

.contact2 {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: #fff;
}

.contact2 .max1520 {
    display: flex;
    align-items: flex-start;
    gap: 80px;
}

.contact2-left {
    flex: 1;
    min-width: 0;
}

.contact2-left h3 {
    margin: 0 0 22px;
    color: #333333;
    font-size: 48px;
    line-height: 1.15;
    font-weight: 700;
}

.contact2-left .p1 {
    max-width: 400px;
    color: #666666;
    font-size: 18px;
    line-height: 1.5;
}

.contact2-right {
    flex: 0 0 820px;
    width: 820px;
    min-width: 0;
}

/* Laptop */

@media (max-width: 1440px) {
    .contact2 {
        padding: 100px 0;
    }

    .contact2 .max1520 {
        gap: 60px;
    }

    .contact2-left h3 {
        font-size: 46px;
    }

    .contact2-right {
        flex-basis: 58%;
        width: 58%;
    }
}

/* Tablet */

@media (max-width: 991px) {
    .contact2 {
        padding: 80px 0;
    }

    .contact2 .max1520 {
        flex-direction: column;
        gap: 50px;
    }

    .contact2-left {
        width: 100%;
        padding-top: 0;
    }

    .contact2-left h3 {
        margin-bottom: 28px;
        font-size: 40px;
    }

    .contact2-left .p1 {
        max-width: 600px;
    }

    .contact2-right {
        flex: none;
        width: 100%;
    }
}

/* Mobile */

@media (max-width: 767px) {
    .contact2 {
        padding: 60px 0;
    }

    .contact2 .max1520 {
        gap: 38px;
    }

    .contact2-left h3 {
        margin-bottom: 22px;
        font-size: 32px;
        letter-spacing: -0.5px;
    }

    .contact2-left .p1 {
        font-size: 14px;
        line-height: 1.7;
    }
}

/* Small Mobile */

@media (max-width: 480px) {
    .contact2 {
        padding: 50px 0;
    }

    .contact2-left h3 {
        font-size: 28px;
    }

    .contact2-left h3 br {
        display: none;
    }
}



/*  */

.form-submit2 .form-input.captcha {
    position: relative;
}

.form-submit2 .form-input.captcha img {
    position: absolute;
    right: 7px;
    top: 10px;
}

.form-submit2 .form-control {
    background-size: 30px 30px;
    border-radius: 3px;
    padding: 1.75rem 40px 1.75rem .75rem;
}

.form-submit2 .btn {
    padding: .9rem 4rem;
    border-radius: 0;
    background-color: #fff !important;
    border-color: #333 !important;
    color: #333;
    width: 100%;
}

.form-submit2 .btn:hover {
    background-color: var(--main-theme-color) !important;
    border-color: var(--main-theme-color) !important;
    color: #fff;
}

/* 提交按钮 */

.form-submit2 .btn {
    width: 100%;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    padding: 0 30px;
    border: 1px solid #f74517 !important;
    border-radius: 2px;
    outline: none;
    background-color: #f74517 !important;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    cursor: pointer;
    box-shadow: none;
    transition:
        background-color 0.3s ease,
        border-color 0.3s ease,
        color 0.3s ease;
}

.form-submit2 .btn:hover,
.form-submit2 .btn:focus {
    border-color: #d92f20 !important;
    background-color: #d92f20 !important;
    color: #fff;
}

/* 必填星号 */

.form-submit2 .required,
.form-submit2 em {
    color: #f43b2a;
    font-style: normal;
}

/* 输入框 focus，去掉粗蓝色阴影 */

.form-submit2 .form-control:focus {
    outline: none !important;
    border: 1px solid #f43b2a !important;
    box-shadow: none !important;
}