/* ===== ������������������������������������������������������������������������������������������������������������������������������===== */
.tybanner { width: 100%; height: 500px; overflow: hidden; background-size: cover; background-position: center; }
.tybanner img { width: 100%; height: 500px; display: block; object-fit: cover; }
.tybanner-fallback { width: 100%; height: 500px; background: linear-gradient(135deg,#2c5f1e,#5a9a3a); }

/* ���������������������������������������������������������������������������������������������������lxwm���������*/
.lxwm { width: 100%; padding: 60px 0; background: #fff; }
.w1500 { max-width: 1500px; margin: 0 auto; padding: 0 20px; }
.lxwm_zt { display: flex; gap: 60px; }
.lxwm_ztl { flex: 1; }
.lxwm_ztl1 { font-family: 'Noto Serif SC', serif; font-size: 22px; font-weight: 700; color: #333; margin-bottom: 30px; padding-bottom: 15px; border-bottom: 2px solid #2e7d32; }
.lxwm_ztl2 { list-style: none; padding: 0; margin: 0; }
.lxwm_ztl2 li { display: flex; gap: 15px; margin-bottom: 70px; align-items: flex-start; }
.lxwm_ztl2l { width: 40px; height: 40px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.contact-icon { font-size: 24px; }
.lxwm_ztl2r { flex: 1; }
.lxwm_ztl2r1 { font-size: 14px; color: #2e7d32; font-weight: 600; margin-bottom: 5px; }
.lxwm_ztl2r2 { font-size: 15px; color: #555; line-height: 1.6; }

/* ���������������������������������������������������������������������������������������������������lxwm_ztr���������*/
.lxwm_ztr { flex: 1; }
.lxwm_ztr2 {  }
.lxwm_ztr21 { list-style: none; padding: 0; margin: 0; }
.lxwm_ztr21 li { margin-bottom: 15px; }
.lxwm_ztr21 input, .lxwm_ztr21 textarea {
    width: 100%; padding: 12px 15px; border: 1px solid #ddd; border-radius: 4px;
    font-size: 14px; color: #333; outline: none; box-sizing: border-box;
    font-family: inherit; transition: border-color 0.3s;
}
.lxwm_ztr21 input:focus, .lxwm_ztr21 textarea:focus { border-color: #2e7d32; }
.lxwm_ztr21 textarea { height: 120px; resize: vertical; }
.lxwm_yzm { display: flex; gap: 10px; align-items: center; }
.lxwm_yzm input { flex: 1; padding: 12px 15px; border: 1px solid #ddd; border-radius: 4px; font-size: 14px; outline: none; box-sizing: border-box; }
.lxwm_yzm input:focus { border-color: #2e7d32; }
.btna {
    display: inline-block; padding: 12px 30px; background: #2e7d32; color: #fff;
    border: none; border-radius: 4px; font-size: 15px; cursor: pointer;
    transition: background 0.3s; white-space: nowrap;
}
.btna:hover { background: #1b5e20; }

/* ===== ������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������ ===== */
.lxwm_privacy_agree {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 6px;
    white-space: nowrap;
    margin-bottom: 8px;
    overflow: hidden;
}
.lxwm_privacy_agree input[type="checkbox"] {
    width: 14px; height: 14px;
    flex: 0 0 auto; margin: 0;
}
.lxwm_privacy_agree label {
    font-size: 12px; color: #666; cursor: pointer;
    white-space: nowrap; flex: 0 0 auto; margin: 0;
}
.lxwm_privacy_agree button#g_privacy_read_btn {
    background: none; border: none; color: #e23c32;
    text-decoration: underline; cursor: pointer;
    font-size: 12px; padding: 0; white-space: nowrap; flex: 0 0 auto;
}