:root {
  --blue: #0788d2;
  --cyan: #32bfc3;
  --ink: #16202a;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  background: #eaf7ff;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.cb-component {
  display: block;
}

.cb-dynamic[v-for],
.cb-dynamic[v-if] {
  display: none !important;
}

.page {
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  background: #edf8ff url("http://jx.news.cn/cjsnx/pc/beijing.jpg") center top / 100% 100% no-repeat;
}

.hero {
  display: block;
  width: 100%;
}

.hero img {
  display: block;
  width: 100%;
  height: auto;
}

.content {
  width: 1200px;
  margin: 55px auto 0;
}

.lead-panel {
  width: 1200px;
  height: 595px;
  overflow: hidden;
  background: url("http://jx.news.cn/cjsnx/pc/beijing1.png") center / 100% 100% no-repeat;
}

.lead-panel h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 128px;
  margin: 0;
  padding: 0 45px;
  color: #fff;
  text-align: center;
  font-size: 28px;
  line-height: 1.65;
  font-weight: 700;
  background: linear-gradient(100deg, #39c3a7, #16a6c6);
}

.lead-body {
  display: grid;
  grid-template-columns: 720px 1fr;
  height: 467px;
}

.lead-slider,
.ecology-main,
.economy-frame {
  position: relative;
  overflow: hidden;
}

.lead-slider {
  height: 430px;
  margin: 20px 0 0 22px;
}

.lead-slides,
.ecology-slides,
.economy-slides {
  display: flex;
  width: 100%;
  height: 100%;
  transform: translateX(calc(var(--slide, 0) * -100%));
  transition: transform .58s cubic-bezier(.22, .61, .36, 1);
}

.slide {
  display: block;
  flex: 0 0 100%;
  height: 100%;
  overflow: hidden;
}

.slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 5%;
}

.swiper-slide {
  position: relative;
  overflow: hidden;
}

.swiper-slide>img,
.swiper-slide>picture,
.swiper-slide>picture img {
  display: block;
  width: 100%;
  height: 100%;
}

.swiper-slide>img,
.swiper-slide>picture img {
  object-fit: cover;
  object-position: center;
}

.image-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  overflow: hidden;
  height: 50px;
  padding: 0 24px;
  color: #fff;
  font-size: 20px;
  line-height: 50px;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: linear-gradient(90deg, rgba(0, 132, 211, .96), rgba(0, 132, 211, .58));
}

.dots {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 3;
  display: flex;
  gap: 10px;
}

.dots button {
  width: 15px;
  height: 15px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  background: rgba(255, 255, 255, .72);
}

.dots button.is-active {
  background: #fff;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, .35);
}

.lead-pagination {
  right: 18px !important;
  bottom: 14px !important;
  left: auto !important;
  z-index: 4;
  width: auto !important;
}

.lead-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 0 5px !important;
  opacity: .75;
  background: #fff;
}

.lead-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.news-list {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 12px 30px 15px 38px;
}

.news-list>a:not(.more-link) {
  flex: 1;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e6e6e6;
  font-size: 17px;
  line-height: 1.7;
  transition: color .2s;
}

.news-list>a:hover {
  color: var(--blue);
}

.more-link {
  align-self: flex-end;
  margin-top: 14px;
}

.more-link img,
.section-more img {
  display: block;
  width: 101px;
  height: 30px;
}

.section {
  position: relative;
  padding-top: 62px;
}

.section-title {
  display: block;
  width: 1273px;
  margin-left: -36px;
}

.section-title img {
  display: block;
  width: 100%;
  height: auto;
}

.ecology-stage {
  position: relative;
  height: 720px;
  margin-top: 30px;
  padding: 26px 242px 85px 0;
  background: url("http://jx.news.cn/cjsnx/pc/ditu.png") left bottom / 100% 228px no-repeat;
}

.ecology-main {
  height: 610px;
  border: 11px solid #058bd8;
  background: #078bd6;
}

.ecology-main .image-caption {
  height: 56px;
  line-height: 56px;
}

.ecology-thumbs {
  position: absolute;
  top: 78px;
  right: 32px;
  width: 240px;
  height: 491px;
}

.ecology-thumbs button {
  width: 240px;
  height: 155px;
  padding: 0;
  overflow: hidden;
  border: 7px solid #fff;
  cursor: pointer;
  background: #fff;
  transition: border-color .2s, transform .2s;
}

.ecology-thumbs button:hover,
.ecology-thumbs button.swiper-slide-thumb-active {
  border-color: #168bd4;
  transform: translateX(-4px);
}

.ecology-thumbs picture,
.ecology-thumbs img {
  display: block;
  width: 100%;
  height: 100%;
}

.ecology-thumbs img {
  object-fit: cover;
  object-position: top;
}

.round-button {
  position: absolute;
  z-index: 5;
  width: 67px;
  height: 64px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  background: none;
  transition: transform .2s, filter .2s;
}

.round-button:hover {
  transform: scale(1.08);
  filter: brightness(1.08);
}

.round-button img {
  display: block;
  width: 100%;
  height: 100%;
}

.ecology-prev {
  top: 44px;
  right: 117px;
}

.ecology-next {
  right: 117px;
  bottom: 105px;
}

.ecology .section-more {
  position: absolute;
  bottom: 4%;
  right: 4%;
  transform: translate(-50%, -50%);
}

.section-more {
  display: block;
  width: 101px;
  margin: 8px auto 0;
}

.industry {
  padding-top: 110px;
}

.industry-cards {
  display: grid;
  grid-template-columns: repeat(4, 280px);
  gap: 27px;
  margin-top: 60px;
}

.industry-card {
  position: relative;
  height: 592px;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 7px 0 #087ed0;
  outline: none;
  cursor: pointer;
  transition: transform .25s, box-shadow .25s;
}

.industry-card:hover,
.industry-card:focus {
  transform: translateY(-8px);
  box-shadow: 0 13px 0 #087ed0, 0 18px 32px rgba(0, 90, 145, .16);
}

.industry-card picture,
.industry-card picture img {
  display: block;
  width: 100%;
  height: 100%;
}

.industry-card picture img {
  object-fit: cover;
}

.industry-card.cb-dynamic {
  background: #edf7ff;
}

.industry-card.cb-dynamic>img {
  display: block;
  width: 100%;
  height: 55%;
  object-fit: cover;
  clip-path: polygon(0 0, 100% 0, 100% 72%, 0 56%);
}

.card-copy {
  position: absolute;
  inset: 0;
  padding: 254px 26px 25px;
  color: #0787d1;
}

.card-copy h2 {
  width: 220px;
  margin: 0;
  color: #218fd4;
  font-size: 25px;
  line-height: 1.35;
  font-weight: 700;
 min-height: 68px;
}

.card-copy i {
  display: block;
  width: 55px;
  height: 4px;
  margin:35px 0 23px;
  background: #218fd4;
}

.card-copy p {
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 600;
}

.card-copy span {
  position: absolute;
  right: 25px;
  bottom: 24px;
  font-size: 22px;
}

.industry .section-more {
  margin-top: 65px;
}

.economy {
  padding-top: 120px;
  padding-bottom: 106px;
}

.economy-stage {
  position: relative;
  width: 1120px;
  height: 780px;
  margin: 35px auto 0;
  padding: 60px 58px 70px;
  background: url("http://jx.news.cn/cjsnx/pc/box.png") center / 100% 100% no-repeat;
}

.economy-frame {
  height: 620px;
  margin: 0 0px 0 90px;
}

.economy-frame .image-caption {
  height: 54px;
  line-height: 54px;
}

.economy-prev {
  left: 46px;
  top: 365px;
  width: 85px;
  height: 89px;
}

.economy-next {
  right: -36px;
  top: 365px;
  width: 85px;
  height: 89px;
}

.economy-more {
  position: absolute;
  right: 105px;
  top: 300px;
  margin: 0;
}

.footer {
  min-height: 170px;
  padding: 45px 20px 30px;
  color: #fff;
  text-align: center;
  font-size: 17px;
  line-height: 2;
  background: linear-gradient(100deg, #25a5cc, #39c1ae);
}

.footer p {
  margin: 0;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .lead-slides,
  .ecology-slides,
  .economy-slides {
    transition: none;
  }
}