body,
div,
p,
ul,
li,
h1,
h2,
h3,
h4,
h5,
video,
h6 {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-size: inherit;
}

li {
  list-style: none;
}

body {
  color: #000;
  font-size: 16px;
  background: #fff;
}

img {
  display: block;
}
#y_header .container .nav ul .rcjh {
  border-bottom: 2px #238df9 solid;
}
.header {
  overflow: hidden;
}

.video {
  height: 610px;
  background: url(../images/talentPlan/bannner_beijing.png) no-repeat;
  background-size: cover;
}
/* 
.video::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 560px;
  background: #16132b;
  opacity: 0.5;
  z-index: 1;
} */

.video .img {
  width: 1212px;
  height: 436px;
  background: url(../images/talentPlan/banner_qianjing.png) no-repeat;
  background-size: contain;
  margin-top: 142px;
}

.videoBg {
  display: block;
  height: 610px;
  display: flex;
  /* align-items: end; */
  justify-content: center;
}
.talentWrap {
  background: transparent;
  min-width: 1346px;
  max-width: 3200px;
  margin: 0 auto;
}
.highlight {
  color: #ff4400;
}
.highlightT {
  color: #ffce34;
}
/* .header .img {
  display: block;
  height: 520px;
  background: url(../images/talentPlan/banner.png) no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .img img {
  width: 1088px;
  height: 114px;
} */

.screenWrap {
  width: 1400px;
  margin: 0 auto;
}

/* 滚动字幕 */
.subNav {
  height: 75px;
  background: #238dfa;
  position: relative;
  z-index: 1;
}

.btn {
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
.linearBtn {
  height: 32px;
  border-radius: 6px;
  background: linear-gradient(90deg, #ff8728 55%, #ff6c6c 100%);
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  padding: 0 8px;
}
.subNav .screenWrap {
  height: 75px;
  display: flex;
  align-items: center;
  flex: 1;
}
.fontCol {
  color: #ffc000;
}
.subNav .screenWrap .left .btn {
  height: 34px;
  line-height: 34px;
  border: 1.5px solid #ffffff;
  border-radius: 7px;
  padding: 0 10px;
  color: #fff;
}

.subNav .screenWrap .right {
  text-align: right;
}

.subNav .center {
  flex: 1;
  display: flex;
  justify-content: center;
}

.subNav .center .numList {
  display: flex;
  margin-top: -48px;
}

.subNav .center .numList li {
  width: 182px;
  height: 93px;
  overflow: hidden;
  margin: 0 30px;
  text-align: center;
  background: url(../images/talentPlan/btnBg.png) no-repeat;
  background-size: contain;
  color: #fff;
  padding: 25px 0 0;
  line-height: 22px;
}

.subNav .center .numList li .text {
  font-size: 25px !important;
  font-family: Regular;
  line-height: 30px;
}

.subNav .screenWrap .right .btn {
  width: 166px;
  height: 50px;
  line-height: 50px;
  background-image: linear-gradient(270deg, #ffa64f 0%, #ffcf34 100%);
  border: 2px solid #ffffff;
  border-radius: 38px;
  color: #0e0e0e;
  font-size: 20px;
  font-weight: 700;
}

.subNav .screenWrap .right .btn:hover {
  background-image: linear-gradient(270deg, #ffcf34 0%, #ffa64f 100%);
}

.subNav .screenWrap .right .btn:active {
  background-image: linear-gradient(270deg, #ffc818 2%, #ff9630 100%);
}

/* 模块标题 */
.title {
  text-align: center;
  font-size: 16px;
  line-height: 27px;
  padding-bottom: 70px;
  width: 1120px;
  margin: 0 auto;
}

.title .tit {
  color: #0e0e0e;
  font-size: 38px;
  line-height: 53px;
  /* padding-bottom: 18px; */
  font-weight: 600;
  position: relative;
  display: inline-block;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
}

/* 第一个模块*/
.firstScreen {
  padding-top: 80px;
}
.firstScreen .title .tit{
  justify-content: center;
}
.screenMain {
  display: flex;
  align-items: center;
  /* background: #fff; */
  /* border-radius: 12px; */
}
.screenMain img {
  width: 100%;
}
.screenMain .logo {
  position: absolute;
}
.firstScreen .screenCon .left {
  width: 45%;
  padding: 0 76px 0 0;
}
.firstScreen .screenCon .right {
  width: 55%;
}
.screenMainCon .screenConTit {
  /* font-weight: 600; */
  font-size: 24px;
  width: auto;
  padding-bottom: 17px;
}

.screenMainCon .text {
  line-height: 28px;
  max-width: 630px;
  font-size: 16px;
  text-align: justify;
  padding: 0 0 22px;
}

.firstScreen .screenCon .left .btnInfo .btn {
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  border-radius: 6px;
  background: linear-gradient(90deg, #238dfa 55%, #b07ef6 100%);
  color: #fff;
  padding: 0 10px;
  margin-right: 16px;
  cursor: default;
}
.firstScreen .screenCon .left .btnInfo .linearBtn {
  background: linear-gradient(90deg, #ff8728 55%, #ff6c6c 100%);
}

/* .firstScreen .screenCon .left .btnInfo .btn:hover {
  background: #ffe0e0;
}

.firstScreen .screenCon .left .btnInfo .btn:active {
  background: #ffc7c7;
} */

.firstScreen .screenCon .left .img img {
  /* height: 124px; */
  max-width: 554px;
  max-height: 124px;
  width: 100%;
}

.firstScreen .screenCon .right {
  position: relative;
}
.el-carousel__item--card {
  /* width: 100% !important; */
}
.firstScreen .screenCon .right .el-carousel__item{
  /* width: 406px;
  height: 213px; */
  
  /* transform: translateY(-50%); */
  /* margin-left: -18px; */
}
.firstScreen .screenCon .right .el-carousel__item.is-active{
  width: 530px;
  height: 278px !important;
  /* left: 265px;
  margin-left: -265px;
  top: 0; */
  left: -14.8%
}
.firstScreen .screenCon .right .el-carousel__item img {
  /* width: 100%;
  width: 530px;
  height: 278px;
  border-radius: 12px; */
  border-radius: 12px;
background: url(<path-to-image>) lightgray 0 0 / 100% 100% no-repeat;
}
.firstScreen .screenCon .right .el-carousel__button {
  background-color: #a8abb2;
  opacity: 0.4;
}
.firstScreen .screenCon .right .el-carousel__indicators{
  margin: 12px 0 0;
}
.firstScreen .screenCon .right .is-active .el-carousel__button {
  background-color: #a8abb2;
  opacity: 1;
}
.firstScreen .screenCon .right .el-carousel__item {
  height: auto;
}
.firstScreen .screenCon .right .text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 94px;
  font-size: 16px;
  padding-top: 50px;
  padding-left: 24px;
  line-height: 30px;
  text-align: left;
  background-image: linear-gradient(180deg, #00000000 0%, #000000bf 69%);
  color: #fff;
  border-radius: 0 12px 12px 0;
}

.firstScreen .screenCon .right .playBtn {
  width: 90px;
  height: 90px;
  border-radius: 45px;
  position: absolute;
  background: url(../images/talentPlan/videoBtn.png) no-repeat 50% 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

/* 第二个模块*/
.twoScreen {
  background: url(../images/talentPlan/banner2_bg.png) no-repeat 50% 50%;
  background-size: cover;
  margin-top: 50px;
  height: 291px;
}

.twoScreen .screenCon {
  padding: 0 40px;
  height: 291px;
  display: flex;
  align-items: center;
  color: #fff;
}
.twoScreen .screenMainCon .text {
  padding-left: 0;
  padding-bottom: 18px;
}
.screenMain .left,
.screenMain .right {
  width: 50%;
}
.twoScreen .screenCon .right {
  padding: 0 76px 0 68px;
}
.twoScreen .screenCon .right .title {
  width: auto;
}
.twoScreen .screenCon .right .img img {
  height: 52px;
}

.twoScreen .screenCon .left {
  position: relative;
  display: flex;
}
.twoScreen .screenCon .left .text {
}
.twoScreen .screenCon .left .text .tit {
  background: linear-gradient(180deg, #fff 46.34%, #cce5fd 76.42%);
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 32px;
  line-height: 44px;
}
.twoScreen .screenCon .left .text .subTit {
  background: url(../images/talentPlan/pic-Aizi.png) no-repeat;
  background-size: contain;
  width: 524px;
  height: 100px;
}
.twoScreen .screenCon .left img {
  width: 100%;
  /* max-width: 623px; */
  border-radius: 12px 0 0 12px;
}
.twoScreen .screenCon .btnCon{
  padding-top: 24px;
}
.twoScreen .screenCon .btnCon .btn{
  width: 240px;
  padding: 0 22px;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  border-radius: 6px;
  border: 1px solid #FFF;
  background: linear-gradient(90deg, #FF8728 55%, #FF6C6C 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.nextBtn{
  background: url(../images/talentPlan/nextIcon.png) no-repeat 50% 100%;
  background-size: contain;
  display: inline-block;
  width: 12px;
  height: 16px;
  margin-left: 4px;
}
/* 第三模块 */
.threeScreen {
  padding: 80px 0 0;
}
.threeScreen .title {
  padding-bottom: 40px;
}
.threeScreen .title .tit{
  /* display: block; */
  justify-content: center;
}
.threeScreen .linearBtn{
  margin-right: 5px;
}
.threeScreen .screenMain {
  background: url(../images/talentPlan/img_liangdian_bg.png) no-repeat 0 0;
  background-size: contain;
  height: 337px;
  position: relative;
  display: block;
}
.threeScreen .screenMain {
  /* padding: 0 78px 0 70px;
  display: flex; */
}
.threeScreen .screenMain .con {
  padding: 20px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 80%;
}
.threeScreen .screenMain .item {
  /* flex: 1; */
  width: 50%;
}
.threeScreen .screenMain .item:nth-child(odd){
 text-align: right;
}
.threeScreen .screenMain .item:nth-child(even){
  
}
.threeScreen .screenMain .icon {
  display: inline-block;
  height: 67px;
}
.threeScreen .screenMain .icon01 {
  width: 294px;
  height: 67px;
  margin: 0 31px 12px 0;
  background: url(../images/talentPlan/img_tag01.png) no-repeat 100% 50%;
  background-size: contain;
}
.threeScreen .screenMain .icon02 {
  width: 409px;
  height: 69px;
  margin: 0 0 12px 0;
  background: url(../images/talentPlan/img_tag02.png) no-repeat;
  background-size: contain;
}
.threeScreen .screenMain .icon03 {
  width: 407px;
  margin: 0 0 12px 0;
  background: url(../images/talentPlan/img_tag03.png) no-repeat 100% 50%;
  background-size: contain;
}
.threeScreen .screenMain .icon04 {
  width: 239px;
  margin: 0 0 12px 34px;
  background: url(../images/talentPlan/img_tag04.png) no-repeat;
  background-size: contain;
}
.threeScreen .screenMain .icon05 {
  width: 192px;
  margin-right: 38px;
  background: url(../images/talentPlan/img_tag05.png) no-repeat 100% 50%;
  background-size: contain;
}
.threeScreen .screenMain .icon06 {
  width: 405px;
  height: 69px;
  background: url(../images/talentPlan/img_tag06.png) no-repeat;
  background-size: contain;
}
.threeScreen .screenMain .videoText{
  display: flex;
  position: absolute;
  justify-content: center;
  right: 40px;
  bottom: 74px;
  color: #fff;
  font-size: 16px;
}
.threeScreen .screenMain .videoText .videoBtn{
  background: url(../images/talentPlan/btn_play.png) no-repeat 50% 50%;
  background-size: contain;
  width: 44px;
  height: 44px;
  margin-right: 17px;
  cursor: pointer;
}
/* 第四个模块*/
.fourScreen {
  padding: 68px 0 0;
  position: relative;
  z-index: 0;
}
.fourScreen .screenMain {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fourScreen .screenMain .item {
  /* padding: 0 0 0 50px; */
  /* margin-left: -25px; */
  /* margin: 0 12px 0 13px; */
  width: calc(100%);
  /* width: 327px; */
  /* height: 370px; */
  /* background: url(../images/talentPlan/Group_167.png) no-repeat 50% 50%; */
  /* background-size: contain;
  text-align: center; */
  /* position: relative; */
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: -50px !important;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: -40px !important;
}
/* .fourScreen .screenMain .item .text{
  font-size: 18px;
  padding: 28px 0 16px;
  font-weight: 700;
}
.fourScreen .screenMain .item .logoImg{
  text-align: center;
}
.fourScreen .screenMain .item .price{
  font-size: 32px;
  color: #FF6363;
}
.fourScreen .screenMain .item img{
  width: 163px;
  height: 68px;
}
.fourScreen .screenMain .item .tag{

} */
 .swiper-button{
  display: flex;
  text-align: center;
  justify-content: center;
  height: 60px;
  align-items: center;
  padding: 23px 0 0;
 }
.swiper-button-prev,
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  width: 36px;
  height: 36px;
  border-radius: 18px;
  background: #1f2d3d1c !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 16px !important;
  color: #000 !important;
}
.swiper-button-prev,
.swiper-button-next{
  position: static;
  margin: 0 10px;
}
.fontLinearGrad {
  color: #1386f9;
  /* background: -webkit-linear-gradient(270deg, #13D6F9, #1386F9); */
  background-image: linear-gradient(to right, #1386f9 0%, #13d6f9 60%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.fourScreen .title {
  padding-bottom: 60px;
  position: relative;
  /* padding-left: 168px; */
  text-align: center;
}
.fourScreen .title .tit{
  justify-content: center;
}
.fourScreen .con .top {
  position: absolute;
  display: inline-block;
  left: 80px;
  top: -128px;
  width: 160px;
  height: 160px;
  background: url(../images/talentPlan/img_tag_4-7.png) no-repeat 50% 50%;
  background-size: cover;
}
.fourScreen .con{
  position: relative;
}
.timeScreen {
  margin-top: 37px;
  background: url(../images/talentPlan/banner3_bj.png) no-repeat 50% 50%;
  background-size: cover;
  height: 119px;
  display: flex;
  align-items: center;
}
.timeScreen .text {
  color: #fff;
  padding-right: 22px;
}
.timeScreen .con {
  display: flex;
  align-items: center;
  font-size: 14px;
  justify-content: center;
  /* color: #fff; */
}
.countdown {
  display: flex;
  gap: 20px;
  font-family: Arial, sans-serif;
}
.timeScreen .timeFlop .text {
  margin-top: 8px;
}
.timeFlop {
  padding: 0 20px;
  display: flex;
  align-items: center;
}
.timeFlop .separator {
  margin-top: 40px;
  font-size: 18px;
}
.timeFlop .count-flop .count-flop-box {
  width: 50px;
  height: 60px;
  line-height: 60px;
}
.endTime {
  display: flex;
  align-items: center;
}
.endTime .btn {
  display:flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 50px;
  line-height: 50px;
  /* padding: 0 30px; */
  flex-shrink: 0;
  border-radius: 6px;
  border: 1px solid #fff;
  background: linear-gradient(90deg, #ff8728 55%, #ff6c6c 100%);
  color: #fff;
  font-size: 20px;
}
.time-block {
  display: flex;
  /* flex-direction: column; */
  align-items: end;
}

.number-container {
  height: 60px;
  width: 50px;
  overflow: hidden;
  position: relative;
  /* background: #2c3e50;
  border-radius: 8px; */
  /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
  background: url(../images/talentPlan/img_daoijishi_bg.png) no-repeat 50% 50%;
  background-size: contain;
}

.number-scroll {
  position: absolute;
  width: 100%;
  height: 100%;
}

.number-scroll span {
  display: flex;
  height: 60px;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #737373 20.91%, #1c1c1c 100%);
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 32px;
  font-weight: bold;
}

.label {
  margin-top: 8px;
  font-size: 20px;
  color: #fff;
  padding-left: 8px;
}
/* 第五个模块 */
.fiveScreen {
  margin-top: 80px;
}

.fiveScreen .title {
  padding-bottom: 35px;
}
.fiveScreen img {
  margin-top: 15px;
  margin-left: 15px;
  width: calc(100% - 15px);
}
.fiveScreen .left {
  width: 100%;
  margin-left: -10px;
  margin: -10px 0 0 -10px;
}
.fiveScreen .left .imgs {
  display: flex;
}
.fiveScreen .left .imgs img {
  width: calc(50% - 10px);
}
.fiveScreen .right {
  margin-top: -10px;
}
.fiveScreen .title .tit {
  padding-bottom: 20px;
  display: block;
}

.fiveScreen .screenCon .img img {
  width: 100%;
}
.sixScreen {
  /* padding: 0 130px; */
  margin-top: 32px;
  position: relative;
  z-index: 0;
}
.sixScreen .screenMain {
  background: transparent;
  justify-content: center;
  /* display: block; */
}
.sixScreen .title {
  padding-bottom: 56px;
}
.sixScreen .title .tit {
  display: block;
}
.sixScreen .conInfo {
  width: 420px;
}
.sixScreen .conInfo .btn {
  min-width: 420px;
  height: 47px;
  line-height: 47px;
  flex-shrink: 0;
  border-radius: 6px;
  background: linear-gradient(49deg, #238dfa 51.09%, #b07ef6 89.87%);
  color: #fff;
}
.sixScreen .conInfo .conBox {
  border-radius: 12px;
  border: 1px dashed #d8d8d8;
  margin-top: 17px;
  padding: 34px 26px 17px;
  display: flex;
  align-items: center;
}
.sixScreen .conInfo .conBox .conTip {
  width: 100%;
  text-align: center;
  padding-left: 14px;
  margin-top: -12px;
  color: #238dfa;
}
.sixScreen .conInfo .conBox .text span {
  display: block;
  text-align: center;
  width: 315px;
  height: 47px;
  line-height: 47px;
  border-radius: 8px;
  border: 1px solid #d5e2ff;
  background: linear-gradient(180deg, #f2f6ff 0%, #fff 100%);
  box-shadow: 0 0 50px 10px #ffffffcc inset;
  margin-bottom: 21px;
  font-size: 16px;
  color: #000;
}
.sixScreen .conInfo.right .conBox {
  padding: 13px 26px 6px;
}
.sixScreen .conInfo.right .conBox .text span {
  margin-bottom: 10px;
}
.sixScreen .conInfo.right .conBox .conTip {
  padding-left: 0;
  padding-right: 14px;
}
.sixScreen .footerBtn {
  padding: 48px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sixScreen .footerBtn .btn {
  display:flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 50px;
  line-height: 50px;
  flex-shrink: 0;
  border-radius: 6px;
  text-align: center;
  background: linear-gradient(90deg, #2b28ff 55%, #bc5fff 100%);
  margin: 0 21px;
  font-size: 20px;
  color: #fff;
}
.sixScreen .footerBtn .btn .nextBtn{
  margin-left: 12px;
}
.bgBtn {
  display: inline-block;
  width: 250px;
  height: 50px;
  line-height: 50px;
  flex-shrink: 0;
  border-radius: 6px;
  text-align: center;
  border: 1px solid #FFF;
  background: linear-gradient(90deg, #ff8728 55%, #ff6c6c 100%);
  margin: 0 21px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
}
.sixScreen .center {
  width: 194px;
  height: 194px;
  background: #e8eefe;
  border-radius: 96px;
  margin: 0 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.sixScreen .center .tIcon {
  text-align: center;
  color: #238dfa;
}
.sixScreen .center .text {
  width: 194px;
  padding-top: 11px;
  font-size: 18px;
  font-weight: 550;
}
.sixScreen .center .icon {
  display: inline-block;
  width: 83px;
  height: 66px;
  background: url(../images/talentPlan/icon_touxiang.png) no-repeat 50% 50%;
  background-size: contain;
}
.banner2 {
  margin-top: 60px;
  background: url(../images/talentPlan/xyp-banner.jpg) no-repeat 50% 50%;
  background-size: cover;
  height: 454px;
  display: flex;
  align-items: end;
  justify-content: center;
  padding-bottom: 90px;
}
.banner2 .nextBtn{
  margin-left: 10px;
}
.banner2 .screenMain {
  position: relative;
  width: 100%;
  text-align: center;
  display: inline-block;
}
.banner2 .count-flop .count-flop-box,
.banner2 .digit-inner span {
  width: 37px;
  height: 41px;
  line-height: 41px;
}
.banner2 .count-flop {
  line-height: 40px;
  height: 40px;
  margin: 5px 0;
}
.banner2 .digit-inner span {
  font-size: 36px;
}
.banner2 .bgTip {
  background: url(../images/talentPlan/pic-xw.png) no-repeat 50% 50%;
  background-size: contain;
  width: 145px;
  height: 203px;
  position: absolute;
  padding-top: 70px;
  text-align: center;
  right: 99px;
  top: -400px;
  color: #fff;
  font-size: 13px;
}
.banner2 .bgTip .text {
  font-size: 14px;
}
.fiveScreen .itmes {
  display: flex;
  margin-left: -10px;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: -10px;
  position: relative;
}
.fiveScreen .itmes .imgItem {
  margin: 10px 0 0 10px;
  width: calc(33.333% - 10px);
  position: relative;
}
.fiveScreen .itmes .imgItem span {
  position: absolute;
  display: inline-block;
  padding: 0 8px;
  top: 24px;
  right: 12px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background: rgba(0, 0, 0, 0.59);
  border-radius: 5px;
  font-size: 15px;
  color: #fff;
}

.fiveScreen .dataTex {
  padding: 13px 10px 0 0;
  font-size: 20px;
  line-height: 34px;
  font-size: 14px;
  line-height: 44px;
  color: #868686;
  text-align: right;
}
.fiveScreen .itmes .imgItem img {
  border-radius: 0;
}
.chartMain {
  /* margin-top: -160px; */
  position: relative;
}
.chartMain .chartBox {
  width: 882px;
  margin: 20px auto 0;
  background: #ffffff;
  box-shadow: 0 2px 61px 0 #8385db1a;
  border-radius: 12px;
  /* filter: blur(24px); */
  display: flex;
}
.chartMain .text {
  font-size: 28px;
  line-height: 40px;
  padding-top: 58px;
  text-align: center;
  font-weight: 600;
}
.chartMain .chartBox .left {
  text-align: center;
  padding: 63px 42px 0;
  width: 316px;
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
}
.chartMain .chartBox .left .fontLinearGrad {
  padding-top: 12px;
  font-size: 45px;
  line-height: 60px;
}
.chartMain .chartBox .right {
  width: calc(100% - 316px);
  padding: 22px 34px 43px 22px;
  background: #fdfdfe;
  border-radius: 0 12px 12px 0;
}
.chartMain .chartBox .right .tit {
  text-align: center;
  font-size: 18px;
  line-height: 34px;
  font-weight: 600;
}

.subTit {
  font-size: 18px;
  color: #868686;
}
.chartMain .chartBox .right .subTit {
  font-size: 14px;
  line-height: 34px;
  text-align: center;
  padding-bottom: 10px;
}
.chartMain .chartBox .right img {
  width: 100%;
}
/* 第七个模块*/
.sevenScreen {
  margin-top: 80px;
}
.sevenScreen .screenCon .bgColor {
  border-radius: 20px;
  background: #ebf2ff;
  padding: 77px 156px 135px;
  position: relative;
  z-index: 1;
}
.sevenScreen .screenCon .bgColor .num {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  flex-shrink: 0;
  border-radius: 6px;
  font-size: 14px;
  padding: 0 10px;
  color: #fff;
  background: linear-gradient(90deg, #ff8728 55%, #ff6c6c 100%);
  margin-left: 18px;
}
.sevenScreen .screenCon .bgColor .con .info {
  border-radius: 20px;
  border: 1px solid #d5e2ff;
  background: #fff;
  box-shadow: 0 0 50px 10px #ffffffcc inset;
  padding: 35px 35px 35px 81px;
  line-height: 25px;
  position: relative;
}
.sevenScreen .screenCon .bgColor .con .info .icon {
  position: absolute;
  display: inline-block;
  width: 38px;
  height: 38px;
  left: 35px;
  top: 32px;
}
.sevenScreen .screenCon .bgColor .con .info .icon.icon01 {
  background: url(../images/talentPlan/icon_shizhan.jpg) no-repeat 50% 50%;
  background-size: contain;
}
.sevenScreen .screenCon .bgColor .con .info .icon.icon02 {
  background: url(../images/talentPlan/icon_tixi.jpg) no-repeat 50% 50%;
  background-size: contain;
  top: 26px;
}
.sevenScreen .screenCon .bgColor .con .info .icon.icon03 {
  background: url(../images/talentPlan/icon_kecheng.jpg) no-repeat 50% 50%;
  background-size: contain;
  top: 26px;
}

.sevenScreen .screenCon .bgColor .con .tits {
  color: #477bef;
  font-size: 22px;
  padding-bottom: 21px;
  display: flex;
  align-items: center;
}
.sevenScreen .screenCon .bgColor .con .info .list {
  padding: 8px 0 0;
  width: 100%;
}
.sevenScreen .screenCon .bgColor .con .info .list .item {
  width: 50%;
  display: inline-block;
  line-height: 20px;
}
.sevenScreen .screenCon .bgColor .con .infoList {
  padding-top: 26px;
  display: flex;
}
.sevenScreen .screenCon .bgColor .con .infoList .info {
  padding-top: 25px;
  padding-bottom: 25px;
}
.sevenScreen .screenCon .bgColor .con .infoList .info:last-child {
  margin-left: 40px;
}
.sevenScreen .screenCon .renBg .icon {
  position: absolute;
  display: inline-block;
  width: 200px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 24px;
  background: #6836ff;
  color: #fff;
}
.sevenScreen .runBox {
  background: url(../images/talentPlan/pic-peixun.png) no-repeat 0 0;
  background-size: cover;
  height: 507px;
  margin-top: -230px;
  position: relative;
  /* z-index: 0; */
}
.sevenScreen .runBox .ren {
  background: url(../images/talentPlan/pic-bpr.png) no-repeat;
  background-size: contain;
  width: 538px;
  height: 415px;
  position: absolute;
  right: 40px;
  bottom: 40px;
  z-index: 9;
}
.sevenScreen .runBox .btn {
  background: url(../images/talentPlan/pic-hyan.png) no-repeat;
  background-size:contain;
  padding-left: 20px;
  width: 166px;
  height: 54px;
  line-height: 54px;
  color: #fff;
  font-size: 20px;
  display:flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 440px;
  bottom: 110px;
  z-index: 9;
}
.sevenScreen .screenCon .renBg .bg1 {
  background-image: linear-gradient(180deg, #74c8ff 0%, #0f78e5 100%);
}
.sevenScreen .screenCon .renBg .bg2 {
  background: #ffbf36;
  color: #000;
}
.sevenScreen .screenCon .renBg .first {
  top: 24px;
  left: -180px;
}
.sevenScreen .screenCon .renBg .two {
  top: 121px;
  left: -230px;
}
.sevenScreen .screenCon .renBg .three {
  top: 218px;
  left: -230px;
}
.sevenScreen .screenCon .renBg .four {
  bottom: 0px;
  left: -180px;
  margin-bottom: 0;
}
.sevenScreen .screenCon .renBg .five {
  top: 24px;
  right: -200px;
}
.sevenScreen .screenCon .renBg .six {
  top: 121px;
  right: -240px;
}
.sevenScreen .screenCon .renBg .seven {
  top: 218px;
  right: -240px;
}
.sevenScreen .screenCon .renBg .eight {
  bottom: 0px;
  right: -200px;
}
.sevenScreen .screenCon .renBg .nine {
  bottom: -10px;
  right: -150px;
  margin-bottom: 0;
}
.sevenScreen .title {
  padding-bottom: 60px;
}

.sevenScreen .title .tit {
  padding-bottom: 20px;
  display: block;
}

.sevenScreen .title .tit .line {
  border-color: #a5d0f4;
}
/* 第八模块 */
.eightScreen {
  margin-top: 80px;
  padding: 60px 0 52px;
  position: relative;
  z-index: 0;
  background:url(../images/talentPlan/img_liucheng_bg.png) no-repeat 50% 50%;
  background-size: cover;
}
.eightScreen .title {
  padding-bottom: 55px;
}
.eightScreen .title .tit {
  padding: 0;
  display: block;
}
.eightScreen .screenCon .img {
  background: url(../images/talentPlan/img_gainian.png) no-repeat;
  background-size: cover;
  width: 738px;
  height: 133px;
  margin: 0 auto 55px;
}
/* 第九个模块 */
.nineScreen {
  padding: 63px 0 0;
}
.nineScreen .title {
  padding-bottom: 50px;
}
.nineScreen .title .tit {
  padding-bottom: 32px;
}
.nineScreen .screenCon {
  background: #fff;
  box-shadow: 0 2px 61px 0 #8385db33;
  border-radius: 12px;
  padding: 10px 0 50px;
  position: relative;
  height: 290px;
}
.nineScreen .screenCon .con {
  width: 1177px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -91px;
}
.nineScreen .screenCon .data {
  background: url(../images/talentPlan/img_gainian.png) no-repeat 0 0;
  background-size: cover;
  width: 892px;
  height: 230px;
  position: relative;
  top: -50px;
  display: inline-block;
}
.nineScreen .screenCon .body {
  /* position: absolute; */
  background: url(../images/talentPlan/img_boy.png) no-repeat;
  background-size: contain;
  width: 275px;
  height: 381px;
  display: inline-block;
  /* right: 0;
  top: -91px; */
}
/* 联系方式提交 */
.formScreen {
  /* margin: 96px 0 0; */
  position: relative;
  z-index: 0;
}

.formScreen .title {
  padding: 48px 0 60px;
}

.formScreen .title .tit {
  padding: 0;
}

.formScreen .title .tit .line {
  border-color: #ffe675;
}

.formScreen .screenCon {
  width: 821px;
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
  display: flex;
}

.formScreen .screenCon .left {
  /* width: 336px; */
  width: 112px;
  border-radius: 12px 0 0 12px;
background: linear-gradient(180deg, #477BEF 0%, #E1A9FF 100%);
  border-radius: 20px 0 0 20px;
  padding: 48px 0 120px 35px;
}

.formScreen .screenCon .left .item {
  display: flex;
  color: #fff;
  line-height: 22px;
  padding-bottom: 36px;
}

.formScreen .screenCon .left .item .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 14px;
}

.formScreen .screenCon .left .item .iconCost {
  background: url(../images/talentPlan/icon01.png) no-repeat;
  background-size: contain;
}

.formScreen .screenCon .left .item .iconStudy {
  background: url(../images/talentPlan/icon02.png) no-repeat;
  background-size: contain;
}

.formScreen .screenCon .left .item .iconCondition {
  background: url(../images/talentPlan/icon03.png) no-repeat;
  background-size: contain;
}

.formScreen .screenCon .left .item .iconAddress {
  background: url(../images/talentPlan/icon04.png) no-repeat;
  background-size: contain;
}

.formScreen .screenCon .left .item .rText .tit {
  padding-bottom: 10px;
  font-weight: 700;
}

.formScreen .screenCon .right {
  width: 620px;
  position: relative;
}

.formIcon {
  background: url(../images/talentPlan/icon05.png) no-repeat;
  background-size: cover;
  width: 142px;
  height: 126px;
  position: absolute;
  left: -70px;
  top: 46px;
}

.form .tit {
  background: url(../images/talentPlan/img06.png) no-repeat;
  background-size: contain;
  width: 358px;
  height: 104px;
  margin-bottom: 20px;
}

.form {
  padding: 42px 66px 34px 146px;
  width: 100%;
  position: relative;
}

.form .el-input__wrapper {
  height: 50px;
  background: #ffffff;
  border: 1px solid #c8c8c8;
  border-radius: 8px;
  box-shadow: none;
}

.el-form-item.is-error .el-input__wrapper:hover,
.el-form-item.is-error .el-input__wrapper:focus {
  border-color: #c8c8c8;
  box-shadow: 0 0 0 1px #f56c6c inset;
}

.form .el-input__wrapper:hover,
.form .el-input__wrapper:focus {
  border-color: #218fff;
  box-shadow: 0 0 0 1px #218fff36 inset;
}

.form .el-form-item__content {
  margin-left: 0 !important;
}

.form .centerBox {
  margin-top: 10px;
  width: 100%;
}

.form .el-button {
  border: 0 none;
  height: 50px;
  background-image: linear-gradient(270deg, #ffcf34 0%, #ffa64f 100%);
  border-radius: 8px;
  font-size: 20px;
  /* font-weight: 700; */
  width: 100%;
  color: #0e0e0e;
}

.form .el-button:hover {
  background-image: linear-gradient(270deg, #ffa64f 0%, #ffcf34 100%);
}

.form .el-button:active {
  background-image: linear-gradient(270deg, #ffc818 2%, #ff9630 100%);
}

.dialogBox .el-dialog__headerbtn {
  right: 4px;
  top: 4px;
  z-index: 1;
}

.dialogBox .el-dialog__headerbtn .el-dialog__close {
  font-size: 30px;
}

/* 表单弹层 */
.dialogBox {
  position: relative;
}
.dialogBox .el-dialog {
  width: 680px;
  border-radius: 20px;
  min-height: 456px;
  padding: 0;

  /* overflow: hidden; */
}
.dialogBox .el-dialog .form {
 padding-left: 66px;
}
.dialogBox .formIcon {
  top: -35px;
  right: 98px;
  left: auto;
}

.dialogBox .form .tit {
  width: 428px;
  margin-left: 0;
}

.count-flop {
  display: inline-block;
  height: 50px;
  line-height: 50px;
}

.count-flop > div {
  position: relative;
  display: inline-block;
  overflow: hidden;
  /* height: 100%; */
}

.count-flop .count-flop-box {
  /* margin-right: 6px; */
  width: 24px;
  height: 36px;
  line-height: 32px;
}

.count-flop-point {
  margin-right: 5px;
  width: 10px;
}

.count-flop-content {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  animation-fill-mode: forwards !important;
}

.count-flop-unit {
  width: 68px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  align-items: center;
}

.rolling_0 {
  animation: rolling_0 2.1s ease;
}

@keyframes rolling_0 {
  from {
    transform: translateY(-90%);
  }

  to {
    transform: translateY(0);
  }
}

.rolling_1 {
  animation: rolling_1 3s ease;
}

@keyframes rolling_1 {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-10%);
  }
}

.rolling_2 {
  animation: rolling_2 2.1s ease;
}

@keyframes rolling_2 {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-20%);
  }
}

.rolling_3 {
  animation: rolling_3 3s ease;
}

@keyframes rolling_3 {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-30%);
  }
}

.rolling_4 {
  animation: rolling_4 2.1s ease;
}

@keyframes rolling_4 {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-40%);
  }
}

.rolling_5 {
  animation: rolling_5 3s ease;
}

@keyframes rolling_5 {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-50%);
  }
}

.rolling_6 {
  animation: rolling_6 2.1s ease;
}

@keyframes rolling_6 {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-60%);
  }
}

.rolling_7 {
  animation: rolling_7 3.1s ease;
}

@keyframes rolling_7 {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-70%);
  }
}

.rolling_8 {
  animation: rolling_8 2.1s ease;
}

@keyframes rolling_8 {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-80%);
  }
}

.rolling_9 {
  animation: rolling_9 3.6s ease;
}

@keyframes rolling_9 {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-90%);
  }
}

/* 动画帧 */
@keyframes mytop {
  0% {
    margin-top: 0;
  }

  50% {
    margin-top: 10px;
  }

  100% {
    margin-top: 0;
  }
}

.pdfBox {
  height: calc(100vh);
}

.pdfBox img {
  width: 100%;
}
@media screen and (min-width: 1366px) and (max-width: 1390px) {
  .screenWrap {
    width: 1300px;
  }
  .threeScreen .screenMain .videoText{
    bottom: 55px;
  }
  .threeScreen .screenMain,.sevenScreen .runBox{
    background-size: contain;
  }
  
}
@media screen and (max-width: 1400px) {
  .screenWrap {
    width: 1300px;
  }
  .firstScreen .screenCon .right .el-carousel__item.is-active{
    left: -14.8%;
  }
  .sevenScreen .runBox{
    background-size: contain;
  }

}

@media screen and (min-width: 1400px) and (max-width: 3000px) {
  .firstScreen .screenCon .right .el-carousel__item.is-active{
    left: -9.6%;
  }
  .threeScreen .screenMain .videoText{
    bottom: 34px;
    right: 75px;
  }
  .sevenScreen .runBox .btn {
    bottom: 80px;
    left: 460px;
  }
  
}
@media screen and (min-width: 1367px) and (max-width: 1400px) {
  .threeScreen .screenMain{
    height: 300px;
  }
  .threeScreen .screenMain .videoText{
    bottom: 36px;
  }
}

.countdown {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 48px;
}

.digit-group {
  display: flex;
  align-items: end;
  font-size: 18px;
}

.digit {
  width: 50px;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  position: relative;
  background: url(../images/talentPlan/img_daoijishi_bg.png) no-repeat 50% 50%;
  background-size: contain;
  margin-right: 8px;
}
.digit:last-child {
  margin-right: 0;
}
.digit-inner {
  position: absolute;
  top: 0;
  transition: transform 0.5s ease-in-out;
}

.digit-inner.active {
  transform: translateY(calc(-100% * var(--digit-value)));
}

.digit-inner span {
  font-size: 48px;
  display: block;
  text-align: center;
  height: 60px;
  width: 50px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(180deg, #737373 20.91%, #1c1c1c 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.separator {
  margin: 0 5px;
  color: #fff;
}

.fourScreen .swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.fourScreen .swiper-wrapper {
  width: 100%;
}
.fourScreen .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 12px 0 13px;
  width: calc(25% - 25px) !important;
}
.fourScreen .swiper-slide:last-child{
  margin-right: 0;
}
.swiper-slide img {
  /* width: 332px; */
}
.videoBox .el-dialog__header,.videoBox .el-dialog {
  background: transparent;
    box-shadow: none;
}
.videoBox .videoBg{
 width: 100%;
}
.videoBox .el-dialog__headerbtn {
  font-size: 30px;
  cursor: pointer;
  right: 0;
}