@charset "UTF-8";
.tip .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.1);
}

.swiper-button-prev, .swiper-button-next {
  width: 56px;
  height: 56px;
  background-image: url("./vendor/Common/images/home/lbt-left-btn.png");
  background-size: 100%;
}

.swiper-button-next {
  transform: rotate(180deg);
}

.shai-box .item {
  padding: 32px 24px;
  width: 384px;
  height: 228px;
  background: linear-gradient(180deg, #eaeef7, #fbfcfe);
  border-radius: 8px;
  border: 4px solid #fff;
  box-shadow: 0 4px 16px 0 rgba(26, 67, 160, 0.08);
  box-sizing: border-box;
}
.shai-box .hd .icon {
  width: 40px;
  height: 40px;
}

.qualific-wrap {
  display: flex;
  flex-direction: column;
  padding-bottom: 40px;
  background: #f0f2f8;
  color: #111217;
}
.qualific-wrap .shai-box {
  display: none;
}
.qualific-wrap .con .admission-list-arrow {
  transform: translateY(-12px);
  width: 32px;
  height: 116px;
  background: url(/vendor/Common/images/home/sanjiao.png) no-repeat 50%;
}
.qualific-wrap .con .li {
  position: relative;
  position: relative;
  /* background: url(/images/home/admission_bg.png); */
  width: 270px;
  height: 128px;
  background-size: 100% 100%;
  margin-top: -12px;
  height: 128px;
}
.qualific-wrap .con .li .p {
  color: #888e9e;
}
.qualific-wrap .con .li .item-bg {
  border: 4px solid #fff;
  width: 220px;
  height: 116px;
  position: relative;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0 4px 16px 0 rgba(26, 67, 160, 0.16);
  cursor: pointer;
  z-index: 2;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.qualific-wrap .con .li .bg-btn {
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  background: #a8c5ff;
  width: 122px;
  height: 55px;
  border-radius: 14px;
  margin: auto;
}

.calendar-wrap {
  background-size: 696px, 102px;
  padding-bottom: 18px;
}
.calendar-wrap .con .bd .li {
  margin-right: 7px;
  flex-shrink: 0;
  background: #fbfcff;
  margin-top: 8px;
  padding: 24px 16px;
  width: 164px;
  height: 242px;
  background-size: 100% 100%;
  box-sizing: border-box;
}
.calendar-wrap .con .bd .li .btn {
  position: relative;
  text-align: center;
  color: #fff;
  font-weight: 700;
  background: #0547c2;
  box-shadow: 0 2px 4px 0 rgba(22, 63, 155, 0.3);
  border-radius: 18px;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 0;
  width: 132px;
  height: 32px;
  padding-bottom: 5px;
}
.calendar-wrap .con .bd .li .btn::before {
  position: absolute;
  left: 0;
  right: 0;
  top: -2px;
  bottom: 2px;
  display: block;
  content: "";
  background: linear-gradient(180deg, #296afd, #1f5ce7);
  box-shadow: inset 0 -1px 4px 0 #527bd9;
  border-radius: 18px;
  z-index: -1;
}
.calendar-wrap .con .bd .li .disabled {
  opacity: 0.5;
}
.calendar-wrap .con .bd .li .p {
  color: #505463;
}
.calendar-wrap .con .bd .active {
  background-size: 100% 100% !important;
  background: url(/vendor/Common/images/home/calendar_normal_bg.png);
  box-shadow: 0 4px 8px 0 rgba(26, 67, 160, 0.08);
}
.calendar-wrap .con .hd .li {
  margin-bottom: 4px;
  width: 164px;
  height: 48px;
  font-weight: 700;
  text-align: center;
  line-height: 48px;
  background: linear-gradient(320deg, #eff3fe, #f5f8ff);
  border-radius: 8px;
}

.target-wrap {
  margin-top: 40px;
  background-size: cover;
  background: url(/vendor/Common/images/home/recruitment_target_bg.png);
  background-size: 100% 100%;
}
.target-wrap .con .li {
  margin-right: 20px;
  width: 33.33333%;
  padding-left: 12px;
  padding-right: 12px;
  background: linear-gradient(180deg, #eaeef7, #fbfcfe);
  border: 4px solid #fff;
  border-radius: 8px;
  box-shadow: 0 4px 16px 0 rgba(26, 67, 160, 0.08);
  box-sizing: border-box;
  height: 216px;
  padding: 28px;
}
.target-wrap .con .li .p {
  color: #505463;
  margin-top: 16px;
  font-size: 16px;
  line-height: 24px;
}
.target-wrap .con .li .cd {
  font-weight: 700 !important;
  color: #111217;
  margin-top: 24px;
  font-size: 24px;
  line-height: 32px;
}
.target-wrap .con .li .hd .icon {
  width: 32px;
  height: 32px;
}
.target-wrap .con .li .hd .tit {
  color: #505463;
  font-size: 16px;
  line-height: 32px;
}
.target-wrap .desc {
  text-align: center;
  font-weight: 700;
  color: #505463;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 24px;
}

.student-wrap .mobile-con {
  display: none;
}
.student-wrap .con .li {
  position: relative;
  margin-right: 24px;
  padding: 24px 16px;
  display: inline-block;
  width: 242px;
  height: 400px;
  overflow-y: hidden;
  border-radius: 8px;
  flex-shrink: 0;
  box-sizing: border-box;
  cursor: pointer;
  transition: width 0.4s ease;
  background: url(/vendor/Common/images/home/student_bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  box-shadow: 0 4px 16px 0 rgba(26, 67, 160, 0.08);
  position: relative;
  overflow: hidden;
}
.student-wrap .con .li .md {
  margin-top: 32px;
  color: #505463;
  font-size: 12px;
  text-align: right;
  line-height: 18px;
  white-space: nowrap;
}
.student-wrap .con .li .bd {
  margin-top: 12px;
  font-size: 14px;
  line-height: 22px;
}
.student-wrap .con .li .cd {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.student-wrap .con .li .hd .title {
  margin-left: 10px;
  font-size: 14px;
}
.student-wrap .con .li .hd .avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.student-wrap .con .li .hd,
.student-wrap .con .li .cd,
.student-wrap .con .li .bd,
.student-wrap .con .li .md {
  color: #fff;
}
.student-wrap .con .li .man-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.student-wrap .con .current {
  width: 402px;
}
.student-wrap .con .current .hd,
.student-wrap .con .current .cd,
.student-wrap .con .current .bd,
.student-wrap .con .current .md {
  width: 350px;
  color: #111217;
}

.jing-wrap {
  background: #f5f8ff;
  width: 100%;
  height: 700px;
}

#trainCamp {
  padding-top: 40px;
}
#trainCamp .con .li {
  position: relative;
  border: 4px solid #fff;
  border-radius: 8px;
  box-shadow: 0 4px 16px 0 rgba(26, 67, 160, 0.16);
  box-sizing: border-box;
  background: url(/vendor/Common/images/home/bg_tranining_camp_item.png);
  background-size: auto;
  background-size: 100% 100%;
  margin-bottom: 24px;
  padding: 28px;
  height: 224px;
  width: 384px;
  margin-right: 24px;
  transition: 500ms ease-in-out;
}
#trainCamp .con .li:hover {
  transform: translateY(-5px);
}
#trainCamp .con .li .p {
  color: #505463;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  z-index: 2;
}
#trainCamp .con .li .h4 {
  font-weight: 700 !important;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 32px;
  position: relative;
  z-index: 2;
}
#trainCamp .con .li:nth-child(3n) {
  margin-right: 0;
}
#trainCamp .con .li::after {
  content: "";
  right: 28px;
  bottom: 16px;
  width: 114px;
  height: 140px;
  display: block;
  position: absolute;
  background: url(/vendor/Common/images/home/camp_dkkc.png);
  background-size: 100% 100%;
}
#trainCamp .con .li:nth-child(1n)::after {
  background: url(/vendor/Common/images/home/camp_dkkc.png);
  background-size: 100% 100%;
}
#trainCamp .con .li:nth-child(2n)::after {
  background: url(/vendor/Common/images/home/camp_offer.png);
  background-size: 100% 100%;
}
#trainCamp .con .li:nth-child(3n)::after {
  background: url(/vendor/Common/images/home/camp_zyrz.png);
  background-size: 100% 100%;
}
#trainCamp .con .li:nth-child(4n)::after {
  background: url(/vendor/Common/images/home/camp_qcbx.png);
  background-size: 100% 100%;
}
#trainCamp .con .li:nth-child(5n)::after {
  background: url(/vendor/Common/images/home/camp_xjdj.png);
  background-size: 100% 100%;
}
#trainCamp .con .li:nth-child(6n)::after {
  background: url(/vendor/Common/images/home/camp_xmsz.png);
  background-size: 100% 100%;
}

.lbt {
  position: relative;
  width: 100%;
  height: 100vh;
  background: #f0f0f0;
}
.lbt .zlbt {
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
}
.lbt .zlbt .tomore {
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: auto;
}
.lbt .zlbt .todown {
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  margin: auto;
}
.lbt .zlbt .entry-btn {
  margin-top: 2%;
}
.lbt .zlbt .entry-btn .btn {
  color: #fff;
  background: #2a6aff;
  border-radius: 8px;
  box-sizing: border-box;
  cursor: pointer;
  padding: 13px 32px;
  font-size: 22px;
  line-height: 30px;
}
.lbt .zlbt .mini-title {
  width: 471px;
}
.lbt .video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.box-title {
  padding-top: 3%;
}
.box-title .p {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 26px;
  margin-top: 2px;
  color: #b7bbc4;
  font-weight: 700;
}
.box-title .h3 {
  font-weight: 700 !important;
  font-size: 32px;
  line-height: 48px;
}

/* 样式 */
.jing-con {
  position: relative;
}
.jing-con .li {
  overflow: hidden;
  border-radius: 35px;
  height: 800px;
}
.jing-con .li .img {
  width: 100%;
  height: 100%;
}

.icon-video {
  display: none;
}

@media screen and (max-width: 767px) {
  .lbt {
    height: 400px;
  }
  .lbt .zlbt {
    height: 400px;
    padding-top: 35px;
  }
  .lbt .zlbt .entry-btn .btn {
    padding: 8px 16px;
    font-size: 16px;
    line-height: 24px;
  }
  .lbt .zlbt .todown,
.lbt .zlbt .tomore {
    display: none;
  }
  .lbt .zlbt .icon-video {
    display: block;
    margin-top: 12px;
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
  }
  .lbt .mini-title {
    width: 275px !important;
  }
  .box-title .h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .box-title .p {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 26px;
    margin-top: 2px;
  }
  #trainCamp .con {
    flex-direction: column;
  }
  #trainCamp .con .li {
    width: 100%;
    height: 170px;
  }
  #trainCamp .con .li .h4 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 4px;
  }
  #trainCamp .con .li .p {
    position: relative;
    font-size: 14px;
    line-height: 22px;
    z-index: 1;
  }
  .target-wrap .box-title,
.jing-wrap .box-title,
.student-wrap .box-title {
    margin-top: 20px;
  }
  .jing-wrap {
    height: 100%;
    padding-bottom: 60px;
  }
  .jing-wrap .box-title {
    margin-top: 20px;
  }
  .jing-wrap .jing-con .li {
    height: 155px;
    border-radius: 6px;
  }
  .student-wrap .con {
    display: none;
  }
  .student-wrap .mobile-con {
    display: block;
    width: 100%;
    overflow: hidden;
    padding-bottom: 20px;
  }
  .student-wrap .mobile-con .li {
    margin-left: 16px;
    padding: 0 16px 24px;
    box-shadow: 0 4px 16px 0 rgba(26, 67, 160, 0.08);
    border-radius: 8px;
    width: 100%;
  }
  .student-wrap .mobile-con .li .avatar {
    margin: 0 -16px;
    height: 150px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
  }
  .student-wrap .mobile-con .li .head {
    font-size: 14px;
    margin-top: -10px;
    font-weight: 700;
    line-height: 56px;
  }
  .student-wrap .mobile-con .li .head .avatar-wrap {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
  }
  .student-wrap .mobile-con .li .head .avatar-wrap .head-img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
  }
  .student-wrap .mobile-con .li .h5 {
    margin-top: 12px;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
  }
  .student-wrap .mobile-con .li .p {
    margin-top: 12px;
    line-height: 22px;
    font-size: 14px;
  }
  .student-wrap .mobile-con .li .bd {
    margin-top: 16px;
    font-size: 12px;
    color: #757a8a;
    text-align: right;
  }
  .qualific-wrap {
    display: flex;
    flex-direction: column;
    background-color: #f0f2f8;
    padding-top: 20px;
  }
  .qualific-wrap .shai-box {
    display: flex;
  }
  .qualific-wrap .shai-box .tip {
    display: flex;
    font-size: 12px;
  }
  .qualific-wrap .shai-box .tip .icon {
    width: 24px;
    height: 24px;
  }
  .qualific-wrap .box-title {
    margin-top: 40px;
  }
  .qualific-wrap .con {
    flex-direction: column;
  }
  .qualific-wrap .con .admission-list-arrow {
    transform: rotate(90deg);
  }
  .qualific-wrap .con .li {
    width: 100%;
    height: auto;
  }
  .qualific-wrap .con .li .item-bg {
    padding-top: 19px;
    height: auto;
    width: 100%;
    box-shadow: 0 4px 3px 0 rgba(26, 67, 160, 0.16);
    padding-bottom: 20px;
  }
  .qualific-wrap .con .shai-box .item {
    margin-bottom: 18px;
    padding: 32px 24px 10px 24px;
    width: 100%;
    height: 100%;
    background: #fff;
  }
  .target-wrap {
    padding-top: 20px;
  }
  .target-wrap .desc {
    padding: 0 30px;
    font-size: 14px;
  }
  .target-wrap .con {
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
  }
  .target-wrap .con .li {
    height: 175px;
    width: 100%;
    margin-top: 16px;
    padding: 20px 20px 26px;
  }
  .target-wrap .con .li .hd .icon {
    width: 28px;
    height: 28px;
  }
  .target-wrap .con .li .hd .tit {
    font-size: 14px;
  }
  .target-wrap .con .li .cd {
    margin-top: 16px;
    font-size: 18px;
    line-height: 26px;
  }
  .target-wrap .con .li .p {
    margin-top: 7px;
    font-size: 14px;
    line-height: 22px;
  }
  .calendar-wrap .hd {
    display: none;
  }
  .calendar-wrap .con .bd .li {
    padding: 12px 12px 0;
    width: 31%;
    margin-right: 3%;
  }
  .calendar-wrap .con .bd .li .btn {
    width: 100%;
    font-size: 12px;
  }
  .calendar-wrap .con .bd .li .p {
    padding-top: 4px;
    font-size: 16px;
    padding-bottom: 6px;
  }
  .calendar-wrap .con .bd .li:nth-child(3n) {
    margin-right: 0;
  }
  .tip {
    display: none;
  }
  .pc-shai-box {
    display: none;
  }
}/*# sourceMappingURL=home.css.map */