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;
}

.menu-icon {
  display: none;
}

.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;
}

.banner .swiper {
  height: 600px;
}

.swiper {
  width: 100%;
  /* height: 30.667vw;  */
  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;
}

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

.capacity-content {
  display: none;
}

/* 校企合一成就 AI 数字人才 */
.cooperation-box {
  width: 1200px;
  margin: 72px auto 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.cooperation-content {
  width: 340px;
  height: 340px;
  position: relative;
  margin-bottom: 72px;
}

.top-content {
  width: 286px;
  height: 268px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 4px 6px 32px 0px rgba(64, 74, 115, 0.18);
  border-radius: 0px 100px 0px 100px;
  border: 2px solid #FFFFFF;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  display: flex;
  padding: 32px 20px;
  flex-direction: column;
  align-items: flex-start;
}

.cooperation-content:nth-child(2) {
  margin: 0 63px;
}

.cooperation-content:nth-child(4) {
  margin-right: 63px;
}

.cooperation-title {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 20px;
  color: #1F2329;
}

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

.cooperation-img {
  width: 50px;
  height: 42px;
  position: absolute;
  right: 28px;
  bottom: 32px;
}

.cooperation-img img {
  display: block;
  width: 50px;
  height: 42px;
}

.bottom-bg {
  width: 268px;
  height: 268px;
  position: absolute;
  bottom: 0;
}

.bottom-bg p {
  position: absolute;
  right: 32px;
  bottom: 2px;
  color: #fff;
  display: flex;
  align-items: center;
}

.step-num {
  font-size: 32px;
  margin-left: 10px;
}

/* 经开校区 */
.economic-box {
  width: 1200px;
  margin: 72px auto;
  display: grid;
  grid-template-columns: 2fr 2fr;
  gap: 32px 20px;
}

.economic-item {
  width: 590px;
  background: linear-gradient(90deg, #1260FF 0%, #7CBEFF 100%);
  border-radius: 8px;
}

.economic-item-top {
  height: 112px;
  display: flex;
  align-items: center;
  padding: 32px;
}

.economic-item-top .title {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 36px;
}

.circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 24px;
  background: #FFFFFF;
  border-radius: 50%;
  opacity: 0.9;
  margin-right: 20px;
}

.economic-item-bottom {
  width: 590px;
  height: 196px;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 4px 6px 20px 0px rgba(64, 74, 115, 0.08);
  border-radius: 8px 48px 8px 8px;
  border: 2px solid #FFFFFF;
  padding: 32px;
  overflow: hidden !important;
}

.economic-tips {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

.economic-item:nth-child(2) {
  background: linear-gradient(270deg, #FFBB44 0%, #FFAA00 100%);
}

.economic-item:nth-child(3) {
  background: linear-gradient(270deg, #FC802F 0%, #EB552F 100%);
}

.economic-item:nth-child(4) {
  background: linear-gradient(90deg, #00DABC 0%, #00CEBD 100%, #00CEBD 100%);
}

.economic-item:nth-child(1) .circle,
.economic-item:nth-child(1) .economic-tips {
  color: #296FFF;
}

.economic-item:nth-child(2) .circle,
.economic-item:nth-child(2) .economic-tips {
  color: #FFAA00;
}

.economic-item:nth-child(3) .circle,
.economic-item:nth-child(3) .economic-tips {
  color: #EB552F;
}

.economic-item:nth-child(4) .circle,
.economic-item:nth-child(4) .economic-tips {
  color: #00CEBD;
}

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

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

.capacity-tab-text {
  font-size: 20px;
  color: #ffffff;
  cursor: pointer;
}

.capacity-tab .line {
  width: 80px;
  height: 4px;
  border-radius: 4px;
  background: transparent;
  margin: 12px auto 0;
}

.capacity-tab .lineactive {
  background: #ffffff;
}

.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;
}


/* 地图 */
.adress-box {
  box-sizing: border-box;
  padding: 72px 0;
  margin-top: 72px;
  background: url('/assets/img/index/jingkai_bg.png') no-repeat center / cover;
}

.address-content {
  width: 1200px;
  height: 589px;
  margin: auto;
  position: relative;
}

.address-right {
  width: 860px;
  height: 589px;
  position: absolute;
  right: 0;
  cursor: pointer;
  /* background: url('/assets/img/index/address_bg.png') no-repeat center / cover; */


}

.address-title {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 36px;
  color: #1F2329;
  line-height: 48px;
  text-align: left;
  font-style: normal;
  margin-bottom: 26px;
}

.address-left {
  width: 626px;
  height: 445px;
  background: #FFFFFF;
  border-radius: 20px;
  position: absolute;
  left: 0;
  top: 60px;
  z-index: 3;
}

.address-left-contain {
  cursor: pointer;
  padding: 32px 0 52px 52px;
}

.address-img {
  display: block;
  width: 100%;
  height: 210px;
}

.address-info {
  display: flex;
  margin-bottom: 24px;
  align-items: center;
}

.address-tips {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #666C75;
  line-height: 32px;
  text-align: left;
  font-style: normal;
  margin: 0;
}

.address-detail {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 20px;
  color: #1F2329;
  line-height: 30px;
  text-align: left;
  font-style: normal;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.address-title {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 36px;
  color: #1F2329;
  line-height: 54px;
  text-align: left;
  font-style: normal;
}

.address-logo {
  display: block;
  width: 40px;
  height: 50px;
  margin-right: 7px;
}

.address-phone {
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 7px;
}

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

.ITbtn {
  display: flex;
  justify-content: center;
}

.address-btn {
  margin: 0px !important;
}

.scroll-container {
  margin: 62px auto 0;
  overflow: hidden;
  position: relative;
}

.bjwork {
  background: url('/assets/img/index/model_one_bg.png') no-repeat;
  padding-top: 72px;
}

.bjcore_tab {
  height: 600px;
  width: 240px;
  background: linear-gradient(180deg, #e5f0ff 0%, #dceeff 100%);
  border-radius: 20px 0px 0px 20px;
  border: 2px solid #FFFFFF;
}


.core-content .bjcore_tab .bjcore_tab_item {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.bjcore_tab .bjcore_active {
  color: #fff !important;
}

.capacity-box {
  padding: 72px 0;
  background: url('/assets/img/index/course_bg.png') no-repeat center / cover;
}

.capacity-content {
  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: 330px;
  margin-top: 10px;
  overflow-y: scroll;
}

.capacity-content-pc {
  display: flex;
}

.capacity-content .img-box {
  width: 590px;
  height: 538px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.capacity-content img {
  width: 590px;
  height: 362px;
  border-radius: 20px;
}

/* 人才中心 */
.talents-box {
  width: 100%;
  padding: 72px 0;
  background: url('/assets/img/index/talents_box_bg.png') no-repeat center / cover;
}

.talents-content {
  width: 1200px;
  margin: 72px auto 0;

}

.talents-content-detail {
  display: flex;
  justify-content: space-between;
}

.talentsBg,
.talentsBg>img {
  width: 390px;
  height: 489px;
  margin: auto;
}

.talents-content-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.talents-index {
  width: 100%;
  font-family: DingTalk, DingTalk;
  font-weight: normal;
  font-size: 32px;
  color: #FFFFFF;
  line-height: 39px;
  text-align: right;
  font-style: normal;
  position: absolute;
  top: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.talents-content-left>div {
  width: 320px;
  height: 280px;
  position: relative;
  border-radius: 8px;
  margin-bottom: 72px;
  background: url('/assets/img/index/talents_bg.png') no-repeat center / cover;
}

.talents-content-left>div:hover {
  cursor: pointer;
  background: url('/assets/img/index/talents_hover_bg.png') no-repeat center / cover;
}

.talents-content-left p {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  color: #1F2329;
  border-radius: 5px;
  font-weight: bold;
  font-size: 24px;
  position: absolute;
  top: 65px;
}

.talents-content-left .talents-explain {
  width: 320px;
  height: 196px;
  border-radius: 8px;
  padding: 52px 24px 24px;
  position: absolute;
  bottom: 10px;
  text-align: justify;
  color: #666C75;


}

.talents-explain>span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  /* 限制为2行 */
  overflow: hidden;
}

/* 企业护航 */
.allcourse-container {
  /* height: 864px; */
  overflow: hidden;
  padding: 72px 0;
}

@media screen and (min-width: 768px) {

  .cooperation-content:nth-child(4) .top-content,
  .cooperation-content:nth-child(5) .top-content {
    position: absolute;
    top: 72px;
    left: 0;
  }

  .cooperation-content:nth-child(4) .bottom-bg,
  .cooperation-content:nth-child(5) .bottom-bg {
    position: absolute;
    bottom: 72px;
    left: 72px;
  }

  .cooperation-content:nth-child(4) .bottom-bg p,
  .cooperation-content:nth-child(5) .bottom-bg p {
    position: absolute;
    right: 167px;
    bottom: 190px;
    color: #fff;
  }

  .allcourse-box {
    width: 1300px;
    display: flex;
    justify-content: space-between;
    margin: auto;
    align-items: center;
    margin-top: 72px;
  }

  .allcourse-item {
    width: 200px !important;
    /* 设置固定宽度 */
    height: 80%;
    margin-right: 10px;
    border-radius: 20px;
    overflow: hidden;
    transition: width 0.3s;
    /* 添加过渡效果 */
  }

  .allcourse_swiper {
    height: auto !important;
  }

  .allcourse_swiper .swiper-slide {
    height: 480px;
    margin-right: 15px !important;
  }

  .allcourse-item.current {
    width: 550px !important;
    /* 鼠标悬停时的宽度 */
    cursor: pointer;
  }
}


.allcourse-prev-arrow,
.allcourse-next-arrow {
  width: 32px;
  height: 55px;
  cursor: pointer;
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s ease;
}

.allcourse-item.current .image-overlay {
  opacity: 0;
}

.allcourse-title {
  position: absolute;
  bottom: 0;
  padding-left: 15px;
  color: #ffffff;
  z-index: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /* 限制为2行 */
  overflow: hidden;
}

.allcourse-item .allcourse-title-box {
  width: 100%;
  position: absolute;
  bottom: 0px;
  height: 45px;
  margin: 0 !important;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0 0 15px 15px;
}

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

}

.title2 {
  color: #fff;
}

.actual-content {
  width: 1200px;
  margin: 72px auto 0;
  height: 600px;
  display: flex;
  padding: 0 30px;
  justify-content: space-between;
}

.actual-content-left {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  border-right: 1px solid #fff;
}

.actual-item {
  color: #fff;
  display: flex;
  height: 48px;
  align-items: center;
  font-family: 20px;
}

.actual-active {
  width: 271px;
  height: 48px;
  cursor: pointer;
  background: linear-gradient(90deg, rgba(41, 111, 255, 0) 0%, rgba(41, 111, 255, 0.6) 100%);
}

.actual-content-right {
  padding: 0 72px;
}

.actual-name {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 36px;
  text-align: left;
  font-style: normal;
}

.liner {
  width: 32px;
  height: 6px;
  background: #FFFFFF;
  border-radius: 3px;
}

.actual-explain {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 32px;
  text-align: justify;
  font-style: normal;
  margin: 32px 0 52px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  /* 限制为2行 */
  overflow: hidden;
}

.actual-img {
  width: 804px;
  height: 297px;
}

.actual-img img {
  display: block;
  width: 804px;
  height: 297px;
  border-radius: 20px;
}

/* 行业资讯 */
.guide-box {
  width: 100%;
}

.guide-title-box {
  display: flex;
  justify-content: space-evenly;
  margin-top: 72px;
  align-items: center;
  width: 1200px;
  margin: auto;
  position: relative;
}


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

.more:hover {
  color: #296FFF;
  cursor: pointer;
}

.work-content a:hover {
  color: #296FFF;
}

.guide-title {
  margin: 0 0 54px 0;
}


.work-box {
  padding: 72px 0;
  margin-bottom: 0 !important;
}

.work-content-box {
  width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.work-img {
  width: 386px;
  height: 238px;
  border-radius: 20px;
}

.work-top {
  position: relative;
}

.work-title-box {
  width: 100%;
  height: 48px;
  z-index: 3;
  position: absolute;
  bottom: 0px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;

}

.work-title {
  display: block;
  color: #ffffff;
  position: absolute;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 48px;
  padding: 0 20px;
}

.work-content ul li p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /* 限制为2行 */
  overflow: hidden;
}

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

.work-content {
  height: 280px;
  width: 380px;
  overflow-y: hidden;
}

.work-title-bg {
  width: 386px;
  height: 48px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
  border-radius: 0 0 20px 20px;
}

/* 新生护航 */
.plan-box {
  width: 100%;
  height: 900px;
}

.plan-okly {
  width: 100%;
  border-radius: 0 0 14px 14px;
  bottom: 5px !important;
  position: absolute;
  height: 48px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
}

.plan-item-title {
  color: #ffffff;
  z-index: 3;
  height: 100%;
  line-height: 48px;
  margin: 0 !important;
  text-align: center;
  padding: 0 49px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

}

.plan-top,
.plan-bottom {
  height: 408px;
  display: flex;
}

.plan-bottom-box {
  display: flex;
  justify-content: space-between;
}

.plan-top-content {
  width: 55%;
  overflow: hidden;
  padding-top: 62px;
}

.plan-img,
.planSwiper .swiper-slide {
  width: 100% !important;
  height: 216px;
}

.plan-img {
  margin-right: 10px;
}

.planSwiper .swiper-slide {
  margin-right: 20px !important;
}

.plan-img-box {
  position: relative;
  height: auto;
}

.planSwiperBottom {
  width: 55%;
  overflow: hidden;
}

.planBottom-swiper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.plan-title {
  margin-bottom: 62px;
}

.plan-top-left {
  width: 542px;
  height: 408px;
  margin-right: 62px;
  position: relative;
  background: url('/assets/img/index/plan_top.png') no-repeat center / cover;
}

.plan-left-title {
  position: absolute;
  top: 164px;
  right: 30px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
}

.arrow {
  position: absolute;
  top: 244px;
  right: 60px;
  cursor: pointer;
}

.right-arrow {
  left: 0px;
}

.right-arrow img {
  width: 32px;
  height: 32px;
  margin-right: 0px;
}

.arrow img {
  width: 32px;
  height: 32px;
  margin-left: 30px;
}

.plan-bottom-right {
  width: 542px !important;
  height: 408px;
  margin-left: 62px;
  position: relative;
  background: url('/assets/img/index/plan_bottom.png') no-repeat center / cover;
}

.plan-right-title {
  position: absolute;
  top: 164px;
  left: 30px;
}

.active-btn {
  margin: 0 auto !important;
}

.scroll-content {
  width: 600px;
}

.plan-bottom-box {
  margin-top: 72px;
  display: flex;
  justify-content: flex-end;
}

.plan-bottom-content {
  width: 55%;
  overflow: hidden;
  margin-right: 20px;
}

.course {
  margin-top: 11px;
  margin-left: 52px;
  margin-right: 40px;
}

.course li {
  /* margin-bottom: 5px; */
  line-height: 30px;
}

.course span {
  color: #666C75;
}

.capacity-left {
  width: calc(100% - 647px);
  height: 100%;
}

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

.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: 72px;
  margin-top: 72px;
}

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

.capacity-content-list .capacity-content-title {
  display: flex;
  margin-top: 24px;
  align-items: center;
}

.capacity-content-title .icon {
  width: 33px;
  height: 30px;
  margin-left: 40px;
  margin-right: 14px;
}

.scroll-container {
  margin: 62px auto 0;
  /* border: 1px solid #ccc; */
  overflow: hidden;
  position: relative;
}

.scroll-content {
  display: flex;
  animation: scroll 50s linear infinite;
  height: 100%;
  margin-bottom: 72px;
}

.scroll-item {
  padding: 3px;
  border-radius: 15px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.scroll-title {
  position: absolute;
  bottom: 23px;
  color: #ffffff;
  font-size: 20px;
  max-width: 12em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

}

.scroll-content img {
  width: 336px;
  height: 220px;
  border-radius: 15px;
  object-fit: cover;
}

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

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

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

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

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

.campus-box {
  width: 100%;
  height: 700px;
  position: relative;
}

.campus-top-bg {
  height: 460px;
  padding-top: 72px;
  background: url('/assets/img/index/campusBg.png') no-repeat center / cover;
}

.campus-top-content {
  width: 100%;
  position: absolute;
  top: 202px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.campus-info {
  width: 1200px;
  height: 497px;
  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;
}

.campus-title-box {
  display: flex;
  justify-content: space-between;
}

.campus-title {
  font-weight: 500;
  font-size: 24px;
  color: #1F2329;
  line-height: 36px;
  text-align: left;
  font-style: normal;
}

.campus-more {
  color: #666C75;
  font-size: 20px;
}

.campus-more:hover {
  color: #296FFF;
  cursor: pointer;
}

.campus-li {
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.campus-content {
  display: flex;
  justify-content: space-between;
  padding: 0 40px 0 30px
}

.campus-content-left {
  width: 45%;
  height: 350px
}

.campus-img {
  width: 550px;
  height: 366px;
  border-radius: 20px;
}

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

.activity-title .xing {
  margin-right: 10px;
  height: 16px;
  display: inline;
  /* 默认隐藏灰色星星 */
}

.activity-title .xing {
  margin-right: 10px;
  height: 16px;
  display: inline;
  /* 默认隐藏灰色星星 */
}

.xinglogo {
  height: 16px;
}

.hovertitle {
  color: #286eff;
}

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

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

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

.news_swiper .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 !important;
}


.news-wrap {
  position: relative;
}

.new-con {
  width: 1200px !important;
  margin: 60px auto 0;
  cursor: pointer;
  overflow: hidden;
}

.new-con .swiper-slide {
  /* background: #f5f5f5 !important; */
  /* width: 1200px !important; */
  margin: 0 auto;
}

.news-list-item {
  margin-left: 2.6%;
  width: 22%;
  /* border: 1px solid #e5e5e5; */
  box-sizing: border-box;
  overflow: hidden;
  /* height: 260px; */
  cursor: pointer;
  border-radius: 20px;
  margin-bottom: 30px;
  background: #F5F6FA;
  box-shadow: 0px 0 13px 0px #DCDCDC;
}

.news-list-item img {
  width: 100%;
  height: 160px !important;
}

.news-list-item .news-list-item-text {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #000;
  line-height: 26px;
  text-align: left;
}

.news-list-item-text div {
  margin: 20px 0 16px 0;
  padding: 0 20px;
  font-size: 20px;
  overflow: hidden;
  display: -webkit-box;
  /* max-height: 60px; */
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  /* 显示5行 */
  -webkit-box-orient: vertical;
  font-family: MicrosoftYaHei;
}

.news-list-item:hover .news-list-item-text div {
  color: #1763FF;
}

.news-list-item-text span {
  text-align: right;
  display: block;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #707070;
  padding-right: 14px;
  padding-bottom: 20px;
}

.news-pagination {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
}

.news-pagination>div {
  width: 50px;
}

.news-pagination>div img {
  width: 100%;
}

.news-wrap {
  width: 1400px;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.news-wrap .swiper-button-prev {
  background-image: url('/assets/img/index/prev.png') !important;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  left: 35px;
  color: transparent !important;
  background-size: contain;
  cursor: pointer;
}

.news-wrap .swiper-button-next {
  background-image: url('/assets/img/index/next.png') !important;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  right: 0px;
  color: transparent !important;
  background-size: contain;
  cursor: pointer !important;
}

.news-container {
  width: 100%;
  padding: 72px 0 40px 0;
}

@media (min-width: 768px) and (max-width: 1400px) {
  .new-con {
    width: 1000px !important;
  }

  .news-wrap .mycontent {
    min-width: 1000px;
  }

  .news-wrap {
    width: 1150px;
    overflow: hidden;
    margin: 0 auto;
  }

  .news-wrap .swiper-button-prev {
    left: 0px;
  }

  .news-wrap .swiper-button-next {
    right: -25px;
  }

  .plan-img,
  .planSwiper .swiper-slide {
    width: 100% !important;
    height: 169px !important;
    border-radius: 10px;
  }
}

.news-wrap .swiper-button-prev.swiper-button-disabled,
.news-wrap .swiper-button-next.swiper-button-disabled {
  opacity: 1 !important;
}

.form-con {
  /* height: 400px; */
  border: 1px solid #e5e5e5;
  margin-top: 30px;
  background: skyblue;
  padding: 78px 0;
  position: relative;
  overflow: hidden;
  /* background-image: url('/assets/img/index/form-bg.jpg') !important; */
  background-size: cover;
}

.form-content {
  width: 1200px;
  /* height: 400px; */
  margin: 0 auto;
  display: flex;
  position: relative;
}

.form-content>div:nth-child(1) {
  background: #fff;
  width: 700px;
  /* height: 445px; */
  border-radius: 15px;
}

.title-con {
  display: flex;
  align-items: center;
}

.input-box {
  display: flex;
  width: calc(100% - 40px);
  align-items: center;
  border: 1px solid #FF4E65;
  height: 50px;
  border-radius: 5px;
  background: #fff;
  margin: 20px auto;
  padding: 0 10px;
}

.input-box>div:nth-child(1) {
  /* width: 60px; */
  text-indent: 10px;
  margin-right: 10px;
}

.input-box>div:nth-child(2) {
  margin: 0px 13px 0 10px;
  width: 2px;
  height: 31px;
  background-color: #FFD6D8;
}

.input-box input {
  width: 80%;
  height: 100%;
  border: none;
  background: transparent;
  font-family: MicrosoftYaHei;
  font-size: 18px;
}

.input-box input:focus {
  outline: none;
}


.new-con:hover .swiper-button-prev {
  display: block;

}

.new-con:hover .swiper-button-next {
  display: block;

}

.nav-modal {
  display: none;
}

.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: radial-gradient(0% 381% at 50% 50%, rgba(0, 0, 0, 0.49) 0%, rgba(0, 0, 0, 0.35) 100%);
  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: 10px;
}

.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;
}



.rgznfk-item {
  width: 580px;
  /* border:1px solid red; */
  background: #fff;
  box-sizing: border-box;
  /* background-image:url('/assets/img/home/fkitem-bg.png'); */
  padding: 40px 32px 32px;
  /* border: 1px solid #E0E0E0; */
  margin-bottom: 20px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 4px 6px 20px 0px rgba(64, 74, 115, 0.08);
  cursor: pointer;
  padding-bottom: 0px;
}

.rgznfk-item:hover {
  background-image: url('/assets/img/home/fkitem-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.rgznfk-item-title {
  font-weight: 500;
  font-size: 24px;
  color: #1F2329;
}

.rgznfk-item:hover .rgznfk-item-title {
  color: #fff;
}

.rgznfk-item .line {
  width: 48px;
  height: 8px;
  background: rgba(27, 102, 255, 0.32);
  border-radius: 4px;
  margin: 24px auto 24px;
}

.rgznfk-item:hover .line {
  background: rgba(255, 255, 255, 0.32);
}

.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; */
}

.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;
}

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

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

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

.qzxj-container {
  overflow: hidden;
  height: 400px;
  background: url('/assets/img/index/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;
}