.barand-ative {
  box-shadow: 0 0 0.3125rem 0.3125rem rgba(0, 0, 0, 0.5);
}
.imgBox {
  overflow: hidden;
}
.imgBox img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.imgBox:hover img {
  transition: all 0.5s;
  transform: scale(1.1);
}
.narBar-ative {
  background: #1d9237 url(../image/yezi.png) no-repeat center center;
}
#recruit {
  width: 100%;
  height: 100px;
  color: black;
  /*菜单手机状态*/
  /*菜单手机状态*/
}
#recruit .panel1 {
  width: 100%;
  margin: 0 auto;
}
#recruit .panel1 .panel1_outer {
  max-width: 1200px;
  margin: 0  auto;
  padding: 0 20px;
  box-sizing: border-box;
}
#recruit .panel1 .panel1_outer .panel1-title {
  color: #333;
  width: 100%;
  font-size: 38px;
  padding: 80px 0;
  text-align: center;
}
#recruit .panel1 .panel1_outer .panel1-search {
  box-sizing: border-box;
  width: 100%;
  position: relative;
}
#recruit .panel1 .panel1_outer .panel1-search input {
  box-sizing: border-box;
  width: 100%;
  height: 61px;
  padding: 0 32px;
  border: 1px solid #E9E9E9;
  border-radius: 31px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #B8B8B8;
  line-height: 36px;
}
#recruit .panel1 .panel1_outer .panel1-search input::-webkit-input-placeholder {
  color: #B8B8B8;
}
#recruit .panel1 .panel1_outer .panel1-search button {
  z-index: 4;
  position: absolute;
  top: 18px;
  right: 35px;
  border-style: none;
  width: 60px;
  height: 32px;
  background: url("../image/icon4.png") no-repeat;
}
#recruit .panel1 .panel1_outer .panel1-content {
  width: 100%;
}
#recruit .panel1 .panel1_outer .panel1-content .content-title {
  width: 100%;
  height: 16px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 36px;
  padding: 33px 0;
  border-bottom: 1px solid #E9E9E9;
}
#recruit .panel1 .panel1_outer .panel1-content .content-title .num {
  color: #00913a;
}
#recruit .panel1 .panel1_outer .panel1-content .content-list {
  width: 100%;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
}
#recruit .panel1 .panel1_outer .panel1-content .content-list .content-item a {
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 36px;
  padding: 33px 0;
  border-bottom: 1px solid #E9E9E9;
}
#recruit .panel1 .panel1_outer .panel1-content .content-list .content-item a:hover {
  background: #F8F8F8;
}
#recruit .panel1 .panel1_outer .panel1-content .content-list .content-item a .item-job {
  flex-basis: 300px;
  padding-left: 28px;
}
#recruit .panel1 .panel1_outer .panel1-content .content-list .content-item a .item-address {
  flex-basis: 200px;
  color: #999;
}
#recruit .panel1 .panel1_outer .panel1-content .content-list .content-item a .item-Salary {
  min-width: 80px;
  color: #EE6E2F;
}
#recruit .panel1 .panel1_outer .panel1-content .content-list .content-item a .item-btn {
  padding-right: 25px;
  color: #CCC;
}
#recruit .panel1 .panel1_outer .Pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5.625rem 0;
}
#recruit .panel1 .panel1_outer .Pagination .page-row {
  width: 100%;
  text-align: center;
  font-size: 1.125rem;
}
#recruit .panel1 .panel1_outer .Pagination .page-row button {
  font-weight: bold;
  font-size: 1.125rem;
  width: 9.375rem;
  height: 3.125rem;
  border-radius: 1.875rem;
  border-style: none;
  background-color: #fff;
  margin: 0 3.125rem;
  cursor: pointer;
}
#recruit .panel1 .panel1_outer .Pagination .page-row button:hover {
  background: #00913a;
  color: #fff;
}
#recruit .panel1 .panel1_outer .Pagination .page-row .btn-ative {
  background: #00913a;
  color: #fff;
}
#recruit .panel1 .panel1_outer .Pagination .page-row .page {
  color: #cdcdcd;
  padding: 0 0.9375rem;
  font-weight: bold;
  cursor: pointer;
}
#recruit .panel1 .panel1_outer .Pagination .page-row .page:hover {
  color: #00913a;
}
#recruit .panel1 .panel1_outer .Pagination .page-row .page-active {
  color: #00913a;
}
@media screen and (max-width: 1400px) {
  #recruit .panel1 .panel1_outer .Pagination {
    padding: 3.625rem 0;
  }
  #recruit .panel1 .panel1_outer .Pagination .page-row {
    font-size: 1rem;
  }
  #recruit .panel1 .panel1_outer .Pagination .page-row button {
    font-weight: bold;
    font-size: 1rem;
    width: 7.375rem;
    height: 2.625rem;
  }
}
@media screen and (max-width: 1200px) {
  #recruit .panel1 .panel1_outer .Pagination {
    padding: 2.625rem 0;
  }
  #recruit .panel1 .panel1_outer .Pagination .page-row {
    font-size: 14px;
  }
  #recruit .panel1 .panel1_outer .Pagination .page-row button {
    font-weight: bold;
    font-size: 14px;
    width: 5.375rem;
    height: 2.125rem;
    margin: 0;
  }
  #recruit .panel1 .panel1_outer .Pagination .page-row .page {
    padding: 0 5px;
  }
}
@media screen and (max-width: 1200px) {
  #recruit .panel1 .panel1_outer .panel1-title {
    font-size: 28px;
    padding: 40px 0;
  }
  #recruit .panel1 .panel1_outer .panel1-search {
    max-width: 700px;
    margin: 0 auto;
    width: 100%;
  }
  #recruit .panel1 .panel1_outer .panel1-content .content-list {
    width: 100%;
    font-size: 16px;
  }
  #recruit .panel1 .panel1_outer .panel1-content .content-list .content-item a {
    line-height: 24px;
    padding: 20px 0;
  }
}
@media screen and (max-width: 1000px) {
  #recruit .panel1 .panel1_outer .panel1-search {
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
  }
  #recruit .panel1 .panel1_outer .panel1-search input {
    height: 50px;
  }
  #recruit .panel1 .panel1_outer .panel1-search button {
    top: 12px;
  }
  #recruit .panel1 .panel1_outer .panel1-content .content-list {
    width: 100%;
    font-size: 12px;
  }
  #recruit .panel1 .panel1_outer .panel1-content .content-list .content-item a {
    line-height: 15px;
  }
  #recruit .panel1 .panel1_outer .panel1-content .content-list .content-item a .item-job {
    flex-basis: 300px;
    padding-left: 20px;
  }
}
#recruit .panel2 {
  width: 100%;
  margin: 0 auto;
}
#recruit .panel2 .panel2_outer {
  max-width: 1200px;
  margin: 0  auto;
  box-sizing: border-box;
  padding: 0 20px;
}
#recruit .panel2 .panel2_outer .panel2-title {
  color: #333;
  width: 100%;
  font-size: 38px;
  padding: 80px 0;
  text-align: center;
  border-bottom: 1px solid #E9E9E9;
  text-align: left;
}
#recruit .panel2 .panel2_outer .panel2-content {
  font-family: MicrosoftYaHei;
  border-bottom: 1px solid #E9E9E9;
}
#recruit .panel2 .panel2_outer .panel2-content .content-title {
  font-weight: 400;
  font-size: 25px;
  padding: 33px 0;
}
#recruit .panel2 .panel2_outer .panel2-content .content-text {
  color: #888;
  line-height: 36px;
  padding-bottom: 60px;
  border-bottom: 1px solid #E9E9E9;
}
#recruit .panel2 .panel2_outer .panel2-content .content-text .content-end {
  color: #1b8b3b;
  padding-top: 45px;
  font-weight:bold;
}
#recruit .panel2 .panel2_outer .panel2-content:nth-last-child(1) {
  border-bottom: none;
}
#recruit .panel2 .panel2_outer .panel2-content:nth-last-child(1) .content-text:nth-last-child(1) {
  border-bottom: none;
}
#recruit .panel2 .panel2_outer .panel2-btn {
  padding: 56px 0;
}
#recruit .panel2 .panel2_outer .panel2-btn button {
  color: #5F5F5F;
  width: 200px;
  height: 69px;
  background: #E2E2E2;
  border-radius: 5px;
  border-style: none;
  font-size: 20px;
}
#recruit .panel2 .panel2_outer .panel2-btn button:nth-child(2) {
  margin-left: 22px;
}
#recruit .panel2 .panel2_outer .panel2-btn button:hover {
  background: #1B8B3B;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  #recruit .panel2 .panel2_outer .panel2-title {
    font-size: 28px;
    padding: 40px 0;
  }
  #recruit .panel2 .panel2_outer .panel2-content .content-title {
    font-size: 20px;
    padding: 15px 0;
  }
  #recruit .panel2 .panel2_outer .panel2-content .content-text {
    line-height: 26px;
    padding-bottom: 30px;
    font-size: 14px;
  }
  #recruit .panel2 .panel2_outer .panel2-btn button {
    width: 150px;
    height: 50px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  #recruit .panel2 .panel2_outer .panel2-title {
    font-size: 20px;
    padding: 20px 0;
  }
  #recruit .panel2 .panel2_outer .panel2-content .content-title {
    font-size: 16px;
    padding: 10px 0;
  }
  #recruit .panel2 .panel2_outer .panel2-btn button {
    width: 100px;
    height: 50px;
    font-size: 14px;
  }
}
/*# sourceMappingURL=./recruit.css.map */