/* 联系我们 */
.contact {
  padding: 80px 0 120px;
  text-align: center;
  /* background: linear-gradient(135deg, #f5f7ff 0%, #e8f0ff 100%); */
  background: none;
  position: relative;
  overflow: hidden;
}

/* .contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("https://obsqingnang.guoyaoplat.com/guanwang/images/foot/lianxi.svg") no-repeat center center,
    radial-gradient(
      ellipse 800px 300px at 50% 50%,
      rgba(24, 162, 242, 0.08) 0%,
      transparent 70%
    ),
    linear-gradient(
      135deg,
      rgba(24, 162, 242, 0.03) 0%,
      rgba(23, 85, 181, 0.02) 100%
    );
  background-size: cover, auto, auto;
  pointer-events: none;
} */

.contact h2 {
  font-size: 40px;
  font-weight: 600;
  /*color: #1a1a1a;*/
  color: #1755b5;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}

.contact-grid {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.contact-card {
  box-sizing: border-box;
  /* background: url("https://obsqingnang.guoyaoplat.com/guanwang/images/foot/1.svg") no-repeat; */
  border-radius: 20px !important;
  margin: 0 20px;
  background: #fff;
  background-size: 100% 100%;
  padding: 40px 30px;
  text-align: center;
  flex: 1;
  position: relative;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.contact-card:first-child {
  border-radius: 20px 0 0 20px;
}

.contact-card:last-child {
  border-radius: 0 20px 20px 0;
}

.contact-card:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(24, 162, 242, 0.15);
}

.contact-card:last-child::after {
  display: none;
}

.contact-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-icon img {
  width: 80px;
  height: 80px;
  transform: scale(1.5);
}

.contact-card h3 {
  font-size: 26px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 12px;
}

.contact-card p {
  font-size: 16px;
  color: #8d9094;
  line-height: 1.6;
  margin: 0;
}
/* 页脚 */
.footer {
  box-sizing: border-box;
  /* background: url("https://obsqingnang.guoyaoplat.com/guanwang/images/foot/foot1.svg") no-repeat center center; */
  background: url("https://obsqingnang.guoyaoplat.com/guanwang/images/foot/foot3.png")
    no-repeat center center;
  background-size: cover;
  color: #2f3133;
  position: relative;
  overflow: hidden;
  /* min-height: 300px; */
  height: 277px;
}
.foot2 {
  position: relative;
  box-sizing: border-box;
  height: 100%;
  /* max-width: 1200px; */
  width: 100%;
  margin: 0 auto;
  /* background: url("https://obsqingnang.guoyaoplat.com/guanwang/images/foot/foot2.svg") no-repeat center center; */
  background-size: cover;
  background-position: center center;
  padding: 60px 0 20px;
}
.footer-content {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  gap: 60px;
  position: relative;
  z-index: 2;
  border-radius: 20px;
  height: 100%;
}

.footer-logo {
  flex: 0 0 200px;
  position: relative;
  z-index: 3;
}

.footer-logo img {
  width: 120px;
  height: auto;
  margin-bottom: 20px;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.2));
}

.footer-sections {
  display: flex;
  gap: 80px;
  flex: 1;
  position: relative;
  z-index: 3;
  height: 100%;
}

.footer-section h4 {
  font-size: 14px;
  font-weight: 600;
  color: #2f3133;
  margin-bottom: 10px;
  position: relative;
  /* text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); */
  background: linear-gradient(90deg, #18a2f2 0%, #1755b5 100%);
  -webkit-background-clip: text; /* 将背景颜色限制在文字中 */
  -webkit-text-fill-color: transparent; /* 使文字颜色透明 */
  display: inline;
}

.footer-section ul {
  list-style: none;
  padding: 0;
  margin: 10px 0 0 0;
  color: #2f3133;
}

.footer-section ul li {
  /* margin-bottom: 12px; */
  color: #2f3133;
}

.footer-section ul li a {
  color: #2f3133;
  text-decoration: none;
  font-size: 13px;
  transition: all 0.3s ease;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.footer-section ul li a:hover {
  color: #18a2f2;
  text-shadow: 0 0 8px rgba(24, 162, 242, 0.5);
}

.contact-info {
  min-width: 200px;
  position: relative;
  z-index: 3;
  margin-top: 10px;
}

.contact-info p {
  margin-bottom: 12px;
  font-size: 13px;
  color: #2f3133;
  display: flex;
  align-items: center;
  gap: 8px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.contact-info p::before {
  content: "";
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
}

.contact-info p.phone::before {
  /* background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="%2318a2f2" viewBox="0 0 24 24"><path d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/></svg>'); */
  background-image: url("https://obsqingnang.guoyaoplat.com/guanwang/images/foot/tel.png");
}

.contact-info p.address::before {
  /* background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="%2318a2f2" viewBox="0 0 24 24"><path d="M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z"/></svg>'); */
  background-image: url("https://obsqingnang.guoyaoplat.com/guanwang/images/foot/address.png");
}

.contact-info p.time::before {
  background-image: url("https://obsqingnang.guoyaoplat.com/guanwang/images/foot/time.png");
}

.social-media {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  flex: 0 0 auto;
  position: relative;
  z-index: 3;
}

.qr-code {
  text-align: center;
  transition: transform 0.3s ease;
}

.qr-code:hover {
  transform: translateY(-5px);
}

.qr-code img {
  width: 80px;
  height: 80px;
  margin-bottom: 8px;
  border-radius: 8px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.qr-code img:hover {
  border-color: rgba(24, 162, 242, 0.5);
  box-shadow: 0 6px 20px rgba(24, 162, 242, 0.3);
}

.qr-code p {
  font-size: 12px;
  color: #2f3133;
  margin: 0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.footer-bottom {
  text-align: center;
  /* padding-top: 30px;
  margin-top: 40px; */
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  z-index: 3;
  backdrop-filter: blur(5px);
}

.footer-bottom p {
  font-size: 13px;
  color: #2f3133;
  margin: 0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

/* 响应式设计 */
@media (max-width: 768px) {
  .contact {
    padding: 60px 20px 80px;
  }

  .contact h2 {
    font-size: 28px;
    margin-bottom: 40px;
  }

  .contact-grid {
    flex-direction: column;
    max-width: 400px;
  }

  .contact-card {
    border-radius: 20px !important;
    margin-bottom: 20px;
  }

  .contact-card::after {
    display: none;
  }

  .footer {
    min-height: 200px;
    padding: 40px 0 20px;
  }

  .footer-content {
    flex-direction: column;
    gap: 40px;
    padding: 20px;
    background-size: cover;
  }

  .footer-sections {
    flex-direction: column;
    gap: 40px;
  }

  .social-media {
    justify-content: center;
    gap: 20px;
  }
}

@media (max-width: 480px) {
  .contact-icon {
    width: 60px;
    height: 60px;
  }

  .contact-icon img {
    width: 30px;
    height: 30px;
  }

  .contact-card {
    padding: 40px 20px;
  }

  .footer {
    padding: 30px 0 15px;
    min-height: 150px;
  }

  .footer-content {
    padding: 15px;
    background-size: contain;
    border-radius: 15px;
  }

  .qr-code img {
    width: 60px;
    height: 60px;
  }

  .footer-logo img {
    width: 100px;
  }
}
/* 行业资讯 */
.news {
  padding: 100px 0;
  text-align: center;
  background: url("https://obsqingnang.guoyaoplat.com/guanwang/images/foot/new-bg.svg")
    no-repeat 0 0;
  background-size: 928px 928px;
}

.news h2 {
  font-size: 40px;
  font-weight: 600;
  /*background: linear-gradient(to right, #18a2f2, #1755b5);*/
  /*-webkit-background-clip:*/
  color: #1755b5;
  margin-bottom: 60px;
}

.news-grid {
}

.news-card {
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(4px);
  border-radius: 20px;
  box-shadow: 0px 12px 32px rgba(153, 172, 255, 0.14);
  overflow: hidden;
  display: flex;
  text-align: left;
  margin-bottom: 30px;
  height: 272px;
}

.news-card img {
  width: 300px;
  height: 200px;
  margin: 36px 0 36px 36px;
  object-fit: cover;
}

.news-content {
  padding: 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.news-content h3 {
  font-size: 26px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 15px;
  flex: 1;
}

.news-content p {
  font-size: 16px;
  color: #8d9094;
  line-height: 1.5;
  margin-bottom: 20px;
  flex: 1;
}

.news-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.date {
  font-size: 16px;
  color: #000000;
}

.read-more {
  color: #18a2f2;
  text-decoration: none;
  font-size: 16px;
}

.read-more:hover {
  text-decoration: underline;
}
