/* =========================首页Banner开始========================= */
.shouye-banner {position:relative;width:100%;height:100vh;min-height:600px;overflow:hidden;}
/* 背景图层 */
.shouye-banner-beijing {position:absolute;inset:0;z-index:0;}
.shouye-banner-beijing img {width:100%;height:100%;object-fit:cover;display:block;animation:shouye-banner-beijing-suoxiao 7s cubic-bezier(0.25,0.46,0.45,0.94) forwards;transform-origin:center center;}
@keyframes shouye-banner-beijing-suoxiao {from {transform:scale(1.14);}
to {transform:scale(1.0);}
}
/* 文字内容层 */
.shouye-banner-neirong {position:absolute;top:22%;left:50%;transform:translateX(-50%);z-index:2;text-align:center;padding:0 20px;width:100%;}
.shouye-banner-biaoti {display:flex;flex-direction:column;gap:20px;font-family:'HarmonyOS Sans SC','PingFang SC','Microsoft YaHei',sans-serif;font-size:56px;font-weight:700;color:#ffffff;line-height:1.15;white-space:nowrap;}
.shouye-banner-biaoti-hang {display:block;}
/* 文字入场动画 */
.shouye-banner-biaoti-hang {opacity:0;transform:translateY(40px);transition:opacity 0.8s cubic-bezier(0.22,0.61,0.36,1),transform 0.8s cubic-bezier(0.22,0.61,0.36,1);}
.shouye-banner--visible .shouye-banner-biaoti-hang {opacity:1;transform:translateY(0);}
/* 第二行延迟 */
.shouye-banner--visible .shouye-banner-biaoti-hang:nth-child(2) {transition-delay:0.25s;}
/* =========================鼠标滚动指示器开始========================= */
.shouye-banner-shubiao {position:absolute;bottom:40px;left:50%;transform:translateX(-50%);z-index:2;display:flex;flex-direction:column;align-items:center;gap:0;cursor:pointer;opacity:0;transition:opacity 0.8s ease 0.6s;}
.shouye-banner--visible .shouye-banner-shubiao {opacity:1;}
/* 鼠标图标 40×40 */
.shouye-banner-shubiao-tubiao {width:40px;height:40px;display:block;animation:shouye-banner-shubiao-fudong 2.2s ease-in-out infinite;}
/* 鼠标浮动动画 */
@keyframes shouye-banner-shubiao-fudong {0%,100% {transform:translateY(0);opacity:0.9;}
50% {transform:translateY(6px);opacity:1;}
}
/* 向下箭头 20×20 */
.shouye-banner-shubiao-jiantou {width:20px;height:20px;display:block;margin-top:-6px;animation:shouye-banner-jiantou-tiaodong 2.2s ease-in-out infinite;}
/* 箭头弹跳动画 */
@keyframes shouye-banner-jiantou-tiaodong {0%,100% {transform:translateY(0);opacity:0.4;}
50% {transform:translateY(8px);opacity:1;}
}
/* 悬停态：暂停动画，高亮 */
.shouye-banner-shubiao:hover .shouye-banner-shubiao-tubiao,.shouye-banner-shubiao:hover .shouye-banner-shubiao-jiantou {animation-play-state:paused;opacity:1;}
/* =========================鼠标滚动指示器结束========================= */
/* ---------- 响应式：Banner ---------- */
/* 平板（≤1024px） */
@media (max-width:1024px) {.shouye-banner-biaoti {font-size:42px;gap:14px;}
.shouye-banner-shubiao {bottom:32px;}
.shouye-banner-shubiao-tubiao {width:34px;height:34px;}
.shouye-banner-shubiao-jiantou {width:17px;height:17px;margin-top:-4px;}
}
/* 手机（≤640px） */
@media (max-width:640px) {.shouye-banner-biaoti {font-size:28px;gap:10px;white-space:normal;}
.shouye-banner-shubiao {bottom:24px;}
.shouye-banner-shubiao-tubiao {width:28px;height:28px;}
.shouye-banner-shubiao-jiantou {width:15px;height:15px;margin-top:-2px;}
}
/* =========================首页Banner结束========================= */
/* =========================首页产品展示开始========================= */
.shouye-chanpin {background:#ffffff;padding:100px 60px;}
.shouye-chanpin-neicong {max-width:1800px;margin:0 auto;display:flex;flex-direction:column;gap:60px;}
/* ---------- 标题区 ---------- */
.shouye-chanpin-tobu {position:relative;height:169px;width:100%;flex-shrink:0;}
.shouye-chanpin-biaoti-qu {position:absolute;left:0;top:0;display:flex;flex-direction:column;gap:10px;}
.shouye-chanpin-biaoti-xiao {font-size:18px;font-weight:400;color:#8ec31f;letter-spacing:1.8px;text-transform:uppercase;line-height:24px;}
.shouye-chanpin-biaoti-da {display:flex;flex-direction:column;font-size:54px;font-weight:700;color:#0050b0;line-height:67.5px;white-space:nowrap;}
.shouye-chanpin-biaoti-hang {display:block;}
/* 右侧两个 tab 链接 */
.shouye-chanpin-anniu-zu {position:absolute;bottom:0;right:0;display:flex;gap:10px;}
.shouye-chanpin-tab-anniu {display:flex;align-items:center;justify-content:center;width:287px;padding:16px 20px;border-radius:6px;background:#f2f5f9;color:#8ec31f;font-size:16px;font-weight:600;font-family:'Inter','HarmonyOS Sans SC',sans-serif;text-align:center;white-space:nowrap;transition:background 0.3s ease,color 0.3s ease;}
.shouye-chanpin-tab-anniu:hover {background:#8ec31f;color:#ffffff;}
/* ---------- 产品网格 ---------- */
.shouye-chanpin-wangge {display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}
/* 单张产品卡片 */
.shouye-chanpin-ka {display:flex;flex-direction:column;}
.shouye-chanpin-ka-lianjie {display:flex;flex-direction:column;gap:16px;color:inherit;text-decoration:none;}
/* 图片容器 */
.shouye-chanpin-ka-tupian-kuang {position:relative;height:405px;overflow:hidden;background:#f2f5f9;transition:background 0.4s ease,box-shadow 0.4s ease;flex-shrink:0;}
.shouye-chanpin-ka:hover .shouye-chanpin-ka-tupian-kuang {background:#0050b0;box-shadow:-15px 40px 100px 0 rgba(0,34,255,0.08),-20px 40px 100px 0 rgba(88,92,98,0.04);}
/* 产品图片：居中 + hover 放大 */
.shouye-chanpin-ka-tupian {position:absolute;left:50%;top:50%;width:90%;height:90%;object-fit:contain;transform:translate(-50%,-50%);transition:transform 0.4s ease;max-width:none;}
.shouye-chanpin-ka:hover .shouye-chanpin-ka-tupian {transform:translate(-50%,-50%) scale(1.08);}
/* 产品分类标签 */
.shouye-chanpin-ka-fenlei {font-size:12px;font-weight:400;color:#8ec31f;line-height:16px;}
/* 产品标题 */
.shouye-chanpin-ka-biaoti {font-size:20px;font-weight:700;color:#0050b0;line-height:28px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
/* ---------- 响应式 ---------- */
/* 平板（≤1200px）：2 列 */
@media (max-width:1200px) {.shouye-chanpin {padding:80px 40px;}
.shouye-chanpin-biaoti-da {font-size:40px;line-height:52px;}
.shouye-chanpin-wangge {grid-template-columns:repeat(2,1fr);}
.shouye-chanpin-tab-anniu {width:220px;font-size:14px;}
}
/* 大手机（≤900px）：标题区改为流式布局 */
@media (max-width:900px) {.shouye-chanpin-tobu {height:auto;display:flex;flex-direction:column;gap:24px;}
.shouye-chanpin-biaoti-qu {position:static;}
.shouye-chanpin-anniu-zu {position:static;flex-wrap:wrap;}
.shouye-chanpin-biaoti-da {white-space:normal;}
.shouye-chanpin-ka-tupian-kuang {height:300px;}
}
/* 手机（≤640px）：1 列 */
@media (max-width:640px) {.shouye-chanpin {padding:60px 20px;}
.shouye-chanpin-biaoti-da {font-size:28px;line-height:38px;}
.shouye-chanpin-biaoti-xiao {font-size:14px;}
.shouye-chanpin-wangge {grid-template-columns:1fr;}
.shouye-chanpin-tab-anniu {width:100%;}
.shouye-chanpin-ka-tupian-kuang {height:260px;}
.shouye-chanpin-ka-biaoti {font-size:17px;}
}
/* =========================首页产品展示结束========================= */
/* =========================首页关于我们开始========================= */
.shouye-guanyuwomen {background:#f2f5f9;padding:65px 60px;position:relative;}
.shouye-guanyuwomen-neicong {max-width:1800px;margin:0 auto;display:flex;flex-direction:column;gap:40px;}
/* ---------- 主体区（文字 + 视频） ---------- */
.shouye-guanyuwomen-zhuti {position:relative;height:579px;}
/* 左侧文字列 */
.shouye-guanyuwomen-zuoce {position:absolute;left:0;top:20px;width:calc(50% - 40px);display:flex;flex-direction:column;gap:30px;}
.shouye-guanyuwomen-biaoti-zu {display:flex;flex-direction:column;gap:10px;}
.shouye-guanyuwomen-biaoti-xiao {font-size:18px;font-weight:400;color:#8ec31f;letter-spacing:1.8px;text-transform:uppercase;line-height:24px;}
.shouye-guanyuwomen-biaoti-da {display:flex;flex-direction:column;font-size:54px;font-weight:700;color:#0050b0;line-height:67.5px;}
.shouye-guanyuwomen-biaoti-hang {display:block;}
.shouye-guanyuwomen-miaoshu {font-size:14px;color:#4b5563;line-height:2;max-width:671px;}
/* About Us 按钮 */
.shouye-guanyuwomen-anniu {display:inline-flex;align-items:center;align-self:flex-start;gap:40px;padding:16px 16px 16px 40px;background:#8ec31f;color:#ffffff;font-size:16px;font-weight:700;text-decoration:none;overflow:hidden;transition:background 0.3s ease;}
.shouye-guanyuwomen-anniu:hover {background:#7aaa1a;}
.shouye-guanyuwomen-anniu:hover .shouye-guanyuwomen-anniu-jiantou {transform:translateX(4px);}
.shouye-guanyuwomen-anniu-wenzi {white-space:nowrap;}
.shouye-guanyuwomen-anniu-jiantou {display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#ffffff;flex-shrink:0;transition:transform 0.3s ease;}
.shouye-guanyuwomen-anniu-jiantou img {width:16px;height:16px;display:block;}
/* 右侧视频区 */
.shouye-guanyuwomen-youce {position:absolute;right:0;top:20px;width:50%;}
.shouye-guanyuwomen-shipin {position:relative;width:100%;height:519px;background:#333333;border:8px solid #ffffff;overflow:hidden;box-shadow:-15px 40px 100px 0 rgba(0,34,255,0.08),-20px 40px 100px 0 rgba(88,92,98,0.04);cursor:pointer;}
/* 视频封面图：hover 微放大 */
.shouye-guanyuwomen-shipin-tupian-kuang {position:absolute;inset:0;overflow:hidden;}
.shouye-guanyuwomen-shipin-tupian {width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.5s ease;}
.shouye-guanyuwomen-shipin:hover .shouye-guanyuwomen-shipin-tupian {transform:scale(1.05);}
/* 播放按钮 */
.shouye-guanyuwomen-bofang {position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:68px;height:68px;border-radius:50%;background:#ffffff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform 0.3s ease,box-shadow 0.3s ease;z-index:2;}
.shouye-guanyuwomen-bofang:hover {transform:translate(-50%,-50%) scale(1.1);box-shadow:0 8px 32px rgba(0,0,0,0.25);}
.shouye-guanyuwomen-bofang-tubiao {width:28px;height:28px;display:block;margin-left:4px;}
/* 10+ Years 徽章 */
.shouye-guanyuwomen-nianshu {position:absolute;bottom:82px;right:45%;z-index:2;background:#8ec31f;padding:32px;display:flex;flex-direction:column;gap:4px;box-shadow:-15px 40px 100px 0 rgba(0,255,38,0.08),-20px 40px 100px 0 rgba(88,92,98,0.04);white-space:nowrap;}
.shouye-guanyuwomen-nianshu-shuzi {font-size:64px;font-weight:500;color:#ffffff;line-height:1;}
.shouye-guanyuwomen-nianshu-biaoqian {font-size:12px;font-weight:700;color:#ffffff;text-transform:uppercase;letter-spacing:1.2px;line-height:16px;}
/* ---------- 统计卡片行 ---------- */
.shouye-guanyuwomen-tongji {display:flex;gap:20px;}
.shouye-guanyuwomen-tongji-ka {flex:1 0 0;height:202px;background:#ffffff;position:relative;overflow:hidden;transition:background 0.35s ease;cursor:default;}
.shouye-guanyuwomen-tongji-ka:hover {background:#8ec31f;}
/* 图标（右上角） */
.shouye-guanyuwomen-tongji-tubiao-kuang {position:absolute;top:20px;right:20px;width:48px;height:48px;border-radius:40px;background:#ffffff;display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.shouye-guanyuwomen-tongji-tubiao {width:22px;height:22px;display:block;filter:brightness(0) saturate(100%) invert(15%) sepia(98%) saturate(1400%) hue-rotate(202deg) brightness(92%) contrast(108%);transition:filter 0.35s ease;}
.shouye-guanyuwomen-tongji-ka:hover .shouye-guanyuwomen-tongji-tubiao {filter:brightness(0) saturate(100%) invert(68%) sepia(55%) saturate(600%) hue-rotate(38deg) brightness(98%) contrast(95%);}
/* 数字与标签（左下角） */
.shouye-guanyuwomen-tongji-neirong {position:absolute;bottom:40px;left:40px;display:flex;flex-direction:column;gap:6px;}
.shouye-guanyuwomen-tongji-shuzi {font-size:64px;font-weight:500;color:#0050b0;line-height:48px;white-space:nowrap;transition:color 0.35s ease;}
.shouye-guanyuwomen-tongji-ka:hover .shouye-guanyuwomen-tongji-shuzi {color:#ffffff;}
.shouye-guanyuwomen-tongji-biaoshi {font-size:15px;font-weight:400;color:#6b7280;text-transform:uppercase;letter-spacing:-0.75px;line-height:22.5px;white-space:nowrap;transition:color 0.35s ease;}
.shouye-guanyuwomen-tongji-ka:hover .shouye-guanyuwomen-tongji-biaoshi {color:#ffffff;}
/* ---------- 视频全屏弹窗 ---------- */
.shouye-guanyuwomen-tanchuang {position:fixed;inset:0;z-index:9000;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity 0.35s ease,visibility 0.35s ease;}
.shouye-guanyuwomen-tanchuang--open {opacity:1;visibility:visible;}
.shouye-guanyuwomen-tanchuang-mengban {position:absolute;inset:0;background:rgba(0,0,0,0.85);cursor:pointer;}
.shouye-guanyuwomen-tanchuang-neirong {position:relative;z-index:1;width:90vw;max-width:1200px;aspect-ratio:16 / 9;}
.shouye-guanyuwomen-tanchuang-shipin {width:100%;height:100%;display:block;background:#000;}
.shouye-guanyuwomen-tanchuang-guanbi {position:absolute;top:-48px;right:0;width:40px;height:40px;background:rgba(255,255,255,0.15);border:1px solid rgba(255,255,255,0.3);color:#ffffff;font-size:18px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background 0.25s ease;}
.shouye-guanyuwomen-tanchuang-guanbi:hover {background:rgba(255,255,255,0.3);}
/* ---------- 响应式 ---------- */
/* 中屏（≤1400px）：视频高度缩减 */
@media (max-width:1400px) {.shouye-guanyuwomen-zhuti {height:500px;}
.shouye-guanyuwomen-shipin {height:450px;}
.shouye-guanyuwomen-nianshu-shuzi {font-size:48px;}
.shouye-guanyuwomen-biaoti-da {font-size:44px;line-height:56px;}
}
/* 平板（≤1024px）：改为垂直堆叠 */
@media (max-width:1024px) {.shouye-guanyuwomen {padding:60px 40px;}
.shouye-guanyuwomen-zhuti {height:auto;display:flex;flex-direction:column;gap:40px;padding-bottom:80px;}
.shouye-guanyuwomen-zuoce {position:relative;top:auto;left:auto;width:100%;}
.shouye-guanyuwomen-youce {position:relative;right:auto;top:auto;width:100%;}
.shouye-guanyuwomen-shipin {height:400px;}
.shouye-guanyuwomen-nianshu {position:absolute;bottom:0;right:auto;left:0;}
.shouye-guanyuwomen-tongji-ka {height:180px;}
.shouye-guanyuwomen-tongji-shuzi {font-size:48px;line-height:40px;}
}
/* 大手机（≤768px）：卡片 2 列 */
@media (max-width:768px) {.shouye-guanyuwomen-tongji {flex-wrap:wrap;}
.shouye-guanyuwomen-tongji-ka {flex:1 0 calc(50% - 10px);min-width:calc(50% - 10px);}
.shouye-guanyuwomen-biaoti-da {font-size:36px;line-height:46px;}
.shouye-guanyuwomen-shipin {height:280px;}
}
/* 手机（≤480px）：卡片 1 列，弹窗全屏 */
@media (max-width:480px) {.shouye-guanyuwomen {padding:50px 20px;}
.shouye-guanyuwomen-tongji-ka {flex:1 0 100%;}
.shouye-guanyuwomen-tanchuang-neirong {width:100vw;max-width:100vw;}
.shouye-guanyuwomen-tanchuang-guanbi {top:-44px;}
}
/* =========================首页关于我们结束========================= */
/* =========================首页优势开始========================= */
.shouye-youshi {background:#ffffff;padding:100px 60px;}
.shouye-youshi-neicong {max-width:1800px;margin:0 auto;display:flex;flex-direction:column;gap:60px;}
/* 标题区 */
.shouye-youshi-tobu {display:flex;flex-direction:column;gap:10px;}
.shouye-youshi-biaoti-xiao {font-size:18px;font-weight:400;color:#8ec31f;letter-spacing:1.8px;text-transform:uppercase;line-height:24px;}
.shouye-youshi-biaoti-da {font-size:54px;font-weight:700;color:#0050b0;line-height:1.25;}
/* 卡片容器 */
.shouye-youshi-liebiao {display:flex;gap:20px;}
/* 单张卡片（整体超链接） */
.shouye-youshi-ka {flex:1;position:relative;height:550px;overflow:hidden;background:#f2f5f9;display:block;transition:background 0.35s ease;}
.shouye-youshi-ka:hover {background:#0050b0;}
/* 图标容器 */
.shouye-youshi-ka-tubiao-kuang {position:absolute;left:50.5px;top:76.5px;width:68px;height:68px;display:flex;align-items:center;justify-content:center;}
.shouye-youshi-ka-tubiao {width:60px;height:60px;object-fit:contain;transition:filter 0.35s ease;}
.shouye-youshi-ka:hover .shouye-youshi-ka-tubiao {filter:brightness(0) invert(1);}
/* 序号（右上角，overflow:hidden 裁剪溢出部分） */
.shouye-youshi-ka-bianhao {position:absolute;right:86px;top:71.5px;transform:translateX(100%) translateY(-50%);font-size:40px;font-weight:400;line-height:22.5px;color:#cbd5e1;white-space:nowrap;transition:color 0.35s ease;pointer-events:none;}
.shouye-youshi-ka:hover .shouye-youshi-ka-bianhao {color:rgba(255,255,255,0.3);}
/* 内容区（标题 + 描述） */
.shouye-youshi-ka-neirong {position:absolute;left:50.5px;top:205px;width:calc(100% - 80px);display:flex;flex-direction:column;gap:40px;}
.shouye-youshi-ka-biaoti {font-size:24px;font-weight:700;color:#0050b0;letter-spacing:-0.72px;line-height:1.35;transition:color 0.35s ease;}
.shouye-youshi-ka:hover .shouye-youshi-ka-biaoti {color:#ffffff;}
.shouye-youshi-ka-miaoshu {font-size:14px;font-weight:400;color:#434656;line-height:1.5;opacity:0.7;transition:color 0.35s ease,opacity 0.35s ease;}
.shouye-youshi-ka:hover .shouye-youshi-ka-miaoshu {color:#ffffff;opacity:0.7;}
/* 中屏（≤1400px） */
@media (max-width:1400px) {.shouye-youshi-biaoti-da {font-size:44px;}
.shouye-youshi-ka-tubiao-kuang {left:36px;}
.shouye-youshi-ka-neirong {left:36px;width:calc(100% - 56px);}
.shouye-youshi-ka-bianhao {right:50px;font-size:34px;}
}
/* 平板（≤1100px）：两列 */
@media (max-width:1100px) {.shouye-youshi {padding:80px 40px;}
.shouye-youshi-liebiao {flex-wrap:wrap;}
.shouye-youshi-ka {flex:1 0 calc(50% - 10px);min-width:calc(50% - 10px);height:500px;}
.shouye-youshi-biaoti-da {font-size:40px;}
}
/* 手机（≤640px）：单列 */
@media (max-width:640px) {.shouye-youshi {padding:60px 20px;}
.shouye-youshi-biaoti-da {font-size:28px;}
.shouye-youshi-liebiao {flex-direction:column;}
.shouye-youshi-ka {flex:none;width:100%;height:460px;}
}
/* =========================首页优势结束========================= */
/* =========================首页应用领域开始========================= */
/* ── 外层 section ── */
.shouye-yingyong {position:relative;background:#00316c;overflow:hidden;}
/* ── PC 端 16:9 比例容器 ── */
.shouye-yingyong-pc {position:relative;width:100%;padding-top:56.25%;display:block;}
/* ── 装饰背景 ── */
.shouye-yingyong-beijing {position:absolute;inset:0;pointer-events:none;z-index:0;}
.shouye-yingyong-beijing-jili {position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0.14;display:block;max-width:none;}
/* ── 背景光线射线矢量（4个，带混合模式） ── */
.shouye-yingyong-guangxian {position:absolute;display:block;max-width:none;pointer-events:none;}
.shouye-yingyong-guangxian--1 {top:55.33%;left:25.28%;width:64.0%;height:auto;mix-blend-mode:screen;}
.shouye-yingyong-guangxian--2 {top:63.63%;left:31.41%;width:32.68%;height:auto;mix-blend-mode:color-dodge;}
.shouye-yingyong-guangxian--3 {top:27.91%;left:57.33%;width:18.03%;height:auto;mix-blend-mode:color-dodge;}
.shouye-yingyong-guangxian--4 {top:21.97%;left:20.29%;width:16.98%;height:auto;mix-blend-mode:color-dodge;transform:rotate(-41.32deg) skewX(7.36deg);transform-origin:center center;}
/* ── 蓝色霓虹光晕 ── */
.shouye-yingyong-guanghuan {position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:32.19%;aspect-ratio:1;mix-blend-mode:lighten;pointer-events:none;z-index:1;border-radius:50%;}
.shouye-yingyong-guanghuan-img {width:100%;height:100%;display:block;max-width:none;border-radius:50%;}
/* ── 外圈装饰环 ── */
.shouye-yingyong-yuan-wai {position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:36.51%;aspect-ratio:1;pointer-events:none;z-index:2;}
.shouye-yingyong-yuan-wai-img {width:100%;height:100%;display:block;max-width:none;}
/* ── 内圆图片圆 ── */
.shouye-yingyong-yuan-nei {position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:26.875%;aspect-ratio:1;border-radius:50%;border:7.2px solid rgba(255,255,255,0.6);background:#333;overflow:hidden;z-index:2;}
/* 图片淡入淡出切换 */
.shouye-yingyong-yuan-tupian {position:absolute;inset:0;width:100%;height:100%;object-fit:cover;max-width:none;opacity:0;transition:opacity 0.55s ease;}
.shouye-yingyong-yuan-tupian--show {opacity:1;}
/* ── 左侧文字区 ── */
.shouye-yingyong-zuoce {position:absolute;left:3.125%;top:14.81%;width:31.25%;display:flex;flex-direction:column;gap:40px;z-index:3;}
.shouye-yingyong-biaoti-zu {display:flex;flex-direction:column;gap:10px;}
.shouye-yingyong-biaoti-xiao {font-size:18px;color:#8ec31f;letter-spacing:1.8px;text-transform:uppercase;line-height:24px;}
.shouye-yingyong-biaoti-da {font-size:54px;font-weight:700;color:#ffffff;text-transform:capitalize;line-height:1.1;}
.shouye-yingyong-miaoshu {font-size:14px;color:rgba(255,255,255,0.6);line-height:1.5;width:393px;max-width:100%;}
/* Read More 按钮 */
.shouye-yingyong-anniu {display:inline-flex;align-items:center;gap:40px;background:#8ec31f;padding:16px 16px 16px 40px;overflow:hidden;cursor:pointer;text-decoration:none;transition:background 0.3s ease;}
.shouye-yingyong-anniu--pc {position:absolute;left:3.125%;top:68.47%;z-index:3;}
.shouye-yingyong-anniu:hover {background:#7aaa1a;}
.shouye-yingyong-anniu-wenzi {font-size:16px;font-weight:700;color:#ffffff;white-space:nowrap;}
.shouye-yingyong-anniu-jiantou {display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#ffffff;flex-shrink:0;transition:transform 0.3s ease;}
.shouye-yingyong-anniu-jiantou img {width:16px;height:16px;display:block;}
.shouye-yingyong-anniu:hover .shouye-yingyong-anniu-jiantou {transform:translateX(5px);}
/* ── 右侧信息面板 ── */
.shouye-yingyong-youce {position:absolute;right:3.125%;bottom:12.08%;width:20.47%;display:flex;flex-direction:column;gap:40px;z-index:3;}
.shouye-yingyong-youce-biaoti {font-size:24px;font-weight:700;color:#ffffff;line-height:1.3;}
.shouye-yingyong-youce-miaoshu {font-size:14px;color:#ffffff;line-height:1.5;}
/* ── 环上方位指示点 ── */
.shouye-yingyong-dian {position:absolute;width:24px;height:24px;cursor:pointer;transform:translate(-50%,-50%);transition:transform 0.3s ease;}
.shouye-yingyong-dian::before {content:'';position:absolute;inset:0;border-radius:50%;background:rgba(255,255,255,0.3);transition:background 0.35s ease,transform 0.35s ease;}
.shouye-yingyong-dian::after {content:'';position:absolute;width:12px;height:12px;top:6px;left:6px;border-radius:50%;background:#ffffff;transition:background 0.35s ease,transform 0.35s ease;}
.shouye-yingyong-dian--active::before {background:rgba(142,195,31,0.35);}
.shouye-yingyong-dian--active::after {background:#8ec31f;}
/* 方位定位 */
.shouye-yingyong-dian--cnc {left:49.35%;top:17.55%;}
.shouye-yingyong-dian--env {left:63.0%;top:26.55%;}
.shouye-yingyong-dian--tensile {left:68.60%;top:50%;}
.shouye-yingyong-dian--vulc {left:63.0%;top:73.45%;}
.shouye-yingyong-dian--new-energy {left:49.35%;top:82.45%;}
.shouye-yingyong-dian--injection {left:36.68%;top:72.45%;}
.shouye-yingyong-dian--food {left:32.09%;top:50%;}
.shouye-yingyong-dian--wood {left:35.18%;top:28.05%;}
/* ── 方位文字标签 ── */
.shouye-yingyong-tab {position:absolute;font-size:16px;font-weight:400;color:rgba(255,255,255,0.85);line-height:1.45;cursor:pointer;user-select:none;transition:color 0.3s ease,font-size 0.3s ease;white-space:nowrap;}
.shouye-yingyong-tab:hover,.shouye-yingyong-tab--active {font-size:18px;font-weight:700;color:#ffffff;}
.shouye-yingyong-tab--env,.shouye-yingyong-tab--tensile,.shouye-yingyong-tab--vulc {text-align:left;}
.shouye-yingyong-tab--injection,.shouye-yingyong-tab--food,.shouye-yingyong-tab--wood {text-align:right;}
.shouye-yingyong-tab--cnc,.shouye-yingyong-tab--new-energy {text-align:center;}
.shouye-yingyong-tab--cnc {left:50%;top:12%;transform:translateX(-50%);}
.shouye-yingyong-tab--env {left:64.88%;top:25.35%;}
.shouye-yingyong-tab--tensile {left:70.14%;top:50.63%;transform:translateY(-50%);}
.shouye-yingyong-tab--vulc {left:64.58%;top:71.77%;}
.shouye-yingyong-tab--new-energy {left:50%;top:85%;transform:translateX(-50%);}
.shouye-yingyong-tab--injection {right:65.47%;top:71.0%;}
.shouye-yingyong-tab--food {right:69.79%;top:50.43%;transform:translateY(-50%);}
.shouye-yingyong-tab--wood {right:66.5%;top:26.5%;}
/* ── 移动端布局 ── */
.shouye-yingyong-shouji {display:none;}
/* ── 响应式断点 ── */
@media (max-width:1400px) {.shouye-yingyong-biaoti-da {font-size:44px;}
.shouye-yingyong-miaoshu {width:100%;}
.shouye-yingyong-youce {width:22%;}
}
@media (max-width:1200px) {.shouye-yingyong-biaoti-da {font-size:36px;}
.shouye-yingyong-zuoce {gap:24px;}
.shouye-yingyong-youce-biaoti {font-size:20px;}
.shouye-yingyong-youce-miaoshu {font-size:13px;}
.shouye-yingyong-tab {font-size:14px;}
.shouye-yingyong-tab:hover,.shouye-yingyong-tab--active {font-size:16px;}
}
@media (max-width:1024px) {.shouye-yingyong-pc {display:none;}
.shouye-yingyong-shouji {display:flex;flex-direction:column;align-items:center;gap:36px;padding:80px 40px;}
.shouye-yingyong-shouji-tobu {display:flex;flex-direction:column;gap:16px;text-align:center;width:100%;max-width:600px;}
.shouye-yingyong-shouji-yuan {width:300px;height:300px;border-radius:50%;border:6px solid rgba(255,255,255,0.6);overflow:hidden;background:#333;flex-shrink:0;}
.shouye-yingyong-shouji-tupian {width:100%;height:100%;object-fit:cover;display:block;max-width:none;transition:opacity 0.45s ease;}
.shouye-yingyong-shouji-biaoqian {display:flex;flex-wrap:wrap;gap:10px;justify-content:center;width:100%;max-width:680px;}
.shouye-yingyong-shouji-tab {padding:8px 18px;border:1px solid rgba(255,255,255,0.35);border-radius:4px;background:transparent;color:rgba(255,255,255,0.7);font-size:13px;cursor:pointer;font-family:inherit;transition:background 0.3s ease,color 0.3s ease,border-color 0.3s ease;white-space:nowrap;}
.shouye-yingyong-shouji-tab:hover,.shouje-yingyong-shouji-tab--active {background:#8ec31f;color:#ffffff;border-color:#8ec31f;font-weight:700;}
.shouye-yingyong-shouji-xinxi {display:flex;flex-direction:column;gap:16px;width:100%;max-width:600px;text-align:center;}
.shouye-yingyong-shouji .shouye-yingyong-anniu {align-self:center;}
}
@media (max-width:640px) {.shouye-yingyong-shouji {padding:60px 24px;gap:28px;}
.shouye-yingyong-biaoti-da {font-size:32px;}
.shouye-yingyong-biaoti-xiao {font-size:14px;}
.shouye-yingyong-shouji-yuan {width:240px;height:240px;}
.shouye-yingyong-anniu {padding:12px 12px 12px 28px;gap:24px;}
.shouye-yingyong-anniu-wenzi {font-size:14px;}
}
/* =========================首页应用领域结束========================= */
/* =========================首页全球产品分布开始========================= */
.shouye-quanqiu {position:relative;width:100%;height:950px;overflow:hidden;background:#eef2f7;}
.shouye-quanqiu-beijing {position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center top;pointer-events:none;z-index:0;}
.shouye-quanqiu-ditu {position:absolute;inset:0;z-index:1;}
/* 中国核心圆圈 */
.shouye-quanqiu-zhongguo {position:absolute;transform:translate(-50%,-50%);z-index:4;cursor:pointer;}
.shouye-quanqiu-zhongguo-guangquan {position:absolute;width:278px;height:278px;border-radius:50%;background:radial-gradient(circle,rgba(0,80,176,0.18) 0%,rgba(0,80,176,0.10) 40%,rgba(100,160,220,0.05) 65%,transparent 100%);top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none;z-index:0;}
.shouye-quanqiu-zhongguo-bolang {position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none;z-index:1;}
.shouye-quanqiu-zhongguo-quan {position:absolute;top:50%;left:50%;width:160px;height:160px;border-radius:50%;background:rgba(0,80,176,0.28);transform:translate(-50%,-50%) scale(1);opacity:0;will-change:transform,opacity;animation:shouye-quanqiu-bolang-donghua 3.4s cubic-bezier(0.22,0.61,0.36,1) infinite;}
.shouye-quanqiu-zhongguo-quan:nth-child(1) {animation-delay:0s;}
.shouye-quanqiu-zhongguo-quan:nth-child(2) {animation-delay:1.13s;}
.shouye-quanqiu-zhongguo-quan:nth-child(3) {animation-delay:2.27s;}
@keyframes shouye-quanqiu-bolang-donghua {0% {transform:translate(-50%,-50%) scale(1);opacity:0.70;}
30% {opacity:0.42;}
70% {opacity:0.14;}
100% {transform:translate(-50%,-50%) scale(1.75);opacity:0;}
}
.shouye-quanqiu-zhongguo-yuanquan {position:relative;width:152px;height:152px;border-radius:50%;border:4px solid rgba(255,255,255,0.6);overflow:hidden;z-index:2;background:#0050b0;box-shadow:0 30px 50px rgba(1,68,236,0.3);}
.shouye-quanqiu-zhongguo-tupian {position:absolute;width:604px;height:auto;left:-189px;top:-84px;max-width:none;transition:transform 0.5s ease;transform-origin:43.9% 47.1%;}
.shouye-quanqiu-zhongguo:hover .shouye-quanqiu-zhongguo-tupian {transform:scale(1.09);}
.shouye-quanqiu-zhongguo-biaoti {position:absolute;top:29px;left:23px;z-index:3;display:flex;flex-direction:column;gap:20px;}
.shouye-quanqiu-zhongguo-wenzi {display:flex;flex-direction:column;gap:4px;}
.shouye-quanqiu-zhongguo-guojia {font-size:20px;color:#ffffff;font-weight:500;font-family:'HarmonyOS Sans SC','PingFang SC','Microsoft YaHei',sans-serif;text-transform:capitalize;line-height:1;margin:0;}
.shouye-quanqiu-zhongguo-chengshi {font-size:12px;color:rgba(255,255,255,0.6);font-family:'HarmonyOS Sans SC','PingFang SC','Microsoft YaHei',sans-serif;line-height:1;margin:0;}
.shouye-quanqiu-zhongguo-anniu {width:24px;height:24px;background:#ffffff;border-radius:50%;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform 0.3s ease,box-shadow 0.3s ease;}
.shouye-quanqiu-zhongguo-anniu:hover {transform:scale(1.15);box-shadow:0 4px 12px rgba(0,0,0,0.2);}
.shouye-quanqiu-zhongguo-anniu-icon {color:#0050b0;font-size:9px;line-height:1;display:block;}
/* 位置标记点（通用） */
.shouye-quanqiu-biaoqian {position:absolute;z-index:3;}
.shouye-quanqiu-biaoqian-nei {display:flex;align-items:center;background:transparent;border:1px solid transparent;border-radius:100px;padding:10px;overflow:hidden;cursor:pointer;max-width:56px;transition:max-width 0.38s cubic-bezier(0.4,0,0.2,1),background 0.3s ease,border-color 0.3s ease,backdrop-filter 0.3s ease;}
.shouye-quanqiu-biaoqian:hover .shouye-quanqiu-biaoqian-nei,.shouye-quanqiu-biaoqian--kaizhan .shouye-quanqiu-biaoqian-nei {max-width:240px;background:rgba(1,160,6,0.12);border-color:rgba(255,255,255,0.65);backdrop-filter:blur(12.5px);-webkit-backdrop-filter:blur(12.5px);}
.shouye-quanqiu-biaoqian-jiadian {width:36px;height:36px;background:#8ec31f;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:transform 0.3s ease;}
.shouye-quanqiu-biaoqian:hover .shouye-quanqiu-biaoqian-jiadian {transform:rotate(90deg);}
.shouye-quanqiu-biaoqian-tubiao-icon {color:#ffffff;font-size:14px;line-height:1;}
.shouye-quanqiu-biaoqian-mingcheng {font-size:14px;color:#8ec31f;font-weight:700;font-family:'HarmonyOS Sans SC','PingFang SC','Microsoft YaHei',sans-serif;white-space:nowrap;opacity:0;margin-left:0;pointer-events:none;transition:opacity 0.25s ease 0.12s,margin-left 0.38s cubic-bezier(0.4,0,0.2,1);}
.shouye-quanqiu-biaoqian:hover .shouye-quanqiu-biaoqian-mingcheng,.shouye-quanqiu-biaoqian--kaizhan .shouye-quanqiu-biaoqian-mingcheng {opacity:1;margin-left:10px;}
/* 右侧文字面板 */
.shouye-quanqiu-wenzi {position:absolute;left:51.4%;top:55.8%;width:544px;max-width:calc(48% - 60px);z-index:2;}
.shouye-quanqiu-wenzi-biaoti {font-size:54px;font-weight:700;color:#0050b0;line-height:67.5px;margin:0 0 20px;font-family:'HarmonyOS Sans SC','PingFang SC','Microsoft YaHei',sans-serif;text-transform:capitalize;}
.shouye-quanqiu-wenzi-fubiaoti {font-size:24px;color:#0050b0;font-weight:400;line-height:1.4;margin:0 0 40px;font-family:'HarmonyOS Sans SC','PingFang SC','Microsoft YaHei',sans-serif;}
.shouye-quanqiu-wenzi-miaoshu {font-size:14px;color:#0050b0;line-height:1.5;margin:0;font-family:'HarmonyOS Sans SC','PingFang SC','Microsoft YaHei',sans-serif;}
/* 响应式 */
@media (max-width:1400px) {.shouye-quanqiu-wenzi-biaoti {font-size:42px;line-height:52.5px;}
.shouye-quanqiu-wenzi-fubiaoti {font-size:20px;}
.shouye-quanqiu-wenzi {max-width:calc(48% - 40px);}
}
@media (max-width:1100px) {.shouye-quanqiu {height:760px;}
.shouye-quanqiu-wenzi-biaoti {font-size:34px;line-height:1.25;}
.shouye-quanqiu-wenzi-fubiaoti {font-size:18px;}
.shouye-quanqiu-wenzi {top:auto;bottom:6%;width:auto;max-width:calc(48% - 30px);}
}
@media (max-width:900px) {.shouye-quanqiu {height:auto;display:flex;flex-direction:column;}
.shouye-quanqiu-ditu {position:relative;height:420px;flex-shrink:0;}
.shouye-quanqiu-biaoqian {display:none;}
.shouye-quanqiu-wenzi {position:relative;left:auto;top:auto;bottom:auto;width:100%;max-width:100%;padding:50px 40px 60px;background:rgba(238,242,247,0.96);z-index:2;}
.shouye-quanqiu-wenzi-biaoti {font-size:32px;line-height:1.25;}
.shouye-quanqiu-wenzi-fubiaoti {font-size:18px;}
}
@media (max-width:640px) {.shouye-quanqiu-ditu {height:320px;}
.shouye-quanqiu-wenzi {padding:40px 24px 50px;}
.shouye-quanqiu-wenzi-biaoti {font-size:26px;}
.shouye-quanqiu-wenzi-fubiaoti {font-size:16px;}
.shouye-quanqiu-wenzi-miaoshu {font-size:13px;}
.shouye-quanqiu-zhongguo-yuanquan {width:120px;height:120px;}
.shouye-quanqiu-zhongguo-tupian {width:476px;left:-149px;top:-66px;}
}
/* =========================首页全球产品分布结束========================= */
/* =========================首页最新动态开始========================= */
.shouye-zuixin {background:#fff;padding:98px 60px;}
.shouye-zuixin-neicong {max-width:1800px;margin:0 auto;display:flex;flex-direction:column;gap:60px;}
.shouye-zuixin-tobu {display:flex;flex-direction:column;gap:10px;}
.shouye-zuixin-biaoti-xiao {font-size:18px;color:#8ec31f;letter-spacing:1.8px;text-transform:uppercase;font-weight:400;}
.shouye-zuixin-biaoti-da {font-size:54px;font-weight:700;color:#0050b0;line-height:1.25;}
.shouye-zuixin-liebiao {display:flex;gap:24px;}
.shouye-zuixin-ka {flex:1;min-width:0;}
.shouye-zuixin-ka-lianjie {display:flex;flex-direction:column;gap:24px;text-decoration:none;color:inherit;}
.shouye-zuixin-ka-tupian-kuang {width:100%;height:354px;background:#333;overflow:hidden;position:relative;flex-shrink:0;}
.shouye-zuixin-ka-tupian-nei {position:absolute;inset:0;transition:transform 0.45s ease;}
.shouye-zuixin-ka-lianjie:hover .shouye-zuixin-ka-tupian-nei {transform:scale(1.07);}
.shouye-zuixin-ka-tupian {width:100%;height:100%;object-fit:cover;display:block;}
.shouye-zuixin-ka-wenzhi {display:flex;flex-direction:column;gap:16px;}
.shouye-zuixin-ka-riqi {font-size:12px;color:#8ec31f;letter-spacing:0.5px;line-height:1.33;}
.shouye-zuixin-ka-biaoti {font-size:20px;font-weight:700;color:#0050b0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color 0.3s ease;}
.shouye-zuixin-ka-lianjie:hover .shouye-zuixin-ka-biaoti {color:#8ec31f;}
.shouye-zuixin-ka-miaoshu {font-size:14px;color:#6b7280;line-height:1.625;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}
@media (max-width:1200px) {.shouye-zuixin-biaoti-da {font-size:40px;}
}
@media (max-width:900px) {.shouye-zuixin {padding:70px 40px;}
.shouye-zuixin-liebiao {flex-wrap:wrap;}
.shouye-zuixin-ka {flex:0 0 calc(50% - 12px);}
.shouye-zuixin-biaoti-da {font-size:32px;}
}
@media (max-width:640px) {.shouye-zuixin {padding:60px 24px;}
.shouye-zuixin-ka {flex:0 0 100%;}
.shouye-zuixin-biaoti-da {font-size:26px;}
.shouye-zuixin-ka-tupian-kuang {height:240px;}
}
/* =========================首页最新动态结束========================= */
/* =========================首页全球询盘开始========================= */
.shouye-xunpan {background:#ffffff;padding:0 60px 160px;}
.shouye-xunpan-neicong {max-width:1800px;margin:0 auto;display:flex;height:572px;overflow:hidden;}
/* ---------- 左侧蓝色区 ---------- */
.shouye-xunpan-zuoce {flex:1 0 0;min-width:0;background:#0050b0;padding:80px 60px;display:flex;flex-direction:column;gap:60px;position:relative;overflow:hidden;}
.shouye-xunpan-biaoti-qu {display:flex;flex-direction:column;gap:24px;position:relative;z-index:1;}
.shouye-xunpan-biaoti {font-size:36px;font-weight:700;color:#ffffff;line-height:40px;}
.shouye-xunpan-miaoshu {font-size:16px;color:#cbd5e1;line-height:24px;}
/* 联系信息 */
.shouye-xunpan-lianxi {display:flex;flex-direction:column;gap:24px;padding-top:24px;position:relative;z-index:1;}
.shouye-xunpan-lianxi-xiang {display:flex;align-items:center;gap:16px;}
.shouye-xunpan-lianxi-tubiao {flex-shrink:0;display:block;}
.shouye-xunpan-lianxi-tubiao--dizhi {width:16px;height:20px;align-self:flex-start;margin-top:2px;}
.shouye-xunpan-lianxi-tubiao--dianhua {width:18px;height:18px;}
.shouye-xunpan-lianxi-tubiao--youjian {width:20px;height:16px;}
.shouye-xunpan-lianxi-wenzi {font-size:16px;color:#ffffff;line-height:24px;}
/* 人物装饰图 */
.shouye-xunpan-renwu {position:absolute;bottom:0;right:19px;width:479px;height:446px;z-index:0;pointer-events:none;}
.shouye-xunpan-renwu-nei {position:absolute;inset:0;display:flex;align-items:flex-end;justify-content:center;}
.shouye-xunpan-renwu-tupian {display:block;width:100%;height:100%;object-fit:contain;object-position:bottom center;max-width:100%;}
/* ---------- 右侧表单区 ---------- */
.shouye-xunpan-youce {flex:1 0 0;min-width:0;background:#f2f5f9;padding:60px 80px;overflow-y:auto;}
.shouye-xunpan-biaodan {display:flex;flex-direction:column;gap:24px;}
.shouye-xunpan-wangge {display:grid;grid-template-columns:repeat(2,1fr);gap:24px;}
.shouye-xunpan-zuhang {display:flex;flex-direction:column;gap:8px;}
.shouye-xunpan-biaoqian {display:block;font-size:12px;font-weight:600;color:#64748b;text-transform:uppercase;line-height:16px;letter-spacing:0.5px;}
.shouye-xunpan-shurukuang {display:block;width:100%;box-sizing:border-box;height:51px;padding:0 16px;background:#ffffff;border:1px solid #e2e8f0;border-bottom-width:2px;font-size:14px;color:#1e293b;outline:none;transition:border-color 0.2s ease;font-family:inherit;}
.shouye-xunpan-shurukuang:focus {border-color:#0050b0;border-bottom-color:#0050b0;}
.shouye-xunpan-wenbenkuang {display:block;width:100%;box-sizing:border-box;height:123px;padding:12px 16px;background:#ffffff;border:1px solid #e2e8f0;border-bottom-width:2px;font-size:14px;color:#1e293b;outline:none;resize:vertical;transition:border-color 0.2s ease;font-family:inherit;line-height:1.6;}
.shouye-xunpan-wenbenkuang:focus {border-color:#0050b0;border-bottom-color:#0050b0;}
.shouye-xunpan-anniu {display:block;width:100%;padding:16px;background:#8ec31f;color:#ffffff;font-size:16px;font-weight:600;border:none;border-radius:6px;cursor:pointer;transition:background 0.3s ease,transform 0.2s ease;letter-spacing:0.2px;font-family:inherit;}
.shouye-xunpan-anniu:hover {background:#7aaa1a;}
.shouye-xunpan-anniu:active {transform:scale(0.99);}
/* ---------- 响应式 ---------- */
@media (max-width:1400px) {.shouye-xunpan-renwu {width:380px;height:354px;}
.shouye-xunpan-zuoce {padding:60px 50px;}
}
@media (max-width:1100px) {.shouye-xunpan-neicong {flex-direction:column;height:auto;}
.shouye-xunpan-zuoce {padding:60px 50px 280px;min-height:420px;}
.shouye-xunpan-youce {padding:50px 60px;overflow-y:visible;}
.shouye-xunpan-renwu {width:320px;height:298px;}
}
@media (max-width:768px) {.shouye-xunpan {padding:0 40px 100px;}
.shouye-xunpan-zuoce {padding:50px 40px 260px;gap:40px;}
.shouye-xunpan-youce {padding:40px;}
.shouye-xunpan-renwu {width:260px;height:242px;}
}
@media (max-width:640px) {.shouye-xunpan {padding:0 24px 80px;}
.shouye-xunpan-zuoce {padding:40px 24px 220px;gap:32px;}
.shouye-xunpan-youce {padding:32px 24px;}
.shouye-xunpan-wangge {grid-template-columns:1fr;}
.shouye-xunpan-biaoti {font-size:28px;}
.shouye-xunpan-renwu {width:220px;height:205px;}
}
/* =========================首页全球询盘结束========================= */
