.recruitment {
  height: 660px;
  position: relative;
}
.recruitment .recruitment-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.recruitment .recruitment-box {
  width: 1200px;
  height: 100%;
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.recruitment-box .box-title {
  font-size: 46px;
}
.recruitment-box .box-second-title {
  font-size: 20px;
  margin-top: 19px;
}
.recruitment-box .box-content {
  font-size: 20px;
  line-height: 30px;
  margin-top: 41px;
}
.recruitment-box .box-btn {
  background: linear-gradient(274.45deg, #0055fb 11.86%, #2d73ff 87.78%);
  border: 1px solid #8de4ff80;
  box-shadow: 0px 0px 10px 0px #b4f6ff40;
  width: 229px;
  height: 62px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin-top: 43px;
  cursor: pointer;
}
.recruitment-box .box-btn .btn-ico {
  transform: translateY(4px);
}

.page-box {
  width: 1200px;
  margin: 0 auto;
}
.page-box .box-title {
  text-align: center;
  padding-top: 78px;
  padding-bottom: 87px;
  box-sizing: border-box;
}
.page-box .box-title .title-text {
  color: #333333;
  font-size: 32px;
}
.page-box .box-title .title-english {
  margin-top: 11px;
  color: #84879a;
}

.page-box .box-content {
  display: flex;
}

.solution-box .solution-img {
  width: 390px;
  height: 591px;
  display: block;
}
.solution-box .box-left {
  margin-right: 160px;
}
.solution-box .solution-item {
  margin-top: 67px;
  color: #333947;
}
.solution-box .solution-item .item-title {
  font-size: 24px;
}
.solution-box .solution-item .item-content {
  font-size: 18px;
  margin-top: 12px;
}

.flow-box {
  background-color: #f0f3f7;
}
.flow-box .flow-content {
  position: relative;
  padding-bottom: 140px;
  box-sizing: border-box;
}
.flow-content .content-bg {
  background-color: #d9d9d9;
  height: 10px;
  width: 1030px;
  margin: 0 auto;
}
.flow-content .content-body {
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1130px;
  display: flex;
  justify-content: space-between;
}

.flow-content .flow-item {
  width: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.flow-content .flow-item .item-number {
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f05423;
}
.flow-content .flow-item .item-text {
  color: #333333;
  margin-top: 10px;
}

.advantage-box .box-content {
  display: flex;
  flex-direction: column;
  width: 820px;
  margin: 0 auto;
}
.advantage-box .advantage-item {
  display: flex;
  align-items: center;
  margin-bottom: 33px;
}
.advantage-box .advantage-item:last-child {
  margin-bottom: 87px;
}
.advantage-box .advantage-item .item-img {
  width: 100px;
  height: 100px;
}
.advantage-box .advantage-item .item-info {
  margin-left: 45px;
}
.advantage-box .advantage-item .info-title {
  color: #000000;
  font-size: 24px;
}
.advantage-box .advantage-item .info-desc {
  color: #7f7f80;
  font-size: 18px;
  margin-top: 10px;
}

.strength-box {
  background-color: #eeeeee;
  padding-left: 10%;
}
.strength-box .box-content {
  display: flex;
  margin: 0 auto;
  max-width: 1920px;
  justify-content: space-between;
}

// 添加媒体查询
@media screen and (max-width: 1960px) {
  .strength-box {
    background-color: red;
  }
}

.strength-box .strength-info {
  padding: 80px 0px 77px 0px;
  box-sizing: border-box;
  margin-right: 109px;
}
.strength-box .strength-info .info-title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 37px;
}
.strength-box .strength-item {
  margin-bottom: 18px;
  display: flex;
  align-items: flex-start;
}
.strength-box .strength-item .item-ico {
  margin-right: 8.5px;
  transform: translateY(4px);
}

.strength-box .strength-item .item-text {
  color: #000000;
  line-height: 24px;
}
.strength-box .strength-img {
  height: 560px;
  width: 727px;
  display: block;
}