/** 视频 **/
.banner_video {
  position: absolute;
  top: 100px;
  left: 0;
  object-fit: fill;
  width: 100%;
  height: calc(100% - 100px);
}

.banner .banner_content {
  display: flex;
  justify-content: left;
  width: 80vw;
  margin: 0 auto;
  position: relative;
}

.banner .banner_content .content_left {
  height: calc(100vh - 340px);
  padding: 240px 60px 0;
  border-right: 1px solid #dae8f3;
  cursor: pointer;
}

.banner .banner_content .content_right {
  width: 300px;
  height: calc(100vh - 410px);
  padding: 310px 60px 0;
  border-right: 1px solid #dae8f3;
  text-align: center;
  cursor: pointer;
}

.banner .banner_content .content_left:hover,
.banner .banner_content .content_right:hover {
  background-color: #112434;
  opacity: 0.7;
}

.banner .banner_content .content_left .theme {
  font-size: 45px;
  font-family: Arial;
  font-weight: bold;
  color: #fff;
  line-height: 52px;
}

.banner .banner_content .content_left .tittle {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  line-height: 55px;
}

.banner .banner_content .content_left .info {
  font-weight: 400;
  color: #fff;
  line-height: 25px;
  width: 280px;
}

.banner .banner_content .content_right .bannerIcon {
  color: #fff;
  font-size: 60px;
}

.banner .banner_content .content_right .tittleEng {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  margin: 20px 0;
}

.banner .banner_content .content_right .infoScale {
  font-weight: 400;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
}

.banner .banner_content .content_right .infoScale:hover+.contact_map {
  display: block;
}

.banner .banner_content .content_right .contact_map {
  width: 600px;
  height: 400px;
  position: absolute;
  top: 90px;
  right: 300px;
  display: none;
}

.banner .banner_content .content_right .btn {
  display: flex;
  justify-content: space-around;
}

.banner .banner_content .content_right .btn .btnIcon {
  color: #fff;
  font-size: 24px;
  padding: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
}

.banner .banner_content .content_right .btn .btnLabel {
  color: #fff;
  font-size: 16px;
  margin-top: 27px;
}

.banner .banner_content .content_left .tittle_top {
  margin-top: 20px;
}

.banner .banner_content .content_left .tittle_bottom {
  margin-bottom: 20px;
}

/** 招聘 **/
.recruit {
  position: relative;
}

.recruit .recruit_content {
  display: flex;
  justify-content: left;
}

.recruit .recruit_content .content_left {
  width: calc(50% - 150px);
  padding: 150px 0 150px 150px;
  height: 440px;
  color: #fff;
}

.recruit .mask_left {
  width: 50vw;
  height: 740px;
  background: url(../image/recruit_bg.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
}

.recruit .recruit_content .content_right {
  width: calc(50% - 140px);
  padding: 150px 70px 0;
}

.recruit .recruit_content .content_left .tittle {
  font-weight: bold;
  font-size: 50px;
}

.recruit .recruit_content .content_left .info {
  font-weight: 400;
  font-size: 20px;
  line-height: 40px;
}

.recruit .recruit_content .content_left .items {
  font-weight: 400;
  font-size: 20px;
  margin-top: 25px;
}

.recruit .recruit_content .content_left .items .recruitIcon {
  font-size: 23px;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 5px;
  margin-right: 10px;
}

.recruit .recruit_content .content_right .require {
  font-size: 40px;
}

.recruit .recruit_content .content_right .line {
  width: 42px;
  height: 5px;
  background: #000000;
  margin: 10px 0 50px;
}

.recruit .recruit_content .content_right .detail {
  font-size: medium;
  color: #000;
  font-weight: 400;
  margin-top: 10px;
  line-height: 25px;
}

.recruit .arrow_left {
  position: absolute;
  left: 47vw;
  top: 92%;
  color: #fff;
  cursor: pointer;
  z-index: 999;
}

.recruit .arrow_right {
  position: absolute;
  left: 50vw;
  top: 92%;
  transform: rotate(180deg);
  cursor: pointer;
  z-index: 999;
}

.recruit .arrow_left i,
.recruit .arrow_right i {
  font-size: 44px;
}

@media screen and (max-width: 1440px) {
  .banner .banner_content .content_left {
    height: calc(100vh - 200px);
    padding: 100px 60px 0;
  }

  .banner .banner_content .content_right {
    width: 340px;
    height: calc(100vh - 245px);
    padding: 145px 40px 0;
  }

  .banner .banner_content .content_right .infoScale {
    font-size: 14px;
  }

  .banner .banner_content .content_left .tittle {
    font-size: 22px;
    line-height: 30px;
  }

  .banner .banner_content .content_left .tittle_top {
    margin-top: 20px;
  }

  .banner .banner_content .content_right .bannerIcon {
    font-size: 40px;
  }
}