border-radius: 28px; background: #ffffff; box-shadow: 0 28px 70px rgba(15, 23, 42, 0.22); transform: translate(-50%, -50%) !important; } .header-search-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 18px; } .header-search-title { margin: 0; color: var(--bd-header-ink); font-size: 1.5rem; font-weight: 800; line-height: 1.1; } .header-search-dismiss { width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; padding: 0; border: 0; border-radius: 999px; background: rgba(37, 99, 235, 0.08); color: var(--bd-header-primary); cursor: pointer; } .header-search-dismiss .material-icons { font-size: 22px; line-height: 1; } .header-search-hint { margin: 0 0 18px; color: var(--bd-header-muted); font-size: 0.98rem; line-height: 1.7; } .header-search-btn:hover, .header-search-btn:focus-visible { box-shadow: 0 18px 36px rgba(37, 99, 235, 0.34); filter: brightness(1.05); transform: translateY(-50%) scale(1.02); outline: none; } /* ============================================================ 核心隔离:完全消除外部CSS对导航的一切位移干扰 ============================================================ */ /* 顶层菜单项 — 禁止所有位移 */ html body.bd-site-shell .main-mnu-list > li, html body.bd-site-shell .main-mnu-list > li:hover, html body.bd-site-shell .main-mnu-list > li:focus-within { transform: none !important; translate: none !important; top: auto !important; bottom: auto !important; margin-top: 0 !important; margin-bottom: 0 !important; animation: none !important; } /* 顶层菜单链接 — 禁止所有位移 */ html body.bd-site-shell .main-mnu-list > li > a, html body.bd-site-shell .main-mnu-list > li > a:hover, html body.bd-site-shell .main-mnu-list > li > a:focus, html body.bd-site-shell .main-mnu-list > li:hover > a, html body.bd-site-shell .main-mnu-list > li:focus-within > a { transform: none !important; translate: none !important; top: auto !important; bottom: auto !important; margin: 0 !important; padding-top: 0 !important; padding-bottom: 0 !important; animation: none !important; box-shadow: none !important; } /* 子菜单 li — 完全静止,overflow hidden 裁剪任何溢出背景 */ html body.bd-site-shell .main-mnu-list li ul li, html body.bd-site-shell .main-mnu-list li ul li:hover, html body.bd-site-shell .main-mnu-list li ul li:focus-within { position: relative !important; top: 0 !important; bottom: auto !important; transform: none !important; translate: none !important; margin: 0 !important; padding-top: 0 !important; padding-bottom: 0 !important; overflow: hidden !important; animation: none !important; } /* 子菜单链接 — 严格固定,禁止 padding/top 引起的偏移 */ html body.bd-site-shell .main-mnu-list li ul li > a, html body.bd-site-shell .main-mnu-list li ul li > a:hover, html body.bd-site-shell .main-mnu-list li ul li:hover > a, html body.bd-site-shell .main-mnu-list li ul li:focus-within > a { display: flex !important; align-items: center !important; position: relative !important; top: 0 !important; bottom: 0 !important; left: 0 !important; right: 0 !important; transform: none !important; translate: none !important; margin: 0 !important; padding-top: 0 !important; padding-bottom: 0 !important; animation: none !important; box-shadow: none !important; min-height: 40px !important; height: auto !important; line-height: normal !important; vertical-align: middle !important; } /* 子菜单容器 — 锁定字号防止页面样式污染 */ html body.bd-site-shell .main-mnu-list li ul { font-size: 14px !important; } /* 头部所有文字元素字号锁定 */ html body.bd-site-shell .main-mnu-list > li > a, html body.bd-site-shell .main-mnu-list > li > a > span { font-size: 14px !important; line-height: 1.4 !important; } html body.bd-site-shell .header-top-info a, html body.bd-site-shell .header-top-info span { font-size: 14px !important; } body.bd-site-shell .main-mnu-list > li:not(.mega-menu), body.bd-site-shell .main-mnu-list .mega-menu { position: relative !important; } body.bd-site-shell .main-mnu-list > li:not(.mega-menu) > ul { left: 50% !important; right: auto !important; top: calc(100% + 2px) !important; transform: translateX(-50%) !important; } body.bd-site-shell .main-mnu-list > li:not(.mega-menu):hover > ul, body.bd-site-shell .main-mnu-list > li:not(.mega-menu):focus-within > ul { transform: translateX(-50%) !important; } body.bd-site-shell .main-mnu-list .mega-menu > .sub-menu { left: 50% !important; right: auto !important; top: calc(100% + 2px) !important; width: min(920px, calc(100vw - 48px)) !important; min-width: 0 !important; transform: translateX(-50%) !important; } body.bd-site-shell .main-mnu-list .mega-menu > .sub-menu > li > ul { position: static !important; left: auto !important; top: auto !important; transform: none !important; } body.bd-site-shell .main-mnu-list li ul ul { left: 50% !important; right: auto !important; top: calc(100% + 2px) !important; min-width: 220px !important; transform: translateX(-50%) !important; } body.bd-site-shell .header-search { position: static !important; } /* 遮罩层:只做背景,不参与居中布局 */ body.bd-site-shell .header-search-form { position: fixed !important; inset: 0 !important; display: block !important; padding: 0 !important; background: rgba(8, 15, 28, 0.56) !important; backdrop-filter: none !important; opacity: 0; visibility: hidden; pointer-events: none; z-index: 1400 !important; } /* 模糊背景改用伪元素,避免 backdrop-filter 产生新包含块干扰子元素定位 */ body.bd-site-shell .header-search-form::before { content: "" !important; position: fixed !important; inset: 0 !important; backdrop-filter: blur(12px) !important; -webkit-backdrop-filter: blur(12px) !important; pointer-events: none !important; z-index: 0 !important; } body.bd-site-shell .header-search.is-open .header-search-form { opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; } /* container 清空所有布局干扰 */ body.bd-site-shell .header-search-form .container { all: unset !important; display: block !important; } /* 弹窗直接 fixed 到视口正中央,不依赖任何父级布局 */ body.bd-site-shell .header-search-dialog { position: fixed !important; left: 50% !important; top: 50% !important; transform: translate(-50%, -50%) !important; width: min(620px, calc(100vw - 32px)) !important; margin: 0 !important; z-index: 1401 !important; padding: 32px !important; border-radius: 24px !important; background: #ffffff !important; border: 1px solid rgba(226, 232, 240, 0.92) !important; box-shadow: 0 32px 80px rgba(15, 23, 42, 0.28), 0 0 0 1px rgba(37, 99, 235, 0.06) !important; } @media (max-width: 1399px) { .main-mnu-list > li > a { padding: 0 10px; font-size: 14px; } } @media (max-width: 1199px) { .header-top { display: none; } body.bd-site-shell .bd-nav-shell { min-height: 74px; gap: 14px; } body.bd-site-shell .bd-nav-mobile { display: flex; align-items: center; } body.bd-site-shell .bd-nav-main { display: none; } .header-search-form { padding: 24px 20px; } } @media (max-width: 767px) { .header-fixed .container { width: min(100% - 20px, 1280px); } button.header-action-icon.header-search-ico { width: 24px; height: 24px; } .header-search-form { padding: 18px 16px; } .header-search-panel { width: auto; } .header-search-dialog { width: min(100vw - 32px, 640px); padding: 22px; border-radius: 22px; } .header-search-copy h3 { font-size: 1.4rem; } .header-search-form .form-field { min-height: 76px; padding: 18px 72px 14px 18px; border-radius: 20px; } .header-search-form .form-field-label { left: 18px; } .header-search-form .form-field-input { font-size: 1rem; } .header-search-btn { right: 12px; width: 48px; height: 48px; border-radius: 14px; } } @media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .bd-skip-link, .header-fixed, .header-fixed::before, .main-mnu-list > li > a, .main-mnu-list > li > ul, .main-mnu-list > li > .sub-menu, button.header-action-icon.header-search-ico, .header-search-ico-search, .header-search-ico-close, .header-search-form, .header-search-btn { transition: none; } } Skip to content

The jewelry lighting case of Laomiao on Jianshe West Road in Yanzhou, Jining

The jewelry lighting case of Laomiao on Jianshe West Road in Yanzhou, Jining
The jewelry lighting case of Laomiao on Jianshe West Road in Yanzhou, Jining
The jewelry lighting case of Laomiao on Jianshe West Road in Yanzhou, Jining
The jewelry lighting case of Laomiao on Jianshe West Road in Yanzhou, Jining
description

Case Details

Case Type 珠宝店铺案例
Client Brand 老庙
Case Address 济宁兖州建设西路

Case Details

Project Background

The Laomiao Jewelry store on Jianshe West Road in Yanzhou, Jining, is a well-known regional jewelry brand located in the core commercial district of Yanzhou. As a long-established and reputable jewelry 

chain brand, Laomiao Jewelry has extremely high requirements for store lighting. Traditional lighting systems can no longer meet the professional needs of modern jewelry display, suffering from problems 

such as uneven illumination, low color rendering index, and high energy consumption, which affect the display effect of the jewelry and the customer shopping experience.


Needs Analysis

The person in charge of the Yanzhou Laomiao Jewelry store stated: "Jewelry is the art of light. High-quality lighting should not only highlight the dazzling brilliance of the jewelry but also create a high-end 

and comfortable shopping environment. We need a professional lighting solution that can both highlight the fire of diamonds and the color of colored gemstones, while also preventing visual fatigue for 

customers during prolonged viewing."


Solution

Hefei Changxiang Lighting Technology Co., Ltd., as a national high-tech enterprise, leveraged its professional experience in the field of jewelry lighting to customize the "Changxiang Starlight" intelligent 

jewelry lighting solution for the Yanzhou Laomiao Jewelry store. System Configuration:

Utilizes "Changxiang Starlight" series high-color rendering LED spotlights (color rendering index Ra≥95) to accurately reproduce the true colors of jewelry.

Customized counter lighting system with adjustable angle optical lenses to ensure optimal lighting for each piece of jewelry.

Intelligent lighting control system for regional and time-based lighting adjustments.

Anti-glare design to enhance customer comfort.

Green energy-saving solution, saving over 60% energy compared to traditional lighting systems.


Product Application:

Main store lighting: Uses 3000K warm white LED track lights to create a warm and high-end atmosphere.

Counter accent lighting: Installs professional jewelry-grade LED spotlights to highlight product details.

Showcase display: Configures adjustable color temperature LED wall washers to create a visually appealing focal point for passersby.


Implementation Results:

After project completion, the lighting effect of the Yanzhou Laomiao Jewelry store was significantly improved:

Improved jewelry display effect: Diamond brilliance increased by 35%, gemstone color reproduction reached 98%, and customer dwell time increased by 40%.

Significant energy reduction: 63% energy saving compared to the original lighting system, saving approximately 4500 yuan in monthly electricity bills.

Optimized shopping experience: Glare reduced by 80%, significantly improving customer visual comfort.

Increased sales performance: Within three months after the lighting upgrade, the average transaction value increased by 22%, and customer satisfaction increased by 31%.


Ms. Wang, the manager of Laomiao Jewelry Yanzhou store, commented: "The professional jewelry lighting solution provided by Hefei Changxiang Lighting Technology exceeded our expectations. Now our 

jewelry is even more dazzling under the lights, and customer feedback is excellent. Even our regular customers are surprised by the improvement in the store environment.  In particular, the intelligent 

control system allows us to flexibly adjust the lighting according to different types of jewelry, greatly improving sales conversion rates."


sparkle Project Highlights

check_circle

Core advantages

Project BackgroundThe Laomiao Jewelry store on Jianshe West Road in Yanzhou, Jining, is a well-known regional jewelry brand located in the core commercial district of Yanzhou. As a long-established and reputable jewelrychain brand, Laomiao Jewelry has extremely high requirements for store ligh

trending_up Project Advantages

rocket_launch

Efficient Execution

A professional team that responds quickly, ensuring on-time project delivery and improved execution efficiency.

precision_manufacturing

Expert Technology

Utilizes advanced technology stacks to ensure project quality and provide reliable technical support.

group

Professional Team

Boasts an experienced professional team that offers comprehensive support and services for the project.

support

Comprehensive Service

Provides end-to-end services from planning to implementation, ensuring the smooth completion of the project.