/* 基础设置 */
        :root {
            --primary-red: #c62f2f;
            --gold: #d4af37;
            --peacock-blue: #2a5d84;
            --jingpo-black: #333;
            --light-gold: #f5e8b5;
            --dark-red: #9a1f1f;
            --off-white: #f8f5f0;
            --section-bg: #fffaf0;
        }
        
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: 'Noto Serif SC', serif;
            background-color: var(--off-white);
            color: var(--jingpo-black);
            line-height: 1.6;
            overflow-x: hidden;
            background-image: url('data:image/svg+xml;utf8,<svg width="100" height="100" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><path d="M20,20 Q40,5 50,30 T80,20" fill="none" stroke="%23f5e8b5" stroke-width="0.5" opacity="0.2"/></svg>');
        }
		a {
			text-decoration: none;
			color: var(--jingpo-black);
			transition: all 0.3s ease;
		}

		a:hover {
			color: var(--primary-red);
		}
        .heardbox {
            max-width: 1200px;
            margin: 0 auto;            
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        .fR{float: right;}
        /* 头部样式 */
        header {
            background: linear-gradient(135deg, var(--dark-red) 0%, var(--primary-red) 100%);
            color: white;
            padding: 15px 0;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            position: sticky;
            top: 0;
            z-index: 1000;
        }
        
        .header-content {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .logo {
            display: flex;
            align-items: center;
        }
        
        .logo h1 {
            font-size: 1.8rem;
            font-weight: 700;
            margin-left: 15px;
            text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
        }
        
        .logo-icon {
			display: flex;
            width: 50px;
            height: 50px;            
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.8rem;
            color: var(--primary-red);
			justify-content: center;
			align-items: center;
			padding-top:5px;
        }
		.logo-icon img{width:58px;}
        
        /* 导航栏样式 - 修改部分 */
        nav {
            position: relative;
            flex: 1;
        }
        
        nav ul {
            display: flex;
            list-style: none;
            position: relative;
        }
        
        nav li {
            margin-left: 5px;
        }
        
        nav a {
            color: var(--light-gold);
            text-decoration: none;
            font-weight: 600;
            font-size: 1.1rem;
            transition: all 0.3s ease;
            padding: 8px 5px;
            position: relative;
            display: block;
            white-space: nowrap;
        }
        
        nav a:hover {
            color: white;
        }
        
        nav a::after {
            content: '';
            position: absolute;
            width: 0;
            height: 2px;
            bottom: 0;
            left: 0;
            background-color: var(--gold);
            transition: width 0.3s ease;
        }
        
        nav a:hover::after {
            width: 100%;
        }
        
        /* 导航滚动指示器 */
        .nav-scroll-indicator {
            position: absolute;
            top: 0;
            height: 100%;
            width: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 10;
            background: linear-gradient(to right, rgba(198, 47, 47, 0.9), transparent);
            opacity: 0;
            pointer-events: none;
            transition: opacity 0.3s ease;
        }
        
        .nav-scroll-indicator.right {
            right: 0;
            background: linear-gradient(to left, rgba(198, 47, 47, 0.9), transparent);
        }
        
        .nav-scroll-indicator.visible {
            opacity: 1;
            pointer-events: auto;
        }
        
        .nav-scroll-indicator i {
            color: white;
            font-size: 1.125rem;
            text-shadow: 0 1px 3px rgba(0,0,0,0.5);
        }
        
		/* 页脚 */
        footer {
            background: linear-gradient(135deg, var(--dark-red), var(--jingpo-black));
            color: var(--light-gold);
            padding: 50px 0 20px;
            margin-top: 50px;
        }
        
        .footer-content {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 30px;
            margin-bottom: 30px;
        }
		
        .footer-column h3 {
            color: var(--gold);
            margin-bottom: 20px;
            font-size: 1.3rem;
            position: relative;
            padding-bottom: 10px;
        }
        
        .footer-column h3::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 80px;
            height: 2px;
            background-color: var(--gold);
        }
        
        .footer-column ul {
            list-style: none;
        }
        
        .footer-column ul li {
            margin-bottom: 12px;
        }
        
        .footer-column a {
            color: var(--light-gold);
            text-decoration: none;
            transition: all 0.3s ease;
            display: inline-block;
        }
        
        .footer-column a:hover {
            color: white;
            transform: translateX(5px);
        }
        
        .copyright {
            text-align: center;
            padding-top: 20px;
            border-top: 1px solid rgba(212, 175, 55, 0.3);
            color: rgba(255, 255, 255, 0.7);
            font-size: 0.9rem;
        }
        
        /* 民族元素装饰 */
        .ethnic-pattern {
            position: absolute;
            width: 120px;
            height: 120px;
            opacity: 0.1;
            z-index: -1;
        }
        
        .pattern-1 {
            top: 50px;
            left: 5%;
            background: url('data:image/svg+xml;utf8,<svg width="100" height="100" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><path d="M20,20 Q40,5 50,30 T80,20" fill="none" stroke="%23c62f2f" stroke-width="2"/></svg>');
        }
        
        .pattern-2 {
            bottom: 100px;
            right: 5%;
            background: url('data:image/svg+xml;utf8,<svg width="100" height="100" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="40" fill="none" stroke="%23d4af37" stroke-width="2" stroke-dasharray="5,5"/></svg>');
        }
		
		/* 响应式设计*/
        @media (max-width: 992px) {
            .header-content {
                flex-direction: column;
            }
            
            .logo {
				margin-left: 5px;
                margin-bottom: 5px;
            }
            .logo h1{margin-left: 5px;}
            nav {
                width: 100%;
                overflow: hidden;
                position: relative;
            }
            
            nav ul {
                overflow-x: auto;
                -webkit-overflow-scrolling: touch;
                scrollbar-width: none; /* Firefox */
                padding-bottom: 15px; /* 为滚动条留空间 */
                margin-right: -20px;
                margin-left: -20px;
                padding-left: 20px;
                padding-right: 20px;
            }
            
            nav ul::-webkit-scrollbar {
                display: none; /* Chrome, Safari, Opera */
            }
            
            nav li {
                margin: 0 8px;
                flex-shrink: 0;
            }
            
            nav a {
                padding: 8px 12px;
                font-size: 1rem;
            }
			.content-section{padding: 20px 10px;}
			.home-content{padding:5px;}
			.home-content ul {            
            padding-left: 0px;
			}
			footer{padding: 20px 0 10px;margin-top:20px;}
			
        }
        @media (max-width: 768px) {
			header{padding:5px 0;}
			.container{padding: 0 10px;}			
			.header-content {
                flex-direction: column;
            }
            .logo h1 {
                font-size: 1rem;
            }
			.logo-icon img{width:48px;padding-top:5px;}
			.carousel-btn{width:30px;height:30px;}
			.footer-content {
                display: none;
            }
            
            nav ul {
                padding-bottom: 0px;
            }
            nav li {
                margin: 0;
            }
            nav a {
                font-size: 1.175rem;
            }
			.dsnone{display:none!important;}
		}
		 @media (max-width: 480px) {
			.logo h1 {
                font-size: 1.0rem;
            }			
            nav a {
                font-size: 1rem;
                padding: 6px 5px;
            }
            .hero {
                height: 350px;
            }
			 
		 }
		 /* 民族元素装饰 */
        .ethnic-pattern {
            position: absolute;
            width: 120px;
            height: 120px;
            opacity: 0.1;
            z-index: -1;
        }
        
        .pattern-1 {
            top: 50px;
            left: 5%;
            background: url('data:image/svg+xml;utf8,<svg width="100" height="100" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><path d="M20,20 Q40,5 50,30 T80,20" fill="none" stroke="%23c62f2f" stroke-width="2"/></svg>');
        }
        
        .pattern-2 {
            bottom: 100px;
            right: 5%;
            background: url('data:image/svg+xml;utf8,<svg width="100" height="100" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="40" fill="none" stroke="%23d4af37" stroke-width="2" stroke-dasharray="5,5"/></svg>');
        }