.elementor-kit-6{--e-global-color-primary:#222222;--e-global-color-secondary:#54595F;--e-global-color-text:#555555;--e-global-color-accent:#9C9C9C;--e-global-typography-primary-font-family:"siyuanheiti";--e-global-typography-primary-font-size:24px;--e-global-typography-primary-font-weight:500;--e-global-typography-primary-line-height:1.6em;--e-global-typography-primary-word-spacing:0.5px;--e-global-typography-secondary-font-family:"siyuanheiti";--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:1.6em;--e-global-typography-secondary-letter-spacing:0.5px;--e-global-typography-text-font-family:"SourceHanSansSC-Normal";--e-global-typography-text-font-size:17px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.6em;--e-global-typography-text-letter-spacing:0.5px;--e-global-typography-accent-font-family:"siyuanheiti";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1350px;}.e-con{--container-max-width:1350px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */// 左侧大分类联动右侧Tabs
document.addEventListener('DOMContentLoaded', function() {
    // 监听所有左侧菜单链接的点击
    document.querySelectorAll('.elementor-nav-menu a').forEach(link => {
        link.addEventListener('click', function(e) {
            // 获取菜单链接的锚点 (比如 #tab-1)
            const target = this.getAttribute('href');
            if (!target || !target.startsWith('#')) return;

            // 获取右侧所有Tab的标题 (可点击的那一行)
            const tabHeaders = document.querySelectorAll('.elementor-tabs .elementor-tab-title');
            // 根据锚点找到对应的Tab索引 (比如 #tab-1 就是第0个)
            const index = parseInt(target.replace('#tab-', '')) - 1;

            // 如果找到对应索引，模拟点击切换
            if (tabHeaders[index]) {
                tabHeaders[index].click();
                e.preventDefault(); // 阻止页面跳转
            }
        });
    });
});/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'siyuanheiti';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('http://47.94.251.81/wp-content/uploads/2026/04/SourceHanSansCN-Medium.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'SourceHanSansSC-Normal';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('http://47.94.251.81/wp-content/uploads/2026/04/SourceHanSansSC-Normal.woff2') format('woff2');
}
/* End Custom Fonts CSS */