/* 人力资源 */
.banner {
  height: 502px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
}
.banner .wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-top: 100px;
  box-sizing: border-box;
}
.banner .text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.banner .text p {
  opacity: 0;
  animation: fadeInUp 1s forwards;
  -webkit-animation: fadeInUp 1s forwards;
}
.banner .text p:nth-child(1) {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 15px;
}
.banner .text p:nth-child(2) {
  font-size: 26px;
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}
.banner .crumbs {
  font-size: 14px;
  padding: 10px 0 10px 20px;
  background: url(../images/icon_home.svg) no-repeat left center;
}
.top-tab-link li a .icon {
  background: url(../images/human_resources/top_tab_icons.png) no-repeat center;
}
.top-tab-link li:nth-child(1) a .icon {
  background-position: 8px -5px;
}
.top-tab-link li:nth-child(2) a .icon {
  background-position: -43px -5px;
}
.top-tab-link li:nth-child(1).current a .icon {
  background-position: 8px -41px;
}
.top-tab-link li:nth-child(2).current a .icon {
  background-position: -43px -41px;
}
.human-resources-content {
  padding: 70px 0;
}
.page-h1 {
  margin-bottom: 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-h1 .title {
  font-size: 26px;
  font-weight: 700;
}
.page-h1 .title span {
  color: #707070;
  font-size: 16px;
  font-weight: normal;
  margin-left: 10px;
  padding-left: 10px;
  position: relative;
}
.page-h1 .title span:before {
  content: '';
  height: 28px;
  width: 1px;
  background-color: #30c2ff;
  position: absolute;
  top: -5px;
  left: 0;
  transform: rotate(22deg);
}
.ceo-video {
  width: 989px;
  height: 557px;
  position: relative;
  margin: 0 auto;
}
.ceo-video .con {
  background: #f5f5f5;
  position: relative;
  cursor: pointer;
  height: 100%;
}
.ceo-video .con .cover {
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.ceo-video .con .cover:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  transition: opacity 0.3s ease;
  opacity: 0;
}
.ceo-video .con .cover img {
  width: 100%;
  height: 100%;
}
.ceo-video .con .play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -71px 0 0 -71px;
  transition: all 0.3s ease;
  z-index: 2;
  width: 142px;
  height: 142px;
  background: url(../images/human_resources/play_white.svg) no-repeat center;
}
.ceo-video .con:hover .play {
  opacity: 1;
  pointer-events: none;
  background: url(../images/human_resources/play_blue.svg) no-repeat center;
}
.ceo-video .con:hover .cover:after {
  opacity: 1;
}
.video-view {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 101;
}
.video-view .video {
  position: absolute;
  left: 50%;
  top: 20%;
  margin-left: -500px;
  z-index: 100;
  width: 1000px;
}
.vclose {
  position: absolute;
  right: 1%;
  top: 1%;
  border-radius: 100%;
  cursor: pointer;
}
.ceo-video-title {
  font-size: 18px;
  text-align: center;
  margin-top: 38px;
}
.talent-concept .top {
  background: #fff;
  padding: 69px;
}
.talent-concept .top {
  display: flex;
  margin-bottom: 85px;
}
.talent-concept-thumbs:after {
  content: '';
  position: absolute;
  width: 100%;
  border-bottom: 1px solid #30c2ff;
  left: 0;
}
.talent-concept-thumbs .swiper-wrapper {
  justify-content: center;
}
.talent-concept-thumbs .swiper-wrapper .swiper-slide {
  width: auto !important;
  font-size: 18px;
  color: #000;
  margin: 0 90px;
  padding-bottom: 15px;
  cursor: pointer;
}
.talent-concept-thumbs .swiper-wrapper .swiper-slide:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #30c2ff;
  left: 50%;
  margin-left: -5px;
  bottom: -5px;
}
.talent-concept-thumbs .swiper-wrapper .swiper-slide-thumb-active {
  color: #30c2ff;
}
.talent-concept-thumbs .swiper-wrapper .swiper-slide-thumb-active:after {
  background: rgb(48, 194, 255);
  transform: scale(0.8);
  animation: ripple 0.8s linear infinite;
}
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(48, 194, 255, 0.1), 0 0 0 0.1em rgba(48, 194, 255, 0.2), 0 0 0 0.3em rgba(48, 194, 255, 0.3);
  }
  100% {
    box-shadow: 0 0 0 0.1em rgba(48, 194, 255, 0.1), 0 0 0 0.3em rgba(48, 194, 255, 0.3), 0 0 0 1em rgba(48, 194, 255, 0);
  }
}
.talent-concept-desc-swiper {
  flex: 1;
}
.talent-concept-desc-swiper .title-1 {
  margin-bottom: 15px;
}
.talent-concept-desc-swiper .title-1 span {
  display: inline-block;
  color: #30c2ff;
  font-size: 26px;
  font-weight: 700;
  position: relative;
  border-bottom: 1px solid #30c2ff;
  padding-bottom: 3px;
}
.talent-concept-desc-swiper .title-2 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}
.talent-concept-desc-swiper .desc {
  line-height: 1.75;
  font-size: 14px;
  max-height: 400px;
}
.talent-concept-desc-swiper .swiper-slide > * {
  opacity: 0;
  transition: all 0.4s;
  transform: translateY(25px);
}
.talent-concept-desc-swiper .swiper-slide-active > * {
  opacity: 1;
  transform: none;
}
.talent-concept-desc-swiper .swiper-slide-active > *:nth-child(1) {
  transition-delay: 0.3s;
}
.talent-concept-desc-swiper .swiper-slide-active > *:nth-child(2) {
  transition-delay: 0.4s;
}
.talent-concept-desc-swiper .swiper-slide-active > *:nth-child(3) {
  transition-delay: 0.5s;
}
.talent-concept-img-swiper {
  flex-basis: 544px;
  flex-shrink: 0;
  margin: 58px 0 0 70px !important;
}
.talent-concept-img-swiper .swiper-wrapper {
  height: 306px;
}
.talent-concept-img-swiper .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition-duration: 0.6s !important;
}
.talent-concept-img-swiper .swiper-button-prev,
.talent-concept-img-swiper .swiper-button-next {
  width: 66px;
  height: 66px;
  background: none;
  top: 360px;
}
.talent-concept-img-swiper .swiper-button-prev svg,
.talent-concept-img-swiper .swiper-button-next svg {
  fill: #30c2ff;
}
.talent-concept-img-swiper .swiper-button-prev {
  left: calc(50% - 80px);
}
.talent-concept-img-swiper .swiper-button-next {
  right: calc(50% - 80px);
}
.talent-concept-img-swiper .swiper-button-disabled {
  opacity: 0.6 !important;
}
.talent-concept-img-swiper .swiper-button-disabled svg {
  fill: #e8e8e8;
}
@media screen and (max-width: 1600px) {
  .talent-concept .swiper-container {
    flex: 1;
  }
}
.promotion {
  height: 1080px;
  background: url(../images/human_resources/img_1.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
}
.promotion .title {
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  padding: 66px 0 80px;
}
.promotion .content {
  display: flex;
  justify-content: space-between;
}
.promotion .label {
  font-size: 26px;
  font-weight: 600;
  color: #30c2ff;
  margin-bottom: 25px;
}
.promotion .item ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.promotion .item ul li {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  margin-bottom: 24px;
  text-align: center;
  font-size: 16px;
  position: relative;
  overflow: hidden;
}
.promotion .item:nth-child(1) ul li {
  height: 52px;
  line-height: 52px;
}
.promotion .item:nth-child(2) ul li {
  height: 96px;
  line-height: 96px;
}
.promotion .item ul li:nth-child(1) {
  width: 440px;
}
.promotion .item ul li:nth-child(2) {
  width: 406px;
}
.promotion .item ul li:nth-child(3) {
  width: 360px;
}
.promotion .item ul li:nth-child(4) {
  width: 331px;
}
.promotion .item ul li:nth-child(5) {
  width: 302px;
}
.promotion .item ul li:nth-child(6) {
  width: 270px;
}
.promotion .item ul li:nth-child(7) {
  width: 245px;
}
.promotion .item ul li:nth-child(8) {
  width: 159px;
}
.promotion .item:nth-child(2) ul {
  align-items: flex-end;
}
.promotion .item:nth-child(2) .label {
  text-align: right;
}
.promotion .item ul li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #37474f;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.7, 1, 1);
  transform: scale3d(0.7, 1, 1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.promotion .item ul li:before {
  background-color: rgb(48, 194, 255, 0.5);
}
.promotion .item ul li:hover::before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
