/* /contact 联系与留言 */
.contact-page .list-banner {
  position: relative;
}

.contact-page .banner-item {
  min-height: 220px;
  background-size: cover;
  background-position: center;
}

.contact-page .banner-item__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(20, 40, 80, 0.35);
}

.contact-page .banner-item__container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 72px 20px 48px;
  color: #fff;
}

.contact-page .banner-item__title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 8px;
}

.contact-page .banner-item__desc {
  font-size: 16px;
  opacity: 0.92;
}

.contact-page .about-container {
  min-height: 400px;
  border: 1px solid #dedede;
  margin: var(--hq-after-banner-gap, 48px) auto 48px;
  background: #fff;
  padding: 15px 20px 28px;
}

.contact-page .entry-title {
  margin: 0 0 24px;
  padding: 8px 16px;
  font-size: 24px;
  font-weight: 500;
  color: #284e9d;
  background: #f5f5f5;
  line-height: 40px;
}

.contact-page .contact_con1 {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 28px;
}

.contact-page .contact_con1_left p {
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.7;
  color: #444;
}

.contact-page .contact_con1 img {
  display: block;
  margin-bottom: 8px;
}

.contact-page .contact_con1 > div:last-child p {
  margin: 0;
  font-size: 13px;
  color: #666;
  max-width: 220px;
}

.demand {
  border: 1px solid #d4d8db;
  background: #f8f8f8;
}

.demand .demand_title {
  line-height: 40px;
  height: 40px;
  color: #000;
  font-size: 16px;
  border-bottom: 1px solid #d4d8db;
  text-indent: 1em;
  text-align: left;
  background: #eef2f8;
}

.demand .demand_con {
  margin: 20px;
  font-size: 14px;
  color: #44454b;
}

.demand_con table {
  width: 100%;
}

.demand_con td {
  padding: 5px;
  text-align: left;
  vertical-align: top;
}

.demand_con .btn {
  width: 182px;
  height: 96px;
  cursor: pointer;
  font-weight: 500;
  font-size: 18px;
  margin-left: 10px;
  background-color: #284e9d;
  color: #fff;
  border: 0;
  border-radius: 4px;
}

.demand_con .btn:hover,
.demand_con .btn:focus {
  background-color: #1f3d7a;
  outline: 0;
}

.demand_con .btn:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.demand_con #fMessage {
  width: 480px;
  max-width: 100%;
  float: left;
  height: 96px;
}

.contact-page .form-control {
  display: inline-block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.contact-page textarea.form-control {
  height: auto;
}

.contact-form-feedback--ok {
  color: #1a7f37;
}

.contact-form-feedback--err {
  color: #cf222e;
}

@media (max-width: 640px) {
  .demand_con #fMessage {
    float: none;
    width: 100%;
    margin-bottom: 12px;
  }

  .demand_con .btn {
    margin-left: 0;
    width: 100%;
    height: 48px;
  }
}
