/* banner */
.banner {
  height: 358px;
  background: url(../img/join/b_5d11b80370c2a.png) no-repeat center;
  background-size: 100% 358px;
}
.banner .banner_box {
  background-color: rgba(0, 81, 169, 0.3);
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.banner .banner_box h1 {
  font-size: 50px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 80px;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
}
.banner .banner_box h2 {
  font-size: 36px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 80px;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
}
/* 岗位 */
.post {
  padding: 60px 0 30px;
}
.post .post_box {
  width: 1200px;
  margin: 0 auto;
}
.post .post_box .post_title {
  text-align: center;
}
.post .post_box .post_title h1 {
  font-size: 32px;
  font-weight: 500;
  color: #333333;
  position: relative;
}
.post .post_box .post_title h1::before {
  content: 'RECRUITENT POSITION';
  color: #333;
  opacity: 0.08;
  position: absolute;
  top: -24px;
  font-size: 40px;
  font-weight: 800;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.post .post_box .post_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 60px;
}
.post .post_box .post_content .join {
  width: 530px;
  height: 68px;
  background: #FFFFFF;
  padding: 20px 30px;
  margin-bottom: 20px;
  position: relative;
}
.post .post_box .post_content .join h2 {
  font-size: 24px;
  font-weight: 500;
  color: #333333;
}
.post .post_box .post_content .join p {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.post .post_box .post_content .join img {
  position: absolute;
  right: 0;
  top: 0;
}
.post .post_box .post_content .join .join_mask {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 40px);
  background: #FFFFFF;
  padding: 20px;
  z-index: 5;
  display: none;
}
/* 相关待遇 */
.treatment {
  padding: 50px 0 30px;
  background: #fff;
}
.treatment .treatment_box {
  width: 1200px;
  margin: 0 auto;
}
.treatment .treatment_box .treatment_title {
  text-align: center;
}
.treatment .treatment_box .treatment_title h1 {
  font-size: 32px;
  font-weight: 500;
  color: #333333;
  position: relative;
}
.treatment .treatment_box .treatment_title h1::before {
  content: 'RELEVANT TREATMENT';
  color: #333;
  opacity: 0.08;
  position: absolute;
  top: -24px;
  font-size: 40px;
  font-weight: 800;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.treatment .treatment_box .treatment_content {
  margin-top: 50px;
  padding-bottom: 50px;
}
.treatment .treatment_box .treatment_content .treatment_view_top {
  display: flex;
}
.treatment .treatment_box .treatment_content .treatment_view_top > div {
  width: 400px;
  height: 170px;
  position: relative;
}
.treatment .treatment_box .treatment_content .treatment_view_top > div > div {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.treatment .treatment_box .treatment_content .treatment_view_top > div > div img {
  width: 100%;
  min-height: 170px;
}
.treatment .treatment_box .treatment_content .treatment_view_top > div > div:nth-of-type(1) {
  display: flex;
  align-items: center;
  justify-content: center;
}
.treatment .treatment_box .treatment_content .treatment_view_top > div .treatment_mask {
  width: 360px;
  height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  background: rgba(250, 31, 22, 0.38);
  color: #FFFFFF;
}
.treatment .treatment_box .treatment_content .treatment_view_top > div .treatment_mask p {
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}
.treatment .treatment_box .treatment_content .treatment_view_top > div:nth-of-type(2) .treatment_mask {
  background: rgba(255, 173, 1, 0.38);
}
.treatment .treatment_box .treatment_content .treatment_view_top > div:nth-of-type(3) .treatment_mask {
  background: rgba(218, 139, 9, 0.38);
}
.treatment .treatment_box .treatment_content .treatment_view_bottom {
  display: flex;
}
.treatment .treatment_box .treatment_content .treatment_view_bottom > div {
  width: 600px;
  height: 170px;
  position: relative;
}
.treatment .treatment_box .treatment_content .treatment_view_bottom > div > div {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.treatment .treatment_box .treatment_content .treatment_view_bottom > div > div img {
  width: 100%;
  min-height: 170px;
}
.treatment .treatment_box .treatment_content .treatment_view_bottom > div > div:nth-of-type(1) {
  display: flex;
  align-items: center;
  justify-content: center;
}
.treatment .treatment_box .treatment_content .treatment_view_bottom > div .treatment_mask {
  width: 560px;
  height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  background: rgba(13, 148, 245, 0.38);
  color: #FFFFFF;
}
.treatment .treatment_box .treatment_content .treatment_view_bottom > div .treatment_mask p {
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  width: 365px;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}
.treatment .treatment_box .treatment_content .treatment_view_bottom > div:nth-of-type(2) .treatment_mask {
  background: rgba(129, 0, 174, 0.38);
}
/* 联系我们 */
.contact {
  padding: 60px 0;
}
.contact .contact_box {
  width: 1200px;
  margin: 0 auto;
}
.contact .contact_box .contact_title {
  text-align: center;
}
.contact .contact_box .contact_title h1 {
  font-size: 32px;
  font-weight: 500;
  color: #333333;
  position: relative;
}
.contact .contact_box .contact_title h1::before {
  content: 'CONTACT US';
  color: #333;
  opacity: 0.08;
  position: absolute;
  top: -24px;
  font-size: 40px;
  font-weight: 800;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.contact .contact_box .contact_content {
  background: #FFFFFF;
  display: flex;
  margin-top: 50px;
}
.contact .contact_box .contact_content .contact_content_left {
  width: 600px;
  height: 475px;
}
.contact .contact_box .contact_content .contact_content_left #container {
  height: 100%;
  width: 100%;
  background-image: url("../img/index/langdt2.png");
  background-size: cover; /* 确保图片覆盖整个元素 */
  background-position: center; /* 将图片居中显示 */
  min-height: 100%; /* 确保至少为视口高度 */
}
.contact .contact_box .contact_content .contact_content_right {
  padding: 50px;
  width: 500px;
  height: 375px;
}
.contact .contact_box .contact_content .contact_content_right p {
  font-size: 24px;
  color: #333333;
  line-height: 70px;
}
