.pc_footer {
  padding: 0;
  width: 100%;
  /* height: 300px; */
  background-color: #323232;
}
.pc_footer_top {
  /* height: 300px; */
  margin-bottom: 20px;
}
.pc_footer_top_left {
  flex: 1;
  margin-right: 30px;
}
.pc_footer_top_left_down a {
  margin-right: 30px;
  opacity: .6;
}
.pc_footer_top_left_down a:hover {
  opacity: 1;
}
.pc_footer_top_right {
  /* position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%); */
  width: 490px;
}
.pc_footer_top_right_down {
  display: flex;
  justify-content: space-between;
}
.pc_footer_top_right_down_l {
  flex: 1;
}
.pc_footer_top_right_down_l_item {
  display: flex;
  align-items: center;
}
.pc_footer_top_right_down_l_item:nth-child(2) {
  margin: 16px 0;
}
.pc_footer_top_right_down_l_item:nth-child(2) a {
  font-size: 20px;
}
.pc_footer_top_right_down_l_item i,
.pc_footer_top_right_down_l_item a,
.pc_footer_top_right_down_l_item span {
  font-size: 16px;
  color: #FFFFFF;
  opacity: 0.6;
}
.pc_footer_top_right_down_l_item i {
  margin-right: 6px;
}
.pc_footer_top_right_down_l_item a:hover {
  opacity: 1;
}
.pc_footer_top_right_down_r {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.pc_footer_top_right_down_r img {
  width: 90px;
  height: 90px;
}
.footer_top_title {
  height: 70px;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 14px;
}
.footer_top_title a {
  color: #FFFFFF;
  cursor: default;
  display: inline-block;
  height: 100%;
  line-height: 84px;
  border-bottom: 3px solid #FFFFFF;
}
.footer_top_main {
  font-size: 14px;
  color: #FFFFFF;
}
.footer_top_main a {
  font-size: 16px;
  color: #FFFFFF;
}
.pc_footer_down {
  height: 60px;
  border-top: 1px solid #FFFFFF;
  font-size: 14px;
  color: #FFFFFF;
}
.pc_footer_down_left {
  opacity: .6;
}
.pc_footer_down_left a {
  display: none;
}
.pc_footer_down_right {
  font-size: 14px;
  color: #FFFFFF;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.pc_footer_down_right a {
  font-size: 14px;
  color: #FFFFFF;
  opacity: .6;
  margin-left: 40px;
}
.pc_footer_down_right a:hover {
  opacity: 1;
}
.flex_center_between {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex_start_between {
  position: relative;
  display: flex;
  justify-content: space-between;
}


/* .pc_jobTitle {
  height: 170px;
  width: 100%;
  position: relative;
  background-image: url(../images/jobTitle/job_title.bgi.png);
  background-size: cover;
  background-position: center;
}
.pc_jobTitle_text {
  padding-top: 30px;
  color: #FFFFFF;
  font-size: 42px;
  text-align: center;
  letter-spacing: 0.5em;
}
.pc_jobTitle_aim {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 21px;
  width: 314px;
  height: 42px;
} */

.pc_jobTitle {
  height: 300px;
  width: 100%;
  position: relative;
  background-image: url(../images/jobTitle/job_title.bgi.png);
  background-size: cover; /* 确保图片覆盖整个元素 */
  background-position: center; /* 将图片居中显示 */
}
.pc_jobTitle_text {
  padding-top: 80px;
  color: #FFFFFF;
  font-size: 42px;
  text-align: center;
  letter-spacing: 0.5em;
}
.pc_jobTitle_aim {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 60px;
  width: 314px;
  height: 42px;
}