.contact-page {
  --contact-green: #2d7a3d;
  --contact-dark: #22342b;
  --contact-muted: #87918d;
  --contact-line: #e7eee9;
  --contact-bg: #f7faf8;
  width: 100%;
  min-width: 1200px;
  overflow: hidden;
  background: #fff;
  color: var(--contact-dark);
  font-family: "Microsoft YaHei", Arial, sans-serif;
}

.contact-page * {
  box-sizing: border-box;
}

.contact-wrap {
  width: 1320px;
  margin: 0 auto;
}

.contact-hero {
  position: relative;
  height: 430px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255,255,255,.96) 0%, rgba(250,253,252,.84) 42%, rgba(231,244,250,.64) 100%),
    url("/weboms/Template/pc_web/statics/images/r&d-2.jpg") center center / cover no-repeat;
}

.contact-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 14% 34%, rgba(45,122,61,.08), transparent 28%),
    linear-gradient(90deg, rgba(255,255,255,.55), transparent 58%);
}

.contact-hero::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 360px;
  height: 210px;
  background: radial-gradient(circle, rgba(45,122,61,.16) 0 1px, transparent 2px);
  background-size: 18px 18px;
  opacity: .22;
}

.contact-hero-inner {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 1;
}

.contact-hero-copy {
  width: 590px;
  padding-left: 34px;
}

.contact-hero h1 {
  margin: 0;
  color: #1f2522;
  font-size: 52px;
  line-height: 1.22;
  font-weight: 500;
  letter-spacing: 0;
}

.contact-hero h1 span {
  color: var(--contact-green);
}

.contact-hero p {
  margin: 22px 0 22px;
  color: #44544c;
  font-size: 20px;
  line-height: 1.5;
}

.contact-hero-copy i {
  display: block;
  position: relative;
  width: 72px;
  height: 1px;
  background: var(--contact-green);
}

.contact-hero-copy i::after {
  content: "";
  position: absolute;
  right: -22px;
  top: -4px;
  width: 9px;
  height: 9px;
  border: 1px solid var(--contact-green);
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
}

.contact-info-panel {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 158px;
  margin-top: -34px;
  padding: 0 108px;
  align-items: center;
  background: #fff;
  border: 1px solid rgba(229,237,233,.92);
  border-radius: 12px;
  box-shadow: 0 22px 52px rgba(22,57,39,.10);
}

.contact-info-card {
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 92px;
}

.contact-info-card + .contact-info-card {
  padding-left: 86px;
  border-left: 1px solid #e8efeb;
}

.contact-info-icon {
  position: relative;
  width: 76px;
  height: 76px;
  flex: 0 0 76px;
  border-radius: 50%;
  border: 6px solid #f1f4f2;
  background: #fff;
}

.contact-phone-icon::before,
.contact-mail-icon::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 4px solid var(--contact-green);
}

.contact-phone-icon::before {
  border-top-width: 12px;
  border-left-width: 12px;
  border-radius: 30px 18px 26px 14px;
  transform: rotate(-38deg);
}

.contact-mail-icon::before {
  border-radius: 2px;
}

.contact-mail-icon::after {
  content: "";
  position: absolute;
  left: 21px;
  top: 26px;
  width: 32px;
  height: 22px;
  border-left: 3px solid var(--contact-green);
  border-bottom: 3px solid var(--contact-green);
  transform: rotate(-45deg) skew(12deg, 12deg);
}

.contact-info-card span {
  display: block;
  color: #7b8781;
  font-size: 14px;
  line-height: 1.3;
}

.contact-info-card strong,
.contact-info-card strong a {
  display: block;
  margin-top: 8px;
  color: var(--contact-green);
  font-size: 27px;
  line-height: 1.2;
  font-weight: 700;
  text-decoration: none;
}

.contact-info-card p {
  margin: 9px 0 0;
  color: #818b86;
  font-size: 14px;
}

.contact-section {
  padding: 62px 0 0;
}

.contact-main {
  display: grid;
  grid-template-columns: 500px 1fr;
  gap: 86px;
}

.contact-title h2 {
  margin: 0;
  color: #32453b;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0;
}

.contact-title span {
  display: block;
  margin-top: 5px;
  color: #a5b0aa;
  font-size: 11px;
  line-height: 1;
  text-transform: uppercase;
}

.contact-follow-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 28px;
}

.contact-follow-grid article {
  min-height: 250px;
  padding: 30px 20px 22px;
  text-align: center;
  background: #fff;
  border: 1px solid rgba(225,234,229,.88);
  border-radius: 8px;
  box-shadow: 0 16px 36px rgba(24,55,39,.08);
}

.contact-follow-grid h3 {
  margin: 0;
  color: #2d3933;
  font-size: 16px;
  font-weight: 600;
}

.contact-follow-grid p {
  margin: 8px 0 16px;
  color: #8a948f;
  font-size: 13px;
}

.contact-follow-grid img {
  width: 96px;
  height: 96px;
  object-fit: contain;
}

.contact-follow-grid article:nth-child(2) img {
  width: 92px;
  height: 92px;
}

.contact-follow-grid span {
  display: block;
  margin-top: 14px;
  color: #748078;
  font-size: 13px;
  line-height: 1.7;
}

.contact-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.contact-title-row > a {
  margin-top: 8px;
  color: #7d8a83;
  font-size: 14px;
  text-decoration: none;
}

.contact-title-row b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-left: 8px;
  color: var(--contact-green);
  border: 1px solid rgba(45,122,61,.58);
  border-radius: 50%;
  font-weight: 400;
}

.contact-product-area {
  position: relative;
  margin-top: 28px;
  padding: 0 42px;
}

.contact-product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.contact-product-grid article {
  overflow: hidden;
  min-height: 250px;
  text-align: center;
  background: #fff;
  border: 1px solid rgba(225,234,229,.86);
  border-radius: 8px;
  box-shadow: 0 18px 38px rgba(24,55,39,.08);
}

.contact-product-grid img {
  display: block;
  width: 100%;
  height: 166px;
  object-fit: cover;
  object-position: center;
  filter: saturate(.95) brightness(1.03);
}

.contact-product-grid h3 {
  margin: 18px 12px 7px;
  color: #26362f;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.contact-product-grid p {
  margin: 0 10px;
  color: #87928c;
  font-size: 13px;
}

.contact-nav {
  position: absolute;
  top: 104px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: var(--contact-green);
  cursor: default;
}

.contact-nav::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 11px;
  width: 9px;
  height: 9px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.contact-prev {
  left: 0;
}

.contact-prev::before {
  transform: rotate(45deg);
}

.contact-next {
  right: 0;
}

.contact-next::before {
  left: 10px;
  transform: rotate(-135deg);
}

.contact-dots {
  display: flex;
  justify-content: center;
  gap: 9px;
  margin-top: 24px;
}

.contact-dots i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d8dfdb;
}

.contact-dots i:first-child {
  background: var(--contact-green);
}

.contact-lower {
  display: grid;
  grid-template-columns: 1fr 530px;
  gap: 70px;
  padding-bottom: 76px;
}

.contact-form {
  margin-top: 28px;
}

.contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 16px;
}

.contact-form label {
  position: relative;
  display: block;
}

.contact-form label i {
  position: absolute;
  left: 18px;
  top: 50%;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  opacity: .55;
}

.contact-form label i::before {
  content: "";
  position: absolute;
  inset: 3px;
  border: 2px solid #8b9992;
  border-radius: 50%;
}

.contact-form .form-mail::before {
  border-radius: 2px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid #dfe8e3;
  border-radius: 4px;
  background: #fff;
  color: #33443b;
  font-size: 14px;
  outline: 0;
  transition: border-color .3s cubic-bezier(.22,.61,.36,1), box-shadow .3s cubic-bezier(.22,.61,.36,1);
}

.contact-form input,
.contact-form select {
  height: 42px;
  padding: 0 14px 0 48px;
}

.contact-form textarea {
  display: block;
  height: 116px;
  margin-top: 14px;
  padding: 18px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: rgba(45,122,61,.55);
  box-shadow: 0 0 0 3px rgba(45,122,61,.08);
}

.contact-form button {
  width: 100%;
  height: 42px;
  margin-top: 14px;
  border: 0;
  border-radius: 4px;
  background: linear-gradient(180deg, #3e974a, #217333);
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  box-shadow: 0 12px 26px rgba(33,115,51,.18);
}

.contact-map-card {
  margin-top: 28px;
}

.contact-map-frame {
  display: block;
  width: 100%;
  height: 220px;
  overflow: hidden;
  border: 1px solid #dfe8e3;
  border-radius: 8px;
  background: #eef4f0;
}

.contact-map-card p {
  position: relative;
  margin: 18px 0 12px;
  padding-left: 28px;
  color: #66736b;
  font-size: 15px;
  line-height: 1.7;
}

.contact-map-card p i {
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(45,122,61,.72);
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}

.contact-map-card a {
  display: block;
  color: var(--contact-green);
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}

@media (max-width: 1360px) {
  .contact-wrap {
    width: 1180px;
  }

  .contact-main {
    grid-template-columns: 470px 1fr;
    gap: 58px;
  }

  .contact-info-panel {
    padding: 0 78px;
  }

  .contact-product-grid img {
    height: 152px;
  }

  .contact-lower {
    grid-template-columns: 1fr 500px;
    gap: 54px;
  }
}
