/* 默认CSS样式 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    line-height: 1.6;
    color: #333;
    background-color: #fff;
}
body, div, p {
    font-size: 14px;
}
a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

ul, ol {
    list-style: none;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
}
/* 头部*/
.header {
    width: 100%;
    height: 100px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
}
.container {
    width: 1200px;
    height: 50px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo {
    width: 110px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* 导航栏样式 */
.bar {
    height: 100%;
}

.bar ul {
    display: flex;
    height: 100%;
    align-items: center;
}

.bar > ul > li {
    position: relative;
    margin-right: 30px;
    height: 100%;
    display: flex;
    align-items: center;
}

.bar > ul > li:last-child {
    margin-right: 0;
}

.bar > ul > li > a {
    display: block;
    padding: 0 15px;
    height: 100%;
    line-height: 50px;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.bar > ul > li > a:hover {
    color: #24833a;
    text-decoration: none;
}

/* 下拉菜单样式 */
.bar ul ul {
    position: absolute;
    top: calc(100% - 2px); /* 调整位置，使下拉框更紧密地显示在文字下方 */
    left: 50%;
    transform: translateX(-50%); /* 使下拉框水平居中对齐文字 */
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    width: auto;
    height: auto;
    display: none;
    z-index: 1000;
    flex-direction: column;
    align-items: flex-start;
    padding: 4px 0;
    border-radius: 4px;
}

.bar ul li:hover > ul {
    display: flex;
}

.bar ul ul li {
    width: 100%;
}

.bar ul ul li a {
    display: block;
    padding: 8px 20px;
    color: #666;
    font-size: 14px;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.bar ul ul li a:hover {
    color: #24833a;
    text-decoration: none;
    background-color: #f5f5f5;
}

/* 招聘样式 */
.rczp {
    width: 100%;
    height: 520px;
    position: relative;
}
.rczp-container {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.rczp .title {
    position: absolute;
    margin: 0 auto;
    transform: translateZ(0);
    opacity: 1;
    transition-delay: .7s;
    font-size: 64px;
    font-weight: 600;
    top: 210px;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
}

.rczp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*招聘内容*/
.anchorLarge {
  display: flex;
  height: 68px;
  line-height: 68px;
  border-bottom: 1px solid #DDDDDD;
  align-items: center;
  justify-content: space-around;
  position: sticky;
  top: 0;
  background-color: #fff;
  padding: 0 480px;
  font-size: 20px;
  z-index: 10
}

.anchorItem {
  height: 68px;
  border-bottom: 3px solid rgba(0, 0, 0, 0);
}
.anchorSelectItem {
  height: 68px;
  border-bottom: 3px solid #24833A;
}
.anchorItem:hover{
  border-bottom: 3px solid #24833A;

}
.recruitWrap {
  width:1200px;
  margin: 0 auto;
  padding:  40px 0;
}
.filterItem {
  height: 38px;
  width: 1200px;
  font-size: 16px;
  display: flex;
  padding:  10px 0;
  align-items: baseline;
}
.selectedItem {
  color: #fff;
  background-color: #24833A;
  padding: 0px 10px;
  border-radius: 6px;
  height: 38px;
  line-height: 38px ;
}
.filterName {
  margin-right: 10px;
  line-height: 38px ;
  height: 38px;
 
}
.filterValue {
  flex: 1;
  ul {
    list-style: none;
    display: flex;
    li {
      padding: 0px 10px;
      width: 80px;
      height: 38px;
      text-align: center;
      line-height: 38px ;
      margin-left: 20px;
    }
  }
}
.listWrap {

  margin: 0px auto;
  position: relative;
  min-height: 280px;
  width: 1200px;
  box-sizing: border-box;
}
.listHd {
  min-height: 60px;
  line-height: 60px;
  color: #fff;
  display: flex;
  background-color: #24833A;
  font-size: 16px;
  font-weight: 500;
}
.listCell {
  flex: 1;
  padding-left: 30px;
}
.listMain {
  min-height: 60px;
  line-height: 60px;
  color: #333;
  margin-bottom: 50px;
  .jd {
    padding: 10px 60px;
    border-right: 1px solid #F1F7F2;
    border-left: 1px solid #F1F7F2;
    p {
      padding: 0 !important;
      margin: 0 !important;
      line-height: 30px;
    }
  }
}
.listRow {
  display: flex;
  justify-content: center;
  .listCell {
    flex: 1;
    padding-left: 30px;
  }
}

.empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 300px;
  img{
    margin-top: 50px;
    width: 100px;
  }
}
.detailButton {
  width: 120px;
  box-sizing: border-box;
  color: #24833A;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0px 10px;
  margin-top: 10px;
  margin-left: -15px;
  border-radius: 20px;
  border: 1px #24833A solid;
  display: flex;
  align-items: center;
  img {
    display: inline-block;
    height: 16px;
    width: 16px;
    margin-right: 10px;
    margin-left: 8px;
  }
}

.pagination {
  display: flex;
  margin-left: 20px;
  margin-top: 30px;
  justify-content: end;
  margin-bottom: 40px;
  ul {
    display: flex;
    align-items: baseline;
  }
}
/*recruitWrap*/
.container {
  min-width: 1280px;
}
.banner {
   top:0;
   width: 100%;
   height: 520px;
  }
  .bannerContent {
    color: #fff;
    display: flex;
    justify-content: center;
    width: 100vw;
    height: 520px;
    overflow: hidden;
    img {
      width: 100vw;
      height: 520px;
    }
  }
  .css-11wvfg7.ant-input {
    box-sizing: border-box;
    margin: 0;
    padding: 4px 11px;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 1.5714285714285714;
    list-style: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    position: relative;
    display: inline-block;
    width: 100%;
    min-width: 0;
    background-color: #ffffff;
    background-image: none;
    border-width: 1px;
    border-style: solid;
    border-color: #d9d9d9;
    border-radius: 6px;
    transition: all 0.2s;
}
  .bannerTitle {
    font-size: 64px;
    font-weight: 600;
    position: absolute;
    top: 210px;
    margin: 0 auto;
    transform: translate3d(0 ,0px, 0);
    opacity: 1;
    transition-delay: 0.7s;
    z-index: 10;
  }

.title {
 color: #24833A;
 font-size: 28px;
 text-align: center;
 font-weight: 700;
}
.anchorLarge {
  display: flex;
  height: 68px;
  line-height: 68px;
  border-bottom: 1px solid #DDDDDD;
  align-items: center;
  justify-content: space-around;
  position: sticky;
  top: 0;
  background-color: #fff;
  padding: 0 480px;
  font-size: 20px;
  z-index: 10
}

.anchorItem {
  height: 68px;
  border-bottom: 3px solid rgba(0, 0, 0, 0);
}
.anchorSelectItem {
  height: 68px;
  border-bottom: 3px solid #24833A;
}
.anchorItem:hover{
  border-bottom: 3px solid #24833A;
}
.recruitWrap {
  width:1200px;
  height: 312px;
  margin: 0 auto;
  padding:  40px 0;
}
.filterItem {
  height: 58px;
  width: 1200px;
  font-size: 16px;
  display: flex;
  padding:  10px 0;
  align-items: baseline;
}
.selectedItem {
  color: #fff;
  background-color: #24833A;
  padding: 0px 10px;
  border-radius: 6px;
  height: 38px;
  line-height: 38px ;
}
.filterName {
  width: 65px;
  margin-right: 10px;
  line-height: 38px ;
  height: 38px;
 
}
.filterValue {
  flex: 1;
  ul {
    list-style: none;
    display: flex;
    li {
      padding: 0px 10px;
      width: 90px;
      height: 38px;
      text-align: center;
      line-height: 38px ;
      margin-left: 20px;
    }
  }
}
.listWrap {

  margin: 0px auto;
  position: relative;
  min-height: 280px;
  width: 1200px;
  box-sizing: border-box;
}
.listHd {
  min-height: 60px;
  line-height: 60px;
  color: #fff;
  display: flex;
  background-color: #24833A;
  font-size: 16px;
  font-weight: 500;
}
.listCell {
  flex: 1;
  padding-left: 30px;
}
.listMain {
  min-height: 60px;
  line-height: 60px;
  color: #333;
  margin-bottom: 50px;
  .jd {
    padding: 10px 60px;
    border-right: 1px solid #F1F7F2;
    border-left: 1px solid #F1F7F2;
    p {
      padding: 0 !important;
      margin: 0 !important;
      line-height: 30px;
    }
  }
}
.listRow {
  display: flex;
  justify-content: center;
  .listCell {
    flex: 1;
    padding-left: 30px;
  }
}
.listRow:nth-child(2n+1) {
  background-color: #F1F7F2;
}
.listRow {
  background-color: #FFFFFF;
}
.empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 300px;
  img{
    margin-top: 50px;
    width: 100px;
  }
}
.detailButton {
  width: 120px;
  box-sizing: border-box;
  color: #24833A;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0px 10px;
  margin-top: 10px;
  margin-left: -15px;
  border-radius: 20px;
  border: 1px #24833A solid;
  display: flex;
  align-items: center;
  img {
    display: inline-block;
    height: 16px;
    width: 16px;
    margin-right: 10px;
    margin-left: 8px;
  }
}

.pagination {
  display: flex;
  margin-left: 20px;
  margin-top: 30px;
  justify-content: end;
  margin-bottom: 40px;
  ul {
    display: flex;
    align-items: baseline;
  }
}
/*分页*/
.justify-content-center {
    justify-content: center !important
}
.pagination {
    display: inline-flex;
    padding-left: 0;
    list-style: none
}
.pagination li{
  margin-right: 10px;
}
.pagination li {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #000;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.pagination li.active {background-color: #23833e; color: #fff; border: solid 1px #23833e}
/*底部*/
.HomePage_footer {
    background-color: #3f4552;
    color: #fff;
    height: 512px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
}

.Footer_footerWarp {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.Footer_footer {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.Footer_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
}

.Footer_navWrap {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #fff;
}

.Footer_logo {
    width: 65px;
    height: auto;
    margin-right: 20px;
}

.Footer_nav {
    color: #fff;
    text-decoration: none;
    margin: 0 5px;
}

.Footer_nav:hover {
    color: #fff;
}

.Footer_rightWrap {
    display: flex;
    gap: 16px;
}

.Footer_qrCode {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 14px;
}

.Footer_qrImg {
    width: 72px;
    height: 72px;
    margin-bottom: 10px;
}

.Footer_contractList {
    display: flex;
    gap: 12px;
    padding-bottom: 40px;
    border-bottom: 1px solid #555;
}

.Footer_contractItem {
    width: 290px;
    height: 170px;
    background-color: #9c9ea4;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-size: 14px;
    color: #fff;
}

.Footer_imgWrap {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Footer_conImg {
    width: 100%;
    height: auto;
}

.Footer_line {
    height: 1px;
    background-color: #555;
    margin: 30px 0;
}

.Footer_num {
    margin-top: 30px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
}