.gywm-cont {
  padding-top: 18.23vw;
}
.gywm-main-cont {
  padding: 1.56vw 3.13vw;
  position: relative;
  background-color: #fff;
  margin: 1.56vw auto;
}
.gywm-title {
  font-size: 1.67vw;
  font-weight: bold;
  color: rgba(48, 49, 51, 1);
  margin-bottom: 3.13vw;
  position: relative;
  text-align: center;
}
.gywm-title::after {
  content: '';
  position: absolute;
  bottom: -0.73vw;
  left: 50%;
  transform: translateX(-50%);
  width: 2.5vw;
  height: 0.21vw;
  background-color: rgba(45, 62, 226, 1);
}
.gywm-gsjj-cont {
  display: flex;
  margin: 0 0 1.82vw;
}

.gywm-gsjj-logo {
  display: block;
  width: 31.46vw;
  height: 29.69vw;
  margin-left: 3.13vw;
}
.gywm-gsjj-cont-left {
  flex: 1;
  overflow: hidden;
  font-size: 0.94vw;
  color: rgba(48, 49, 51, 1);
  line-height: 1.98vw;
}
.gywm-gsdz-logo {
  display: block;
  width: 100%;
  height: 23.7vw;
  margin: 0 0 2.08vw;
}
.other-info-cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3.13vw;
  height: 5.21vw;
  border-radius: 6px;
  background: rgba(230, 238, 255, 1);
  position: relative;
}
.other-info-item {
  height: 100%;
  display: flex;
  align-items: center;
}
.other-info-title {
  font-size: 0.83vw;
  color: rgba(48, 49, 51, 1);
  margin: 0 0 0 0.52vw;
}
.other-info-icon {
  width: 1.56vw;
  height: 1.56vw;
  display: inline-block;
}

/* 关于我们移动端样式 */
@media (max-width: 768px) {
.gywm-gsdz-logo {
  height: 38vw;
}
  /* 调整整体布局 */
  .gywm-cont {
    padding-top: 25vw;
  }
  
  .gywm-main-cont {
    padding: 3vw;
    margin: 3vw;
  }
  
  /* 调整标题样式 */
  .gywm-title {
    font-size: 5vw;
    margin-bottom: 5vw;
  }
  
  .gywm-title::after {
    bottom: -2vw;
    width: 10vw;
    height: 0.5vw;
  }
  
  /* 调整公司简介和荣誉资质布局 */
  .gywm-gsjj-cont {
    flex-direction: column;
    margin-bottom: 5vw;
  }
  
  /* 调整图片样式 */
  .gywm-gsjj-logo {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-top: 3vw;
    margin-bottom: 5vw;
    aspect-ratio: 4/3;
    object-fit: cover;
  }
  
  /* 调整文本内容样式 */
  .gywm-gsjj-cont-left {
    font-size: 4vw;
    line-height: 6vw;
  }
  
  /* 调整联系信息布局 */
  .other-info-cont {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 3vw;
    height: auto;
    gap: 3vw;
  }
  
  .other-info-item {
    height: auto;
  }
  
  .other-info-icon {
    width: 5vw;
    height: 5vw;
  }
  
  .other-info-title {
    font-size: 3.5vw;
    margin-left: 2vw;
  }
}