/* =========================================================
   内页：联系我们  lianxi.html
   风格延续首页（深蓝主色 #13294b / 强调金 #f5b642 / 紫 #7e51e4）
   ========================================================= */

/* 内页 banner */
.inbanner {
    position: relative; width: 100%; height: 320px; overflow: hidden; background: #13294b;
}
.inbanner img { width: 100%; height: 100%; object-fit: cover; display: block; }
.inbanner:after { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: linear-gradient(90deg, rgba(19,41,75,.78), rgba(19,41,75,.25)); }
.inbanner_txt { position: absolute; left: 0; right: 0; top: 50%; transform: translateY(-50%); z-index: 2; text-align: left; }
.inbanner_txt h1 { font-size: 40px; color: #fff; font-weight: 700; letter-spacing: 2px; }
.inbanner_txt p { font-size: 17px; color: #e6ebf5; margin-top: 14px; letter-spacing: 1px; }

.lianxi .mbx { margin-top: 22px; }

/* 联系方式卡片 */
.lx_way { padding: 38px 0 14px; }
.lx_way .way_list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.lx_way .way_list li {
    position: relative; background: #fff; border-radius: 14px; padding: 32px 24px; text-align: center;
    border: 1px solid #eef0f6; box-shadow: 0 6px 20px rgba(19,41,75,.06); transition: all .35s;
}
.lx_way .way_list li:before {
    content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 4px;
    background: linear-gradient(90deg, #f5b642, #7e51e4); transform: scaleX(0); transform-origin: left; transition: transform .35s;
}
.lx_way .way_list li:hover { transform: translateY(-8px); box-shadow: 0 18px 36px rgba(126,81,228,.22); }
.lx_way .way_list li:hover:before { transform: scaleX(1); }
.lx_way .way_list .wic {
    width: 78px; height: 78px; margin: 0 auto 16px; display: flex; align-items: center; justify-content: center;
    background: #fff7e8; border-radius: 50%; transition: all .35s;
}
.lx_way .way_list li:hover .wic { background: #f3edfd; }
.lx_way .way_list .wic img { width: 44px; height: 44px; object-fit: contain; }
.lx_way .way_list li h3 { font-size: 18px; color: #13294b; font-weight: 700; }
.lx_way .way_list li p { font-size: 15px; color: #888; margin-top: 8px; line-height: 1.7; }
.lx_way .way_list li p b { color: #7e51e4; }

/* 主体：留言表单 + 网点 */
.lx_main { padding: 30px 0 14px; display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: start; }

/* 留言表单 */
.lx_form { background: #fff; border-radius: 16px; padding: 32px 30px; border: 1px solid #eef0f6; box-shadow: 0 6px 20px rgba(19,41,75,.06); }
.lx_form .zsfwt { margin-bottom: 20px; }
.lx_form .zsfwt h2 { font-size: 22px; }
.lx_form .frow { margin-bottom: 18px; }
.lx_form .frow label { display: block; font-size: 14px; color: #555; margin-bottom: 8px; }
.lx_form .frow label i { color: #e74c3c; font-style: normal; margin-right: 4px; }
.lx_form .frow input,
.lx_form .frow textarea {
    width: 100%; box-sizing: border-box; border: 1px solid #e3e6ef; border-radius: 10px;
    padding: 12px 14px; font-size: 14px; color: #333; outline: none; transition: all .25s; font-family: inherit;
}
.lx_form .frow input:focus,
.lx_form .frow textarea:focus { border-color: #7e51e4; box-shadow: 0 0 0 3px rgba(126,81,228,.12); }
.lx_form .frow textarea { height: 110px; resize: vertical; }
.lx_form .fbtn {
    display: inline-block; background: #7e51e4; color: #fff; font-size: 15px; border: none; cursor: pointer;
    padding: 12px 40px; border-radius: 26px; transition: all .3s;
}
.lx_form .fbtn:hover { background: #13294b; transform: translateY(-2px); }

/* 网点列表 */
.lx_net { background: #fff; border-radius: 16px; padding: 32px 30px; border: 1px solid #eef0f6; box-shadow: 0 6px 20px rgba(19,41,75,.06); }
.lx_net .zsfwt { margin-bottom: 20px; }
.lx_net .zsfwt h2 { font-size: 22px; }
.lx_net .net_list li {
    display: flex; align-items: center; gap: 14px; padding: 14px 0; border-bottom: 1px dashed #f0f2f7;
}
.lx_net .net_list li:last-child { border-bottom: none; }
.lx_net .net_list .nico { flex: 0 0 42px; width: 42px; height: 42px; border-radius: 50%; background: #f6f7fb; display: flex; align-items: center; justify-content: center; }
.lx_net .net_list .nico img { width: 24px; height: 24px; object-fit: contain; }
.lx_net .net_list .ninfo { flex: 1; }
.lx_net .net_list .ninfo h3 { font-size: 15px; color: #13294b; font-weight: 700; }
.lx_net .net_list .ninfo p { font-size: 13px; color: #888; margin-top: 4px; }
.lx_net .net_list .ntel { font-size: 14px; color: #7e51e4; font-weight: 600; white-space: nowrap; }

/* 地图占位 */
.lx_map { padding: 30px 0 14px; }
.lx_map .map_box {
    width: 100%; height: 360px; border-radius: 16px; overflow: hidden;
    background: linear-gradient(135deg, #eef1f8, #e4e9f5);
    display: flex; align-items: center; justify-content: center; color: #9aa3b8; font-size: 15px;
    border: 1px solid #eef0f6;
}

/* 咨询条 */
.lx_kf { display: inline-flex; align-items: center; gap: 18px; justify-content: center; width: 100%; margin: 26px 0; }
.lx_kf span { font-size: 17px; color: #555; }
.lx_kf span em { color: #7e51e4; font-style: normal; font-weight: 700; }
.lx_kf a { display: inline-block; background: #7e51e4; color: #fff; font-size: 15px; padding: 11px 32px; border-radius: 26px; transition: all .3s; }
.lx_kf a:hover { background: #13294b; transform: translateY(-2px); }

/* 响应式 */
@media (max-width: 1024px) {
    .lx_way .way_list { grid-template-columns: repeat(2, 1fr); }
    .lx_main { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
    .inbanner { height: 200px; }
    .inbanner_txt h1 { font-size: 28px; }
    .inbanner_txt p { font-size: 14px; }
    .lx_way .way_list { grid-template-columns: 1fr; }
    .lx_kf { flex-direction: column; }
}
