/*
Theme Name: 追格企业官网主题（开源版）
Theme URI: https://www.zhuige.com/product/gwztfree.html
Author: the 追格
Author URI: https://www.zhuige.com/
Description: 追格企业官网主题（开源版）由追格（www.zhuige.com）开发的一款免费开源的WordPress主题，专为企业建站而设计。
Version: 1.1.7
Requires PHP: 7.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 追格, 免费, 企业, 官网
*/

@import "css/base.css";
@import "css/grid.css";

/***== 通用 ==***/
.zhuige-base-block {
}

.zhuige-gray {
  background-color: #f4f6f8;
}

.zhuige-base-title {
  padding: 30px;
  text-align: center;
}

.zhuige-base-title h1 {
  font-size: 30px;
  padding-bottom: 20px;
}

.zhuige-base-title p {
  font-size: 14px;
  color: #666666;
  font-weight: 200;
}

/***== 顶部导航 ==***/
header {
  width: 100%;
  position: fixed;
  z-index: 99;
  height: 80px;
  background: #ffffff;
  margin-bottom: 20px;
}

/**-- 主导航 --**/
nav {
  height: 80px;
}

nav .logo {
  color: #333333;
  font-size: 13px;
  font-weight: 200;
  letter-spacing: -1px;
}

nav .logo img {
  height: 40px;
  width: auto;
  border-radius: 2px;
}

nav .logo span {
  margin-left: 16px;
  border-left: 1px solid #eeeeee;
  padding-left: 16px;
  height: 40px;
  line-height: 40px;
}

.zhuige-nav {
  display: flex;
  flex: 1;
  margin-top: -8px;
}

.zhuige-nav-list {
  display: flex;
  flex: 1;
  padding: 0 0 0 40px;
}

.zhuige-nav-list li {
  padding: 0 15px;
  list-style: none;
  position: relative;
}

.zhuige-nav-list li > a {
  color: #333333;
  font-weight: 400;
  padding: 6px 0;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  font-size: 14px;
}

.zhuige-nav-list li > a:hover {
  color: #2c70db;
}

.zhuige-nav-list li > a:hover:before {
  left: 0;
  right: 0;
}

.zhuige-nav-list li > a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #2c70db;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.zhuige-nav-list li.nav-activ > a {
  font-weight: 500;
  color: #2c70db;
}

.zhuige-nav-list li.nav-activ > a:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 200%;
  left: -50%;
  bottom: 0;
  background: #2c70db;
  height: 2px;
}

/***== 底部导航 ==***/
footer {
  min-height: 80px;
  line-height: 80px;
  background: #141621;
  color: #ffffff;
  font-size: 12px;
}

.zhuige-footer-copy a,
.zhuige-footer-links span a {
  color: #ffffff;
}

.zhuige-footer-copy {
  font-weight: 200;
}

.zhuige-footer-copy img {
  height: 14px;
  margin: 0 4px;
}

.zhuige-footer-links span {
  margin: 0 8px;
}

.zhuige-header-block {
  padding-top: 80px;
}

/*** 大图轮播 ***/
.lb-box {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 9;
}

.lb-content {
  width: 100%;
  height: 100%;
}

.lb-item {
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
}

.lb-item > a {
  width: 100%;
  height: 100%;
  display: block;
}

.lb-item > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lb-item > a > div {
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0px;
  padding: 15px;
  color: #fff;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}

.lb-item > a > div > h2 {
  width: 100%;
  padding-right: 170px;
  height: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lb-item > cite {
  width: 100%;
  height: 100%;
  display: block;
}

.lb-item > cite > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lb-info {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
}

.lb-item.active {
  display: block;
  left: 0%;
}

.lb-item.active.left {
  left: -100%;
}

.lb-item.active.right {
  left: 100%;
}

/* 轮播控制 */
.lb-item.next,
.lb-item.prev {
  display: block;
  position: absolute;
  top: 0px;
}

.lb-item.next {
  left: 100%;
}

.lb-item.prev {
  left: -100%;
}

.lb-item.next.left,
.lb-item.prev.right {
  left: 0%;
}

.lb-sign {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 5px 3px;
  border-radius: 16px;
  list-style: none;
  user-select: none;
  background-color: rgba(0, 0, 0, 0.04);
}

.lb-sign li {
  width: 22px;
  height: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  float: left;
  color: #aaa;
  margin: auto 4px;
  border-radius: 13px;
  cursor: pointer;
  opacity: 0.6;
}

.lb-sign li:hover {
  color: #fff;
}

.lb-sign li.active {
  color: #000;
  opacity: 1;
  background-color: #ebebeb;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}

.lb-ctrl {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  vertical-align: middle;
  font-weight: 200;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  user-select: none;
  background-color: rgba(255, 255, 255, 0.4);
  color: rgba(44, 112, 219, 1);
  border-radius: 40px;
  cursor: pointer;
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 700;
}

.lb-ctrl.left {
  left: -50px;
}

.lb-ctrl.right {
  right: -50px;
}

.lb-box:hover .lb-ctrl.left {
  left: 10px;
}

.lb-box:hover .lb-ctrl.right {
  right: 10px;
}

.lb-ctrl:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

/* 轮播点差异 */
.lb-sign {
  right: auto;
  left: 50%;
  margin-left: -40px;
}

.lb-sign li {
  height: 6px;
  width: 6px;
  font-size: 6px;
  line-height: 6px;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(255, 255, 255, 0.6);
}

.lb-sign li:hover {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(44, 112, 219, 1);
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}

.lb-sign li.active {
  color: rgba(0, 0, 0, 0);
  width: 18px;
  opacity: 1;
  background-color: rgba(44, 112, 219, 1);
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}

/*** 大图轮播 end ***/

.zhuige-base-text-img * {
  margin: 10px 10%;
  font-size: 13px;
  font-weight: 200;
  line-height: 2em;
}

/**** 产品轮播 ****/
.zhuige-goods-swiper .lb-box {
  /* height: 240px; */
}

.zhuige-goods-swiper .lb-ctrl {
  top: 40%;
}

.zhuige-goods-block {
  height: 200px;
  width: 260px;
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  margin: 0 5px;
}

.zhuige-goods-block img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.zhuige-goods-block h6 {
  position: absolute;
  height: 100%;
  line-height: 350px;
  width: 100%;
  padding: 0 20px;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.zhuige-goods-block h6:hover {
  background: none;
}

.zhuige-goods-block h6 a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 13px;
  color: #ffffff;
}

.zhuige-article-list-block {
  border-bottom: 1px dotted #dddddd;
  padding: 20px 0;
}

.zhuige-article-list-block:last-of-type {
  border: none;
  padding-bottom: 0;
}

.zhuige-article-list-block:first-of-type {
  padding-top: 0;
}

.zhuige-article-list-block-img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 180px;
  -ms-flex: 0 0 180px;
  flex: 0 0 180px;
  height: 120px;
  width: 180px;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}

.zhuige-article-list-block-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.5s;
}

.zhuige-article-list-block-img img:hover {
  transform: scale(1.1);
}

.zhuige-article-list-block-img span {
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  font-weight: 200;
  color: #ffffff;
  padding: 0 8px;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  z-index: 8;
  top: 10px;
  left: 10px;
}

.zhuige-article-list-block-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 12px;
  overflow: hidden;
}

.zhuige-article-list-block-text h6 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8em;
}

.zhuige-article-list-block-text h6 strong {
  display: inline;
  font-size: 10px;
  color: #ffffff;
  padding: 2px 6px;
  border-radius: 2px;
  background: #2c70db;
  margin-right: 6px;
  vertical-align: middle;
}

.zhuige-article-list-block-text div {
  font-size: 14px;
  font-weight: 200;
  line-height: 1.8;
  height: 1.8em;
  word-break: keep-all;
  text-overflow: ellipsis;
  overflow: hidden;
}

.zhuige-article-list-block-text p {
  font-size: 12px;
  font-weight: 200;
  color: #7f7f7f;
}

.zhuige-article-list-block-text p cite {
  margin: 0 8px;
}

.zhuige-article-list-block-text p cite:first-of-type {
  margin-left: 0;
}

/*** 分页 ***/
.zhui-pagination {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  padding: 40px;
}

.zhui-pagination a {
  display: block;
  padding: 0 20px;
  line-height: 40px;
  height: 40px;
  border: 1px solid #dddddd;
  border-right: 0;
  background-color: #ffffff;
  font-size: 13px;
  font-weight: 300;
}

.zhui-pagination a:hover {
  background-color: #2b76ed;
  border-color: #2b76ed;
  color: #ffffff;
}

.zhui-pagination a:first-child {
  border-radius: 6px 0 0 6px;
}

.zhui-pagination a:last-child {
  border: 1px solid #dddddd;
  border-radius: 0 6px 6px 0;
}

.zhui-pagination a.zhui-page-on {
  background-color: #2b76ed;
  border-color: #2b76ed;
  color: #ffffff;
}

.zhuige-block {
  background: #ffffff;
  border-radius: 4px;
}

.zhuige-main-cont .zhuige-nav-list {
  padding: 0;
}

.zhuige-main-text .zhuige-block {
  font-size: 13px;
  line-height: 1.8em;
  min-height: 480px;
}

.zhuige-main-text .zhuige-block p {
  margin-bottom: 0.6em;
  font-weight: 200;
}

.zhuige-main-text .zhuige-block img {
  max-width: 60%;
  height: auto;
  margin: 0 auto;
  display: flex;
}

.zhuige-breadcrumb {
  padding: 6px 0;
}

.zhuige-breadcrumb * {
  font-size: 12px;
  margin-right: 6px;
  font-weight: 200;
}

.zhuige-breadcrumb .fa {
  color: #999999;
}

.zhuige-breadcrumb .breadcrumb-separator {
  color: #999999;
  margin-right: 6px;
  font-size: 16px;
}

.zhugie-header-fix {
  padding-top: 80px;
}

.zhuige-main-title {
  height: 300px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.zhuige-main-title > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.zhuige-main-title-text {
  position: absolute;
  z-index: 8;
  top: 110px;
  height: 260px;
  width: 100%;
  text-align: center;
  color: #ffffff;
}

.zhuige-main-title-text h1 {
  font-size: 30px;
  line-height: 2em;
}

.zhuige-main-title-text p {
  font-size: 14px;
  font-weight: 200;
}

.zhuige-cooperation {
  padding: 10px 0;
  text-align: center;
}

.zhuige-cooperation a {
  width: 180px;
  height: 80px;
  overflow: hidden;
  margin: 5px;
  border: 1px solid #eeeeee;
  transition: border-color 0.5s;
  -webkit-transition: border-color 0.5s;
}

.zhuige-cooperation a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.zhuige-cooperation a:hover {
  border-color: #2b76ed;
}

.zhuige-cooperation a:hover img {
  transform: scale(1.1);
}

.zhuige-feed-form {
  width: 80%;
  margin: 0 10%;
  padding: 10px 0 30px;
}

.zhuige-form-line {
  height: 40px;
  line-height: 40px;
  border: 1px solid #eeeeee;
  padding: 0 10px;
  background: #ffffff;
  margin-bottom: 10px;
}

.zhuige-form-line input {
  width: 80%;
}

.zhuige-form-line input::input-placeholder {
  color: #ccc;
  font-size: 13px;
  font-weight: 300;
}
.zhuige-form-line input::-webkit-input-placeholder {
  color: #ccc;
  font-size: 13px;
  font-weight: 300;
}
.zhuige-form-height-line textarea::input-placeholder {
  color: #ccc;
  font-size: 13px;
  font-weight: 300;
}
.zhuige-form-height-line textarea::-webkit-input-placeholder {
  color: #ccc;
  font-size: 13px;
  font-weight: 300;
}

.zhuige-form-line label,
.zhuige-form-height-line label {
  width: 80px;
  font-size: 13px;
  font-weight: 300;
}

.zhuige-form-height-line label {
  width: 100px;
}

.zhuige-form-height-line {
  height: 140px;
  line-height: 1.8em;
  border: 1px solid #eeeeee;
  padding: 0 10px;
  background: #ffffff;
  margin-bottom: 10px;
}

.zhuige-form-height-line textarea {
  width: 90%;
  height: 120px;
  padding: 10px;
  line-height: 1.8em;
}

.zhuige-form-btn button {
  height: 36px;
  line-height: 36px;
  width: 100%;
  text-align: center;
  font-size: 13px;
  font-weight: 200;
  color: #ffffff;
  background: #2b76ed;
  border-radius: 2px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.zhuige-form-btn button:hover {
  background: #235bb0;
  cursor: pointer;
}

.zhuige-img-news {
  height: 260px;
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 4px;
}

.zhuige-img-news img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.zhuige-img-news h5 {
  position: absolute;
  height: 100%;
  line-height: 460px;
  width: 100%;
  padding: 0 20px;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.zhuige-img-news h5:hover {
  background: none;
}

.zhuige-img-news h5 a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 13px;
  color: #ffffff;
}

.zhuige-news {
  width: 82%;
  margin: 0 auto;
}

.zhuige-news-list .zhuige-article-list-block-img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 120px;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  height: 80px;
  width: 120px;
  position: relative;
}

.zhuige-news-list .zhuige-article-list-block {
  border: none;
  padding: 0;
  margin-bottom: 10px;
}

.zhuige-news-list .zhuige-article-list-block-text h6 {
  font-size: 14px;
}

.zhuige-nav-mobile {
  display: none;
}

.zhuige-nav-mobile .zhuige-nav-list {
  padding: 0;
}

#toTop {
  position: fixed;
  z-index: 10;
  right: 10%;
  bottom: 100px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .zhuige-nav-side {
    display: none;
  }

  .zhuige-nav-mobile {
    display: block;
    position: fixed;
    z-index: 19;
    bottom: 0;
    width: 100%;
    background: #ffffff;
    height: 80px;
    line-height: 30px;
    padding-top: 15px;
    box-shadow: 0 10px 16px 8px rgba(79, 125, 183, 0.3);
  }

  .zhuige-nav-mobile .zhuige-nav-list {
    padding: 0;
  }

  footer {
    margin-bottom: 30px;
  }

  header {
    box-shadow: 0 10px 16px -8px rgba(79, 125, 183, 0.3);
  }

  .lb-box {
    height: 280px;
  }

  .zhuige-goods-block:nth-child(3),
  .zhuige-goods-block:nth-child(4) {
    display: none;
  }

  .zhuige-article-list-block-img {
    -webkit-flex: 0 0 120px;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    height: 80px;
    width: 120px;
  }

  .zhuige-single-nav .zhuige-nav-list li {
    padding: 0 10px;
  }

  .zhuige-single-nav .zhuige-nav-list li > a {
    font-size: 13px;
  }

  .zhuige-cooperation a {
    width: 160px;
  }

  .zhuige-main-title-text h1 {
    font-size: 22px;
    line-height: 1.8em;
    margin-bottom: 10px;
  }

  .zhuige-news {
    width: auto;
  }

  .zhuige-main-text .zhuige-block img {
    max-width: 100%;
  }

  #toTop {
    right: 10px;
  }

  .zhuige-feed-form {
    width: 90%;
    margin: 0 5%;
  }

  .zhuige-form-height-line textarea {
    width: 100%;
    height: 100px;
  }

  .zhuige-main-title {
    height: 240px;
  }

  .zhuige-main-title-text {
    top: 70px;
    height: auto;
  }
}

body .layui-layer-noboxshade {
  background: 0 0;
  box-shadow: none;
}

body .layui-layer-noboxshade .layui-layer-content {
  overflow: hidden;
}

body {
  background: #f6f8fc;
  color: #1c2434;
}

header {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
  box-shadow: 0 14px 40px rgba(11, 28, 61, 0.08);
}

nav .logo {
  font-size: 15px;
  font-weight: 600;
  color: #122033;
}

nav .logo img {
  height: 46px;
  border-radius: 12px;
}

nav .logo span {
  border-left-color: rgba(18, 32, 51, 0.12);
}

.zhuige-nav-list li > a {
  color: #2c3a4f;
  font-size: 15px;
}

.zhuige-nav-list li > a:hover,
.zhuige-nav-list .nav-activ > a,
.nav-activ > a {
  color: #0c63ce;
}

.site-home,
.page-redesign {
  overflow: hidden;
}

.home-section,
.page-section {
  padding: 88px 0;
}

.home-section--soft,
.page-section--soft {
  background: linear-gradient(180deg, #f9fbff, #eef3fb);
}

.section-heading {
  max-width: 620px;
  margin-bottom: 38px;
}

.section-heading span,
.page-hero__eyebrow,
.home-about-card__text span,
.about-side-card span,
.home-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(12, 99, 206, 0.1);
  color: #0c63ce;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section-heading h2,
.page-hero h1,
.home-hero h1,
.home-about-card__text h2,
.about-side-card h2 {
  margin: 18px 0 14px;
  font-size: 42px;
  line-height: 1.15;
  color: #122033;
}

.section-heading p,
.page-hero p,
.home-hero p,
.home-about-card__text p,
.about-side-card p,
.news-card p,
.news-lead-card__content p,
.home-news-featured__content p,
.home-news-mini p {
  font-size: 16px;
  line-height: 1.9;
  color: #5c677d;
}

.home-hero,
.page-hero {
  padding: 170px 0 110px;
  color: #ffffff;
  background-position: center;
  background-size: cover;
}

.home-video-hero {
  position: relative;
  min-height: 100vh;
  padding: 160px 0 100px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.home-video-hero__media,
.home-video-hero__overlay {
  position: absolute;
  inset: 0;
}

.home-video-hero__media {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-video-hero__overlay {
  background: linear-gradient(135deg, rgba(8, 15, 33, 0.76), rgba(13, 74, 146, 0.46));
}

.home-video-hero .container {
  position: relative;
  z-index: 2;
}

.home-hero__content--video {
  max-width: 760px;
}

.home-section--slider {
  padding-top: 72px;
}

.home-slider-shell {
  border-radius: 32px;
  overflow: hidden;
  background: #ffffff;
  padding: 18px;
  box-shadow: 0 24px 60px rgba(20, 35, 69, 0.1);
}

.home-slider-shell .lb-box {
  height: 560px;
  border-radius: 24px;
  overflow: hidden;
}

.home-slider-shell .lb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-hero .container,
.page-hero .container {
  display: flex;
  gap: 28px;
  align-items: end;
  justify-content: space-between;
}

.home-hero__content {
  max-width: 650px;
}

.home-hero h1,
.page-hero h1 {
  color: #ffffff;
  font-size: 62px;
}

.home-hero p,
.page-hero p {
  color: rgba(255, 255, 255, 0.82);
  max-width: 620px;
}

.home-hero__actions {
  display: flex;
  gap: 14px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.home-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 148px;
  padding: 14px 24px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.home-button:hover {
  transform: translateY(-2px);
}

.home-button--primary {
  background: linear-gradient(135deg, #0c63ce, #15a0df);
  color: #ffffff;
  box-shadow: 0 16px 30px rgba(11, 89, 186, 0.28);
}

.home-button--ghost {
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
}

.home-hero__panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  min-width: 380px;
}

.home-hero__stat,
.home-contact-card,
.home-service-card,
.home-news-mini,
.news-card,
.news-lead-card,
.about-content-card,
.about-side-card,
.about-tabs,
.home-about-card {
  background: #ffffff;
  border: 1px solid rgba(17, 39, 74, 0.08);
  box-shadow: 0 20px 50px rgba(20, 35, 69, 0.08);
}

.home-hero__stat {
  border-radius: 24px;
  padding: 24px 22px;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(10px);
}

.home-hero__stat strong {
  display: block;
  font-size: 34px;
  color: #ffffff;
}

.home-hero__stat span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}

.home-service-grid,
.home-contact-grid,
.news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.home-service-card,
.home-contact-card,
.news-card {
  border-radius: 28px;
  overflow: hidden;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.home-service-card:hover,
.home-contact-card:hover,
.news-card:hover,
.home-news-featured:hover,
.home-news-mini:hover,
.news-lead-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 60px rgba(20, 35, 69, 0.12);
}

.home-service-card__image,
.news-card__image,
.news-lead-card__image,
.home-news-featured__image {
  display: block;
  overflow: hidden;
}

.home-service-card__image img,
.news-card__image img,
.news-lead-card__image img,
.home-news-featured__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.home-service-card:hover img,
.news-card:hover img,
.news-lead-card:hover img,
.home-news-featured:hover img {
  transform: scale(1.05);
}

.home-service-card__image {
  height: 220px;
}

.home-service-card__body,
.news-card__content,
.news-lead-card__content,
.home-news-featured__content,
.home-contact-card span {
  padding: 24px;
}

.home-service-card__body h3,
.news-card h3,
.news-lead-card h2,
.home-news-featured__content h3,
.home-news-mini h3 {
  margin-bottom: 12px;
  color: #132238;
}

.home-service-card__body span,
.news-card__meta,
.home-news-featured__content span,
.home-news-mini__meta,
.news-lead-card__content span {
  color: #7b879c;
  font-size: 13px;
}

.home-news-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
  gap: 24px;
}

.home-news-featured,
.news-lead-card,
.home-about-card,
.about-content-card,
.about-side-card,
.about-tabs {
  border-radius: 32px;
  overflow: hidden;
}

.home-news-featured {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
}

.home-news-featured__image,
.news-lead-card__image {
  min-height: 100%;
}

.home-news-featured__image img,
.news-lead-card__image img {
  height: 100%;
}

.home-news-listing {
  display: grid;
  gap: 18px;
}

.home-news-mini {
  border-radius: 24px;
  padding: 24px;
}

.home-text-link {
  display: inline-flex;
  margin-top: 10px;
  color: #0c63ce;
  font-weight: 600;
}

.home-about-card {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.8fr);
}

.home-about-card__text,
.home-about-card__aside {
  padding: 42px;
}

.home-about-card__aside {
  background: linear-gradient(180deg, #122033, #183257);
  color: #ffffff;
  display: grid;
  gap: 18px;
}

.home-about-card__aside div {
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.home-about-card__aside div:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.home-about-card__aside strong {
  display: block;
  font-size: 28px;
  margin-bottom: 6px;
}

.home-about-card__aside span {
  background: none;
  color: rgba(255, 255, 255, 0.86);
  padding: 0;
  letter-spacing: normal;
  text-transform: none;
}

.home-contact-card {
  padding: 26px;
  text-align: center;
}

.home-contact-card img {
  width: 170px;
  height: 170px;
  margin: 0 auto 18px;
  border-radius: 20px;
  object-fit: cover;
}

.page-redesign {
  background: #f6f8fc;
}

.page-hero .container {
  display: block;
}

.page-hero h1 {
  font-size: 54px;
}

.news-lead-card {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  margin-bottom: 28px;
}

.news-lead-card__image {
  min-height: 320px;
}

.news-card__image {
  height: 220px;
}

.news-card__meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.page-empty-state {
  padding: 48px 30px;
  border-radius: 28px;
  background: #ffffff;
  text-align: center;
  color: #6f7b90;
}

.about-tabs {
  display: flex;
  gap: 12px;
  padding: 14px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.about-tabs__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  color: #46546d;
  background: #f2f5fb;
  transition: background 0.25s ease, color 0.25s ease;
}

.about-tabs__item.is-active,
.about-tabs__item:hover {
  background: linear-gradient(135deg, #0c63ce, #15a0df);
  color: #ffffff;
}

.about-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.7fr);
  gap: 24px;
  align-items: start;
}

.about-layout--single {
  grid-template-columns: 1fr;
}

.about-content-card__inner {
  padding: 42px;
}

.about-content-card__inner p,
.about-content-card__inner li {
  color: #47536a;
  font-size: 16px;
  line-height: 1.95;
}

.about-content-card__inner h1,
.about-content-card__inner h2,
.about-content-card__inner h3,
.about-content-card__inner h4 {
  color: #132238;
  margin: 1.2em 0 0.7em;
}

.about-content-card__inner img {
  max-width: 100%;
  height: auto;
  border-radius: 24px;
}

.about-side-card {
  padding: 36px;
  position: sticky;
  top: 110px;
}

.about-side-card ul {
  margin: 18px 0 26px;
  padding-left: 18px;
}

.about-side-card li {
  margin-bottom: 10px;
  color: #526078;
}

.site-footer {
  padding: 44px 0 110px;
  background: #0f1b2d;
  color: rgba(255, 255, 255, 0.78);
}

.site-footer__inner {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.site-footer__brand strong {
  display: block;
  margin-bottom: 12px;
  font-size: 22px;
  color: #ffffff;
}

.site-footer__brand p,
.site-footer__meta p {
  margin-bottom: 10px;
  line-height: 1.8;
}

.zhuige-nav-mobile {
  border-top: 1px solid rgba(15, 27, 45, 0.08);
}

.zhuige-nav-mobile .zhuige-nav-list {
  width: 100%;
  justify-content: space-around;
}

.zhuige-nav-mobile .zhuige-nav-list li {
  flex: 1;
  text-align: center;
}

.zhuige-nav-mobile .zhuige-nav-list li > a {
  font-size: 13px;
}

.zhui-pagination {
  margin-top: 34px;
  text-align: center;
}

.zhui-pagination a,
.zhui-pagination span {
  display: inline-block;
  min-width: 42px;
  padding: 11px 14px;
  margin: 0 5px;
  border-radius: 999px;
  background: #ffffff;
  color: #40506a;
  box-shadow: 0 10px 24px rgba(15, 27, 45, 0.06);
}

.zhui-pagination .zhui-page-on {
  background: linear-gradient(135deg, #0c63ce, #15a0df);
  color: #ffffff;
}

@media (max-width: 1024px) {
  .home-hero .container,
  .home-news-layout,
  .home-news-featured,
  .home-about-card,
  .news-lead-card,
  .about-layout,
  .site-footer__inner {
    grid-template-columns: 1fr;
    display: grid;
  }

  .home-hero__panel,
  .home-service-grid,
  .home-contact-grid,
  .news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-hero .container {
    align-items: start;
  }

  .about-side-card {
    position: static;
  }
}

@media (max-width: 768px) {
  .home-section,
  .page-section {
    padding: 60px 0;
  }

  .home-hero,
  .page-hero,
  .home-video-hero {
    padding: 130px 0 74px;
  }

  .home-hero h1,
  .page-hero h1,
  .section-heading h2,
  .home-about-card__text h2,
  .about-side-card h2 {
    font-size: 34px;
  }

  .home-hero__panel,
  .home-service-grid,
  .home-contact-grid,
  .news-grid {
    grid-template-columns: 1fr;
    min-width: 0;
  }

  .home-about-card__text,
  .home-about-card__aside,
  .about-content-card__inner,
  .about-side-card,
  .news-card__content,
  .news-lead-card__content,
  .home-news-featured__content {
    padding: 28px;
  }

  .home-contact-card img {
    width: 140px;
    height: 140px;
  }

  .home-slider-shell .lb-box {
    height: 260px;
  }

  .site-footer {
    padding-bottom: 120px;
  }
}

/* Corporate homepage */
body {
  background: #f7f8fa;
  color: #1f2933;
}

header {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 26px rgba(18, 31, 48, 0.08);
  backdrop-filter: blur(10px);
}

nav .logo {
  color: #1f2933;
  font-weight: 600;
  letter-spacing: 0;
}

nav .logo img {
  height: 44px;
  border-radius: 4px;
}

.zhuige-nav-list li > a {
  color: #263442;
  font-size: 15px;
  letter-spacing: 0;
}

.zhuige-nav-list li > a:hover,
.zhuige-nav-list .nav-activ > a,
.nav-activ > a {
  color: #9b1c2e;
}

.corp-home {
  background: #ffffff;
}

.corp-hero {
  position: relative;
  min-height: 680px;
  height: 92vh;
  max-height: 860px;
  padding-top: 80px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
}

.corp-hero__video,
.corp-hero__shade {
  position: absolute;
  inset: 0;
}

.corp-hero__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.corp-hero__shade {
  z-index: 1;
  background: linear-gradient(90deg, rgba(14, 21, 31, 0.76), rgba(14, 21, 31, 0.26) 58%, rgba(14, 21, 31, 0.08));
}

.corp-hero .container {
  position: relative;
  z-index: 2;
  width: 100%;
}

.corp-hero__content {
  max-width: 640px;
  color: #ffffff;
}

.corp-hero h1 {
  margin-bottom: 24px;
  color: #ffffff;
  font-size: 62px;
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: 0;
}

.corp-hero p {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 20px;
  line-height: 1.8;
}

.corp-hero__actions {
  display: flex;
  gap: 16px;
  margin-top: 34px;
  flex-wrap: wrap;
}

.corp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 138px;
  height: 46px;
  padding: 0 24px;
  border-radius: 2px;
  font-size: 15px;
  font-weight: 600;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.corp-btn--primary {
  background: #9b1c2e;
  color: #ffffff;
}

.corp-btn--primary:hover {
  background: #7f1726;
}

.corp-btn--line {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.62);
}

.corp-btn--line:hover {
  background: #ffffff;
  color: #1f2933;
}

.corp-banner {
  padding: 44px 0 0;
  background: #ffffff;
}

.corp-slider {
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 18px 44px rgba(18, 31, 48, 0.12);
}

.corp-slider .lb-box {
  height: 420px;
}

.corp-slider .lb-item--video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.corp-slider .lb-item--video::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(14, 21, 31, 0.7), rgba(14, 21, 31, 0.18));
}

.lb-video-title {
  position: absolute;
  z-index: 2;
  left: 7%;
  bottom: 72px;
  max-width: 620px;
  color: #ffffff;
}

.lb-video-title h1 {
  margin-bottom: 18px;
  color: #ffffff;
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: 0;
}

.lb-video-title p {
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
  line-height: 1.8;
}

.corp-slider .lb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.corp-section {
  padding: 84px 0;
  background: #ffffff;
}

.corp-section--light {
  background: #f7f8fa;
}

.corp-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
}

.corp-section-title span {
  display: block;
  margin-bottom: 10px;
  color: #9b1c2e;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.corp-section-title h2 {
  margin: 0;
  color: #1f2933;
  font-size: 36px;
  line-height: 1.25;
  letter-spacing: 0;
}

.corp-about__grid {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 64px;
  align-items: start;
}

.corp-about__content {
  max-width: 820px;
  border-left: 3px solid #d9a441;
  padding-left: 34px;
}

.corp-about__content h3 {
  margin-bottom: 18px;
  color: #1f2933;
  font-size: 26px;
  line-height: 1.35;
}

.corp-about__content p,
.corp-news-card__body p {
  color: #66717f;
  font-size: 16px;
  line-height: 1.9;
}

.corp-text-link {
  display: inline-flex;
  align-items: center;
  margin-top: 22px;
  color: #9b1c2e;
  font-weight: 700;
}

.corp-business-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.corp-business-card {
  position: relative;
  min-height: 230px;
  overflow: hidden;
  border-radius: 6px;
  background: #1f2933;
}

.corp-business-card img {
  width: 100%;
  height: 100%;
  min-height: 230px;
  object-fit: cover;
  opacity: 0.78;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.corp-business-card strong {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  color: #ffffff;
  font-size: 19px;
  line-height: 1.4;
}

.corp-business-card:hover img {
  opacity: 0.92;
  transform: scale(1.04);
}

.corp-news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.corp-news-card {
  overflow: hidden;
  border: 1px solid #edf0f2;
  border-radius: 6px;
  background: #ffffff;
  transition: box-shadow 0.24s ease, transform 0.24s ease;
}

.corp-news-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(18, 31, 48, 0.12);
}

.corp-news-card__image {
  display: block;
  height: 210px;
  overflow: hidden;
}

.corp-news-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.corp-news-card:hover .corp-news-card__image img {
  transform: scale(1.04);
}

.corp-news-card__body {
  padding: 24px;
}

.corp-news-card__body time {
  display: block;
  margin-bottom: 12px;
  color: #9b1c2e;
  font-size: 13px;
  font-weight: 700;
}

.corp-news-card__body h3 {
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 1.45;
}

.corp-news-card__body h3 a {
  color: #1f2933;
}

.corp-contact-grid {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}

.corp-contact-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 180px;
  min-height: 224px;
  padding: 18px;
  border: 1px solid #edf0f2;
  border-radius: 6px;
  background: #ffffff;
  text-align: center;
}

.corp-contact-card__image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 156px;
  margin-bottom: 12px;
}

.corp-contact-card img {
  width: 132px;
  height: 132px;
  object-fit: contain;
}

.corp-contact-card span {
  display: block;
  color: #1f2933;
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
}

.corp-contact-card--douyin img {
  width: 156px;
  height: 156px;
}

.corp-contact-card--douyin span {
  font-size: 13px;
  color: #4b5563;
}

.corp-contact-card--qrcode {
  width: 210px;
}

.corp-contact-card--qrcode img {
  width: 168px;
  height: 168px;
}

.corp-contact-card--qrcode span {
  font-size: 12px;
  color: #4b5563;
}

.site-footer {
  padding: 42px 0 104px;
  background: #1f2933;
  color: rgba(255, 255, 255, 0.78);
}

.site-footer__inner {
  display: flex;
  justify-content: space-between;
  gap: 36px;
}

.site-footer__brand strong {
  display: block;
  margin-bottom: 12px;
  color: #ffffff;
  font-size: 20px;
}

.site-footer p {
  margin-bottom: 8px;
  line-height: 1.8;
}

@media (max-width: 1024px) {
  .corp-about__grid,
  .corp-business-grid,
  .corp-news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .corp-about__grid {
    gap: 32px;
  }

  .corp-section-head,
  .site-footer__inner {
    align-items: start;
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .corp-hero {
    min-height: 560px;
    height: auto;
    padding: 150px 0 86px;
  }

  .corp-hero h1 {
    font-size: 38px;
  }

  .corp-hero p {
    font-size: 16px;
  }

  .corp-slider .lb-box {
    height: 240px;
  }

  .corp-section {
    padding: 58px 0;
  }

  .corp-section-title h2 {
    font-size: 28px;
  }

  .corp-about__grid,
  .corp-business-grid,
  .corp-news-grid {
    grid-template-columns: 1fr;
  }

  .corp-about__content {
    padding-left: 20px;
  }

  .corp-contact-card {
    width: calc(50% - 11px);
    min-height: 0;
    padding: 14px 12px 16px;
  }

  .corp-contact-card__image {
    height: auto;
    aspect-ratio: 1 / 1;
    margin-bottom: 10px;
  }

  .corp-contact-card img,
  .corp-contact-card--douyin img,
  .corp-contact-card--qrcode img {
    width: min(100%, 132px);
    height: min(100%, 132px);
    object-fit: contain;
  }

  .corp-contact-card span,
  .corp-contact-card--douyin span,
  .corp-contact-card--qrcode span {
    font-size: 13px;
    line-height: 18px;
    white-space: normal;
    word-break: keep-all;
  }
}

/* Align inner pages with the corporate homepage */
.page-redesign {
  background: #ffffff;
}

.page-hero {
  height: 420px;
  padding: 80px 0 0;
  display: flex;
  align-items: center;
  background-position: center;
  background-size: cover;
}

.page-hero .container {
  display: block;
}

.page-hero__eyebrow {
  display: block;
  margin-bottom: 10px;
  padding: 0;
  border-radius: 0;
  background: none;
  color: #d9a441;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-hero h1 {
  margin: 0;
  color: #ffffff;
  font-size: 52px;
  line-height: 1.16;
  letter-spacing: 0;
}

.page-section {
  padding: 72px 0;
  background: #ffffff;
}

.page-section--soft {
  background: #f7f8fa;
}

.news-lead-card {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 1fr);
  margin-bottom: 30px;
  overflow: hidden;
  border: 1px solid #edf0f2;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: none;
}

.news-lead-card__image {
  display: block;
  min-height: 330px;
  overflow: hidden;
}

.news-lead-card__image img,
.news-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-lead-card__content {
  padding: 34px;
}

.news-lead-card__content span,
.news-card__meta {
  color: #9b1c2e;
  font-size: 13px;
  font-weight: 700;
}

.news-lead-card h2 {
  margin: 14px 0 16px;
  font-size: 28px;
  line-height: 1.35;
}

.news-lead-card h2 a,
.news-card h3 a {
  color: #1f2933;
}

.news-lead-card__content p,
.news-card p {
  color: #66717f;
  font-size: 16px;
  line-height: 1.9;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.news-card {
  overflow: hidden;
  border: 1px solid #edf0f2;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: none;
  transition: box-shadow 0.24s ease, transform 0.24s ease;
}

.news-card:hover,
.news-lead-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(18, 31, 48, 0.12);
}

.news-card__image {
  display: block;
  height: 210px;
  overflow: hidden;
}

.news-card__content {
  padding: 24px;
}

.news-card__meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.news-card h3 {
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 1.45;
}

.about-tabs {
  display: flex;
  gap: 10px;
  padding: 0;
  margin-bottom: 28px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  flex-wrap: wrap;
}

.about-tabs__item {
  padding: 11px 18px;
  border: 1px solid #e4e8ec;
  border-radius: 2px;
  background: #ffffff;
  color: #1f2933;
}

.about-tabs__item.is-active,
.about-tabs__item:hover {
  border-color: #9b1c2e;
  background: #9b1c2e;
  color: #ffffff;
}

.about-content-card {
  border: 1px solid #edf0f2;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: none;
}

.about-content-card__inner {
  padding: 42px;
}

.about-content-card__inner p,
.about-content-card__inner li {
  color: #4d5967;
  font-size: 16px;
  line-height: 1.95;
}

.about-content-card__inner h1,
.about-content-card__inner h2,
.about-content-card__inner h3,
.about-content-card__inner h4 {
  color: #1f2933;
  letter-spacing: 0;
}

.about-content-card__inner img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}

.zhui-pagination a,
.zhui-pagination span {
  border-radius: 2px;
  box-shadow: none;
  border: 1px solid #edf0f2;
}

.zhui-pagination .zhui-page-on {
  background: #9b1c2e;
  border-color: #9b1c2e;
  color: #ffffff;
}

@media (max-width: 1024px) {
  .news-lead-card,
  .news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .page-hero {
    height: 300px;
    padding-top: 80px;
  }

  .page-hero h1 {
    font-size: 36px;
  }

  .news-lead-card,
  .news-grid {
    grid-template-columns: 1fr;
  }

  .news-lead-card__content,
  .news-card__content,
  .about-content-card__inner {
    padding: 26px;
  }
}

/* Wider homepage rhythm after the full-screen video hero */
.corp-home .container {
  width: min(92vw, 1480px);
  max-width: 1480px;
  padding-left: 0;
  padding-right: 0;
}

.corp-home .corp-hero .container {
  width: min(86vw, 1366px);
}

.corp-banner {
  padding: 0;
  background: #ffffff;
}

.corp-banner .container {
  width: 100%;
  max-width: none;
}

.corp-slider {
  border-radius: 0;
  box-shadow: none;
}

.corp-slider .lb-box {
  height: clamp(320px, 42vw, 620px);
}

.corp-section {
  position: relative;
  padding: 96px 0;
}

.corp-section--light {
  background: #f3f5f7;
}

.corp-about {
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 50%, #f3f5f7 50%, #f3f5f7 100%);
}

.corp-about__grid {
  min-height: 300px;
  align-items: center;
}

.corp-business-grid,
.corp-news-grid {
  gap: 28px;
}

.corp-business-card {
  min-height: 280px;
}

.corp-business-card img {
  min-height: 280px;
}

.corp-news-card__image {
  height: 250px;
}

.corp-contact-section {
  padding-bottom: 112px;
}

@media (max-width: 1024px) {
  .corp-home .container,
  .corp-home .corp-hero .container {
    width: min(92vw, 900px);
  }

  .corp-about {
    background: #ffffff;
  }
}

@media (max-width: 768px) {
  .corp-home .container,
  .corp-home .corp-hero .container {
    width: calc(100vw - 32px);
  }

  .corp-slider .lb-box {
    height: 260px;
  }

  .corp-section {
    padding: 64px 0;
  }

  .corp-business-card,
  .corp-business-card img {
    min-height: 230px;
  }

  .corp-news-card__image {
    height: 220px;
  }
}

/* Boxed homepage layout */
.corp-home {
  padding-top: 104px;
  background: #f7f8fa;
}

.corp-home .container,
.corp-home .corp-hero .container {
  width: min(90vw, 1320px);
  max-width: 1320px;
}

.corp-hero {
  width: min(90vw, 1320px);
  height: 560px;
  min-height: 0;
  max-height: none;
  margin: 0 auto;
  padding-top: 0;
  border-radius: 6px;
  box-shadow: 0 18px 44px rgba(18, 31, 48, 0.14);
}

.corp-hero .container {
  width: calc(100% - 96px);
  max-width: none;
}

.corp-hero h1 {
  font-size: 56px;
}

.corp-banner {
  padding: 34px 0 0;
  background: #f7f8fa;
}

.corp-banner .container {
  width: min(90vw, 1320px);
  max-width: 1320px;
}

.corp-slider {
  border-radius: 6px;
  box-shadow: 0 18px 44px rgba(18, 31, 48, 0.1);
}

.corp-slider .lb-box {
  height: 420px;
}

.corp-section {
  background: #ffffff;
}

.corp-section--light {
  background: #f7f8fa;
}

.corp-about {
  background: #ffffff;
}

@media (max-width: 768px) {
  .corp-home {
    padding-top: 96px;
  }

  .corp-home .container,
  .corp-home .corp-hero .container,
  .corp-banner .container,
  .corp-hero {
    width: calc(100vw - 32px);
  }

  .corp-hero {
    height: 420px;
  }

  .corp-hero .container {
    width: calc(100% - 40px);
  }

  .corp-hero h1 {
    font-size: 34px;
  }

  .corp-slider .lb-box {
    height: 240px;
  }

  .lb-video-title {
    left: 24px;
    right: 24px;
    bottom: 34px;
  }

  .lb-video-title h1 {
    font-size: 30px;
  }

  .lb-video-title p {
    font-size: 14px;
  }
}

/* Final carousel sizing: centered, responsive, and no image cropping */
.corp-banner {
  padding: 70px 0;
  background: #f3f5f7;
}

.corp-slider {
  overflow: hidden;
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0 18px 44px rgba(18, 31, 48, 0.1);
}

.corp-slider .lb-box {
  height: auto;
  min-height: 0;
  max-height: none;
  aspect-ratio: 2.04 / 1;
  background: transparent;
}

.corp-slider .lb-content,
.corp-slider .lb-item,
.corp-slider .lb-item > a {
  height: 100%;
}

.corp-slider .lb-item > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: transparent;
}

.corp-slider .lb-item--video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.corp-slider .lb-sign {
  left: 0;
  right: 0;
  bottom: 16px;
  justify-content: center;
  background: rgba(255, 255, 255, 0.58);
  width: auto;
  max-width: max-content;
  margin: 0 auto;
}

.corp-slider .lb-ctrl.left {
  left: 20px;
}

.corp-slider .lb-ctrl.right {
  right: 20px;
}

@media (max-width: 1024px) {
  .corp-slider .lb-box {
    aspect-ratio: 2.05 / 1;
    min-height: 280px;
  }
}

@media (max-width: 768px) {
  .corp-slider .lb-box {
    aspect-ratio: 2.05 / 1;
    min-height: 0;
    height: auto;
  }

  .corp-banner {
    padding: 32px 0;
  }
}

/* Homepage about/news two-column overview */
.corp-overview {
  background: #ffffff;
}

.corp-overview__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 56px;
  align-items: start;
}

.corp-overview__about,
.corp-overview__news {
  min-width: 0;
}

.corp-overview__news {
  padding-left: 0;
}

.corp-overview .corp-section-head {
  margin-bottom: 26px;
}

.corp-overview .corp-about__content {
  margin-top: 28px;
  padding-left: 28px;
}

.corp-news-list {
  display: grid;
  gap: 0;
  border-left: 3px solid #d9a441;
  border-top: 1px solid #edf0f2;
  padding-left: 28px;
}

.news-list-page {
  margin-top: 8px;
}

.page-redesign--news .container {
  width: min(94vw, 1360px);
  max-width: 1360px;
}

.news-list-page + .zhui-pagination {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  padding-left: 0;
  padding-right: 0;
  margin-top: 34px;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
}

.news-list-page + .zhui-pagination a,
.news-list-page + .zhui-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.corp-news-row {
  padding: 20px 0;
  border-bottom: 1px solid #edf0f2;
}

.corp-news-row time {
  display: block;
  margin-bottom: 8px;
  color: #9b1c2e;
  font-size: 13px;
  font-weight: 700;
}

.corp-news-row h3 {
  margin-bottom: 8px;
  font-size: 19px;
  line-height: 1.45;
}

.corp-news-row h3 a {
  color: #1f2933;
}

.corp-news-row p {
  color: #66717f;
  font-size: 15px;
  line-height: 1.75;
}

@media (max-width: 1024px) {
  .corp-overview__grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .corp-overview__news {
    padding-left: 0;
  }

  .corp-news-list {
    padding-left: 22px;
  }
}

/* Make the video slide fill the carousel just like image slides */
.corp-slider .lb-item.lb-item--video,
.corp-slider .lb-item:has(> video) {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #111821;
}

.corp-slider .lb-item.lb-item--video > video,
.corp-slider .lb-item > video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none;
  object-fit: cover;
}

.corp-slider .lb-item.lb-item--video::after,
.corp-slider .lb-item:has(> video)::after {
  z-index: 1;
}

.corp-slider .lb-item.lb-item--video .lb-video-title,
.corp-slider .lb-item .lb-video-title {
  z-index: 2;
}

.corp-banner {
  padding: 0;
  margin: 0;
  background: #ffffff;
}

.corp-banner .container {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: 0;
  padding-right: 0;
}

.corp-slider {
  width: 100%;
  border-radius: 0;
  box-shadow: none;
}

.corp-slider .lb-box {
  width: 100%;
}

@media (min-width: 769px) {
  .corp-slider .lb-box {
    height: calc(100vh - 80px);
    aspect-ratio: auto;
  }
}

@media (max-width: 768px) {
  .corp-banner {
    padding: 0;
    margin: 0;
    background: #ffffff;
  }

  .corp-banner .container {
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: 0;
    padding-right: 0;
  }

  .corp-slider {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
  }

  .corp-slider .lb-box {
    width: 100%;
    aspect-ratio: 2.05 / 1;
  }
}
