.gywm_banner {
  position: relative;
  width: auto;
  height: 446px;
  margin: 0 auto;
  overflow: hidden;
}

.gywm_banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gywm_banner .hero-content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
}

.btn-consult {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background-color: skyblue;
  width: 100px;
  height: 30px;
}

/* end */
.gywm-container {
  text-align: center;
  width: 80%;
  /* 可根据需求调整宽度 */
  margin: 0 auto;
  /* 实现水平居中 */
  width: 869px;
  text-align: justify
}

.gywm-container h1 {
  text-align: center;
}

/* end */


.image-section {
  width: auto;
  height: 314px;
  background-color: #fafafa;
  margin: 0 auto;
  margin-top: 30px;
  text-align: center;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.message-text {
  padding: 0 25px;
  text-align: center;
}

.message-text h2 {
  font-size: 35px;
  margin-bottom: 30px;
}

.image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  /* 可根据实际图片展示需求调整 */
}

.image-wrapper img {
  max-height: 150%;
  max-width: 150%;
  object-fit: contain;
}

.image-wrapper .image_01 {
  z-index: 2;
  position: relative;
  top: 50px;
  left: 130px;
}


.image-wrapper .image_02 {
  z-index: 1;
  transform: rotate(60deg);
}

.image-wrapper .image_03 {
  z-index: 3;
  position: relative;
  bottom: 50px;
  right: 130px;
}

/* end */


.contact-module {
  width: 847px;
  height: 529px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 0 25px rgba(203, 200, 220, 0.8);
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 80px;
  /* 可根据需要调整与上方元素的间距 */
  text-align: center;
  padding: 20px;
}

.contact-module h2 {
  margin-bottom: 20px;
}

.sub-container {
  display: flex;
  justify-content: space-between;
}

.left-container,
.right-container {
  width: 48%;
}

.left-container h3 {
  text-align: left;
  margin-bottom: 15px;

}

.right-container p {
  font-size: 12px;
  width: 200px;
  text-align: justify;
  margin-bottom: 10px;
  position: relative;
  top: 50px;
  left: 50px;
}

.left-container form {
  text-align: left;
}

.left-container label {
  display: block;
  margin-bottom: 5px;
}

.left-container input,
.left-container textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.left-container input[type="submit"] {
  background-color: #6c757d;
  color: white;
  cursor: pointer;
}

.social-media a {
  margin-right: 10px;
  color: #6c757d;
  text-decoration: none;
}