.con01 {
  padding: 0.54rem 0 0.78rem;
  background: #E9F3FC;
}
.con01 .cul-page-head {
  margin-bottom: 0.56rem;
}
.con01 .box p {
  display: none;
  color: #fff;
  line-height: 1.8;
}
.con01 .box {
  height: 5.5rem;
  background: center center no-repeat;
  background-size: cover;
  position: relative;
}
.con01 .box .mCSB_container {
  height: 100%;
}
.con01 .box .left,
.con01 .box .right {
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  float: left;
  height: 100%;
  transition: 0.5s;
  cursor: pointer;
}
.con01 .box .right {
  right: 0;
  left: auto;
}
.con01 .box .right::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border: 1px solid #fff;
}
.con01 .box .middle {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 0.5rem;
  height: 0.5rem;
  background: #fff;
  margin-left: -0.25rem;
  margin-top: -0.25rem;
  line-height: 0.5rem;
  text-align: center;
  border-radius: 50%;
  transition: 0.5s;
  padding: 0 0.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.con01 .box .middle img {
  width: 0.08rem;
  cursor: pointer;
}
.con01 .box .scroll {
  height: 100%;
  padding: 0.6rem 1rem;
}
.con01 .box .scroll .title-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  margin-bottom: 1em;
}
.con01 .box .scroll .title-box h4 {
  font-size: 0.28rem;
  font-weight: 600;
  margin-bottom: 0.18rem;
}
.con01 .box .scroll .title-box h3 {
  font-size: 0.22rem;
}
.con01 .box.left-show .left,
.con01 .box.right-show .right {
  width: 90%;
  background: rgba(12, 76, 159, 0.63);
}
.con01 .box.left-show .middle {
  left: 90%;
}
.con01 .box.left-show .right {
  width: 10%;
}
.con01 .box.right-show .middle {
  left: 10%;
}
.right {
  width: 90%;
}
.right::after {
  left: 10%;
}
.con01 .box.left-show .left .title-box,
.con01 .box.right-show .right .title-box {
  display: none;
}
.con01 .box.left-show .left p,
.con01 .box.right-show .right p {
  display: block;
}
.con01 .box.left-show .mCSB_container,
.con01 .box.right-show .mCSB_container {
  height: auto;
}
/* ========== 页面公共三行标题 ========== */
.cul-page-head {
  text-align: center;
  margin: 0 0 0.48rem;
}
.cul-page-head__label {
  margin: 0 0 0.1rem;
  font-size: 0.28rem;
  color: #141414;
}
.cul-page-head__title {
  margin: 0 0 0.1rem;
  font-weight: bold;
  color: #4A2E16;
  font-size: 0.28rem;
}
.cul-page-head__en {
  margin: 0;
  font-size: 0.15rem;
  color: #A17E6C;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 1;
  font-weight: bold;
}
.cul-page-head--light .cul-page-head__label {
  color: rgba(255, 255, 255, 0.92);
}
.cul-page-head--light .cul-page-head__title {
  color: #fff;
}
.cul-page-head--light .cul-page-head__en {
  color: rgba(255, 255, 255, 0.72);
}
/* ========== 企业愿景 ========== */
.cul-vision {
  text-align: center;
  background: url(../img/other/wh_bg.png) center center no-repeat #FDFDFD;
  background-size: cover;
}
.cul-vision .cul-page-head {
  margin-bottom: 0.56rem;
}
.cul-vision-cards {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.cul-vision-card {
  flex: 1;
  min-width: 0;
  cursor: pointer;
  background: #fff;
  padding: 1.1rem 0.55rem 0;
  height: 7.17rem;
  box-sizing: border-box;
  position: relative;
}
.cul-vision-card-title {
  margin: 0.27rem 0;
  font-size: 0.24rem;
  padding-bottom: 0.64rem;
  position: relative;
}
.cul-vision-card-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0.33rem;
  height: 0.06rem;
  background: #59371C;
}
.cul-vision-card-desc {
  margin: 0;
  line-height: 1.75;
  color: #414141;
  text-align: left;
}
.cul-vision-card .bg {
  opacity: 0;
  transition: opacity 0.35s ease;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.cul-vision-card .cul-vision-icon {
  position: relative;
  z-index: 2;
  width: 0.65rem;
  height: 0.65rem;
  flex-shrink: 0;
  transition: background 0.35s ease;
}
.cul-vision-card:nth-child(1) .cul-vision-icon {
  background: url(../img/about/icon11.png) center center no-repeat;
  background-size: 100% 100%;
}
.cul-vision-card:nth-child(1).cul-vision-card--active .cul-vision-icon {
  background: url(../img/about/icon1.png) center center no-repeat;
  background-size: 100% 100%;
}
.cul-vision-card:nth-child(2) .cul-vision-icon {
  background: url(../img/about/icon22.png) center center no-repeat;
  background-size: 100% 100%;
}
.cul-vision-card:nth-child(2).cul-vision-card--active .cul-vision-icon {
  background: url(../img/about/icon2.png) center center no-repeat;
  background-size: 100% 100%;
}
.cul-vision-card:nth-child(3) .cul-vision-icon {
  background: url(../img/about/icon33.png) center center no-repeat;
  background-size: 100% 100%;
}
.cul-vision-card:nth-child(3).cul-vision-card--active .cul-vision-icon {
  background: url(../img/about/icon3.png) center center no-repeat;
  background-size: 100% 100%;
}
.cul-vision-card--active .bg {
  opacity: 1;
}
.cul-vision-card--active .cul-vision-card-title,
.cul-vision-card--active .cul-vision-card-desc {
  color: #fff;
  position: relative;
  z-index: 2;
}
.cul-vision-card--active .cul-vision-card-title:after {
  background: #fff;
}
.cul-vision-card--active .cul-vision-card-desc {
  opacity: 0.95;
}
/* ========== 企业价值观 ========== */
.cul-values {
  position: relative;
  padding: 0.5rem 0;
  overflow: hidden;
}
.cul-values-bg {
  position: absolute;
  inset: 0;
  background: url(../img/other/qyjz.png) center center no-repeat;
  background-size: cover;
}
.cul-values-inner {
  position: relative;
  z-index: 2;
}
.cul-values-inner .cul-page-head {
  margin-bottom: 0.6rem;
}
.cul-values-layout {
  align-items: flex-start;
  justify-content: flex-start;
}
.cul-values-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.16rem 0.2rem;
  width: 46.71%;
  flex-shrink: 0;
}
.cul-values-tab {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  box-sizing: border-box;
  width: 100%;
  height: 1.95rem;
  padding: 0.34rem 0.3rem 0.23rem;
  font-size: 0.2rem;
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 0.12rem;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font-weight: 400;
  transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.cul-values-tab p {
  margin: 0;
  line-height: 1.35;
}
.cul-values-tab p:first-of-type {
  align-self: flex-start;
  max-width: 100%;
  font-size: 0.2rem;
  text-align: left;
}
.cul-values-tab p:last-of-type {
  align-self: flex-end;
  max-width: 100%;
  font-size: 0.4rem;
  text-align: right;
}
.cul-values-tab:hover {
  box-shadow: 0 0.04rem 0.14rem rgba(0, 0, 0, 0.1);
}
.cul-values-tab.is-active {
  background: #214AAA;
  border-color: #214AAA;
  color: #fff;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.cul-values-tab.is-active p:first-of-type,
.cul-values-tab.is-active p:last-of-type {
  color: #fff;
}
.cul-values-panels {
  width: 53.15%;
  position: relative;
  margin-right: 11.31%;
  padding-top: 1.62rem;
}
.cul-values-panel {
  display: none;
  padding: 0.2rem 0;
  animation: culFade 1s ease;
}
.cul-values-panel.is-active {
  display: block;
}
.cul-values-panel-title {
  margin: 0 0 0.2rem;
  font-size: 0.35rem;
  color: #fff;
}
.cul-values-panel p {
  margin: 0;
  line-height: 1.85;
  color: #fff;
  font-size: 0.2rem;
}
@keyframes culFade {
  from {
    opacity: 0;
    transform: translateX(-0.6rem);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* ========== 企业使命 ========== */
.cul-core .cul-page-head {
  margin-bottom: 0.52rem;
}
.cul-core-panel {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}
.cul-core-panel::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/about/sm_nr_bg.png) right center no-repeat;
  background-size: cover;
  pointer-events: none;
  z-index: 0;
}
.cul-core-swiper {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  min-height: 4.8rem;
  height: 100%;
  box-sizing: border-box;
}
.cul-core-swiper .swiper-wrapper {
  height: 100%;
}
.cul-core-swiper .swiper-slide {
  height: 100%;
  min-height: 0;
  box-sizing: border-box;
}
.cul-core-row {
  display: flex;
  align-items: stretch;
  min-height: 4.85rem;
  flex-wrap: nowrap;
  gap: 0;
}
/* 左侧铺满剩余宽度，图片在列内 100% 宽 */
.cul-core-left {
  width: 100%;
  height: 6.16rem;
}
.cul-core-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* 左侧文字区 */
.cul-core-right {
  position: relative;
  z-index: 2;
  width: 100%;
  height: max-content;
  min-height: 4rem;
  padding: 0.9rem 1.3rem 1.3rem;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  background: transparent;
}
.cul-core-slide-head {
  display: flex;
  align-items: center;
  gap: 0.1rem;
  margin-bottom: 0.3rem;
  flex-shrink: 0;
}
.cul-core-num {
  flex-shrink: 0;
  font-size: 0.54rem;
  font-weight: lighter;
  line-height: 0.6rem !important;
  color: transparent;
  pointer-events: none;
  user-select: none;
}
.cul-core-right-inner {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  overflow: hidden;
}
.cul-core-scroll {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  min-height: 0;
  padding-right: 0.14rem;
  max-width: 100%;
  scrollbar-width: thin;
  scrollbar-color: #fff transparent;
}
.cul-core-scroll::-webkit-scrollbar {
  width: 4px;
}
.cul-core-scroll::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 2px;
}
.cul-core-slide-title {
  flex: 1;
  min-width: 0;
  margin: 0;
  padding: 0;
  font-size: 0.18rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.45;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.cul-core-slide-title strong {
  display: inline;
  font-weight: bold;
  font-size: 0.24rem;
  color: #fff;
}
.cul-core-slide-sub {
  display: inline;
  font-weight: 400;
  font-size: 0.18rem;
  color: #fff;
}
.cul-core-slide-body p {
  font-size: 0.16rem;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.92);
  text-align: left;
}
.cul-core-slide-body p:last-child {
  margin-bottom: 0;
}
.cul-core-scroll div * {
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.92);
}
/* PC 端左侧大图；移动端图在 slide 内 */
.cul-core-m-img {
  display: none;
}
/* 分页器：左下角圆点 */
.cul-core-pagination {
  position: absolute;
  left: 1.3rem !important;
  right: auto !important;
  width: auto !important;
  bottom: 0.8rem !important;
  top: auto !important;
  margin: 0 !important;
  padding: 0;
  box-sizing: border-box;
  text-align: left;
  z-index: 8;
  line-height: 1;
  transform: none;
}
.cul-core-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  margin: 0 0.1rem 0 0 !important;
  background: rgba(255, 255, 255, 0.4) !important;
  opacity: 1;
  transition: width 0.25s ease, height 0.25s ease, background 0.25s ease;
}
.cul-core-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff !important;
}
@media screen and (max-width: 1024px) {
  .cul-page-head {
    margin-bottom: 0.4rem;
  }
  .cul-page-head__label {
    font-size: 0.42rem;
    margin-bottom: 0.2rem;
  }
  .cul-page-head__title {
    font-size: 0.42rem;
    margin-bottom: 0.2rem;
  }
  .cul-page-head__en {
    font-size: 0.26rem;
    letter-spacing: 0.1em;
  }
  /* ========== 企业使命 移动端 ========== */
  .cul-core-panel {
    min-height: 0;
    border-radius: 0.06rem;
    background-image: url(../img/about/sm_nr_bg_m.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }
  .cul-core-panel::before {
    content: '';
    position: absolute;
    inset: 0;
  }
  .cul-core-swiper {
    width: 100%;
    min-height: 0;
  }
  .cul-core-m-img {
    display: block;
    width: 100%;
    height: 4.2rem;
    object-fit: cover;
    vertical-align: top;
  }
  .cul-core-swiper {
    height: auto;
    overflow: hidden;
  }
  .cul-core-swiper .swiper-slide {
    display: flex;
    flex-direction: column;
    height: auto;
    width: 100%;
    box-sizing: border-box;
  }
  .cul-core-swiper .cul-core-right {
    position: relative;
    width: 100%;
    max-width: 100%;
    min-height: 9.5rem;
    height: auto;
    max-height: none;
    flex: 1 1 auto;
    padding: 0.7rem 0.55rem 1.5rem;
    background: transparent;
    box-sizing: border-box;
  }
  .cul-core-swiper .cul-core-slide-head {
    margin-bottom: 0.32rem;
    gap: 0.14rem;
    align-items: center;
  }
  .cul-core-swiper .cul-core-num {
    font-size: 1.2rem;
  }
  .cul-core-swiper .cul-core-right-inner {
    padding: 0;
    overflow: visible;
  }
  .cul-core-swiper .cul-core-slide-title {
    font-size: 0.34rem;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
  }
  .cul-core-swiper .cul-core-slide-title strong {
    font-size: 0.39rem;
  }
  .cul-core-swiper .cul-core-slide-sub {
    font-size: 0.29rem;
    padding-left: 0.1rem;
  }
  .cul-core-swiper .cul-core-slide-body p {
    font-size: 0.28rem;
    line-height: 1.75;
    margin-bottom: 0.2rem;
  }
  .cul-core-swiper .cul-core-scroll {
    position: relative;
    z-index: 1;
    display: block;
    padding: 0;
    max-height: none;
    overflow: visible;
  }
  .cul-core-pagination {
    display: none!important;
    position: absolute !important;
    left: 0.36rem !important;
    right: auto !important;
    width: auto !important;
    bottom: 0.36rem !important;
    margin-top: 0 !important;
    padding: 0 !important;
    padding-left: 0 !important;
    text-align: left;
    line-height: 1;
    display: block;
  }
  .cul-core-pagination.swiper-pagination-bullets {
    bottom: 0.36rem !important;
  }
  .cul-core-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 0.1rem;
    height: 0.1rem;
    background: rgba(255, 255, 255, 0.4) !important;
    opacity: 1;
  }
  .cul-core-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 0.14rem;
    height: 0.14rem;
    background: #fff !important;
  }
  /* ========== 企业愿景 移动端 ========== */
  .cul-vision-cards {
    flex-direction: column;
    align-items: stretch;
    gap: 0.24rem;
  }
  .cul-vision-card {
    flex: none;
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 0.5rem 0.4rem 0.45rem;
    border-radius: 0.08rem;
    box-shadow: 0 0.04rem 0.2rem rgba(0, 0, 0, 0.06);
    background: #fff;
  }
  .cul-vision-card-title {
    font-size: 0.32rem;
    padding-bottom: 0.5rem;
    margin: 0.24rem 0 0.28rem;
    color: #333;
  }
  .cul-vision-card-title:after {
    width: 0.4rem;
    height: 0.06rem;
    background: #8b653f;
  }
  .cul-vision-card-desc {
    font-size: 0.28rem;
    line-height: 1.7;
    color: #666;
  }
  .cul-vision-card .cul-vision-mountain {
    display: none;
  }
  .cul-vision-card--active {
    transform: none;
    box-shadow: 0 0.08rem 0.24rem rgba(0, 0, 0, 0.12);
  }
  .cul-vision-card--active .cul-vision-card-title,
  .cul-vision-card--active .cul-vision-card-desc {
    color: #fff;
  }
  .cul-vision-card--active .cul-vision-card-title:after {
    background: #fff;
  }
  .cul-vision-card--active .cul-vision-card-desc {
    color: rgba(255, 255, 255, 0.95);
  }
  /* ========== 企业价值观 移动端 ========== */
  .cul-values {
    padding: 0.7rem 0 0.9rem;
  }
  .cul-values .safe-width-sub {
    width: 100%;
    padding: 0 0.3rem;
    box-sizing: border-box;
  }
  .cul-values-inner .cul-page-head {
    margin-bottom: 0.5rem;
  }
  .cul-values-layout {
    display: block;
  }
  .cul-values-panels,
  .cul-values-tabs {
    display: none !important;
  }
  .cul-values-acc {
    width: 100%;
  }
  .cul-values-acc-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  }
  .cul-values-acc-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0.36rem 0.3rem;
    margin: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    text-align: left;
    box-sizing: border-box;
  }
  .cul-values-acc-title {
    flex: 1;
    font-size: 0.34rem;
    font-weight: bold;
    color: #fff;
  }
  .cul-values-acc-toggle {
    flex-shrink: 0;
    margin-left: 0.2rem;
    font-size: 0.5rem;
    font-weight: 200;
    color: #fff;
    line-height: 1;
  }
  .cul-values-acc-toggle::before {
    content: '+';
  }
  .cul-values-acc-item.is-active .cul-values-acc-toggle::before {
    content: '−';
  }
  .cul-values-acc-body {
    display: none;
    padding: 0 0 0.36rem;
    transition: all 0.3s ease;
    position: relative;
    bottom: 0.1rem;
  }
  .cul-values-acc-body .cul-values-panel-title {
    display: none;
  }
  .cul-values-acc-body p {
    margin: 0;
    font-size: 0.28rem;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.92);
  }
  .cul-values-acc-item.is-active .cul-values-acc-body {
    display: block;
  }
  /* ========== 十倡导 十反对 移动端 ========== */
  .con01 {
    padding: 0.6rem 0 0.8rem;
    background: #fff;
  }
  .con01 .safe-width-sub {
    width: 100%;
    padding: 0 0.3rem;
    box-sizing: border-box;
  }
  .con01 .box {
    height: auto;
    background-image: url(../img/other/culture_bg_m.png) !important;
    background-position: left top;
    background-size: 100% 3.88rem;
    position: static;
    padding-top: 4rem;
  }
  .con01 .box .middle {
    display: none;
  }
  .con01 .box p {
    display: block;
    color: #666;
    font-size: 0.28rem;
    line-height: 1.75;
    margin-bottom: 0.2rem;
  }
  .con01 .box .left,
  .con01 .box .right {
    position: static;
    width: 100%;
    height: auto;
    float: none;
    cursor: default;
    transition: none;
  }
  .con01 .box .left::after,
  .con01 .box .right::after {
    display: none;
  }
  .con01 .box .right {
    border-top: none;
  }
  .con01 .box .scroll {
    height: auto;
    padding: 0 0 0.1rem;
  }
  .con01 .box .scroll p {
    display: none;
  }
  .con01 .box .scroll .title-box {
    position: static;
    transform: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 0.36rem 0;
    color: #333;
    border-bottom: 1px solid #eee;
    cursor: pointer;
  }
  .con01 .box .scroll .title-box h4 {
    font-size: 0.32rem;
    font-weight: 600;
    margin: 0;
    color: #333;
  }
  .con01 .box .scroll .title-box::after {
    content: '+';
    flex-shrink: 0;
    margin-left: 0.2rem;
    font-size: 0.5rem;
    font-weight: 200;
    color: #000;
    line-height: 1;
  }
  .con01 .box .left.is-active .scroll .title-box,
  .con01 .box .right.is-active .scroll .title-box {
    border-color: #fff;
  }
  .con01 .box .left.is-active .scroll .title-box::after,
  .con01 .box .right.is-active .scroll .title-box::after {
    content: '−';
  }
  .con01 .box .left.is-active .scroll p,
  .con01 .box .right.is-active .scroll p {
    display: block;
    padding-top: 0.08rem;
    color: #000;
  }
  .con01 .box .left-show,
  .con01 .box .right-show {
    width: 100%;
    background: transparent;
  }
  .con01 .box .left-show .title-box,
  .con01 .box .right-show .title-box {
    display: flex;
  }
}
