.img_text_content {
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.img_text_content .img {
  width: 43.5%;
}
.img_text_content .img img {
  width: 100%;
}
.img_text_content .text {
  width: 53%;
}
.img_text_content .text h2 {
  color: #333;
  font-size: 24px;
  padding-bottom: 20px;
  line-height: 40px;
}
.img_text_content .text p {
  color: #333;
  line-height: 1.8;
  /* padding-top: 36px; */
  padding-bottom: 20px;
}
.img_text_content .text a {
  width: 200px;
  line-height: 60px;
  display: block;
  background-color: #3c4d5b;
  text-align: center;
  color: #fff;
  transition: all 0.3s;
}
.img_text_content .text a:hover {
  background-color: #80a2bd;
}

.recruit {
  width: 100%;
  padding-bottom: 99px;
  position: relative;
}
.recruit .bj {
  height: 100%;
  z-index: -1;
  overflow: hidden;
  top: 0;
  left: 0;
}
.recruit .bj img {
  width: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.ba {
  padding-top: 80px;
  padding-bottom: 56px;
}
.ba h2,
.ba span {
  color: #fff;
}
.img_text_content .bc h2,
.img_text_content .bc p,
.img_text_content .bc a {
  color: #fff;
}

.img_text_content .text_btn {
  display: flex;
  justify-content: flex-end;
}

.company {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  justify-content: space-between;
}
.company .item {
  flex-basis: 30.8%;
}
.company .item img {
  width: 100%;
}
.company .item p {
  font-size: 20px;
  margin-top: 10px;
  color: #333;
}

@media screen and (min-width: 100px) {
  .img_text_content {
    flex-direction: column;
  }
  .img_text_content .img {
    width: 100%;
    margin-bottom: 30px;
  }
  .img_text_content .text {
    width: 100%;
  }
  .img_text_content .text_btn {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 820px) {
  .img_text_content .text_btn {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 1000px) {
  .img_text_content {
    flex-direction: initial;
  }
  .img_text_content .img {
    width: 43.5%;
    margin: 0 20px;
  }
  .img_text_content .text {
    width: 53%;
  }

  .img_text_content .text_btn {
    display: flex;
    justify-content: flex-end;
  }
}
