/* Desktop styles for screens >= 768px (PC端样式) */
/* @media (min-width: 768px) { */
  @media (min-width: 1440px) {
  /* PC端团队轮播样式 */
  .pc-team-container .team-member {
    max-width: 208px;
    width: 208px;
  }

  /* Header */
  .header {
    padding-left: 20px;
    padding-right: 40px;
  }

  /* Navigation */
  .nav {
    padding: 20px 0;
  }

  /* Logo */
  .logo {
    gap: 10px;
  }

  .logo-icon {
    width: 80px;
    height: 80px;
    border-radius: 4px;
    font-size: 16px;
  }

  /* Nav Menu */
  .nav-menu a {
    font-size: 16px;
  }

  /* Dropdown */
  .dropdown-title {
    font-size: 16px !important;
  }

  .dropdown-title-text {
    font-size: 16px;
  }

  .dropdown-arrow {
    font-size: 16px;
  }

  /* Contact Button */
  .contact-btn {
    padding: 12px 20px;
    font-size: 16px;
  }

  /* Language Switcher */
  .language-btn img {
    width: 36px;
    height: 36px;
  }

  .language-dropdown.show {
    width: 115px;
  }

  .language-option {
    padding: 10px 20px;
  }

  /* News Container */
  .news-container {
    width: 1195.2px;
    max-width: 1195.2px;
  }

  /* Strengths Section */
  .strengths {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  /* Team Section */
  .team {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  /* Team Member */
  .team-member {
    max-width: 208px;
    width: 208px;
  }

  /* News Card */
  .news-card {
    width: calc((1195.2px - 2 * 40px) / 3);
    max-width: 373px;
  }

  /* News Carousel Track */
  .news-carousel .carousel-track {
    gap: 40px;
  }


  /* Contact Section */
  .contact .container {
    padding: 0 110px;
  }

  /* Contact Form */
  .contact-form input{
    height: 60px;
    line-height: 60px;
  }
  .contact-form textarea{
    padding: 22px 0px!important;
    box-sizing: border-box;
  }

  .contact-form input,
  .contact-form textarea {
    font-size: 16px;
    padding:16px;
    max-height: 240px;
  }
  
  .contact-form input::placeholder,
  .contact-form textarea::placeholder {
    font-size: 16px;
  }

  /* Contact Main */
  .contact-main{
    padding: 30px;
    box-sizing: border-box;
  }
  .contact-main .contact-item span {
    font-size: 18px;
  }

  /* Hero Image */
  .hero-image {
    width: 1440px;
    height: 772px;
  }

  /* About Image */
  .about-image img {
    width: 1224px;
    height: 360px;
  }

  .about-image p {
    font-size: 38.88px;
    /* 2.7% of 1440px = 38.88px */
    width: 576px;
  }

  /* Carousel Container Strengths */
  .carousel-container-strengths {
    flex-basis: 921.6px;
  }

  /* Header Right */
  .header-right {
    gap: 39px;
  }

  /* Container */
  .container {
    padding: 0 80px;
    /* 固定padding，基于1440px */
  }
  
  /* Partners grid固定4列 */
  .partners-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 60px;
    /* 固定60px间距 */
  }
  
  /* Team 容器限制宽度并隐藏超出部分 */
  .team-container {
    max-width: 1440px;
    overflow: hidden;
  }
  
  .team-carousel {
    max-width: 1440px;
    overflow: hidden;
  }
  
  .team-carousel .carousel-container.swiper {
    max-width: 100%;
    overflow: hidden !important;
  }
  
  /* Team轮播间距固定为40px */
  .pc-team-container .carousel-track {
    gap: 40px;
  }
  
  .mobile-team-container .carousel-track {
    gap: 40px;
  }
  
  /* Team成员卡片最大宽度固定为208px */
  .pc-team-container .team-member,
  .team-member {
    max-width: 208px !important;
    width: 208px !important;
  }
  
  .pc-team-container.swiper .swiper-slide {
    width: 208px !important;
    max-width: 208px !important;
  }
  
  /* News容器限制宽度 */
  .news-container {
    width: 1195.2px;
    max-width: 1195.2px;
  }
  
  .news-carousel {
    max-width: 100%;
    overflow: hidden;
  }
  
  .news-carousel .carousel-container {
    max-width: 100%;
    overflow: hidden;
  }
  
  /* News卡片一行三列，固定宽度 */
  .news-card {
    width: calc((1195.2px - 2 * 40px) / 3);
    max-width: 373px;
  }
  
  .news-carousel .carousel-track {
    gap: 40px;
  }
  
  /* Contact form和info最大宽度限制 */
  .contact-form {
    max-width: 581px;
    gap:20px;
  }
  
  .contact-info {
    max-width: 582px;
  }
  
  .contact-info .coordinate-img {
    max-width: 582px;
    width: 582px;
    height: auto;
    /* 保持图片原始宽高比 */
  }
  
  /* Contact Us 部分的 container padding */
  .contact .container {
    padding: 0 110px;
  }
  .contact-main {
    /* height: 192px; */
    padding-bottom: 29px;
  }
  .contact-item-box .contact-item {
    margin-bottom: 16px;
    gap:13px;
    align-items: flex-start;
    justify-items: flex-start;
    line-height: 20px;
  }

  .contact-item .icon {
    width: 20px;
    height: 20px;
  }
  .contact-item .icon img{
    width: 20px;
    height: 20px;
  }

  .wechat-qr .qr-code {
    width: 90px;
    height: 88px;
    margin: 0 auto 10px;
  }
  
  /* Contact-main 中的文字固定为18px */
  .contact-main .contact-item span {
    font-size: 18px;
  }
  
  /* Contact-form 中的文字固定为16px */
  .contact-form input,
  .contact-form textarea {
    font-size: 16px;
    padding: 0px;
  }
  
  .contact-form input::placeholder,
  .contact-form textarea::placeholder {
    font-size: 16px;
  }

  /* 所有文字大小在1440px以上时使用px单位 */
  .logo-icon {
    font-size: 16px;
  }

  .nav-menu a {
    font-size: 16px;
  }

  .dropdown-title {
    font-size: 16px !important;
  }

  .dropdown-title-text {
    font-size: 16px;
  }

  .contact-btn {
    font-size: 16px;
  }

  .get-in-touch-btn {
    font-size: 20px;
  }

  .section-subtitle {
    font-size: 14px;
  }

  .tab-btn {
    font-size: 20px;
  }

  .hero-content h1 {
    font-size: 54px;
  }

  .hero-content .company-name {
    font-size: 40px;
  }

  .section-title {
    font-size: 40px;
  }

  .about-image p {
    font-size: 39px;
  }

  .about-text {
    font-size: 20px;
  }

  .tab-pane .vision-text {
    font-size: 20px;
  }

  .service-card h3,
  .strength-card h3,
  .news-card h3 {
    font-size: 24px;
  }

  .service-card .service-card-li,
  .strength-card p {
    font-size: 16px;
  }

  .service-card .li {
    font-size: 16px;
  }

  .strength-card .card-image .card-overlay p {
    font-size: 16px;
  }

  .partners {
    font-size: 16px;
  }

  .partner-description p {
    font-size: 16px;
  }

  .team-member h3 {
    font-size: 20px;
  }

  .team-member p {
    font-size: 16px;
  }

  .news-card .news-date {
    font-size: 14px;
  }

  .contact-form .send-btn {
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    padding: 0px;
  }

  .wechat-qr p {
    font-size: 12px;
  }

.contact-content{
  display: grid;
      grid-template-columns: repeat(auto-fit,
          minmax(40px, 1fr));
      gap:40px;
      margin-top: 4.17vw;
}


  .footer {
    padding: 36px 120px;
    box-sizing: border-box;
  }

  .footer-contact{
    max-width: 1440px;
  }

  .footer-contact .contact-item span {
    font-size: 12px;
  }
  .footer-right-section img{
    max-width: 126px;
    width: 126px;
    height: 178px;
    max-height: 178px;
    margin-left: 87px;
  }

  .footer-wechat-box .wechat-text span {
    font-size: 12px;
  }

  .footer-copyright {
    font-size: 12px;
  }

  /* Footer icon尺寸在1440px以上时使用px单位 */
  .footer-contact .icon {
    width: 18px;
    height: 18px;
  }

  .footer-social-icons{
    position: absolute;
    top: 16px;
  }
  .footer-social-icons .icon {
    width: 42px;
    height: 42px;
  }

  .footer-wechat-box .wechat-icon {
    width: 22px;
    height: 22px;
  }
  .footer-content{
    /* justify-content: space-between; */
    max-width: 1230px;
  }
  .footer-center-section {
    margin-top: 26px;
    margin-left: 172px;
    margin-right: 87px;
    display: flex;
    flex-direction: column;
  }
  .footer-divider{
    width: 368px;
  }
  .footer-logo-bg {
    width: 102px;
    height: 142px;
    margin-right: 23px;
  }

  .footer-nav-section {
    width: 310px;
    margin-top: 26px;
    display: flex;
    align-items: flex-end;
    /* justify-items: space-between; */
    gap: 48px;
    /* 48px based on 1440px */
    position: relative;
    z-index: 1;
  }

  .footer-nav-column {
    display: flex;
    flex-direction: column;
    width: 80px;
  }
  .footer-nav-column a {
    width: 80px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-family: "Creato", sans-serif;
    font-weight: 400;
    margin-bottom: 14px;
  }

  .footer-follow-us {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: flex-end;
    margin-bottom: 16px;
  }

  .footer-follow-us span{
    color: #fff;
    font-family: "Creato", sans-serif;
    font-weight: 400;
    line-height: 1.5em;
    font-size: 16px;
  }
}
