html {
  -webkit-tap-highlight-color: transparent;
  /* scroll-padding-top: 80px; */
  /* background-color: #fff; */
  /* width: 100%; */
  /* height: 100% */
}

* {
  box-sizing: border-box;
}

body {
  /* min-width: 100vw !important; */
  /* height: 100%; */
  /* display: flex; */
  flex-grow: 1;
  margin: 0;
  padding: 0;
  /* overflow-x: hidden; */
}

.zyjs ul li::marker {
  color: #fff !important;
  /* 使默认标记颜色透明 */
}

ul {
  margin: 0;
}

ul li::marker {
  color: #ccc;
}

ul li:hover::marker {
  color: #1964FF;
}

.course ul li::marker {
  color: #1964FF;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
}

[v-cloak] {
  display: none;
}

p {
  margin: 0 !important;
}

.menu-icon {
  display: none;
}
.top-nav-left{
  cursor: pointer;
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
  z-index: 1;
}

.content {
  width: 1200px !important;
}

.app-container {
  width: 100%;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}

.mycontent {
  max-width: 100vw;
  min-width: 1200px;
  /* width: 100%; */
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
  /* border:1px solid red; */
}

.banner {
  overflow: hidden;
  position: relative;
}

.swiper {
  width: 100%;
  /* height: 30.667vw;  */
  height: 600px;
  position: relative;
}

.swiper .modal {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.47);
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0
}

.banner .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.text-center {
  text-align: center;
}

.title1 {
  font-size: 40px;
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: bold;
  color: #1F2329;
}

a {
  text-decoration: none;
  /* 去掉下划线 */
  color: inherit;
  /* 继承父元素的颜色 */
}

.scroll-class {
  overflow-y: auto;
}



@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.scroll-container:hover .scroll-content {
  animation-play-state: paused;
}


.zyjs-container {
  /* width: 1200px; */
  height: 540px;
  margin: 0 auto;
  position: absolute;
  top: 60px;
  left: calc(50% - 600px);
  /* transform: translateX(-100%) */
  z-index: 1;
  cursor: pointer;
  /* border:1px solid red; */
}

.zyjs-wrap {
  /* width: 1200px; */
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
}

.zyjs {
  width: 289px;
  height: 540px;
  z-index: 1;
  padding: 32px;
  padding-top: 0;
  padding-right: 10px;
  background: rgba(33, 0, 60, 0.7);
  box-sizing: border-box;
}

.zyjs-item {
  color: #fff;
  width: 100%;
}

.zyjs-item ul {
  padding-inline-start: 20px;
}

.zyjs-item ul li::marker {
  color: #1964FF;
  /* 小圆点白色 */
  /* list-style-type: disc; */
}

.zyjs-item ul li {
  font-weight: 400;
  font-size: 13px;
  color: #FFFFFF;
  /* line-height: 21px; */
  margin-bottom: 12px;
}

.zyjs-right-content {
  margin-top: 230px;
  margin-left: 58px;
}

.zyjs-right-btn {
  width: 272px;
  height: 48px;
  /* background: linear-gradient(  #fff 0%, #FD9194 49%, #FD777A 100%); */
  background: linear-gradient(180deg, #FC802F 0%, #EB552F 100%);
  border: 2px solid #F7BE87;
  /* background: linear-gradient( #FD777A 0%, #C173F4 100%); */
  border-radius: 24px;
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 48px;
  text-align: center;
  margin-top: 40px;
}

.zyjs-right-title {
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 32px;
}

.title-name {
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  /* line-height: 27px; */
  margin-bottom: 16px;
  margin-top: 16px;
}

.banner-title-top {
  font-family: AlibabaPuHuiTiB;
  font-size: 68px;
  color: #FFFFFF;
  text-shadow: 4px 4px 8px rgba(31, 5, 66, 0.7);
  text-align: left;
  font-style: normal;
  margin: auto;
  line-height: 93px;
}

.banner-title-bottom {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 32px;
  text-shadow: 0px 2px 4px #1F0542;
  text-align: left;
  font-style: normal;
  margin: 0;
}

@keyframes shines {
  0% {
    background-position-x: 400%;
  }

  50% {
    background-position-x: 0%;
  }

  100% {
    background-position-x: -400%;
  }
}

/* 课程体系 */
.core-content {
  margin: 72px auto 0 !important;
  /* height: 800px; */
  overflow: hidden;
}

.capacity-box {
  background: #F5F7FF;
}

.core-content .capacity-tab {
  width: 800px;
  display: flex;
  padding: 0 10px;
  justify-content: space-between;
  margin: 0 auto 46px;
}

.capacity-content.active {
  display: block;
}

.tab-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  font-size: 20px;
  height: 48px;
}

.tab-active {
  width: max-content;
  height: 48px;
  background: linear-gradient(90deg, #3376FF 0%, #1763FF 100%);
  box-shadow: 0px 4px 20px 0px rgba(15, 68, 177, 0.22);
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
}
.it-tab-active {
  width: max-content;
  height: 48px;
  background: linear-gradient(90deg, #3376FF 0%, #1763FF 100%);
  box-shadow: 0px 4px 20px 0px rgba(15, 68, 177, 0.22);
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
}

.capacity-box {
  padding: 72px 0;
}

.capacity-content {
  height: 600px;
  margin: 0 auto;
  margin-top: 1.2%;
  z-index: 2;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 4px 6px 20px 0px rgba(64, 74, 115, 0.08);
  overflow: hidden;
  border-radius: 20px;
  display: none;
}

.capacity-content-list {
  height: 360px;
  margin-top: 10px;
}

.capacity-content-pc {
  display: flex;
  height: 100%;
}

.capacity-content img {
  width: 100%;
  height: 100%;
  border-radius: 20px 0 0 20px;
}



.img-box {
  width: 700px;
  height: 100%;
}

.capacity-left {
  width: 500px;
  padding: 72px 50px;
}

.capacity-content-bigtitle {
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: bold;
  font-size: 36px;
  color: #373a4b;
  line-height: 36px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-left: 20px;
}

.course ul li p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 32px;
  /* 限制为2行 */
  overflow: hidden;
  margin: 0px 0 5px 0;
  color: #666c75;
}

.capacity-content-stitle {
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: bold;
  font-size: 20px;
  color: #373a4b;
  margin: 20px 0 10px 20px;
}

.kc-btn {
  margin-left: 70px !important;
}

/* 人才 */
.talent-box {
  width: 1300px;
  margin: auto;
  padding: 72px 0;
}

.talent-item {
  height: 305px;
  background-size: cover;
  position: relative;
}

.talent-content .talent-item:nth-child(5) {
  background-size: 257px 205px !important;
}

.source {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 16px;
  color: #666C75;
  line-height: 24px;
  text-align: center;
  font-style: normal;
  margin: 40px 0 26px 0 !important;
}

.talent-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.talent-title {
  position: absolute;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
  margin: 0;
  top: 45px;
  left: 50px;
}

.talent-info {
  position: absolute;
  width: 322px;
  height: 124px;
  background: #FFFFFF;
  box-shadow: 4px 6px 20px 0px rgba(64, 74, 115, 0.08);
  border-radius: 8px;
  bottom: 57px;
  left: 31px;
  display: flex;
}

.talent-info div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.talent-info-left,
.talent-info-right {
  flex: 1;
}

.divider {
  width: 1px;
  height: 50px;
  background-color: #ccc;
  margin-top: 35px;
}

.talent-info-tag {
  font-weight: 400;
  font-size: 16px;
  color: #666C75;
  line-height: 32px;
}

.talent-info-title {
  font-weight: 500;
  font-size: 24px;
  color: #505657;
  line-height: 36px;
}

.day-title {
  color: #f67b40;
}

.unit {
  color: #505657;
  font-size: 16px;
}

.day-unit {
  color: #fc9352;
}

/* 企业级实战项目 */
.project-box {
  width: 100%;
  padding: 72px 0;
  background: url('/assets/img/sub/project-bg.png') no-repeat center/cover;
}

.project-title {
  color: #fff;
  margin-bottom: 72px;
}

.project-content-box {
  width: 1200px;
  margin: 0 auto 60px;
}

.project-content {
  display: none;
}

.project-content.project-content-active {
  display: block;
}

.project-tab {
  display: flex;
  justify-content: space-between;
  margin-bottom: 44px;
}

.project-tab-text {
  color: #ffffff;
  font-size: 20px;
}

.project-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.project-active {
  width: max-content;
  height: 48px;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 0 10px;
  cursor: pointer;
}

.project-active .project-tab-text {
  color: #1F2329;
}

.project-content-pc {
  display: flex;
  justify-content: flex-start;
}

.project-content-pc .img-box {
  width: 600px;
  height: 395px;
}

.project-content-pc .img-box img {
  width: 600px;
  height: 395px;
  border-radius: 20px;
}

.project-content-right {
  padding-top: 100px;
  margin-left: 50px;
}

.project-content-bigtitle {
  font-weight: bold;
  font-size: 36px;
  color: #FFFFFF;
  line-height: 54px;
  text-align: left;
  font-style: normal;
}

.project-right-info {
  margin-top: 20px;
  color: #FFFFFF;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  /* 限制为2行 */
  overflow: hidden;
  width: 400px;

}

/* 护航 */
.convoy-box {
  width: 1200px;
  margin: auto;
  padding: 72px 0;
}

.convoy-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px 20px;
  margin: 72px 0;
}

.convoy-item {
  height: 200px;
  position: relative;
}

.convoy-top {
  width: 338px;
  height: 76px;
  border-radius: 8px;
  position: absolute;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.convoy-top-title {
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
}

.convoy-bottom {
  width: 386px;
  height: 175px;
  border-radius: 8px;
  border: 2px solid #FFFFFF;
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 32px 0;
}

.convoy-intro {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #666C75;
  line-height: 24px;
  text-align: justify;
  font-style: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

/* 就业支持*/
.it-box {
  width: 100%;
  padding: 72px 0;
  background: url('/assets/img/sub/it-bg.png') no-repeat center / cover;
}

.it-content {
  width: 1200px;
  height: 564px;
  background: #ffffff;
  margin: 0 auto 72px;
  box-shadow: 4px 6px 20px 0px rgba(64, 74, 115, 0.08);
  border-radius: 20px;
  border: 2px solid #FFFFFF;
  padding: 72px 72px 72px 32px;
  display: flex;
  justify-content: space-between;
}

.it-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px 0;
}

.it-left .tab-item {
  width: 225px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.it-right {
  width: 808px;
  height: 420px;
  background: #F5F7FF;
  border-radius: 20px;
  padding: 32px;
}

.it-info {
  display: none;
}

.it-info-active {
  display: block;
}

.it-title {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 36px;
  color: #1F2329;
  line-height: 54px;
}

.line {
  width: 40px;
  height: 6px;
  background: #296FFF;
  border-radius: 4px;
  margin: 12px 0;
}

.it-intro {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 20px;
  color: #1F2329;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.it-right-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}

.it-img {
  width: 360px;
  height: 238px;
  border-radius: 20px;
}

/* 新闻 */
.news-box {
  width: 100%;
  background: #F5F7FF;
}

.news-box-content {
  width: 1200px;
  margin: auto;
  padding: 72px 0;
}

.news-info {
  margin-top: 72px;
  display: flex;
  justify-content: space-between;
}

.new-info-left {
  width: 720px;
  height: 750px;
}

.new-info-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.news-model {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 4px 6px 20px 0px rgba(64, 74, 115, 0.08);
  border-radius: 20px;
  border: 2px solid #FFFFFF;
  padding: 32px;
}

.new-right-top {
  width: 460px;
  height: 440px;
}

.new-right-bottom {
  width: 460px;
  height: 290px;
}

.xing {
  width: 24px;
  height: 24px;
  margin-right: 5px;
}

.news-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news-top>div {
  display: flex;
  align-items: center;
}

.more {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 20px;
  color: #666C75;
  line-height: 30px;
  text-align: left;
  font-style: normal;
}

.more:hover {
  color: #1763FF;
}

.news-top-title {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 20px;
  color: #1F2329;
  line-height: 30px;
  text-align: left;
  font-style: normal;
}

.part-box {
  margin: 18px 10px 0 0;
}

.part-box>div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.part-title {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 20px;
  color: #1F2329;
  line-height: 30px;
  text-align: left;
  margin-bottom: 8px;
  cursor: pointer;
}

.part-title:hover {
  color: #1763FF;
}

.part-intro {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #666C75;
  line-height: 24px;
  text-align: justify;
}
.part-bottom-box{
  height: 210px;
  overflow: hidden;
}
.intro-clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 48px;
  margin: 8px 0 !important;
}

.part-img {
  width: 250px;
  height: 141px;
  margin-right: 24px;
}
.part7-right{
  width: 60%;
}
.part-time {
  display: flex;
  justify-content: flex-end;
}

.part-content {
  height: 660px;
  margin-top: 20px;
  cursor: pointer;
}

.right-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.part-right-box {
  height: 350px;
}

.dynamic-img {
  width: 396px;
  height: 138px;
  margin: 16px 0;
}

.scroll-class {
  overflow-y: auto;
}

.scroll-class::-webkit-scrollbar {
  width: 10px;
}

.scroll-class::-webkit-scrollbar-track {
  background: #f5f7ff;
  opacity: 0.5;
  /* 滚动条轨道背景色 */
  border-radius: 25px;
}

.scroll-class::-webkit-scrollbar-thumb {
  /* 滚动条高度 */
  background: #f5f7ff;
  border-radius: 25px;
}

.scroll-class::-webkit-scrollbar-thumb:hover {
  background: #f5f7ff;
  /* 滚动条悬停颜色 */
}

.rgznfk-item-content {
  font-size: 20px;
  color: #666C75;
  /* height: 50px; */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.rgznfk-item:hover .rgznfk-item-content {
  color: #FFFFFF;
}

.rgznfk-item-btn {
  width: max-content;
  padding: 0 34px;
  height: 48px;
  margin: 32px auto 32px;
  text-align: center;
  background: linear-gradient(-45deg, #3376FF 30%, #1763FF 40%, #3376FF 50%);
  border-radius: 24px;
  border: 2px solid #87ABF7;
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-size: 400% 100%;
  animation: shines 10s linear infinite;
  cursor: pointer;
  /* box-shadow: 0px 15px 20px -15px #FF5605; */
}

.skill-btn {
  background: linear-gradient(-45deg, #FC802F 30%, #EB552F 40%, #FC802F 50%);
  box-shadow: 0px 4px 20px 0px rgba(177, 109, 15, 0.22), inset 0px 1px 3px 0px #f7be87;
  cursor: pointer;
  background-size: 400% 100%;
  animation: shines 10s linear infinite;
}

.rgznfk-item-btn:hover {
  /* background: linear-gradient(-45deg, #FC802F 30%,#FB9148 40%, #FB9148 50%) !important; */
  box-shadow: 0px 4px 20px 0px rgba(177, 109, 15, 0.22), inset 0px 1px 3px 0px #f7be87;
  border-radius: 24px;
  border: 2px solid #f7be87;
  background: linear-gradient(-45deg, #FF9E25 30%, #FF8E17 40%, #FF9E25 50%);
}

.rgznfk-item:hover .rgznfk-item-btn {
  box-shadow: 0px 4px 20px 0px rgba(177, 109, 15, 0.22), inset 0px 1px 3px 0px #f7be87 !important;
  border-radius: 24px;
  border: 2px solid #f7be87;
  background: linear-gradient(-45deg, #FF9E25 30%, #FF8E17 40%, #FF9E25 50%) !important;
}

.common-title {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-style: normal;
  display: flex;
  justify-content: center;
  align-items: center;
}

.title {
  font-weight: bold;
  font-size: 40px;
  line-height: 60px;
  text-align: right;
  font-style: normal;
}

.title {
  font-weight: bold;
  font-size: 40px;
  line-height: 60px;
  text-align: right;
  font-style: normal;
}

.qzxj-container {
  overflow: hidden;
  height: 400px;
  background: url('/assets/img/sub/form-bg.png') no-repeat center / cover;
}

.qzxj-form {
  margin-top: 48px;
  display: flex;
  justify-content: center;
}

.qzxj-form input {
  width: 274px;
  height: 68px;
  background: #FFFFFF;
  /* 清除默认样式 */
  border: none;
  outline: none;
  padding-left: 24px;
  font-weight: 500;
  font-size: 24px;
  color: #1F2329;
  box-sizing: border-box;
}

.zixun-btns {
  width: 192px;
  height: 68px;
  background: linear-gradient(104deg, #1763FF 0%, #C173F4 60%, #FF8800 100%);
  text-align: center;
  line-height: 68px;
  font-size: 24px;
  color: #FFFFFF;
  cursor: pointer;
}