.staffCare .banner {
  width: 100%;
  height: 450px;
  position: relative;
  overflow: hidden;
}
.staffCare .banner .pic {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
}
.staffCare .banner .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 108px;
  z-index: 20;
}
.staffCare .banner .content .title {
  font-weight: 700;
  font-size: 42px;
  color: #28282d;
  line-height: 56px;
}
.staffCare .banner .content .desc {
  margin-top: 10px;
  font-weight: 300;
  font-size: 20px;
  color: rgba(40, 40, 45, 0.5);
  line-height: 30px;
}
.staffCare .banner .content .desc p {
  white-space: pre-wrap;
}
.staffCare .sub-nav-section {
  position: sticky;
  top: 60px;
  background-color: #ffffff;
  z-index: 888;
}
.staffCare .sub-nav-section .sub-nav-list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.staffCare .sub-nav-section .sub-nav-list::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: rgba(40, 40, 45, 0.3);
}
.staffCare .sub-nav-section .sub-nav-item {
  margin-right: 90px;
  padding: 66px 0 20px;
  font-weight: 300;
  font-size: 18px;
  color: rgba(40, 40, 45, 0.5);
  line-height: 24px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.staffCare .sub-nav-section .sub-nav-item:last-child {
  margin-right: 0;
}
.staffCare .sub-nav-section .sub-nav-item::after {
  opacity: 0;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #203ae6;
  z-index: 1;
}
.staffCare .sub-nav-section .sub-nav-item.active {
  font-weight: 500;
  color: #203ae6;
}
.staffCare .sub-nav-section .sub-nav-item.active::after {
  opacity: 1;
}
.staffCare .culture-section {
  padding: 64px 0 130px;
  background: #f5f5fa;
}
.staffCare .culture-section .culture .content {
  margin-top: 64px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.staffCare .culture-section .culture-list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 12px;
  overflow: hidden;
}
.staffCare .culture-section .culture-item {
  -webkit-flex: 0 0 300px;
  -moz-box-flex: 0;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
  height: 500px;
  position: relative;
}
.staffCare .culture-section .culture-item:hover .culture-item-mask, .staffCare .culture-section .culture-item.active .culture-item-mask {
  opacity: 0;
}
.staffCare .culture-section .culture-item:hover .culture-item-mask-second, .staffCare .culture-section .culture-item.active .culture-item-mask-second {
  opacity: 1;
}
.staffCare .culture-section .culture-item:hover .en-name, .staffCare .culture-section .culture-item.active .en-name {
  -webkit-transform: translate3d(0, -340px, 0);
  -moz-transform: translate3d(0, -340px, 0);
  transform: translate3d(0, -340px, 0);
}
.staffCare .culture-section .culture-item-pic {
  width: 100%;
  height: 100%;
}
.staffCare .culture-section .culture-item-pic .img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.staffCare .culture-section .culture-item-mask {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: -webkit-linear-gradient(bottom, #323241 0%, rgba(50, 50, 65, 0) 37%);
  background: -moz-linear-gradient(bottom, #323241 0%, rgba(50, 50, 65, 0) 37%);
  background: -o-linear-gradient(bottom, #323241 0%, rgba(50, 50, 65, 0) 37%);
  background: linear-gradient(360deg, #323241 0%, rgba(50, 50, 65, 0) 37%);
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.staffCare .culture-section .culture-item-mask-second {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  background: -webkit-linear-gradient(bottom, #203ae6 36%, rgba(32, 58, 230, 0.7) 100%);
  background: -moz-linear-gradient(bottom, #203ae6 36%, rgba(32, 58, 230, 0.7) 100%);
  background: -o-linear-gradient(bottom, #203ae6 36%, rgba(32, 58, 230, 0.7) 100%);
  background: linear-gradient(360deg, #203ae6 36%, rgba(32, 58, 230, 0.7) 100%);
  -webkit-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.staffCare .culture-section .culture-item-con {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 40px;
  z-index: 3;
}
.staffCare .culture-section .culture-item-con .en-name {
  font-weight: 900;
  font-size: 36px;
  color: #ffffff;
  line-height: 48px;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.staffCare .culture-section .culture-item-con .zh-name {
  font-weight: 300;
  font-size: 24px;
  color: #ffffff;
  line-height: 32px;
}
.staffCare .talent-section {
  padding: 100px 0 20px;
  background: #fff;
}
.staffCare .talent-section .talent .content {
  margin-top: 64px;
}
.staffCare .talent-section .talent .content img {
  display: block;
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
  object-fit: cover;
}
.staffCare .college-section {
  padding: 100px 0;
  background: #fff;
}
.staffCare .college-section .college .content {
  margin-top: 64px;
}
.staffCare .college-section .college .content img {
  display: block;
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
  object-fit: cover;
}
.staffCare .climate-section {
  padding: 100px 0 120px;
  background: rgb(32, 58, 230);
}
.staffCare .climate-section .climate .title {
  color: #ffffff;
}
.staffCare .climate-section .climate .content {
  margin-top: 64px;
}
.staffCare .climate-section .card-module-top {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 300px;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.staffCare .climate-section .climate-top-first {
  position: relative;
  -webkit-flex: 0 0 600px;
  -moz-box-flex: 0;
  -ms-flex: 0 0 600px;
  flex: 0 0 600px;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.staffCare .climate-section .climate-top-second {
  position: relative;
  -webkit-flex: 0 0 276px;
  -moz-box-flex: 0;
  -ms-flex: 0 0 276px;
  flex: 0 0 276px;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.staffCare .climate-section .climate-top-third {
  position: relative;
  -webkit-flex: 0 0 276px;
  -moz-box-flex: 0;
  -ms-flex: 0 0 276px;
  flex: 0 0 276px;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.staffCare .climate-section .card-module-bottom {
  margin-top: 24px;
  width: 100%;
  height: 300px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.staffCare .climate-section .climate-bottom-first,
.staffCare .climate-section .climate-bottom-second,
.staffCare .climate-section .climate-bottom-third {
  position: relative;
  -webkit-flex: 0 0 384px;
  -moz-box-flex: 0;
  -ms-flex: 0 0 384px;
  flex: 0 0 384px;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.staffCare .climate-section .climate-pic {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.staffCare .climate-section .climate-con {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  padding: 32px 40px;
}
.staffCare .climate-section .climate-name {
  font-weight: 700;
  font-size: 20px;
  color: #ffffff;
  line-height: 27px;
}
.staffCare .climate-section .climate-desc {
  margin-top: 12px;
  font-weight: 300;
  font-size: 14px;
  color: #ffffff;
  line-height: 19px;
}
.staffCare .join-section {
  padding: 100px 0 120px;
  background: #f5f5fa;
  overflow: hidden;
}
.staffCare .join-section .join .content {
  margin-top: 64px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.staffCare .join-section .join .content .article-list {
  -webkit-flex: 0 0 792px;
  -moz-box-flex: 0;
  -ms-flex: 0 0 792px;
  flex: 0 0 792px;
}
.staffCare .join-section .join-info {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.staffCare .join-section .join-info-con {
  -webkit-flex: 0 0 408px;
  -moz-box-flex: 0;
  -ms-flex: 0 0 408px;
  flex: 0 0 408px;
  padding-right: 100px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.staffCare .join-section .join-info-con .welcome {
  padding-top: 72px;
  font-weight: 700;
  font-size: 20px;
  color: #28282d;
  line-height: 30px;
}
.staffCare .join-section .join-info-con .welcome p{
  white-space: pre-wrap;
}
.staffCare .join-section .join-info-con .resume {
  margin-top: 96px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.staffCare .join-section .join-info-con .resume .icon {
  display: block;
  -webkit-flex: 0 0 48px;
  -moz-box-flex: 0;
  -ms-flex: 0 0 48px;
  flex: 0 0 48px;
  height: 48px;
  -o-object-fit: cover;
  object-fit: cover;
}
.staffCare .join-section .join-info-con .resume .label-email {
  margin-left: 20px;
  margin-top: 11px;
}
.staffCare .join-section .join-info-con .resume .label {
  font-weight: 700;
  font-size: 20px;
  color: #28282d;
  line-height: 27px;
}
.staffCare .join-section .join-info-con .resume .email {
  margin-top: 25px;
  font-weight: 300;
  font-size: 16px;
  color: #28282d;
  line-height: 21px;
}
.staffCare .join-section .join-info-pic {
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.staffCare .join-section .join-info-pic img {
  display: block;
  width: auto;
  height: 400px;
}