/* È«¾ÖÐÎ×´³ÁÖÃ */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html, body {
    overflow-x: hidden;
    max-width: 100%;
    font-family: 'Microsoft YaHei', 'Î¢ÈíÑÅºÚ', Arial, sans-serif;
    line-height: 1.6;
    color: #333;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* BannerÐÎ×´ - 1:1±ÈÀý */
.service-banner {
  position: relative;
  width: 100%;
  height: 500px; /* È«ÆÁ¸ß¶È */
  background-image: url('/template/lelesigang/sszt/topbg.jpg');
}

.banner-content {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 50px 20px;
}

/* ÎÄ×Ö²ã¼¶ÐÎ×´ */
.english-slogan {
  color: #e0e0e0;
  font-size: 1.2rem;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  letter-spacing: 2px;
}

.chinese-core {
  margin-bottom: 2rem;
}

.core-border {
  background-color: #0066cc;
  padding: 0.4rem 1.5rem;
}

.core-border h2 {
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: bold;
  margin: 0;
}

.value-proposition {
  margin-bottom: 2rem;
  text-align: center;
}

.value-proposition p {
  color: #ffffff;
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 1rem 0;
}

.divider {
  width: 80px;
  height: 3px;
  background-color: #ff9933;
  margin: 0 auto;
}

.company-values {
  color: #d0d0d0;
  font-size: 1rem;
}

.company-values .highlight {
  color: #ffcc00;
  font-weight: bold;
  margin: 0 5px;
}

/* ÏìÓ¦Ê½µ÷Õû */
@media (max-width: 768px) {
  .core-border h2 {
    font-size: 1.8rem;
  }
  
  .value-proposition p {
    font-size: 1.5rem;
  }
  
  .english-slogan {
    font-size: 1rem;
  }
}

/* ¹«Ë¾ÊµÊÂ°å¿éÕûÌåÐÎ×´ */
.grid-section {
    background-color: #f9f9f9;
    border: 1px solid #eee;
    padding: 20px;
    margin: 20px 0;
    border-radius: 4px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

/* ±êÌâÇøÐÎ×´ */
.news-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ddd;
}

.section-title {
    margin: 0;
    color: #333;
    font-size: 1.5rem;
}

.explore-more {
    color: #0066cc;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s;
}

.explore-more:hover {
    color: #004999;
    text-decoration: underline;
}

/* Ô±¹¤·ç²ÉÄ£¿£¿£¿£¿£¿£¿éÕûÌåÐÎ×´ */
.employee-section {
    width: 100%;
    min-width: 1920px;
    background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
    background-image: url('/template/lelesigang/sszt/fxbj.jpg'), radial-gradient(rgba(255,255,255,0.1) 2px, transparent 2px);
    background-size: cover, 30px 30px;
    background-position: center, center;
    background-repeat: no-repeat, repeat;
    padding: 40px 0;
    margin: 40px 0;
    overflow-x: hidden;
}

.employee-container {
    display: flex;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    gap: 20px;
    justify-content: center;
}

.employee-left {
    width: 25%;
    display: flex;
    align-items: center;
}

/* Ó¢ÎÄ±êÌâ£¨·ÖÁ½ÐÐ + À¶É«´ÖÌå£© */
.employee-en-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #1C64D1; /* Ö÷É«µ÷À¶É« */
    line-height: 1.2;
    margin: 0 0 10px 0;
}

.employee-en-title span {
    display: block; /* Ç¿Ôì·ÖÐÐ */
}

/* ÖÐÎÄ±êÌâ£¨Ó××ÖºÅÐþÉ«£© */
.employee-cn-title {
    font-size: 1rem;
    color: #1f2937; /* ÐþÉ«Í¨ÀýÌå */
    margin: 0;
    padding-left: 2px;
}

/* ÓÒ²àÔ±¹¤¿¨Æ¬Çø£¨70%Õ¼±È£© */
.employee-right {
    width: 70%;
    background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%); /* À¶É«½¥±äµ×É« */
    padding: 40px 30px;
    box-sizing: border-box;
    position: relative;
    /* °×É«µãÕó×°è«£¨Í¨¹ý²¼¾°Í¼ÊµÏÖ£¬£¬£¬£¬£¬¿É´úÌæÏÖÊµÍ¼Æ¬õè¾¶£© */
    background-image: radial-gradient(rgba(255,255,255,0.1) 2px, transparent 2px);
    background-size: 30px 30px;
}

/* ¿¨Æ¬ºáÏò·ÖÁÐÈÝÆ÷ */
.employee-right {
    display: flex;
    gap: 25px;
    justify-content: space-between;
}

/* Í¨ÓÃ¿¨Æ¬ÐÎ×´ */
.employee-card {
    width: 31%; /* 3ÕÅ¿¨Æ¬µÈ¿íÉ¢²¼ */
    border-radius: 8px;
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    position: relative;
}

/* ¿¨Æ¬Í¼Æ¬ÈÝÆ÷ */
.card-image-wrapper {
    width: 100%;
    height: 366px; /* Í³Ò»Í¼Æ¬¸ß¶È */
    overflow: hidden;
    position: relative;
}

.employee-image {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Î¬³ÖÍ¼Æ¬±ÈÀý£¬£¬£¬£¬£¬Ô¤·ÀÀ­Éì */
    transition: transform 0.3s ease;
}

/* ¿¨Æ¬ÄÚÈÝÇø£¨Í¨ÓÃ£© */
.card-content {
    padding: 20px;
    box-sizing: border-box;
}

/* Í¨³£¿¨Æ¬ÄÚÈÝ£¨µ×²¿ºÚµ×°××Ö£© */
.card-content-bottom {
    background-color: rgba(0, 0, 0, 0); /* Ä¬ÈÏÎÞ²¼¾° */
    color: #ffffff;
    padding: 15px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 1; /* Ä¬ÈÏ°µ²Ø */
    transform: translateY(100%);
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease, transform 0.3s ease, max-height 0.3s ease, background-color 0.3s ease;
}

.employee-card:hover .card-content-bottom {
    /* ÐüÍ£Ê±²¼¾°Í¼³ÉÐ§ */
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(249, 115, 22, 0.3) 100%),
                url(/template/lelesigang/sszt/'data:image/svg+xml,<svg xmlns="http:/www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40"><defs><pattern id="grid" width="40" height="40" patternUnits="userSpaceOnUse"><path d="M 40 0 L 0 0 0 40" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="1"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grid)"/></svg>');
    background-size: cover, 40px 40px;
    background-blend-mode: overlay, normal;
    opacity: 1;
    transform: translateY(0);
    max-height: 100%;
    /* Åú¸ÄÎªÆÌÂúÕûÕÅÍ¼Æ¬ */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; /* ÄÚÈÝ¿¿ÏÂ¶ÔÆë */
}

/* Ö÷¿¨Æ¬ÄÚÈÝ£¨°×É«ÎÄ×Ö + µþ¼Ó¶¨Î»£© */
/* Ö÷¿¨Æ¬ÄÚÈÝ£¨¾²Ì¬Õ¹Ê¾Ä£Ê½£ºÊ¼ÖÕÓÐ²¼¾°Í¼£© */
.employee-card-main .card-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #ffffff;
    /* ¾²Ì¬Õ¹Ê¾£º²¼¾°Í¼³ÉÐ§ */
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(249, 115, 22, 0.3) 100%),
                url(/template/lelesigang/sszt/'data:image/svg+xml,<svg xmlns="http:/www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40"><defs><pattern id="grid" width="40" height="40" patternUnits="userSpaceOnUse"><path d="M 40 0 L 0 0 0 40" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="1"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grid)"/></svg>');
    background-size: cover, 40px 40px;
    background-blend-mode: overlay, normal;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; /* ÄÚÈÝ¿¿ÏÂ¶ÔÆë */
    padding: 20px;
    box-sizing: border-box;
    opacity: 1; /* ¾²Ì¬Õ¹Ê¾£ºÊ¼ÖÕ¿É¼û */
    transform: translateY(0);
    max-height: 100%;
    overflow: visible;
    /* ¾²Ì¬Õ¹Ê¾Ä£Ê½ÏÂ²»±ØÒªtransition¶¯»­ */
}

/* Ö÷¿¨Æ¬¸ù»ùÐÅÏ¢ÇøÓòÊ¼ÖÕÏÔÊ¾ */
.employee-card-main .card-basic-info {
    display: block;
    opacity: 1;
    max-height: 200px;
    overflow: visible;
    margin-bottom: 15px;
    transition: opacity 0.3s ease;
}

/* Ö÷¿¨Æ¬²¹³äÐÅÏ¢ÐÎ×´£¨¾²Ì¬Õ¹Ê¾£© */
.card-intro-main ul {
    margin: 0 0 15px 0;
    padding: 0;
    list-style: none;
}

.card-intro-main li {
    font-size: 0.85rem;
    line-height: 1.6;
    margin: 0 0 8px 0;
    padding-left: 18px;
    position: relative;
}

.card-intro-main li::before {
    content: "?";
    position: absolute;
    left: 0;
    color: #f97316;
}

.employee-card-main:hover .card-content {
    /* ÐüÍ£Ê±²¼¾°Í¼³ÉÐ§ */
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(249, 115, 22, 0.3) 100%),
                url(/template/lelesigang/sszt/'data:image/svg+xml,<svg xmlns="http:/www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40"><defs><pattern id="grid" width="40" height="40" patternUnits="userSpaceOnUse"><path d="M 40 0 L 0 0 0 40" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="1"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grid)"/></svg>');
    background-size: cover, 40px 40px;
    background-blend-mode: overlay, normal;
    opacity: 1;
    transform: translateY(0);
    max-height: 100%;
}

/* ¸ù»ùÐÅÏ¢ÇøÓò£¨Ê¼ÖÕÏÔÊ¾£© */
.card-basic-info {
    display: block;
    opacity: 1;
    max-height: 200px;
    overflow: visible;
}

/* ¿¨Æ¬ÎÄ×ÖÐÎ×´ */
.card-name {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0 0 5px 0;
}

.card-position {
    font-size: 0.9rem;
    opacity: 0.9;
    margin: 0 0 15px 0;
}

/* Ö÷¿¨Æ¬×¨Êô£ºÓ×ÎÒ¼ò½é */
.card-intro {
    font-size: 0.85rem;
    line-height: 1.6;
    margin: 0 0 20px 0;
    opacity: 0; /* Ä¬ÈÏ°µ²Ø */
    max-height: 0; /* Ä¬ÈÏ°µ²Ø */
    overflow: hidden; /* Ä¬ÈÏ°µ²Ø */
    transition: opacity 0.3s ease, max-height 0.3s ease;
}

/* Ö÷¿¨Æ¬×¨Êô£º²Ù×÷°´Å¥£¨³ÈÉ«£© */
.card-btn {
    background-color: #f97316; /* ×°µãÉ«³ÈÉ« */
    color: #ffffff;
    border: none;
    border-radius: 4px;
    padding: 8px 16px;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    width: fit-content;
    opacity: 1; /* ¾²Ì¬Õ¹Ê¾£ºÊ¼ÖÕ¿É¼û */
    max-height: 200px; /* ¾²Ì¬Õ¹Ê¾£ºÊ¼ÖÕÏÔÊ¾ */
    overflow: visible;
    transition: opacity 0.3s ease, max-height 0.3s ease, background-color 0.3s ease;
}

/* ÐüÍ£Ê±ÏÔÊ¾ÄÚÈÝ */
.employee-card:hover .card-intro {
    opacity: 1;
    max-height: 200px;
    display: block;
}

.employee-card:hover .card-btn {
    opacity: 1;
    max-height: 100px;
    display: block;
}

/* ÐüÍ£Ê±°´Å¥¼ÓÇ¿³ÉÐ§ */
.card-btn:hover {
    background-color: #ea580c; /* hover ¼ÓÉî³ÈÉ« */
}

/* ÏìÓ¦Ê½µ÷Õû£¨Æ½°å/ÊÖ»ú¶Ë£© */
@media (max-width: 992px) {
    .employee-container {
        flex-direction: column; /* ´¹Ö±¶Ñµþ */
    }

    .employee-left, .employee-right {
        width: 100%;
    }

    .employee-right {
        gap: 20px;
        padding: 30px 20px;
    }

    .employee-card {
        width: 48%; /* Æ½°å¶Ë 2 ÕÅ¿¨Æ¬Ò»ÅÅ */
    }
}

@media (max-width: 576px) {
    .employee-right {
        flex-direction: column; /* ÊÖ»ú¶Ë 1 ÕÅ¿¨Æ¬Ò»ÅÅ */
    }

    .employee-card {
        width: 100%;
    }

    .employee-en-title {
        font-size: 1.8rem;
    }
}

/* Ö÷ÌåÄÚÈÝÇø²¼¾Ö */
.grid-container {
    display: flex;
    gap: 20px;
}

.grid-left {
    width: 50%;
    box-sizing: border-box;
}

.grid-right {
    width: 50%;
    box-sizing: border-box;
}

/* ×ó²àÍ¼Æ¬×éºÏÐÎ×´ */
.image-group {
    display: grid;
    background-color: #fff;
    border-radius: 4px;
}

.top-left {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

/* ÓÒ²àÁÐ±íÐÎ×´ */
.news-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.news-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 10px;
    border-bottom: 1px solid #eee; /* Ï¸Ô×¸îÏß */
}

.news-list li:last-child {
    border-bottom: none;
}

.news-content {
    color: #333;
    line-height: 1.5;
}

.news-date {
    color: #999;
    font-size: 0.85rem;
    white-space: nowrap;
}

/* ÏìÓ¦Ê½µ÷Õû */
@media (max-width: 768px) {
    .grid-container {
        flex-direction: column;
    }
    
    .grid-left, .grid-right {
        width: 100%;
    }
    
    .top-left, .top-right, .bottom-full {
        height: 150px;
    }
}

/* ÆÙ²¼Á÷ÐÎ×´ */
.waterfall-section {
    margin-bottom: 80px;
}

.waterfall-container {
    column-count: 3;
    column-gap: 30px;
    padding: 0 10px;
}

.waterfall-item {
    break-inside: avoid;
    margin-bottom: 30px;
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    cursor: pointer;
}

.waterfall-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

.waterfall-image {
    width: 100%;
    height: auto;
    display: block;
}

.waterfall-content {
    padding: 25px;
}

.waterfall-title {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #2c3e50;
}

.waterfall-text {
    color: #666;
    line-height: 1.6;
}

/* ¿¨Æ¬Ê½²¼¾ÖÐÎ×´ */
.card-section {
    margin-bottom: 10px;
    width: 100%;
    min-width: 1920px;
    background-color: #fff;
    overflow-x: hidden;
}

.card-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(349px, 1fr));
    gap: 3px;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 20px;
}

.card-item {
    background: white;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    cursor: pointer;
}

.card-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0,0,0,0.15);
}

.card-image-container {
    width: 100%;
    height: 349px;
    overflow: hidden;
}

.card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.card-item:hover .card-image {
    transform: scale(1.1);
}

.card-content {
    padding: 25px;
}

.card-title {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #2c3e50;
}

.card-description {
    color: #666;
    line-height: 1.7;
    margin-bottom: 20px;
}

.card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.tag {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
}

.card-button {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 25px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
}

.card-button:hover {
    background: linear-gradient(135deg, #764ba2, #667eea);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
}

/* Ä£Ì¬¿òÐÎ×´ */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.9);
    animation: fadeIn 0.3s ease;
}

.modal-content {
    position: relative;
    margin: auto;
    padding: 20px;
    width: 90%;
    max-width: 800px;
    top: 50%;
    transform: translateY(-50%);
}

.modal-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.modal-close {
    position: absolute;
    top: -40px;
    right: 20px;
    color: white;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.modal-close:hover {
    opacity: 0.7;
}

.modal-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.modal-prev, .modal-next {
    background: rgba(255,255,255,0.2);
    border: none;
    color: white;
    font-size: 30px;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 5px;
    transition: background 0.3s ease;
    pointer-events: all;
}

.modal-prev:hover, .modal-next:hover {
    background: rgba(255,255,255,0.3);
}

/* ¶¯»­³ÉÐ§ */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-in {
    animation: slideUp 0.6s ease forwards;
}

/* ÀÁ¼ÓÔØÍ¼Æ¬ÐÎ×´ */
.lazy-image {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.lazy-image.loaded {
    opacity: 1;
}

/* ÏìÓ¦Ê½Éè¼Æ */
@media (max-width: 768px) {
    .main-title {
        font-size: 2rem;
    }
    
    .banner-title {
        font-size: 2.2rem;
    }
    
    .banner-description {
        font-size: 1.1rem;
    }
    
    .grid-container {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 20px;
    }
    
    .waterfall-container {
        column-count: 2;
        column-gap: 20px;
    }
    
    .card-container {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .section-title {
        font-size: 1.8rem;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }
    
    .banner-title {
        font-size: 1.8rem;
    }
    
    .banner-description {
        font-size: 1rem;
    }
    
    .grid-container {
        grid-template-columns: 1fr;
    }
    
    .waterfall-container {
        column-count: 1;
    }
    
    .header {
        padding: 40px 0;
    }
}

/* ¹ØÓÚca88¹Ù·½Î¨Ò»°å¿éÐÎ×´ */
.about-section {
    padding: 50px 0;
    background: linear-gradient(135deg, #F8F8F8 0%, #F8F8F8 100%);
    width: 100%;
    min-width: 1920px;
    overflow-x: hidden;
}

.about-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

/* ×ó²à±êÌâÇøÓò */
.about-left {
    flex: 0 0 25%;
    position: sticky;
    top: 100px;
}

.about-title {
    text-align: left;
}

.about-en-title {
    font-size: 2.3rem;
    font-weight: 800;
    color: #2563eb;
    line-height: 1.2;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
    letter-spacing: 1px;
}

.about-cn-title {
    font-size: 1rem;
    }
    
.about-content p {
        font-size: 0.9rem;
        text-indent: 1.5em;
    } 

.about-btn{
    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    background: linear-gradient(135deg, #FD9D0F, #FD9D0F);
    color: white;
    font-size: 0.8rem;
    font-weight: 600;
    border-radius: 5px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.about-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(37, 99, 235, 0.4);
}

/* ºÏ×÷Í¬°é°å¿éÐÎ×´ */
.partners-section {
    padding: 80px 0;
    width: 100%;
}

.partners-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ºÏ×÷Í¬°é±êÌâÇøÓò */
.partners-header {
    text-align: center;
    margin-bottom: 60px;
}

.partners-en-title {
    font-size: 3rem;
    font-weight: 800;
    color: #2563eb;
    margin-bottom: 10px;
    letter-spacing: 2px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
}

.partners-divider {
    width: 80px;
    height: 2px;
    background: linear-gradient(90deg, #2563eb, #2563eb);
    margin: 10px auto 20px;
    border-radius: 2px;
}

.partners-cn-title {
    font-size: 1.8rem;
    color: #374151;
    font-weight: 600;
    margin: 0;
}

/* ºÏ×÷Í¬°éÍø¸ñ²¼¾Ö */
.partners-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

/* ºÏ×÷Í¬°é¿¨Æ¬ÐÎ×´ */
.partner-card {
    border-radius: 5px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
    transition: all 0.3s ease;
    border: 1px solid #e5e7eb;
}

.partner-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
    border-color: #2563eb;
}

/* ºÏ×÷Í¬°éLogoÇøÓò */

.partner-image {
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* ÏìÓ¦Ê½Éè¼Æ */
@media (max-width: 991px) {
    .partners-section {
        padding: 60px 0;
    }
    
    .partners-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 25px;
    }
    
    .partners-en-title {
        font-size: 2.5rem;
    }
    
    .partners-cn-title {
        font-size: 1.5rem;
    }
}

@media (max-width: 767px) {
    .partners-section {
        padding: 50px 0;
    }
    
    .partners-container {
        padding: 0 15px;
    }
    
    .partners-header {
        margin-bottom: 40px;
    }
    
    .partners-en-title {
        font-size: 2rem;
        margin-bottom: 15px;
    }
    
    .partners-divider {
        width: 60px;
        height: 3px;
        margin-bottom: 15px;
    }
    
    .partners-cn-title {
        font-size: 1.3rem;
    }
    
    .partners-grid {
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
        gap: 20px;
        margin-top: 30px;
    }
    
    .partner-card {
        padding: 25px 15px;
    }
    
    .partner-logo {
        width: 80px;
        height: 80px;
        margin-bottom: 15px;
    }
    
    .partner-image {
        width: 60px;
        height: 60px;
    }
    
    .partner-name {
        font-size: 1rem;
    }
    
    .partner-name-en {
        font-size: 0.8rem;
    }
}

@media (max-width: 480px) {
    .partners-section {
        padding: 40px 0;
    }
    
    .partners-en-title {
        font-size: 1.6rem;
        letter-spacing: 1px;
    }
    
    .partners-divider {
        width: 50px;
        height: 3px;
        margin-bottom: 12px;
    }
    
    .partners-cn-title {
        font-size: 1.1rem;
    }
    
    .partners-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        margin-top: 25px;
    }
    
    .partner-card {
        padding: 20px 10px;
    }
    
    .partner-logo {
        width: 60px;
        height: 60px;
        margin-bottom: 12px;
    }
    
    .partner-image {
        width: 45px;
        height: 45px;
    }
    
    .partner-name {
        font-size: 0.9rem;
        line-height: 1.3;
    }
    
    .partner-name-en {
        font-size: 0.7rem;
        line-height: 1.2;
    }
}

/* Ö÷¿¨Æ¬£ºÓ×ÎÒ¼ò½é£¨¾²Ì¬Õ¹Ê¾£¬£¬£¬£¬£¬Ê¼ÖÕ¿É¼û£© */
.employee-card-main .card-intro {
    opacity: 1 !important; /* ¾²Ì¬Õ¹Ê¾£ºÊ¼ÖÕ¿É¼û */
    max-height: 200px !important; /* ¾²Ì¬Õ¹Ê¾£ºÊ¼ÖÕÏÔÊ¾ */
    display: block !important; /* ¾²Ì¬Õ¹Ê¾£ºÊ¼ÖÕÏÔÊ¾ */
    overflow: visible !important; /* ¾²Ì¬Õ¹Ê¾£ºÊ¼ÖÕ¿É¼û */
    transition: none; /* ¾²Ì¬Õ¹Ê¾£º²»±ØÒª¹ý¶É¶¯»­ */
}<!--ºÄÊ±1786755245.9461Ãë-->