.cooperate_wrapper {

  margin: 0 auto;
}

/* 头部图片 */
.cooperate_header {
  width: 100vw;
  object-fit: contain; /* 或者 use 'contain' 根据需要 */
}

.cooperate_content {
  color: #576276;
  width: 80%;
  margin-left: 10%;
}
.cooperate_wrapper  img {
  width: 80%;
  margin-left: 10%;
} 


/* 企业文化标题 */
.cooperate_title {
  font-size: 24px;
  color: #000;
  border-bottom: #d5d5d6 1px solid;
  margin: 30px 0 45px 60px;
}
.cooperate_title p {
  margin: 0;
  position: relative;
}
.cooperate_title p::after {
  content: '';
  position: absolute;
  left: 0;
  /* 从第一个字符左侧开始 */
  bottom: -2px;
  /* 调整下划线位置 */
  width: 6.5ch;
  /* 2ch = 两个字符的宽度（依赖等宽字体） */
  height: 2px;
  /* 下划线粗细 */
  background: #ff6600;
  /* 下划线颜色 */
}