@media (min-width: 768px) {
  body {
    padding-top: 106px;
  }
}

.chuangcuhei {
  color: #111;
}

.page-banner {
  height: 860px;
}

.page-banner .slogin {
  top: 229px;
  transform: translateY(0);
}

.page-banner h3 {
  color: #111;
  font-size: 70px;
  height: auto;
  position: relative;
}

.page-banner h3 span {
  font-size: 56px;
  font-weight: 500;
}

.page-banner h3::after {
  position: absolute;
  top: 100%;
  left: 0;
  content: '';
  overflow: hidden;
  height: 4px;
  width: 92px;
  background-color: #e60d16;
  display: block;
  transform: skewX(-30deg);
  margin-top: 15px;
}

.page-banner .crumbs_box {
  position: absolute;
  left: 0;
  bottom: 43px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.page-banner .crumbs_box a {
  color: #999;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
}

.page-banner .crumbs_box a:hover {
  color: #111;
}

.page-banner .crumbs_box span {
  margin: 0 5px;
  color: #999;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
}

.page-banner .crumbs_box p {
  margin-bottom: 0;
  color: #111;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
}

.column-title .descript {
  padding-bottom: 0;
}

.page-tab.fixed {
  z-index: 1001;
  top: 0 !important;
}

.page-tab .page-tab-content ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.page-tab .page-tab-content ul li {
  margin-right: 90px;
}

.page-tab .page-tab-content ul li a {
  color: #666;
  font-size: 16px;
}

.page-tab .page-tab-content ul li.active a {
  color: #111;
}

#hr .blocks .content {
  background: #fff;
}

#hr .development {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  padding: 0 95px;
}

#hr .development::after {
  display: none;
}

#hr .development::before {
  display: none;
}

#hr .development .deve_l {
  width: 700px;
  height: 400px;
}

#hr .development .deve_l .image-box {
  width: 100%;
  height: 100%;
  margin: 0;
  box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.15);
}

#hr .development .deve_l .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#hr .development .deve_r {
  width: 464px;
  height: auto;
}

#hr .development .deve_r .info {
  padding: 0;
}

#hr .development .deve_r .info .column-title {
  margin-bottom: 26px;
}

#hr .development .deve_r .info .column-title::after {
  display: none;
}

#hr .development .deve_r .info h4 {
  margin: 0;
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
}

#hr .development .deve_r .info p {
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
}

#hr .welfare {
  margin-top: 100px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 95px;
}

#hr .welfare::after {
  display: none;
}

#hr .welfare::before {
  display: none;
}

#hr .welfare .welfare_l {
  width: 700px;
  height: 400px;
}

#hr .welfare .welfare_l .image-box {
  width: 100%;
  height: 100%;
  margin: 0;
  box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.15);
}

#hr .welfare .welfare_l .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#hr .welfare .welfare_r {
  width: 464px;
  height: auto;
}

#hr .welfare .welfare_r .info {
  padding: 0;
}

#hr .welfare .welfare_r .info .column-title {
  margin-bottom: 26px;
}

#hr .welfare .welfare_r .info .column-title::after {
  display: none;
}

#hr .welfare .welfare_r .info h4 {
  margin: 0;
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
}

#hr .welfare .welfare_r .info p {
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
}

#hr .university {
  margin-top: 100px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  padding: 0 95px;
}

#hr .university::after {
  display: none;
}

#hr .university::before {
  display: none;
}

#hr .university .univer_l {
  width: 700px;
  height: 400px;
}

#hr .university .univer_l .image-box {
  width: 100%;
  height: 100%;
  margin: 0;
  box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.15);
}

#hr .university .univer_l .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#hr .university .univer_r {
  width: 464px;
  height: auto;
}

#hr .university .univer_r .info {
  padding: 0;
}

#hr .university .univer_r .info .column-title {
  margin-bottom: 26px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#hr .university .univer_r .info .column-title img {
  width: 50px;
  height: 50px;
}

#hr .university .univer_r .info .column-title h3 {
  margin-left: 0;
}

#hr .university .univer_r .info .column-title::after {
  display: none;
}

#hr .university .univer_r .info h4 {
  margin: 0;
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
}

#hr .university .univer_r .info p {
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
}

#hr .environment .content {
  width: 100%;
  height: auto;
}

#hr .environment .content .envir_box {
  width: 100%;
  height: auto;
}

#hr .environment .content .envir_box .card_item {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}

#hr .environment .content .envir_box .card_item .card {
  z-index: 2;
  position: relative;
  transform: translateX(30px);
  padding: 68px 64px;
  width: 620px;
  height: 400px;
  background: #FFF;
  box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.1);
}

#hr .environment .content .envir_box .card_item .card .card-title {
  color: #111;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 115.385% */
}

#hr .environment .content .envir_box .card_item .image-section {
  position: relative;
  z-index: 1;
  width: 660px;
  height: 660px;
  overflow: hidden;
}

#hr .environment .content .envir_box .card_item .image-section:hover img {
  transform: scale(1.05);
}

#hr .environment .content .envir_box .card_item .image-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}

#hr .environment .content .envir_box .swiper-pagination {
  width: auto;
  bottom: 170px;
  left: 90px;
}

#hr .environment .content .envir_box .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
  width: 30px;
  height: 5px;
  transform: skewX(-30deg);
  margin: 0 3px;
  background-color: #ccc;
}

#hr .environment .content .envir_box .swiper-pagination .swiper-pagination-bullet-active {
  background: #cc0000;
}

#hr .environment .content .envir_box .swiper-button-prev {
  width: 44px;
  height: 44px;
  top: unset;
  bottom: 176px;
  left: 457px;
}

#hr .environment .content .envir_box .swiper-button-prev:hover img:first-child {
  display: none;
}

#hr .environment .content .envir_box .swiper-button-prev:hover img:last-child {
  display: block;
}

#hr .environment .content .envir_box .swiper-button-prev img {
  width: 100%;
  height: 100%;
}

#hr .environment .content .envir_box .swiper-button-prev img:first-child {
  display: block;
}

#hr .environment .content .envir_box .swiper-button-prev img:last-child {
  display: none;
}

#hr .environment .content .envir_box .swiper-button-prev::after {
  content: '';
}

#hr .environment .content .envir_box .swiper-button-next {
  width: 44px;
  height: 44px;
  top: unset;
  right: unset;
  bottom: 176px;
  left: 527px;
}

#hr .environment .content .envir_box .swiper-button-next:hover img:first-child {
  display: none;
}

#hr .environment .content .envir_box .swiper-button-next:hover img:last-child {
  display: block;
}

#hr .environment .content .envir_box .swiper-button-next img {
  width: 100%;
  height: 100%;
}

#hr .environment .content .envir_box .swiper-button-next img:first-child {
  display: block;
}

#hr .environment .content .envir_box .swiper-button-next img:last-child {
  display: none;
}

#hr .environment .content .envir_box .swiper-button-next::after {
  content: '';
}

#hr .staff {
  width: 100%;
  height: auto;
}

#hr .staff .content {
  padding: 0;
  width: 100%;
  height: auto;
}

#hr .staff .content .staff_box {
  width: 100%;
  height: auto;
}

#hr .staff .content .staff_box .staff_item {
  width: 960px !important;
  height: auto;
}

#hr .staff .content .staff_box .staff_item .item_img {
  width: 100%;
  height: 460px;
  overflow: hidden;
}

#hr .staff .content .staff_box .staff_item .item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}

#hr .staff .content .staff_box .staff_item .item_info {
  opacity: 0;
  width: 100%;
  height: auto;
}

#hr .staff .content .staff_box .staff_item .item_info .item_title {
  margin-top: 40px;
  color: #111;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 100% */
}

#hr .staff .content .staff_box .staff_item .item_info .item_desc {
  margin-top: 13px;
  color: #666;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  /* 166.667% */
}

#hr .staff .content .staff_box .swiper-slide-active .item_img {
  box-shadow: 0px 20px 50px -5px rgba(0, 0, 0, 0.2);
}

#hr .staff .content .staff_box .swiper-slide-active .item_info {
  opacity: 1;
}

#hr .staff .content .staff_box .swiper-button-prev {
  width: 44px;
  height: 44px;
  top: 40%;
  left: 382px;
}

#hr .staff .content .staff_box .swiper-button-prev:hover img:first-child {
  display: none;
}

#hr .staff .content .staff_box .swiper-button-prev:hover img:last-child {
  display: block;
}

#hr .staff .content .staff_box .swiper-button-prev img {
  width: 100%;
  height: 100%;
}

#hr .staff .content .staff_box .swiper-button-prev img:first-child {
  display: block;
}

#hr .staff .content .staff_box .swiper-button-prev img:last-child {
  display: none;
}

#hr .staff .content .staff_box .swiper-button-prev::after {
  content: '';
}

#hr .staff .content .staff_box .swiper-button-next {
  width: 44px;
  height: 44px;
  top: 40%;
  right: 382px;
}

#hr .staff .content .staff_box .swiper-button-next:hover img:first-child {
  display: none;
}

#hr .staff .content .staff_box .swiper-button-next:hover img:last-child {
  display: block;
}

#hr .staff .content .staff_box .swiper-button-next img {
  width: 100%;
  height: 100%;
}

#hr .staff .content .staff_box .swiper-button-next img:first-child {
  display: block;
}

#hr .staff .content .staff_box .swiper-button-next img:last-child {
  display: none;
}

#hr .staff .content .staff_box .swiper-button-next::after {
  content: '';
}

#hr .joinus .white {
  color: #fff;
}

#hr .joinus .container {
  padding: 0 95px;
}

#hr .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}

#hr .swiper-pagination-bullet-active {
  background: #cc0000;
}

@media screen and (max-width: 1440px) {
  .page-banner {
    height: 50.76389vw;
  }
  .page-banner .slogin {
    top: 13.51736vw;
    transform: translateY(0);
  }
  .page-banner h3 {
    color: #111;
    font-size: 4.13194vw;
    height: auto;
    position: relative;
  }
  .page-banner h3 span {
    font-size: 3.30556vw;
    font-weight: 500;
  }
  .page-banner h3::after {
    position: absolute;
    top: 100%;
    left: 0;
    content: '';
    overflow: hidden;
    height: 0.23611vw;
    width: 5.43056vw;
    background-color: #e60d16;
    display: block;
    transform: skewX(-30deg);
    margin-top: 0.88542vw;
  }
  .page-banner .crumbs_box {
    position: absolute;
    left: 0;
    bottom: 2.53819vw;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .page-banner .crumbs_box a {
    color: #999;
    font-size: 0.94444vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.77083vw;
    /* 187.5% */
  }
  .page-banner .crumbs_box a:hover {
    color: #111;
  }
  .page-banner .crumbs_box span {
    margin: 0 0.29514vw;
    color: #999;
    font-size: 0.94444vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.77083vw;
    /* 187.5% */
  }
  .page-banner .crumbs_box p {
    margin-bottom: 0;
    color: #111;
    font-size: 0.94444vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.77083vw;
    /* 187.5% */
  }
  .column-title .descript {
    padding-bottom: 0;
  }
  .page-tab.fixed {
    z-index: 1001;
    top: 0 !important;
  }
  .page-tab .page-tab-content ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .page-tab .page-tab-content ul li {
    margin-right: 5.3125vw;
  }
  .page-tab .page-tab-content ul li a {
    color: #666;
    font-size: 0.94444vw;
  }
  .page-tab .page-tab-content ul li.active a {
    color: #111;
  }
  #hr .blocks .content {
    background: #fff;
  }
  #hr .development {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    padding: 0 5.60764vw;
  }
  #hr .development::after {
    display: none;
  }
  #hr .development::before {
    display: none;
  }
  #hr .development .deve_l {
    width: 41.31944vw;
    height: 23.61111vw;
  }
  #hr .development .deve_l .image-box {
    width: 100%;
    height: 100%;
    margin: 0;
    box-shadow: 0vw 0.29514vw 1.18056vw -0.29514vw rgba(0, 0, 0, 0.15);
  }
  #hr .development .deve_l .image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #hr .development .deve_r {
    width: 27.38889vw;
    height: auto;
  }
  #hr .development .deve_r .info {
    padding: 0;
  }
  #hr .development .deve_r .info .column-title {
    margin-bottom: 1.53472vw;
  }
  #hr .development .deve_r .info .column-title::after {
    display: none;
  }
  #hr .development .deve_r .info h4 {
    margin: 0;
    color: #666;
    font-size: 0.94444vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.77083vw;
    /* 187.5% */
  }
  #hr .development .deve_r .info p {
    color: #666;
    font-size: 0.94444vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.77083vw;
    /* 187.5% */
  }
  #hr .welfare {
    margin-top: 5.90278vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 5.60764vw;
  }
  #hr .welfare::after {
    display: none;
  }
  #hr .welfare::before {
    display: none;
  }
  #hr .welfare .welfare_l {
    width: 41.31944vw;
    height: 23.61111vw;
  }
  #hr .welfare .welfare_l .image-box {
    width: 100%;
    height: 100%;
    margin: 0;
    box-shadow: 0vw 0.29514vw 1.18056vw -0.29514vw rgba(0, 0, 0, 0.15);
  }
  #hr .welfare .welfare_l .image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #hr .welfare .welfare_r {
    width: 27.38889vw;
    height: auto;
  }
  #hr .welfare .welfare_r .info {
    padding: 0;
  }
  #hr .welfare .welfare_r .info .column-title {
    margin-bottom: 1.53472vw;
  }
  #hr .welfare .welfare_r .info .column-title::after {
    display: none;
  }
  #hr .welfare .welfare_r .info h4 {
    margin: 0;
    color: #666;
    font-size: 0.94444vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.77083vw;
    /* 187.5% */
  }
  #hr .welfare .welfare_r .info p {
    color: #666;
    font-size: 0.94444vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.77083vw;
    /* 187.5% */
  }
  #hr .university {
    margin-top: 5.90278vw;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    padding: 0 5.60764vw;
  }
  #hr .university::after {
    display: none;
  }
  #hr .university::before {
    display: none;
  }
  #hr .university .univer_l {
    width: 41.31944vw;
    height: 23.61111vw;
  }
  #hr .university .univer_l .image-box {
    width: 100%;
    height: 100%;
    margin: 0;
    box-shadow: 0vw 0.29514vw 1.18056vw -0.29514vw rgba(0, 0, 0, 0.15);
  }
  #hr .university .univer_l .image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #hr .university .univer_r {
    width: 27.38889vw;
    height: auto;
  }
  #hr .university .univer_r .info {
    padding: 0;
  }
  #hr .university .univer_r .info .column-title {
    margin-bottom: 1.53472vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #hr .university .univer_r .info .column-title img {
    width: 2.95139vw;
    height: 2.95139vw;
  }
  #hr .university .univer_r .info .column-title h3 {
    margin-left: 0;
  }
  #hr .university .univer_r .info .column-title::after {
    display: none;
  }
  #hr .university .univer_r .info h4 {
    margin: 0;
    color: #666;
    font-size: 0.94444vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.77083vw;
    /* 187.5% */
  }
  #hr .university .univer_r .info p {
    color: #666;
    font-size: 0.94444vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.77083vw;
    /* 187.5% */
  }
  #hr .environment .content {
    width: 100%;
    height: auto;
  }
  #hr .environment .content .envir_box {
    width: 100%;
    height: auto;
  }
  #hr .environment .content .envir_box .card_item {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  #hr .environment .content .envir_box .card_item .card {
    z-index: 2;
    position: relative;
    transform: translateX(1.77083vw);
    padding: 4.01389vw 3.77778vw;
    width: 36.59722vw;
    height: 23.61111vw;
    background: #FFF;
    box-shadow: 0vw 0.88542vw 2.36111vw 0vw rgba(0, 0, 0, 0.1);
  }
  #hr .environment .content .envir_box .card_item .card .card-title {
    color: #111;
    font-size: 1.53472vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.77083vw;
    /* 115.385% */
  }
  #hr .environment .content .envir_box .card_item .image-section {
    position: relative;
    z-index: 1;
    width: 38.95833vw;
    height: 38.95833vw;
    overflow: hidden;
  }
  #hr .environment .content .envir_box .card_item .image-section:hover img {
    transform: scale(1.05);
  }
  #hr .environment .content .envir_box .card_item .image-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
  }
  #hr .environment .content .envir_box .swiper-pagination {
    width: auto;
    bottom: 10.03472vw;
    left: 5.3125vw;
  }
  #hr .environment .content .envir_box .swiper-pagination .swiper-pagination-bullet {
    border-radius: 0;
    width: 1.77083vw;
    height: 0.29514vw;
    transform: skewX(-30deg);
    margin: 0 0.17708vw;
    background-color: #ccc;
  }
  #hr .environment .content .envir_box .swiper-pagination .swiper-pagination-bullet-active {
    background: #cc0000;
  }
  #hr .environment .content .envir_box .swiper-button-prev {
    width: 2.59722vw;
    height: 2.59722vw;
    top: unset;
    bottom: 10.38889vw;
    left: 26.97569vw;
  }
  #hr .environment .content .envir_box .swiper-button-prev:hover img:first-child {
    display: none;
  }
  #hr .environment .content .envir_box .swiper-button-prev:hover img:last-child {
    display: block;
  }
  #hr .environment .content .envir_box .swiper-button-prev img {
    width: 100%;
    height: 100%;
  }
  #hr .environment .content .envir_box .swiper-button-prev img:first-child {
    display: block;
  }
  #hr .environment .content .envir_box .swiper-button-prev img:last-child {
    display: none;
  }
  #hr .environment .content .envir_box .swiper-button-prev::after {
    content: '';
  }
  #hr .environment .content .envir_box .swiper-button-next {
    width: 2.59722vw;
    height: 2.59722vw;
    top: unset;
    right: unset;
    bottom: 10.38889vw;
    left: 31.10764vw;
  }
  #hr .environment .content .envir_box .swiper-button-next:hover img:first-child {
    display: none;
  }
  #hr .environment .content .envir_box .swiper-button-next:hover img:last-child {
    display: block;
  }
  #hr .environment .content .envir_box .swiper-button-next img {
    width: 100%;
    height: 100%;
  }
  #hr .environment .content .envir_box .swiper-button-next img:first-child {
    display: block;
  }
  #hr .environment .content .envir_box .swiper-button-next img:last-child {
    display: none;
  }
  #hr .environment .content .envir_box .swiper-button-next::after {
    content: '';
  }
  #hr .staff {
    width: 100%;
    height: auto;
  }
  #hr .staff .content {
    padding: 0;
    width: 100%;
    height: auto;
  }
  #hr .staff .content .staff_box {
    width: 100%;
    height: auto;
  }
  #hr .staff .content .staff_box .staff_item {
    width: 56.66667vw !important;
    height: auto;
  }
  #hr .staff .content .staff_box .staff_item .item_img {
    width: 100%;
    height: 27.15278vw;
    overflow: hidden;
  }
  #hr .staff .content .staff_box .staff_item .item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
  }
  #hr .staff .content .staff_box .staff_item .item_info {
    opacity: 0;
    width: 100%;
    height: auto;
  }
  #hr .staff .content .staff_box .staff_item .item_info .item_title {
    margin-top: 2.36111vw;
    color: #111;
    text-align: center;
    font-size: 1.18056vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.18056vw;
    /* 100% */
  }
  #hr .staff .content .staff_box .staff_item .item_info .item_desc {
    margin-top: 0.76736vw;
    color: #666;
    text-align: center;
    font-size: 0.94444vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7;
    /* 166.667% */
  }
  #hr .staff .content .staff_box .swiper-slide-active .item_img {
    box-shadow: 0vw 1.18056vw 2.95139vw -0.29514vw rgba(0, 0, 0, 0.2);
  }
  #hr .staff .content .staff_box .swiper-slide-active .item_info {
    opacity: 1;
  }
  #hr .staff .content .staff_box .swiper-button-prev {
    width: 2.59722vw;
    height: 2.59722vw;
    top: 40%;
    left: 22.54861vw;
  }
  #hr .staff .content .staff_box .swiper-button-prev:hover img:first-child {
    display: none;
  }
  #hr .staff .content .staff_box .swiper-button-prev:hover img:last-child {
    display: block;
  }
  #hr .staff .content .staff_box .swiper-button-prev img {
    width: 100%;
    height: 100%;
  }
  #hr .staff .content .staff_box .swiper-button-prev img:first-child {
    display: block;
  }
  #hr .staff .content .staff_box .swiper-button-prev img:last-child {
    display: none;
  }
  #hr .staff .content .staff_box .swiper-button-prev::after {
    content: '';
  }
  #hr .staff .content .staff_box .swiper-button-next {
    width: 2.59722vw;
    height: 2.59722vw;
    top: 40%;
    right: 22.54861vw;
  }
  #hr .staff .content .staff_box .swiper-button-next:hover img:first-child {
    display: none;
  }
  #hr .staff .content .staff_box .swiper-button-next:hover img:last-child {
    display: block;
  }
  #hr .staff .content .staff_box .swiper-button-next img {
    width: 100%;
    height: 100%;
  }
  #hr .staff .content .staff_box .swiper-button-next img:first-child {
    display: block;
  }
  #hr .staff .content .staff_box .swiper-button-next img:last-child {
    display: none;
  }
  #hr .staff .content .staff_box .swiper-button-next::after {
    content: '';
  }
  #hr .joinus .white {
    color: #fff;
  }
  #hr .joinus .container {
    padding: 0 5.60764vw;
  }
}

@media screen and (max-width: 1024px) {
  .page-banner {
    height: 160vw;
  }
  .page-banner .slogin {
    top: 23.2vw;
    transform: translateY(0);
  }
  .page-banner h3 {
    text-align: center;
    color: #111;
    font-size: 8.53333vw;
    height: auto;
    position: relative;
  }
  .page-banner h3 span {
    font-size: 7.33333vw;
    font-weight: 500;
    line-height: 7.33333vw;
  }
  .page-banner h3::after {
    position: absolute;
    top: 100%;
    left: 50%;
    content: '';
    overflow: hidden;
    height: 0.53333vw;
    width: 16vw;
    background-color: #e60d16;
    display: block;
    transform: skewX(-30deg) translateX(-50%);
    margin-top: 2vw;
  }
  .page-banner .crumbs_box {
    padding: 0 4vw;
    position: absolute;
    left: 0;
    bottom: 2.66667vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    z-index: 2;
  }
  .page-banner .crumbs_box a {
    color: #999;
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: 8vw;
    /* 187.5% */
  }
  .page-banner .crumbs_box a:hover {
    color: #fff;
  }
  .page-banner .crumbs_box span {
    margin: 0 1.33333vw;
    color: rgba(255, 255, 255, 0.6);
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: 8vw;
    /* 187.5% */
  }
  .page-banner .crumbs_box p {
    margin-bottom: 0;
    color: #fff;
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: 8vw;
    /* 187.5% */
  }
  .column-title .descript {
    padding-bottom: 0;
  }
  .page-tab.fixed {
    z-index: 1001;
    top: 0 !important;
  }
  .page-tab .page-tab-content ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: inherit;
  }
  .page-tab .page-tab-content ul li {
    margin-right: 6.4vw;
  }
  .page-tab .page-tab-content ul li a {
    color: #666;
    font-size: 4.26667vw;
  }
  .page-tab .page-tab-content ul li.active a {
    color: #111;
  }
  #hr .column-title h3 {
    text-align: center;
  }
  #hr .blocks .content {
    background: #fff;
  }
  #hr .development {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 0 0vw;
    gap: 8.53333vw;
  }
  #hr .development::after {
    display: none;
  }
  #hr .development::before {
    display: none;
  }
  #hr .development .deve_l {
    width: 100%;
    height: auto;
  }
  #hr .development .deve_l .image-box {
    width: 100%;
    height: 100%;
    margin: 0;
    box-shadow: 0vw 0.66667vw 2.66667vw -0.66667vw rgba(0, 0, 0, 0.15);
  }
  #hr .development .deve_l .image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #hr .development .deve_r {
    width: 100%;
    height: auto;
  }
  #hr .development .deve_r .info {
    padding: 0;
  }
  #hr .development .deve_r .info .column-title {
    margin-bottom: 3.46667vw;
  }
  #hr .development .deve_r .info .column-title::after {
    display: none;
  }
  #hr .development .deve_r .info h4 {
    text-align: center;
    margin: 0;
    color: #666;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.87;
    /* 187.5% */
  }
  #hr .development .deve_r .info p {
    text-align: center;
    color: #666;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.87;
    /* 187.5% */
  }
  #hr .welfare {
    margin-top: 8.53333vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 0 0vw;
    gap: 8.53333vw;
  }
  #hr .welfare::after {
    display: none;
  }
  #hr .welfare::before {
    display: none;
  }
  #hr .welfare .welfare_l {
    width: 100%;
    height: auto;
  }
  #hr .welfare .welfare_l .image-box {
    width: 100%;
    height: 100%;
    margin: 0;
    box-shadow: 0vw 0.66667vw 2.66667vw -0.66667vw rgba(0, 0, 0, 0.15);
  }
  #hr .welfare .welfare_l .image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #hr .welfare .welfare_r {
    width: 100%;
    height: auto;
  }
  #hr .welfare .welfare_r .info {
    padding: 0;
  }
  #hr .welfare .welfare_r .info .column-title {
    margin-bottom: 3.46667vw;
  }
  #hr .welfare .welfare_r .info .column-title::after {
    display: none;
  }
  #hr .welfare .welfare_r .info h4 {
    text-align: center;
    margin: 0;
    color: #666;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.87;
    /* 187.5% */
  }
  #hr .welfare .welfare_r .info p {
    text-align: center;
    color: #666;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.87;
    /* 187.5% */
  }
  #hr .university {
    margin-top: 8.53333vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 0 0vw;
    gap: 8.53333vw;
  }
  #hr .university::after {
    display: none;
  }
  #hr .university::before {
    display: none;
  }
  #hr .university .univer_l {
    width: 100%;
    height: auto;
  }
  #hr .university .univer_l .image-box {
    width: 100%;
    height: 100%;
    margin: 0;
    box-shadow: 0vw 0.66667vw 2.66667vw -0.66667vw rgba(0, 0, 0, 0.15);
  }
  #hr .university .univer_l .image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #hr .university .univer_r {
    width: 100%;
    height: auto;
  }
  #hr .university .univer_r .info {
    padding: 0;
  }
  #hr .university .univer_r .info .column-title {
    margin-bottom: 3.46667vw;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #hr .university .univer_r .info .column-title img {
    width: 10.66667vw;
    height: 10.66667vw;
  }
  #hr .university .univer_r .info .column-title h3 {
    margin-left: 0;
  }
  #hr .university .univer_r .info .column-title::after {
    display: none;
  }
  #hr .university .univer_r .info h4 {
    text-align: center;
    margin: 0;
    color: #666;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.87;
    /* 187.5% */
  }
  #hr .university .univer_r .info p {
    text-align: center;
    color: #666;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.87;
    /* 187.5% */
  }
  #hr .environment .content {
    width: 100%;
    height: auto;
  }
  #hr .environment .content .envir_box {
    width: 100%;
    height: auto;
    padding-bottom: 6.66667vw;
  }
  #hr .environment .content .envir_box .card_item {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #hr .environment .content .envir_box .card_item .card {
    z-index: 2;
    position: relative;
    transform: translateX(0vw);
    padding: 8.53333vw 5.33333vw;
    width: 100%;
    height: auto;
    background: #FFF;
    box-shadow: 0vw 2vw 5.33333vw 0vw rgba(0, 0, 0, 0.1);
  }
  #hr .environment .content .envir_box .card_item .card .card-title {
    text-align: center;
    color: #111;
    font-size: 5.33333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 7.46667vw;
    /* 115.385% */
  }
  #hr .environment .content .envir_box .card_item .card .card-content {
    text-align: center;
    color: #666;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 7.46667vw;
    /* 115.385% */
  }
  #hr .environment .content .envir_box .card_item .image-section {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  #hr .environment .content .envir_box .card_item .image-section:hover img {
    transform: scale(1.05);
  }
  #hr .environment .content .envir_box .card_item .image-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
  }
  #hr .environment .content .envir_box .swiper-pagination {
    width: auto;
    bottom: 0vw;
    left: 50%;
    transform: translateX(-50%);
  }
  #hr .environment .content .envir_box .swiper-pagination .swiper-pagination-bullet {
    border-radius: 0;
    width: 4vw;
    height: 0.66667vw;
    transform: skewX(-30deg);
    margin: 0 0.4vw;
    background-color: #ccc;
  }
  #hr .environment .content .envir_box .swiper-pagination .swiper-pagination-bullet-active {
    background: #cc0000;
  }
  #hr .environment .content .envir_box .swiper-button-prev {
    display: none;
    width: 5.86667vw;
    height: 5.86667vw;
    top: unset;
    bottom: 23.46667vw;
    left: 60.93333vw;
  }
  #hr .environment .content .envir_box .swiper-button-prev:hover img:first-child {
    display: none;
  }
  #hr .environment .content .envir_box .swiper-button-prev:hover img:last-child {
    display: block;
  }
  #hr .environment .content .envir_box .swiper-button-prev img {
    width: 100%;
    height: 100%;
  }
  #hr .environment .content .envir_box .swiper-button-prev img:first-child {
    display: block;
  }
  #hr .environment .content .envir_box .swiper-button-prev img:last-child {
    display: none;
  }
  #hr .environment .content .envir_box .swiper-button-prev::after {
    content: '';
  }
  #hr .environment .content .envir_box .swiper-button-next {
    display: none;
    width: 5.86667vw;
    height: 5.86667vw;
    top: unset;
    right: unset;
    bottom: 23.46667vw;
    left: 70.26667vw;
  }
  #hr .environment .content .envir_box .swiper-button-next:hover img:first-child {
    display: none;
  }
  #hr .environment .content .envir_box .swiper-button-next:hover img:last-child {
    display: block;
  }
  #hr .environment .content .envir_box .swiper-button-next img {
    width: 100%;
    height: 100%;
  }
  #hr .environment .content .envir_box .swiper-button-next img:first-child {
    display: block;
  }
  #hr .environment .content .envir_box .swiper-button-next img:last-child {
    display: none;
  }
  #hr .environment .content .envir_box .swiper-button-next::after {
    content: '';
  }
  #hr .staff {
    width: 100%;
    height: auto;
  }
  #hr .staff .content {
    padding: 0;
    width: 100%;
    height: auto;
  }
  #hr .staff .content .staff_box {
    width: 100%;
    height: auto;
    padding-bottom: 16vw;
  }
  #hr .staff .content .staff_box .staff_item {
    width: 92vw !important;
    height: auto;
  }
  #hr .staff .content .staff_box .staff_item .item_img {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  #hr .staff .content .staff_box .staff_item .item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
  }
  #hr .staff .content .staff_box .staff_item .item_info {
    opacity: 0;
    width: 100%;
    height: auto;
  }
  #hr .staff .content .staff_box .staff_item .item_info .item_title {
    margin-top: 5.33333vw;
    color: #111;
    text-align: center;
    font-size: 5.33333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 5.33333vw;
    /* 100% */
  }
  #hr .staff .content .staff_box .staff_item .item_info .item_desc {
    margin-top: 3.46667vw;
    color: #666;
    text-align: center;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7;
    /* 166.667% */
  }
  #hr .staff .content .staff_box .swiper-slide-active .item_img {
    box-shadow: 0vw 2.66667vw 6.66667vw -0.66667vw rgba(0, 0, 0, 0.2);
  }
  #hr .staff .content .staff_box .swiper-slide-active .item_info {
    opacity: 1;
  }
  #hr .staff .content .staff_box .swiper-button-prev {
    width: 8vw;
    height: 8vw;
    top: unset;
    bottom: 0;
    left: 33.33333vw;
  }
  #hr .staff .content .staff_box .swiper-button-prev:hover img:first-child {
    display: none;
  }
  #hr .staff .content .staff_box .swiper-button-prev:hover img:last-child {
    display: block;
  }
  #hr .staff .content .staff_box .swiper-button-prev img {
    width: 100%;
    height: 100%;
  }
  #hr .staff .content .staff_box .swiper-button-prev img:first-child {
    display: block;
  }
  #hr .staff .content .staff_box .swiper-button-prev img:last-child {
    display: none;
  }
  #hr .staff .content .staff_box .swiper-button-prev::after {
    content: '';
  }
  #hr .staff .content .staff_box .swiper-button-next {
    width: 8vw;
    height: 8vw;
    top: unset;
    bottom: 0;
    right: 33.33333vw;
  }
  #hr .staff .content .staff_box .swiper-button-next:hover img:first-child {
    display: none;
  }
  #hr .staff .content .staff_box .swiper-button-next:hover img:last-child {
    display: block;
  }
  #hr .staff .content .staff_box .swiper-button-next img {
    width: 100%;
    height: 100%;
  }
  #hr .staff .content .staff_box .swiper-button-next img:first-child {
    display: block;
  }
  #hr .staff .content .staff_box .swiper-button-next img:last-child {
    display: none;
  }
  #hr .staff .content .staff_box .swiper-button-next::after {
    content: '';
  }
  #hr .joinus .white {
    color: #111;
    font-size: 9.06667vw !important;
  }
  #hr .joinus .container {
    padding: 0 0vw;
  }
  #hr .joinus .info {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #hr .joinus .full-content {
    height: 115.2vw;
  }
}
