.page-content-tab {
  height: 80px;
  line-height: 80px;
  margin: 0 auto;
  padding-left: 18.75%;
}

.page-content-tab ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-content-tab ul li {
  padding: 0 60px;
  display: inline-block;
  font-size: 16px;
  color: #BCBCBC;
  cursor: pointer;
  position: relative;
}

.page-content-tab ul li:not(:last-child)::after {
  content: '';
  border-right: 1px solid #F1F1F1;
  height: 30px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15px;
}

.page-content-tab ul li.active-tab {
  color: #000000;
  font-weight: bold;
}

.special-banner,
.single-banner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.special-banner {
  background-image: url(../../images/kj-banner-special-bg.png);
  height: 576px;
  margin: 70px 0 60px;
}

.special-life-banner,
.single-banner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.special-life-banner {
  background-image: url(../../images/kj-life4.png);
  height: 576px;
  margin: 15px 0 60px;
}

.single-banner {
  background-image: url(../../images/kj-banner-talent.png);
  height: 400px;
}

.container-partition-title {
  margin: 0 auto;
  text-align: center;
  font-size: 30px;
  padding: 70px 0;
  font-weight: bold;
}

.module-title {
  padding-bottom: 17px;
}

.module-desc {
  font-size: 16px;
  color: #414141;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.profile-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  position: relative;
}

.profile-wrapper {
  font-size: 16px;
  line-height: 45px;
  max-width: 1200px;
}

.bottom-bg-wrapper {
  background: url(../../images/kj-bg-line.png);
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 600px;
  z-index: 1;
  bottom: 0;
  background-size: 100%;
  background-position: top center;
}

.profile-group-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.life-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  width: 1200px;
  /*margin: 0 auto;*/
}

.talent-item {
  width: 18.5%;
  border: 1px solid #DFDFDF;
  text-align: center;
  height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: .15s;
}

.talent-item:hover {
  /*box-shadow: 0px 22px 35px rgba(35, 44, 67, 0.07);*/
  /*border-color: #FFFFFF;*/
}

.talent-item img {
  width: 86px;
  height: 86px;
  margin: 0 auto;
}

.talent-item p {
  padding-top: 24px;
  font-size: 20px;
  font-weight: bold;
}

.life-container {
  position: relative;
}

.welfare-box {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  width: 1200px;
  /*margin: 0 auto;*/
  position: relative;
  z-index: 2;
}

.welfare-box .welfare-column {
  display: flex;
  flex-basis: 100%;
  justify-content: space-between;
}

.welfare-column .welfare-item {
  width: 48.5%;
  background-color: #F5F5F5;
  height: 210px;
  margin-bottom: 34px;
  padding-left: 130px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.welfare-column .welfare-item-special1,
.welfare-column .welfare-item-normal {
  height: 210px;
  margin-bottom: 34px;
  padding-left: 72px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;

}

.welfare-column .welfare-item-special,
.welfare-column .welfare-item-normal {
  height: 210px;
  margin-bottom: 34px;
  padding-left: 72px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;

}

.welfare-column .welfare-item-special {
  width: 67%;
  background-image: url(../../images/kj-bg-institution.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #FFFFFF;
  line-height: 32px;
}

.welfare-column .welfare-item-special1 {
  width: 67%;
  background-image: url(../../images/kj-rc6.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #FFFFFF;
  line-height: 32px;
}

.welfare-column .welfare-item-normal {
  width: 31%;
  background-color: #F5F5F5;
}

.welfare-item-normal .normal-num,
.welfare-item-normal .normal-title {
  font-weight: bold;
}

.welfare-item-normal .normal-num {
  font-size: 34px;
  padding-bottom: 24px;
}

.welfare-item-normal .normal-title {
  font-size: 20px;
  padding-bottom: 10px;
}

.welfare-item-normal .normal-desc {
  font-size: 16px;
}

.welfare-item p {
  line-height: 32px;
  font-size: 16px;
  font-weight: 400;
}

.welfare-item i {
  display: inline-block;
  width: 30px;
  height: 24px;
  vertical-align: text-bottom;
}

.welfare-item i.icon-salary {
  background: url(../../images/kj-icon-salary.png) no-repeat;
}

.welfare-item i.icon-canteen {
  background: url(../../images/kj-icon-canteen.png) no-repeat;
}

.welfare-item i.icon-insurance {
  background: url(../../images/kj-icon-insurance.png) no-repeat;
}

.welfare-item i.icon-housing {
  background: url(../../images/kj-icon-housing.png) no-repeat;
}

.welfare-item .item-header {
  padding-left: 5px;
  font-size: 24px;
  font-weight: bold;
}

.life-item {
  width: 31.5%;
  text-align: center;
}

.life-item img {
  height: 277px;
}

.life-item p {
  padding: 25px 0 40px;
  font-size: 20px;
  font-weight: bold;
}

.partition-line {
  position: relative;
  width: 1200px;
  margin: 156px auto 60px;
  height: 1px;
}

.partition-line img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.talent-swiper-item {
  position: relative;
}

.talent-swiper-item .bottom-txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 133px;
  color: #FFFFFF;
  padding: 0 38px;
  box-sizing: border-box;

  background: rgb(30, 87, 153);
  /* Old browsers */
  background: -moz-linear-gradient(left, rgba(68, 68, 68, 1) 0%, rgba(68, 68, 68, 1) 50%, rgba(201, 201, 201, 0.6) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(68, 68, 68, 1) 0%, rgba(68, 68, 68, 1) 50%, rgba(201, 201, 201, 0.6) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(68, 68, 68, 1) 0%, rgba(68, 68, 68, 1) 50%, rgba(201, 201, 201, 0.6) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#c9c9c9', GradientType=0);
  /* IE6-9 */

  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bottom-txt .txt-swiper-title {
  font-size: 20px;
  font-weight: bold;
}

.bottom-txt .txt-swiper-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

/* 重置swiper */
.layui-carousel-ind {
  top: 30px;
}

.layui-carousel-ind ul {
  border-radius: 0;
  background: transparent;
}

.layui-carousel-ind li {
  background-color: #f8d0d2;
}

.layui-carousel-ind li.layui-this {
  background-color: #DF343B;
}

.layui-carousel-arrow {
  width: 57px;
  height: 161px;
  background-color: rgba(255, 255, 255, 0.65);
  border-radius: 0;
  margin-top: -80px;
}

.layui-carousel-arrow:hover,
.layui-carousel-ind ul:hover {
  background-color: rgba(255, 255, 255, 0.65);
}

.layui-carousel-arrow:first-of-type::before {
  content: '<';
  font-size: 60px;
}

.layui-carousel-arrow:last-of-type::before {
  content: '>';
  font-size: 60px;
}

.ft-pic-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 18px;
}

.newModuleWrap {

}

.newModuleWrap .planBox {
  text-align: center;
}

.newModuleWrap .planBox .planLogo {
  width: 213px;
  margin: 40px 0 48px 0;
}

.newModuleWrap .planBox .planText {
  width: 722px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #414141;
  line-height: 45px;
  margin: 0 auto;
}

.newModuleWrap .planBox .planDetail {
  width: 924px;
  margin: 48px 0;
}

.newModuleWrap .planBox .planList {
  padding: 72px 0 36px 0;
  width: 794px;
  margin: 0 auto;
}

.newModuleWrap .planBox .planList p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 79px;
}

.newModuleWrap .planBox .planList img {
  width: 368px;
}

.newModuleWrap .planBox .planList span {
  display: inline-block;
  width: 390px;
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  color: #414141;
  line-height: 45px;
}
