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

Pingyao Laofengxiang Jewelry Lighting Case

Pingyao Laofengxiang Jewelry Lighting Case
Pingyao Laofengxiang Jewelry Lighting Case
Pingyao Laofengxiang Jewelry Lighting Case
Pingyao Laofengxiang Jewelry Lighting Case
Pingyao Laofengxiang Jewelry Lighting Case
Pingyao Laofengxiang Jewelry Lighting Case
Pingyao Laofengxiang Jewelry Lighting Case
Pingyao Laofengxiang Jewelry Lighting Case
description

Case Details

Case Type 珠宝店铺案例
Client Brand 老凤祥
Case Address 平遥

Case Details

Project Background

Pingyao Ancient City, a World Cultural Heritage site, is home to numerous long-established businesses with rich histories. Laofengxiang Jewelry, a century-old jewelry brand founded in 1848, opened a 

flagship store in Pingyao Ancient City, continuing its brand philosophy of "a century-old store, trustworthy and reliable." Located in the core commercial district of the ancient city, the store primarily sells 

gold, silver, and pearl jewelry.  It required a professional lighting system that could both highlight the dazzling quality of the jewelry and blend seamlessly with the cultural atmosphere of the ancient city. 

Hefei Changxiang Lighting Technology Co., Ltd., with 18 years of professional experience in LED lighting for jewelry stores, customized a complete lighting solution for the Laofengxiang Pingyao store. 

Customer Needs Analysis

Brand Tone Matching: As a time-honored Chinese brand spanning three centuries, the lighting design needs to reflect the perfect combination of the brand's rich history and modern fashion sense.

Product Display Effect: Jewelry has extremely high requirements for lighting; it is necessary to ensure that all types of jewelry materials (gold, silver, pearls, etc.) can display their best luster and color.

Spatial Atmosphere Creation: The Pingyao Ancient City store needs to consider both the visual experience of tourists and the shopping comfort of local customers.

Energy Saving and Environmental Protection Requirements:  Meet national green shopping mall standards and reduce energy consumption costs.

Intelligent Control Function: Meet the differentiated lighting needs of different time periods and different areas.


Solution

Hefei Changxiang Lighting Technology provided Laofengxiang Pingyao store with a full range of "Changxiang Starlight" brand LED lighting products and intelligent control systems:


Key Lighting System

High color rendering index (Ra>95) LED track spotlights are used to precisely focus on the jewelry in the display cases, restoring the true color of "999 pure gold".

Specially designed LED counter lights are installed inside the display cases to ensure that there are no shadows or blind spots when viewing the jewelry from any angle.

Professional wall washer lights are installed in the window area to create a layered visual effect and attract street traffic.


Environmental Atmosphere Lighting

The main lighting in the store uses intelligent dimmable LED spotlights to achieve a natural light effect transition from morning to night.

The walls use aurora effect light strips in a water-green tone, echoing the Laofengxiang brand colors and creating a high-end and elegant spatial feel.

Ultra-thin 9mm perforated light strips are used to outline the architectural lines, highlighting the historical depth of the century-old brand.


Intelligent Control System

An intelligent store lighting system is deployed, supporting functions such as scene preset, automatic time-based switching, and remote monitoring.

Equipped with a smart lock linkage system for the display cases to ensure security. Automatic lighting adjustment for store opening and closing times

Provides mobile app remote management, allowing store managers to adjust lighting schemes at any time.


Implementation Results

Significant improvement in product display effect: Customers reported a significant improvement in the luster and texture of the jewelry, especially the gold products, which displayed the dazzling brilliance 

befitting their value under the lighting, matching their actual worth.


Increased customer traffic and conversion rate: After the showcase lighting renovation, the store's attractiveness increased by 40% in the evening, the entry rate increased by 25%, and customer dwell time 

increased by 30%.

Significant reduction in energy consumption: Compared with the original lighting system, energy consumption was reduced by 65%, saving approximately 80,000 yuan in electricity costs annually, aligning 

with the concept of green and low-carbon development.

Overall enhancement of brand image: The lighting design perfectly integrated the historical heritage of the "century-old store" with the modern feel of a contemporary jewelry store, receiving consistent 

praise from customers.

Significant reduction in maintenance costs: LED products have a long lifespan and low failure rate, greatly reducing daily maintenance workload.


Project Highlights

Targeted solutions: Customized exclusive spectra for the optical characteristics of Laofengxiang Jewelry's different materials (gold, silver, pearls, etc.), ensuring that "every pearl is a confession from the sea," 

appearing natural and authentic.


Innovative spatial aesthetics: Breaking away from traditional jewelry store lighting models, avoiding the limitations of "virtually designing scenes just to sell a lamp," creating a shopping experience that meets 

the real needs of consumers.


Integration of culture and modernity: Perfectly combining the cultural characteristics of Pingyao Ancient City with modern lighting technology, the lighting design showcases the historical heritage of the 

established brand without losing its sense of fashion.


Comprehensive service guarantee: Providing one-stop service from design and products to installation and commissioning, as well as long-term technical support and maintenance.



sparkle Project Highlights

check_circle

Core advantages

Project BackgroundPingyao Ancient City, a World Cultural Heritage site, is home to numerous long-established businesses with rich histories. Laofengxiang Jewelry, a century-old jewelry brand founded in 1848, opened aflagship store in Pingyao Ancient City, continuing its brand philosophy of &qu

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.