.myHRandadministration .banner_box {
  position: relative;
  height: 727px;
  overflow: hidden;
}
.myHRandadministration .banner_box .bg1_img {
  position: absolute;
  top: 83px;
}
.myHRandadministration .banner_box .bg2_img {
  position: absolute;
  right: 0;
  top: 83px;
}
.myHRandadministration .banner_box .banner_top {
  width: 1040px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  position: relative;
  z-index: 9;
}
.myHRandadministration .banner_box .blue_title {
  color: #06F;
  font-family: Montserrat-Bold;
  font-size: 12px;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
}
.myHRandadministration .banner_box .title_blod {
  color: #141516;
  font-family: Montserrat-Bold;
  font-size: 2.5vw;
  font-weight: 700;
  line-height: 130%;
  text-transform: capitalize;
  margin-top: 12px;
  margin-bottom: 1.5625vw;
}
.myHRandadministration .banner_box .text_l {
  width: 490px;
  color: #141516;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.myHRandadministration .banner_box .blue_btn {
  height: 56px;
  width: 299px;
  line-height: 56px;
  border-radius: 30px;
  margin-top: 30px;
}
.myHRandadministration .hr_part {
  padding-top: 23px;
  display: flex;
  justify-content: center;
}
.myHRandadministration .hr_part .hr_part_content {
  width: 1040px;
}
.myHRandadministration .hr_part .hr_part_h1 {
  color: #141516;
  text-align: center;
  font-family: Montserrat-Bold;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 40px;
}
.myHRandadministration .hr_part .hr_part_h6 {
  color: #141516;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 86px;
}
.myHRandadministration .hr_part .gird {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4.6875vw;
}
.myHRandadministration .hr_part .gird .gird_item {
  background: #F7F8FB;
  width: 200px;
  height: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
.myHRandadministration .hr_part .gird .gird_item .icons {
  margin-bottom: 30px;
}
.myHRandadministration .hr_part .gird .gird_item .gird_item_text {
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}
