 
/* ————————————————————————————内页联系我们上3部分-———————————————————————————— */
.contact_info { width:100%; overflow:hidden; margin:10px auto 50px; padding:0;}
.contact_info .contact { width:100%; overflow:hidden; margin:10px auto 0px; padding:0; box-sizing:border-box; -webkit-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;}
.contact ul li { width:33.3333%;overflow:hidden; margin:0; padding:0 4% 20px; float:left;position:relative; }
.contact ul li:nth-child(2n):before{content:'';width:1px;background:#eeeeee;height:100%;position:absolute;top:0;left:0;}
.contact ul li:nth-child(2n):after{content:'';width:1px;background:#eeeeee;height:100%;position:absolute;top:0;right:0;}
.contact_icon { width:128px; height:90px; overflow:hidden; margin:0 auto 20px; padding:0;text-align:center;}
.contact_icon img{max-width:100%:max-height:100%;vertical-align:middle;}
.contact_icon .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
.contact ul li span { display:block;width:100%; height:20px; line-height:20px; color:#005cac; font-size:24px;font-weight:bold; text-align:center; margin:0 auto 25px; padding:0;}
.contact ul li p { width:100%;  overflow:hidden; line-height:26px; color:#555; font-size:18px; font-family:"Arial"; text-align:center; margin:0 auto; padding:0;}
.contact ul li:nth-child(1) p{font-size:20px;} 
.contact ul li:nth-child(2) p{font-size:20px;}
.contact_ewm { width:100%; height:440px; overflow:hidden; margin:40px auto; padding:0; background:url(../img/bg_weixin.jpg) center center no-repeat; background-size:cover;}
.contact_ewm span {display:block; width:100%;height:40px; overflow:hidden; line-height:40px; color:#fff; font-size:32px; text-align:center; margin:80px auto 0; padding:0;}
.contact_ewm p { width:100%;padding-top:10px; height:30px; overflow:hidden; line-height:30px; color:#fff; font-size:16px; text-align:center; margin:0 auto; padding:0;}
.contact_ewm img { display:block; width:160px; height:160px; overflow:hidden; margin:40px auto; padding:0;}
.contact_dz { width:97%; overflow:hidden; margin:50px auto 0; padding:1%;border:1px solid #d9d9d9;}
.contact_dz .dz_map { width:100%; overflow:hidden;height:350px;margin:0 auto;}

@media screen and (max-width:768px) {
	.contact_info .contact{margin: 40px auto 0px;}
	.contact_ewm span{font-size:24px;margin: 40px auto 0;}
	.contact ul li{width:100%;border:1px solid #dedede;box-sizing:border-box; -webkit-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;margin-bottom:20px;}
	.contact ul li:nth-child(2n):before{display:none;}
	.contact ul li:nth-child(2n):after{display:none;}
	.contact_ewm{margin: 20px auto;height: 360px;}
}



 .people-container {
            max-width-: 00px;      /* 适中宽度，三列刚好 */
            width: 100%;
            margin: 0 auto;
        }

        .people-row {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 15px 30px;         /* 行距12，列距8，移动端友好 */
            margin-bottom: 50px;
        }

        /* 卡片宽度：三列 ≈ (100% - 16px) / 3   */
        .people-card {
            width: calc(33.33% - 6px);
            min-width: 105px;       /* 防止过小 */
            max-width: 160px;       /* 大屏限制 */
            text-align: center;
            position: relative;
            background: transparent;
            border-radius: 24px;
            transition: transform 0.15s ease;
        }

        .people-card:active {
            transform: scale(0.97);  /* 触摸反馈 */
        }

        /* 头像包裹 ———— 完全相对定位上下文 */
        .people-avatar-wrap {
            width: 100%;
            aspect-ratio: 1 / 1;                /* 保持正方形 */
            max-width: 140px;
            margin: 0 auto 6px auto;
            border: 2.5px solid #1a5fb4;
            border-radius: 50%;
            padding: 4px;
            background: white;
            position: relative;
            cursor: default;
            box-shadow: 0 4px 10px rgba(26, 95, 180, 0.15);
            transition: box-shadow 0.2s, border-color 0.2s;
        }

        .people-avatar-wrap:hover {
            box-shadow: 0 10px 22px rgba(26, 95, 180, 0.25);
            border-color: #d63384;
        }

        .people-avatar {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            object-fit: cover;
            display: block;
            background: #e6ecf5;
        }

        /* 聊天气泡小图标 */
        .people-bubble {
            position: absolute;
            bottom: 2px;
            right: 2px;
            width: 26px;
            height: 26px;
            background: #d63384;
            border: 2px solid white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 13px;
            box-shadow: 0 2px 6px rgba(0,0,0,0.2);
            pointer-events: none;
            z-index: 3;
        }

        .people-name {
            font-size: clamp(14px, 4vw, 18px);
            font-weight: 600;
            color: #112b4f;
            margin: 6px 0 8px 0;
            line-height: 1.2;
            letter-spacing: -0.01em;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            padding: 0 2px;
        }

        .people-chat-btn {
            display: inline-block;
            width: 90%;
            padding: 6px 0;
            background: linear-gradient(105deg, #1a5fb4, #b23c7a 120%);
            color: white;
            border: none;
            border-radius: 40px;
            font-size: clamp(10px, 3.5vw, 13px);
            font-weight: 600;
            cursor: pointer;
            box-shadow: 0 4px 8px rgba(0, 30, 70, 0.15);
            transition: opacity 0.15s, box-shadow 0.2s;
            text-transform: uppercase;
            letter-spacing: 0.3px;
            backdrop-filter: blur(2px);
            line-height: 1.4;
        }

        .people-chat-btn:hover {
            opacity: 0.9;
            box-shadow: 0 8px 14px rgba(157, 47, 114, 0.25);
        }

        /* ---------- 二维码浮层 (针对移动优化) ---------- */
        .qr-popup {
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%) translateY(-104%);  /* 默认完全透明并稍微靠下 */
            background: rgba(255, 255, 255, 0.98);
            backdrop-filter: blur(8px);
            -webkit-backdrop-filter: blur(8px);
            border-radius: 20px;
            padding: 8px 6px 6px 6px;
            box-shadow: 0 20px 32px -8px rgba(0, 35, 70, 0.3), 0 0 0 1px rgba(26, 95, 180, 0.2);
            z-index: 100;
            width: 110px;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 3px;
            pointer-events: none;
            opacity: 0;
            transition: opacity 0.22s cubic-bezier(0.15, 0.75, 0.3, 1.1), transform 0.28s cubic-bezier(0.2, 0.9, 0.3, 1.2);
            border: 1px solid rgba(255,255,255,0.6);
        }

        /* 悬停/触摸显示二维码 */
        @media (hover: hover) {
            .people-card:hover .qr-popup {
                opacity: 1;
                transform: translateX(-50%) translateY(-118%);
                pointer-events: none;  /* 保持不可点击，仅展示 */
            }
        }

        /* 移动端通过触摸（active或悬停有限，但我们可以用focus-within增强，同时保留hover） */
        .people-card:focus-within .qr-popup,
        .people-card:active .qr-popup {
            opacity: 1;
            transform: translateX(-50%) translateY(-118%);
            pointer-events: none;
            transition-delay: 0.1s;  /* 轻微延迟，避免误触 */
        }

        /* 小三角 */
        .qr-popup::after {
            content: '';
            position: absolute;
            bottom: -7px;
            left: 50%;
            transform: translateX(-50%);
            width: 0;
            height: 0;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-top: 8px solid white;
            filter: drop-shadow(0 3px 2px rgba(0,0,0,0.1));
        }

        /* 二维码展示区 — 纯装饰背景（每个不同） */
        .qr-code-box {
            width: 80px;
            height: 80px;
            border-radius: 0px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 28px;
            font-weight: 800;
            color: white;
            text-shadow: 0 2px 5px rgba(0,0,0,0.3);
            box-shadow: inset 0 2px 6px rgba(0,0,0,0.1), 0 4px 10px rgba(0, 0, 0, 0.15);
            background-: #eaeef5; /* fallback */
            transition: transform 0.2s;
        }

        .qr-label {
            font-size: 12px;
            font-weight: 500;
            background: rgba(26, 95, 180, 0.12);
            padding: 3px 10px;
            border-radius: 40px;
            color: #1a3d6e;
            letter-spacing: 0.2px;
            backdrop-filter: blur(4px);
            -webkit-backdrop-filter: blur(4px);
            border: 0.5px solid rgba(26,95,180,0.2);
            max-width: 90px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        /* 每个人不同的二维码背景 (延续多彩设计) */
        .people-card:nth-child(1) .qr-code-box { background: linear-gradient(135deg, #1e3c72, #2a5298); }
        .people-card:nth-child(2) .qr-code-box { background: radial-gradient(circle at 70% 30%, #f8b500, #fcee9f); color: #2c3e50; }
        .people-card:nth-child(3) .qr-code-box { background: repeating-linear-gradient(45deg, #3a6186, #3a6186 8px, #89253e 8px, #89253e 16px); }
        .people-card:nth-child(4) .qr-code-box { background: linear-gradient(145deg, #11998e, #38ef7d); color: #064e3b; }
        .people-card:nth-child(5) .qr-code-box { background: linear-gradient(45deg, #ee9ca7, #ffdde1); color: #a13d63; }
        .people-card:nth-child(6) .qr-code-box { background: radial-gradient(circle at 30% 70%, #654ea3, #eaafc8); }

        .people-row:last-child .people-card:nth-child(1) .qr-code-box { background: linear-gradient(135deg, #4b6cb7, #182848); }
        .people-row:last-child .people-card:nth-child(2) .qr-code-box { background: repeating-linear-gradient(45deg, #c31432, #c31432 6px, #240b36 6px, #240b36 12px); color: #eedd99; }
        .people-row:last-child .people-card:nth-child(3) .qr-code-box { background: linear-gradient(145deg, #fc4a1a, #f7b733); color: #2d2d2d; }
        .people-row:last-child .people-card:nth-child(4) .qr-code-box { background: radial-gradient(circle, #4568DC, #B06AB3); color: #ffefc0; }
        .people-row:last-child .people-card:nth-child(5) .qr-code-box { background: linear-gradient(45deg, #2c3e50, #fd746c); color: #f0e68c; }

        /* 内部字母标识 */
        .qr-inner {
            font-size: 32px;
            font-weight: 800;
            opacity: 0.9;
            text-shadow: 2px 2px 0 rgba(0,0,0,0.15);
            background: rgba(255,255,255,0.2);
            width: 60px;
            height: 60px;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            backdrop-filter: blur(2px);
        }

        /* 让alt文字占位显示友好 */
        img.people-avatar[alt] {
            color: #1a5fb4;
            font-weight: 500;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        /* 手机端小调整：气泡略小一点 */
        @media (max-width: 400px) {
            .people-bubble {
                width: 22px;
                height: 22px;
                font-size: 11px;
                bottom: 0px;
                right: 0px;
            }
            .qr-popup {
                width: 95px;
                padding: 6px 4px 4px;
            }
            .qr-code-box {
                width: 70px;
                height: 70px;
            }
            .qr-inner {
                font-size: 26px;
                width: 50px;
                height: 50px;
            }
            .qr-label {
                font-size: 9px;
                padding: 2px 6px;
            }
        }

        /* 触屏优化：点击头像区域也能短暂显示二维码 (因为:active) */
        .people-avatar-wrap {
            -webkit-tap-highlight-color: transparent;
        }

        /* 按钮点击不干扰浮层 */
        .people-chat-btn {
            position: relative;
            z-index: 2;
        }
		
      /* --------------------------------------------------------应用图片 */		
 /* -----------------------内页图片列表------------------------ */		
  
		
       @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: 280px;
            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: "";
            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: 16px;
			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.80);
            display: flex;
            justify-content: center;
            align-items: center;
           z-index:99999;
            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: 36px;
            height: 36px;
            background: #ffffff;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #333333;
            font-size: 1.5rem;
            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: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #333333;
            font-size: 1.2rem;
            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-container {
            margin: 30px 0 0 0 ;
        } 
		
            .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;
        }  


		