/* ===========================================================
   2026新版 · 大气企业风格  主题形状
   配色：主色 #0b61e7 · 导航/标题 #131414 + 金色装点 #c8a35b
   =========================================================== */

:root {
  --site-banner-h: 350px;
}

/* 容器：全站基准宽度，居中 */
.width { width: 1200px; margin: 0 auto; }

/* 通用间距 */
.mt7 { margin-top: 7px; }
.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.clear { clear: both; }

/* ===========================================================
   顶部条 topbars
   =========================================================== */
.topbars { background: #0b61e7; color: #c5cdd8; font-size: 13px; padding: 9px 0; }
.topbars .title { color: #c5cdd8; }
.topbars .title span { color: #e6c98a; }
.topbars .title a { color: #c5cdd8; margin-left: 4px; }
.topbars .title a:hover { color: #e6c98a; }
.topbars .lan .ui-nav ul li a { color: #c5cdd8; padding: 0 12px; font-size: 13px; }
.topbars .lan .ui-nav ul li a:hover { color: #e6c98a; }
.topbars .lan .ui-nav ul li ul { background: #1b3354; border-color: #2a4a6e; }
.topbars .lan .ui-nav ul li ul li a { color: #c5cdd8; }
.topbars .lan .ui-nav ul li ul li a:hover { background: #c8a35b; color: #0b61e7; }

/* 导航栏吸顶 sticky nav */
.site_nav_sticky { position: sticky; top: 0; z-index: 120; background: #fff; transition: box-shadow .25s ease; }
.site_nav_sticky.is-scrolled { box-shadow: 0 8px 28px rgba(11,97,231,.14); }
.site_nav_sticky.is-scrolled .ui-nav ul li a { line-height: 58px; font-size: 17px; }

/* ===========================================================
   头部 header（Logo + 搜索 + 热线）
   =========================================================== */
.header { display: flex; align-items: center; justify-content: space-between; padding: 20px 0; }
.header .logo img { max-height: 56px; }
.header .wrap { display: flex; align-items: center; }
.header .search { position: relative; margin-right: 26px; }
.header .search .ip { width: 220px; height: 42px; line-height: 42px; border: 1px solid #e3e8ee; border-radius: 42px; padding: 0 22px; font-size: 14px; color: #44505f; background: #f6f8fa; transition: all .3s ease; outline: none; }
.header .search .ip:focus { border-color: #c8a35b; background: #fff; }
.header .search .bnt { position: absolute; right: 4px; top: 4px; width: 34px; height: 34px; border: 0; border-radius: 50%; background: #0b61e7; color: #fff; cursor: pointer; font-size: 14px; transition: background .25s ease; }
.header .search .bnt:hover { background: #c8a35b; }
.header .tel { font-size: 14px; color: #8a93a0; white-space: nowrap; }
.header .tel span { display: block; font-size: 24px; font-weight: 800; color: #c8a35b; letter-spacing: 1px; }

/* ===========================================================
   主导航 nav
   =========================================================== */
.nav_bg { background: #fff; border-top: 1px solid #eef1f4; box-shadow: 0 6px 24px rgba(11,97,231,.04); }
.nav_bg .ui-nav ul li a { transition: line-height .25s ease, font-size .25s ease; }
.nav_bg .ui-nav ul { font-size: 0; text-align: center; }
.nav_bg .ui-nav ul li { display: inline-block; }
.nav_bg .ui-nav ul li a { display: block; padding: 0 28px; line-height: 66px; font-size: 18px; font-weight: 600; color: #131414; position: relative; transition: color .25s ease; }
.nav_bg .ui-nav ul li a::after { content: ""; position: absolute; left: 28px; right: 28px; bottom: 16px; height: 3px; background: #c8a35b; transform: scaleX(0); transform-origin: center; transition: transform .3s ease; }
.nav_bg .ui-nav ul li a:hover,
.nav_bg .ui-nav ul li.active a { color: #c8a35b; }
.nav_bg .ui-nav ul li a:hover::after,
.nav_bg .ui-nav ul li.active a::after { transform: scaleX(1); }
/* 下拉 */
.nav_bg .ui-nav ul li ul { border: 0; background: #fff; box-shadow: 0 14px 40px rgba(11,97,231,.14); border-radius: 0 0 12px 12px; overflow: hidden; z-index: 130; }
.nav_bg .ui-nav ul li ul li a { text-align: center; color: #131414; line-height: 48px; font-size: 16px; padding: 0 30px; }
.nav_bg .ui-nav ul li ul li a::after { display: none; }
.nav_bg .ui-nav ul li ul li a:hover { background: #0b61e7; color: #fff; }

/* ===========================================================
   首页轮播 banner（叠加数据条）
   =========================================================== */
.banner { position: relative; }
.banner .ui-carousel-item img { width: 100%; height: var(--site-banner-h); object-fit: cover; display: block; }
.banner > .width { position: absolute; left: 0; right: 0; bottom: 38px; z-index: 6; }
.banner .ui_data { display: flex; background: rgba(18,32,52,.55); backdrop-filter: blur(6px); border-radius: 16px; padding: 30px 24px; box-shadow: 0 20px 50px rgba(0,0,0,.25); }
.banner .ui_data_item { flex: 1; text-align: center; position: relative; }
.banner .ui_data_item::after { content: ""; position: absolute; right: 0; top: 18%; height: 64%; width: 1px; background: rgba(255,255,255,.14); }
.banner .ui_data_item:last-child::after { display: none; }
.banner .ui_data_item_head { font-size: 48px; font-weight: 800; color: #fff; line-height: 1.1; }
.banner .ui_data_item_head em { font-size: 20px; font-style: normal; color: #e6c98a; margin-left: 4px; }
.banner .ui_data_item_foot { color: #c5cdd8; font-size: 15px; margin-top: 10px; letter-spacing: 2px; }

/* ===========================================================
   版块标题 home_title
   =========================================================== */
.home_title { text-align: center; margin-bottom: 56px; }
.home_title .big { font-size: 42px; font-weight: 800; color: #131414; letter-spacing: 2px; position: relative; padding-bottom: 22px; }
.home_title .big::after { content: ""; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 72px; height: 4px; border-radius: 4px; background: linear-gradient(90deg, #c8a35b, #e6c98a); }
.home_title .small { font-size: 16px; color: #8a93a0; margin-top: 16px; letter-spacing: 4px; }
.home_title.home_title_white .big { color: #fff; }
.home_title.home_title_white .small { color: #aab3c0; }

/* 区块布景 */
.bg_gray { background: #f6f8fa; }
.bg_about { background: linear-gradient(135deg, #1b3354, #0f1c2e); padding: 96px 0; }

/* ===========================================================
   首页分类导航 home_nav
   =========================================================== */
.home_nav { text-align: center; margin-bottom: 44px; }
.home_nav ul { display: inline-flex; flex-wrap: wrap; justify-content: center; gap: 12px; list-style: none; margin: 0; padding: 0; }
.home_nav ul li { list-style: none; }
.home_nav ul li a { display: inline-block; padding: 9px 26px; border: 1px solid #e0e5ec; border-radius: 40px; font-size: 15px; color: #131414; transition: all .25s ease; }
.home_nav ul li a:hover { background: #0b61e7; color: #fff; border-color: #0b61e7; }

/* ===========================================================
   首页产品展示 home_pro
   =========================================================== */
.home_pro { display: flex; flex-wrap: wrap; margin: 0 -12px; }
.home_pro li { width: 25%; padding: 0 12px; box-sizing: border-box; margin-bottom: 26px; }
.home_pro li a { display: block; background: #fff; border-radius: 16px; overflow: hidden; box-shadow: 0 8px 30px rgba(11,97,231,.05); transition: transform .35s ease, box-shadow .35s ease; }
.home_pro li a:hover { transform: translateY(-10px); box-shadow: 0 22px 50px rgba(11,97,231,.14); }
.home_pro li .top { overflow: hidden; }
.home_pro li .top img { width: 100%; height: 230px; object-fit: cover; display: block; transition: transform .6s ease; }
.home_pro li a:hover .top img { transform: scale(1.08); }
.home_pro li .foot { padding: 22px 22px 26px; position: relative; }
.home_pro li .foot { font-size: 18px; font-weight: 700; color: #131414; }
.home_pro li .foot span { display: block; font-size: 13px; color: #8a93a0; margin-top: 8px; font-weight: 400; }
.home_pro li .foot .icon { position: absolute; right: 22px; top: 22px; width: 34px; height: 34px; border-radius: 50%; background: #f6f8fa; transition: background .25s ease; }
.home_pro li .foot .icon::after { content: "→"; display: block; text-align: center; line-height: 34px; color: #c8a35b; font-weight: 700; }
.home_pro li a:hover .foot .icon { background: #c8a35b; }
.home_pro li a:hover .foot .icon::after { color: #0b61e7; }

/* ===========================================================
   首页主题业务 / 产品展示（优化版）
   =========================================================== */
.home_section { padding-bottom: 72px; }
.home_business_section .business_core_cards { margin: 0; gap: 24px; }
.home_business_section .business_core_card { width: calc(33.333% - 16px); box-sizing: border-box; margin: 0; padding: 0; }
.home_business_section .business_core_card .card_body { padding: 26px 24px 22px; }
.home_business_section .business_core_card .card_head { margin-bottom: 12px; align-items: center; }
.home_business_section .business_core_card h3 { font-size: 17px; }
.home_business_section .business_core_card .card_desc { font-size: 13px; line-height: 1.8; margin-bottom: 14px; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; }
.home_business_section .business_core_card .card_tags { margin-bottom: 12px; }

.home_product_groups { display: flex; flex-wrap: wrap; gap: 24px; margin-bottom: 48px; }
.home_product_group { flex: 1; min-width: 320px; position: relative; border-radius: 18px; overflow: hidden; min-height: 320px; display: flex; align-items: flex-end; color: #fff; transition: transform .35s ease, box-shadow .35s ease; }
.home_product_group:hover { transform: translateY(-8px); box-shadow: 0 24px 56px rgba(11,97,231,.22); color: #fff; }
.home_product_group .group_bg { position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform .6s ease; }
.home_product_group:hover .group_bg { transform: scale(1.06); }
.home_product_group::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(12,22,38,.15) 0%, rgba(11,97,231,.82) 68%, rgba(15,28,46,.95) 100%); }
.home_product_group.is_service::after { background: linear-gradient(180deg, rgba(20,36,58,.12) 0%, rgba(27,51,84,.78) 68%, rgba(15,28,46,.94) 100%); }
.home_product_group .group_inner { position: relative; z-index: 2; padding: 34px 32px 30px; width: 100%; }
.home_product_group .badge { display: inline-block; font-size: 11px; letter-spacing: 3px; color: #e6c98a; font-weight: 700; margin-bottom: 12px; }
.home_product_group h3 { font-size: 28px; font-weight: 800; margin: 0 0 12px; color: #fff; line-height: 1.35; }
.home_product_group p { font-size: 14px; line-height: 1.85; color: rgba(255,255,255,.78); margin: 0 0 18px; max-width: 520px; }
.home_product_group .group_sub { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin: 0 0 20px; padding: 0; }
.home_product_group .group_sub li { display: inline-block; padding: 6px 14px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.18); border-radius: 20px; font-size: 12px; color: rgba(255,255,255,.9); }
.home_product_group .group_more { font-size: 14px; font-weight: 700; color: #e6c98a; }

.home_product_hot { margin-top: 8px; }
.home_product_hot_head { text-align: center; margin-bottom: 32px; }
.home_product_hot_head .label { font-size: 12px; letter-spacing: 4px; color: #c8a35b; font-weight: 700; margin-bottom: 10px; }
.home_product_hot_head h3 { font-size: 28px; font-weight: 800; color: #131414; margin: 0; }
.home_product_hot .product_topic_grid li { width: 25%; }

.home_section_foot { text-align: center; margin-top: 12px; }
.home_more_btn { display: inline-flex; align-items: center; justify-content: center; min-width: 220px; height: 50px; padding: 0 32px; border-radius: 4px; background: linear-gradient(135deg, #c8a35b, #e6c98a); color: #0b61e7; font-size: 15px; font-weight: 700; box-shadow: 0 12px 28px rgba(200,163,91,.28); transition: transform .25s ease, box-shadow .25s ease; }
.home_more_btn:hover { transform: translateY(-3px); box-shadow: 0 16px 36px rgba(200,163,91,.38); color: #0b61e7; }

/* ===========================================================
   首页解决规划 home_solution（十大行业：一行五个，两排）
   =========================================================== */
.home_solution ul { display: flex; flex-wrap: wrap; margin: 0 -8px; list-style: none; padding: 0; }
.home_solution li { width: 20%; padding: 0 8px; box-sizing: border-box; margin-bottom: 16px; display: flex; }
.home_solution li a { display: flex; flex-direction: column; width: 100%; height: 100%; background: #fff; border: 1px solid #e8ecf2; border-radius: 14px; padding: 22px 16px 18px; position: relative; overflow: hidden; box-shadow: 0 8px 30px rgba(11,97,231,.05); transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease; }
.home_solution li a::before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 3px; background: linear-gradient(90deg, #c8a35b, #e6c98a); transform: scaleX(0); transform-origin: left; transition: transform .35s ease; }
.home_solution li a:hover { transform: translateY(-8px); box-shadow: 0 22px 50px rgba(11,97,231,.14); border-color: #c8a35b; }
.home_solution li a:hover::before { transform: scaleX(1); }
.home_solution li .num { font-size: 32px; font-weight: 800; font-style: italic; color: #eef1f6; line-height: 1; margin-bottom: 12px; transition: color .35s ease; }
.home_solution li a:hover .num { color: #f3e6c8; }
.home_solution li h3 { font-size: 15px; font-weight: 700; color: #131414; min-height: 42px; display: flex; align-items: flex-end; margin-bottom: 10px; }
.home_solution li p { font-size: 12px; line-height: 1.75; color: #7e8794; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; margin-bottom: 12px; }
.home_solution li .more { margin-top: auto; font-size: 12px; font-weight: 600; color: #c8a35b; }

/* ===========================================================
   首页关于云顶国际 home_about
   =========================================================== */
.home_about { display: flex; align-items: center; gap: 60px; }
.home_about .video { width: 52%; border-radius: 18px; overflow: hidden; box-shadow: 0 24px 60px rgba(0,0,0,.3); }
.home_about .video img,
.home_about .video video { width: 100%; display: block; }
.home_about .desc { width: 48%; color: #c5cdd8; font-size: 16px; line-height: 2.1; }
.home_about .desc .more { margin-top: 28px; }
.home_about .desc .more a { display: inline-flex; align-items: center; justify-content: center; width: 56px; height: 56px; border-radius: 50%; background: #c8a35b; color: #0b61e7; font-size: 22px; box-shadow: 0 12px 30px rgba(200,163,91,.4); transition: transform .25s ease; }
.home_about .desc .more a:hover { transform: translateY(-4px); }

/* ===========================================================
   首页客户案例 / 新闻中心 home_news
   =========================================================== */
.home_news ul { display: flex; flex-wrap: wrap; margin: 0 -12px; list-style: none; padding: 0; }
.home_news ul li { width: 33.333%; padding: 0 12px; box-sizing: border-box; margin-bottom: 26px; list-style: none; }
.home_news ul li a { display: block; background: #fff; border-radius: 16px; overflow: hidden; box-shadow: 0 8px 30px rgba(11,97,231,.05); transition: transform .35s ease, box-shadow .35s ease; }
.home_news ul li a:hover { transform: translateY(-10px); box-shadow: 0 22px 50px rgba(11,97,231,.14); }
.home_news ul li .top { position: relative; overflow: hidden; }
.home_news ul li .top img { width: 100%; height: 220px; object-fit: cover; display: block; transition: transform .6s ease; }
.home_news ul li a:hover .top img { transform: scale(1.08); }
.home_news ul li .top .date { position: absolute; left: 16px; bottom: 16px; background: #c8a35b; color: #0b61e7; font-size: 14px; font-weight: 700; padding: 4px 14px; border-radius: 30px; }
.home_news ul li .foot { padding: 22px 22px 26px; }
.home_news ul li .foot .title { font-size: 18px; font-weight: 700; color: #131414; }
.home_news ul li .foot .desc { font-size: 14px; color: #8a93a0; line-height: 1.8; margin-top: 10px; height: 50px; overflow: hidden; }

/* 客户案例专题 case */
.case_hero_sub { min-height: var(--site-banner-h); }
.case_industry_grid { display: flex; flex-wrap: wrap; gap: 24px; }
.case_industry_grid.is_col_4 .case_industry_card { width: calc(25% - 18px); }
.case_industry_card { width: calc(33.333% - 16px); box-sizing: border-box; display: flex; flex-direction: column; background: #fff; border: 1px solid #e8ecf2; border-radius: 16px; padding: 28px 26px 24px; box-shadow: 0 10px 36px rgba(11,97,231,.06); transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease; color: inherit; min-height: 220px; }
.case_industry_card:hover { transform: translateY(-8px); box-shadow: 0 24px 56px rgba(11,97,231,.14); border-color: #c8a35b; color: inherit; }
.case_industry_card .num { font-size: 36px; font-weight: 800; font-style: italic; color: #eef1f6; line-height: 1; margin-bottom: 12px; transition: color .3s ease; }
.case_industry_card:hover .num { color: #f3e6c8; }
.case_industry_card h3 { font-size: 20px; font-weight: 800; color: #131414; margin: 0 0 12px; line-height: 1.4; }
.case_industry_card p { font-size: 14px; line-height: 1.85; color: #7e8794; margin: 0 0 18px; flex: 1; }
.case_industry_card .more { font-size: 13px; font-weight: 700; color: #c8a35b; margin-top: auto; }
.case_topic_grid { display: flex; flex-wrap: wrap; margin: 0 -12px; list-style: none; padding: 0; }
.case_topic_grid li { width: 33.333%; padding: 0 12px; box-sizing: border-box; margin-bottom: 26px; }
.case_topic_grid li a { display: block; background: #fff; border-radius: 16px; overflow: hidden; box-shadow: 0 8px 30px rgba(11,97,231,.05); transition: transform .35s ease, box-shadow .35s ease; height: 100%; color: inherit; }
.case_topic_grid li a:hover { transform: translateY(-10px); box-shadow: 0 22px 50px rgba(11,97,231,.14); color: inherit; }
.case_topic_grid .top { position: relative; overflow: hidden; }
.case_topic_grid .top img { width: 100%; height: 220px; object-fit: cover; display: block; transition: transform .6s ease; }
.case_topic_grid li a:hover .top img { transform: scale(1.08); }
.case_topic_grid .top .date { position: absolute; left: 16px; bottom: 16px; background: #c8a35b; color: #0b61e7; font-size: 13px; font-weight: 700; padding: 4px 14px; border-radius: 30px; }
.case_topic_grid .foot { padding: 22px 22px 26px; }
.case_topic_grid .foot .title { font-size: 18px; font-weight: 700; color: #131414; line-height: 1.5; }
.case_topic_grid .foot .desc { font-size: 14px; color: #8a93a0; line-height: 1.8; margin-top: 10px; height: 50px; overflow: hidden; }
.case_topic_grid .foot .more { display: inline-block; margin-top: 14px; font-size: 13px; font-weight: 700; color: #c8a35b; }
.case_topic_grid.is_fullwidth { margin: 0 -10px; }
.case_topic_grid.is_col_4 li { width: 25%; padding: 0 10px; box-sizing: border-box; }
.case_topic_grid.is_col_4 .top img { height: 240px; }
.case_service_page .case_hero_sub { min-height: var(--site-banner-h); }

/* 工程案例详情 caseshow */
.caseshow_page { background: #f8fafc; }
.caseshow_hero_bar { background: #fff; border-bottom: 1px solid #e8ecf2; padding: 18px 0; }
.caseshow_breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; font-size: 13px; color: #8a93a0; line-height: 1.6; }
.caseshow_breadcrumb a { color: #5a6473; transition: color .2s ease; }
.caseshow_breadcrumb a:hover { color: #0b61e7; }
.caseshow_breadcrumb .sep { color: #d0d6de; }
.caseshow_breadcrumb em { color: #131414; font-style: normal; font-weight: 600; }
.caseshow_sticky_nav { background: #fff; border-bottom: 1px solid #e8ecf2; position: sticky; top: var(--site-header-h, 0px); z-index: 20; box-shadow: 0 8px 24px rgba(11,97,231,.04); }
.caseshow_sticky_nav_inner { display: flex; flex-wrap: wrap; gap: 8px; padding: 12px 0; }
.caseshow_sticky_nav .nav_item { display: inline-flex; align-items: center; gap: 8px; padding: 10px 18px; border-radius: 40px; background: #f4f7fa; color: #44505f; font-size: 14px; font-weight: 600; transition: all .25s ease; }
.caseshow_sticky_nav .nav_item .dot { width: 6px; height: 6px; border-radius: 50%; background: #c8a35b; opacity: 0; transition: opacity .25s ease; }
.caseshow_sticky_nav .nav_item:hover { background: #eef3fb; color: #0b61e7; }
.caseshow_sticky_nav .nav_item:hover .dot { opacity: 1; }
.caseshow_sticky_nav .nav_item.nav_cta { margin-left: auto; background: linear-gradient(135deg, #1b3354, #0b61e7); color: #fff; }
.caseshow_sticky_nav .nav_item.nav_cta .dot { background: #e6c98a; opacity: 1; }
.caseshow_sticky_nav .nav_item.nav_cta:hover { box-shadow: 0 8px 24px rgba(11,97,231,.2); color: #fff; }
.caseshow_main { padding: 36px 0 56px; }
.caseshow_card,
.caseshow_detail_block,
.caseshow_info_block,
.caseshow_highlights_block,
.caseshow_related_block { background: #fff; border-radius: 18px; padding: 34px; box-shadow: 0 10px 40px rgba(11,97,231,.06); margin-bottom: 28px; border: 1px solid #eef1f4; scroll-margin-top: calc(var(--site-header-h, 0px) + 72px); }
.caseshow { display: flex; gap: 48px; align-items: flex-start; }
.caseshow .col-left { width: 46%; flex: 0 0 46%; }
.caseshow .col-right { flex: 1; min-width: 0; }
.caseshow .gallery_label { font-size: 11px; letter-spacing: 3px; color: #c8a35b; font-weight: 700; margin-bottom: 12px; }
.caseshow .big_pic { border-radius: 16px; overflow: hidden; background: #f5f7fa; border: 1px solid #eef1f4; }
.caseshow .big_pic img { width: 100%; display: block; aspect-ratio: 4 / 3; object-fit: cover; }
.caseshow .caseshow_no_pic img { aspect-ratio: 4 / 3; }
.caseshow .thumb_pic { margin-top: 16px; }
.caseshow .thumb_pic ul { display: flex; flex-wrap: wrap; gap: 10px; list-style: none; margin: 0; padding: 0; }
.caseshow .thumb_pic li { width: 72px; height: 72px; border: 2px solid transparent; border-radius: 12px; overflow: hidden; cursor: pointer; transition: border-color .2s ease, box-shadow .2s ease; list-style: none; }
.caseshow .thumb_pic li img { width: 100%; height: 100%; object-fit: cover; display: block; }
.caseshow .thumb_pic li.active,
.caseshow .thumb_pic li:hover { border-color: #c8a35b; box-shadow: 0 6px 16px rgba(200,163,91,.25); }
.caseshow_badge { margin-bottom: 12px; }
.caseshow_badge a { display: inline-block; padding: 5px 14px; border-radius: 20px; background: #fbf8f1; border: 1px solid #f0e2c4; color: #c8a35b; font-size: 13px; font-weight: 700; }
.caseshow .col-right h1 { font-size: 32px; font-weight: 800; color: #131414; margin: 0 0 14px; line-height: 1.4; }
.caseshow_meta { display: flex; flex-wrap: wrap; gap: 18px; margin-bottom: 18px; font-size: 13px; color: #8a93a0; }
.caseshow_meta span { display: inline-flex; align-items: center; gap: 6px; }
.caseshow_meta i { color: #c8a35b; font-size: 15px; }
.caseshow .intro { font-size: 15px; color: #5a6473; line-height: 1.95; margin-bottom: 20px; padding: 16px 18px; background: #f8fafc; border-radius: 12px; border-left: 4px solid #c8a35b; }
.caseshow_attrs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; list-style: none; margin: 0 0 20px; padding: 0; }
.caseshow_attrs li { background: #f8fafc; border: 1px solid #eef1f4; border-radius: 10px; padding: 12px 14px; list-style: none; }
.caseshow_attrs li em { display: block; font-style: normal; font-size: 12px; color: #8a93a0; margin-bottom: 4px; }
.caseshow_attrs li span { display: block; font-size: 15px; color: #0b61e7; font-weight: 600; line-height: 1.5; word-break: break-all; }
.caseshow_tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; }
.caseshow_tags span { display: inline-block; padding: 6px 14px; border-radius: 20px; background: #fbf8f1; border: 1px solid #f0e2c4; font-size: 12px; font-weight: 700; color: #c8a35b; }
.caseshow_actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 22px; }
.caseshow_btn_primary,
.caseshow_btn_outline { display: inline-flex; align-items: center; justify-content: center; gap: 6px; min-width: 130px; height: 46px; padding: 0 22px; border-radius: 8px; font-size: 15px; font-weight: 700; border: none; cursor: pointer; transition: transform .25s ease, box-shadow .25s ease; text-decoration: none; }
.caseshow_btn_primary { background: linear-gradient(135deg, #1b3354, #0b61e7); color: #fff; box-shadow: 0 10px 24px rgba(11,97,231,.18); }
.caseshow_btn_outline { background: #fff; color: #0b61e7; border: 1px solid #d9e0e8; }
.caseshow_btn_primary:hover,
.caseshow_btn_outline:hover { transform: translateY(-2px); color: inherit; }
.caseshow_contact { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.caseshow_contact .item { display: flex; align-items: flex-start; gap: 10px; padding: 14px; background: #f8fafc; border-radius: 12px; border: 1px solid #eef1f4; }
.caseshow_contact .item i { color: #c8a35b; font-size: 18px; margin-top: 2px; }
.caseshow_contact .item strong { display: block; font-size: 12px; color: #8a93a0; font-weight: 600; margin-bottom: 4px; }
.caseshow_contact .item span { display: block; font-size: 14px; color: #0b61e7; font-weight: 700; line-height: 1.5; word-break: break-all; }
.caseshow_content { line-height: 2; font-size: 16px; color: #44505f; }
.caseshow_content img { max-width: 100%; height: auto; border-radius: 12px; margin: 16px 0; }
.caseshow_content p { margin-bottom: 14px; }
.caseshow_notice { padding: 24px; background: #f8fafc; border-radius: 12px; color: #8a93a0; text-align: center; }
.caseshow_info_grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; list-style: none; margin: 0; padding: 0; }
.caseshow_info_grid li { list-style: none; background: #f8fafc; border: 1px solid #eef1f4; border-radius: 12px; padding: 16px 18px; }
.caseshow_info_grid li em { display: block; font-style: normal; font-size: 13px; color: #8a93a0; margin-bottom: 6px; }
.caseshow_info_grid li span { display: block; font-size: 15px; color: #0b61e7; font-weight: 600; line-height: 1.6; word-break: break-all; }
.caseshow_highlight_grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.caseshow_highlight_grid .item { background: #f8fafc; border: 1px solid #eef1f4; border-radius: 14px; padding: 22px 20px; }
.caseshow_highlight_grid .check { width: 28px; height: 28px; border-radius: 50%; background: #fbf8f1; border: 1px solid #f0e2c4; color: #c8a35b; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 800; margin-bottom: 12px; }
.caseshow_highlight_grid h3 { font-size: 16px; font-weight: 800; color: #131414; margin: 0 0 8px; }
.caseshow_highlight_grid p { font-size: 13px; color: #7e8794; line-height: 1.8; margin: 0; }
.caseshow_more_link { text-align: center; margin-top: 8px; }
.caseshow_more_link a { display: inline-block; font-size: 14px; font-weight: 700; color: #c8a35b; }
.caseshow_cta { margin-bottom: 0; border-radius: 18px; overflow: hidden; }
.caseshow_cta_btns { display: flex; flex-wrap: wrap; gap: 12px; }

/* 新闻中心专题 news */
.news_topic_hero { min-height: var(--site-banner-h); }
.news_category_grid { display: flex; flex-wrap: wrap; gap: 24px; }
.news_category_grid.is_compact .news_category_card { min-width: calc(50% - 12px); }
.news_category_card { flex: 1; min-width: calc(50% - 12px); display: flex; flex-direction: column; background: #fff; border: 1px solid #e8ecf2; border-radius: 16px; padding: 32px 28px 26px; box-shadow: 0 10px 36px rgba(11,97,231,.06); transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease; color: inherit; min-height: 240px; }
.news_category_card:hover { transform: translateY(-8px); box-shadow: 0 24px 56px rgba(11,97,231,.14); border-color: #c8a35b; color: inherit; }
.news_category_card .num { font-size: 36px; font-weight: 800; font-style: italic; color: #eef1f6; line-height: 1; margin-bottom: 10px; transition: color .3s ease; }
.news_category_card:hover .num { color: #f3e6c8; }
.news_category_card .slogan { font-size: 14px; font-weight: 700; color: #c8a35b; letter-spacing: 1px; margin-bottom: 10px; }
.news_category_card h3 { font-size: 22px; font-weight: 800; color: #131414; margin: 0 0 12px; line-height: 1.4; }
.news_category_card p { font-size: 14px; line-height: 1.85; color: #7e8794; margin: 0 0 16px; flex: 1; }
.news_category_card .tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
.news_category_card .tags span { display: inline-block; padding: 4px 12px; background: #f4f7fb; border: 1px solid #e8ecf2; border-radius: 20px; font-size: 12px; color: #5a6473; }
.news_category_card .more { font-size: 13px; font-weight: 700; color: #c8a35b; margin-top: auto; }
.news_topic_grid { display: flex; flex-wrap: wrap; margin: 0 -12px; list-style: none; padding: 0; }
.news_topic_grid li { width: 33.333%; padding: 0 12px; box-sizing: border-box; margin-bottom: 26px; }
.news_topic_grid li a { display: block; background: #fff; border-radius: 16px; overflow: hidden; box-shadow: 0 8px 30px rgba(11,97,231,.05); transition: transform .35s ease, box-shadow .35s ease; height: 100%; color: inherit; border: 1px solid #e8ecf2; }
.news_topic_grid li a:hover { transform: translateY(-10px); box-shadow: 0 22px 50px rgba(11,97,231,.14); color: inherit; }
.news_topic_grid .top { position: relative; overflow: hidden; }
.news_topic_grid .top img { width: 100%; height: 220px; object-fit: cover; display: block; transition: transform .6s ease; }
.news_topic_grid li a:hover .top img { transform: scale(1.08); }
.news_topic_grid .top .date { position: absolute; left: 16px; bottom: 16px; background: #c8a35b; color: #0b61e7; font-size: 13px; font-weight: 700; padding: 4px 14px; border-radius: 30px; }
.news_topic_grid .foot { padding: 22px 22px 26px; }
.news_topic_grid .foot .title { font-size: 18px; font-weight: 700; color: #131414; line-height: 1.5; }
.news_topic_grid .foot .desc { font-size: 14px; color: #8a93a0; line-height: 1.8; margin-top: 10px; height: 50px; overflow: hidden; }
.news_topic_grid .foot .more { display: inline-block; margin-top: 14px; font-size: 13px; font-weight: 700; color: #c8a35b; }
.news_topic_empty { width: 100%; text-align: center; padding: 48px 20px; color: #8a93a0; font-size: 15px; list-style: none; }
.news_collection_wrap { display: flex; flex-direction: column; gap: 48px; }
.news_collection_block { background: #fff; border: 1px solid #e8ecf2; border-radius: 20px; padding: 32px 32px 8px; box-shadow: 0 10px 36px rgba(11,97,231,.05); }
.news_collection_head { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; margin-bottom: 24px; padding-bottom: 20px; border-bottom: 1px solid #eef1f6; }
.news_collection_head .left { flex: 1; min-width: 0; }
.news_collection_head .slogan { font-size: 14px; font-weight: 700; color: #c8a35b; letter-spacing: 1px; margin-bottom: 8px; }
.news_collection_head h3 { font-size: 24px; font-weight: 800; color: #131414; margin: 0 0 10px; line-height: 1.35; }
.news_collection_head p { font-size: 14px; line-height: 1.85; color: #7e8794; margin: 0; }
.news_collection_head .more_link { flex-shrink: 0; display: inline-flex; align-items: center; height: 42px; padding: 0 22px; border-radius: 30px; background: #f4f7fb; border: 1px solid #e8ecf2; font-size: 13px; font-weight: 700; color: #0b61e7; transition: background .3s ease, border-color .3s ease, color .3s ease; white-space: nowrap; }
.news_collection_head .more_link:hover { background: #0b61e7; border-color: #0b61e7; color: #fff; }
.news_topic_grid.is_compact li { width: 33.333%; }
.news_topic_grid.is_compact .top img { height: 180px; }
.news_m_grid { display: flex; flex-direction: column; gap: 14px; }
.news_m_item { display: block; background: #fff; border: 1px solid #e8ecf2; border-radius: 12px; overflow: hidden; color: inherit; }
.news_m_item .pic img { width: 100%; height: 160px; object-fit: cover; display: block; }
.news_m_item .body { padding: 14px 16px 16px; }
.news_m_item .date { font-size: 12px; color: #c8a35b; font-weight: 700; margin-bottom: 6px; }
.news_m_item .title { font-size: 15px; font-weight: 700; color: #131414; line-height: 1.5; }
.news_m_item .desc { font-size: 13px; color: #8a93a0; line-height: 1.75; margin-top: 8px; }
.news_m_empty { text-align: center; padding: 32px 16px; color: #8a93a0; font-size: 14px; }
.news_m_collection { position: relative; margin-bottom: 8px; }
.news_m_collection_more { display: inline-block; margin-bottom: 12px; font-size: 13px; font-weight: 700; color: #0b61e7; }
[id="topics"], [id="latest"], [id="list"], [id="featured"], [id="collections"], [id="channels"] { scroll-margin-top: 80px; }

/* ===========================================================
   解决规划专题（大气版）solution_topic / solution_overview
   =========================================================== */
.solution_hero { position: relative; height: var(--site-banner-h); min-height: var(--site-banner-h); max-height: var(--site-banner-h); background-size: cover; background-position: center; display: flex; align-items: center; color: #fff; overflow: hidden; }
.solution_hero_overview { height: var(--site-banner-h); min-height: var(--site-banner-h); max-height: var(--site-banner-h); }
.solution_hero_mask { position: absolute; inset: 0; background: linear-gradient(120deg, rgba(12,22,38,.88) 0%, rgba(11,97,231,.72) 55%, rgba(11,97,231,.45) 100%); }
.solution_hero_inner { position: relative; z-index: 2; padding: 28px 0 32px; max-width: 860px; width: 100%; }
.solution_hero_crumb { font-size: 13px; color: rgba(255,255,255,.65); margin-bottom: 28px; }
.solution_hero_crumb a { color: rgba(255,255,255,.75); }
.solution_hero_crumb a:hover { color: #e6c98a; }
.solution_hero_crumb span { margin: 0 8px; opacity: .5; }
.solution_hero_crumb em { font-style: normal; color: #e6c98a; }
.solution_hero_badge { display: inline-block; font-size: 12px; letter-spacing: 4px; color: #e6c98a; font-weight: 700; margin-bottom: 18px; padding-bottom: 10px; border-bottom: 2px solid rgba(200,163,91,.55); }
.solution_hero h1 { font-size: 34px; font-weight: 800; line-height: 1.25; margin: 0 0 12px; letter-spacing: 1px; text-shadow: 0 8px 30px rgba(0,0,0,.25); }
.solution_hero p { font-size: 14px; line-height: 1.75; color: rgba(255,255,255,.82); max-width: 760px; margin: 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.solution_hero_actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 16px; }
.btn_gold,
.btn_line { display: inline-flex; align-items: center; justify-content: center; min-width: 148px; height: 48px; padding: 0 26px; border-radius: 4px; font-size: 15px; font-weight: 700; transition: all .3s ease; }
.btn_gold { background: linear-gradient(135deg, #c8a35b, #e6c98a); color: #0b61e7; box-shadow: 0 12px 28px rgba(200,163,91,.35); }
.btn_gold:hover { transform: translateY(-3px); color: #0b61e7; box-shadow: 0 16px 36px rgba(200,163,91,.45); }
.btn_line { border: 1px solid rgba(255,255,255,.45); color: #fff; background: rgba(255,255,255,.06); }
.btn_line:hover { background: #fff; color: #0b61e7; border-color: #fff; }

.solution_nav_bar { background: #fff; border-bottom: 1px solid #e8ecf2; position: sticky; top: var(--site-header-h, 0px); z-index: 20; box-shadow: 0 8px 24px rgba(11,97,231,.04); }
.solution_tabs { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin: 0; padding: 14px 0; }
.solution_tabs li a { display: inline-block; padding: 10px 16px; border-radius: 4px; background: #f4f7fa; color: #131414; font-size: 13px; transition: all .25s ease; }
.solution_tabs li a:hover,
.solution_tabs li.active a { background: #0b61e7; color: #fff; }
.submenu { display: flex; flex-wrap: wrap; gap: 10px; list-style: none; margin: 0; padding: 0; }
.submenu li a { display: inline-block; padding: 8px 16px; border-radius: 30px; background: #f3f6f9; color: #131414; font-size: 14px; transition: all .25s ease; }
.submenu li a:hover,
.submenu li.active a { background: #0b61e7; color: #fff; }

.solution_section { padding: 72px 0; background: #fff; }
.solution_section_gray { background: #f5f7fa; }
.solution_section_dark { background: linear-gradient(145deg, #132033 0%, #1b3354 100%); color: #fff; }
.solution_section_head { text-align: center; margin-bottom: 48px; }
.solution_section_head .en { font-size: 12px; letter-spacing: 4px; color: #c8a35b; font-weight: 700; margin-bottom: 12px; }
.solution_section_head h2 { font-size: 34px; font-weight: 800; color: #131414; margin: 0 0 14px; }
.solution_section_head p { font-size: 15px; color: #7e8794; margin: 0 auto; max-width: 640px; line-height: 1.8; }
.solution_section_head.light .en { color: #e6c98a; }
.solution_section_head.light h2 { color: #fff; }
.solution_section_head.light p { color: rgba(255,255,255,.68); }

.solution_scene_grid { display: flex; flex-wrap: wrap; margin: 0 -12px; }
.solution_scene_item { width: 25%; padding: 0 12px; box-sizing: border-box; margin-bottom: 24px; }
.solution_scene_item .inner { height: 100%; background: #fff; border: 1px solid #e8ecf2; border-radius: 4px; padding: 28px 24px 26px; transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease; }
.solution_scene_item:hover .inner { transform: translateY(-8px); border-color: #c8a35b; box-shadow: 0 20px 44px rgba(11,97,231,.12); }
.solution_scene_item .num { font-size: 34px; font-weight: 800; font-style: italic; color: #eef1f6; line-height: 1; margin-bottom: 14px; }
.solution_scene_item h3 { font-size: 17px; font-weight: 800; color: #131414; margin: 0 0 10px; min-height: 48px; }
.solution_scene_item p { font-size: 13px; line-height: 1.8; color: #7e8794; margin: 0; }

.solution_value_grid { display: flex; flex-wrap: wrap; margin: 0 -12px; }
.solution_value_grid .item { width: 25%; padding: 0 12px; box-sizing: border-box; margin-bottom: 16px; }
.solution_value_grid .item .num { font-size: 42px; font-weight: 800; font-style: italic; color: rgba(230,201,138,.28); line-height: 1; margin-bottom: 16px; }
.solution_value_grid .item h3 { font-size: 20px; color: #fff; margin: 0 0 12px; font-weight: 800; }
.solution_value_grid .item p { font-size: 14px; line-height: 1.85; color: rgba(255,255,255,.68); margin: 0; padding-right: 10px; }

.solution_detail_box { background: #fff; border: 1px solid #e8ecf2; border-radius: 4px; padding: 40px 44px; box-shadow: 0 12px 40px rgba(11,97,231,.04); }
.solution_detail_box .content { font-size: 15px; line-height: 2; color: #5a6473; }

.solution_cta_band { background: linear-gradient(120deg, #0f1c2f 0%, #1b3354 50%, #243f63 100%); padding: 64px 0; }
.solution_cta_inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.solution_cta_inner .text .en { font-size: 12px; letter-spacing: 4px; color: #e6c98a; font-weight: 700; margin-bottom: 12px; }
.solution_cta_inner .text h3 { font-size: 30px; color: #fff; margin: 0 0 12px; font-weight: 800; }
.solution_cta_inner .text p { font-size: 15px; color: rgba(255,255,255,.7); margin: 0; }

.solution_catalog_grid { display: flex; flex-wrap: wrap; gap: 20px; margin-bottom: 48px; }
.solution_catalog_card { flex: 1; min-width: calc(50% - 10px); display: flex; flex-direction: column; background: #fff; border: 1px solid #e8ecf2; border-radius: 16px; overflow: hidden; box-shadow: 0 10px 36px rgba(11,97,231,.05); transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease; color: inherit; min-height: 280px; }
.solution_catalog_card:hover { transform: translateY(-8px); box-shadow: 0 24px 56px rgba(11,97,231,.14); border-color: #c8a35b; color: inherit; }
.solution_catalog_card .card_pic { position: relative; height: 168px; overflow: hidden; background: linear-gradient(145deg, #132033, #1b3354); }
.solution_catalog_card .card_pic img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s ease; }
.solution_catalog_card:hover .card_pic img { transform: scale(1.06); }
.solution_catalog_card .card_pic_placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
.solution_catalog_card .card_pic_placeholder span { font-size: 56px; font-weight: 800; font-style: italic; color: rgba(255,255,255,.16); line-height: 1; }
.solution_catalog_card .card_body { display: flex; flex-direction: column; flex: 1; padding: 20px 22px 24px; }
.solution_catalog_card .card_head { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; min-width: 0; }
.solution_catalog_card .card_head .num { flex: 0 0 auto; font-size: 28px; font-weight: 800; font-style: italic; color: #c8a35b; line-height: 1; margin: 0; transition: color .3s ease; }
.solution_catalog_card .card_head h3 { flex: 1; min-width: 0; font-size: 18px; font-weight: 800; color: #131414; margin: 0; line-height: 1.35; }
.solution_catalog_card .slogan { font-size: 13px; font-weight: 700; color: #c8a35b; margin-bottom: 8px; }
.solution_catalog_card p { font-size: 13px; line-height: 1.85; color: #7e8794; margin: 0 0 16px; flex: 1; }
.solution_catalog_card .more { font-size: 13px; font-weight: 700; color: #c8a35b; margin-top: auto; }

.solution_more_grid { display: flex; flex-wrap: wrap; margin: 0 -12px; }
.solution_more_grid a { width: 33.333%; padding: 0 12px; box-sizing: border-box; margin-bottom: 24px; text-decoration: none; display: block; }
.solution_more_grid a .inner { height: 100%; background: #f8fafc; border: 1px solid #e8ecf2; border-radius: 4px; padding: 26px 24px 22px; transition: all .35s ease; }
.solution_more_grid a .num { font-size: 28px; font-weight: 800; font-style: italic; color: #e4e8ee; margin-bottom: 10px; }
.solution_more_grid a .slogan { font-size: 13px; font-weight: 700; color: #c8a35b; margin-bottom: 8px; }
.solution_more_grid a h4 { margin: 0 0 10px; font-size: 17px; color: #131414; font-weight: 800; }
.solution_more_grid a p { margin: 0 0 16px; font-size: 13px; color: #7e8794; line-height: 1.75; min-height: 68px; }
.solution_more_grid a span { font-size: 13px; font-weight: 700; color: #c8a35b; }
.solution_more_grid a:hover .inner { background: #0b61e7; border-color: #0b61e7; box-shadow: 0 18px 40px rgba(11,97,231,.16); transform: translateY(-8px); }
.solution_more_grid a:hover .num { color: rgba(230,201,138,.25); }
.solution_more_grid a:hover h4,
.solution_more_grid a:hover p { color: #fff; }
.solution_more_grid a:hover .slogan { color: #e6c98a; }
.solution_more_grid a:hover span { color: #e6c98a; }

.solution_topic_tags,
.solution_overview_row .row_tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.solution_topic_tags span,
.solution_overview_row .row_tags span { display: inline-block; padding: 4px 12px; background: #f4f7fb; border: 1px solid #e8ecf2; border-radius: 20px; font-size: 12px; color: #5a6473; }
.solution_overview_row .row_slogan { font-size: 14px; font-weight: 700; color: #c8a35b; margin-bottom: 8px; }
.solution_topic_empty { padding: 48px 20px; text-align: center; color: #8a93a0; font-size: 15px; background: #f8fafc; border-radius: 12px; border: 1px solid #e8ecf2; }
.solution_topic_page .solution_scene_item .inner,
.solution_list_page .solution_overview_row { border-radius: 16px; }
[id="overview"], [id="scene"], [id="value"], [id="more"], [id="industries"], [id="detail"] { scroll-margin-top: 80px; }

/* 总览：左图右简介 */
.solution_overview_lr { display: flex; align-items: stretch; gap: 48px; }
.solution_overview_lr .pic { width: 48%; flex: 0 0 48%; border-radius: 4px; overflow: hidden; background: #eef2f6; min-height: 380px; position: relative; box-shadow: 0 24px 60px rgba(11,97,231,.14); }
.solution_overview_lr .pic img { width: 100%; height: 100%; object-fit: cover; display: block; min-height: 380px; }
.solution_overview_lr .pic .pic_tag { position: absolute; left: 0; bottom: 0; background: #c8a35b; color: #0b61e7; font-size: 12px; font-weight: 800; letter-spacing: 2px; padding: 12px 20px; }
.solution_overview_lr .desc { width: 52%; flex: 1; display: flex; flex-direction: column; justify-content: center; }
.solution_overview_lr .desc .label { display: inline-block; font-size: 12px; letter-spacing: 3px; color: #c8a35b; font-weight: 700; margin-bottom: 14px; }
.solution_overview_lr .desc h2 { font-size: 36px; color: #131414; font-weight: 800; margin: 0 0 20px; line-height: 1.3; }
.solution_overview_lr .desc .intro { color: #5a6473; font-size: 16px; line-height: 2; margin: 0 0 20px; }
.solution_overview_lr .desc .content { color: #5a6473; font-size: 15px; line-height: 1.95; }
.solution_overview_lr .desc .content p { margin: 0 0 12px; }
.solution_overview_stats { display: flex; gap: 28px; margin-top: 28px; padding-top: 28px; border-top: 1px solid #e8ecf2; }
.solution_overview_stats div { min-width: 90px; }
.solution_overview_stats strong { display: block; font-size: 28px; color: #131414; font-weight: 800; margin-bottom: 6px; }
.solution_overview_stats span { font-size: 13px; color: #8a93a0; }

.solution_overview_rows { display: flex; flex-direction: column; gap: 28px; }
.solution_overview_row { display: flex; align-items: stretch; flex-direction: row; gap: 0; text-decoration: none; background: #fff; border: 1px solid #e8ecf2; border-radius: 4px; overflow: hidden; transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease; min-height: 220px; }
.solution_overview_row.is_reverse { flex-direction: row-reverse; }
.solution_overview_row:hover { transform: translateY(-6px); border-color: #c8a35b; box-shadow: 0 22px 50px rgba(11,97,231,.12); }
.solution_overview_row .row_pic { width: 42%; flex: 0 0 42%; position: relative; overflow: hidden; background: linear-gradient(145deg, #132033, #1b3354); min-height: 220px; display: flex; align-items: center; justify-content: center; }
.solution_overview_row .row_pic img { width: 100%; height: 100%; object-fit: cover; display: block; min-height: 220px; transition: transform .6s ease; }
.solution_overview_row:hover .row_pic img { transform: scale(1.06); }
.solution_overview_row .row_pic_num { font-size: 72px; font-weight: 800; font-style: italic; color: rgba(255,255,255,.18); line-height: 1; }
.solution_overview_row .row_pic_index { position: absolute; left: 18px; bottom: 16px; font-size: 12px; letter-spacing: 2px; color: #e6c98a; font-weight: 700; }
.solution_overview_row.is_reverse .row_pic_index { left: auto; right: 18px; }
.solution_overview_row .row_desc { flex: 1; display: flex; flex-direction: column; justify-content: center; min-width: 0; padding: 36px 44px; }
.solution_overview_row .row_desc h3 { font-size: 26px; font-weight: 800; color: #131414; margin: 0 0 14px; }
.solution_overview_row .row_desc p { font-size: 15px; line-height: 1.95; color: #7e8794; margin: 0 0 22px; }
.solution_overview_row .row_desc .more { font-size: 14px; font-weight: 700; color: #c8a35b; }

/* 兼容旧类名 */
.solution_overview { background: transparent; border-radius: 0; padding: 0; box-shadow: none; }
.solution_topic { background: transparent; border-radius: 0; padding: 0; box-shadow: none; }
.solution_topic_hero .label,
.solution_overview_head .label { display: inline-block; font-size: 12px; letter-spacing: 3px; color: #c8a35b; font-weight: 700; margin-bottom: 12px; }

@media (max-width: 1024px) {
  .solution_hero h1 { font-size: 28px; }
  .solution_scene_item,
  .solution_value_grid .item,
  .solution_more_grid a { width: 50%; }
  .solution_overview_lr { flex-direction: column; gap: 28px; }
  .solution_overview_lr .pic,
  .solution_overview_lr .desc { width: 100%; flex-basis: auto; }
  .solution_overview_lr .pic,
  .solution_overview_lr .pic img { min-height: 240px; }
  .solution_overview_row,
  .solution_overview_row.is_reverse { flex-direction: column; }
  .solution_overview_row .row_pic { width: 100%; flex-basis: auto; min-height: 180px; }
  .solution_overview_row.is_reverse .row_pic_index { left: 18px; right: auto; }
  .solution_cta_inner { flex-direction: column; align-items: flex-start; }
  .solution_section { padding: 52px 0; }
}
@media (max-width: 640px) {
  .solution_hero_inner { padding: 48px 0 40px; }
  .solution_hero h1 { font-size: 28px; }
  .solution_hero p { font-size: 14px; }
  .solution_scene_item,
  .solution_value_grid .item,
  .solution_more_grid a { width: 100%; }
  .solution_section_head h2 { font-size: 26px; }
  .solution_overview_lr .desc h2 { font-size: 26px; }
  .solution_overview_row .row_desc { padding: 20px; }
  .solution_overview_row .row_desc h3 { font-size: 18px; }
  .hvac_adv_grid .item { min-width: 100%; }
  .hvac_fault_table { min-width: 0; }
  .hvac_fault_table thead { display: none; }
  .hvac_fault_table tr { display: block; margin-bottom: 16px; border: 1px solid #e8ecf2; border-radius: 12px; overflow: hidden; background: #fff; }
  .hvac_fault_table td { display: block; width: 100% !important; padding: 12px 16px; border-bottom: 1px dashed #eef1f4; }
  .hvac_fault_table td:last-child { border-bottom: 0; }
  .hvac_fault_table td::before { content: attr(data-label); display: block; font-size: 11px; font-weight: 700; letter-spacing: 1px; color: #c8a35b; margin-bottom: 6px; }
  .hvac_fault_table_wrap { border: 0; box-shadow: none; background: transparent; }
  .solution_cta_inner .text h3 { font-size: 22px; }
  .solution_overview_stats { flex-wrap: wrap; gap: 18px; }
}
.link { text-align: center; padding-bottom: 20px; }
.link a { display: inline-block; padding: 9px 24px; margin: 0 8px 12px; background: #fff; border: 1px solid #e6eaf0; border-radius: 30px; font-size: 14px; color: #5a6473; transition: all .25s ease; }
.link a:hover { background: #0b61e7; color: #fff; border-color: #0b61e7; }

/* 合作同伴（logo 墙） */
.partner { display: flex; flex-wrap: wrap; }
.partner a { width: calc(20% - 20px); margin: 0 10px 20px; height: 92px; display: flex; align-items: center; justify-content: center; background: #fff; border: 1px solid #e6eaf0; border-radius: 12px; font-size: 16px; font-weight: 600; color: #44505f; box-shadow: 0 6px 20px rgba(11,97,231,.04); transition: all .3s ease; }
.partner a:hover { border-color: #c8a35b; color: #c8a35b; transform: translateY(-6px); box-shadow: 0 16px 36px rgba(11,97,231,.12); }

/* ===========================================================
   内页通用：页面横幅 banner_inner
   =========================================================== */
.banner_inner[style*="background"] { height: var(--site-banner-h); min-height: var(--site-banner-h); max-height: var(--site-banner-h); background-size: cover !important; display: flex; align-items: center; }
.banner_inner .width { width: 1200px; }
.banner_inner .title { font-size: 38px; font-weight: 800; color: #fff; letter-spacing: 2px; text-shadow: 0 2px 16px rgba(0,0,0,.35); }
.banner_inner .desc { color: #e8edf3; font-size: 15px; margin-top: 12px; letter-spacing: 1px; }

/* 面包屑地位 */
.bg_position { background: #fff; border-bottom: 1px solid #eef1f4; padding: 16px 0; }

/* 内页主体布景 */
.bg_innner { background: #f6f8fa; padding: 40px 0; }

/* 左右两栏 */
.page_other.container { display: flex; align-items: flex-start; gap: 30px; }
.container_left { width: 270px; flex: 0 0 270px; }
.container_right,
.container_right_pro { flex: 1; min-width: 0; background: #fff; border-radius: 16px; padding: 34px; box-shadow: 0 10px 40px rgba(11,97,231,.05); }
.news_subject { font-size: 22px; font-weight: 800; color: #131414; margin-bottom: 26px; padding-left: 16px; position: relative; }
.news_subject span { position: relative; }
.news_subject span::before { content: ""; position: absolute; left: -16px; top: 2px; bottom: 2px; width: 5px; border-radius: 5px; background: linear-gradient(180deg, #c8a35b, #e6c98a); }

/* 左侧栏 */
.left_subject { font-size: 18px; font-weight: 800; color: #fff; background: linear-gradient(135deg, #1b3354, #0b61e7); padding: 18px 22px; border-radius: 12px 12px 0 0; letter-spacing: 1px; }
.left_ul { background: #fff; border-radius: 0 0 12px 12px; box-shadow: 0 10px 40px rgba(11,97,231,.05); padding: 10px 0; margin-bottom: 26px; overflow: hidden; }
.left_ul .ui-collapse-menu-title a { display: block; padding: 14px 22px; font-size: 16px; color: #131414; border-left: 4px solid transparent; transition: all .25s ease; }
.left_ul .ui-collapse-menu-title a:hover { color: #c8a35b; border-left-color: #c8a35b; background: #fbf8f1; }
.left_ul .ui-collapse-menu-title.active a { color: #c8a35b; border-left-color: #c8a35b; background: #fbf8f1; font-weight: 700; }
.left_ul .ui-collapse-menu-body ul { padding: 6px 0 12px; }
.left_ul .ui-collapse-menu-body li a { display: block; padding: 10px 22px 10px 38px; font-size: 15px; color: #131414; transition: color .2s ease; }
.left_ul .ui-collapse-menu-body li a:hover,
.left_ul .ui-collapse-menu-body li.active a { color: #c8a35b; }

/* 热点资讯 */
.hot_ul { background: #fff; border-radius: 12px; box-shadow: 0 10px 40px rgba(11,97,231,.05); padding: 18px 0; }
.hot_ul ul li a { display: flex; align-items: center; padding: 12px 22px; font-size: 15px; color: #44505f; transition: color .2s ease; }
.hot_ul ul li a span { display: inline-block; width: 26px; height: 26px; line-height: 26px; text-align: center; border-radius: 6px; background: #f0f3f7; color: #8a93a0; font-size: 13px; margin-right: 12px; flex: 0 0 26px; }
.hot_ul ul li:nth-child(-n+3) a span { background: #0b61e7; color: #fff; }
.hot_ul ul li a:hover { color: #c8a35b; }

/* ===========================================================
   产品列表 pro_list
   =========================================================== */
.pro_list ul { display: flex; flex-wrap: wrap; margin: 0 -10px; }
.pro_list li { width: 25%; padding: 0 10px; box-sizing: border-box; margin-bottom: 22px; }
.pro_list li a { display: block; background: #fff; border-radius: 14px; overflow: hidden; box-shadow: 0 8px 26px rgba(11,97,231,.05); transition: transform .35s ease, box-shadow .35s ease; }
.pro_list li a:hover { transform: translateY(-8px); box-shadow: 0 20px 44px rgba(11,97,231,.14); }
.pro_list li .top { overflow: hidden; }
.pro_list li .top img { width: 100%; height: 210px; object-fit: cover; display: block; transition: transform .6s ease; }
.pro_list li a:hover .top img { transform: scale(1.08); }
.pro_list li .foot { padding: 18px 18px 20px; position: relative; }
.pro_list li .foot { font-size: 16px; font-weight: 700; color: #131414; }
.pro_list li .foot span { display: block; font-size: 13px; color: #8a93a0; margin-top: 6px; font-weight: 400; }
.pro_list li .foot .icon { position: absolute; right: 18px; top: 18px; width: 30px; height: 30px; border-radius: 50%; background: #f6f8fa; }
.pro_list li .foot .icon::after { content: "→"; display: block; text-align: center; line-height: 30px; color: #c8a35b; font-weight: 700; }

/* ===========================================================
   产品详情 proshow
   =========================================================== */
.proshow_page .container_right { padding: 0; background: transparent; box-shadow: none; }
.proshow_card { background: #fff; border-radius: 18px; padding: 34px; box-shadow: 0 10px 40px rgba(11,97,231,.06); margin-bottom: 28px; }
.proshow { display: flex; gap: 42px; align-items: flex-start; }
.proshow .col-left { width: 44%; flex: 0 0 44%; }
.proshow .big_pic { border-radius: 16px; overflow: hidden; background: #f5f7fa; border: 1px solid #eef1f4; }
.proshow .big_pic img { width: 100%; display: block; aspect-ratio: 1 / 1; object-fit: cover; }
.proshow .proshow_no_pic img { aspect-ratio: 4 / 3; }
.proshow .thumb_pic { margin-top: 16px; }
.proshow .thumb_pic ul { display: flex; flex-wrap: wrap; gap: 10px; list-style: none; margin: 0; padding: 0; }
.proshow .thumb_pic li { width: 72px; height: 72px; border: 2px solid transparent; border-radius: 12px; overflow: hidden; cursor: pointer; transition: border-color .2s ease, box-shadow .2s ease; list-style: none; }
.proshow .thumb_pic li img { width: 100%; height: 100%; object-fit: cover; display: block; }
.proshow .thumb_pic li.active,
.proshow .thumb_pic li:hover { border-color: #c8a35b; box-shadow: 0 6px 16px rgba(200,163,91,.25); }
.proshow .col-right { flex: 1; min-width: 0; }
.proshow .proshow_badge { margin-bottom: 12px; }
.proshow .proshow_badge a { display: inline-block; padding: 5px 14px; border-radius: 20px; background: #fbf8f1; border: 1px solid #f0e2c4; color: #c8a35b; font-size: 13px; font-weight: 700; }
.proshow .col-right h1 { font-size: 30px; font-weight: 800; color: #131414; margin: 0 0 14px; line-height: 1.4; }
.proshow .proshow_meta { display: flex; flex-wrap: wrap; gap: 18px; margin-bottom: 18px; font-size: 13px; color: #8a93a0; }
.proshow .proshow_meta span { display: inline-flex; align-items: center; gap: 6px; }
.proshow .proshow_meta i { color: #c8a35b; font-size: 15px; }
.proshow .intro { font-size: 15px; color: #5a6473; line-height: 1.95; margin-bottom: 20px; padding: 16px 18px; background: #f8fafc; border-radius: 12px; border-left: 4px solid #c8a35b; }
.proshow .attribute { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; list-style: none; margin: 0 0 22px; padding: 0; }
.proshow .attribute li { background: #f8fafc; border: 1px solid #eef1f4; border-radius: 10px; padding: 12px 14px; list-style: none; }
.proshow .attribute li em { display: block; font-style: normal; font-size: 12px; color: #8a93a0; margin-bottom: 4px; }
.proshow .attribute li span { display: block; font-size: 15px; color: #0b61e7; font-weight: 600; line-height: 1.5; word-break: break-all; }
.proshow .price { display: flex; align-items: baseline; gap: 8px; margin: 0 0 22px; padding: 16px 0; border-top: 1px dashed #eef1f4; border-bottom: 1px dashed #eef1f4; }
.proshow .price span { font-size: 34px; font-weight: 800; color: #c8a35b; line-height: 1; }
.proshow .price em { font-style: normal; font-size: 14px; color: #8a93a0; }
.proshow .price_talk span { font-size: 28px; }
.proshow .price_talk em { color: #c8a35b; }
.proshow .action { display: flex; flex-wrap: wrap; gap: 12px; margin: 0 0 22px; }
.proshow_btn_primary,
.proshow_btn_gold,
.proshow_btn_outline { display: inline-flex; align-items: center; justify-content: center; gap: 6px; min-width: 138px; height: 46px; padding: 0 22px; border-radius: 8px; font-size: 15px; font-weight: 700; border: none; cursor: pointer; transition: transform .25s ease, box-shadow .25s ease; }
.proshow_btn_primary { background: linear-gradient(135deg, #1b3354, #0b61e7); color: #fff; box-shadow: 0 10px 24px rgba(11,97,231,.18); }
.proshow_btn_gold { background: linear-gradient(135deg, #c8a35b, #e6c98a); color: #0b61e7; box-shadow: 0 10px 24px rgba(200,163,91,.28); }
.proshow_btn_outline { background: #fff; color: #0b61e7; border: 1px solid #d9e0e8; }
.proshow_btn_primary:hover,
.proshow_btn_gold:hover,
.proshow_btn_outline:hover { transform: translateY(-2px); color: inherit; }
.proshow .proshow_contact { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-bottom: 18px; }
.proshow .proshow_contact .item { display: flex; align-items: flex-start; gap: 10px; padding: 14px; background: #f8fafc; border-radius: 12px; border: 1px solid #eef1f4; }
.proshow .proshow_contact .item i { color: #c8a35b; font-size: 18px; margin-top: 2px; }
.proshow .proshow_contact .item strong { display: block; font-size: 12px; color: #8a93a0; font-weight: 600; margin-bottom: 4px; }
.proshow .proshow_contact .item span { display: block; font-size: 14px; color: #0b61e7; font-weight: 700; line-height: 1.5; word-break: break-all; }
.proshow .tags { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 8px; }
.proshow .tags em { font-style: normal; font-size: 13px; color: #8a93a0; margin-right: 4px; }
.proshow .tags a { display: inline-block; padding: 5px 14px; border-radius: 20px; background: #f5f7fa; border: 1px solid #e8ecf2; font-size: 12px; color: #5a6473; transition: all .2s ease; }
.proshow .tags a:hover { background: #0b61e7; border-color: #0b61e7; color: #fff; }

.proshow_tabs { background: #fff; border-radius: 18px; padding: 0 34px 34px; box-shadow: 0 10px 40px rgba(11,97,231,.06); margin-bottom: 28px; overflow: hidden; }
.proshow_tab_head { border-bottom: 1px solid #eef1f4; margin: 0 -34px 28px; padding: 0 34px; }
.proshow_tab_head .ui-tabs-nav { display: flex; gap: 8px; list-style: none; margin: 0; padding: 0; border: none; }
.proshow_tab_head .ui-tabs-nav li { list-style: none; margin: 0; }
.proshow_tab_head .ui-tabs-nav li a { display: block; padding: 22px 26px 18px; font-size: 16px; font-weight: 700; color: #8a93a0; border-bottom: 3px solid transparent; margin-bottom: -1px; transition: color .2s ease, border-color .2s ease; }
.proshow_tab_head .ui-tabs-nav li.active a,
.proshow_tab_head .ui-tabs-nav li a:hover { color: #131414; border-bottom-color: #c8a35b; }
.proshow_content { line-height: 2; font-size: 16px; color: #44505f; }
.proshow_content img { max-width: 100%; height: auto; border-radius: 12px; margin: 16px 0; }
.proshow_content p { margin-bottom: 14px; }
.proshow_content ul.extend { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; list-style: none; margin: 0; padding: 0; }
.proshow_content ul.extend li { list-style: none; background: #f8fafc; border: 1px solid #eef1f4; border-radius: 12px; padding: 16px 18px; }
.proshow_content ul.extend li em { display: block; font-style: normal; font-size: 13px; color: #8a93a0; margin-bottom: 6px; }
.proshow_content ul.extend li span { display: block; font-size: 15px; color: #0b61e7; font-weight: 600; line-height: 1.6; word-break: break-all; }

.proshow_related { background: #fff; border-radius: 18px; padding: 34px; box-shadow: 0 10px 40px rgba(11,97,231,.06); margin-bottom: 28px; }
.proshow_related_grid ul { margin: 0; }
.proshow_related_grid li { width: 25%; }

.proshow_cta { background: linear-gradient(135deg, #1b3354, #0b61e7); border-radius: 18px; padding: 36px 40px; margin-bottom: 10px; }
.proshow_cta_inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.proshow_cta .text h3 { font-size: 24px; font-weight: 800; color: #fff; margin: 0 0 8px; }
.proshow_cta .text p { font-size: 14px; color: rgba(255,255,255,.72); margin: 0; }
.proshow_cta .btns { display: flex; flex-wrap: wrap; gap: 12px; }
.proshow_cta .proshow_btn_primary { background: linear-gradient(135deg, #c8a35b, #e6c98a); color: #0b61e7; }
.proshow_cta .proshow_btn_outline { background: transparent; border-color: rgba(255,255,255,.28); color: #fff; }
.proshow_cta .proshow_btn_outline:hover { background: rgba(255,255,255,.08); color: #fff; }

/* 产品详情 v2 全宽版 */
.proshow_page_v2 { background: #f8fafc; }
.proshow_hero_bar { background: #fff; border-bottom: 1px solid #e8ecf2; padding: 18px 0; }
.proshow_breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; font-size: 13px; color: #8a93a0; line-height: 1.6; }
.proshow_breadcrumb a { color: #5a6473; transition: color .2s ease; }
.proshow_breadcrumb a:hover { color: #0b61e7; }
.proshow_breadcrumb .sep { color: #d0d6de; }
.proshow_breadcrumb em { color: #131414; font-style: normal; font-weight: 600; }
.proshow_sticky_nav { background: #fff; border-bottom: 1px solid #e8ecf2; position: sticky; top: var(--site-header-h, 0px); z-index: 20; box-shadow: 0 8px 24px rgba(11,97,231,.04); }
.proshow_sticky_nav_inner { display: flex; flex-wrap: wrap; gap: 8px; padding: 12px 0; }
.proshow_sticky_nav .nav_item { display: inline-flex; align-items: center; gap: 8px; padding: 10px 18px; border-radius: 40px; background: #f4f7fa; color: #44505f; font-size: 14px; font-weight: 600; transition: all .25s ease; }
.proshow_sticky_nav .nav_item .dot { width: 6px; height: 6px; border-radius: 50%; background: #c8a35b; opacity: 0; transition: opacity .25s ease; }
.proshow_sticky_nav .nav_item:hover { background: #eef3fb; color: #0b61e7; }
.proshow_sticky_nav .nav_item:hover .dot { opacity: 1; }
.proshow_sticky_nav .nav_item.nav_cta { margin-left: auto; background: linear-gradient(135deg, #1b3354, #0b61e7); color: #fff; }
.proshow_sticky_nav .nav_item.nav_cta .dot { background: #e6c98a; opacity: 1; }
.proshow_sticky_nav .nav_item.nav_cta:hover { box-shadow: 0 8px 24px rgba(11,97,231,.2); color: #fff; }
.proshow_main { padding: 36px 0 56px; }
.proshow_page_v2 .proshow_card,
.proshow_page_v2 .proshow_detail_block,
.proshow_page_v2 .proshow_spec_block,
.proshow_page_v2 .proshow_related { background: #fff; border-radius: 18px; padding: 34px; box-shadow: 0 10px 40px rgba(11,97,231,.06); margin-bottom: 28px; border: 1px solid #eef1f4; }
.proshow_page_v2 .proshow { gap: 48px; }
.proshow_page_v2 .proshow .col-left { width: 46%; flex: 0 0 46%; }
.proshow_page_v2 .gallery_label { font-size: 11px; letter-spacing: 3px; color: #c8a35b; font-weight: 700; margin-bottom: 12px; }
.proshow_page_v2 .proshow .col-right h1 { font-size: 32px; }
.proshow_price_box { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; margin: 0 0 22px; padding: 18px 0; border-top: 1px dashed #eef1f4; border-bottom: 1px dashed #eef1f4; }
.proshow_price_box .price { margin: 0; padding: 0; border: none; }
.proshow_highlights { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin: 0; padding: 0; }
.proshow_highlights li { display: inline-block; padding: 6px 14px; background: #fbf8f1; border: 1px solid #f0e2c4; border-radius: 20px; font-size: 12px; font-weight: 700; color: #c8a35b; }
.proshow_content_box { background: #fff; border-radius: 14px; }
.proshow_detail_block,
.proshow_spec_block { scroll-margin-top: calc(var(--site-header-h, 0px) + 72px); }
.proshow_card { scroll-margin-top: calc(var(--site-header-h, 0px) + 72px); }
.solution_section_head.is_left { text-align: left; margin-bottom: 28px; }
.solution_section_head.is_left p { margin: 0; max-width: none; }
.proshow_page_v2 .proshow_related { margin-bottom: 28px; }
.proshow_page_v2 .proshow_related_grid { margin: 0 -10px; }
.proshow_page_v2 .proshow_cta { margin-top: 0; margin-bottom: 0; border-radius: 18px; overflow: hidden; }
.proshow_cta_btns { display: flex; flex-wrap: wrap; gap: 12px; }
.proshow_cta_btns .btn_gold_v2,
.proshow_cta_btns .btn_outline_v2 { border: none; cursor: pointer; }

/* ===========================================================
   文章列表 artlist
   =========================================================== */
.artlist .artlist-item { display: flex; align-items: flex-start; gap: 22px; padding: 24px 0; border-bottom: 1px solid #eef1f4; }
.artlist .artlist-item-image { width: 220px; flex: 0 0 220px; border-radius: 12px; overflow: hidden; }
.artlist .artlist-item-image img { width: 100%; height: 150px; object-fit: cover; display: block; transition: transform .6s ease; }
.artlist .artlist-item:hover .artlist-item-image img { transform: scale(1.06); }
.artlist .artlist-item-body { flex: 1; min-width: 0; }
.artlist .artlist-item-body .title { font-size: 20px; font-weight: 700; color: #131414; transition: color .2s ease; }
.artlist .artlist-item-body a:hover .title { color: #c8a35b; }
.artlist .artlist-item-body .desc { font-size: 14px; color: #8a93a0; line-height: 1.9; margin-top: 12px; }
.artlist .artlist-item-body .tags { margin-top: 12px; }
.artlist .artlist-item-date { font-size: 14px; color: #c4cad3; flex: 0 0 auto; align-self: center; }

/* ===========================================================
   页脚 footer
   =========================================================== */
.footer { background: linear-gradient(135deg, #0b61e7, #0f1c2e); color: #c5cdd8; margin-top: 0; }
.footer_main { display: flex; flex-wrap: wrap; gap: 40px 30px; padding: 70px 0 0; justify-content: space-between; align-items: flex-start; }
.foot-nav-grid { flex: 1; min-width: 0; display: grid; grid-template-columns: repeat(3, minmax(160px, 1fr)); gap: 36px 40px; }
.footer .foot-nav-item { width: auto; min-width: 0; }
.footer .foot-nav-item h3 { font-size: 17px; color: #fff; font-weight: 700; margin-bottom: 20px; position: relative; padding-left: 14px; }
.footer .foot-nav-item h3::before { content: ""; position: absolute; left: 0; top: 3px; bottom: 3px; width: 4px; border-radius: 4px; background: #c8a35b; }
.footer .foot-nav-item ul li { padding: 7px 0; }
.footer .foot-nav-item ul li a { color: #aab3c0; font-size: 14px; transition: color .2s ease; }
.footer .foot-nav-item ul li a:hover { color: #e6c98a; }
.footer .foot-right { width: 340px; flex: 0 0 340px; display: flex; gap: 24px; align-items: flex-start; justify-content: flex-end; }
.footer .foot-contact { flex: 1; min-width: 0; text-align: left; }
.footer .foot-right .tel { font-size: 14px; color: #aab3c0; margin-bottom: 16px; }
.footer .foot-right .tel span { display: block; font-size: 24px; font-weight: 800; color: #e6c98a; margin-top: 8px; line-height: 1.2; word-break: break-all; }
.footer .foot-right .addr,
.footer .foot-right .mail,
.footer .foot-right .mobile { display: flex; align-items: flex-start; gap: 8px; font-size: 13px; color: #aab3c0; line-height: 1.7; margin-bottom: 10px; }
.footer .foot-right .addr i,
.footer .foot-right .mail i,
.footer .foot-right .mobile i { flex: 0 0 auto; margin-top: 3px; color: #c8a35b; font-size: 14px; }
.footer .foot-right .mail a { color: #aab3c0; }
.footer .foot-right .mail a:hover { color: #e6c98a; }
.footer .foot-right .pic { flex: 0 0 auto; text-align: center; }
.footer .foot-right .pic_item { display: inline-block; }
.footer .foot-right .pic_item img { width: 110px; border-radius: 10px; padding: 8px; background: #fff; }
.footer .foot-right .pic_item span { display: block; margin-top: 8px; font-size: 12px; color: #aab3c0; }
.footer .copyright { text-align: center; padding: 26px 0 30px; margin-top: 50px; border-top: 1px solid rgba(255,255,255,.08); font-size: 13px; color: #8b94a3; line-height: 1.8; }
.footer .copyright a { color: #aab3c0; }
.footer .copyright a:hover { color: #e6c98a; }

/* 右侧浮动客服栏 */
.right_bar { position: fixed; right: 16px; top: 50%; transform: translateY(-50%); z-index: 120; }
.right_bar .float_list { margin: 0; padding: 0; }
.right_bar .float_item { width: 52px; height: 52px; margin-bottom: 8px; background: #0b61e7; border-radius: 12px; text-align: center; position: relative; transition: background .25s ease, box-shadow .25s ease; cursor: pointer; box-shadow: 0 6px 18px rgba(15,28,46,.18); }
.right_bar .float_item a { display: block; color: #fff; line-height: 52px; font-size: 20px; }
.right_bar .float_item .float_tip { position: absolute; right: 64px; top: 0; white-space: nowrap; background: #c8a35b; color: #0b61e7; padding: 0 14px; height: 52px; line-height: 52px; border-radius: 8px; opacity: 0; visibility: hidden; transition: all .25s ease; font-size: 14px; pointer-events: none; }
.right_bar .float_item:hover { background: #c8a35b; }
.right_bar .float_item:hover a { color: #0b61e7; }
.right_bar .float_item:hover .float_tip { opacity: 1; visibility: visible; }
.right_bar .float_weixin .float_qrcode { position: absolute; right: 64px; top: 50%; transform: translateY(-50%); width: 148px; padding: 12px; background: #fff; border-radius: 12px; box-shadow: 0 10px 30px rgba(15,28,46,.18); opacity: 0; visibility: hidden; transition: all .25s ease; pointer-events: none; text-align: center; }
.right_bar .float_weixin .float_qrcode img { width: 120px; height: 120px; border-radius: 8px; display: block; margin: 0 auto; }
.right_bar .float_weixin .float_qrcode span { display: block; margin-top: 8px; font-size: 12px; color: #5a6473; line-height: 1.4; }
.right_bar .float_weixin:hover .float_qrcode { opacity: 1; visibility: visible; }
.right_bar .float_weixin:hover .float_tip { opacity: 0; visibility: hidden; }

/* 会员中心 */
.user_info { display: flex; align-items: center; gap: 30px; padding: 20px; background: #f6f8fa; border-radius: 14px; }
.user_info .face img { width: 96px; height: 96px; border-radius: 50%; border: 3px solid #c8a35b; }
.user_info .info p { font-size: 18px; color: #0b61e7; font-weight: 700; margin-bottom: 12px; }
.user_info .info p span { color: #c8a35b; }
.user_info .info ul li { font-size: 14px; color: #5a6473; padding: 4px 0; }
.user_info .info ul li em { font-style: normal; color: #8a93a0; margin-right: 6px; }

/* 滚动浮现动画（与 wow 合作） */

/* ===========================================================
   关于云顶国际 / 云顶国际简介 about
   =========================================================== */
.about_hero { position: relative; height: var(--site-banner-h); min-height: var(--site-banner-h); max-height: var(--site-banner-h); background-size: cover; background-position: center; display: flex; align-items: center; color: #fff; overflow: hidden; }
.about_hero_sub { height: var(--site-banner-h); min-height: var(--site-banner-h); max-height: var(--site-banner-h); }
.about_hero_mask { position: absolute; inset: 0; background: linear-gradient(120deg, rgba(12,22,38,.88) 0%, rgba(11,97,231,.72) 55%, rgba(11,97,231,.45) 100%); }
.about_hero_inner { position: relative; z-index: 2; padding: 28px 0 32px; max-width: 860px; width: 100%; }
.about_hero_crumb { font-size: 13px; color: rgba(255,255,255,.65); margin-bottom: 24px; }
.about_hero_crumb a { color: rgba(255,255,255,.75); }
.about_hero_crumb a:hover { color: #e6c98a; }
.about_hero_crumb span { margin: 0 8px; opacity: .5; }
.about_hero_crumb em { font-style: normal; color: #e6c98a; }
.about_hero_badge { display: inline-block; font-size: 12px; letter-spacing: 4px; color: #e6c98a; font-weight: 700; margin-bottom: 16px; padding-bottom: 10px; border-bottom: 2px solid rgba(200,163,91,.55); }
.about_hero h1 { font-size: 34px; font-weight: 800; line-height: 1.25; margin: 0 0 12px; letter-spacing: 1px; text-shadow: 0 8px 30px rgba(0,0,0,.25); }
.about_hero p { font-size: 14px; line-height: 1.75; color: rgba(255,255,255,.82); max-width: 720px; margin: 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }

.about_nav_bar { background: #fff; border-bottom: 1px solid #e8ecf2; position: sticky; top: var(--site-header-h, 0px); z-index: 20; box-shadow: 0 8px 24px rgba(11,97,231,.04); }
.about_tabs { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin: 0; padding: 14px 0; }
.about_tabs li a { display: inline-block; padding: 10px 18px; border-radius: 4px; background: #f4f7fa; color: #131414; font-size: 14px; transition: all .25s ease; }
.about_tabs li a:hover,
.about_tabs li.active a { background: #0b61e7; color: #fff; }

.about_section { padding: 72px 0; background: #fff; }
.about_section_gray { background: #f5f7fa; }
.about_section_page { padding: 48px 0 72px; }
.about_section_head { text-align: center; margin-bottom: 48px; }
.about_section_head .en { font-size: 12px; letter-spacing: 4px; color: #c8a35b; font-weight: 700; margin-bottom: 12px; }
.about_section_head h2 { font-size: 34px; font-weight: 800; color: #131414; margin: 0 0 14px; }
.about_section_head p { font-size: 15px; color: #7e8794; margin: 0 auto; max-width: 640px; line-height: 1.8; }

.about_overview_lr { display: flex; align-items: center; gap: 56px; }
.about_overview_lr .pic { width: 48%; position: relative; border-radius: 18px; overflow: hidden; box-shadow: 0 24px 60px rgba(11,97,231,.12); }
.about_overview_lr .pic img { width: 100%; display: block; }
.about_overview_lr .pic .about_media video,
.about_overview_lr .pic .about_media img { width: 100%; display: block; }
.about_overview_lr .pic .pic_tag { position: absolute; left: 20px; bottom: 20px; background: rgba(11,97,231,.75); color: #e6c98a; font-size: 12px; font-weight: 700; letter-spacing: 3px; padding: 8px 16px; border-radius: 4px; }
.about_overview_lr .desc { flex: 1; min-width: 0; }
.about_overview_lr .desc .label { font-size: 12px; letter-spacing: 4px; color: #c8a35b; font-weight: 700; margin-bottom: 14px; }
.about_overview_lr .desc h2 { font-size: 32px; font-weight: 800; color: #131414; margin: 0 0 20px; line-height: 1.35; }
.about_overview_lr .desc .intro { font-size: 16px; line-height: 2.1; color: #5a6473; }
.about_overview_lr .desc .intro p { margin-bottom: 14px; }

.about_stats { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 32px; padding-top: 28px; border-top: 1px solid #eef1f4; }
.about_stats .item { flex: 1; min-width: 100px; text-align: center; }
.about_stats .item strong { display: block; font-size: 36px; font-weight: 800; color: #131414; line-height: 1.1; }
.about_stats .item strong em { font-size: 16px; font-style: normal; color: #c8a35b; margin-left: 2px; }
.about_stats .item span { display: block; font-size: 13px; color: #8a93a0; margin-top: 8px; letter-spacing: 1px; }

.about_advantage_grid { display: flex; flex-wrap: wrap; margin: 0 -12px; }
.about_advantage_grid .item { width: 25%; padding: 0 12px; box-sizing: border-box; margin-bottom: 24px; }
.about_advantage_grid .item .icon { font-size: 28px; font-weight: 800; font-style: italic; color: #eef1f6; margin-bottom: 16px; transition: color .3s ease; }
.about_advantage_grid .item:hover .icon { color: #f3e6c8; }
.about_advantage_grid .item .inner,
.about_advantage_grid .item { background: #fff; border: 1px solid #e8ecf2; border-radius: 14px; padding: 28px 22px; height: 100%; box-shadow: 0 8px 30px rgba(11,97,231,.05); transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease; }
.about_advantage_grid .item:hover { transform: translateY(-8px); box-shadow: 0 22px 50px rgba(11,97,231,.12); border-color: #c8a35b; }
.about_advantage_grid .item h3 { font-size: 18px; font-weight: 700; color: #131414; margin: 0 0 12px; }
.about_advantage_grid .item p { font-size: 14px; line-height: 1.85; color: #7e8794; margin: 0; }
.about_advantage_grid .item p p { margin: 0; }

.about_sub_grid { display: flex; flex-wrap: wrap; margin: 0 -12px; }
.about_sub_item { width: 33.333%; padding: 0 12px; box-sizing: border-box; margin-bottom: 24px; display: flex; background: #fff; border: 1px solid #e8ecf2; border-radius: 16px; overflow: hidden; box-shadow: 0 8px 30px rgba(11,97,231,.05); transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease; }
.about_sub_item:hover { transform: translateY(-8px); box-shadow: 0 22px 50px rgba(11,97,231,.12); border-color: #c8a35b; color: inherit; }
.about_sub_item .sub_pic { width: 120px; flex: 0 0 120px; overflow: hidden; background: #f0f3f7; display: flex; align-items: center; justify-content: center; }
.about_sub_item .sub_pic img { width: 100%; height: 100%; object-fit: cover; display: block; }
.about_sub_item .sub_pic .sub_num { font-size: 32px; font-weight: 800; font-style: italic; color: #d0d7e0; }
.about_sub_item .sub_desc { flex: 1; padding: 22px 20px; display: flex; flex-direction: column; }
.about_sub_item .sub_desc h3 { font-size: 17px; font-weight: 700; color: #131414; margin: 0 0 8px; }
.about_sub_item .sub_desc p { font-size: 13px; line-height: 1.75; color: #7e8794; margin: 0 0 12px; flex: 1; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.about_sub_item .sub_desc .more { font-size: 12px; font-weight: 600; color: #c8a35b; margin-top: auto; }

.about_cta_band { background: linear-gradient(135deg, #1b3354, #0b61e7); padding: 56px 0; }
.about_cta_inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.about_cta_inner .text .en { font-size: 12px; letter-spacing: 4px; color: #e6c98a; font-weight: 700; margin-bottom: 10px; }
.about_cta_inner .text h3 { font-size: 28px; font-weight: 800; color: #fff; margin: 0 0 10px; }
.about_cta_inner .text p { font-size: 14px; color: rgba(255,255,255,.7); margin: 0; line-height: 1.8; }

.about_page_layout { display: flex; align-items: flex-start; gap: 30px; }
.about_page_main { flex: 1; min-width: 0; background: #fff; border-radius: 16px; padding: 36px; box-shadow: 0 10px 40px rgba(11,97,231,.05); }
.about_page_side { width: 300px; flex: 0 0 300px; }
.about_content { font-size: 16px; line-height: 2.1; color: #44505f; }
.about_content img { max-width: 100%; border-radius: 10px; margin: 14px 0; }
.about_content p { margin-bottom: 16px; }
.about_gallery { margin-bottom: 28px; }

.about_side_card { background: #fff; border-radius: 14px; padding: 22px; box-shadow: 0 10px 40px rgba(11,97,231,.05); margin-bottom: 20px; }
.about_side_card .side_head { font-size: 16px; font-weight: 800; color: #131414; margin-bottom: 16px; padding-left: 12px; border-left: 4px solid #c8a35b; }
.about_side_card .side_info li { font-size: 14px; color: #44505f; padding: 10px 0; border-bottom: 1px dashed #eef1f4; line-height: 1.6; }
.about_side_card .side_info li:last-child { border-bottom: 0; }
.about_side_card .side_info li em { display: block; font-style: normal; font-size: 12px; color: #8a93a0; margin-bottom: 4px; }
.about_side_card .side_info li span { display: block; font-weight: 600; color: #0b61e7; }
.about_side_card .side_nav li a { display: block; padding: 10px 14px; font-size: 14px; color: #5a6473; border-radius: 6px; transition: all .2s ease; }
.about_side_card .side_nav li a:hover,
.about_side_card .side_nav li.active a { background: #fbf8f1; color: #c8a35b; font-weight: 600; }
.about_side_cta { background: linear-gradient(135deg, #1b3354, #0b61e7); border-radius: 14px; padding: 26px 22px; text-align: center; }
.about_side_cta h4 { font-size: 18px; font-weight: 700; color: #fff; margin: 0 0 10px; }
.about_side_cta p { font-size: 13px; color: rgba(255,255,255,.7); line-height: 1.75; margin: 0 0 18px; }
.about_side_cta .btn_gold { width: 100%; }

.home_about .desc p { margin-bottom: 14px; }

/* ===========================================================
   联系云顶国际 contact
   =========================================================== */
.contact_topic_hero { min-height: var(--site-banner-h); }
.contact_topic_hero,
.news_topic_hero,
.solution_topic_hero {
  height: var(--site-banner-h);
  min-height: var(--site-banner-h);
  max-height: var(--site-banner-h);
  display: flex;
  align-items: center;
  overflow: hidden;
}
.contact_info_band { background: #fff; margin-top: 0; position: relative; z-index: 5; padding-bottom: 0; }
.contact_info_grid { display: flex; flex-wrap: wrap; gap: 24px; padding-bottom: 48px; }
.contact_info_item { width: calc(25% - 18px); box-sizing: border-box; display: flex; align-items: flex-start; gap: 16px; background: #fff; border: 1px solid #e8ecf2; border-radius: 16px; padding: 26px 22px; box-shadow: 0 12px 36px rgba(11,97,231,.08); transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.contact_info_item:hover { transform: translateY(-6px); box-shadow: 0 20px 48px rgba(11,97,231,.12); border-color: #c8a35b; }
.contact_info_item .icon { width: 52px; height: 52px; flex: 0 0 52px; border-radius: 12px; background: linear-gradient(135deg, #1b3354, #0b61e7); color: #e6c98a; display: flex; align-items: center; justify-content: center; font-size: 22px; }
.contact_info_item .info h3 { font-size: 14px; font-weight: 700; color: #8a93a0; margin: 0 0 8px; letter-spacing: 1px; }
.contact_info_item .info p { font-size: 18px; font-weight: 800; color: #0b61e7; margin: 0; line-height: 1.4; }
.contact_info_item .info p a { color: #0b61e7; }
.contact_info_item .info p a:hover { color: #c8a35b; }
.contact_info_item .info span { display: block; font-size: 13px; color: #8a93a0; margin-top: 6px; }

.contact_main_layout { display: flex; align-items: stretch; gap: 28px; }
.contact_company_panel { width: 42%; flex: 0 0 42%; background: linear-gradient(145deg, #132033 0%, #1b3354 45%, #0b61e7 100%); border-radius: 20px; padding: 36px 32px; color: #fff; box-shadow: 0 24px 60px rgba(11,97,231,.18); display: flex; flex-direction: column; }
.contact_company_panel .panel_logo img { max-height: 52px; margin-bottom: 18px; filter: brightness(0) invert(1); opacity: .92; }
.contact_company_panel h3 { font-size: 24px; font-weight: 800; margin: 0 0 14px; color: #fff; }
.contact_company_panel .panel_intro { font-size: 14px; line-height: 1.9; color: rgba(255,255,255,.75); margin: 0 0 22px; }
.contact_company_panel .panel_list { list-style: none; margin: 0 0 24px; padding: 0; flex: 1; }
.contact_company_panel .panel_list li { padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 14px; line-height: 1.65; }
.contact_company_panel .panel_list li:last-child { border-bottom: 0; }
.contact_company_panel .panel_list li em { display: block; font-style: normal; font-size: 12px; color: rgba(255,255,255,.5); margin-bottom: 4px; letter-spacing: 1px; }
.contact_company_panel .panel_list li span,
.contact_company_panel .panel_list li a { color: #fff; font-weight: 600; }
.contact_company_panel .panel_list li a:hover { color: #e6c98a; }
.contact_company_panel .panel_call { align-self: flex-start; }

.contact_service_grid { flex: 1; display: flex; flex-wrap: wrap; gap: 20px; align-content: flex-start; }
.contact_service_item { width: calc(50% - 10px); background: #fff; border: 1px solid #e8ecf2; border-radius: 16px; padding: 28px 24px; box-shadow: 0 10px 36px rgba(11,97,231,.05); transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease; }
.contact_service_item:hover { transform: translateY(-8px); border-color: #c8a35b; box-shadow: 0 22px 50px rgba(11,97,231,.12); }
.contact_service_item .num { font-size: 32px; font-weight: 800; font-style: italic; color: #eef1f6; line-height: 1; margin-bottom: 12px; }
.contact_service_item h4 { font-size: 18px; font-weight: 800; color: #131414; margin: 0 0 10px; }
.contact_service_item p { font-size: 13px; line-height: 1.85; color: #7e8794; margin: 0; }

.contact_map_section { padding-top: 56px; }
.contact_map { border-radius: 16px; overflow: hidden; box-shadow: 0 10px 40px rgba(11,97,231,.08); background: #fff; }
.contact_map_embed iframe,
.contact_map_embed img { width: 100%; min-height: 420px; display: block; border: 0; }
.contact_map_placeholder { min-height: 420px; background: linear-gradient(145deg, #eef1f6, #f8fafc); display: flex; align-items: center; justify-content: center; }
.contact_map_placeholder .inner { text-align: center; color: #8a93a0; padding: 40px; }
.contact_map_placeholder .inner i { font-size: 48px; color: #c8a35b; display: block; margin-bottom: 16px; }
.contact_map_placeholder .inner p { font-size: 18px; font-weight: 700; color: #131414; margin: 0 0 10px; }
.contact_map_placeholder .inner span { font-size: 13px; color: #8a93a0; }
[id="contact-info"], [id="service"], [id="location"] { scroll-margin-top: 80px; }

.contact_section { padding-top: 56px; }
.contact_section_head { margin-bottom: 32px; }
.contact_section_head .en { font-size: 12px; letter-spacing: 4px; color: #c8a35b; font-weight: 700; margin-bottom: 10px; }
.contact_section_head h2 { font-size: 30px; font-weight: 800; color: #131414; margin: 0 0 10px; }
.contact_section_head p { font-size: 14px; color: #7e8794; margin: 0; }

.contact_layout { display: flex; align-items: flex-start; gap: 30px; }
.contact_form_wrap { flex: 1; min-width: 0; background: #fff; border-radius: 16px; padding: 36px; box-shadow: 0 10px 40px rgba(11,97,231,.05); }
.contact_side { width: 320px; flex: 0 0 320px; }

.contact_form_grid { display: flex; flex-wrap: wrap; margin: 0 -10px; }
.contact_form_item { width: 50%; padding: 0 10px; box-sizing: border-box; margin-bottom: 20px; }
.contact_form_item.contact_form_full { width: 100%; }
.contact_form_item label { display: block; font-size: 14px; font-weight: 600; color: #44505f; margin-bottom: 8px; }
.contact_form .ui-form-ip { height: 46px; border: 1px solid #e3e8ee; border-radius: 8px; padding: 0 14px; font-size: 14px; transition: border-color .2s ease; }
.contact_form textarea.ui-form-ip { height: auto; padding: 12px 14px; line-height: 1.7; resize: vertical; }
.contact_form .ui-form-ip:focus { border-color: #c8a35b; outline: none; }
.contact_form .ui-input-group .code { border: 1px solid #e3e8ee; border-left: 0; border-radius: 0 8px 8px 0; overflow: hidden; }
.contact_form .ui-input-group .code img { display: block; cursor: pointer; }
.contact_form_action { padding: 8px 10px 0; }
.contact_submit { min-width: 180px; height: 48px; border-radius: 8px; font-size: 16px; font-weight: 700; background: linear-gradient(135deg, #c8a35b, #e6c98a); border: 0; color: #0b61e7; cursor: pointer; transition: transform .25s ease, box-shadow .25s ease; }
.contact_submit:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(200,163,91,.35); }

.contact_side_card { background: linear-gradient(135deg, #1b3354, #0b61e7); border-radius: 16px; padding: 28px 24px; color: #fff; margin-bottom: 20px; }
.contact_side_card .side_logo img { max-height: 48px; margin-bottom: 16px; filter: brightness(0) invert(1); opacity: .9; }
.contact_side_card h3 { font-size: 20px; font-weight: 800; margin: 0 0 20px; color: #fff; }
.contact_side_card .side_list li { padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 14px; line-height: 1.6; }
.contact_side_card .side_list li:last-child { border-bottom: 0; }
.contact_side_card .side_list li em { display: block; font-style: normal; font-size: 12px; color: rgba(255,255,255,.55); margin-bottom: 4px; }
.contact_side_card .side_list li span { color: #fff; font-weight: 600; }

.contact_side_tip { background: #f5f7fa; border-radius: 14px; padding: 24px 22px; border: 1px solid #e8ecf2; }
.contact_side_tip h4 { font-size: 16px; font-weight: 700; color: #131414; margin: 0 0 10px; }
.contact_side_tip p { font-size: 13px; color: #7e8794; line-height: 1.8; margin: 0 0 16px; }
.btn_line_dark { display: inline-block; padding: 10px 20px; border: 1px solid #0b61e7; border-radius: 6px; font-size: 14px; font-weight: 600; color: #0b61e7; transition: all .25s ease; }
.btn_line_dark:hover { background: #0b61e7; color: #fff; }

.business_featured { padding-bottom: 10px; }

/* ===========================================================
   主题业务专题 business
   =========================================================== */
.business_hero .solution_hero_inner { max-width: 920px; }
.business_hero_sub { min-height: var(--site-banner-h); }
.business_nav_bar { background: #fff; border-bottom: 1px solid #e8ecf2; position: sticky; top: var(--site-header-h, 0px); z-index: 20; box-shadow: 0 8px 24px rgba(11,97,231,.04); }
.business_nav_tabs { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin: 0; padding: 14px 0; }
.business_nav_tabs li a { display: inline-block; padding: 10px 18px; border-radius: 4px; background: #f4f7fa; color: #131414; font-size: 14px; font-weight: 600; transition: all .25s ease; }
.business_nav_tabs li a:hover { background: #0b61e7; color: #fff; }

.business_core_cards { display: flex; flex-wrap: wrap; margin: 0 -12px; }
.business_core_card { width: 50%; padding: 0 12px; box-sizing: border-box; margin-bottom: 24px; display: flex; flex-direction: column; background: #fff; border: 1px solid #e8ecf2; border-radius: 16px; box-shadow: 0 10px 36px rgba(11,97,231,.06); transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease; color: inherit; position: relative; overflow: hidden; }
.business_core_card .card_body { display: flex; flex-direction: column; flex: 1; padding: 28px 26px 24px; }
.business_core_card.has_pic .card_body { padding-top: 22px; }
.business_core_card .card_pic { height: 148px; overflow: hidden; background: #eef1f6; }
.business_core_card .card_pic img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.business_core_card:hover .card_pic img { transform: scale(1.06); }
.business_core_cards.is_three_col .business_core_card { width: calc(33.333% - 16px); margin-left: 8px; margin-right: 8px; padding: 0; }
.business_list_page .business_core_cards.is_three_col .business_core_card { width: calc(33.333% - 16px); padding: 0; }
.business_quick_nav { background: #f8fafc; border-bottom: 1px solid #e8ecf2; }
.business_quick_nav .solution_tabs { padding: 12px 0; }
.business_quick_nav .solution_tabs li a { font-size: 13px; padding: 8px 16px; white-space: nowrap; }
.business_process_flow { display: flex; flex-wrap: wrap; gap: 20px; }
.business_process_step { flex: 1; min-width: calc(20% - 16px); background: #fff; border: 1px solid #e8ecf2; border-radius: 16px; padding: 28px 22px 24px; box-shadow: 0 8px 28px rgba(11,97,231,.05); transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease; position: relative; }
.business_process_step:hover { transform: translateY(-6px); border-color: #c8a35b; box-shadow: 0 18px 44px rgba(11,97,231,.1); }
.business_process_step .step_num { font-size: 34px; font-weight: 800; font-style: italic; color: #eef1f6; line-height: 1; margin-bottom: 10px; }
.business_process_step .card_head { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; min-width: 0; }
.business_process_step .card_head .num { font-size: 28px; font-weight: 800; font-style: italic; color: #c8a35b; line-height: 1; flex: 0 0 auto; margin: 0; }
.business_process_step .card_head h3 { font-size: 16px; font-weight: 800; color: #131414; margin: 0; line-height: 1.35; flex: 1; min-width: 0; }
.business_process_step .step_tag { display: inline-block; padding: 4px 12px; background: rgba(11,97,231,.08); color: #0b61e7; border-radius: 20px; font-size: 12px; font-weight: 700; margin-bottom: 14px; }
.business_process_step p { font-size: 13px; line-height: 1.85; color: #7e8794; margin: 0; }
.business_core_card::before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 4px; background: linear-gradient(90deg, #c8a35b, #e6c98a); transform: scaleX(0); transform-origin: left; transition: transform .35s ease; z-index: 2; }
.business_core_card:hover { transform: translateY(-8px); box-shadow: 0 24px 56px rgba(11,97,231,.14); border-color: #c8a35b; color: inherit; }
.business_core_card:hover::before { transform: scaleX(1); }
.business_core_card .card_head { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; min-width: 0; }
.business_core_card .num { font-size: 28px; font-weight: 800; font-style: italic; color: #c8a35b; line-height: 1; flex: 0 0 auto; margin: 0; transition: color .3s ease; }
.business_core_card:hover .num { color: #e6c98a; }
.business_core_card h3 { font-size: 18px; font-weight: 800; color: #131414; margin: 0; line-height: 1.35; flex: 1; min-width: 0; }
.business_core_card .card_tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 14px; padding: 0; list-style: none; }
.business_core_card .card_tags li { display: inline-block; padding: 4px 12px; background: #f5f7fa; border: 1px solid #e8ecf2; border-radius: 20px; font-size: 12px; color: #5a6473; }
.business_core_card .card_desc { font-size: 14px; line-height: 1.85; color: #7e8794; margin: 0 0 18px; flex: 1; }
.business_core_card .card_more { font-size: 13px; font-weight: 700; color: #c8a35b; margin-top: auto; }

.business_derived_grid { display: flex; flex-wrap: wrap; gap: 24px; }
.business_derived_item { flex: 1; min-width: 280px; background: linear-gradient(145deg, #f8fafc, #fff); border: 1px solid #e8ecf2; border-radius: 16px; padding: 36px 32px; box-shadow: 0 10px 36px rgba(11,97,231,.05); transition: transform .3s ease, box-shadow .3s ease; }
.business_derived_item:hover { transform: translateY(-6px); box-shadow: 0 20px 48px rgba(11,97,231,.1); }
.business_derived_item .card_head { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; min-width: 0; }
.business_derived_item .card_head .num { flex: 0 0 auto; font-size: 28px; font-weight: 800; font-style: italic; color: #c8a35b; line-height: 1; margin: 0; }
.business_derived_item .card_head h3 { flex: 1; min-width: 0; font-size: 22px; font-weight: 800; color: #131414; margin: 0; line-height: 1.35; }
.business_derived_item p { font-size: 15px; line-height: 1.85; color: #7e8794; margin: 0; }

.business_advantage_grid { display: flex; flex-wrap: wrap; margin: 0 -12px; }
.business_advantage_grid .item { width: 25%; padding: 0 12px; box-sizing: border-box; margin-bottom: 16px; }
.business_advantage_grid .item .card_head { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; min-width: 0; }
.business_advantage_grid .item .card_head .num { flex: 0 0 auto; font-size: 28px; font-weight: 800; font-style: italic; color: #c8a35b; line-height: 1; margin: 0; }
.business_advantage_grid .item .card_head h3 { flex: 1; min-width: 0; font-size: 18px; font-weight: 800; color: #131414; margin: 0; line-height: 1.35; }
.business_advantage_grid .item .check { width: 44px; height: 44px; border-radius: 50%; background: rgba(200,163,91,.15); color: #c8a35b; font-size: 20px; font-weight: 800; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.solution_section_dark .business_advantage_grid .item .check { background: rgba(230,201,138,.18); color: #e6c98a; }
.business_advantage_grid.light_on_dark .item .check { background: rgba(230,201,138,.18); color: #e6c98a; }
.business_advantage_grid .item h3 { font-size: 18px; font-weight: 800; color: #131414; margin: 0 0 10px; }
.business_advantage_grid .item .card_head + p { margin-top: 0; }
.business_advantage_grid .item p { font-size: 14px; line-height: 1.85; color: #7e8794; margin: 0; }
.solution_section_dark .business_advantage_grid .item h3 { color: #fff; }
.solution_section_dark .business_advantage_grid .item p { color: rgba(255,255,255,.68); }

.business_scope_grid { display: flex; flex-wrap: wrap; margin: 0 -10px; }
.business_scope_item { width: 25%; padding: 0 10px; box-sizing: border-box; margin-bottom: 20px; background: #fff; border: 1px solid #e8ecf2; border-radius: 12px; padding: 24px 20px; text-align: center; transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease; }
.business_scope_item:hover { transform: translateY(-6px); border-color: #c8a35b; box-shadow: 0 16px 40px rgba(11,97,231,.1); }
.business_scope_item .num { font-size: 28px; font-weight: 800; font-style: italic; color: #eef1f6; margin-bottom: 10px; }
.business_scope_item h3 { font-size: 15px; font-weight: 700; color: #131414; margin: 0; line-height: 1.5; }
.business_scope_detail { margin-top: 8px; }
.business_scope_detail .solution_scene_item { width: 33.333%; }
.business_scope_tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.business_scope_tags span { display: inline-block; padding: 5px 12px; background: #f4f7fb; border: 1px solid #e8ecf2; border-radius: 20px; font-size: 12px; color: #5a6473; line-height: 1.4; }

.business_clients_tags { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; }
.business_clients_tags span { display: inline-block; padding: 12px 28px; background: #fff; border: 1px solid #e8ecf2; border-radius: 40px; font-size: 15px; font-weight: 600; color: #44505f; box-shadow: 0 6px 20px rgba(11,97,231,.04); transition: all .25s ease; }
.business_clients_tags span:hover { background: #0b61e7; color: #fff; border-color: #0b61e7; transform: translateY(-3px); }
.business_client_grid { display: flex; flex-wrap: wrap; gap: 24px; }
.business_client_card { width: calc(33.333% - 16px); background: #fff; border: 1px solid #e8ecf2; border-radius: 16px; overflow: hidden; box-shadow: 0 10px 36px rgba(11,97,231,.06); transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease; }
.business_client_card:hover { transform: translateY(-8px); box-shadow: 0 22px 50px rgba(11,97,231,.12); border-color: #c8a35b; }
.business_client_card .pic { position: relative; height: 180px; overflow: hidden; background: linear-gradient(145deg, #132033, #1b3354); }
.business_client_card .pic img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s ease; }
.business_client_card .pic .pic_placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: linear-gradient(145deg, #132033, #1b3354); }
.business_client_card .pic .pic_placeholder span { font-size: 48px; font-weight: 800; font-style: italic; color: rgba(255,255,255,.16); line-height: 1; }
.business_client_card:hover .pic img { transform: scale(1.06); }
.business_client_card .pic_tag { position: absolute; left: 14px; bottom: 14px; background: #c8a35b; color: #0b61e7; font-size: 12px; font-weight: 800; padding: 4px 12px; border-radius: 20px; letter-spacing: 1px; }
.business_client_card .body { padding: 20px 22px 24px; }
.business_client_card .body .card_head { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; min-width: 0; }
.business_client_card .body .card_head .num { flex: 0 0 auto; font-size: 28px; font-weight: 800; font-style: italic; color: #c8a35b; line-height: 1; margin: 0; }
.business_client_card .body .card_head h3 { flex: 1; min-width: 0; font-size: 18px; font-weight: 800; color: #131414; margin: 0; line-height: 1.35; }
.business_client_card .body p { font-size: 13px; line-height: 1.85; color: #7e8794; margin: 0; }

/* 中央空调透风系统洗濯消毒专题 */
.hvac_prep_grid { display: flex; flex-wrap: wrap; gap: 24px; }
.hvac_prep_item { flex: 1; min-width: 280px; background: #fff; border: 1px solid #e8ecf2; border-radius: 16px; padding: 32px 28px; box-shadow: 0 10px 36px rgba(11,97,231,.05); transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.hvac_prep_item:hover { transform: translateY(-6px); border-color: #c8a35b; box-shadow: 0 20px 48px rgba(11,97,231,.1); }
.hvac_prep_item .prep_num { font-size: 13px; font-weight: 800; letter-spacing: 2px; color: #c8a35b; margin-bottom: 12px; }
.hvac_prep_item h3 { font-size: 20px; font-weight: 800; color: #131414; margin: 0 0 14px; }
.hvac_prep_item p { font-size: 14px; line-height: 1.9; color: #7e8794; margin: 0; }

.hvac_process_grid { display: flex; flex-wrap: wrap; gap: 24px; }
.hvac_process_item { flex: 1; min-width: calc(50% - 12px); background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 16px; padding: 28px 26px; transition: transform .3s ease, border-color .3s ease; }
.hvac_process_item:hover { transform: translateY(-6px); border-color: rgba(230,201,138,.45); }
.hvac_process_item .proc_head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 14px; }
.hvac_process_item .proc_head .num { font-size: 14px; font-weight: 800; color: #e6c98a; letter-spacing: 1px; }
.hvac_process_item .proc_head .tag { display: inline-block; padding: 4px 12px; background: rgba(200,163,91,.18); border-radius: 20px; font-size: 11px; font-weight: 700; color: #e6c98a; white-space: nowrap; }
.hvac_process_item h3 { font-size: 18px; font-weight: 800; color: #fff; margin: 0 0 12px; line-height: 1.45; }
.hvac_process_item p { font-size: 14px; line-height: 1.9; color: rgba(255,255,255,.68); margin: 0; }

.hvac_notes_list { display: flex; flex-direction: column; gap: 16px; max-width: 960px; margin: 0 auto; }
.hvac_note_item { display: flex; align-items: flex-start; gap: 18px; background: #fff; border: 1px solid #e8ecf2; border-radius: 12px; padding: 22px 24px; transition: border-color .25s ease, box-shadow .25s ease; }
.hvac_note_item:hover { border-color: #c8a35b; box-shadow: 0 12px 32px rgba(11,97,231,.08); }
.hvac_note_item .note_num { flex: 0 0 40px; width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, #1b3354, #0b61e7); color: #e6c98a; font-size: 14px; font-weight: 800; display: flex; align-items: center; justify-content: center; }
.hvac_note_item p { flex: 1; font-size: 15px; line-height: 1.85; color: #5a6473; margin: 0; padding-top: 8px; }

.business_advantage_grid.is_light .item h3 { color: #131414; }
.business_advantage_grid.is_light .item p { color: #7e8794; }
.business_advantage_grid.is_light .item .check { background: rgba(200,163,91,.15); color: #c8a35b; }

.hvac_fault_table_wrap { overflow-x: auto; border-radius: 12px; border: 1px solid #e8ecf2; background: #fff; box-shadow: 0 12px 40px rgba(11,97,231,.04); }
.hvac_fault_table { width: 100%; border-collapse: collapse; min-width: 720px; }
.hvac_fault_table thead { background: linear-gradient(135deg, #1b3354, #0b61e7); }
.hvac_fault_table th { padding: 16px 20px; text-align: left; font-size: 14px; font-weight: 700; color: #fff; letter-spacing: .5px; }
.hvac_fault_table td { padding: 18px 20px; font-size: 14px; line-height: 1.85; color: #5a6473; border-bottom: 1px solid #eef1f4; vertical-align: top; }
.hvac_fault_table tbody tr:last-child td { border-bottom: 0; }
.hvac_fault_table tbody tr:hover td { background: #fbf8f1; }
.hvac_fault_table td strong { color: #131414; font-weight: 700; }
.hvac_fault_table td:first-child { width: 22%; }
.hvac_fault_table td:nth-child(2) { width: 34%; }
.hvac_fault_table td:nth-child(3) { width: 44%; }
.hvac_service_table td:first-child { width: 18%; }
.hvac_service_table td:nth-child(2) { width: 46%; }
.hvac_service_table td:nth-child(3) { width: 36%; }

.hvac_package_grid { display: flex; flex-wrap: wrap; margin: 0 -12px; align-items: stretch; }
.hvac_package_card { position: relative; width: calc(33.333% - 24px); margin: 0 12px 24px; box-sizing: border-box; background: #fff; border: 1px solid #eef1f4; border-radius: 18px; padding: 28px 24px 30px; box-shadow: 0 10px 36px rgba(11,97,231,.06); display: flex; flex-direction: column; }
.hvac_package_card.is_featured { border-color: #c8a35b; box-shadow: 0 16px 48px rgba(200,163,91,.18); transform: translateY(-4px); }
.hvac_package_card .pkg_badge { position: absolute; top: 18px; right: 18px; background: linear-gradient(135deg, #c8a35b, #e6c98a); color: #1b3354; font-size: 12px; font-weight: 800; padding: 4px 12px; border-radius: 20px; }
.hvac_package_card .card_head { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 18px; padding-right: 56px; }
.hvac_package_card .card_head .num { flex: 0 0 auto; font-size: 30px; font-weight: 800; font-style: italic; color: #c8a35b; line-height: 1; }
.hvac_package_card .card_head h3 { flex: 1; min-width: 0; font-size: 20px; font-weight: 800; color: #131414; margin: 0; line-height: 1.35; }
.hvac_package_card .pkg_target,
.hvac_package_card .pkg_content { font-size: 14px; line-height: 1.85; color: #7e8794; margin-bottom: 14px; }
.hvac_package_card .pkg_target em,
.hvac_package_card .pkg_content em { display: block; font-style: normal; font-size: 12px; font-weight: 700; letter-spacing: 1px; color: #c8a35b; margin-bottom: 6px; }
.hvac_package_card .pkg_highlight { margin-top: auto; padding-top: 16px; border-top: 1px dashed #eef1f4; font-size: 14px; font-weight: 700; color: #0b61e7; line-height: 1.7; }
.hvac_promise_grid { display: flex; flex-wrap: wrap; margin: 0 -10px; }
.hvac_promise_item { width: calc(50% - 20px); margin: 0 10px 16px; box-sizing: border-box; display: flex; align-items: flex-start; gap: 14px; background: #fff; border: 1px solid #eef1f4; border-radius: 14px; padding: 20px 18px; box-shadow: 0 6px 24px rgba(11,97,231,.04); }
.hvac_promise_item .check { flex: 0 0 auto; width: 36px; height: 36px; border-radius: 50%; background: rgba(200,163,91,.15); color: #c8a35b; font-size: 18px; font-weight: 800; display: flex; align-items: center; justify-content: center; }
.hvac_promise_item p { margin: 0; font-size: 15px; line-height: 1.8; color: #44505f; }
@media (max-width: 992px) {
  .hvac_package_card { width: calc(100% - 24px); }
  .hvac_promise_item { width: calc(100% - 20px); }
}

.hvac_adv_grid { display: flex; flex-wrap: wrap; gap: 24px; }
.hvac_adv_grid .item { flex: 1; min-width: calc(25% - 18px); background: #f8fafc; border: 1px solid #e8ecf2; border-radius: 16px; padding: 28px 24px; transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease; }
.hvac_adv_grid .item:hover { transform: translateY(-6px); border-color: #c8a35b; box-shadow: 0 16px 40px rgba(11,97,231,.1); }
.hvac_adv_grid .item .num { font-size: 42px; font-weight: 800; font-style: italic; color: #eef1f6; line-height: 1; margin-bottom: 16px; }
.hvac_adv_grid .item h3 { font-size: 18px; font-weight: 800; color: #131414; margin: 0 0 12px; }
.hvac_adv_grid .item p { font-size: 14px; line-height: 1.85; color: #7e8794; margin: 0; }
.hvac_adv_grid.is_five .item { min-width: calc(20% - 20px); }

/* ===========================================================
   主题业务专题 v2 — 大气 Hero / 导航 / CTA
   =========================================================== */
.biz_hero_v2 { position: relative; min-height: var(--site-banner-h); height: var(--site-banner-h); max-height: var(--site-banner-h); background-size: cover; background-position: center; color: #fff; overflow: hidden; display: flex; align-items: center; }
.biz_hero_v2_bg { position: absolute; inset: 0; background: linear-gradient(125deg, rgba(8,18,36,.92) 0%, rgba(11,97,231,.78) 48%, rgba(27,51,84,.88) 100%); }
.biz_hero_v2_shapes { position: absolute; inset: 0; background: radial-gradient(circle at 85% 20%, rgba(200,163,91,.18) 0%, transparent 42%), radial-gradient(circle at 10% 80%, rgba(11,97,231,.25) 0%, transparent 38%); pointer-events: none; }
.biz_hero_v2_inner { position: relative; z-index: 2; padding: 28px 0 36px; max-width: 980px; width: 100%; }
.biz_hero_v2_crumb { display: flex; align-items: center; flex-wrap: wrap; gap: 6px; font-size: 13px; color: rgba(255,255,255,.62); margin-bottom: 28px; }
.biz_hero_v2_crumb a { display: inline-flex; align-items: center; gap: 6px; color: rgba(255,255,255,.75); transition: color .25s ease; }
.biz_hero_v2_crumb a:hover { color: #e6c98a; }
.biz_hero_v2_crumb .sep { opacity: .45; }
.biz_hero_v2_crumb em { font-style: normal; color: #e6c98a; }
.biz_hero_v2_badge { display: inline-flex; align-items: center; gap: 10px; padding: 8px 18px 8px 12px; background: rgba(255,255,255,.08); border: 1px solid rgba(230,201,138,.35); border-radius: 40px; font-size: 12px; font-weight: 700; letter-spacing: 2px; color: #e6c98a; margin-bottom: 22px; backdrop-filter: blur(6px); }
.biz_hero_v2_badge .dot { width: 8px; height: 8px; border-radius: 50%; background: #e6c98a; box-shadow: 0 0 12px rgba(230,201,138,.8); animation: bizPulse 2s ease-in-out infinite; }
@keyframes bizPulse { 0%,100%{ opacity:1; transform:scale(1);} 50%{ opacity:.6; transform:scale(.85);} }
.biz_hero_v2_title { font-size: 36px; font-weight: 800; line-height: 1.2; margin: 0 0 12px; letter-spacing: .5px; }
.biz_hero_v2_title .line { display: inline-block; position: relative; }
.biz_hero_v2_title .line::after { content: ""; position: absolute; left: 0; bottom: -8px; width: 72px; height: 4px; background: linear-gradient(90deg, #c8a35b, #e6c98a); border-radius: 2px; }
.biz_hero_v2_desc { font-size: 14px; line-height: 1.75; color: rgba(255,255,255,.82); max-width: 820px; margin: 0 0 16px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.biz_hero_v2_actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 0; }
.btn_gold_v2 { display: inline-flex; align-items: center; gap: 10px; padding: 14px 28px; background: linear-gradient(135deg, #c8a35b, #e6c98a); color: #1b3354; font-size: 15px; font-weight: 800; border-radius: 6px; transition: transform .25s ease, box-shadow .25s ease; box-shadow: 0 8px 28px rgba(200,163,91,.35); }
.btn_gold_v2:hover { transform: translateY(-3px); box-shadow: 0 14px 36px rgba(200,163,91,.45); color: #1b3354; }
.btn_gold_v2.big { padding: 16px 36px; font-size: 16px; }
.btn_outline_v2 { display: inline-flex; align-items: center; gap: 8px; padding: 14px 28px; border: 1px solid rgba(255,255,255,.45); color: #fff; font-size: 15px; font-weight: 700; border-radius: 6px; transition: all .25s ease; backdrop-filter: blur(4px); }
.btn_outline_v2.big { padding: 16px 36px; font-size: 16px; }
.btn_outline_v2:hover { background: rgba(255,255,255,.12); border-color: #e6c98a; color: #e6c98a; }
.biz_hero_v2_stats { display: none; }
.biz_hero_v2_bottom_shape { display: none !important; }

.biz_sticky_nav { background: #fff; border-bottom: 1px solid #e8ecf2; position: sticky; top: var(--site-header-h, 0px); z-index: 25; box-shadow: 0 8px 24px rgba(11,97,231,.04); }
.biz_sticky_nav_inner { display: flex; flex-wrap: wrap; gap: 6px; padding: 12px 0; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.biz_sticky_nav .nav_item { display: inline-flex; align-items: center; gap: 8px; padding: 10px 18px; border-radius: 40px; font-size: 14px; font-weight: 600; color: #5a6473; white-space: nowrap; transition: all .25s ease; flex: 0 0 auto; }
.biz_sticky_nav .nav_item .dot { width: 6px; height: 6px; border-radius: 50%; background: #d0d7e2; transition: background .25s ease; }
.biz_sticky_nav .nav_item:hover, .biz_sticky_nav .nav_item.active { background: linear-gradient(135deg, #1b3354, #0b61e7); color: #fff; }
.biz_sticky_nav .nav_item:hover .dot, .biz_sticky_nav .nav_item.active .dot { background: #e6c98a; }

.biz_sibling_nav { background: #f5f8fc; border-bottom: 1px solid #e8ecf2; }
.biz_sibling_nav_inner { display: flex; flex-wrap: wrap; gap: 8px; padding: 14px 0; }
.biz_sibling_nav .sibling_item { display: inline-block; padding: 8px 18px; background: #fff; border: 1px solid #e8ecf2; border-radius: 40px; font-size: 13px; font-weight: 600; color: #5a6473; transition: all .25s ease; }
.biz_sibling_nav .sibling_item:hover, .biz_sibling_nav .sibling_item.active { background: #0b61e7; border-color: #0b61e7; color: #fff; box-shadow: 0 6px 20px rgba(11,97,231,.2); }

.biz_cta_v2 { position: relative; padding: 72px 0; overflow: hidden; }
.biz_cta_v2_bg { position: absolute; inset: 0; background: linear-gradient(135deg, #1b3354 0%, #0b61e7 55%, #1b3354 100%); }
.biz_cta_v2_bg::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 20% 50%, rgba(200,163,91,.15) 0%, transparent 50%), radial-gradient(circle at 80% 50%, rgba(255,255,255,.06) 0%, transparent 40%); }
.biz_cta_v2_inner { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.biz_cta_v2_text .tag { font-size: 12px; font-weight: 700; letter-spacing: 3px; color: #e6c98a; margin-bottom: 14px; }
.biz_cta_v2_text h3 { font-size: 32px; font-weight: 800; color: #fff; margin: 0 0 12px; line-height: 1.35; }
.biz_cta_v2_text p { font-size: 16px; color: rgba(255,255,255,.72); margin: 0; line-height: 1.8; max-width: 560px; }

.biz_hero_v2_slogan { font-size: 26px; font-weight: 700; color: #e6c98a; margin: 0 0 16px; letter-spacing: 2px; text-shadow: 0 4px 20px rgba(0,0,0,.25); }
.biz_topic_slogan { font-size: 22px; font-weight: 800; color: #1b3354; margin: 0 0 18px; line-height: 1.5; padding-left: 16px; border-left: 4px solid #c8a35b; }
.biz_topic_overview .intro { font-size: 16px; line-height: 2; color: #5a6473; }
.solution_overview_stats.is_v2 { margin-top: 28px; }
.business_core_card .card_slogan { font-size: 14px; font-weight: 700; color: #c8a35b; margin: 0 0 10px; letter-spacing: 1px; }
.business_core_card .card_slogan { font-size: 14px; font-weight: 700; color: #c8a35b; margin: 0 0 10px; letter-spacing: 1px; }
.business_topic_hero { min-height: var(--site-banner-h); height: var(--site-banner-h); max-height: var(--site-banner-h); }
.business_list_page .biz_hero_v2_inner { max-width: 920px; }
[id="overview"], [id="scope"], [id="prep"], [id="process"], [id="notes"], [id="standard"], [id="effect"],
[id="services"], [id="maintenance"], [id="faults"], [id="advantage"], [id="guarantee"],
[id="maintain"], [id="repair"], [id="trust"], [id="refrig"], [id="special"],
[id="pain"], [id="diagnosis"], [id="tech"], [id="emc"], [id="om"], [id="products"], [id="service"],
[id="core"], [id="derived"], [id="process"], [id="clients"] { scroll-margin-top: 80px; }

/* 产品展示专题 product */
.product_hero .solution_hero_inner { max-width: 920px; }
.product_hero_sub { min-height: var(--site-banner-h); }
.product_tag_band { background: #f5f7fa; border-bottom: 1px solid #eef1f4; padding: 18px 0; }
.product_tag_list { display: flex; flex-wrap: wrap; gap: 10px; }
.product_tag_list span { display: inline-block; padding: 6px 16px; background: #fff; border: 1px solid #e8ecf2; border-radius: 20px; font-size: 13px; color: #5a6473; }
.product_group_cards { margin-bottom: 28px; }
.product_group_card { display: block; background: linear-gradient(135deg, #1b3354, #0b61e7); border-radius: 18px; padding: 36px 34px; color: #fff; transition: transform .35s ease, box-shadow .35s ease; }
.product_group_card:hover { transform: translateY(-6px); box-shadow: 0 24px 56px rgba(11,97,231,.25); color: #fff; }
.product_group_card.is_service { background: linear-gradient(135deg, #243f63, #1b3354); }
.product_group_card .badge { display: inline-block; font-size: 11px; letter-spacing: 3px; color: #e6c98a; font-weight: 700; margin-bottom: 12px; }
.product_group_card h3 { font-size: 28px; font-weight: 800; margin: 0 0 12px; color: #fff; }
.product_group_card .group_head p { font-size: 15px; color: rgba(255,255,255,.75); line-height: 1.8; margin: 0 0 20px; }
.product_group_card .group_sub { display: flex; flex-wrap: wrap; gap: 10px; list-style: none; margin: 0 0 22px; padding: 0; }
.product_group_card .group_sub li a { display: inline-block; padding: 8px 16px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); border-radius: 20px; font-size: 13px; color: rgba(255,255,255,.88); transition: all .25s ease; }
.product_group_card .group_sub li a:hover { background: #c8a35b; color: #0b61e7; border-color: #c8a35b; }
.product_group_card .group_more { font-size: 14px; font-weight: 700; color: #e6c98a; }
.product_sub_grid { display: flex; flex-wrap: wrap; margin: 0 -10px; }
.product_sub_grid.is_large .product_sub_item { padding-bottom: 24px; }
.product_sub_item { width: 33.333%; padding: 0 10px; box-sizing: border-box; margin-bottom: 20px; display: flex; flex-direction: column; background: #fff; border: 1px solid #e8ecf2; border-radius: 14px; padding: 24px 22px; transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease; color: inherit; }
.product_sub_item:hover { transform: translateY(-8px); box-shadow: 0 20px 48px rgba(11,97,231,.12); border-color: #c8a35b; color: inherit; }
.product_sub_item .sub_pic { border-radius: 10px; overflow: hidden; margin: -8px -8px 14px; max-height: 140px; }
.product_sub_item .sub_pic img { width: 100%; height: 140px; object-fit: cover; display: block; }
.product_sub_item .num { font-size: 28px; font-weight: 800; font-style: italic; color: #eef1f6; margin-bottom: 10px; }
.product_sub_item h4 { font-size: 17px; font-weight: 800; color: #131414; margin: 0 0 10px; line-height: 1.45; }
.product_sub_item p { font-size: 13px; line-height: 1.8; color: #7e8794; margin: 0 0 12px; flex: 1; }
.product_sub_item .sub_more { font-size: 12px; font-weight: 700; color: #c8a35b; margin-top: auto; }
.product_service_cards { display: flex; flex-wrap: wrap; gap: 24px; }
.product_service_card { flex: 1; min-width: 260px; background: #fff; border: 1px solid #e8ecf2; border-radius: 16px; padding: 32px 28px; box-shadow: 0 10px 36px rgba(11,97,231,.06); transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease; color: inherit; }
.product_service_card:hover { transform: translateY(-8px); border-color: #c8a35b; box-shadow: 0 22px 50px rgba(11,97,231,.12); color: inherit; }
.product_service_card .icon { width: 56px; height: 56px; border-radius: 14px; background: linear-gradient(135deg, #1b3354, #0b61e7); color: #e6c98a; font-size: 22px; font-weight: 800; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.product_service_card h3 { font-size: 20px; font-weight: 800; color: #131414; margin: 0 0 12px; }
.product_service_card p { font-size: 14px; line-height: 1.85; color: #7e8794; margin: 0 0 16px; }
.product_service_card .more { font-size: 13px; font-weight: 700; color: #c8a35b; }
.product_topic_grid ul { display: flex; flex-wrap: wrap; margin: 0 -12px; list-style: none; padding: 0; }
.product_topic_grid li { width: 25%; padding: 0 12px; box-sizing: border-box; margin-bottom: 24px; }
.product_topic_grid li a { display: block; background: #fff; border: 1px solid #e8ecf2; border-radius: 16px; overflow: hidden; transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease; color: inherit; height: 100%; }
.product_topic_grid li a:hover { transform: translateY(-8px); box-shadow: 0 22px 50px rgba(11,97,231,.12); border-color: #c8a35b; color: inherit; }
.product_topic_grid .pic { overflow: hidden; background: #f5f7fa; }
.product_topic_grid .pic img { width: 100%; height: 220px; object-fit: cover; display: block; transition: transform .6s ease; }
.product_topic_grid li a:hover .pic img { transform: scale(1.06); }
.product_topic_grid .info { padding: 20px 20px 22px; }
.product_topic_grid .info h3 { font-size: 16px; font-weight: 800; color: #131414; margin: 0 0 8px; line-height: 1.45; }
.product_topic_grid .info p { font-size: 13px; line-height: 1.75; color: #7e8794; margin: 0 0 12px; min-height: 46px; }
.product_topic_grid .info .more { font-size: 12px; font-weight: 700; color: #c8a35b; }
.product_topic_empty { text-align: center; padding: 48px 20px; color: #8a93a0; font-size: 15px; width: 100%; }

/* 产品服务全屏展示 */
.product_service_page .product_hero_sub { min-height: var(--site-banner-h); }
.product_service_nav { background: #fff; border-bottom: 1px solid #e8ecf2; position: sticky; top: var(--site-header-h, 0px); z-index: 20; box-shadow: 0 8px 24px rgba(11,97,231,.04); }
.product_service_nav_inner { display: flex; flex-wrap: wrap; gap: 10px; padding: 14px 0; }
.product_service_nav .nav_item { display: inline-flex; align-items: center; padding: 10px 22px; border-radius: 40px; background: #f4f7fa; color: #44505f; font-size: 14px; font-weight: 600; transition: all .25s ease; }
.product_service_nav .nav_item:hover, .product_service_nav .nav_item.is_active { background: #0b61e7; color: #fff; }
.product_service_full_block { padding: 56px 0 48px; background: #fff; }
.product_service_full_block.is_gray { background: #f8fafc; }
.product_full_head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 32px; flex-wrap: wrap; }
.product_full_head .title_box .en { font-size: 12px; letter-spacing: 4px; color: #c8a35b; font-weight: 700; margin-bottom: 10px; }
.product_full_head .title_box h2 { font-size: 32px; font-weight: 800; color: #131414; margin: 0 0 8px; line-height: 1.3; }
.product_full_head .title_box p { font-size: 15px; color: #7e8794; margin: 0; line-height: 1.75; max-width: 640px; }
.product_full_head .more_link { flex: 0 0 auto; font-size: 14px; font-weight: 700; color: #c8a35b; white-space: nowrap; }
.product_topic_grid.is_fullwidth ul { margin: 0 -10px; }
.product_topic_grid.is_col_4 li { width: 25%; padding: 0 10px; box-sizing: border-box; }
.product_topic_grid.is_fullwidth .pic img { height: 260px; }
.product_topic_grid.is_fullwidth .info h3 { font-size: 17px; }

/* ===========================================================
   响应式
   =========================================================== */
@media (max-width: 1240px) {
  .width, .banner_inner .width { width: 96%; }
  .container_left { width: 240px; flex-basis: 240px; }
}
@media (max-width: 992px) {
  .header { flex-wrap: wrap; gap: 14px; }
  .header .wrap { width: 100%; justify-content: space-between; }
  .nav_bg .ui-nav ul li a { padding: 0 16px; line-height: 56px; font-size: 16px; }
  .banner .ui-carousel-item img { height: var(--site-banner-h); }
  .banner .ui_data { flex-wrap: wrap; }
  .banner .ui_data_item { width: 50%; flex: none; margin-bottom: 18px; }
  .banner .ui_data_item::after { display: none; }
  .home_title .big { font-size: 32px; }
  .home_pro li { width: 50%; }
  .business_list_page .business_core_cards.is_three_col .business_core_card,
  .home_business_section .business_core_card { width: calc(50% - 8px); padding: 0; margin-left: 4px; margin-right: 4px; }
  .business_process_step { min-width: calc(50% - 10px); }
  .case_industry_card { width: calc(50% - 12px); }
  .case_industry_grid.is_col_4 .case_industry_card { width: calc(50% - 12px); }
  .case_topic_grid li { width: 50%; }
  .case_topic_grid.is_col_4 li { width: 50%; }
  .caseshow { flex-direction: column; gap: 28px; }
  .caseshow .col-left { width: 100%; flex: none; }
  .caseshow_attrs,
  .caseshow_info_grid { grid-template-columns: 1fr; }
  .caseshow_highlight_grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .caseshow_contact { grid-template-columns: 1fr; }
  .news_topic_grid li { width: 50%; }
  .news_topic_grid.is_compact li { width: 50%; }
  .news_collection_head { flex-wrap: wrap; }
  .news_category_card { min-width: calc(50% - 12px); }
  .solution_catalog_card { min-width: calc(50% - 10px); }
  .business_client_card { width: calc(50% - 12px); }
  .product_topic_grid.is_col_4 li { width: 50%; }
  .home_news ul li { width: 50%; }
  .partner a { width: calc(33.333% - 20px); }
  .home_solution li { width: 33.333%; }
  .home_about { flex-direction: column; gap: 30px; }
  .home_about .video, .home_about .desc { width: 100%; }
  .about_overview_lr { flex-direction: column; gap: 30px; }
  .about_overview_lr .pic { width: 100%; }
  .about_advantage_grid .item { width: 50%; }
  .about_sub_item { width: 50%; }
  .about_page_layout { flex-direction: column; }
  .about_page_side { width: 100%; flex-basis: auto; }
  .about_hero h1 { font-size: 32px; }
  .about_cta_inner { flex-direction: column; text-align: center; }
  .contact_info_item { width: calc(50% - 12px); }
  .contact_main_layout { flex-direction: column; }
  .contact_company_panel { width: 100%; flex-basis: auto; }
  .contact_service_item { width: calc(50% - 10px); }
  .contact_layout { flex-direction: column; }
  .contact_side { width: 100%; flex-basis: auto; }
  .contact_form_item { width: 100%; }
  .page_other.container { flex-direction: column; }
  .container_left { width: 100%; flex-basis: auto; }
  .pro_list li { width: 50%; }
  .proshow { flex-direction: column; gap: 24px; }
  .proshow_page_v2 .proshow .col-left { width: 100%; flex: 0 0 100%; }
  .proshow_sticky_nav .nav_item.nav_cta { margin-left: 0; width: 100%; justify-content: center; }
  .proshow_cta_btns { width: 100%; justify-content: center; }
  .proshow_cta_btns .btn_gold_v2,
  .proshow_cta_btns .btn_outline_v2 { flex: 1; min-width: calc(50% - 6px); justify-content: center; }
  .proshow_card,
  .proshow_tabs,
  .proshow_related,
  .proshow_cta,
  .proshow_page_v2 .proshow_detail_block,
  .proshow_page_v2 .proshow_spec_block { padding: 22px 18px; }
  .proshow_tab_head { margin: 0 -18px 22px; padding: 0 18px; }
  .proshow .col-right h1 { font-size: 24px; }
  .proshow .action .ui-btn { min-width: calc(50% - 6px); flex: 1; }
  .proshow .attribute { grid-template-columns: 1fr; }
  .proshow_content ul.extend { grid-template-columns: 1fr; }
  .proshow .proshow_contact { grid-template-columns: 1fr; }
  .proshow_related_grid li { width: 50%; }
  .proshow_cta_inner { flex-direction: column; text-align: center; }
  .proshow_cta .btns { justify-content: center; width: 100%; }
  .proshow_cta .btns .ui-btn { flex: 1; min-width: calc(50% - 6px); }
  .foot-nav-grid { grid-template-columns: repeat(2, minmax(140px, 1fr)); }
  .footer .foot-right { width: 100%; flex-basis: auto; margin-top: 10px; justify-content: flex-start; }
  .right_bar { display: none; }
}
@media (max-width: 640px) {
  .topbars { font-size: 12px; }
  .header .search .ip { width: 140px; }
  .header .tel span { font-size: 18px; }
  .banner .ui-carousel-item img { height: var(--site-banner-h); }
  .banner .ui_data_item { width: 100%; }
  .home_title .big { font-size: 26px; }
  .home_title .small { font-size: 13px; letter-spacing: 2px; }
  .home_pro li, .home_news ul li, .pro_list li { width: 100%; }
  .business_list_page .business_core_cards.is_three_col .business_core_card,
  .home_business_section .business_core_card { width: 100%; margin-left: 0; margin-right: 0; padding: 0; }
  .business_process_step { min-width: 100%; }
  .home_product_groups { flex-direction: column; }
  .home_product_group { min-width: 0; min-height: 280px; }
  .case_industry_card { width: 100%; }
  .case_topic_grid li { width: 100%; }
  .case_topic_grid.is_col_4 li { width: 100%; }
  .caseshow_card,
  .caseshow_detail_block,
  .caseshow_info_block,
  .caseshow_highlights_block,
  .caseshow_related_block { padding: 22px 18px; }
  .caseshow .col-right h1 { font-size: 24px; }
  .caseshow_highlight_grid { grid-template-columns: 1fr; }
  .caseshow_actions { flex-direction: column; }
  .caseshow_btn_primary,
  .caseshow_btn_outline { width: 100%; }
  .news_topic_grid li { width: 100%; }
  .news_topic_grid.is_compact li { width: 100%; }
  .news_collection_block { padding: 24px 20px 4px; }
  .news_collection_head { flex-direction: column; align-items: stretch; }
  .news_collection_head .more_link { align-self: flex-start; }
  .news_category_card, .news_category_grid.is_compact .news_category_card { min-width: 100%; }
  .solution_catalog_card { min-width: 100%; }
  .business_client_card { width: 100%; }
  .partner a { width: calc(50% - 20px); }
  .home_solution li { width: 50%; }
  .about_advantage_grid .item { width: 100%; }
  .about_sub_item { width: 100%; }
  .business_advantage_grid .item { width: 100%; }
  .business_scope_item { width: 100%; }
  .business_scope_detail .solution_scene_item { width: 100%; }
  .product_sub_item { width: 100%; }
  .product_topic_grid li { width: 100%; }
  .product_topic_grid.is_col_4 li { width: 100%; }
  .contact_info_item { width: 100%; }
  .contact_service_item { width: 100%; }
  .business_core_card { width: 100%; }
  .business_advantage_grid .item { width: 50%; }
  .business_scope_item { width: 50%; }
  .hvac_process_item { min-width: 100%; }
  .hvac_prep_item { min-width: 100%; }
  .hvac_adv_grid .item { width: 50%; }
  .business_derived_item { min-width: 100%; }
  .product_sub_item { width: 50%; }
  .product_topic_grid li { width: 50%; }
  .product_topic_grid.is_col_4 li { width: 50%; }
  .product_full_head .title_box h2 { font-size: 26px; }
  .product_topic_grid.is_fullwidth .pic img { height: 200px; }
  .product_service_card { min-width: 100%; }
  .proshow .action .ui-btn { min-width: 100%; }
  .proshow_related_grid li { width: 100%; }
  .proshow_cta .btns .ui-btn { min-width: 100%; }
  .banner_inner[style*="background"] { height: var(--site-banner-h); min-height: var(--site-banner-h); max-height: var(--site-banner-h); }
  .banner_inner .title { font-size: 26px; }
  .artlist .artlist-item { flex-direction: column; }
  .artlist .artlist-item-image { width: 100%; flex-basis: auto; }
  .foot-nav-grid { grid-template-columns: 1fr; }
  .user_info { flex-direction: column; text-align: center; }
  .biz_hero_v2_slogan { font-size: 20px; letter-spacing: 1px; }
  .biz_topic_slogan { font-size: 18px; }
  .biz_hero_v2_inner { padding: 48px 0 40px; }
  .biz_hero_v2_title { font-size: 32px; }
  .biz_hero_v2_desc { font-size: 14px; }
  .biz_hero_v2_stats { padding: 18px 16px; }
  .biz_hero_v2_stats .stat_item .num { font-size: 24px; }
  .biz_hero_v2_stats .stat_divider { display: none; }
  .biz_hero_v2_stats .stat_item { min-width: calc(33.333% - 8px); margin-bottom: 8px; }
  .biz_cta_v2_inner { flex-direction: column; text-align: center; }
  .biz_cta_v2_text p { max-width: 100%; }
  .biz_cta_v2_text h3 { font-size: 24px; }
}

/* ===========================================================
   2026 首页视觉升级（banner 案牍 / 优势 / CTA）
   =========================================================== */
html { scroll-behavior: smooth; }

/* 轮播遮罩 + 案牍 */
.banner_mask { position: absolute; inset: 0; z-index: 2; pointer-events: none; background: linear-gradient(180deg, rgba(8,18,34,.42) 0%, rgba(8,18,34,.12) 38%, rgba(8,18,34,.55) 100%); }
.banner .ui-carousel-inner { position: relative; z-index: 1; }
.banner_caption { position: absolute; left: 0; right: 0; top: 46%; transform: translateY(-50%); z-index: 5; text-align: center; pointer-events: none; }
.banner_caption .width { pointer-events: auto; }
.banner_caption .banner_inner { max-width: 880px; margin: 0 auto; height: auto !important; min-height: 0 !important; max-height: none !important; display: block !important; background: none !important; }
.banner_tag { display: inline-block; padding: 7px 18px; margin-bottom: 22px; border: 1px solid rgba(230,201,138,.5); border-radius: 40px; background: rgba(255,255,255,.05); backdrop-filter: blur(4px); color: #e6c98a; font-size: 14px; letter-spacing: 2px; }
.banner_title { margin: 0 0 18px; font-size: 50px; font-weight: 800; line-height: 1.28; color: #fff; text-shadow: 0 4px 24px rgba(0,0,0,.35); }
.banner_sub { max-width: 680px; margin: 0 auto 32px; font-size: 18px; line-height: 1.9; color: #dfe6f0; text-shadow: 0 2px 12px rgba(0,0,0,.3); }
.banner_action { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; }

/* 通用按钮 */
.btn { display: inline-flex; align-items: center; justify-content: center; height: 54px; padding: 0 38px; border-radius: 40px; font-size: 16px; font-weight: 700; letter-spacing: 1px; text-decoration: none; cursor: pointer; transition: all .3s ease; }
.btn_primary { background: linear-gradient(90deg, #c8a35b, #e6c98a); color: #12243f; box-shadow: 0 14px 34px rgba(200,163,91,.35); }
.btn_primary:hover { transform: translateY(-3px); box-shadow: 0 20px 44px rgba(200,163,91,.45); }
.btn_ghost { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.55); backdrop-filter: blur(4px); color: #fff; }
.btn_ghost:hover { background: #fff; color: #12243f; transform: translateY(-3px); }

/* 为什么选择我们 */
.home_advantage { padding: 84px 0; }
.home_advantage_grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.advantage_card { padding: 38px 28px; border: 1px solid #eef1f6; border-radius: 18px; background: #fff; text-align: center; transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease; }
.advantage_card:hover { transform: translateY(-10px); border-color: #c8a35b; box-shadow: 0 26px 56px rgba(11,97,231,.12); }
.advantage_icon { display: flex; align-items: center; justify-content: center; width: 72px; height: 72px; margin: 0 auto 22px; border-radius: 20px; background: linear-gradient(135deg, #1b3354, #0f1c2e); }
.advantage_icon svg { width: 34px; height: 34px; fill: none; stroke: #e6c98a; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.advantage_card h3 { margin: 0 0 12px; font-size: 19px; font-weight: 700; color: #131414; }
.advantage_card p { margin: 0; font-size: 14px; line-height: 1.85; color: #8a93a0; }

/* CTA 行动号召 */
.home_cta { position: relative; overflow: hidden; background: linear-gradient(120deg, #1b3354, #0f1c2e); }
.home_cta::before { content: ""; position: absolute; left: -80px; bottom: -80px; width: 320px; height: 320px; background: radial-gradient(circle, rgba(200,163,91,.18), transparent 70%); }
.home_cta_inner { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 66px 0; }
.home_cta_text h2 { margin: 0 0 10px; font-size: 30px; font-weight: 800; color: #fff; }
.home_cta_text p { margin: 0; font-size: 16px; color: #aab3c0; }

/* 锚点跳转预防被吸顶导航遮挡 */
#business { scroll-margin-top: 96px; }

@media (max-width: 991px) {
    .banner_title { font-size: 38px; }
    .home_advantage_grid { grid-template-columns: repeat(2, 1fr); }
    .home_cta_inner { flex-direction: column; text-align: center; }
}
@media (max-width: 768px) {
    .banner_title { font-size: 27px; }
    .banner_sub { font-size: 15px; }
    .btn { height: 48px; padding: 0 28px; font-size: 15px; }
    .home_advantage_grid { grid-template-columns: 1fr; }
    .home_cta_text h2 { font-size: 24px; }
}

/* ===========================================================
   云顶国际学院 academy
   =========================================================== */
.academy_page .academy_topic_hero {
  height: auto;
  max-height: none;
  min-height: 480px;
  overflow: visible;
  align-items: flex-start;
}
.academy_page .academy_topic_hero .biz_hero_v2_inner { padding: 36px 0 44px; }
.academy_page .academy_topic_hero .biz_hero_v2_crumb { margin-bottom: 18px; }
.academy_page .academy_topic_hero .biz_hero_v2_desc {
  display: block;
  -webkit-line-clamp: unset;
  overflow: visible;
  margin-bottom: 20px;
}
.academy_page .academy_topic_hero .biz_hero_v2_actions { margin-bottom: 24px; }
.academy_page .academy_topic_hero .biz_hero_v2_stats {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 4px;
}
.academy_page .academy_topic_hero .biz_hero_v2_stats .stat_divider { display: none; }
.academy_page .academy_topic_hero .biz_hero_v2_stats .stat_item {
  flex: 1 1 calc(25% - 12px);
  min-width: 140px;
  padding: 16px 18px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px;
  box-sizing: border-box;
}
.academy_page .academy_topic_hero .biz_hero_v2_stats .stat_item .num {
  font-size: 28px;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.academy_page .academy_topic_hero .biz_hero_v2_stats .stat_item .num span { font-size: 16px; color: #e6c98a; }
.academy_page .academy_topic_hero .biz_hero_v2_stats .stat_item .lbl {
  font-size: 13px;
  color: rgba(255,255,255,.68);
  margin-top: 6px;
}
.academy_page [id="intro"],
.academy_page [id="base"],
.academy_page [id="courses"],
.academy_page [id="process"],
.academy_page [id="teachers"],
.academy_page [id="advantage"],
.academy_page [id="cert"],
.academy_page [id="detail"] { scroll-margin-top: calc(var(--site-header-h, 0px) + 72px); }
.academy_page .academy_topic_nav .biz_sticky_nav_inner { gap: 4px; }
.academy_intro_section .intro,
.academy_intro_section .academy_intro_cms { font-size: 15px; line-height: 1.95; color: #5a6473; margin-bottom: 28px; }
.academy_intro_section .academy_intro_cms p { margin-bottom: 14px; }
.academy_highlight_grid { display: flex; flex-wrap: wrap; margin: 0 -10px; }
.academy_highlight_grid .item {
  width: calc(33.333% - 20px); margin: 0 10px 16px; box-sizing: border-box;
  background: #f8fafc; border: 1px solid #eef1f4; border-radius: 14px; padding: 20px 18px;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.academy_highlight_grid .item:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(11,97,231,.08); border-color: #d9e4f5; }
.academy_highlight_grid .item .card_head { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.academy_highlight_grid .item .card_head .num { flex: 0 0 auto; font-size: 22px; font-weight: 800; font-style: italic; color: #c8a35b; line-height: 1; }
.academy_highlight_grid .item .card_head h3 { flex: 1; min-width: 0; font-size: 16px; font-weight: 800; color: #131414; margin: 0; line-height: 1.35; }
.academy_highlight_grid .item p { font-size: 13px; line-height: 1.8; color: #7e8794; margin: 0; }

.academy_base_stats { display: flex; flex-wrap: wrap; gap: 20px; margin-bottom: 40px; }
.academy_base_stats .item {
  flex: 1 1 calc(25% - 20px); min-width: 160px; text-align: center;
  padding: 28px 20px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1);
  border-radius: 16px; backdrop-filter: blur(4px);
}
.academy_base_stats .item .num { font-size: 36px; font-weight: 800; color: #fff; line-height: 1.15; }
.academy_base_stats .item .num span { font-size: 18px; color: #e6c98a; margin-left: 2px; }
.academy_base_stats .item .lbl { font-size: 14px; color: rgba(255,255,255,.65); margin-top: 8px; }
.academy_base_zones { display: flex; flex-wrap: wrap; margin: 0 -10px; }
.academy_base_zones .zone_item {
  width: calc(25% - 20px); margin: 0 10px 20px; box-sizing: border-box;
  display: flex; gap: 14px; align-items: flex-start;
  padding: 20px 18px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px; transition: background .25s ease, border-color .25s ease;
}
.academy_base_zones .zone_item:hover { background: rgba(255,255,255,.09); border-color: rgba(230,201,138,.35); }
.academy_base_zones .zone_num {
  flex: 0 0 auto; width: 36px; height: 36px; border-radius: 10px;
  background: rgba(200,163,91,.18); color: #e6c98a; font-size: 13px; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
}
.academy_base_zones .zone_body h3 { font-size: 15px; font-weight: 800; color: #fff; margin: 0 0 6px; line-height: 1.4; }
.academy_base_zones .zone_body p { font-size: 13px; line-height: 1.75; color: rgba(255,255,255,.62); margin: 0; }

.academy_course_grid { display: flex; flex-wrap: wrap; margin: 0 -12px; }
.academy_course_card {
  width: calc(33.333% - 24px); margin: 0 12px 24px; box-sizing: border-box;
  background: #fff; border-radius: 18px; padding: 28px 24px 30px;
  box-shadow: 0 10px 36px rgba(11,97,231,.06); border: 1px solid #eef1f4;
  position: relative; overflow: hidden;
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}
.academy_course_card::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, #1b3354, #0b61e7, #c8a35b);
}
.academy_course_card:hover { transform: translateY(-8px); box-shadow: 0 24px 56px rgba(11,97,231,.12); border-color: #d9e4f5; }
.academy_course_card .card_head { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 14px; }
.academy_course_card .card_head .num { flex: 0 0 auto; font-size: 32px; font-weight: 800; font-style: italic; color: #c8a35b; line-height: 1; opacity: .85; }
.academy_course_card .card_head h3 { flex: 1; min-width: 0; font-size: 18px; font-weight: 800; color: #131414; margin: 0; line-height: 1.45; }
.academy_course_card p { font-size: 14px; line-height: 1.85; color: #7e8794; margin: 0 0 16px; min-height: 72px; }
.academy_course_card .tags { display: flex; flex-wrap: wrap; gap: 8px; }
.academy_course_card .tags span { display: inline-block; padding: 5px 12px; background: #f5f7fa; border: 1px solid #e8ecf2; border-radius: 20px; font-size: 12px; color: #44505f; font-weight: 600; }

.academy_process_grid { display: flex; flex-wrap: wrap; margin: 0 -10px; counter-reset: academy-step; }
.academy_process_step {
  width: calc(33.333% - 20px); margin: 0 10px 20px; box-sizing: border-box;
  display: flex; gap: 16px; align-items: flex-start;
  background: #fff; border-radius: 16px; padding: 26px 22px;
  border: 1px solid #eef1f4; box-shadow: 0 8px 28px rgba(11,97,231,.05);
  transition: transform .3s ease, box-shadow .3s ease;
}
.academy_process_step:hover { transform: translateY(-6px); box-shadow: 0 18px 44px rgba(11,97,231,.1); }
.academy_process_step .step_index {
  flex: 0 0 auto; width: 48px; height: 48px; border-radius: 14px;
  background: linear-gradient(135deg, #1b3354, #0b61e7); color: #e6c98a;
  font-size: 16px; font-weight: 800; display: flex; align-items: center; justify-content: center;
}
.academy_process_step .step_body h3 { font-size: 17px; font-weight: 800; color: #131414; margin: 0 0 8px; line-height: 1.35; }
.academy_process_step .step_body p { font-size: 14px; line-height: 1.85; color: #7e8794; margin: 0; }

.academy_teacher_grid { display: flex; flex-wrap: wrap; margin: 0 -12px; }
.academy_teacher_card {
  width: calc(25% - 24px); margin: 0 12px 24px; box-sizing: border-box;
  transition: transform .35s ease;
}
.academy_teacher_card:hover { transform: translateY(-8px); }
.academy_teacher_card .avatar {
  height: 130px; border-radius: 18px 18px 0 0;
  background: linear-gradient(145deg, #132033 0%, #1b3354 50%, #0b61e7 100%);
  display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden;
}
.academy_teacher_card .avatar::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at 80% 20%, rgba(230,201,138,.2) 0%, transparent 55%);
}
.academy_teacher_card .avatar span { font-size: 44px; font-weight: 800; color: rgba(255,255,255,.2); font-style: italic; position: relative; z-index: 1; }
.academy_teacher_card .body {
  background: #fff; border: 1px solid #eef1f4; border-top: none;
  border-radius: 0 0 18px 18px; padding: 24px 20px 26px;
  box-shadow: 0 10px 36px rgba(11,97,231,.06); min-height: 180px; box-sizing: border-box;
}
.academy_teacher_card .body h3 { font-size: 18px; font-weight: 800; color: #131414; margin: 0 0 6px; }
.academy_teacher_card .body .role { font-size: 13px; color: #c8a35b; font-weight: 700; margin-bottom: 12px; }
.academy_teacher_card .body p { font-size: 14px; line-height: 1.85; color: #7e8794; margin: 0; }

.academy_cert_band {
  padding: 72px 0; background: linear-gradient(135deg, #1b3354 0%, #0b61e7 50%, #132033 100%);
  position: relative; overflow: hidden;
}
.academy_cert_band::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at 15% 50%, rgba(200,163,91,.18) 0%, transparent 45%),
              radial-gradient(circle at 85% 30%, rgba(255,255,255,.06) 0%, transparent 40%);
  pointer-events: none;
}
.academy_cert_head { text-align: center; margin-bottom: 44px; position: relative; z-index: 1; }
.academy_cert_head .en { font-size: 12px; letter-spacing: 4px; color: #e6c98a; font-weight: 700; margin-bottom: 12px; }
.academy_cert_head h2 { font-size: 34px; font-weight: 800; color: #fff; margin: 0 0 12px; }
.academy_cert_head p { font-size: 15px; color: rgba(255,255,255,.72); margin: 0 auto; max-width: 640px; line-height: 1.8; }
.academy_cert_grid { display: flex; flex-wrap: wrap; gap: 24px; position: relative; z-index: 1; }
.academy_cert_grid .cert_item {
  flex: 1 1 calc(33.333% - 16px); min-width: 260px;
  padding: 32px 28px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px; backdrop-filter: blur(6px);
  transition: transform .3s ease, background .3s ease;
}
.academy_cert_grid .cert_item:hover { transform: translateY(-6px); background: rgba(255,255,255,.12); }
.academy_cert_grid .cert_icon {
  width: 44px; height: 44px; border-radius: 12px; margin-bottom: 18px;
  background: linear-gradient(135deg, #c8a35b, #e6c98a); color: #1b3354;
  font-size: 14px; font-weight: 800; display: flex; align-items: center; justify-content: center;
}
.academy_cert_grid .cert_item h3 { font-size: 20px; font-weight: 800; color: #fff; margin: 0 0 12px; line-height: 1.35; }
.academy_cert_grid .cert_item p { font-size: 14px; line-height: 1.85; color: rgba(255,255,255,.72); margin: 0; }

.business_advantage_grid.is_col_3 .item { width: 33.333%; }
.academy_cms_box { background: #fff; border-radius: 18px; padding: 36px; box-shadow: 0 10px 40px rgba(11,97,231,.06); border: 1px solid #eef1f4; line-height: 1.95; }
.academy_section_cms .academy_course_grid,
.academy_section_cms .academy_teacher_grid { margin-top: 0; }
.solution_section_dark .academy_cms_box.light_on_dark { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.1); color: rgba(255,255,255,.82); }
@media (max-width: 992px) {
  .academy_highlight_grid .item { width: 100%; }
  .academy_base_stats .item { flex: 1 1 calc(50% - 20px); }
  .academy_base_zones .zone_item { width: calc(50% - 20px); }
  .academy_course_card { width: calc(50% - 24px); }
  .academy_process_step { width: calc(50% - 20px); }
  .academy_teacher_card { width: calc(50% - 24px); }
  .business_advantage_grid.is_col_3 .item { width: 50%; }
  .academy_cert_grid .cert_item { flex: 1 1 calc(50% - 12px); }
}
@media (max-width: 640px) {
  .academy_base_stats .item { flex: 1 1 100%; }
  .academy_base_zones .zone_item { width: calc(100% - 20px); }
  .academy_course_card { width: calc(100% - 24px); }
  .academy_process_step { width: calc(100% - 20px); }
  .academy_teacher_card { width: calc(100% - 24px); }
  .business_advantage_grid.is_col_3 .item { width: 100%; }
  .academy_cert_grid .cert_item { flex: 1 1 100%; min-width: 0; }
  .academy_page .academy_topic_hero { min-height: 0; }
  .academy_page .academy_topic_hero .biz_hero_v2_inner { padding: 28px 0 32px; }
  .academy_page .academy_topic_hero .biz_hero_v2_title { font-size: 28px; }
  .academy_page .academy_topic_hero .biz_hero_v2_slogan { font-size: 18px; }
  .academy_page .academy_topic_hero .biz_hero_v2_stats .stat_item { flex: 1 1 calc(50% - 12px); min-width: calc(50% - 12px); }
}

/* ===========================================================
   云顶国际合作 cooperation
   =========================================================== */
.cooperation_page .cooperation_topic_hero {
  height: auto;
  max-height: none;
  min-height: 480px;
  overflow: visible;
  align-items: flex-start;
}
.cooperation_page .cooperation_topic_hero .biz_hero_v2_inner { padding: 36px 0 44px; }
.cooperation_page .cooperation_topic_hero .biz_hero_v2_crumb { margin-bottom: 18px; }
.cooperation_page .cooperation_topic_hero .biz_hero_v2_desc {
  display: block;
  -webkit-line-clamp: unset;
  overflow: visible;
  margin-bottom: 20px;
}
.cooperation_page .cooperation_topic_hero .biz_hero_v2_actions { margin-bottom: 24px; }
.cooperation_page .cooperation_topic_hero .biz_hero_v2_stats {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 4px;
}
.cooperation_page .cooperation_topic_hero .biz_hero_v2_stats .stat_divider { display: none; }
.cooperation_page .cooperation_topic_hero .biz_hero_v2_stats .stat_item {
  flex: 1 1 calc(25% - 12px);
  min-width: 140px;
  padding: 16px 18px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px;
  box-sizing: border-box;
}
.cooperation_page .cooperation_topic_hero .biz_hero_v2_stats .stat_item .num {
  font-size: 28px;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.cooperation_page .cooperation_topic_hero .biz_hero_v2_stats .stat_item .num span { font-size: 16px; color: #e6c98a; }
.cooperation_page .cooperation_topic_hero .biz_hero_v2_stats .stat_item .lbl {
  font-size: 13px;
  color: rgba(255,255,255,.68);
  margin-top: 6px;
}
.cooperation_page [id="intro"],
.cooperation_page [id="product"],
.cooperation_page [id="franchise"],
.cooperation_page [id="project"],
.cooperation_page [id="advantage"],
.cooperation_page [id="process"],
.cooperation_page [id="partners"] { scroll-margin-top: calc(var(--site-header-h, 0px) + 72px); }
.cooperation_page .cooperation_topic_nav .biz_sticky_nav_inner { gap: 4px; }
.cooperation_intro_section .intro { font-size: 15px; line-height: 1.95; color: #5a6473; margin-bottom: 0; }
.cooperation_mode_cards { display: flex; flex-wrap: wrap; margin: 40px -12px 0; }
.cooperation_mode_card {
  width: calc(33.333% - 24px); margin: 0 12px; box-sizing: border-box; display: block;
  background: #fff; border-radius: 18px; padding: 28px 24px 30px;
  box-shadow: 0 10px 36px rgba(11,97,231,.06); border: 1px solid #eef1f4; color: inherit;
  position: relative; overflow: hidden;
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}
.cooperation_mode_card::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, #1b3354, #0b61e7, #c8a35b);
}
.cooperation_mode_card:hover { transform: translateY(-8px); box-shadow: 0 24px 56px rgba(11,97,231,.12); border-color: #d9e4f5; color: inherit; }
.cooperation_mode_card .card_head { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.cooperation_mode_card .card_head .num { flex: 0 0 auto; font-size: 32px; font-weight: 800; font-style: italic; color: #c8a35b; line-height: 1; opacity: .85; }
.cooperation_mode_card .card_head h3 { flex: 1; min-width: 0; font-size: 20px; font-weight: 800; color: #131414; margin: 0; line-height: 1.35; }
.cooperation_mode_card p { font-size: 14px; line-height: 1.85; color: #7e8794; margin: 0 0 16px; min-height: 52px; }
.cooperation_mode_card .more { font-size: 13px; font-weight: 700; color: #c8a35b; letter-spacing: .5px; }
.cooperation_mode_intro { font-size: 15px; line-height: 1.9; color: #7e8794; text-align: center; max-width: 860px; margin: 0 auto 32px; }
.cooperation_item_grid { display: flex; flex-wrap: wrap; margin: 0 -12px; }
.cooperation_item_card {
  width: calc(33.333% - 24px); margin: 0 12px 24px; box-sizing: border-box;
  background: #fff; border-radius: 18px; padding: 28px 24px 30px;
  box-shadow: 0 10px 36px rgba(11,97,231,.06); border: 1px solid #eef1f4;
  position: relative; overflow: hidden;
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}
.cooperation_item_card::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, #1b3354, #0b61e7, #c8a35b);
}
.cooperation_item_card:hover { transform: translateY(-8px); box-shadow: 0 24px 56px rgba(11,97,231,.12); border-color: #d9e4f5; }
.solution_section_gray .cooperation_item_card { background: #fff; }
.cooperation_item_card .card_head { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 14px; }
.cooperation_item_card .card_head .num { flex: 0 0 auto; font-size: 32px; font-weight: 800; font-style: italic; color: #c8a35b; line-height: 1; opacity: .85; }
.cooperation_item_card .card_head h3 { flex: 1; min-width: 0; font-size: 18px; font-weight: 800; color: #131414; margin: 0; line-height: 1.45; }
.cooperation_item_card p { font-size: 14px; line-height: 1.85; color: #7e8794; margin: 0 0 16px; min-height: 78px; }
.cooperation_item_card .tags { display: flex; flex-wrap: wrap; gap: 8px; }
.cooperation_item_card .tags span { display: inline-block; padding: 5px 12px; background: #f5f7fa; border: 1px solid #e8ecf2; border-radius: 20px; font-size: 12px; color: #44505f; font-weight: 600; }
.cooperation_process_grid { display: flex; flex-wrap: wrap; margin: 0 -10px; }
.cooperation_process_step {
  width: calc(33.333% - 20px); margin: 0 10px 20px; box-sizing: border-box;
  background: #fff; border-radius: 16px; padding: 26px 22px;
  border: 1px solid #eef1f4; box-shadow: 0 8px 28px rgba(11,97,231,.05);
  position: relative; overflow: hidden;
  transition: transform .3s ease, box-shadow .3s ease;
}
.cooperation_process_step::before {
  content: ""; position: absolute; top: 0; left: 0; width: 4px; height: 100%;
  background: linear-gradient(180deg, #0b61e7, #c8a35b);
}
.cooperation_process_step:hover { transform: translateY(-6px); box-shadow: 0 18px 44px rgba(11,97,231,.1); }
.cooperation_process_step .card_head { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.cooperation_process_step .card_head .num { flex: 0 0 auto; font-size: 28px; font-weight: 800; font-style: italic; color: #c8a35b; line-height: 1; }
.cooperation_process_step .card_head h3 { flex: 1; min-width: 0; font-size: 17px; font-weight: 800; color: #131414; margin: 0; line-height: 1.35; }
.cooperation_process_step p { font-size: 14px; line-height: 1.85; color: #7e8794; margin: 0; }
.cooperation_partners_section { background: linear-gradient(180deg, #f8fafc 0%, #fff 100%); }
.cooperation_partner_grid { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }
.cooperation_partner_item {
  display: inline-flex; align-items: center; justify-content: center; min-width: 160px;
  padding: 16px 24px; background: #fff; border: 1px solid #e8ecf2; border-radius: 12px;
  font-size: 14px; font-weight: 700; color: #44505f;
  transition: all .25s ease; box-shadow: 0 4px 16px rgba(11,97,231,.04);
}
.cooperation_partner_item:hover { border-color: #c8a35b; color: #0b61e7; transform: translateY(-4px); box-shadow: 0 12px 30px rgba(11,97,231,.1); }
.cooperation_cms_box { background: #fff; border-radius: 18px; padding: 36px; box-shadow: 0 10px 40px rgba(11,97,231,.06); border: 1px solid #eef1f4; line-height: 1.95; }
.cooperation_section_cms .cooperation_item_grid { margin-top: 0; }
.cooperation_section_cms.light_on_dark .business_advantage_grid .item .card_head h3 { color: #fff; }
.cooperation_section_cms.light_on_dark .business_advantage_grid .item p { color: rgba(255,255,255,.68); }
@media (max-width: 992px) {
  .cooperation_page .cooperation_topic_hero { min-height: 0; }
  .cooperation_page .cooperation_topic_hero .biz_hero_v2_inner { padding: 28px 0 32px; }
  .cooperation_page .cooperation_topic_hero .biz_hero_v2_title { font-size: 28px; }
  .cooperation_page .cooperation_topic_hero .biz_hero_v2_slogan { font-size: 18px; }
  .cooperation_page .cooperation_topic_hero .biz_hero_v2_stats .stat_item { flex: 1 1 calc(50% - 12px); min-width: calc(50% - 12px); }
  .cooperation_mode_card { width: calc(100% - 24px); margin-bottom: 16px; }
  .cooperation_item_card { width: calc(50% - 24px); }
  .cooperation_process_step { width: calc(50% - 20px); }
}
@media (max-width: 640px) {
  .cooperation_item_card { width: calc(100% - 24px); }
  .cooperation_process_step { width: calc(100% - 20px); }
}

/* ===========================================================
   云顶国际简介 company
   =========================================================== */
.company_page .company_topic_hero {
  height: auto;
  max-height: none;
  min-height: 480px;
  overflow: visible;
  align-items: flex-start;
}
.company_page .company_topic_hero .biz_hero_v2_inner { padding: 36px 0 44px; }
.company_page .company_topic_hero .biz_hero_v2_crumb { margin-bottom: 18px; }
.company_page .company_topic_hero .biz_hero_v2_desc {
  display: block;
  -webkit-line-clamp: unset;
  overflow: visible;
  margin-bottom: 20px;
}
.company_page .company_topic_hero .biz_hero_v2_actions { margin-bottom: 24px; }
.company_page .company_topic_hero .biz_hero_v2_stats {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 4px;
}
.company_page .company_topic_hero .biz_hero_v2_stats .stat_divider { display: none; }
.company_page .company_topic_hero .biz_hero_v2_stats .stat_item {
  flex: 1 1 calc(25% - 12px);
  min-width: 140px;
  padding: 16px 18px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px;
  box-sizing: border-box;
}
.company_page .company_topic_hero .biz_hero_v2_stats .stat_item .num {
  font-size: 28px;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.company_page .company_topic_hero .biz_hero_v2_stats .stat_item .num span { font-size: 16px; color: #e6c98a; }
.company_page .company_topic_hero .biz_hero_v2_stats .stat_item .lbl {
  font-size: 13px;
  color: rgba(255,255,255,.68);
  margin-top: 6px;
}
.company_page .company_about_tabs { margin-top: 0; }
.company_page [id="intro"],
.company_page [id="strength"],
.company_page [id="milestone"],
.company_page [id="lab"],
.company_page [id="base"],
.company_page [id="culture"] { scroll-margin-top: calc(var(--site-header-h, 0px) + 72px); }
.company_page .company_topic_nav .biz_sticky_nav_inner { gap: 4px; }
.company_intro_section .intro,
.company_intro_section .company_intro_cms { font-size: 15px; line-height: 1.95; color: #5a6473; margin-bottom: 0; }
.company_intro_section .company_intro_cms p { margin-bottom: 14px; }
.company_intro_full {
  width: 100%;
  margin: 0 auto 40px;
}
.company_intro_section .company_highlight_grid { margin-top: 0; }
.company_highlight_grid { display: flex; flex-wrap: wrap; margin: 0 -10px; }
.company_highlight_grid .item {
  width: calc(33.333% - 20px); margin: 0 10px 16px; box-sizing: border-box;
  background: #f8fafc; border: 1px solid #eef1f4; border-radius: 14px; padding: 20px 18px;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.company_highlight_grid .item:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(11,97,231,.08); border-color: #d9e4f5; }
.company_highlight_grid .item .card_head { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.company_highlight_grid .item .card_head .num { flex: 0 0 auto; font-size: 22px; font-weight: 800; font-style: italic; color: #c8a35b; line-height: 1; }
.company_highlight_grid .item .card_head h3 { flex: 1; min-width: 0; font-size: 16px; font-weight: 800; color: #131414; margin: 0; line-height: 1.35; }
.company_highlight_grid .item p { font-size: 13px; line-height: 1.8; color: #7e8794; margin: 0; }
.company_strength_grid { display: flex; flex-wrap: wrap; margin: 0 -12px; }
.company_strength_card {
  width: calc(33.333% - 24px); margin: 0 12px 24px; box-sizing: border-box;
  background: #fff; border-radius: 18px; padding: 28px 24px 30px;
  box-shadow: 0 10px 36px rgba(11,97,231,.06); border: 1px solid #eef1f4;
  position: relative; overflow: hidden;
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}
.company_strength_card::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, #1b3354, #0b61e7, #c8a35b);
}
.company_strength_card:hover { transform: translateY(-8px); box-shadow: 0 24px 56px rgba(11,97,231,.12); border-color: #d9e4f5; }
.company_strength_card .card_head { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 14px; }
.company_strength_card .card_head .num { flex: 0 0 auto; font-size: 32px; font-weight: 800; font-style: italic; color: #c8a35b; line-height: 1; opacity: .85; }
.company_strength_card .card_head h3 { flex: 1; min-width: 0; font-size: 18px; font-weight: 800; color: #131414; margin: 0; line-height: 1.45; }
.company_strength_card p { font-size: 14px; line-height: 1.85; color: #7e8794; margin: 0; min-height: 78px; }
.company_timeline { position: relative; padding-left: 28px; border-left: 2px solid #e8ecf2; max-width: 920px; margin: 0 auto; }
.company_timeline_item { position: relative; padding: 0 0 32px 28px; }
.company_timeline_item:last-child { padding-bottom: 0; }
.company_timeline_item::before {
  content: ""; position: absolute; left: -35px; top: 6px; width: 14px; height: 14px;
  border-radius: 50%; background: #0b61e7; border: 3px solid #fff; box-shadow: 0 0 0 2px #0b61e7;
}
.company_timeline_item .year {
  display: inline-block; font-size: 14px; font-weight: 800; color: #c8a35b;
  background: rgba(200,163,91,.12); padding: 4px 12px; border-radius: 20px; margin-bottom: 10px;
}
.company_timeline_item .body h3 { font-size: 18px; font-weight: 800; color: #131414; margin: 0 0 8px; }
.company_timeline_item .body p { font-size: 14px; line-height: 1.85; color: #7e8794; margin: 0; }
.company_section_intro { font-size: 15px; line-height: 1.9; color: #7e8794; text-align: center; max-width: 860px; margin: 0 auto 32px; }
.company_section_intro.light_on_dark { color: rgba(255,255,255,.72); }
.company_lab_grid { display: flex; flex-wrap: wrap; margin: 0 -12px; }
.company_lab_card {
  width: calc(33.333% - 24px); margin: 0 12px 24px; box-sizing: border-box;
  padding: 26px 24px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1);
  border-radius: 16px; transition: background .25s ease, border-color .25s ease;
}
.company_lab_card:hover { background: rgba(255,255,255,.09); border-color: rgba(230,201,138,.35); }
.company_lab_card .card_head { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.company_lab_card .card_head .num { flex: 0 0 auto; font-size: 28px; font-weight: 800; font-style: italic; color: #e6c98a; line-height: 1; }
.company_lab_card .card_head h3 { flex: 1; min-width: 0; font-size: 18px; font-weight: 800; color: #fff; margin: 0; line-height: 1.35; }
.company_lab_card p { font-size: 14px; line-height: 1.85; color: rgba(255,255,255,.68); margin: 0; }
.company_base_stats { display: flex; flex-wrap: wrap; gap: 20px; margin-bottom: 36px; }
.company_base_stats .item {
  flex: 1 1 calc(25% - 20px); min-width: 160px; text-align: center;
  padding: 28px 20px; background: #fff; border: 1px solid #eef1f4; border-radius: 16px;
  box-shadow: 0 8px 28px rgba(11,97,231,.05);
}
.company_base_stats .item .num { font-size: 36px; font-weight: 800; color: #0b61e7; line-height: 1.15; }
.company_base_stats .item .num span { font-size: 18px; color: #c8a35b; margin-left: 2px; }
.company_base_stats .item .lbl { font-size: 14px; color: #7e8794; margin-top: 8px; }
.company_base_actions { text-align: center; }
.company_culture_section .solution_overview_lr.is_reverse { flex-direction: row-reverse; }
.company_culture_section .intro p { font-size: 15px; line-height: 1.9; color: #5a6473; margin: 0 0 12px; }
.company_culture_cms p { margin-bottom: 12px; }
.company_more_link { display: inline-block; margin-top: 16px; font-size: 14px; font-weight: 700; color: #c8a35b; }
.company_more_link:hover { color: #0b61e7; }
@media (max-width: 992px) {
  .company_page .company_topic_hero { min-height: 0; }
  .company_page .company_topic_hero .biz_hero_v2_inner { padding: 28px 0 32px; }
  .company_page .company_topic_hero .biz_hero_v2_title { font-size: 28px; }
  .company_page .company_topic_hero .biz_hero_v2_slogan { font-size: 18px; }
  .company_page .company_topic_hero .biz_hero_v2_stats .stat_item { flex: 1 1 calc(50% - 12px); min-width: calc(50% - 12px); }
  .company_highlight_grid .item { width: calc(50% - 20px); }
  .company_strength_card { width: calc(50% - 24px); }
  .company_lab_card { width: calc(50% - 24px); }
  .company_base_stats .item { flex: 1 1 calc(50% - 20px); }
  .company_culture_section .solution_overview_lr.is_reverse { flex-direction: column; }
}
@media (max-width: 640px) {
  .company_highlight_grid .item { width: calc(100% - 20px); }
  .company_strength_card { width: calc(100% - 24px); }
  .company_lab_card { width: calc(100% - 24px); }
  .company_base_stats .item { flex: 1 1 100%; min-width: 0; }
}

/* ===========================================================
   企业文化 culture
   =========================================================== */
.culture_page .culture_topic_hero {
  height: auto;
  max-height: none;
  min-height: 480px;
  overflow: visible;
  align-items: flex-start;
}
.culture_page .culture_topic_hero .biz_hero_v2_inner { padding: 36px 0 44px; }
.culture_page .culture_topic_hero .biz_hero_v2_crumb { margin-bottom: 18px; }
.culture_page .culture_topic_hero .biz_hero_v2_desc {
  display: block;
  -webkit-line-clamp: unset;
  overflow: visible;
  margin-bottom: 20px;
}
.culture_page .culture_topic_hero .biz_hero_v2_actions { margin-bottom: 24px; }
.culture_page .culture_topic_hero .biz_hero_v2_stats {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 4px;
}
.culture_page .culture_topic_hero .biz_hero_v2_stats .stat_divider { display: none; }
.culture_page .culture_topic_hero .biz_hero_v2_stats .stat_item {
  flex: 1 1 calc(25% - 12px);
  min-width: 140px;
  padding: 16px 18px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px;
  box-sizing: border-box;
}
.culture_page .culture_topic_hero .biz_hero_v2_stats .stat_item .num {
  font-size: 28px;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.culture_page .culture_topic_hero .biz_hero_v2_stats .stat_item .num span { font-size: 16px; color: #e6c98a; }
.culture_page .culture_topic_hero .biz_hero_v2_stats .stat_item .lbl {
  font-size: 13px;
  color: rgba(255,255,255,.68);
  margin-top: 6px;
}
.culture_page .culture_about_tabs { margin-top: 0; }
.culture_page [id="intro"],
.culture_page [id="values"],
.culture_page [id="spirit"],
.culture_page [id="logo"] { scroll-margin-top: calc(var(--site-header-h, 0px) + 72px); }
.culture_page .culture_topic_nav .biz_sticky_nav_inner { gap: 4px; }
.culture_intro_section .intro,
.culture_intro_section .culture_intro_cms,
.culture_intro_section .culture_intro_text { font-size: 15px; line-height: 1.95; color: #5a6473; margin-bottom: 0; }
.culture_intro_section .culture_intro_cms p { margin-bottom: 14px; }
.culture_intro_section .culture_intro_cms img { max-width: 100%; height: auto; border-radius: 12px; margin: 12px 0; }
.culture_intro_section .culture_intro_cms strong { color: #131414; font-weight: 800; }
.culture_intro_lead {
  position: relative;
  margin-bottom: 28px;
  padding: 36px 40px 36px 120px;
  background: linear-gradient(125deg, #1b3354 0%, #0b61e7 55%, #1a4a8a 100%);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(11,97,231,.18);
}
.culture_intro_lead::after {
  content: "";
  position: absolute;
  right: -40px;
  top: -40px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(230,201,138,.12);
  pointer-events: none;
}
.culture_intro_5s {
  position: absolute;
  left: 28px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.culture_intro_5s span {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(230,201,138,.35);
  color: #e6c98a;
  font-size: 18px;
  font-weight: 800;
  font-style: italic;
  display: flex;
  align-items: center;
  justify-content: center;
}
.culture_intro_lead blockquote {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.75;
  color: #fff;
  letter-spacing: .5px;
}
.culture_intro_panel {
  background: #fff;
  border: 1px solid #eef1f4;
  border-left: 4px solid #c8a35b;
  border-radius: 18px;
  padding: 36px 40px;
  box-shadow: 0 10px 40px rgba(11,97,231,.05);
  margin-bottom: 32px;
}
.culture_intro_highlights { display: flex; flex-wrap: wrap; margin: 0 -10px; }
.culture_intro_highlights .item {
  width: calc(33.333% - 20px);
  margin: 0 10px;
  box-sizing: border-box;
  background: #f8fafc;
  border: 1px solid #eef1f4;
  border-radius: 14px;
  padding: 22px 20px;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.culture_intro_highlights .item:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(11,97,231,.08);
  border-color: #d9e4f5;
}
.culture_intro_highlights .item .card_head { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.culture_intro_highlights .item .card_head .num { flex: 0 0 auto; font-size: 22px; font-weight: 800; font-style: italic; color: #c8a35b; line-height: 1; }
.culture_intro_highlights .item .card_head h3 { flex: 1; min-width: 0; font-size: 16px; font-weight: 800; color: #131414; margin: 0; line-height: 1.35; }
.culture_intro_highlights .item p { font-size: 13px; line-height: 1.8; color: #7e8794; margin: 0; }
.culture_values_grid { display: flex; flex-wrap: wrap; margin: 0 -12px; }
.culture_value_card {
  width: calc(20% - 24px); margin: 0 12px 24px; box-sizing: border-box;
  background: #fff; border-radius: 18px; padding: 28px 22px 30px;
  box-shadow: 0 10px 36px rgba(11,97,231,.06); border: 1px solid #eef1f4;
  text-align: center; position: relative; overflow: hidden;
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}
.culture_value_card::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, #1b3354, #0b61e7, #c8a35b);
}
.culture_value_card:hover { transform: translateY(-8px); box-shadow: 0 24px 56px rgba(11,97,231,.12); border-color: #d9e4f5; }
.culture_value_card .letter {
  width: 56px; height: 56px; margin: 0 auto 12px; border-radius: 50%;
  background: linear-gradient(135deg, #0b61e7, #1b3354); color: #fff;
  font-size: 28px; font-weight: 800; font-style: italic;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 24px rgba(11,97,231,.25);
}
.culture_value_card .word { font-size: 11px; letter-spacing: 1px; color: #c8a35b; font-weight: 700; margin-bottom: 10px; text-transform: uppercase; }
.culture_value_card h3 { font-size: 18px; font-weight: 800; color: #131414; margin: 0 0 12px; }
.culture_value_card p { font-size: 13px; line-height: 1.85; color: #7e8794; margin: 0; min-height: 96px; }
.culture_spirit_grid { display: flex; flex-wrap: wrap; margin: 0 -12px; }
.culture_spirit_card {
  width: calc(25% - 24px); margin: 0 12px 24px; box-sizing: border-box;
  padding: 26px 22px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1);
  border-radius: 16px; transition: background .25s ease, border-color .25s ease;
}
.culture_spirit_card:hover { background: rgba(255,255,255,.09); border-color: rgba(230,201,138,.35); }
.culture_spirit_card .card_head { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.culture_spirit_card .card_head .num { flex: 0 0 auto; font-size: 24px; font-weight: 800; font-style: italic; color: #e6c98a; line-height: 1; }
.culture_spirit_card .card_head h3 { flex: 1; min-width: 0; font-size: 17px; font-weight: 800; color: #fff; margin: 0; line-height: 1.35; }
.culture_spirit_card p { font-size: 14px; line-height: 1.85; color: rgba(255,255,255,.68); margin: 0; }
.culture_logo_box {
  display: flex; align-items: center; gap: 48px;
  background: linear-gradient(135deg, #f8fafc 0%, #fff 100%);
  border: 1px solid #eef1f4; border-radius: 20px; padding: 48px;
  box-shadow: 0 12px 44px rgba(11,97,231,.06);
}
.culture_logo_visual { flex: 0 0 320px; text-align: center; }
.culture_logo_visual img { max-width: 100%; height: auto; }
.culture_logo_placeholder {
  min-height: 160px; display: flex; flex-direction: column; align-items: center; justify-content: center;
  background: linear-gradient(135deg, #1b3354, #0b61e7); border-radius: 16px; color: #fff; padding: 32px;
}
.culture_logo_placeholder span { font-size: 48px; font-weight: 800; font-style: italic; color: #e6c98a; line-height: 1; }
.culture_logo_placeholder em { font-size: 14px; margin-top: 12px; font-style: normal; opacity: .85; }
.culture_logo_desc { flex: 1; min-width: 0; }
.culture_logo_desc p { font-size: 15px; line-height: 1.95; color: #5a6473; margin: 0; }
@media (max-width: 992px) {
  .culture_page .culture_topic_hero { min-height: 0; }
  .culture_page .culture_topic_hero .biz_hero_v2_inner { padding: 28px 0 32px; }
  .culture_page .culture_topic_hero .biz_hero_v2_stats .stat_item { flex: 1 1 calc(50% - 12px); min-width: calc(50% - 12px); }
  .culture_value_card { width: calc(33.333% - 24px); }
  .culture_spirit_card { width: calc(50% - 24px); }
  .culture_logo_box { flex-direction: column; padding: 32px 24px; gap: 28px; }
  .culture_logo_visual { flex-basis: auto; width: 100%; }
  .culture_intro_lead { padding: 28px 24px 28px 88px; }
  .culture_intro_lead blockquote { font-size: 17px; }
  .culture_intro_5s { left: 18px; gap: 4px; }
  .culture_intro_5s span { width: 30px; height: 30px; font-size: 15px; }
  .culture_intro_panel { padding: 24px 20px; }
  .culture_intro_highlights .item { width: calc(50% - 20px); margin-bottom: 16px; }
}
@media (max-width: 640px) {
  .culture_value_card { width: calc(100% - 24px); min-height: 0; }
  .culture_value_card p { min-height: 0; }
  .culture_spirit_card { width: calc(100% - 24px); }
  .culture_intro_lead { padding: 24px 20px; }
  .culture_intro_5s {
    position: static;
    transform: none;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 16px;
  }
  .culture_intro_highlights .item { width: calc(100% - 20px); margin-bottom: 12px; }
}
<!--耗时1790213177.7379秒-->