 /* -----------------------内页主图------------------------ */
 		    .bannern_image-container {
            position: relative;
            margin: 0px auto;
            overflow: hidden;
			padding:0px 0px 0px 0px;
        }

        .bannern_responsive-image {
            width: 100%;
            heigt: 50%;
            display: block;
        }

        .bannern_image-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(0,0,0,0.0);
            text-align: left;
            padding: 20px;
        }

        .bannern_overlay-content {
            max-width: 80%;
            color: white;
        }

        .bannern_divider {
            width: 100px;
            height: 2px;
            background: white;
            margin: 15px auto;
            opacity: 0.8;
        }

        .bannern_image-title {
            font-size: 3em;
            line-height: 1.2;
            text-transform: uppercase;
            letter-spacing: 2px;
        }

        .bannern_image-subtitle {
            font-size: 1.1em;
            opacity: 0.9;
            margin-top: 10px;
            line-height: 1.4;
        }

        @media (max-width: 768px) {
            .bannern_image-title {
                font-size: 1.6em;
                letter-spacing: 1px;
            }
            
            .bannern_image-subtitle {
                font-size: 0.95em;
            }
            
            .bannern_divider {
                width: 40px;
                margin: 10px auto;
            }
        }

        @media (max-width: 480px) {
            .bannern_overlay-content {
                max-width: 90%;
            }
            
            .bannern_image-title {
                font-size: 1.3em;
            }
            
            .bannern_image-subtitle {
                font-size: 0.85em;
            }
            
            .bannern_divider {
                width: 30px;
                height: 1px;
            }
        }
 
/* -----------------------内页菜单------------------------ */
          .in_nav-container {
            margin: 0 auto;
            overflow: hidden;
        }
        
        /* 导航栏样式 */
        .in_nav {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0px 0px;
            background: #fff;
            position: relative;
        }
        
        /* 左侧菜单样式 */
        .in_nav-menu {
            display: flex;
            list-style: none;
            flex--------------------: 1;
        }
        
        .in_nav-menu-item {
            position: relative;
            flex: 1;
			text-align: center;
        }
        
        .in_nav-menu-item:not(:last-child)::after {
            content: '';
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            height: 20px;
            width: 0px;
            background-color: #e0e0e0;
        }
        
        .in_nav-menu-link {
			width-:100px;
            display: block;
            padding: 25px 40px;
            text-decoration: none;
            color: #333;
            font-weight: 500;
            font-size: 16px;
            transition: all 0.3s ease;
            position: relative;
        }
        
        .in_nav-menu-link i {
            margin-right: 8px;
            font-size: 18px;
            color: #555;
            transition: all 0.3s ease;
        }
        
        .in_nav-menu-link:hover,
        .in_nav-menu-link.active {
            background-color: #1b5c32;
            color: white;
        }
        
        .in_nav-menu-link:hover i,
        .in_nav-menu-link.active i {
            color: white;
        }
        
        /* 右侧当前位置样式 */
        .in_nav-current {
            display: flex;
            align-items: center;
            padding: 15px 20px;
            color: #999;
            font-size: 14px;
            white-space: nowrap;
        }
        
        .in_nav-current i {
            margin-right: 8px;
            color: #1b5c32;
        }
        
        /* 移动端样式 */
        @media (max-width: 768px) {
            .in_nav {
                flex-direction: column;
                padding: 0;
            }
            
            .in_nav-menu {
                flex-wrap: wrap;
                width: 100%;
            }
            
            .in_nav-menu-item {
                flex: 0 0 50%;
                border-bottom: 1px solid #f0f0f0;
            }
            
            .in_nav-menu-item:nth-child(odd) {
                border-right: 1px solid #f0f0f0;
            }
            
            .in_nav-menu-item:not(:last-child)::after {
                display: none;
            }
            
            .in_nav-current {
                display: none;
            }
            
            .in_nav-menu-link {
                padding: 15px 10px;
                font-size: 14px;
            }
        }
        
        /* 平板端样式 */
        @media (min-width: 769px) and (max-width: 1024px) {
            .in_nav-menu-link {
                padding: 15px 10px;
                font-size: 15px;
            }
            
            .in_nav-current {
                padding: 15px 10px;
                font-size: 14px;
            }
        }

  
/* -----------------------关于我们------------------------ */
  
        
        .about-container {
            margin: 0 auto;
            padding: 20px  0;
        }
        
        /* 上部分样式 */
        .about-header {
            text-align: center;
            padding: 30px 0 40px;
        }
        
        .about-company-title {
            font-size: 36;
            font-weight: 700;
            color: #2c3e50;
            margin-bottom: 20px;
            letter-spacing: 2px;
        }
        
        .about-divider {
            width: 100px;
            height: 2px;
            background-color: #1b5c32;
            margin: 0 auto 15px;
            border-radius: 2px;
        }
        
        .about-subtitle {
            font-size: 1.2rem;
            color: #7f8c8d;
            font-weight: 300;
        }
        
        /* 中部分样式 */
        .about-main {
            display: flex;
            gap: 0px;
            margin: 0px 0;
        }
        
        .about-left {
            flex: 0 0 45%;
        }
        
        .about-right {
            flex: 0 0 55%;padding-left:30px
        }
        
        /* 轮播图样式 */
        .about-slider {
            position: relative;
            overflow: hidden;
            border-radius: 0px;
            box-shadow-: 0 10px 30px rgba(0, 0, 0, 0.1);
        }
        
        .about-slides {
            display: flex;
            transition: transform 0.5s ease;
        }
        
        .about-slide {
            min-width: 100%;
        }
        
        .about-slide img {
            width: 100%;
            height: 400px;
            object-fit: cover;
            cursor: pointer;
            transition: transform 0.3s ease;
        }
        
        .about-slide img:hover {
            transform: scale(1.02);
        }
        
        .about-dots {
            display: flex;
            justify-content: center;
            margin-top: 20px;
            gap: 10px;
        }
        
        .about-dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: #bdc3c7;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }
        
        .about-dot.active {
            background-color: #27ae60;
        }
        
        /* 公司简介样式 */
        .about-company-info {
            padding: 0px;
            background-color-: white;
            border-radius: 0px;
            box-shadow-: 0 10px 30px rgba(0, 0, 0, 0.1);
        }
        
        .about-info-title {
            font-size: 2rem;
            color: #2c3e50;
            margin-bottom: 20px;
            position: relative;
            padding-bottom: 10px;
        }
        
        .about-info-title::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 50px;
            height: 3px;
            background-color: #27ae60;
        }
        
        .about-info-text {
            margin-bottom: 20px;
            color: #555;
            line-height: 1.8;
        }
        
        .about-features {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            margin-top: 30px;
        }
        
        .about-feature {
            flex: 1 1 calc(50% - 20px);
            display: flex;
            align-items: flex-start;
            gap: 15px;
        }
        
        .about-feature-icon {
            width: 50px;
            height: 50px;
            background-color: #e8f5e9;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #27ae60;
            font-size: 1.2rem;
            flex-shrink: 0;
        }
        
        .about-feature-content h3 {
            color: #2c3e50;
            margin-bottom: 8px;
        }
        
        .about-feature-content p {
            color: #7f8c8d;
            font-size: 0.95rem;
        }
        
        /* 下部分样式 */
        .about-videos {
            display: flex;
            gap: 30px;
            margin: 60px 0;
            justify-content: center;
        }
        
        .about-video-item {
            flex: 1;
            max-width: 450px;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            position: relative;
            cursor: pointer;
            transition: transform 0.3s ease;
        }
        
        .about-video-item:hover {
            transform: translateY(-10px);
        }
        
        .about-video-thumb {
            width: 100%;
            height: 250px;
            object-fit: cover;
        }
        
        .about-video-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.3);
            display: flex;
            align-items: center;
            justify-content: center;
            transition: background-color 0.3s ease;
        }
        
        .about-video-item:hover .about-video-overlay {
            background-color: rgba(0, 0, 0, 0.5);
        }
        
        .about-play-btn {
            width: 50px;
            height: 50px;
            background-color: rgba(39, 174, 96, 0.9);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 1.2rem;
            transition: transform 0.3s ease, background-color 0.3s ease;
        }
        
        .about-video-item:hover .about-play-btn {
            transform: scale(1.1);
            background-color: rgba(39, 174, 96, 1);
        }
        
        .about-video-title {
            padding: 15px;
            background-color: white;
            text-align: center;
            font-weight: 600;
            color: #2c3e50;
        }
        
        /* 模态框样式 */
        .about-modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.8);
            z-index: 1000;
            align-items: center;
            justify-content: center;
            opacity: 0;
            transition: opacity 0.3s ease;
        }
        
        .about-modal.active {
            display: flex;
            opacity: 1;
        }
        
        .about-modal-content {
            position: relative;
            max-width: 90%;
            max-height: 90%;
            width: 800px;
            background-color: white;
            border-radius: 12px;
            overflow: hidden;
            transform: scale(0.8);
            transition: transform 0.3s ease;
        }
        
        .about-modal.active .about-modal-content {
            transform: scale(1);
        }
        
        .about-modal-img {
            width: 100%;
            max-height: 500px;
            object-fit: contain;
        }
        
        .about-modal-video {
            width: 100%;
            height: auto;
        }
        
        .about-close-btn {
            position: absolute;
            top: 15px;
            right: 15px;
            width: 40px;
            height: 40px;
            background-color: rgba(0, 0, 0, 0.5);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 1.2rem;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }
        
        .about-close-btn:hover {
            background-color: rgba(0, 0, 0, 0.8);
        }
        
        /* 响应式设计 */
        @media (max-width: 992px) {
            .about-main {
                flex-direction: column;
            }
            
            .about-left, .about-right {
                flex: 1 1 100%;padding-left:0px
            }
            
            .about-feature {
                flex: 1 1 100%;
            }
        }
        
        @media (max-width: 768px) {
            .about-company-title {
                font-size: 2.5rem;
            }
                   .about-left, .about-right {
                flex: 1 1 100%;padding-left:0px
            }
            .about-videos {
                display: none;
            }
            
            .about-info-title {
                font-size: 1.7rem;
            }
        }
        
        @media (max-width: 576px) {
            .about-company-title {
                font-size: 2rem;
            }
            
            .about-subtitle {
                font-size: 1.2rem;
            }
            
            .about-slide img {
                height: 250px;
            }
        }
  
  
/* ————————————————————————————公司证书-统一尺寸-列表有放大—————————————————————————— */  	
		
       @keyframes gradientBG {
            0% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
            100% { background-position: 0% 50%; }
        }        
        .honorlist-container {
            margin: 0 auto;
            padding: 0px 0;
        }        
        .honorlist-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 25px;
        }
        
        .honorlist-item {
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
            border-radius: 0px;
            overflow: hidden;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
            border: 1px solid rgba(0, 0, 0, 0.05);
        }
        
        .honorlist-item:hover {
            transform: translateY(-1px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
        }
        
        .honorlist-img-container {
            position: relative;
            width: 100%;
            height-------------: 250px;
            overflow--------------: hidden;
            cursor: pointer;
        }
        
        .honorlist-img {
            width: 100%;
            height-: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        
        .honorlist-item:hover .honorlist-img {
            transform: scale(1.05);
        }
        
        .honorlist-img-container::after {
            content: "\f00e";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%) scale(0);
            color: white;
            font-size: 2.5rem;
            opacity: 0;
            text-shadow: 0 0 15px rgba(0,0,0,0.7);
            transition: all 0.3s ease;
            z-index: 2;
            pointer-events: none; /* 允许点击穿透 */
        }
        
        .honorlist-item:hover .honorlist-img-container::after {
            opacity: 1;
            transform: translate(-50%, -50%) scale(1);
        }
        
        .honorlist-content {
            padding: 20px;
            text-align: center;
        }
        
        .honorlist-title {
            font-size: 1rem;
			font-weight:400;
            margin-bottom: 5px;
            transition: color 0.3s ease;
        }
        
        .honorlist-title a {
            color: #333333;
            text-decoration: none;
            transition: color 0.3s ease;
            cursor: pointer;
        }
        
        .honorlist-title a:hover {
            color: #000000;
        }
        
        .honorlist-btn {
            display: inline-block;
            padding: 10px 25px;
            background: linear-gradient(to right, #0a4387, #0a4387);
            color: white;
            text-decoration: none;
            border-radius: 50px;
            font-weight: 600;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            cursor: pointer;
        }
        
        .honorlist-btn:hover {
            transform: translateY(-3px);
			color: white;
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
            background: linear-gradient(to right, #0a4387, #0a4387);
        }
        
        /* Lightbox Styles */
        .honorlist-lightbox {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.95);
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 1000;
            opacity: 0;
            pointer-events: none;
            transition: opacity 0.5s ease;
        }
        
        .honorlist-lightbox.active {
            opacity: 1;
            pointer-events: all;
        }
        
        .honorlist-lightbox-content {
            position: relative;
            max-width: 90%;
            max-height: 90%;
            transform: scale(0.8);
            transition: transform 0.5s ease;
        }
        
        .honorlist-lightbox.active .honorlist-lightbox-content {
            transform: scale(1);
        }
        
        .honorlist-lightbox-img {
            max-width: 100%;
            max-height: 90vh;
            border-radius: 0px;
            box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8);
        }
        
        .honorlist-lightbox-close {
            position: absolute;
            top: -40px;
            right: -40px;
            width: 45px;
            height: 45px;
            background: #ffffff;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #333333;
            font-size: 1.8rem;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(255, 107, 74, 0.4);
        }
        
        .honorlist-lightbox-close:hover {
            background: #ffffff;
            transform: rotate(90deg);
        }
        
        /* 图片信息 */
        .honorlist-lightbox-info {
            position: absolute;
            bottom: 0px;
            left: 0;
            width: 100%;
            text-align: center;
            color: white;
            padding: 15px;
            background: rgba(0, 0, 0, 0.5);
            border-radius: 0 0 10px 10px;
        }
        
        /* 导航按钮 */
        .honorlist-lightbox-nav {
            position: absolute;

            top: 50%;
            width: 100%;
            display: flex;
            justify-content: space-between;
            padding: 0 20px;
            transform: translateY(-50%);
            pointer-events: none;
        }
        
        .honorlist-lightbox-prev,
        .honorlist-lightbox-next {
            background: rgba(255, 255, 255, 0.9);
            width: 45px;
            height: 45px;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #333333;
            font-size: 1.5rem;
            cursor: pointer;
            transition: all 0.3s ease;
            pointer-events: auto;
        }
        
        .honorlist-lightbox-prev:hover,
        .honorlist-lightbox-next:hover {
			color: #000000;
            background: rgba(255, 255, 255, 0.99);
        }
        
        /* Responsive Styles */
        @media (max-width: 1200px) {
            .honorlist-grid {
                grid-template-columns: repeat(3, 1fr);
            }
        }
        
        @media (max-width: 900px) {
            .honorlist-grid {
                grid-template-columns: repeat(2, 1fr);
            }
            
            .honorlist-header h1 {
                font-size: 3rem;
            }
        }
        
        @media (max-width: 600px) {
            .honorlist-grid {
                grid-template-columns: 1fr;
            }
            
            .honorlist-header h1 {
                font-size: 2.2rem;
            }
            
            .honorlist-header p {
                font-size: 1rem;
            }
            
            .honorlist-lightbox-close {
                top: -60px;
                right: 0;
            }
        }
        
        .honorlist-footer {
            text-align: center;
            margin-top: 50px;
            padding: 20px;
            color: rgba(255, 255, 255, 0.7);
            font-size: 1.1rem;
            background: rgba(0, 0, 0, 0.2);
            border-radius: 15px;
            backdrop-filter: blur(5px);
        }
        
        
        @keyframes loader {
            to {
                transform: translateY(-15px);
                background: #feb47b;
            }
        }
        
        /* 所有可点击元素添加手形光标 */
        a, .honorlist-btn, .honorlist-lightbox-close, 
        .honorlist-img-container, .honorlist-lightbox-prev, 
        .honorlist-lightbox-next {
            cursor: pointer;
        } 
   
/* ————————————————————————————内页图片实景-统一尺寸-列表有放大—————————————————————————— */  	
		
       @keyframes gradientBG {
            0% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
            100% { background-position: 0% 50%; }
        }        
        .piclist-container {
            margin: 0 auto;
            padding: 0px 0;
        }        
        .piclist-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 25px;
        }
        
        .piclist-item {
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
            border-radius: 0px;
            overflow: hidden;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
            border: 1px solid rgba(0, 0, 0, 0.05);
        }
        
        .piclist-item:hover {
            transform: translateY(-1px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
        }
        
        .piclist-img-container {
            position: relative;
            width: 100%;
            height: 300px;
            overflow: hidden;
            cursor: pointer;
        }
        
        .piclist-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        
        .piclist-item:hover .piclist-img {
            transform: scale(1.05);
        }
        
        .piclist-img-container::after {
            content: "\f00e";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%) scale(0);
            color: white;
            font-size: 2.5rem;
            opacity: 0;
            text-shadow: 0 0 15px rgba(0,0,0,0.7);
            transition: all 0.3s ease;
            z-index: 2;
            pointer-events: none; /* 允许点击穿透 */
        }
        
        .piclist-item:hover .piclist-img-container::after {
            opacity: 1;
            transform: translate(-50%, -50%) scale(1);
        }
        
        .piclist-content {
            padding: 20px;
            text-align: center;
        }
        
        .piclist-title {
            font-size: 1rem;
			font-weight:400;
            margin-bottom: 5px;
            transition: color 0.3s ease;
        }
        
        .piclist-title a {
            color: #333333;
            text-decoration: none;
            transition: color 0.3s ease;
            cursor: pointer;
        }
        
        .piclist-title a:hover {
            color: #000000;
        }
        
        .piclist-btn {
            display: inline-block;
            padding: 10px 25px;
            background: linear-gradient(to right, #0a4387, #0a4387);
            color: white;
            text-decoration: none;
            border-radius: 50px;
            font-weight: 600;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            cursor: pointer;
        }
        
        .piclist-btn:hover {
            transform: translateY(-3px);
			color: white;
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
            background: linear-gradient(to right, #0a4387, #0a4387);
        }
        
        /* Lightbox Styles */
        .piclist-lightbox {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.95);
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 1000;
            opacity: 0;
            pointer-events: none;
            transition: opacity 0.5s ease;
        }
        
        .piclist-lightbox.active {
            opacity: 1;
            pointer-events: all;
        }
        
        .piclist-lightbox-content {
            position: relative;
            max-width: 90%;
            max-height: 90%;
            transform: scale(0.8);
            transition: transform 0.5s ease;
        }
        
        .piclist-lightbox.active .piclist-lightbox-content {
            transform: scale(1);
        }
        
        .piclist-lightbox-img {
            max-width: 100%;
            max-height: 90vh;
            border-radius: 0px;
            box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8);
        }
        
        .piclist-lightbox-close {
            position: absolute;
            top: -40px;
            right: -40px;
            width: 45px;
            height: 45px;
            background: #ffffff;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #333333;
            font-size: 1.8rem;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(255, 107, 74, 0.4);
        }
        
        .piclist-lightbox-close:hover {
            background: #ffffff;
            transform: rotate(90deg);
        }
        
        /* 图片信息 */
        .piclist-lightbox-info {
            position: absolute;
            bottom: 0px;
            left: 0;
            width: 100%;
            text-align: center;
            color: white;
            padding: 15px;
            background: rgba(0, 0, 0, 0.5);
            border-radius: 0 0 10px 10px;
        }
        
        /* 导航按钮 */
        .piclist-lightbox-nav {
            position: absolute;

            top: 50%;
            width: 100%;
            display: flex;
            justify-content: space-between;
            padding: 0 20px;
            transform: translateY(-50%);
            pointer-events: none;
        }
        
        .piclist-lightbox-prev,
        .piclist-lightbox-next {
            background: rgba(255, 255, 255, 0.9);
            width: 45px;
            height: 45px;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #333333;
            font-size: 1.5rem;
            cursor: pointer;
            transition: all 0.3s ease;
            pointer-events: auto;
        }
        
        .piclist-lightbox-prev:hover,
        .piclist-lightbox-next:hover {
			color: #000000;
            background: rgba(255, 255, 255, 0.99);
        }
        
        /* Responsive Styles */
        @media (max-width: 1200px) {
            .piclist-grid {
                grid-template-columns: repeat(3, 1fr);
            }
        }
        
        @media (max-width: 900px) {
            .piclist-grid {
                grid-template-columns: repeat(2, 1fr);
            }
            
            .piclist-header h1 {
                font-size: 3rem;
            }
        }
        
        @media (max-width: 600px) {
            .piclist-grid {
                grid-template-columns: 1fr;
            }
            
            .piclist-header h1 {
                font-size: 2.2rem;
            }
            
            .piclist-header p {
                font-size: 1rem;
            }
            
            .piclist-lightbox-close {
                top: -60px;
                right: 0;
            }
        }
        
        .piclist-footer {
            text-align: center;
            margin-top: 50px;
            padding: 20px;
            color: rgba(255, 255, 255, 0.7);
            font-size: 1.1rem;
            background: rgba(0, 0, 0, 0.2);
            border-radius: 15px;
            backdrop-filter: blur(5px);
        }
        
        
        @keyframes loader {
            to {
                transform: translateY(-15px);
                background: #feb47b;
            }
        }
        
        /* 所有可点击元素添加手形光标 */
        a, .piclist-btn, .piclist-lightbox-close, 
        .piclist-img-container, .piclist-lightbox-prev, 
        .piclist-lightbox-next {
            cursor: pointer;
        } 
	  
/* -----------------------企业视频------------------------ */


/* -----------------------新闻列表------------------------ */
        .news-container {
            margin: 0 auto;
            background: white;
            border-radius: 0px;
            overflow: hidden;
        }
        
        /* 新闻列表项 */
        .news-item {
            display: flex;
            padding: 20px;
            border-bottom: 1px solid #eaeaea;
            text-decoration: none;
            color: inherit;
            transition: all 0.3s ease;
        }
        
        .news-item:hover {
            background-color: #f8f8f8;
        }
        
        /* 新闻图片区域 */
        .news-image {
            flex: 0 0 300px;
            margin-right: 20px;
            overflow: hidden;
            border-radius: 8px;
            position: relative;
        }
        
        .news-image img {
            width: 100%;
            height: 180px; /* 5:3 比例 */
            object-fit: cover;
            transition: transform 0.4s ease;
        }
        
        .news-item:hover .news-image img {
            transform: scale(1.05);
        }
        
        /* 新闻内容区域 */
        .news-content {
            flex: 1;
            padding-right: 20px;
        }
        
        .news-title {
            font-size: 18px;
            font-weight: 500;
            color: #222;
			margin-top: 30px;
            margin-bottom: 8px;
            line-height: 1.4;
            transition: color 0.3s ease;
        }
        
        .news-item:hover .news-title {
            color: #333333;
        }
        
        .news-description {
            font-size: 14px;
            color: #999999;
            line-height: 1.6;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }
        
        /* 新闻信息区域 */
        .news-info {background-color: #fcfcfc;
            flex: 0 0 180px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 0px;
            border-radius: 0px;
            transition: all 0.3s ease;
            position: relative;
        }
        
        .news-date {
            font-size: 18px;
            font-weight: 500;
            margin-bottom: 10px;
        }
        
        .news-time {
            display: flex;
            align-items: center;
            color: #888;
            font-size: 16px;
            transition: all 0.3s ease;
        }
        
        .news-time i {
            margin-right: 5px;
            font-size: 20px;
        }
        
        .news-arrow {
            position: absolute;
            bottom: -15px;
            opacity: 0;
            color: white;
            font-size: 14px;
            transition: all 0.3s ease;
        }
        
        .news-item:hover .news-info {
            background-color: #1b5c32;
        }
        
        .news-item:hover .news-date,
        .news-item:hover .news-time {
            color: white;
        }
        
        .news-item:hover .news-arrow {
            opacity: 1;
            bottom: -10px;
        }
        
        /* 响应式设计 */
        @media (max-width: 768px) {
            .news-item {
                flex-direction: column;
                padding: 15px;
            }
            
            .news-image {
                flex: 0 0 auto;
                width: 100%;
                margin-right: 0;
                margin-bottom: 15px;
            }
            
            .news-image img {
                height: 180px; /* 移动端更大的图片高度 */
            }
            
            .news-content {
                padding-right: 0;
                margin-bottom: 15px;
            }
            
            .news-info {
                flex: 0 0 auto;
                width: 100%;
                flex-direction: row;
                justify-content: space-between;
                padding: 10px 15px;
            }
            
            .news-date {
                margin-bottom: 0;
            }
            
            .news-arrow {
                display: none; /* 移动端隐藏箭头 */
            }
        }
        
        @media (max-width: 480px) {
            .news-image img {
                height: 150px;
            }
            
            .news-title {
                font-size: 16px;
            }
            
            .news-description {
                font-size: 13px;
            }
        }

/* -----------------------新闻内容------------------------ */
        .newsv-container {
            margin: 0 auto;
            background: white;
            overflow: hidden;
        }
        
        .newsv-content {
            display: flex;
            flex-wrap: wrap;
            padding: 30px 0;
        }
        
        .newsv-main {
            flex: 0 0 70%;
            padding-right: 30px;
            position: relative;
        }
        
        .newsv-main::after {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            height: 100%;
            width: 1px;
            background-color: #eaeaea;
        }
        
        .newsv-sidebar {
            flex: 0 0 30%;
            padding-left: 30px;
        }
        
        /* 标题样式 */
        .newsv-title {
            font-size: 28px;
            font-weight: 500;
            text-align: center;
            color: #222222;
			margin-top: 30px;
            margin-bottom: 20px;
            line-height: 1.3;
        }
        
        /* 横线样式 */
        .newsv-divider {
            height: 1px;
            background-color: #dddddd;
            margin: 20px 0;
        }
        
        /* 元信息样式 */
        .newsv-meta {
            display: flex;
            justify-content: center;
            align-items: center;
            color: #777;
            font-size: 14px;
            margin-bottom: 20px;
        }
        
        .newsv-meta-item {
            display: flex;
            align-items: center;
            margin: 0 15px;
        }
        
        .newsv-meta-icon {
            margin-right: 8px;
            font-size: 16px;
        }
        
        /* 内容样式 */
        .newsv-body {
            font-size: 16px;
            line-height: 1.8;
            color: #444;
        }
        
        .newsv-body p {
            margin-bottom: 20px;
        }
        
        /* 导航样式 */
        .newsv-navigation {
            display: flex;
            justify-content: space-between;
            margin-top: 40px;
        }
        
        .newsv-nav-links {
            flex: 1;
        }
        
        .newsv-nav-item {
            margin-bottom: 15px;
        }
        
        .newsv-nav-label {
            display: inline-block;
            padding: 6px 20px;
            border: 1px dashed #bbb;
            border-radius: 4px;
            color: #777;
            font-size: 14px;
            margin-right: 10px;
        }
        
        .newsv-nav-link a{
            color: #666666;
            text-decoration: none;
            transition: color 0.3s;
        }
        
        .newsv-nav-link:hover {
            color: #1b5c32;
            text-decoration: underline;
        }
        
        .newsv-return-btn {
            display: inline-block;
            background-color: #eeeeee;
            color: #222222;
            padding: 12px 25px;
			height:50px;
            border-radius: 10px;
            text-decoration: none;
            font-weight: 500;
            transition: all 0.3s ease;
            text-align: center;
     
        }
        
        .newsv-return-btn:hover {
			color: #ffffff;
            background-color: #1b5c32;
            transform: translateY(-1px);
        }
        
        /* 侧边栏样式 */
        .newsv-sidebar-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 20px;
        }
        
        .newsv-sidebar-title {
            display: flex;
            align-items: center;
            font-size: 18px;
            font-weight: 600;
            color: #333;
        }
        
        .newsv-sidebar-icon {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 30px;
            height: 30px;
            background-color: #1b5c32;
            border-radius: 50%;
            margin-right: 10px;
        }
        
        .newsv-sidebar-icon i {
            color: white;
            font-size: 14px;
        }
        
        .newsv-sidebar-return {
            color: #777;
            text-decoration: none;
            font-size: 14px;
        }
        
        .newsv-sidebar-return:hover {
            color: #1b5c32;
        }
        
        .newsv-related-item {
            display: flex;
            padding: 15px 0;
            border-bottom: 1px solid #eaeaea;
        }
        
        .newsv-related-item:last-child {
            border-bottom: none;
        }
        
        .newsv-related-img {
            width: 100px;
            height: 70px;
            object-fit: cover;
            border-radius: 4px;
            margin-right: 15px;
            flex-shrink: 0;
        }
        
        .newsv-related-content {
            flex: 1;
        }
        
        .newsv-related-title {
            font-size: 15px;
            font-weight: 500;
            margin-bottom: 8px;
            line-height: 1.4;
        }
        
        .newsv-related-title a {
            color: #666666;
            text-decoration: none;
        }
        
        .newsv-related-title a:hover {
            color: #1b5c32;
        }
        
        .newsv-related-meta {
            display: flex;
            align-items: center;
            color: #777;
            font-size: 13px;
        }
        
        .newsv-related-meta i {
            margin-right: 5px;
            font-size: 12px;
        }
        
        /* 响应式设计 */
        @media (max-width: 992px) {
            .newsv-main, .newsv-sidebar {
                flex: 0 0 100%;
                padding: 0;
            }
            
            .newsv-main::after {
                display: none;
            }
            
            .newsv-sidebar {
                border-top: 1px solid #eaeaea;
                padding-top: 30px;
                margin-top: 30px;
            }
            
            .newsv-navigation {
                flex-direction: column;
            }
            
            .newsv-return-btn {
                margin-top: 15px;
                align-self: flex-start;
            }
        }
        
        @media (max-width: 576px) {
            .newsv-content {
                padding: 20px;
            }
            
            .newsv-title {
                font-size: 24px;
            }
            
            .newsv-meta {
                flex-direction: column;
                align-items: center;
            }
            
            .newsv-meta-item {
                margin: 5px 0;
            }
            
            .newsv-related-item {
                flex-direction: column;
            }
            
            .newsv-related-img {
                width: 100%;
                height: 150px;
                margin-right: 0;
                margin-bottom: 10px;
            }
        }

/* -----------------------产品中心------------------------ */

	        /* Prolist 样式开始 */
        .prolist-container {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 25px;
			 margin-top: 50px;
            margin-bottom: 40px;
        }
        
        .prolist-item {
            background: #fff;           
            overflow: hidden;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        .prolist-item:hover {
            transform: translateY(-1px);
            box-shadow-: 0 15px 30px rgba(0, 0, 0, 0.15);
        }
        
        .prolist-link {
            display: block;
            text-decoration: none;
            color: inherit;border: 1px solid #eaeaea; border-radius: 5px;
        }
        
        .prolist-image-container {
            position: relative;
            overflow: hidden;
            height: 100%;
        }
        
        .prolist-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease, filter 0.5s ease;
        }
        
        .prolist-item:hover .prolist-image {
            transform: scale(1.01);
            filter: brightness(0.99);border: 2px solid #eaeaea;
        }
        
        .prolist-title {
            background: #ffffff;
            color: #666666;
            padding: 16px;
			height:80px;
            text-align: center;
            font-weight: 500;
            font-size: 16px;
            transition: background 0.3s ease, color 0.3s ease;
        }
        
        .prolist-item:hover .prolist-title {
            background: #1b5c32;
            color: white;
        }
        
        /* 响应式设计 */
        @media (max-width: 1024px) {
            .prolist-container {
                grid-template-columns: repeat(2, 1fr);
            }

        }
        
        @media (max-width: 600px) {
            .prolist-container {
                grid-template-columns: 1fr;
            }

        }
/* -----------------------产品内容------------------------ */


/* -----------------------实景案例------------------------ */


/* -----------------------合作客户------------------ */
   .inlogo-container {          
            margin: 0 auto;
            padding: 50px 0px;
            background-color-: #fff;
        }
        
        .inlogo-header {
            text-align: center;
            margin-bottom: 40px;
        }
        
        .inlogo-title {
            font-size: 30px;
            color: #222222;
            margin-bottom: 10px;
            font-weight: 700;
        }
        
        .inlogo-subtitle {
            font-size: 14px;
            color: #999999;
            max-width: 600px;
            margin: 0 auto;
        }
        
        .inlogo-grid {
            display: grid;
            grid-template-columns: repeat(6, 1fr);
            gap: 1px;
            border-radius: 8px;
            overflow: hidden;
    
        }
        
        .inlogo-item {
            background-color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 8px 15px;
            position: relative;
            transition: all 0.3s ease;
        }
        
        .inlogo-item::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            border: 1px solid #efefef;
            pointer-events: none;
        }
        
        .inlogo-link {
            display: block;
            width: 100%;
            height: 100%;
            text-align: center;
            text-decoration: none;
            color: inherit;
        }
        
        .inlogo-img {
            max-width: 100%;
            height: auto;
            max-height: 80px;
            transition: all 0.3s ease;
            filter: grayscale(1%);
            opacity: 0.85;
        }
        
        .inlogo-item:hover {
            background-color: #ffffff;
            transform: translateY(-1px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0);
            z-index: 1;
        }
        
        .inlogo-item:hover .inlogo-img {
            transform: scale(1.1);
            filter: grayscale(0%);
            opacity: 1;
        }

        
        /* 平板端适配 */
        @media (max-width: 1024px) {
            .inlogo-grid {
                grid-template-columns: repeat(4, 1fr);
            }
            
            .inlogo-title {
                font-size: 1.9rem;
            }
        }
        
        /* 移动端适配 */
        @media (max-width: 768px) {
            .inlogo-grid {
                grid-template-columns: repeat(4, 1fr);
            }
            
            .inlogo-title {
                font-size: 1.7rem;
            }
            
            .inlogo-subtitle {
                font-size: 1rem;
            }
            
            .inlogo-item {
                padding: 20px 10px;
            }
            
            .inlogo-img {
                max-height: 50px;
            }
        }
        
        @media (max-width: 480px) {
            .inlogo-grid {
                grid-template-columns: repeat(4, 1fr);
            }
            
            .inlogo-title {
                font-size: 1.5rem;
            }
            
            .inlogo-item {
                padding: 15px 8px;
            }
            
            .inlogo-img {
                max-height: 40px;
            }
        }

/* -----------------------联系我们------------------------ */
        .contact-container {
            width: 100%;
            background: white;
            overflow: hidden;
            display: flex;
            flex-wrap: wrap;
            transition: all 0.3s ease;
			 padding: 30px 0;
        }

        .contact-left {
            flex: 0 0 45%;
            padding: 40px;
            background: #fff;
        }

        .contact-right {
            flex: 0 0 55%;
            background-: #f8f9fa;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 20px;
        }

        .contact-item {
            display: flex;
            align-items: center;
            padding: 20px 0;
            border-bottom: 1px solid #ecf0f1;
            transition: all 0.3s ease;
        }

        .contact-item:hover {
            background: rgba(236, 240, 241, 0.5);
            padding-left: 10px;
            border-radius: 8px;
        }

        .contact-item:last-child {
            border-bottom: none;
        }

        .contact-icon {
            width: 50px;
            height: 50px;
            background: #1b5c32;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-right: 20px;
            flex-shrink: 0;
            color: white;
            font-size: 1.2rem;
            box-shadow: 0 5px 15px rgba(39, 174, 96, 0.3);
        }

        .contact-details h3 {
            color: #2c3e50;
            font-size: 1.1rem;
            margin-bottom: 5px;
        }

        .contact-details p {
            color: #34495e;
            font-size: 1rem;
        }

        .contact-image {
            max-width: 100%;
            height: auto;
            border-radius: 10px;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
            transition: transform 0.5s ease;
        }

        .contact-image:hover {
            transform: scale(1.03);
        }

        /* 响应式设计 */
        @media (max-width: 992px) {
            .contact-left, .contact-right {
                flex: 0 0 100%;
            }
            
            .contact-right {
                order: -1;
                padding: 40px;
            }
            
            .contact-image {
                max-width: 80%;
            }
        }

        @media (max-width: 576px) {
			
            .contact-left {
                padding: 30px 20px;
            }
            
            .contact-header h1 {
                font-size: 1.8rem;
            }
            
            .contact-item {
                padding: 15px 0;
            }
            
            .contact-icon {
                width: 45px;
                height: 45px;
                font-size: 1rem;
            }
            
            .contact-details h3 {
                font-size: 1rem;
            }
            
            .contact-details p {
                font-size: 0.9rem;
            }
        }
