.content .title {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 1.875vw;
  color: #333333;
  margin-bottom: 1.5625vw;
  text-align: center;
}
.content .company {
  display: flex;
  justify-content: space-between;
}
.content .company .left {
  width: 39.0625vw;
  height: 20.8333vw;
}
.content .company .left img {
  width: 100%;
  height: 100%;
}
.content .company .right {
  width: 37.5vw;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.9375vw;
  color: #333333;
  line-height: 1.875vw;
}
.content .capital {
  margin-top: 2.0833vw;
  margin-bottom: 2.6042vw;
  width: 100%;
  height: 13.0208vw;
  background: #fdf9f9;
  border: 0.0521vw solid #f9e3e4;
  display: flex;
  align-items: center;
}
.content .capital ul {
  display: flex;
  width: 100%;
}
.content .capital ul li {
  flex: 1;
  padding-top: 1.0938vw;
  padding-bottom: 0.6771vw;
  border-right: 1px solid #f9e3e4;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.content .capital ul li p .number {
  font-weight: 400;
  font-size: 3.125vw;
  color: #c9151e;
  line-height: 1.3542vw;
}
.content .capital ul li p:nth-child(1) {
  font-weight: 400;
  font-size: 1.0417vw;
  color: #333333;
  line-height: 1.3542vw;
}
.content .capital ul li .txt {
  font-weight: 400;
  font-size: 0.9375vw;
  color: #333333;
  line-height: 1.3542vw;
}
.xt {
  width: 2.3958vw;
  height: 0.1563vw;
  background: #c9151e;
  margin: 0.9896vw 0 0.8854vw 0;
}
.framework {
  text-align: center;
}
.framework img {
  width: 70.2604vw;
  height: 32.3438vw;
}
.mission {
  display: flex;
  justify-content: space-between;
}
.mission .item {
  width: 48.5%;
  height: 10.4167vw;
  padding-top: 2.0833vw;
  padding-left: 2.6042vw;
}
.mission .item .bt {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 1.25vw;
  color: #c9151e;
}
.mission .item .x {
  width: 4.4271vw;
  height: 0.1563vw;
  background: #c9151e;
  margin-top: 1.0417vw;
  margin-bottom: 1.3021vw;
}
.mission .item p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.9375vw;
  color: #333333;
}
.mission .item:nth-child(1) {
  background-image: url(./yw1.png);
  background-size: 100% 100%;
}
.mission .item:nth-child(2) {
  background-image: url(./yw2.png);
  background-size: 100% 100%;
}

@media screen and (max-width: 1000px) {
  .content .title {
    font-size: 22px;

    margin-bottom: 15px;
  }
  .content .company {
    flex-direction: column;
  }
  .content .company .left {
    width: 100%;
    height: 250px;
  }
  .content .company .right {
    width: 100%;
    font-size: 16px;
    line-height: 25px;
  }
  .content .capital {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    height: auto;
    border: 1.0003px solid #f9e3e4;
  }
  .content .capital ul {
    display: flex;
    width: 100%;
  }
  .content .capital ul li {
    flex: 1;
    padding-top: 20px;
    padding-bottom: 10px;
    border-right: 1px solid #f9e3e4;
    justify-content: flex-start;
  }
  .content .capital ul li p .number {
    font-weight: 400;
    font-size: 18px;
  }
  .content .capital ul li p:nth-child(1) {
    font-size: 16px;
  }
  .content .capital ul li .txt {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    padding: 0 10px;
  }
  .xt {
    width: 45.9994px;
    height: 3.001px;
    background: #c9151e;
    margin: 19.0003px 0 16.9997px 0;
  }
  .framework {
    text-align: center;
    overflow-x: auto;
  }
  .framework img {
    width: 1348.9997px;
    height: 621.001px;
  }
  .mission {
    flex-direction: column;
  }
  .mission .item {
    width: 100%;
    height: 150px;
    padding: 20px;
    margin-bottom: 20px;
  }
  .mission .item .bt {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
  }
  .mission .item .x {
    width: 85.0003px;
    height: 3.001px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .mission .item p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
  }
  .mission .item:nth-child(2) {
    margin-bottom: 0px;
  }
}
