body {
  font-family: "Microsoft YaHei", sans-serif;
  color: #333;
  background-color: #f9fafb;
}

/* 页面标题区域 */
.page-header {
  background: url("../asset/kehu.png") center center no-repeat;
  height: 400px;
  background-size: cover;
  padding: 40px 0;
  position: relative;
  color: #333;
  /* margin-bottom: 30px; */
}

.header-content {
  font-style: italic;
  font-size: 24px;
  font-weight: 400;
  color: rgba(0, 65, 135, 0.8);
  position: absolute;
  top: 130px;
  left: 320px;
}

.header-content .title {
  font-weight: 600;
  font-size: 60px;
  /* background: linear-gradient(to right, #6886d5, #004187); */
  padding-right: 10px;
  background-image: linear-gradient(to left, #6886d5, #004187);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  text-shadow: none;
}

/* 主要内容区域 */
.container-custom {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
}

/* 响应式调整 */
@media (max-width: 768px) {
  .navbar-nav .nav-link {
    margin-right: 0.5rem;
    font-size: 0.85rem;
  }

  .banner-title {
    font-size: 1.8rem;
  }

  .service-item,
  .entry-card,
  .feedback-card {
    margin-bottom: 1.5rem;
  }

  .footer {
    text-align: center;
  }

  .footer-contact {
    margin-top: 1rem;
  }
}

.kehu_con_1 {
  overflow: hidden;
  background: url("../asset/sbg1.png") no-repeat;
  background-size: cover;
}

.kehu_con_2 {
  overflow: hidden;
  background: url("../asset/sbg2.png") no-repeat;
  background-size: cover;
}

.kehu_con_3 {
  overflow: hidden;
  background: url("../asset/sbg1.png") no-repeat;
  background-size: cover;
}

.section-title {
  width: 100%;
  text-align: center;
  font-weight: 500;
  font-size: 32px;
  color: #000d1b;
  margin: 60px 0;
}

.section-title img {
  width: 99px;
  height: 40px;
  margin: 0 20px;
}

.rukou_1 {
  width: 100%;
  background: url("../asset/rukou_1.png") center center no-repeat;
  height: 268px;
  background-size: cover;
}

.rukou_2 {
  width: 100%;
  background: url("../asset/rukou_2.png") center center no-repeat;
  height: 268px;
  background-size: cover;
}

.rukou_3 {
  width: 100%;
  background: url("../asset/rukou_3.png") center center no-repeat;
  height: 268px;
  background-size: cover;
}

.rukou:hover {
  background: url("../asset/go_view.png") center center no-repeat;
  width: 100%;
  height: 268px;
  background-size: cover;
}


.view {
  width: 99%;
  height: 268px;
  background: linear-gradient(272deg, #6886d5 -0.06%, #004187 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.view .img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.view .img img {
  width: 35px;
  height: 16px;
}

.rukou_item {
  width: 346px;
  height: 344px;
  display: flex;
  padding-bottom: 24px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  border-radius: 4px;
  background: #fff;
  font-size: 20px;
  font-weight: 400;
  color: #000d1b;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.fankui_item {
  width: 280px;
  height: 400px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
}

.fankui_item .rukou {
  border-radius: 40px;
  margin-bottom: 24px;
}

.fankui_item .name {
  color: #000d;
  font-size: 32px;
  font-weight: 400;
}

.fankui_item .phone {
  font-size: 24px;
  font-weight: 500;
  background: linear-gradient(272deg, #6886d5 -0.06%, #004187 100%);
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  text-shadow: none;
  margin: 8px 0 24px;
}

.fankui_item .phone img {
  width: 24px;
  height: 24px;
  margin-right: 16px;
}

.fankui_item .date {
  color: rgba(0, 13, 27, 0.8);
  margin-bottom: 8px;
}

.fankui_item .time {
  color: rgba(0, 13, 27, 0.4);
}

.fankui_item .info {
  color: rgba(0, 13, 27, 0.8);
  margin: 8px 0;
}

.fankui_item .email {
  font-size: 20px;
  font-weight: 500;
  background: linear-gradient(272deg, #6886d5 -0.06%, #004187 100%);
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  text-shadow: none;
  margin-top: 40px;

}


.fankui_item .email img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}