.background_content img {
  width: 100%;
  display: block;
}
.box {
  background-image: url("../img/8、关于我们/2-1.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.content {
  height: 520px;
  width: 1040px;
  margin: auto;
  position: relative;
}
.content_title {
  font-family: PingFang SC;
  font-size: 30px;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  letter-spacing: 0px;

  color: #333333;
  padding-top: 79px;
  margin-bottom: 60px;
}
.content_text {
  font-family: PingFang SC;
  font-size: 20px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0px;

  color: #333333;
  margin-left: 40px;
  margin-right: 40px;
}
.content_center {
  border-radius: 10px;
  opacity: 1;

  background: #ffffff;
  width: 100%;
  height: 180px;
  position: absolute;
  bottom: -77px;
  z-index: 999;
  box-sizing: border-box;
  padding-left: 106px;
  padding-right: 113px;
  display: flex;
  justify-content: space-between;
  box-shadow: 2px 10px 20px 5px rgba(0, 36, 129, 0.05);
}
.center_box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.center_text {
  font-family: 阿里巴巴普惠体;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0px;
  margin-top: 7px;
  color: #333333;
}
.pitch {
  width: 1220px;
  margin: auto;
  padding-top: 177px;
}
.pitch_title {
  font-family: PingFang SC;
  font-size: 30px;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  letter-spacing: 0px;

  color: #333333;
  margin-bottom: 60px;
}
.pitch_content {
  width: 590px;
  height: 300px;
  position: relative;
  margin-bottom: 42px;
}
.pitch_content img {
  width: 590px;
  height: 300px;
  display: block;
}
.pitch_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pitch_content .ju {
  position: absolute;
  top: 0;
  display: none;
}
.pitch_text {
  display: inline-block;
  font-size: 20px;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  letter-spacing: 0px;

  color: #ffffff;
  position: absolute;
  top: 135px;
  left: 0;
  right: 0;
}
.pitch_cel {
  display: none;
  width: 26px;
  height: 2px;
  top: 173px;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  background: #fff;
}
.pitch_content1:hover .ju {
  display: block;
}
.pitch_content1:hover .pitch_cel {
  display: inline-block;
}

.pitch_content2:hover .ju {
  display: block;
}
.pitch_content2:hover .pitch_cel {
  display: inline-block;
}

.pitch_content3:hover .ju {
  display: block;
}
.pitch_content3:hover .pitch_cel {
  display: inline-block;
}

.pitch_content4:hover .ju {
  display: block;
}
.pitch_content4:hover .pitch_cel {
  display: inline-block;
}
.we_title {
  padding-top: 58px;
}
.we_text {
  display: flex;
  justify-content: space-between;
  margin-left: 112px;
  margin-bottom: 24px;
}
.text_cel {
  display: inline-block;
  width: 4px;
  height: 20px;
  background: #205dfd;
  margin-right: 10px;
}
.text {
  font-family: PingFang SC;
  font-size: 20px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0px;

  color: #333333;
}
.text_left {
  display: flex;
  align-items: center;
}
.text_right {
  display: flex;
  align-items: center;
  margin-right: 157px;
}
.we_content {
  padding-bottom: 100px;
}
