@charset "UTF-8";
.governance_flow .governance_flow_content .title, .governance_report .report_text .title, .governance_structure .title {
  font-size: 4rem;
  color: #0056B8;
  line-height: 4.4rem;
}
.governance_flow .governance_flow_content .title span, .governance_report .report_text .title span, .governance_structure .title span {
  display: block;
  font-weight: 700;
}

.governance_list {
  margin-top: 11.1rem;
}
.governance_list > ul {
  border-top: 0.1rem solid #979597;
}
.governance_list > ul > li {
  border-bottom: 0.1rem solid #979597;
}
.governance_list > ul > li .title {
  display: flex;
  justify-content: space-between;
  padding: 3rem 3rem 3rem 0;
  transition: all 0.6s;
}
.governance_list > ul > li .title:hover {
  background-color: #F7F7F7;
}
.governance_list > ul > li .title span {
  font-size: 2.4rem;
  color: #0056B8;
  font-weight: 700;
}
.governance_list > ul > li .title .more {
  width: 3rem;
  height: 1.7rem;
  background: url("../img/social/blue-arrow-down.png") no-repeat center;
  background-size: contain;
  cursor: pointer;
  transition: all 0.6s;
}
.governance_list > ul > li .title .more.active {
  transform: rotate(180deg);
}
.governance_list > ul > li .container {
  height: 0;
  opacity: 0;
  position: relative;
  z-index: -1;
}
.governance_list > ul > li .container .content {
  padding-top: 3rem;
}
.governance_list > ul > li .container .content span {
  display: inline-block;
  color: #250309;
  font-size: 2.2rem;
  padding-bottom: 2.5rem;
  font-weight: 700;
}
.governance_list > ul > li .container .content ul {
  padding-bottom: 3.5rem;
}
.governance_list > ul > li .container .content ul li {
  color: #979597;
  font-size: 1.8rem;
  line-height: 2.5rem;
  list-style: disc;
}
.governance_list > ul > li .container .content ul li::marker {
  color: #000000;
}
.governance_list > ul > li .container .content ul li + li {
  margin-top: 2rem;
}
@media only screen and (max-width: 1024px) {
  .governance_list {
    padding: 6.6rem 6.6rem;
    box-sizing: border-box;
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .governance_list {
    padding: 3.3rem 3.3rem;
    box-sizing: border-box;
  }
}

.governance_structure {
  margin-top: 10.8rem;
}
.governance_structure .governance_structure_content {
  margin-top: 9rem;
}
.governance_structure .governance_structure_content.en {
  background: url("../img/governance/governance_structure_bg_en.png") no-repeat top right;
  background-size: 45.1% 150rem;
}
.governance_structure .governance_structure_content.cn {
  background: url("../img/governance/governance_structure_bg_cn.png") no-repeat top right;
  background-size: 45.1% 100%;
}
.governance_structure .governance_structure_content.cn .w .to_xian {
  height: 14rem;
}
.governance_structure .governance_structure_content.cn .w ul {
  padding-bottom: 10.5rem;
}
.governance_structure .governance_structure_content .w {
  position: relative;
}
.governance_structure .governance_structure_content .w .to_xian {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.2rem;
  height: 23rem;
  background-color: #0056B8;
  z-index: 9;
  margin-top: 1.5rem;
}
.governance_structure .governance_structure_content .w ul {
  width: calc(100% / 2 - 7rem / 2);
  padding-left: 5.9rem;
  position: relative;
}
.governance_structure .governance_structure_content .w ul::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0.2rem;
  height: 99%;
  background-color: #D4D4D4;
}
.governance_structure .governance_structure_content .w ul li + li {
  margin-top: 3.5rem;
}
.governance_structure .governance_structure_content .w ul li span {
  font-size: 2.2rem;
  color: #282E39;
  font-weight: 700;
  position: relative;
  transition: all 0.6s;
}
.governance_structure .governance_structure_content .w ul li span::before, .governance_structure .governance_structure_content .w ul li span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  transition: all 0.6s;
  z-index: 10;
  transition: background-color 0.3s ease-in-out;
}
.governance_structure .governance_structure_content .w ul li span::before {
  width: 1.2rem;
  height: 1.2rem;
  left: -6.4rem;
  background: #D4D4D4;
}
.governance_structure .governance_structure_content .w ul li span::after {
  width: 2.1rem;
  height: 2.1rem;
  left: -6.8rem;
  border: 0.1rem solid #D4D4D4;
  box-sizing: border-box;
}
.governance_structure .governance_structure_content .w ul li p {
  margin-top: 2rem;
  font-size: 1.6rem;
  color: #282E39;
  line-height: 2.9rem;
}
@keyframes circle-pulse {
  0% {
    transform: scale(1) translateY(-50%);
  }
  50% {
    transform: scale(1.35) translateY(-50%);
  }
  100% {
    transform: scale(1) translateY(-50%);
  }
}
@keyframes circle-pulse-2 {
  0% {
    transform: scale(1) translateY(-45%);
  }
  50% {
    transform: scale(1.35) translateY(-45%);
  }
  100% {
    transform: scale(1) translateY(-45%);
  }
}
.governance_structure .governance_structure_content .w ul li.active span {
  color: #0056B8;
}
.governance_structure .governance_structure_content .w ul li.active span::before {
  background-color: #0056B8;
}
.governance_structure .governance_structure_content .w ul li.active span::before {
  transform-origin: center;
  animation: circle-pulse 0.5s;
}
.governance_structure .governance_structure_content .w ul li.active span::after {
  transform-origin: center;
  animation: circle-pulse-2 0.5s;
}
@media only screen and (max-width: 1024px) {
  .governance_structure {
    padding: 6.6rem 6.6rem;
    box-sizing: border-box;
    margin-top: 0;
  }
  .governance_structure .governance_structure_content .w .to_xian {
    left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .governance_structure {
    padding: 3.3rem 3.3rem;
    box-sizing: border-box;
  }
  .governance_structure .governance_structure_content {
    margin-top: 5rem;
  }
  .governance_structure .governance_structure_content.en {
    background: none;
  }
  .governance_structure .governance_structure_content .w ul {
    width: 100%;
    box-sizing: border-box;
  }
}

.governance_report {
  display: flex;
  gap: 7rem;
  margin: 14.7rem auto 11rem;
}
.governance_report .report_img {
  width: 50%;
}
.governance_report .report_img .img_box {
  overflow: hidden;
  border-radius: 1rem;
}
.governance_report .report_img .img_box img {
  width: 100%;
  height: 40rem;
  transform: scale(1.1);
  transition: all 0.6s;
}
.governance_report .report_img .img_box img:hover {
  transform: scale(1);
}
.governance_report .report_img .report_scroll_box {
  margin-top: 3.9rem;
  display: flex;
  justify-content: space-between;
}
.governance_report .report_img .report_scroll_box .item {
  width: 48.62%;
  height: 6.6rem;
  line-height: 6.6rem;
  border-radius: 1rem;
  text-align: center;
  font-size: 2rem;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.governance_report .report_img .report_scroll_box .item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0268db;
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
.governance_report .report_img .report_scroll_box .item:first-of-type a {
  position: relative;
  z-index: 2;
  color: #fff;
  display: block;
}
.governance_report .report_img .report_scroll_box .item:first-of-type::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0055B8;
}
.governance_report .report_img .report_scroll_box .item:last-of-type {
  color: #0055B8;
  border: 0.2rem solid #0055B8;
}
.governance_report .report_img .report_scroll_box .item:last-of-type span,
.governance_report .report_img .report_scroll_box .item:last-of-type i {
  display: block;
  position: relative;
  z-index: 1;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
.governance_report .report_img .report_scroll_box .item:last-of-type i {
  display: flex;
  justify-content: center;
  align-items: center;
}
.governance_report .report_img .report_scroll_box .item:last-of-type i:before {
  content: "";
  width: 2rem;
  height: 1.6rem;
  margin-right: 1rem;
  background: url("../img/responsibility/color_scroll_box_email.svg") no-repeat center;
  background-size: contain;
}
.governance_report .report_img .report_scroll_box .item:last-of-type::after {
  background: #0055B8;
  width: 110%;
}
.governance_report .report_img .report_scroll_box .item:last-of-type:hover i,
.governance_report .report_img .report_scroll_box .item:last-of-type:hover span {
  color: #fff;
  transform: translateY(-100%);
}
.governance_report .report_img .report_scroll_box .item:hover::after {
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}
.governance_report .report_text {
  width: 50%;
}
.governance_report .report_text .title {
  margin: 7rem 0;
  position: relative;
}
.governance_report .report_text .title::before {
  content: "";
  position: absolute;
  left: -11.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 8rem;
  height: 0.4rem;
  background: #0056B8;
  border-radius: 0.2rem;
}
.governance_report .report_text .text p {
  font-size: 1.6rem;
  color: #2D2D2D;
  line-height: 2.9rem;
}
.governance_report .report_text .text p.blue {
  color: #0055B8;
}
@media only screen and (max-width: 1024px) {
  .governance_report {
    padding: 6.6rem 6.6rem;
    box-sizing: border-box;
    margin-top: 0;
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 768px) {
  .governance_report {
    padding: 3.3rem 3.3rem;
    box-sizing: border-box;
    flex-direction: column;
    gap: 4rem;
  }
  .governance_report .report_img,
.governance_report .report_text {
    width: 100%;
  }
  .governance_report .report_text {
    order: -1;
  }
  .governance_report .report_text .title {
    margin: 1rem 0 4rem;
  }
}

.governance_flow {
  background: #F7F7F7;
  padding: 10rem 0 12rem;
}
.governance_flow .governance_flow_content .flow_card {
  margin-top: 8.2rem;
}
.governance_flow .governance_flow_content .flow_card ul {
  display: flex;
  justify-content: space-between;
  gap: 2.4rem;
}
.governance_flow .governance_flow_content .flow_card ul li {
  flex: 1;
  padding: 4rem 3rem;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  transition: all 0.5s;
  height: 31.1rem;
  background-image: url("../img/governance/tiaowen.svg");
  background-color: #fff;
  color: #085BBA;
  justify-content: space-between;
}
.governance_flow .governance_flow_content .flow_card ul li .icon {
  width: 7rem;
  height: 7rem;
  transition: all 0.5s;
  position: relative;
  top: 0;
}
.governance_flow .governance_flow_content .flow_card ul li span {
  font-size: 2.4rem;
  transition: all 0.5s;
  line-height: 3rem;
  position: relative;
  top: 0;
  font-weight: 700;
}
.governance_flow .governance_flow_content .flow_card ul li p {
  position: absolute;
  top: 100%;
  margin-top: auto;
  font-size: 1.8rem;
  line-height: 2.9rem;
  transition: all 0.5s;
}
.governance_flow .governance_flow_content .flow_card ul li:hover {
  background-image: none;
  background-color: #0056b8;
  color: #fff;
}
.governance_flow .governance_flow_content .flow_card ul li:hover .icon {
  position: absolute;
  top: -200%;
}
.governance_flow .governance_flow_content .flow_card ul li:hover span {
  position: absolute;
  top: 4rem;
}
.governance_flow .governance_flow_content .flow_card ul li:hover p {
  position: relative;
  top: 0;
}
@media only screen and (max-width: 1024px) {
  .governance_flow {
    padding: 6.6rem 6.6rem;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 768px) {
  .governance_flow {
    padding: 3.3rem 3.3rem;
    box-sizing: border-box;
  }
  .governance_flow .governance_flow_content .flow_card {
    margin-top: 4rem;
  }
  .governance_flow .governance_flow_content .flow_card ul {
    flex-direction: column;
  }
  .governance_flow .governance_flow_content .flow_card ul li {
    flex: initial;
    height: 20rem;
  }
}

.governance_progress {
  margin: 10.9rem auto 11.5rem;
}
.governance_progress ul {
  display: flex;
  gap: 13rem;
}
.governance_progress ul li {
  flex: 1;
}
.governance_progress ul li p {
  font-size: 2.4rem;
  color: #0055B8;
  line-height: 3rem;
  height: 20rem;
}
.governance_progress ul li .progress-circle {
  margin-top: 6.3rem;
  --percent: 0;
  /* 百分数 */
  --size: 32.9rem;
  /* 尺寸大小 */
  --border-width: 3rem;
  /* 环宽（粗细） */
  --color: #0055B8;
  /* 主色 */
  --inactive-color: #F7F7F7;
  /* 辅助色 */
  position: relative;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  /* 百分数文本 */
  /* SVG 容器 */
  /* 进度条圆环 */
  /* 优化：进度为0时隐藏进度条 */
}
.governance_progress ul li .progress-circle .text {
  content: attr(data-text);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  font-size: 10rem;
  color: #0055B8;
}
.governance_progress ul li .progress-circle .percent {
  position: absolute;
  right: 0;
  top: 0.6rem;
  content: attr(data-percent) "%";
  white-space: nowrap;
  font-size: 2rem;
  color: #0055B8;
}
.governance_progress ul li .progress-circle > svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}
.governance_progress ul li .progress-circle circle {
  --r: calc((var(--size) - var(--border-width)) / 2);
  cx: calc(var(--size) / 2);
  cy: calc(var(--size) / 2);
  r: var(--r);
  fill: none;
  stroke-width: var(--border-width);
  stroke-linecap: round;
  transition: stroke-dasharray 0.4s linear, stroke 0.3s;
}
.governance_progress ul li .progress-circle .progress-value {
  opacity: var(--percent);
  stroke-dasharray: calc(2 * 3.1415 * var(--r) * (var(--percent) / 100)), 1000;
  animation: updateProgress 1s forwards;
}
.governance_progress .progress_chart.cn ul li p {
  height: 10rem;
}
@media only screen and (max-width: 1024px) {
  .governance_progress {
    padding: 0 6.6rem;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 768px) {
  .governance_progress {
    padding: 3.3rem 3.3rem;
    box-sizing: border-box;
    margin: 0;
  }
  .governance_progress ul {
    flex-direction: column;
  }
  .governance_progress ul li p {
    height: initial;
  }
  .governance_progress ul li .progress-circle {
    --size: 220px;
    margin: 6.3rem auto 0;
  }
}