.container {
  width: 100%;
  height: 100%;
}
.container .banner {
  width: 100%;
  height: 530px;
}
.container .banner .swiper-container {
  width: 100%;
  height: 100%;
}
.container .banner .swiper-container .swiper-slide {
  background-image: url('../../images/recruit/recruit.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.container .banner .swiper-container .swiper-slide .bannerBox {
  height: 100%;
  width: 1200px;
  margin: 0 auto;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 209px;
}
.container .banner .swiper-container .swiper-slide .bannerBox h3 {
  font-size: 55px;
  text-align: center;
}
.container .banner .swiper-container .swiper-slide .bannerBox p {
  margin-top: 22px;
  margin-bottom: 48px;
  font-size: 20px;
  text-align: center;
}
.container .banner .swiper-container .swiper-slide .bannerBox .join {
  display: inline-block;
  width: 150px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  background-color: #4381ff;
  border-radius: 5px;
  color: #fff;
  font-size: 20px;
}
.container .banner .swiper-container .swiper-pagination-bullet {
  width: 30px;
  height: 4px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 2px;
}
.container .banner .swiper-container .swiper-pagination-bullet-active {
  background-color: #fff;
}
.container .content {
  width: 100%;
}
.container .content > div {
  width: 100%;
  display: flex;
  height: 580px;
  min-width: 1160px;
}
.container .content > div.gz {
  flex-direction: row;
}
.container .content > div.gz .txt {
  padding-left: 9%;
}
.container .content > div.km {
  flex-direction: row-reverse;
}
.container .content > div.km .txt {
  padding-left: 0;
}
.container .content > div.bj {
  flex-direction: row;
}
.container .content > div.bj .txt {
  padding-left: 9%;
}
.container .content > div.sz {
  flex-direction: row-reverse;
}
.container .content > div.sz .txt {
  padding-left: ;
}
.container .content > div .img {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container .content > div .img img {
  width: 100%;
}
.container .content > div .txt {
  background-color: #fff;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container .content > div .txt .inner-wrapper .title {
  font-size: 30px;
  color: #4381ff;
  height: 40px;
  box-sizing: border-box;
  position: relative;
}
.container .content > div .txt .inner-wrapper .title i {
  display: inline-block;
  width: 29px;
  height: 28px;
  background: url(../../images/recruit/hotline.png) no-repeat center center;
  position: absolute;
  top: 7px;
  left: 0;
}
.container .content > div .txt .inner-wrapper .title span {
  margin-left: 45px;
}
.container .content > div .txt .inner-wrapper .info {
  color: #333;
  font-weight: 600;
  font-size: 16px;
  margin-top: 30px;
}
.container .content > div .txt .inner-wrapper .info > p {
  height: 21px;
  line-height: 0;
  margin-top: 10px;
}
.container .content > div .txt .inner-wrapper > p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  width: 498px;
}
.container .content > div .txt .inner-wrapper .hot-line {
  width: 250px;
  height: 48px;
  background: url(../../images/recruit/tel2.png) no-repeat;
  font-size: 14px;
  color: #fff;
  padding-left: 48px;
  line-height: 48px;
  margin-top: 30px;
}
