        /* 商标主区域 */
        .trademark-hero {
            height: 861px;
            background-size: cover;
            background-position: center;
            position: relative;
            display: flex;
            align-items: center;
        }
        
        /* .trademark-hero::before { */
            /* content: ''; */
            /* position: absolute; */
            /* top: 0; */
            /* left: 0; */
            /* width: 100%; */
            /* height: 100%; */
            /* background: linear-gradient(to right, rgba(44, 52, 68, 0.9) 0%, rgba(44, 52, 68, 0.7) 50%, rgba(44, 52, 68, 0.5) 100%); */
        /* } */
        
        .trademark-hero-content {
            position: relative;
            z-index: 1;
            color: #fff;
            padding: 0 120px;
            max-width: 900px;
        }
        
        .trademark-title {
            font-size: 64px;
            font-weight: 300;
            margin-bottom: 30px;
        }
        
        .trademark-desc {
			font-size: 20px;
            margin-bottom: 20px;
            line-height: 24px;
        }
        
        .contact-info {
            /* margin-bottom: 30px; */
			font-size: 20px;
        }
        
        .contact-item {
            margin-bottom: 10px;
            display: flex;
            align-items: center;
        }
        
        .contact-item i {
            margin-right: 10px;
            width: 20px;
        }
        
        .contact-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background-color: #d8d8d8;
            color: #1e2b49;
            padding: 18px 15px;
            font-size: 16px;
            margin-top: 20px;
            transition: background-color 0.3s;
            border: none;
            cursor: pointer;
			width: 240px;
			height: 50px;
        }
        
        .contact-btn:hover {
            background-color: #1e2b49;
			color: #fff;
        }
        
        .contact-btn i {
            margin-right: 8px;
        }
        
        /* 中间内容区域 */
        .content-section {
            padding: 60px 0;
        }
        
        .content-container {
            display: flex;
            gap: 30px;
        }
        
        .content-left {
            flex: 0 0 56%;
			border-right: 1px solid #d7d7d7;
        }
        
        .content-right {
            flex: 0 0 40%;
			margin-left: 30px;
        }
        
        /* 商标申请与侵权纠纷解决 */
        .trademark-application {
            margin-bottom: 60px;
			border-bottom: 1px solid #d7d7d7;
        }
        
        .application-container {
            display: flex;
            flex-direction: column;
			margin-right: 60px;
        }
        
        .application-image {
            margin-bottom: 30px;
        }
        
        .application-image img {
            width: 100%;
            height: auto;
            display: block;
        }
        
        .application-content {
            
        }
        
        .application-title {
            font-size: 48px;
            font-weight: 500;
            margin-bottom: 30px;
            color: #333;
        }
        
        .application-desc {
			font-size: 16px;
            margin-bottom: 30px;
            line-height: 1.8;
            color: #666;
        }
        
        .key-point {
            margin-bottom: 30px;
        }
        
        .key-point-title {
            font-size: 18px;
            font-weight: 500;
            margin-bottom: 15px;
            color: #333;
        }
        
        .key-point-desc {
            line-height: 1.8;
            color: #666;
        }
        
        /* 典型案例 */
        .typical-cases {
            margin-bottom: 60px;
        }
        
        .cases-title {
            font-size: 42px;
            font-weight: 500;
            margin-bottom: 40px;
            color: #333;
        }
        
        .cases-carousel {
            position: relative;
            overflow: hidden;
        }
        
        .cases-slides {
            display: flex;
            transition: transform 0.5s ease;
        }
        
        .case-slide {
            flex: 0 0 100%;
            display: flex;
            flex-direction: column;
        }
        
        .case-image {
            margin-bottom: 20px;
        }
        
        .case-image img {
            width: 100%;
            height: 500px;
            display: block;
        }
        
        .case-content {
            
        }
        
        .case-title {
            font-size: 26px;
            font-weight: 600;
            margin-bottom: 15px;
            color: #333;
        }
        
        .case-tag {
            display: inline-block;
            padding: 4px 16px 0px;
            background-image: url('/template/pc/image/10.png');
            color: #666;
            font-size: 14px;
            margin-bottom: 20px;
            border-radius: 0;
        }
        
        .case-desc {
            line-height: 2;
            color: #666;
			font-size: 18px;
            margin-bottom: 20px;
        }
        
        .carousel-controls {
            display: flex;
            justify-content: flex-end;
            margin-top: 30px;
        }
        
        .carousel-dots {
            display: flex;
            margin-right: 500px;
        }
        
        .carousel-dot {
            width: 10px;
            height: 10px;
            background-color: #ccc;
            margin: 0 5px;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }
        
        .carousel-dot.active {
            background-color: #333;
        }
        
        .carousel-arrows {
            display: flex;
        }
        
        .carousel-arrow {
            width: 40px;
            height: 40px;
            background-color: #fff;
            border: 1px solid #ddd;
            color: #333;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            margin: 0 5px;
        }
        
        .carousel-arrow:hover {
            background-color: #333;
            color: #fff;
        }
        
        /* 相关荣誉及奖项 */
        .related-honors {
			margin-right: 60px;
        }
        
        .honors-title {
            font-size: 42px;
            font-weight: 500;
            margin-bottom: 40px;
            color: #333;
        }
        
        .honors-list {
            display: flex;
            flex-direction: column;
            gap: 30px;
        }
        
        .honor-item {
            display: flex;
            gap: 20px;
        }
        
        .honor-image {
            flex: 0 0 35%;
        }
        
        .honor-image img {
            width: 100%;
            height: auto;
            display: block;
        }
        
        .honor-content {
            flex: 0 0 65%;
        }
        
        .honor-date {
            font-size: 16px;
            color: #999;
            margin-bottom: 10px;
        }
        
        .honor-title {
            font-size: 28px;
            font-weight: 500;
            margin-bottom: 20px;
            margin-top: 20px;
            color: #333;
        }
        
        .honor-desc {
            font-size: 18px;
            line-height: 2;
            color: #666;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }
        
        /* 相关专业见解 */
        .related-insights {
			/* border-top: 1px solid #d7d7d7; */
			/* margin-top: 30px; */
        }
        
        .insights-title {
            font-size: 36px;
            font-weight: 500;
            margin-bottom: 40px;
            color: #333;
        }
        
        .insights-list {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
        }
        
        .insight-item {
            flex: 0 0 calc(100% - 10px);
            display: flex;
            gap: 15px;
            margin-bottom: 20px;
        }
        
        .insight-image {
            flex: 0 0 30%;
        }
        
        .insight-image img {
            width: 200px;
            height: 140px;
            display: block;
        }
        
        .insight-content {
            flex: 0 0 70%;
        }
        
        .insight-date {
            font-size: 16px;
            color: #999;
            margin-bottom: 10px;
        }
        
        .insight-title {
            font-size: 24px;
            font-weight: 500;
            margin-bottom: 5px;
            color: #333;
        }
        
        
        /* 响应式设计 */
        @media (max-width: 1024px) {
            .content-container {
                flex-direction: column;
            }
            
            .content-left, .content-right {
                flex: 0 0 100%;
            }
        }
        
        @media (max-width: 768px) {
        .contact-info {
			font-size: 16px;
        }
        .trademark-title {
            font-size: 32px;
            font-weight: 400;
            margin-bottom: 30px;
        }
        
        .trademark-desc {
			font-size: 14px;
            margin-bottom: 30px;
            line-height: 1.8;
        }
        
        .contact-info {
            margin-bottom: 30px;
        }
        
        .contact-item {
            margin-bottom: 10px;
            display: flex;
            align-items: center;
        }
        
        .contact-item i {
            margin-right: 10px;
            width: 20px;
        }
        
        .contact-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background-color: #d8d8d8;
            color: #1e2b49;
            padding: 18px 15px;
            border-radius: 3px;
            font-size: 16px;
            margin-top: 20px;
            transition: background-color 0.3s;
            border: none;
            cursor: pointer;
			width: 240px;
			height: 50px;
        }
        
        .contact-btn:hover {
            background-color: #1e2b49;
            color: #fff;
        }
        
        .contact-btn i {
            margin-right: 8px;
        }
        
        /* 中间内容区域 */
        .content-section {
            padding: 60px 0;
        }
        
        .content-container {
            display: flex;
            gap: 30px;
        }
        
        .content-left {
            flex: 0 0 60%;
			border-right: 0px solid #d7d7d7;
			
        }
        
        .content-right {
            flex: 0 0 40%;
			margin-left: 0px;
        }
        
        /* 商标申请与侵权纠纷解决 */
        .trademark-application {
            margin-bottom: 60px;
			border-bottom: 1px solid #d7d7d7;
        }
        
        .application-container {
            display: flex;
            flex-direction: column;
			margin-right: 0px;
        }
        
        .application-image {
            margin-bottom: 30px;
        }
        
        .application-image img {
            width: 100%;
            height: auto;
            display: block;
        }
        
        .application-content {
            
        }
        
        .application-title {
            font-size: 48px;
            font-weight: 400;
            margin-bottom: 30px;
            color: #333;
        }
        
        .application-desc {
			font-size: 16px;
            margin-bottom: 30px;
            line-height: 1.8;
            color: #666;
        }
        
        .key-point {
            margin-bottom: 30px;
        }
        
        .key-point-title {
            font-size: 18px;
            font-weight: 500;
            margin-bottom: 15px;
            color: #333;
        }
        
        .key-point-desc {
            line-height: 1.8;
            color: #666;
        }
        
        /* 典型案例 */
        .typical-cases {
            margin-bottom: 60px;
        }
        
        .cases-title {
            font-size: 42px;
            font-weight: 400;
            margin-bottom: 40px;
            color: #333;
        }
        
        .cases-carousel {
            position: relative;
            overflow: hidden;
        }
        
        .cases-slides {
            display: flex;
            transition: transform 0.5s ease;
        }
        
        .case-slide {
            flex: 0 0 100%;
            display: flex;
            flex-direction: column;
        }
        
        .case-image {
            margin-bottom: 20px;
        }
        
        .case-image img {
            width: 100%;
            height: auto;
            display: block;
        }
        
        .case-content {
            
        }
        
        .case-title {
            font-size: 16px;
            font-weight: 400;
            margin-bottom: 15px;
            color: #333;
        }
        
        .case-tag {
            display: inline-block;
            padding: 4px 12px;
            background-color: #f0f0f0;
            color: #666;
            font-size: 14px;
            margin-bottom: 20px;
            border-radius: 0;
        }
        
        .case-desc {
            line-height: 2;
            color: #666;
			font-size: 14px;
            margin-bottom: 20px;
        }
        
        .carousel-controls {
            display: flex;
            justify-content: flex-end;
            margin-top: 30px;
        }
        
        .carousel-dots {
            display: flex;
            margin-right: 240px;
        }
        
        .carousel-dot {
            width: 10px;
            height: 10px;
            background-color: #ccc;
            margin: 0 5px;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }
        
        .carousel-dot.active {
            background-color: #333;
        }
        
        .carousel-arrows {
            display: flex;
        }
        
        .carousel-arrow {
            width: 40px;
            height: 40px;
            background-color: #fff;
            border: 1px solid #ddd;
            color: #333;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            margin: 0 5px;
        }
        
        .carousel-arrow:hover {
            background-color: #333;
            color: #fff;
        }
        
        /* 相关荣誉及奖项 */
        .related-honors {
			margin-right: 0px;
        }
        
        .honors-title {
            font-size: 24px;
            font-weight: 400;
            margin-bottom: 40px;
            color: #333;
        }
        
        .honors-list {
            display: flex;
            flex-direction: column;
            gap: 30px;
        }
        
        .honor-item {
            display: flex;
            gap: 15px;
        }
        
        .honor-image {
            flex: 0 0 35%;
        }
        
        .honor-image img {
            width: 100%;
            height: auto;
            display: block;
        }
        
        .honor-content {
            flex: 0 0 65%;
        }
        
        .honor-date {
            font-size: 12px;
            color: #999;
            margin-bottom: 10px;
        }
        
        .honor-title {
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 5px;
            margin-top: 5px;
            color: #333;
        }
        
        .honor-desc {
            font-size: 12px;
            line-height: 2;
            color: #666;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }
        
        /* 相关专业见解 */
        .related-insights {
			border-top: 1px solid #d7d7d7;
			padding: 30px 0;
        }
        
        .insights-title {
            font-size: 36px;
            font-weight: 400;
            margin-bottom: 40px;
            color: #333;
        }
        
        .insights-list {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
        }
        
        .insight-item {
            flex: 0 0 calc(100% - 10px);
            display: flex;
            gap: 15px;
            margin-bottom: 20px;
        }
        
        .insight-image {
            flex: 0 0 30%;
        }
        
        .insight-image img {
            width: 100%;
            height: auto;
            display: block;
        }
        
        .insight-content {
            flex: 0 0 70%;
        }
        
        .insight-date {
            font-size: 12px;
            color: #999;
            margin-bottom: 10px;
        }
        
        .insight-title {
            font-size: 16px;
            font-weight: 400;
            margin-bottom: 5px;
            color: #333;
        }
			
            .nav-list {
                display: none;
            }
            
            .mobile-menu-btn {
                display: block;
            }
            
            .trademark-hero-content {
                padding: 0 30px;
            }
            
            .insight-item {
                flex: 0 0 100%;
            }
            
            .footer-left, .footer-nav, .footer-right {
                flex: 0 0 100%;
                margin-bottom: 30px;
            }
            
            .footer-right {
                align-items: flex-start;
            }
            
            .footer-nav-column {
                flex: 0 0 50%;
            }
        }
        
        @media (max-width: 576px) {
            .trademark-title {
                font-size: 32px;
            }
            
            .application-title, .cases-title, .honors-title, .insights-title {
                font-size: 24px;
            }
            
            .trademark-hero-content {
                padding: 0 20px;
            }
            
          
            
            .footer-nav-column {
                flex: 0 0 100%;
            }
        }
