@charset "UTF-8";
.ds-container-wrap {
  position: relative;
  padding-top: 1px;
}

.ds-container-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: -1;
}

.icon-view {
  width: 22px;
  height: 22px;
  display: inline-block;
  background: url("icon-view.png") no-repeat center;
}

.icon-down {
  width: 22px;
  height: 22px;
  display: inline-block;
  background: url("icon-down.png") no-repeat center;
}

.speech-section {
  width: 100%;
  padding: 1.0416666667vw 0 5.2083333333vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.speech-section .speech-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.speech-section .speech-title {
  font-size: 1.4583333333vw;
  color: #004b96;
  font-weight: bold;
  margin-bottom: 2.6041666667vw;
  position: relative;
  letter-spacing: 2px;
  text-align: center;
}
.speech-section .speech-card {
  width: 100%;
  background-color: #f4f6f8;
  border-radius: 0.8333333333vw;
  display: flex;
  position: relative;
  padding: 2.8645833333vw 3.75vw 2.8645833333vw 21.875vw;
  min-height: 21.875vw;
  box-sizing: border-box;
}
.speech-section .speech-photo-wrapper {
  position: absolute;
  left: 2.6041666667vw;
  bottom: 2.6041666667vw;
  width: 15.625vw;
  height: 25vw;
  z-index: 2;
}
.speech-section .speech-photo-wrapper .photo-bg {
  width: 100%;
  height: 100%;
  background-color: #d4cfc1;
  border-radius: 0.8333333333vw;
  overflow: hidden;
  box-shadow: 0 0.78125vw 1.5625vw rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: flex-end;
}
.speech-section .speech-photo-wrapper .speech-photo {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.speech-section .speech-content {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.speech-section .speech-header {
  display: flex;
  align-items: center;
  margin-bottom: 1.3020833333vw;
  font-size: 1.5625vw;
  color: #000;
  width: 100%;
  padding-left: 21.875vw;
  box-sizing: border-box;
}
.speech-section .speech-header .position {
  font-weight: 500;
}
.speech-section .speech-header .signature {
  font-size: 1.6666666667vw;
  font-family: "STKaiti", "Kaiti SC", "华文行楷", serif;
  font-weight: bold;
  margin-left: 1.0416666667vw;
  letter-spacing: 3px;
  display: flex;
  align-items: center;
}
.speech-section .speech-header .signature img {
  width: 7.5vw;
}
.speech-section .speech-body .speech-paragraph {
  font-size: 1.0416666667vw;
  line-height: 2.2916666667vw;
  color: #000;
  text-align: justify;
  text-indent: 2em;
}
.speech-section .speech-body .speech-paragraph:last-child {
  margin-bottom: 0;
}
.speech-section .speech-body .speech-paragraph.highlight {
  font-weight: bold;
  color: #000;
}

.fade-in-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.fade-in-up.active {
  opacity: 1;
  transform: translateY(0);
}

.company-section {
  width: 100%;
  padding: 3.125vw 0;
  display: flex;
  justify-content: center;
}
.company-section .company-container {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.company-section .company-intro-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2.6041666667vw;
}
.company-section .company-intro-block .intro-text {
  width: 42%;
}
.company-section .company-intro-block .intro-text .company-sub-title {
  font-size: 1.25vw;
  color: #111111;
  margin-bottom: 1.3020833333vw;
  font-weight: 400;
}
.company-section .company-intro-block .intro-text p {
  font-size: 0.9375vw;
  line-height: 1.875vw;
  color: #000;
  margin-bottom: 1.0416666667vw;
  text-align: justify;
  text-indent: 2em;
}
.company-section .company-intro-block .intro-text p:last-child {
  margin-bottom: 0;
}
.company-section .company-intro-block .intro-image-wrapper {
  position: relative;
  width: calc(58% - 50px);
  height: 28.6458333333vw;
  padding-right: 0.625vw;
  padding-bottom: 0.625vw;
}
.company-section .company-intro-block .intro-image-wrapper .image-bg-layer {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 12px);
  background-color: #fcecef;
  border-radius: 0.8333333333vw;
  z-index: 1;
}
.company-section .company-intro-block .intro-image-wrapper .intro-img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.8333333333vw;
  z-index: 2;
  box-shadow: 0 0.5208333333vw 1.3020833333vw rgba(0, 0, 0, 0.08);
}
.company-section .company-data-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 1.0416666667vw;
  margin-bottom: 1.5625vw;
}
.company-section .company-data-grid .data-card {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 1.0416666667vw;
  padding: 1.8229166667vw 1.0416666667vw;
  text-align: center;
  box-shadow: 0 0.4166666667vw 1.25vw rgba(92, 93, 94, 0.16);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 8.3333333333vw;
}
.company-section .company-data-grid .data-card .data-number {
  font-size: 4.1666666667vw;
  color: #004b96;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.78125vw;
  font-family: Arial, sans-serif;
}
.company-section .company-data-grid .data-card .data-number .unit {
  font-size: 0.8333333333vw;
  font-weight: normal;
  color: #333333;
  margin-left: 0.1041666667vw;
  vertical-align: super;
}
.company-section .company-data-grid .data-card .data-label {
  font-size: 0.6770833333vw;
  color: #666666;
  line-height: 1.5;
  max-width: 90%;
}
.company-section .company-detail-text p {
  font-size: 0.9375vw;
  line-height: 1.875vw;
  color: #000;
  margin-bottom: 1.3020833333vw;
  text-align: justify;
  text-indent: 2em;
}
.company-section .company-detail-text p:last-child {
  margin-bottom: 0;
}

.strategy-section {
  width: 100%;
  padding: 0vw 0 5.2083333333vw;
  display: flex;
  justify-content: center;
}
.strategy-section .strategy-container {
  width: 100%;
}
.strategy-section .strategy-container__head {
  width: 100%;
  object-fit: contain;
}
.strategy-section .strategy-timeline {
  position: relative;
  width: 100%;
  padding-left: 10.4166666667vw;
  margin-top: 2.6041666667vw;
}
.strategy-section .timeline-line {
  position: absolute;
  left: 3.6458333333vw;
  top: 1.5625vw;
  bottom: 1.5625vw;
  width: 1px;
  background-color: #004b96;
  z-index: 1;
}
.strategy-section .timeline-item {
  position: relative;
  margin-bottom: 4.1666666667vw;
}
.strategy-section .timeline-item:last-child {
  margin-bottom: 0;
}
.strategy-section .timeline-item:last-child::after {
  display: none;
}
.strategy-section .timeline-item::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #004b96;
  position: absolute;
  left: -6.6666666667vw;
  top: 3.125vw;
}
.strategy-section .timeline-item .node-badge {
  position: absolute;
  left: -10.4166666667vw;
  top: 0;
  width: 7.2916666667vw;
  height: 2.6041666667vw;
  background-color: #004b96;
  color: #7fa5d2;
  font-size: 2.0833333333vw;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.9375vw;
  z-index: 2;
  box-shadow: 0 0.2083333333vw 0.5208333333vw rgba(0, 91, 172, 0.2);
}
.strategy-section .timeline-item .node-badge::before {
  content: "";
  width: 2.0833333333vw;
  height: 1px;
  background: #004b96;
  position: absolute;
  right: -2.6041666667vw;
  top: 50%;
}
.strategy-section .timeline-item .item-card {
  width: 100%;
  background-color: #f4f4f4;
  padding: 1.5625vw 1.5625vw 2.0833333333vw;
  display: flex;
  flex-direction: column;
}
.strategy-section .timeline-item .item-title {
  font-size: 1.0416666667vw;
  color: #004b96;
  font-weight: bold;
  margin-bottom: 1.0416666667vw;
  padding-bottom: 1.0416666667vw;
  position: relative;
  padding-left: 1.3020833333vw;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
}
.strategy-section .timeline-item .item-title::before {
  content: "";
  position: absolute;
  left: 0;
  width: 0.3125vw;
  height: 1.25vw;
  background-color: #004b96;
}
.strategy-section .timeline-item .item-body p {
  font-size: 0.9375vw;
  line-height: 1.8;
  color: #444;
  margin-bottom: 0.625vw;
  text-align: justify;
  text-indent: 2em;
}
.strategy-section .timeline-item .item-body p:last-child {
  margin-bottom: 0;
}
.strategy-section .timeline-item .item-body p strong {
  color: #000000;
  font-weight: bold;
}
.strategy-section .timeline-item .item-body.grid-2-col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.0416666667vw 2.0833333333vw;
}
.strategy-section .timeline-item .item-body.grid-2-col .capability-item {
  font-size: 0.7291666667vw;
  line-height: 1.7;
  color: #333333;
  text-align: justify;
}
.strategy-section .timeline-item .item-body.grid-2-col .capability-item strong {
  color: #004b96;
  display: block;
  margin-bottom: 0.2083333333vw;
}

.talent-section {
  width: 100%;
  padding: 0 0 5.2083333333vw;
  display: flex;
  justify-content: center;
  background-color: #ffffff;
}
.talent-section .talent-container {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.talent-section .talent-middle-row, .talent-section .talent-top-grid .talent-card-half {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 0.625vw;
  box-shadow: 0 0.15625vw 0.4166666667vw 0.15625vw rgba(92, 93, 94, 0.16);
}
.talent-section .talent-top-grid {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5625vw;
}
.talent-section .talent-top-grid .talent-card-half {
  width: calc((100% - 2.0833333333vw) / 2);
  padding: 1.5625vw 2.0833333333vw;
}
.talent-section .talent-top-grid .talent-card-half .card-header-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.0416666667vw;
  color: #004b96;
}
.talent-section .talent-top-grid .talent-card-half .card-header-title i {
  font-size: 1.1458333333vw;
  margin-right: 0.3125vw;
  width: 1.6666666667vw;
  height: 1.6666666667vw;
}
.talent-section .talent-top-grid .talent-card-half .card-header-title i img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.talent-section .talent-top-grid .talent-card-half .card-header-title h3 {
  font-size: 1.0416666667vw;
  font-weight: bold;
}
.talent-section .talent-top-grid .talent-card-half p {
  font-size: 1.0416666667vw;
  line-height: 1.8;
  color: #000;
  text-align: justify;
  text-indent: 2em;
}
.talent-section .talent-middle-row {
  width: 100%;
  margin-bottom: 2.0833333333vw;
  padding: 1.8229166667vw 2.6041666667vw;
  display: flex;
  align-items: center;
}
.talent-section .talent-middle-row .task-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 6.25vw;
  height: 8.59375vw;
  flex-shrink: 0;
  color: #004b96;
  border-right: 1px solid #e2e8f0;
  padding-right: 1.5625vw;
  margin-right: 2.0833333333vw;
}
.talent-section .talent-middle-row .task-badge i {
  font-size: 1.3541666667vw;
  margin-bottom: 0.4166666667vw;
  width: 1.6666666667vw;
  height: 1.6666666667vw;
}
.talent-section .talent-middle-row .task-badge i img {
  object-fit: contain;
}
.talent-section .talent-middle-row .task-badge span {
  font-size: 1.0416666667vw;
  font-weight: bold;
  white-space: nowrap;
}
.talent-section .talent-middle-row .task-content p {
  font-size: 1.0416666667vw;
  line-height: 1.8;
  color: #000;
  text-align: justify;
  text-indent: 2em;
}
.talent-section .talent-bottom-tree {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.talent-section .talent-bottom-tree .tree-root-btn {
  background-color: #004b96;
  color: #ffffff;
  font-size: 1.0416666667vw;
  font-weight: bold;
  padding: 0.5208333333vw 1.8229166667vw;
  z-index: 2;
}
.talent-section .talent-bottom-tree .tree-branches-line {
  position: relative;
  width: 77%;
  height: 3.0729166667vw;
  border-bottom: 1px solid #d3d3d3;
  margin-top: 0;
  margin-bottom: 3.0208333333vw;
}
.talent-section .talent-bottom-tree .tree-branches-line::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0vw;
  width: 0.3645833333vw;
  height: 3.0729166667vw;
  background: url("icon-line-down.png") no-repeat;
  background-size: cover;
}
.talent-section .talent-bottom-tree .tree-leaves-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 1.9791666667vw;
  width: 100%;
}
.talent-section .talent-bottom-tree .tree-leaves-grid .measure-card {
  background: #ffffff;
  border: 1px solid #d3d3d3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 23.9583333333vw;
  position: relative;
}
.talent-section .talent-bottom-tree .tree-leaves-grid .measure-card::before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: -3.0729166667vw;
  width: 0.3645833333vw;
  height: 3.0729166667vw;
  background: url("icon-line-down.png") no-repeat;
  background-size: cover;
}
.talent-section .talent-bottom-tree .tree-leaves-grid .measure-card .card-text {
  padding: 1.5625vw;
}
.talent-section .talent-bottom-tree .tree-leaves-grid .measure-card .card-text p {
  font-size: 1.0416666667vw;
  line-height: 1.8;
  color: #000;
  text-align: justify;
}
.talent-section .talent-bottom-tree .tree-leaves-grid .measure-card .card-photo {
  width: 100%;
  height: 7.3958333333vw;
  flex-shrink: 0;
  overflow: hidden;
}
.talent-section .talent-bottom-tree .tree-leaves-grid .measure-card .card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.talent-section .talent-bottom-tree .tree-leaves-grid .measure-card .card-photo:hover img {
  transform: scale(1.06);
}

.policy-section {
  width: 100%;
  padding: 0 0 5.2083333333vw;
  display: flex;
  justify-content: center;
  background-color: #ffffff;
}
.policy-section .policy-container {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.policy-section .policy-tabs-nav {
  display: flex;
  justify-content: center;
  column-gap: 2.6041666667vw;
  margin-bottom: 2.0833333333vw;
  width: 100%;
}
.policy-section .policy-tabs-nav .tab-btn {
  min-width: 10.4166666667vw;
  padding: 0.5208333333vw 1.25vw;
  font-size: 1.0416666667vw;
  color: #666666;
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 1.6666666667vw;
  cursor: pointer;
  font-weight: 400;
  transition: all 0.3s ease;
  outline: none;
  text-align: center;
}
.policy-section .policy-tabs-nav .tab-btn:hover {
  color: #004b96;
  border-color: #004b96;
}
.policy-section .policy-tabs-nav .tab-btn.active {
  color: rgba(255, 255, 255, 0.9);
  background-color: #004b96;
  border-color: #004b96;
  box-shadow: 0 0.3125vw 0.78125vw rgba(0, 91, 172, 0.2);
}
.policy-section .policy-tabs-content {
  position: relative;
  width: 100%;
}
.policy-section .policy-tabs-content .tab-panel {
  display: none;
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.policy-section .policy-tabs-content .tab-panel.active {
  display: block;
  animation: tabFadeIn 0.4s forwards ease-out;
}
.policy-section .policy-block {
  margin-bottom: 2.0833333333vw;
}
.policy-section .policy-block:last-child {
  margin-bottom: 0;
}
.policy-section .policy-block .block-title {
  font-size: 1.0416666667vw;
  color: #004b96;
  font-weight: bold;
  margin-bottom: 1.3020833333vw;
  position: relative;
  padding-left: 1.3020833333vw;
  display: flex;
  align-items: center;
  border-bottom: solid 1px #d3d3d3;
  padding-bottom: 1.0416666667vw;
}
.policy-section .policy-block .block-title::before {
  content: "";
  position: absolute;
  left: 0;
  width: 0.3125vw;
  height: 1.3020833333vw;
  background-color: #004b96;
}
.policy-section .policy-block .policy-list {
  list-style: none;
  counter-reset: policy-counter;
}
.policy-section .policy-block .policy-list li {
  font-size: 0.9375vw;
  line-height: 1.8;
  color: #444;
  position: relative;
  text-align: justify;
  text-indent: 2em;
}
.policy-section .policy-block .policy-list li:last-child {
  margin-bottom: 0;
}
.policy-section .policy-block .policy-text p {
  font-size: 0.9375vw;
  line-height: 1.8;
  color: #555555;
  text-align: justify;
  text-indent: 2em;
}

.qualification-section {
  width: 100%;
  padding: 0 0 7.8125vw;
  display: flex;
  justify-content: center;
  background-color: #ffffff;
  position: relative;
}
.qualification-section__bg {
  object-fit: cover;
  width: 57.2916666667vw;
  position: absolute;
  top: 6%;
  left: -12%;
}
.qualification-section .qualification-container {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.qualification-section .qualification-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.qualification-section .medal-display-wrapper {
  width: 28.125vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.qualification-section .medal-display-wrapper .medals-img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.qualification-section .table-wrapper {
  width: 50%;
  position: relative;
  z-index: 20;
}
.qualification-section .table-wrapper .qualification-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.7291666667vw;
  color: #333333;
  text-align: left;
}
.qualification-section .table-wrapper .qualification-table th,
.qualification-section .table-wrapper .qualification-table td {
  border: 1px solid #e0e0e0;
  padding: 0.625vw 0.78125vw;
  line-height: 1.5;
  font-size: 0.8333333333vw;
}
.qualification-section .table-wrapper .qualification-table thead th {
  background-color: #f5f5f5;
  color: #333;
  font-weight: bold;
  font-size: 0.8333333333vw;
}
.qualification-section .table-wrapper .qualification-table .col-code {
  width: 3.6458333333vw;
  text-align: center;
}
.qualification-section .table-wrapper .qualification-table tbody td:first-child {
  text-align: center;
  color: #666666;
  font-family: Arial, sans-serif;
}
.qualification-section .table-wrapper .qualification-table tbody td:parent:hover {
  background-color: #f9fbfd;
}

.honor-section {
  width: 100%;
  padding: 0vw 0 5.2083333333vw;
  display: flex;
  justify-content: center;
  background-color: #ffffff;
}
.honor-section .honor-container {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.honor-section .honor-carousel-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 2.6041666667vw;
}
.honor-section .carousel-viewport {
  width: 100%;
  overflow: hidden;
  padding: 0.5208333333vw 0;
}
.honor-section .carousel-track {
  display: flex;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: transform;
}
.honor-section .carousel-slide {
  flex: 0 0 25%;
  padding: 0 1.0416666667vw;
  box-sizing: border-box;
}
.honor-section .honor-card {
  position: relative;
  width: 100%;
  height: 10.4166666667vw;
  background-color: #e2e8f0;
  border-radius: 0.625vw;
  overflow: hidden;
  box-shadow: 0 0.2083333333vw 0.78125vw rgba(0, 0, 0, 0.08);
}
.honor-section .honor-card .img-box {
  width: 100%;
  height: 100%;
}
.honor-section .honor-card .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.honor-section .honor-card .card-mask {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  color: #ffffff;
  font-size: 0.9375vw;
  text-align: center;
  padding: 0.5208333333vw 0.78125vw;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.honor-section .carousel-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.9166666667vw;
  height: 2.9166666667vw;
  border: none;
  border-radius: 50%;
  font-size: 0.9375vw;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  transition: background-color 0.3s;
}
.honor-section .carousel-nav-btn:hover {
  background-color: rgba(0, 89, 172, 0.8);
}
.honor-section .carousel-nav-btn.prev-btn {
  left: 0vw;
  background: url("icon-arrow_right_circle.png") no-repeat;
  background-size: cover;
  transform: translateY(-50%) rotate(180deg);
}
.honor-section .carousel-nav-btn.next-btn {
  background: url("icon-arrow_right_circle.png") no-repeat;
  background-size: cover;
  right: 0vw;
}
.honor-section .honor-table-wrapper {
  width: 100%;
}
.honor-section .honor-table-wrapper .dual-table-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.honor-section .honor-table-wrapper .table-col {
  width: 50%;
  flex: 1;
}
.honor-section .honor-table-wrapper .table-col:first-child .honor-data-table th:last-child,
.honor-section .honor-table-wrapper .table-col:first-child .honor-data-table td:last-child {
  /*border-right: none;*/
}
.honor-section .honor-table-wrapper .honor-data-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.7291666667vw;
  color: #333333;
  text-align: left;
}
.honor-section .honor-table-wrapper .honor-data-table th,
.honor-section .honor-table-wrapper .honor-data-table td {
  border: 1px solid #e0e0e0;
  padding: 0.625vw 0.8333333333vw;
  line-height: 1.6;
  vertical-align: middle;
}
.honor-section .honor-table-wrapper .honor-data-table thead th {
  background-color: #f5f5f5;
  color: #000000;
  font-weight: bold;
  font-size: 0.7291666667vw;
}
.honor-section .honor-table-wrapper .honor-data-table .col-id,
.honor-section .honor-table-wrapper .honor-data-table td:first-child {
  width: 3.3854166667vw;
  text-align: center;
  font-family: Arial, sans-serif;
  color: #666666;
}
.honor-section .honor-table-wrapper .honor-data-table .col-title,
.honor-section .honor-table-wrapper .honor-data-table td:last-child {
  text-align: left;
}
.honor-section .honor-table-wrapper .honor-data-table tbody tr {
  background-color: #ffffff;
  transition: background-color 0.2s ease;
}
.honor-section .honor-table-wrapper .honor-data-table tbody tr:hover {
  background-color: #f9fbfd;
}

.video-section {
  width: 100%;
  padding: 0 0 5.2083333333vw;
  display: flex;
  justify-content: center;
  background-color: #ffffff;
}
.video-section .video-container {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.video-section .video-main-wrapper {
  display: flex;
  width: 100%;
  height: 32.2916666667vw;
  box-shadow: 0 0.2083333333vw 0.7291666667vw rgba(0, 0, 0, 0.35);
  margin-bottom: 2.6041666667vw;
  background: #ffffff;
}
.video-section .video-player-box {
  flex: 1;
  height: 100%;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.video-section .video-player-box .video-screen-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.video-section .video-player-box .video-item-pane {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  z-index: 1;
}
.video-section .video-player-box .video-item-pane.active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
.video-section .video-player-box .video-item-pane img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-section .video-player-box .video-item-pane .video-center-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 3.3333333333vw;
  height: 3.3333333333vw;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25vw;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.3s;
}
.video-section .video-player-box .video-item-pane .video-center-play:hover {
  background-color: #004b96;
  transform: translate(-50%, -50%) scale(1.1);
}
.video-section .video-player-box .video-item-pane .video-pane-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  color: #ffffff;
  font-size: 1.0416666667vw;
  padding: 1.5625vw 1.0416666667vw 0.78125vw;
  font-weight: 500;
}
.video-section .video-playlist-box {
  width: 19.2708333333vw;
  height: 100%;
  overflow-y: auto;
  background-color: #ffffff;
  flex-shrink: 0;
}
.video-section .video-playlist-box::-webkit-scrollbar {
  width: 0.15625vw;
}
.video-section .video-playlist-box::-webkit-scrollbar-thumb {
  background-color: #cbd5e1;
  border-radius: 0.15625vw;
}
.video-section .video-playlist-box .playlist-inner {
  list-style: none;
  padding: 0;
  margin: 0;
}
.video-section .video-playlist-box .playlist-item {
  padding: 0.5208333333vw 1.0416666667vw 0.5208333333vw 1.5625vw;
  height: 5.46875vw;
  cursor: pointer;
  background-color: #ffffff;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
}
.video-section .video-playlist-box .playlist-item .item-text {
  font-size: 1.0416666667vw;
  color: #333333;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.video-section .video-playlist-box .playlist-item:hover {
  background-color: #f8fafc;
}
.video-section .video-playlist-box .playlist-item.active {
  background-image: linear-gradient(to right, #004b96, #91b1d2);
  border-radius: 8px 0 0 8px;
}
.video-section .video-playlist-box .playlist-item.active .item-text {
  color: #ffffff;
}
.video-section .video-bottom-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 2.34375vw;
  width: 100%;
}
.video-section .video-bottom-grid .thumb-card {
  text-decoration: none;
  display: block;
  background: #ffffff;
  border-radius: 0.4166666667vw;
  overflow: hidden;
  box-shadow: 0 0.2083333333vw 0.625vw rgba(0, 0, 0, 0.03);
  transition: transform 0.3s, box-shadow 0.3s;
}
.video-section .video-bottom-grid .thumb-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 0.4166666667vw 1.0416666667vw rgba(0, 89, 172, 0.12);
}
.video-section .video-bottom-grid .thumb-card .thumb-img-wrapper {
  width: 100%;
  height: 13.125vw;
  position: relative;
  background-color: #000;
}
.video-section .video-bottom-grid .thumb-card .thumb-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.video-section .video-bottom-grid .thumb-card .thumb-img-wrapper .thumb-play-icon {
  position: absolute;
  left: 0.78125vw;
  bottom: 0.78125vw;
  width: 3.6458333333vw;
  height: 2.6041666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7291666667vw;
}
.video-section .video-bottom-grid .thumb-card .thumb-img-wrapper .thumb-play-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-section .video-bottom-grid .thumb-card .thumb-title {
  padding: 0.7291666667vw 0.78125vw;
  font-size: 1.0416666667vw;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #d3d3d3;
  text-align: center;
}

.water-section {
  width: 100%;
  padding: 0 0 5.2083333333vw;
  display: flex;
  justify-content: center;
}
.water-section .water-container {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.water-section .water-lead-text {
  font-size: 1.0416666667vw;
  color: #333;
  line-height: 1.8;
  text-align: justify;
  text-indent: 2em;
  margin-bottom: 2.0833333333vw;
}
.water-section .water-stats-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 2.6041666667vw;
  border-radius: 0.4166666667vw;
}
.water-section .water-stats-bar .stat-item {
  flex: 1;
  text-align: center;
  padding: 0 0.78125vw;
}
.water-section .water-stats-bar .stat-item .stat-number {
  font-size: 4.1666666667vw;
  font-weight: bold;
  color: #004b93;
  font-family: "Helvetica Neue", Arial, sans-serif;
  line-height: 1;
  margin-bottom: 0.4166666667vw;
}
.water-section .water-stats-bar .stat-item .stat-number .stat-unit {
  font-size: 0.8333333333vw;
  font-weight: normal;
  color: #333;
  margin-left: 0.2083333333vw;
  vertical-align: top;
  position: relative;
  top: 5px;
}
.water-section .water-stats-bar .stat-item .stat-label {
  font-size: 0.8333333333vw;
  color: #333;
}
.water-section .water-stats-bar .stat-divider {
  width: 2px;
  height: 1.5625vw;
  background-color: #029c5f;
  opacity: 1;
}
.water-section .water-project-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 2.1875vw;
  row-gap: 2.34375vw;
  width: 100%;
}
.water-section .water-project-grid .project-card {
  background-color: #ffffff;
  border-radius: 0.2083333333vw;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0.2083333333vw 0.625vw rgba(0, 0, 0, 0.03);
  cursor: pointer;
}
.water-section .water-project-grid .project-card .project-img-box {
  width: 100%;
  height: 17.7083333333vw;
  overflow: hidden;
  background-color: #eaeaea;
}
.water-section .water-project-grid .project-card .project-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.water-section .water-project-grid .project-card .project-name {
  padding: 0.78125vw 0.5208333333vw;
  font-size: 0.9375vw;
  color: #333333;
  text-align: center;
  background-color: #efefef;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background-color 0.3s, color 0.3s;
}
.water-section .water-project-grid .project-card:hover .project-img-box img {
  transform: scale(1.06);
}
.water-section .water-project-grid .project-card:hover .project-name {
  background-color: #004b96;
  color: #ffffff;
}

.responsibility-section {
  width: 100%;
  padding: 0 0 5.2083333333vw;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
}
.responsibility-section .resp-container {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.responsibility-section .resp-lead-text {
  font-size: 0.9375vw;
  color: #333;
  line-height: 1.8;
  text-align: justify;
  margin-bottom: 2.6041666667vw;
}
.responsibility-section .resp-top-flex {
  display: flex;
  justify-content: space-between;
  column-gap: 4.2708333333vw;
  margin-bottom: 2.0833333333vw;
}
.responsibility-section .resp-top-flex .hero-card {
  flex: 1;
  height: 19.7916666667vw;
  border-radius: 0.1041666667vw;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5625vw;
}
.responsibility-section .resp-top-flex .hero-card > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: 0;
}
.responsibility-section .resp-top-flex .hero-card.charity-bg {
  background-image: url("./images/resp_top1.jpg");
}
.responsibility-section .resp-top-flex .hero-card.environment-bg {
  background-image: url("./images/resp_top2.jpg");
}
.responsibility-section .resp-top-flex .hero-card .hero-mask-content {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.72);
  border-radius: 0.2083333333vw;
  padding: 1.5625vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  z-index: 2;
  box-shadow: 0 0.2083333333vw 0.78125vw rgba(0, 0, 0, 0.05);
}
.responsibility-section .resp-top-flex .hero-card .hero-title-bar {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 1.3020833333vw;
}
.responsibility-section .resp-top-flex .hero-card .hero-title-bar .hero-icon {
  width: 2.34375vw;
  height: 2.34375vw;
  margin-bottom: 1.4583333333vw;
}
.responsibility-section .resp-top-flex .hero-card .hero-title-bar .hero-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.responsibility-section .resp-top-flex .hero-card .hero-title-bar h3 {
  font-size: 1.0416666667vw;
  color: #333333;
  font-weight: bold;
}
.responsibility-section .resp-top-flex .hero-card .hero-desc {
  font-size: 0.9375vw;
  color: #333;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.responsibility-section .resp-bottom-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.0833333333vw;
  width: 100%;
}
.responsibility-section .resp-bottom-grid .grid-card {
  background-color: #f2f2f2;
  border-radius: 0.1041666667vw;
  padding: 2.2916666667vw 1.4583333333vw;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  cursor: pointer;
}
.responsibility-section .resp-bottom-grid .grid-card .card-icon {
  width: 2.34375vw;
  height: 2.34375vw;
  margin-bottom: 1.0416666667vw;
}
.responsibility-section .resp-bottom-grid .grid-card .card-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.responsibility-section .resp-bottom-grid .grid-card .card-title {
  font-size: 1.0416666667vw;
  color: #333;
  font-weight: bold;
  margin-bottom: 1.5625vw;
  line-height: 1.4;
}
.responsibility-section .resp-bottom-grid .grid-card .card-desc {
  font-size: 0.9375vw;
  color: #333;
  line-height: 1.6;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.responsibility-section .resp-bottom-grid .grid-card:hover {
  transform: translateY(-5px);
  background-color: #ffffff;
  box-shadow: 0 0.5208333333vw 1.3020833333vw rgba(0, 0, 0, 0.08);
}

.info-disclosure-section {
  width: 100%;
  padding: 4.6875vw 0 5.2083333333vw;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
}
.info-disclosure-section .info-container {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.info-disclosure-section .block-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #e2e8f0;
  padding-bottom: 0.625vw;
  margin-bottom: 1.5625vw;
  position: relative;
}
.info-disclosure-section .block-header .block-title {
  font-size: 1.0416666667vw;
  color: #004b96;
  font-weight: bold;
  margin: 0;
  position: relative;
}
.info-disclosure-section .block-header .block-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.6770833333vw;
  width: 100%;
  height: 2px;
  background-color: #004b96;
}
.info-disclosure-section .block-header .more-link {
  font-size: 0.7291666667vw;
  color: #999999;
  text-decoration: none;
  transition: color 0.2s;
}
.info-disclosure-section .block-header .more-link:hover {
  color: #004b96;
}
.info-disclosure-section .basic-info-content {
  display: flex;
  column-gap: 2.0833333333vw;
  margin-bottom: 2.0833333333vw;
}
.info-disclosure-section .basic-info-content .info-banner-img {
  width: 28.6458333333vw;
  height: 16.9791666667vw;
  flex-shrink: 0;
  border-radius: 0.1041666667vw;
  overflow: hidden;
}
.info-disclosure-section .basic-info-content .info-banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.info-disclosure-section .basic-info-content .info-table-box {
  flex: 1;
}
.info-disclosure-section .basic-info-content .grid-info-table {
  width: 100%;
  height: 100%;
  border-collapse: collapse;
  border: 1px solid #dcdcdc;
}
.info-disclosure-section .basic-info-content .grid-info-table td {
  border: 1px solid #dcdcdc;
  font-size: 0.9375vw;
  color: #333333;
  padding: 0.7291666667vw 0.8333333333vw;
  vertical-align: middle;
  line-height: 1.6;
}
.info-disclosure-section .basic-info-content .grid-info-table .td-label {
  background-color: #eeeeee;
  width: 6.25vw;
  text-align: center;
  color: #555555;
  font-weight: 400;
  border-bottom: none;
  border-top: none;
}
.info-disclosure-section .basic-info-content .grid-info-table .td-value {
  background-color: #ffffff;
  text-align: left;
}
.info-disclosure-section .news-triple-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 2.8645833333vw;
  margin-bottom: 2.0833333333vw;
}
.info-disclosure-section .news-triple-grid .news-dot-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.info-disclosure-section .news-triple-grid .news-dot-list li {
  position: relative;
  padding-left: 0.9375vw;
  margin-bottom: 1.0416666667vw;
  line-height: 1.4;
}
.info-disclosure-section .news-triple-grid .news-dot-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5208333333vw;
  width: 0.2604166667vw;
  height: 0.2604166667vw;
  background-color: #dcdcdc;
}
.info-disclosure-section .news-triple-grid .news-dot-list li a {
  font-size: 0.9375vw;
  color: #333;
  text-decoration: none;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.2s;
}
.info-disclosure-section .news-triple-grid .news-dot-list li a:hover {
  color: #004b96;
}
.info-disclosure-section .shortcut-quad-links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 1.0416666667vw;
  width: 100%;
}
.info-disclosure-section .shortcut-quad-links .shortcut-card {
  border: 1px solid #e5e7eb;
  border-radius: 1.0416666667vw;
  padding: 2.6041666667vw 0.78125vw;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px #ddd;
}
.info-disclosure-section .shortcut-quad-links .shortcut-card .icon-box {
  width: 2.6041666667vw;
  height: 2.6041666667vw;
  margin-bottom: 0.78125vw;
}
.info-disclosure-section .shortcut-quad-links .shortcut-card .icon-box img {
  object-fit: contain;
}
.info-disclosure-section .shortcut-quad-links .shortcut-card .card-name {
  font-size: 1.0416666667vw;
  color: #333333;
  font-weight: 400;
  text-align: center;
}
.info-disclosure-section .shortcut-quad-links .shortcut-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 0.5208333333vw 1.3020833333vw rgba(0, 89, 172, 0.08);
  border-color: #004b96;
}

.site-group-section {
  width: 100%;
  padding: 0vw 0 5.2083333333vw;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
}
.site-group-section .group-container {
  width: 100%;
}
.site-group-section .sub-title-center {
  font-size: 1.0416666667vw;
  color: #004b96;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1.5625vw;
}
.site-group-section .section-divider {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin: 2.34375vw 0 2.8645833333vw;
}
.site-group-section .region-divider {
  width: 100%;
  height: 1px;
  border-top: 1px solid #dddddd;
  margin: 1.3020833333vw 0 2.8645833333vw;
}
.site-group-section .pro-sites-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 1.0416666667vw;
  row-gap: 0.78125vw;
  padding: 0 0.5208333333vw;
}
.site-group-section .site-link {
  font-size: 0.9375vw;
  color: #333333;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  line-height: 1.5;
  transition: color 0.2s ease;
}
.site-group-section .site-link:hover {
  color: #004b96;
}
.site-group-section .diamond-icon {
  margin-right: 0.4166666667vw;
  flex-shrink: 0;
  width: 0.78125vw;
  height: 0.78125vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-group-section .diamond-icon::before {
  content: "";
  display: block;
  width: 0.4166666667vw;
  height: 0.4166666667vw;
  background: #004b96;
  transform: rotate(45deg);
}
.site-group-section .region-wrapper {
  margin-bottom: 1.5625vw;
}
.site-group-section .region-wrapper:last-child {
  margin-bottom: 0;
}
.site-group-section .region-badge-title {
  font-size: 1.0416666667vw;
  color: #004b96;
  font-weight: 400;
  padding-left: 1.4583333333vw;
  position: relative;
  margin-bottom: 1.1458333333vw;
}
.site-group-section .region-badge-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.3125vw;
  height: 1.3020833333vw;
  background-color: #004b96;
}
.site-group-section .company-links-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 1.5625vw;
  row-gap: 0.8333333333vw;
  padding: 0 2.0833333333vw;
}
.site-group-section .company-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid transparent;
}
.site-group-section .company-item .site-link {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.site-group-section .company-item .wechat-trigger {
  cursor: pointer;
  margin-left: 0.4166666667vw;
  position: relative;
  padding: 0 0.2083333333vw;
  transition: color 0.2s;
  display: inline-flex;
}
.site-group-section .company-item .wechat-trigger .icon-chat {
  background: url("icon-chat.png") no-repeat;
  width: 1.1979166667vw;
  height: 0.9895833333vw;
}
.site-group-section .company-item .wechat-trigger:hover {
  color: #22c55e;
}
.site-group-section .company-item .wechat-trigger:hover .qrcode-popup {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -10px);
}
.site-group-section .company-item .wechat-trigger .qrcode-popup {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, 0px);
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  padding: 0.4166666667vw;
  border-radius: 0.3125vw;
  box-shadow: 0 0.2083333333vw 0.625vw rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 50;
}
.site-group-section .company-item .wechat-trigger .qrcode-popup img {
  width: 4.6875vw;
  height: 4.6875vw;
  display: block;
}
.site-group-section .company-item .wechat-trigger .qrcode-popup::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 0.3125vw;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
}

.responsibility-report-section {
  width: 100%;
  padding: 0vw 0 5.2083333333vw;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
}
.responsibility-report-section .report-container {
  width: 100%;
}
.responsibility-report-section .report-main-title {
  font-size: 1.25vw;
  color: #004b96;
  text-align: center;
  font-weight: bold;
  margin-bottom: 2.34375vw;
  letter-spacing: 1.5px;
}
.responsibility-report-section .report-books-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 5.2083333333vw;
  row-gap: 3.125vw;
}
.responsibility-report-section .report-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.responsibility-report-section .report-card .book-cover-wrap {
  width: 19.7916666667vw;
  height: 13.2291666667vw;
  border: 1px solid #eeeeee;
  background-color: #ffffff;
  box-shadow: 0 0.2083333333vw 0.625vw rgba(0, 0, 0, 0.12);
  border-radius: 0.2083333333vw;
  overflow: hidden;
  margin-bottom: 2.34375vw;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.responsibility-report-section .report-card .book-cover-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #fcfcfc;
}
.responsibility-report-section .report-card .book-title {
  font-size: 0.9375vw;
  color: #000;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 0.8333333333vw 0;
  padding: 0 0.5208333333vw;
  font-weight: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 2.7083333333vw;
}
.responsibility-report-section .report-card .book-actions {
  display: flex;
  column-gap: 1.25vw;
  align-items: center;
}
.responsibility-report-section .report-card .book-actions .action-btn {
  font-size: 0.8333333333vw;
  color: #333;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.responsibility-report-section .report-card .book-actions .action-btn .icon {
  margin-right: 0.5208333333vw;
  display: inline-block;
}
.responsibility-report-section .report-card .book-actions .action-btn:hover {
  opacity: 0.8;
  transform: translateY(-1px);
}
.responsibility-report-section .report-card:hover .book-cover-wrap {
  transform: translateY(-6px);
  box-shadow: 0 0.625vw 1.4583333333vw rgba(0, 0, 0, 0.18);
}

.tech-overview-section {
  width: 100%;
  padding: 0vw 0 5.2083333333vw;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
}
.tech-overview-section .tech-container {
  width: 100%;
}
.tech-overview-section .tech-lead-text {
  font-size: 0.9375vw;
  color: #333;
  text-align: center;
  line-height: 1.8;
  padding: 0 1.0416666667vw;
  margin: 0 auto 2.0833333333vw auto;
}
.tech-overview-section .tech-stream-list {
  display: flex;
  flex-direction: column;
  row-gap: 2.6041666667vw;
}
.tech-overview-section .tech-stream-item {
  display: grid;
  grid-template-columns: 29.7916666667vw 40.625vw;
  column-gap: 4.4270833333vw;
}
.tech-overview-section .tech-stream-item .tech-media-box {
  width: 100%;
  height: 22.3958333333vw;
  background-color: #f3f4f6;
  border-radius: 0.1041666667vw;
  overflow: hidden;
  box-shadow: 0 0.2083333333vw 1.0416666667vw rgba(0, 0, 0, 0.05);
}
.tech-overview-section .tech-stream-item .tech-media-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.tech-overview-section .tech-stream-item .tech-content-box {
  position: relative;
  flex: 1;
  padding-top: 5.46875vw;
}
.tech-overview-section .tech-stream-item .tech-content-box .bg-num-overlay {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 10.4166666667vw;
  font-weight: 500;
  line-height: 0.7;
  color: #ededed;
  user-select: none;
  z-index: 1;
}
.tech-overview-section .tech-stream-item .tech-content-box .tech-sub-title {
  position: relative;
  font-size: 1.0416666667vw;
  color: #000;
  font-weight: bold;
  width: 100%;
  background: #fff;
  padding: 0.625vw 0 1.5625vw 0;
  z-index: 2;
}
.tech-overview-section .tech-stream-item .tech-content-box .tech-description {
  font-size: 0.9375vw;
  color: #4d4d4d;
  line-height: 1.75;
  text-align: justify;
}
.tech-overview-section .tech-stream-item.item-right-media {
  grid-template-columns: 40.625vw 29.7916666667vw;
}
.tech-overview-section .tech-stream-item.item-right-media .tech-media-box {
  grid-column: 2;
}
.tech-overview-section .tech-stream-item.item-right-media .tech-content-box {
  grid-column: 1;
  grid-row: 1;
}
.tech-overview-section .tech-stream-item:hover .tech-media-box img {
  transform: scale(1.03);
}

.epaper-gallery-section {
  width: 100%;
  padding: 0 0 3.125vw;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
}
.epaper-gallery-section .epaper-container {
  width: 100%;
}
.epaper-gallery-section .epaper-main-title {
  font-size: 1.25vw;
  color: #004b96;
  text-align: center;
  font-weight: bold;
  margin-bottom: 2.0833333333vw;
}
.epaper-gallery-section .epaper-workspace {
  display: flex;
  column-gap: 2.6041666667vw;
  align-items: flex-start;
}
.epaper-gallery-section .epaper-left-viewer {
  width: 27.7083333333vw;
  flex-shrink: 0;
  box-sizing: border-box;
  padding: 0.9375vw;
  border-radius: 0.4166666667vw;
  background: linear-gradient(to bottom, #99b7d5, #fbfcfd, #fff);
}
.epaper-gallery-section .epaper-left-viewer .newspaper-card {
  width: 100%;
  height: 35.625vw;
  overflow: hidden;
}
.epaper-gallery-section .epaper-left-viewer .newspaper-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.epaper-gallery-section .epaper-left-viewer .viewer-meta-bar {
  display: flex;
  justify-content: space-between;
  margin-top: 1.5625vw;
}
.epaper-gallery-section .epaper-left-viewer .viewer-meta-bar .file-name {
  font-size: 1.0416666667vw;
  color: #333333;
  font-weight: 500;
}
.epaper-gallery-section .epaper-left-viewer .viewer-meta-bar .meta-actions {
  display: flex;
  column-gap: 0.78125vw;
}
.epaper-gallery-section .epaper-left-viewer .viewer-meta-bar .meta-actions .action-link {
  font-size: 0.8333333333vw;
  color: #000;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.epaper-gallery-section .epaper-left-viewer .viewer-meta-bar .meta-actions .action-link .icon {
  margin-right: 10px;
}
.epaper-gallery-section .epaper-left-viewer .viewer-pager-control {
  margin-top: 1.5625vw;
  display: flex;
  align-items: center;
  background: #f8fafc;
  padding: 0.4166666667vw 0.8333333333vw;
  border-radius: 1.5625vw;
  border: 1px solid #e2e8f0;
}
.epaper-gallery-section .epaper-left-viewer .viewer-pager-control .pager-btn {
  background: none;
  border: none;
  font-size: 0.7291666667vw;
  cursor: pointer;
}
.epaper-gallery-section .epaper-left-viewer .viewer-pager-control .pager-progress-wrap {
  flex: 1;
  display: flex;
  align-items: center;
  column-gap: 0.625vw;
  padding: 0 0.78125vw;
}
.epaper-gallery-section .epaper-left-viewer .viewer-pager-control .pager-progress-wrap .pager-slider {
  flex: 1;
  accent-color: #004b96;
  cursor: pointer;
}
.epaper-gallery-section .epaper-left-viewer .viewer-pager-control .pager-progress-wrap .pager-text {
  font-size: 0.7291666667vw;
  color: #666666;
}
.epaper-gallery-section .epaper-right-listview {
  flex: 1;
}
.epaper-gallery-section .epaper-right-listview .current-issue-title {
  font-size: 0.9375vw;
  color: #222222;
  margin: 0 0 1.0416666667vw 0;
  font-weight: bold;
}
.epaper-gallery-section .epaper-right-listview .epaper-accordion {
  border-radius: 0.3125vw;
  overflow: hidden;
  margin-bottom: 1.5625vw;
}
.epaper-gallery-section .epaper-right-listview .epaper-accordion .accordion-item {
  border-bottom: 1px solid #e2e8f0;
}
.epaper-gallery-section .epaper-right-listview .epaper-accordion .accordion-item:last-child {
  border-bottom: none;
}
.epaper-gallery-section .epaper-right-listview .epaper-accordion .accordion-item .accordion-header {
  display: flex;
  align-items: center;
  padding: 1.0416666667vw 0.1041666667vw;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.2s ease;
}
.epaper-gallery-section .epaper-right-listview .epaper-accordion .accordion-item .accordion-header .issue-title {
  font-size: 0.9375vw;
  color: #333333;
  font-weight: 400;
}
.epaper-gallery-section .epaper-right-listview .epaper-accordion .accordion-item .accordion-header .preix-icon {
  width: 1.7708333333vw;
  height: 1.7708333333vw;
  object-fit: contain;
  margin-right: 1.0416666667vw;
  transition: transform 0.2s ease;
}
.epaper-gallery-section .epaper-right-listview .epaper-accordion .accordion-item .accordion-header:hover {
  background-color: #f1f5f9;
}
.epaper-gallery-section .epaper-right-listview .epaper-accordion .accordion-item .accordion-content {
  display: none;
  padding: 0vw 0vw 0.5208333333vw;
  background-color: #ffffff;
}
.epaper-gallery-section .epaper-right-listview .epaper-accordion .accordion-item.active {
  border-bottom: none;
}
.epaper-gallery-section .epaper-right-listview .epaper-accordion .accordion-item.active .accordion-header .preix-icon {
  display: none;
}
.epaper-gallery-section .epaper-right-listview .epaper-accordion .accordion-item.active .accordion-header .issue-title {
  color: #000;
  font-size: 1.25vw;
  font-weight: bold;
}
.epaper-gallery-section .epaper-right-listview .epaper-accordion .accordion-item.active .accordion-header .arrow-icon {
  transform: rotate(180deg);
  color: #004b96;
}
.epaper-gallery-section .epaper-right-listview .epaper-accordion .edition-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2.34375vw;
}
.epaper-gallery-section .epaper-right-listview .epaper-accordion .edition-grid .edition-sub-btn {
  padding: 1.0416666667vw 1.3541666667vw;
  font-size: 0.9375vw;
  background-color: #d3d3d3;
  border: 1px solid #d3d3d3;
  color: #333;
  border-radius: 0.4166666667vw;
  cursor: pointer;
  transition: all 0.2s ease;
}
.epaper-gallery-section .epaper-right-listview .epaper-accordion .edition-grid .edition-sub-btn.active {
  background-color: #004b96;
  color: #ffffff;
  border-color: #004b96;
  font-weight: bold;
}
.epaper-gallery-section .epaper-right-listview .epaper-accordion .edition-grid .edition-sub-btn:not(.active):hover {
  background-color: #004b96;
  color: #fff;
}

.news-tabs-header__child {
  border-bottom: solid 1px #d3d3d3;
  height: 4.1666666667vw;
}
.news-tabs-header__child .ds-container {
  display: flex;
  height: 100%;
  align-items: center;
  gap: 2.6041666667vw;
}
.news-tabs-header__child .tab-item__child {
  height: 100%;
}
.news-tabs-header__child .tab-item__child a {
  font-size: 0.9375vw;
  color: #333;
  height: 100%;
  display: flex;
  align-items: center;
}
.news-tabs-header__child .tab-item__child.active {
  border-bottom: solid 3px #004b96;
}

.contentText-section {
  width: 100%;
  padding: 0 0 5.2083333333vw;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
}
.contentText-section .contentText-container {
  width: 100%;
}
.contentText-section .contentText-h3 {
  font-size: 1.0416666667vw;
  font-weight: 600;
  color: #004b96;
  display: flex;
  align-items: center;
  padding-bottom: 1.0416666667vw;
  margin-bottom: 1.3541666667vw;
  border-bottom: solid 1px #dddddd;
  margin-top: 2.6041666667vw;
}
.contentText-section .contentText-h3:first-child {
  margin-top: 0;
}
.contentText-section .contentText-h3::before {
  content: "";
  width: 0.3125vw;
  height: 1.25vw;
  display: block;
  background: #004b96;
  margin-right: 1.0416666667vw;
}
.contentText-section .contentText-p {
  font-size: 0.9375vw;
  color: #444;
  line-height: 1.8;
  text-align: justify;
  text-indent: 2em;
  width: 82%;
}
.contentText-section .contentText-ul {
  padding-left: 3.5em;
}
.contentText-section .contentText-ul li {
  font-size: 0.9375vw;
  color: #444;
  line-height: 1.8;
  text-align: justify;
}
.contentText-section .grid-info-table {
  width: 100%;
  height: 100%;
  border-collapse: collapse;
  border: 1px solid #dcdcdc;
}
.contentText-section .grid-info-table td {
  border: 1px solid #dcdcdc;
  font-size: 0.9375vw;
  color: #333333;
  padding: 0.7291666667vw 0.8333333333vw;
  vertical-align: middle;
  line-height: 1.6;
}
.contentText-section .grid-info-table .td-label {
  background-color: #eeeeee;
  width: 6.25vw;
  text-align: center;
  color: #555555;
  font-weight: 400;
  border-bottom: none;
  border-top: none;
}
.contentText-section .grid-info-table .td-value {
  background-color: #ffffff;
  text-align: left;
}
.contentText-section .info-cell-wrap .info-cell__list {
  border-bottom: solid 1px #d3d3d3;
}
.contentText-section .info-cell-wrap .info-cell__list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5625vw 0;
}
.contentText-section .info-cell-wrap .info-cell__list a:hover span {
  color: #004b96;
}
.contentText-section .info-cell-wrap .info-cell__list a span {
  font-size: 1.0416666667vw;
  color: #333;
  font-weight: 600;
  padding-right: 0.78125vw;
}
.contentText-section .info-cell-wrap .info-cell__list a i {
  flex-shrink: 0;
  font-size: 0.8333333333vw;
  color: #333;
  font-style: normal;
}
.contentText-section .grid-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 3.125vw;
  row-gap: 2.0833333333vw;
}
.contentText-section .grid-images .grid-img {
  width: 100%;
  height: 9.115vw;
  border-radius: 0.9375vw;
  overflow: hidden;
}
.contentText-section .grid-images .grid-img:hover img {
  transform: scale(1.02);
}
.contentText-section .grid-images .grid-img img {
  border-radius: 0.9375vw;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.contentText-section .grid-group {
  padding: 0 13.5416666667vw;
}
.contentText-section .grid-group__list {
  display: flex;
  margin-bottom: 2.0833333333vw;
}
.contentText-section .grid-group__list__img {
  width: 7.8125vw;
  height: 10.9375vw;
  overflow: hidden;
  border-radius: 8px;
  margin-right: 1.9791666667vw;
}
.contentText-section .grid-group__list__img:hover img {
  transform: scale(1.03);
}
.contentText-section .grid-group__list__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.contentText-section .grid-group__list__content {
  padding-top: 1.0416666667vw;
}
.contentText-section .grid-group__list__content h2 {
  font-size: 1.0416666667vw;
  font-weight: 600;
  color: #000;
}
.contentText-section .grid-group__list__content p {
  font-size: 0.9375vw;
  color: #000;
  margin-top: 0.78125vw;
}

@keyframes tabFadeIn {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@media (max-width: 1200px) {
  .responsibility-section .resp-bottom-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .special-h1 {
    margin-bottom: 1.875rem;
    margin-top: 1.875rem;
    font-size: 1.75rem;
  }
  .speech-section {
    padding: 0rem 1.875rem 3.125rem;
  }
  .speech-section .speech-container {
    padding: 0;
  }
  .speech-section .speech-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .speech-section .speech-card {
    flex-direction: column;
    align-items: center;
    padding: 30px 20px;
    margin-top: 0;
    border-radius: 12px;
  }
  .speech-section .speech-photo-wrapper {
    position: static;
    width: 11.25rem;
    height: 15.625rem;
    margin-bottom: 25px;
  }
  .speech-section .speech-photo-wrapper .photo-bg {
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  }
  .speech-section .speech-photo-wrapper .speech-photo {
    height: 100%;
  }
  .speech-section .speech-content {
    align-items: center;
  }
  .speech-section .speech-header {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    padding-left: 0;
  }
  .speech-section .speech-header .signature {
    margin-left: 0;
  }
  .speech-section .speech-header .signature img {
    width: 75%;
  }
  .speech-section .speech-body .speech-paragraph {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 0.625rem;
  }
  .company-section {
    padding: 0rem 1.875rem 3.125rem;
  }
  .company-section .company-container {
    padding: 0;
  }
  .company-section .company-intro-block {
    flex-direction: column-reverse;
    align-items: center;
    margin-bottom: 1.875rem;
  }
  .company-section .company-intro-block .intro-text {
    width: 100%;
    margin-top: 25px;
  }
  .company-section .company-intro-block .intro-text .company-sub-title {
    font-size: 1.25rem;
    text-align: center;
    margin-bottom: 0.9375rem;
  }
  .company-section .company-intro-block .intro-text p {
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 0.9375rem;
  }
  .company-section .company-intro-block .intro-image-wrapper {
    width: 100%;
    height: 18.75rem;
  }
  .company-section .company-intro-block .intro-image-wrapper .image-bg-layer {
    right: -8px;
    bottom: -8px;
    border-radius: 12px;
  }
  .company-section .company-intro-block .intro-image-wrapper .intro-img {
    border-radius: 12px;
  }
  .company-section .company-data-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 30px;
  }
  .company-section .company-data-grid .data-card {
    padding: 20px 10px;
    min-height: 7.5rem;
    border-radius: 12px;
  }
  .company-section .company-data-grid .data-card .data-number {
    font-size: 2.375rem;
    margin-bottom: 8px;
  }
  .company-section .company-data-grid .data-card .data-number .unit {
    font-size: 0.75rem;
  }
  .company-section .company-data-grid .data-card .data-label {
    font-size: 0.75rem;
  }
  .company-section .company-detail-text p {
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 0.9375rem;
  }
  .strategy-section {
    padding: 0rem 1.875rem 3.125rem;
  }
  .strategy-section .strategy-container {
    padding: 0;
  }
  .strategy-section .strategy-timeline {
    padding-left: 0;
  }
  .strategy-section .strategy-timeline .timeline-line {
    display: none;
  }
  .strategy-section .timeline-item {
    margin-bottom: 1.875rem;
    display: flex;
    flex-direction: column;
  }
  .strategy-section .timeline-item::after {
    display: none;
  }
  .strategy-section .timeline-item .node-badge {
    position: static;
    width: 5rem;
    height: 1.875rem;
    font-size: 1rem;
    margin-bottom: 1.25rem;
    border-radius: 14px;
  }
  .strategy-section .timeline-item .node-badge::before {
    display: none;
  }
  .strategy-section .timeline-item .item-card {
    padding: 1.25rem 0.9375rem;
    border-radius: 8px;
  }
  .strategy-section .timeline-item .item-title {
    font-size: 1.125rem;
    margin-bottom: 0.9375rem;
    padding-left: 0.75rem;
  }
  .strategy-section .timeline-item .item-title::before {
    width: 3px;
  }
  .strategy-section .timeline-item .item-body p {
    font-size: 0.875rem;
    line-height: 1.6;
    margin-bottom: 0.625rem;
  }
  .strategy-section .timeline-item .item-body.grid-2-col {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .strategy-section .timeline-item .item-body.grid-2-col .capability-item {
    font-size: 14px;
  }
  .strategy-section .timeline-item .item-body.grid-2-col .capability-item strong {
    margin-bottom: 2px;
  }
  .talent-section {
    padding: 0rem 1.875rem 3.125rem;
  }
  .talent-section .talent-container {
    padding: 0;
  }
  .talent-section .talent-top-grid {
    flex-direction: column;
    margin-bottom: 1.25rem;
  }
  .talent-section .talent-top-grid .talent-card-half {
    width: 100%;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
  }
  .talent-section .talent-top-grid .talent-card-half .card-header-title {
    margin-bottom: 0.9375rem;
  }
  .talent-section .talent-top-grid .talent-card-half .card-header-title i {
    width: 1.5625rem;
    margin-right: 4px;
    height: 1.5625rem;
  }
  .talent-section .talent-top-grid .talent-card-half .card-header-title h3 {
    font-size: 1rem;
  }
  .talent-section .talent-top-grid .talent-card-half p {
    font-size: 0.875rem;
  }
  .talent-section .talent-middle-row {
    flex-direction: column;
    align-items: flex-start;
    padding: 1.25rem;
    margin-bottom: 1.875rem;
  }
  .talent-section .talent-middle-row .task-badge {
    flex-direction: row;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #e2e8f0;
    padding-right: 0;
    padding-bottom: 0.75rem;
    margin-right: 0;
    margin-bottom: 0.9375rem;
    justify-content: flex-start;
  }
  .talent-section .talent-middle-row .task-badge i {
    width: 1.5625rem;
    height: 1.5625rem;
    margin-right: 8px;
  }
  .talent-section .talent-middle-row .task-badge span {
    font-size: 1rem;
  }
  .talent-section .talent-middle-row .task-content p {
    font-size: 0.875rem;
  }
  .talent-section .talent-bottom-tree .tree-root-btn {
    width: 100%;
    text-align: center;
    margin-bottom: 1.25rem;
    font-size: 1rem;
    padding: 10px 0;
  }
  .talent-section .talent-bottom-tree .tree-branches-line {
    display: none;
  }
  .talent-section .talent-bottom-tree .tree-leaves-grid {
    grid-template-columns: 1fr;
    row-gap: 1.25rem;
  }
  .talent-section .talent-bottom-tree .tree-leaves-grid .measure-card {
    min-height: auto;
  }
  .talent-section .talent-bottom-tree .tree-leaves-grid .measure-card::before {
    display: none;
  }
  .talent-section .talent-bottom-tree .tree-leaves-grid .measure-card .card-text {
    padding: 1.25rem;
  }
  .talent-section .talent-bottom-tree .tree-leaves-grid .measure-card .card-text p {
    font-size: 0.875rem;
  }
  .talent-section .talent-bottom-tree .tree-leaves-grid .measure-card .card-photo {
    height: 8.75rem;
  }
  .policy-section {
    padding: 0rem 1.875rem 3.125rem;
  }
  .policy-section .policy-container {
    padding: 0;
  }
  .policy-section .policy-tabs-nav {
    justify-content: flex-start;
    overflow-x: auto;
    column-gap: 0.75rem;
    margin-bottom: 1.875rem;
    -webkit-overflow-scrolling: touch;
  }
  .policy-section .policy-tabs-nav::-webkit-scrollbar {
    display: none;
  }
  .policy-section .policy-tabs-nav .tab-btn {
    min-width: 6.25rem;
    padding: 8px 1rem;
    font-size: 0.875rem;
    flex-shrink: 0;
  }
  .policy-section .policy-block {
    margin-bottom: 1.5625rem;
  }
  .policy-section .policy-block .block-title {
    font-size: 1rem;
    margin-bottom: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .policy-section .policy-block .block-title::before {
    width: 3px;
    height: 1rem;
  }
  .policy-section .policy-block .policy-list li {
    font-size: 0.875rem;
    line-height: 1.6;
    margin-bottom: 12px;
  }
  .policy-section .policy-block .policy-text p {
    font-size: 0.875rem;
    line-height: 1.6;
  }
  .qualification-section {
    padding: 0rem 1.875rem 3.125rem;
  }
  .qualification-section .qualification-container {
    padding: 0;
  }
  .qualification-section .qualification-content {
    flex-direction: column;
    align-items: center;
  }
  .qualification-section .medal-display-wrapper,
  .qualification-section .qualification-section__bg {
    display: none;
  }
  .qualification-section .table-wrapper {
    width: 100%;
    overflow-x: auto;
  }
  .qualification-section .table-wrapper .qualification-table {
    font-size: 0.875rem;
  }
  .qualification-section .table-wrapper .qualification-table thead th {
    font-size: 0.875rem;
  }
  .qualification-section .table-wrapper .qualification-table th,
  .qualification-section .table-wrapper .qualification-table td {
    font-size: 0.875rem;
    padding: 0.625rem 0.75rem;
  }
  .qualification-section .table-wrapper .qualification-table .col-code {
    width: 3.75rem;
  }
  .honor-section {
    padding: 0rem 1.875rem 3.125rem;
  }
  .honor-section .honor-container {
    padding: 0;
  }
  .honor-section .honor-carousel-wrapper .carousel-nav-btn {
    width: 2.5rem;
    height: 2.5rem;
  }
  .honor-section .carousel-slide {
    flex: 0 0 50%;
  }
  .honor-section .honor-card {
    height: 11.25rem;
    border-radius: 8px;
  }
  .honor-section .honor-card .card-mask {
    font-size: 0.8125rem;
    padding: 8px;
  }
  .honor-section .honor-table-wrapper {
    margin-top: 1.25rem;
  }
  .honor-section .honor-table-wrapper .dual-table-container {
    row-gap: 0;
  }
  .honor-section .honor-table-wrapper .table-col {
    width: 100%;
  }
  .honor-section .honor-table-wrapper .table-col:first-child .honor-data-table {
    border-bottom: none;
  }
  .honor-section .honor-table-wrapper .honor-data-table {
    font-size: 0.8125rem;
  }
  .honor-section .honor-table-wrapper .honor-data-table th,
  .honor-section .honor-table-wrapper .honor-data-table td {
    padding: 10px 12px;
    font-size: 0.8125rem !important;
  }
  .honor-section .honor-table-wrapper .honor-data-table td {
    max-height: 11.25rem;
    height: 11.25rem;
  }
  .honor-section .honor-table-wrapper .honor-data-table .col-id,
  .honor-section .honor-table-wrapper .honor-data-table td:first-child {
    width: 2.5rem;
  }
  .video-section {
    padding: 0rem 1.875rem 3.125rem;
  }
  .video-section .video-container {
    padding: 0;
  }
  .video-section .video-main-wrapper {
    flex-direction: column;
    height: 23.125rem;
    margin-bottom: 1.875rem;
  }
  .video-section .video-player-box {
    width: 100%;
    height: 10rem;
  }
  .video-section .video-player-box .video-item-pane .video-pane-title {
    font-size: 0.9375rem;
    padding: 15px 10px 10px;
  }
  .video-section .video-playlist-box {
    width: 100%;
    height: 13.125rem;
    border-left: none;
    border-top: 1px solid #e2e8f0;
    overflow-y: auto;
  }
  .video-section .video-playlist-box .playlist-item {
    padding: 0.75rem 0.9375rem;
    height: auto;
  }
  .video-section .video-playlist-box .playlist-item .item-text {
    font-size: 0.8125rem;
  }
  .video-section .video-bottom-grid {
    grid-template-columns: 1fr;
    row-gap: 0.9375rem;
  }
  .video-section .video-bottom-grid .thumb-card .thumb-img-wrapper {
    height: 10rem;
  }
  .video-section .video-bottom-grid .thumb-card .thumb-img-wrapper .thumb-play-icon {
    width: 2.1875rem;
    height: 1.5625rem;
  }
  .video-section .video-bottom-grid .thumb-card .thumb-title {
    font-size: 0.875rem;
    padding: 0.625rem 1.25rem;
  }
  .water-section {
    padding: 0rem 1.875rem 3.125rem;
  }
  .water-section .water-container {
    padding: 0;
  }
  .water-section .water-lead-text {
    font-size: 0.875rem;
    margin-bottom: 1.25rem;
  }
  .water-section .water-stats-bar {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 1.25rem;
    padding: 1.25rem 0.625rem;
  }
  .water-section .water-stats-bar .stat-divider {
    display: none;
  }
  .water-section .water-stats-bar .stat-item .stat-number {
    font-size: 2rem;
  }
  .water-section .water-stats-bar .stat-item .stat-number .stat-unit {
    font-size: 0.75rem;
  }
  .water-section .water-stats-bar .stat-item .stat-label {
    font-size: 0.75rem;
  }
  .water-section .water-project-grid {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1rem;
    row-gap: 1.25rem;
  }
  .water-section .water-project-grid .project-card .project-img-box {
    height: 10rem;
  }
  .water-section .water-project-grid .project-card .project-name {
    font-size: 0.875rem;
    padding: 0.625rem;
  }
  .responsibility-section {
    padding: 0rem 1.875rem 3.125rem;
  }
  .responsibility-section .resp-container {
    padding: 0;
  }
  .responsibility-section .resp-lead-text {
    font-size: 0.875rem;
  }
  .responsibility-section .resp-top-flex {
    flex-direction: column;
    row-gap: 1.25rem;
  }
  .responsibility-section .resp-top-flex .hero-card {
    height: auto;
    padding: 0.9375rem;
  }
  .responsibility-section .resp-top-flex .hero-card .hero-mask-content {
    padding: 0.9375rem;
  }
  .responsibility-section .resp-top-flex .hero-card .hero-title-bar .hero-icon {
    width: 1.5625rem;
    height: 1.5625rem;
  }
  .responsibility-section .resp-top-flex .hero-card .hero-title-bar h3 {
    font-size: 1rem;
  }
  .responsibility-section .resp-top-flex .hero-card .hero-desc {
    font-size: 0.875rem;
  }
  .responsibility-section .resp-bottom-grid {
    grid-template-columns: 1fr;
    gap: 0.9375rem;
  }
  .responsibility-section .resp-bottom-grid .grid-card {
    padding: 1.25rem 0.9375rem;
  }
  .responsibility-section .resp-bottom-grid .grid-card .card-icon {
    width: 1.5625rem;
    height: 1.5625rem;
  }
  .responsibility-section .resp-bottom-grid .grid-card .card-title {
    font-size: 1rem;
  }
  .responsibility-section .resp-bottom-grid .grid-card .card-desc {
    font-size: 0.875rem;
  }
  .info-disclosure-section {
    padding: 3.125rem 1.875rem 3.125rem;
  }
  .info-disclosure-section .info-container {
    padding: 0;
  }
  .info-disclosure-section .block-header {
    padding-bottom: 0.375rem;
    margin-bottom: 1.125rem;
  }
  .info-disclosure-section .block-header .block-title {
    font-size: 1rem;
  }
  .info-disclosure-section .block-header .block-title::after {
    bottom: -0.4375rem;
  }
  .info-disclosure-section .block-header .more-link {
    font-size: 0.8125rem;
  }
  .info-disclosure-section .basic-info-content {
    flex-direction: column;
    row-gap: 1.25rem;
    margin-bottom: 1.875rem;
  }
  .info-disclosure-section .basic-info-content .info-banner-img {
    width: 100%;
    height: 12.5rem;
  }
  .info-disclosure-section .basic-info-content .grid-info-table {
    display: block;
    border: none;
  }
  .info-disclosure-section .basic-info-content .grid-info-table tbody,
  .info-disclosure-section .basic-info-content .grid-info-table tr,
  .info-disclosure-section .basic-info-content .grid-info-table td {
    display: block;
    width: 100% !important;
  }
  .info-disclosure-section .basic-info-content .grid-info-table tr {
    margin-bottom: 0.625rem;
    border: 1px solid #dcdcdc;
  }
  .info-disclosure-section .basic-info-content .grid-info-table td {
    border: none;
    padding: 0.625rem 0.75rem;
    font-size: 0.875rem;
  }
  .info-disclosure-section .basic-info-content .grid-info-table .td-label {
    text-align: left;
    background-color: #f8fafc;
    border-bottom: 1px solid #eee;
    font-weight: bold;
  }
  .info-disclosure-section .news-triple-grid {
    grid-template-columns: 1fr;
    row-gap: 1.25rem;
    margin-bottom: 1.25rem;
    column-gap: 0;
  }
  .info-disclosure-section .news-triple-grid .news-dot-list li {
    margin-bottom: 0.75rem;
  }
  .info-disclosure-section .news-triple-grid .news-dot-list li a {
    font-size: 0.875rem;
  }
  .info-disclosure-section .shortcut-quad-links {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.9375rem;
  }
  .info-disclosure-section .shortcut-quad-links .shortcut-card {
    border-radius: 12px;
    padding: 20px 10px;
  }
  .info-disclosure-section .shortcut-quad-links .shortcut-card .icon-box {
    width: 1.5625rem;
    height: 1.5625rem;
    margin-bottom: 10px;
  }
  .info-disclosure-section .shortcut-quad-links .shortcut-card .card-name {
    font-size: 0.875rem;
  }
  .site-group-section {
    padding: 0rem 1.875rem 3.125rem;
  }
  .site-group-section .group-container {
    padding: 0;
  }
  .site-group-section .sub-title-center {
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }
  .site-group-section .pro-sites-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.9375rem;
  }
  .site-group-section .section-divider {
    margin: 1.25rem 0;
  }
  .site-group-section .company-links-grid {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.25rem;
    row-gap: 0.875rem;
  }
  .site-group-section .region-badge-title {
    font-size: 0.9375rem;
    padding-left: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
  .site-group-section .region-badge-title::before {
    width: 3px;
    height: 0.9375rem;
  }
  .site-group-section .company-item .wechat-trigger .icon-chat {
    width: 0.9375rem;
    height: 0.9375rem;
    background-size: contain;
  }
  .site-group-section .company-item .wechat-trigger .qrcode-popup img {
    width: 3.125rem;
    height: 3.125rem;
  }
  .site-group-section .site-link {
    font-size: 0.875rem;
  }
  .site-group-section .diamond-icon {
    font-size: 0.5rem;
    width: 0.625rem;
    height: 0.625rem;
    margin-right: 0.625rem;
  }
  .site-group-section .diamond-icon::before {
    width: 0.3125rem;
    height: 0.3125rem;
  }
  .responsibility-report-section {
    padding: 0rem 1.875rem 3.125rem;
  }
  .responsibility-report-section .report-container {
    padding: 0;
  }
  .responsibility-report-section .report-books-grid {
    grid-template-columns: repeat(1, 1fr);
    column-gap: 1.25rem;
    row-gap: 1.5625rem;
  }
  .responsibility-report-section .report-card .book-cover-wrap {
    width: 100%;
    height: 11.25rem;
    margin-bottom: 0.75rem;
  }
  .responsibility-report-section .report-card .book-title {
    font-size: 0.9375rem;
    height: auto;
    margin-bottom: 0.75rem;
  }
  .responsibility-report-section .report-card .book-actions {
    column-gap: 0.9375rem;
  }
  .responsibility-report-section .report-card .book-actions .action-btn {
    font-size: 0.75rem;
  }
  .responsibility-report-section .report-card .book-actions .action-btn .icon {
    width: 1.25rem;
    height: 1.25rem;
    object-fit: contain;
  }
  .tech-overview-section {
    padding: 0rem 1.875rem 3.125rem;
  }
  .tech-overview-section .tech-container {
    padding: 0;
  }
  .tech-overview-section .tech-lead-text {
    font-size: 0.875rem;
    margin-bottom: 1.875rem;
    text-align: left;
  }
  .tech-overview-section .tech-stream-list {
    row-gap: 1.875rem;
  }
  .tech-overview-section .tech-stream-item {
    grid-template-columns: 1fr;
    row-gap: 1.25rem;
  }
  .tech-overview-section .tech-stream-item .tech-media-box {
    height: 13.75rem;
  }
  .tech-overview-section .tech-stream-item .tech-content-box {
    padding-top: 2.1875rem;
  }
  .tech-overview-section .tech-stream-item .tech-content-box .bg-num-overlay {
    font-size: 4.375rem;
  }
  .tech-overview-section .tech-stream-item .tech-content-box .tech-sub-title {
    font-size: 1rem;
  }
  .tech-overview-section .tech-stream-item .tech-content-box .tech-description {
    font-size: 0.875rem;
    line-height: 1.6;
  }
  .tech-overview-section .tech-stream-item.item-right-media {
    grid-template-columns: 1fr;
  }
  .tech-overview-section .tech-stream-item.item-right-media .tech-media-box {
    grid-column: auto;
  }
  .tech-overview-section .tech-stream-item.item-right-media .tech-content-box {
    grid-column: auto;
    grid-row: auto;
  }
  .epaper-gallery-section {
    padding: 0rem 1.875rem 3.125rem;
  }
  .epaper-gallery-section .epaper-container {
    padding: 0;
  }
  .epaper-gallery-section .epaper-workspace {
    flex-direction: column;
    row-gap: 0.9375rem;
  }
  .epaper-gallery-section .epaper-left-viewer {
    width: 100%;
    max-width: 100%;
  }
  .epaper-gallery-section .epaper-left-viewer .newspaper-card {
    height: 13.75rem;
  }
  .epaper-gallery-section .epaper-left-viewer .viewer-meta-bar {
    margin-top: 0.9375rem;
  }
  .epaper-gallery-section .epaper-left-viewer .viewer-meta-bar .meta-actions .action-link {
    font-size: 0.875rem;
  }
  .epaper-gallery-section .epaper-left-viewer .viewer-meta-bar .file-name {
    font-size: 0.875rem;
  }
  .epaper-gallery-section .epaper-left-viewer .viewer-pager-control {
    margin-top: 0.9375rem;
    padding: 0.625rem;
  }
  .epaper-gallery-section .epaper-left-viewer .viewer-pager-control .pager-btn {
    font-size: 0.875rem;
  }
  .epaper-gallery-section .epaper-left-viewer .viewer-pager-control .pager-progress-wrap .pager-text {
    font-size: 0.875rem;
  }
  .epaper-gallery-section .epaper-right-listview {
    width: 100%;
  }
  .epaper-gallery-section .epaper-right-listview .epaper-accordion .accordion-item.active .accordion-header .issue-title {
    font-size: 0.875rem;
  }
  .epaper-gallery-section .epaper-right-listview .epaper-accordion .accordion-item .accordion-header {
    padding: 0.625rem;
  }
  .epaper-gallery-section .epaper-right-listview .epaper-accordion .accordion-item .accordion-header:hover {
    background-color: transparent;
  }
  .epaper-gallery-section .epaper-right-listview .epaper-accordion .accordion-item .accordion-header .preix-icon {
    width: 1.25rem;
    height: 1.25rem;
  }
  .epaper-gallery-section .epaper-right-listview .epaper-accordion .accordion-item .accordion-header .issue-title {
    font-size: 0.875rem;
  }
  .epaper-gallery-section .epaper-right-listview .epaper-accordion .edition-grid {
    gap: 0.625rem;
  }
  .epaper-gallery-section .epaper-right-listview .epaper-accordion .edition-grid .edition-sub-btn {
    padding: 0.5rem;
    font-size: 0.8125rem;
  }
  .news-tabs-header__child {
    height: 2.8125rem;
  }
  .news-tabs-header__child .ds-container {
    justify-content: center;
    gap: 1.875rem;
  }
  .news-tabs-header__child .tab-item__child a {
    font-size: 0.8125rem;
  }
  .contentText-section {
    padding: 0rem 1.875rem 3.125rem;
  }
  .contentText-section .contentText-container {
    padding: 0;
  }
  .contentText-section .contentText-h3 {
    font-size: 1rem;
    padding-bottom: 0.625rem;
    margin-bottom: 0.9375rem;
    margin-top: 1.875rem;
  }
  .contentText-section .contentText-h3::before {
    width: 0.25rem;
    height: 1.25rem;
    margin-right: 0.625rem;
  }
  .contentText-section .contentText-p {
    font-size: 0.875rem;
    line-height: 1.6;
    width: 100%;
  }
  .contentText-section .contentText-ul {
    padding-left: 2em;
  }
  .contentText-section .contentText-ul li {
    font-size: 0.875rem;
    line-height: 1.6;
  }
  .contentText-section .grid-info-table {
    display: block;
    border: none;
  }
  .contentText-section .grid-info-table tbody,
  .contentText-section .grid-info-table tr,
  .contentText-section .grid-info-table td {
    display: block;
    width: 100% !important;
  }
  .contentText-section .grid-info-table tr {
    margin-bottom: 0.625rem;
    border: 1px solid #dcdcdc;
  }
  .contentText-section .grid-info-table td {
    border: none;
    padding: 0.625rem 0.75rem;
    font-size: 0.875rem;
  }
  .contentText-section .grid-info-table .td-label {
    text-align: left;
    background-color: #f8fafc;
    border-bottom: 1px solid #eee;
    font-weight: bold;
  }
  .contentText-section .info-cell-wrap .info-cell__list a {
    padding: 0.9375rem 0;
  }
  .contentText-section .info-cell-wrap .info-cell__list a:hover span {
    color: #004b96;
  }
  .contentText-section .info-cell-wrap .info-cell__list a span {
    font-size: 0.875rem;
    padding-right: 0.9375rem;
  }
  .contentText-section .info-cell-wrap .info-cell__list a i {
    font-size: 0.75rem;
  }
  .contentText-section .grid-images {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 1.25rem;
    row-gap: 1.25rem;
  }
  .contentText-section .grid-images .grid-img {
    height: 7.5rem;
  }
  .contentText-section .grid-images .grid-img img {
    border-radius: 14px;
  }
  .contentText-section .grid-group {
    padding: 0;
  }
  .contentText-section .grid-group__list {
    margin-bottom: 1.25rem;
  }
  .contentText-section .grid-group__list__img {
    width: 7.5rem;
    height: 11.25rem;
    margin-right: 1.25rem;
  }
  .contentText-section .grid-group__list__content {
    padding-top: 1.25rem;
  }
  .contentText-section .grid-group__list__content h2 {
    font-size: 1rem;
  }
  .contentText-section .grid-group__list__content p {
    font-size: 0.875rem;
    margin-top: 0.9375rem;
  }
}
@media (max-width: 576px) {
  .honor-section .carousel-slide {
    flex: 0 0 100%;
  }
  .water-section .water-project-grid {
    grid-template-columns: 1fr;
  }
  .water-section .water-project-grid .project-card .project-img-box {
    height: 200px;
  }
  .site-group-section .pro-sites-grid,
  .site-group-section .company-links-grid {
    grid-template-columns: 1fr;
  }
  .site-group-section .company-item .wechat-trigger .qrcode-popup {
    left: auto;
    right: 0;
    transform: translate(0, 0px);
  }
  .site-group-section .company-item .wechat-trigger .qrcode-popup:hover {
    transform: translate(0, -5px);
  }
  .site-group-section .company-item .wechat-trigger .qrcode-popup::after {
    left: 85%;
  }
}