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


.core-content {
  padding: 72px 0;
}


.core-content .bjcore_tab {
  display: grid;
  /* 使用网格布局 */
  grid-template-rows: repeat(auto-fill, 1fr);
  /* 自动填充行，每行高度平均分配 */
  height: 100%;
  /* 确保父容器占满可用高度 */
}

.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;
  background: url('/assets/img/index/haidian_bg.png') no-repeat center / cover;
}

.address-content {
  width: 1200px;
  height: 589px;
  margin: auto;
  position: relative;
  background: url('/assets/img/index/address_bg.png') no-repeat center / cover;
  cursor: pointer;
}

.addressSwiper {
  width: 440px;
  height: 210px;
  overflow: hidden;
}

.address-left {
  width: 440px;
  background: #FFFFFF;
  border-radius: 20px;
  position: absolute;
  right: 36px;
  top: 30px;
}

.address-left-contain {
  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;
}

.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 {
  width: 100%;
  background: url('/assets/img/index/model_one_bg.png') no-repeat center / cover;

  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-content-wrapper {
  /* padding: 10px; */
  position: relative;
  /* height: 574px; */
  overflow: hidden;
}

.capacity-content {
  height: 600px;
  margin: 0 auto;
  margin-top: 1.2%;
  z-index: 2;
  position: relative;
  display: flex;
  align-items: center;
  background: #ffffff;
  overflow: hidden;
  border-radius: 20px;
}

.capacity-right {
  display: none;
}

.capacity-left .capacity-right.active {
  display: block !important;
}

.capacity-content-list {
  height: 330px;
  margin-top: 10px;
  overflow-y: scroll;
}

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

.capacity-content .img-box {
  width: 687px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.capacity-content img {
  width: 445px;
  height: 456px;
  border-radius: 20px;
}

/* 人才中心 */
.talents-box {
  width: 100%;
  padding: 72px 0 0 0;
}

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

}

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

.talentsBg,
.talentsBg>img {
  width: 482px;
  height: 389px;
  margin: auto;
}

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

.talents-content-left>div {
  width: 320px;
  height: 280px;
  position: relative;
}

.talents-content-left p {
  width: 272px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  color: #fff;
  border-radius: 5px;
  font-size: 24px;
}

.talents-content-left .talents-explain {
  width: 320px;
  height: 196px;
  border-radius: 8px;
  padding: 52px 24px 24px;
  position: absolute;
  top: 32px;
  z-index: -1;
  color: #666C75;

}

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

.talents-content-left>div:nth-child(1) p {
  background: linear-gradient(to bottom, #B8CCFF 0%, #6bafff 60%, #216eff 100%);
}

.talents-content-left>div:nth-child(1) .talents-explain {
  background: linear-gradient(108deg, #CBDCFF 0%, rgba(244, 248, 255, 0.43) 100%);
}

.talents-content-left>div:nth-child(2) p {
  background: linear-gradient(to bottom, #fa7a2f 0%, #fa7b2f 60%, #ec592f 100%);
}

.talents-content-left>div:nth-child(2) .talents-explain {
  background: linear-gradient(66deg, #FFD7CB 0%, rgba(255, 246, 244, 0.33) 100%);
}

.talents-content-right>div:nth-child(1) p {
  background: linear-gradient(to bottom, #ffba3f 0%, #ffb93d 60%, #ffb93c 100%);
}

.talents-content-right>div:nth-child(1) .talents-explain {
  background: linear-gradient(245deg, #FFE9CB 0%, rgba(255, 251, 244, 0.46) 100%);
}

.talents-content-right>div:nth-child(2) p {
  background: linear-gradient(to bottom, #00d7bc 0%, #00d3bd 60%, #00cebd 100%);
}

.talents-content-right>div:nth-child(2) .talents-explain {
  background: linear-gradient(292deg, #CBFFF2 0%, rgba(244, 255, 254, 0.51) 100%);
}

/* 企业级实战项目实训 */
.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-active {
  display: block !important;
}

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

.actual-content-right .capacity-right.actual-content-active {
  display: block !important;
}

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

.guide-title-box {
  margin-top: 72px;
  align-items: center;
  width: 1200px;
  margin: auto;
  position: relative;
}

.guide-title {
  margin: 0px 0 52px 0;
  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;
  top: 15px;
}

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

/* AI 技术指导  */
.technical-box {
  width: 100%;
  height: 900px;
  position: relative;
}

.top-box {
  position: absolute;
  background-color: #296FFF;
  height: 316px;
  width: 100%;
  padding-top: 72px;
}

.technical-bottom {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  margin: 72px auto 0;
  cursor: pointer;
}

.technical-con {
  width: 1400px;
  cursor: pointer;
  overflow: hidden;
  height: auto;
  z-index: -1;
  margin-top: 72px;
}
.technical-item {
  text-align: center;
  margin-bottom: 32px;
}

.technical-item img {
  max-width: 100%;
  height: auto;
  border-radius: 40px 0px 40px 0px;
}

.technical-title {
  margin-top: 10px;
}

.technical-item {
  width: 386px;
  height: 248px;
  background: #FFFFFF;
  box-shadow: 4px 8px 15px 0px rgba(34, 57, 162, 0.1);
  border-radius: 8px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.technical-left {
  width: 128px;
  height: 183px;
  background: linear-gradient(143deg, #DEE9FF 0%, #FFFFFF 100%);
  border-radius: 40px 0px 40px 0px;
  border: 1px solid rgba(41, 111, 255, 0.27);
  position: relative;
}
.technical-right {
  height: 183px;
}
.technical-img {
  position: absolute;
  bottom: 0;
  left: 0;
}

.technical-name-box {
  position: absolute;
  bottom: 0;
  width: 126px;
  height: 31px;
  border-radius: 0px 0px 40px 0px;
  background: linear-gradient(90deg, #296FFF 0%, rgba(41, 111, 255, 0) 100%);
  padding: 4px 0 0px 16px;
  text-align: left;
}

.technical-name-box span {
  width: 32px;
  height: 16px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
}

.technical_swiper {
  width: 1230px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.teacher-position {
  color: #296FFF;
  font-weight: bold;
  font-size: 20px;
  color: #296FFF;
  line-height: 30px;
  text-align: left;
  font-style: normal;
}

.teacher-line {
  width: 32px;
  height: 4px;
  background: #1B66FF;
  border-radius: 4px;
  margin: 14px 0 12px 0;
}

.teacher-explain {
  width: 180px;
  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: 5;
  /* 限制为2行 */
  overflow: hidden;
}



.technical_swiper .swiper-slide {
  width: 385px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 10px !important;
}

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

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

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

.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 {
  position: absolute;
  bottom: 4px;
  width: 386px;
  height: 48px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
  border-radius: 0 0 20px 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% - 150px);
  height: 100%;
  display: flex;
}

.capacity-content-left {
  width: 70%;
}

.kc-btn {
  margin-left: 70px !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: 750px;
  position: relative;
}

.campus-top-bg {
  height: 460px;
  padding-top: 72px;
  margin-top: 32px;
  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;
}


.xinglogo {
  height: 16px;
}

.hovertitle {
  color: #286eff;
}

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

@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 8px !important;
}


.news-wrap {
  position: relative;
}

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

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

.news-list-item {
  margin-left: 2.6%;
  width: 100%;
  height: 160px;
  /* 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;
  position: relative;
}

.news-olky {
  position: absolute;
  bottom: 1px;
  width: 100%;
  height: 38px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
  border-radius: 0 0 20px 20px;
}

.news-title {
  width: 100%;
  position: absolute;
  bottom: 13px;
  color: #ffffff;
  z-index: 3;
  text-align: left;
  padding: 0 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

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

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

.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: #00237f;
  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: 16px;
}

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