  .humanText {
  background: url(/static/assets/images/mainBusinessBackImg1.png) no-repeat;
  width: 100%;
  height: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-size: cover;
}
.humanText .ENText {
  font-size: 36px;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 60px;
}
.humanText .CHText {
  font-size: 40px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
}
.humanText .ENText,
.humanText .CHText {
  opacity: 0;
  transform: translateY(20px);
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.humanText .ENText {
  animation: fadeInUp 1s forwards;
}

.humanText .CHText {
  animation: fadeInUp 1s forwards 0.5s; /* 加入延迟让中文文本稍后显示 */
}

.humanMain .humanPage {
  width: 100%;
  height: 93px;
  display: flex;
  background: #f5f7f9;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #e3e3e3;
}
.humanMain .humanPage .EnterpriseA {
  position: relative;

  width: 100px;
  height: 80px;
  /* background: red; */
  margin: 0 75px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
}
.humanMain .humanPage > div {
  position: relative;

  width: 90px;
  height: 80px;
  /* background: red; */
  margin: 0 75px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.humanMain .humanPage > div .image {
  width: 46px;
  height: 41px;
  margin-bottom: 10px;
}
.humanMain .humanPage > div .image img {
  width: 100%;
  height: 100%;
}
.humanMain .humanPage > div .text {
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #9c9c9c;
}
/* .dot {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #016d3b;
  bottom: -10px;
  transform: translate(-50%, 0);
} */
/* .humanMain .Currentposition {
  display: flex;
  flex-direction: row;
  width: 1300px;
  justify-content: flex-start;
  margin: 20px auto 0;
}
.humanMain .Currentposition .position-text {
  color: #9c9c9c;
}
.humanMain .Currentposition .position-text .nowPostion {
  color: #016d3b;
} */
.humanMain .personnelContent {
  width: 1220px;
  margin: 0 auto;
  background: #fff;
  display: flex;
  flex-direction: column;

  align-items: flex-start;
  justify-content: center;
  padding: 40px;
  margin-top: 40px;
  margin-bottom: 80px;
}
.humanMain .personnelContent .personnelimg {
  width: 1224px;
  height: 484px;
}
.humanMain .personnelContent .personnelimg img {
  width: 100%;
  height: 100%;
}
.humanMain .personnelContent .personnelText {
  display: flex;
  flex-direction: column;
  width: 1224px;
}
.humanMain .personnelContent .personnelText .personnelTitle {
  font-size: 20px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #016d3b;
  line-height: 73px;
}
.humanMain .personnelContent .personnelText .personnelnr {
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #707070;
  line-height: 34px;
}
.humanMain .StaffStyle {
  width: 1300px;
  margin: 50px auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 30px;
}
.humanMain .StaffStyle .StaffStyleItem {
  width: 630px;
  /* height: 45.3704vh; */
  background: #ffffff;
  /* margin: 30px 0; */
  transition: all 0.3s ease;
}
.humanMain .StaffStyle .StaffStyleItem .seriesItem {
  width: 630px;
  background: #ffffff;
  transition: all 0.3s ease;
}
.humanMain .StaffStyle .StaffStyleItem .seriesItem:hover {
  transform: scale(1.1);
  z-index: 1;
}

.humanMain .StaffStyle .StaffStyleItem.hoverEffect .seriesItem:not(:hover) {
  opacity: 0.7;
}
.humanMain .StaffStyle .StaffStyleItem .seriesItem .seriesImage {
  width: 630px;
  height: 360px;
}
.humanMain .StaffStyle .StaffStyleItem .seriesItem .seriesImage img {
  width: 100%;
  height: 100%;
}
.humanMain .StaffStyle .StaffStyleItem .seriesItem .seriesText {
  height: 130px;
  /* width: 100%; */
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.humanMain .StaffStyle .StaffStyleItem .seriesItem .seriesText .seriesContent {
  width: 85%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}
.humanMain
  .StaffStyle
  .StaffStyleItem
  .seriesItem
  .seriesText
  .seriesContent
  .seriesTitle {
  font-size: 24px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #444a67;
  width: 400px;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.humanMain
  .StaffStyle
  .StaffStyleItem
  .seriesItem
  .seriesText
  .seriesContent
  .DetailsBtn {
  width: 104px;
  text-align: center;
  height: 32px;
  background: #016d3b;
  border-radius: 23px 23px 23px 23px;

  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.humanMain
  .StaffStyle
  .StaffStyleItem
  .seriesItem
  .seriesText
  .seriesContent
  .DetailsBtn
  .nextImg {
  width: 15px;
  height: 15px;
  margin-left: 8px;
}
.humanMain
  .StaffStyle
  .StaffStyleItem
  .seriesItem
  .seriesText
  .seriesContent
  .DetailsBtn
  .nextImg
  img {
  width: 100%;
  height: 100%;
}
.humanMain
  .StaffStyle
  .StaffStyleItem
  .seriesItem
  .seriesText
  .seriesDescription {
  width: 85%;
  font-size: 17px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #949eb2;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.humanMain .recruitList {
  width: 1300px;
  margin: 0 auto;
  /* background: #fff; */
  margin-top: 50px;
  margin-bottom: 70px;
}
.humanMain .recruitList .recruitTitle {
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #383838;
  line-height: 24px;
}
.humanMain .recruitList .recruitTitle > span {
  display: inline-block;
  margin-top: 20px;
}
.humanMain .recruitList .recruitItems {
  position: relative;
  width: 100%;
  margin-top: 35px;
}

thead,
tfoot {
  background: #016d3b;
  color: #fff;
}

.humanMain .recruitList .recruitItems tbody {
  background-color: #ffffff;
}

caption {
  padding: 10px;
  caption-side: bottom;
}

.humanMain .recruitList .recruitItems table {
  border-collapse: collapse;

  letter-spacing: 1px;
  font-size: 20px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  text-align: center;
  width: 100%;
}
.humanMain .recruitList .recruitItems table tr {
  border-color: #f5f7f9;
  border-bottom-style: solid;
  border-bottom-width: 5px;
  height: 70px;
}
.humanMain .recruitList .recruitItems table tr .jobDetails {
  color: #016d3b;
  cursor: pointer;
}
td,
th {
  border: 1px solid rgb(190, 190, 190);
  padding: 5px 10px;
  color: #ffffff;
  border: none;
}

td {
  text-align: center;
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #848ea1;
}
.humanMain .bossdetails {
  width: 1181px;
  margin: 40px auto;
  background: #fff;
  padding: 30px 40px;
}
.humanMain .bossdetails .title {
  font-size: 30px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #444a67;
}
.humanMain .bossdetails hr {
  margin: 30px 0;
}
.humanMain .bossdetails .recruitDemand {
  margin-top: 30px;
}
.humanMain .bossdetails .recruitDemand ul {
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #9c9c9c;
  line-height: 30px;
  display: flex;
  justify-content: flex-start;
  list-style: none;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 45px;
  width: 100%;
}
.humanMain .bossdetails .recruitDemand ul li {
  list-style: none;
  width: 30%;
  display: inline;
}
.humanMain .bossdetails .jobRequirement {
  width: 749px;
  /* height: 149px; */
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #9c9c9c;
  line-height: 30px;
}
.humanMain .bossdetails .uploadAndSubmit {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}
.humanMain .bossdetails .uploadAndSubmit .fileName {
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #848ea1;
  line-height: 30px;
  margin-bottom: 10px;
  margin-left: 5px;
}
.humanMain .bossdetails .uploadAndSubmit div:first-child {
  width: 296px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.humanMain .bossdetails .uploadAndSubmit div:first-child .upload {
  display: block;
  background: #ffffff;
  border: 1px solid #c4cbdb;
  text-align: center;
  line-height: 39px;
  cursor: pointer;
  width: 80px;
}
.humanMain .bossdetails .uploadAndSubmit div:first-child .submitResume {
  width: 126px;
  height: 39px;
  background: #016d3b;

  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;

  color: #dee2eb;
  text-align: center;
  line-height: 39px;
  cursor: pointer;
  border: none;
}
.humanMain .bossdetails .uploadAndSubmit div:last-child {
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #848ea1;
  line-height: 30px;
}
.newsBox .newsHtml {
  width: 1060px;
  background: #ffffff;
  margin: 40px auto 0;
  padding: 60px 120px;

  /* 动画 */
  overflow: hidden;
  position: relative;
  /* text-align: center; */
}
.newsBox .newsHtml .newsTitle {
  text-align: center;
  font-size: 24px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  color: #016d3b;
  margin: 0 0 20px;
}
.newsBox .newsHtml .inputTime {
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  color: #848ea1;
  text-align: center;
  padding-bottom: 50px;
  border-bottom: 1px solid #dee2eb;
}
.newsBox .newsHtml .content {
  margin-top: 60px;
}
.newsBox .newsNavigation {
  width: 1257px;
  height: 94px;
  background: #fff;
  margin: 30px auto;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 25px 0 25px 45px;
}

.newsBox .newsNavigation .newsPage {
  width: 1100px;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-around;
}
.newsBox .newsNavigation .newsPage .previous,
.newsBox .newsNavigation .newsPage .next {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.newsBox .newsNavigation .newsPage .previous .previousText,
.newsBox .newsNavigation .newsPage .next .nextText {
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #016d3b;
  margin-right: 35px;
  /* cursor: pointer; */
}

.newsBox .newsNavigation .newsPage .previous .previousContent,
.newsBox .newsNavigation .newsPage .next .nextContent {
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #949eb2;
}
.newsBox .newsNavigation .back {
  width: 120px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@keyframes slideOutRight {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
    opacity: 0;
  }
}

@keyframes slideOutLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
    opacity: 0;
  }
}

.slide-out-right {
  animation: slideOutRight 1s forwards;
}

.slide-out-left {
  animation: slideOutLeft 1s forwards;
}
.uploadAndSubmit input[type="file"]::-webkit-file-upload-button {
  visibility: hidden;
}
.uploadAndSubmit input[type="file"] {
  color: transparent;
}
.uploadAndSubmit input[type="file"]:before {
  content: "上传简历";
  color: #848ea1;
  background-color: #fff;
  border-radius: 5px;
  padding: 5px 10px;
  cursor: pointer;
}
#show_file {
  position: fixed;
  display: flex;
  font-size: 18px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* width: 160px; */
  padding: 10px 30px;
  height: 60px;
  /* background-color: green; */
  background-color: #666;
  justify-content: center;
  align-items: center;
  color: #fff;
}
