/* html {
  font-size: 61.5%;
}
@media screen and (max-width: 64rem) {
  html {
    font-size: 58%;
  }
}
@media screen and (max-width: 61.938rem) {
	  html {
		font-size: 55%;
	}
}
@media screen and (max-width: 31.25rem) {
	html {
		font-size: 50%;
	}
} */
.business-img {
	border-width: 48px;
	border-radius: 10px;
}
.business-img img {
	border-radius: 24px;
}
.quote-container {
	position: relative;
	padding: 2rem 1.5rem;
	background-color: #FAFAFA; 
	border-radius: 4px;
}
/* 左侧双竖线 */
.quote-container::before {
	content: "";
	position: absolute;
	left: 7.5rem;
	top: 1rem;
	width: 4.5rem;
	height: 3.1875rem;
	background: url(../image/esg/quote-left.png) no-repeat;
  	background-size: 100% 100%;
}
.quote-container::after {
	content: "";
	width: 4.5rem;
	height: 3.1875rem;
	position: absolute;
	right: 7.5rem;
	bottom: 6rem;
	background: url(../image/esg/quote-right.png) no-repeat;
  	background-size: 100% 100%;
}
/* 引言文字 */
.quote-text {
	font-size: 2rem;
	line-height: 1.8;
	color: #535862;
	padding: 0 10.3rem;
}
/* 署名样式 */
.quote-author {
	font-size: 1.125rem;
	color: #181D27;
	text-align: right;
	padding-right: 15.3rem;
	margin-bottom: 0;
}
/* 头部banner */
.common-banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.common-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* WISE战略 */
.wise-box {
  margin-top: 96px;
}

.wise-box .title {
  color: #007bff;
  position: relative;
  display: inline-block;
}

.wise-box .link-text {
  color: #007bff;
  text-decoration: underline;
}

.wise-box .link-text:hover {
  color: #0056b3;
}

.wise-box .title-underline {
  width: 100%;
  height: 6px;
  background: url(../image/line-about.png) no-repeat;
  background-size: 100% 100%;
}

/* 环境、社会、管治  */
.bg-card {
  background-size: cover;
  background-position: center;
  color: #fff;
  position: relative;
}

.bg-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* 半透明遮罩，提升文字可读性 */
}

.bg-card .content {
  position: relative;
  /* 文字层置于遮罩上方 */
  padding: 40px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.bg-card:hover .content {
	opacity: 1;
}
.bg-card:hover::before {
  background-color: rgba(0, 0, 0, 0.4);
}
.bg-card h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid #fff;
  padding-bottom: 0.5rem;
  display: inline-block;
}

.bg-card p {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.bg-card a {
  color: #fff;
  text-decoration: none;
}

/* 环境、社会、管治 */
.environment-box .title {
  font-size: 3rem;
  padding-bottom: 20px;
  display: inline-block;
}

.environment-box .title::after {
  display: block;
  content: "";
  overflow: hidden;
  width: 100%;
  height: 2px;
  background: #fff;
  margin-top: 22px;
}

.environment-box .content {
  z-index: 2;
  padding: 70px 105px;
}

.environment-box p {
  font-size: 2rem;
}

/* ESG评级 */
.esg-card {
  background-color: #FAFAFA;
  border-radius: 12px;
  padding: 48px 72px;
  text-align: center;
  transition: all 0.3s ease;
}

.esg-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.rating {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 24px;
  width: 80px;
}

.rating-aaa {
  background-color: #E9EAEB;
  color: #0086C9;
  height: 28px;
  line-height: 20px;
}
/* esg报告 */
.esg-reports .nav-tabs {
	font-size: 1rem;
}
.esg-reports .nav-tabs .nav-link {
	color: #6c757d;
	border: none;
	border-bottom: 3px solid transparent;
	transition: all 0.3s ease;
}
.esg-reports .nav-tabs .nav-link.active {
	color: #0086C9;
	border-bottom: 3px solid #0086C9;
	font-weight: 500;
}
.esg-reports .nav-item button {
	width: 100%;
}
.report-list-wrap {
	background: #f5f5f5;
	padding: 1.5rem 0 3rem;
}
.section-title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 1.5rem 0;
}
.report-card-main {
  margin: 0 auto;
	border: 1px solid #d9e2f0;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 4px 14px rgba(4, 60, 136, 0.08);
	overflow: hidden;
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.report-title {
	color:#181D27;
	font-size: 36px;
	text-align: center;
	padding-bottom: 64px;
	font-weight: bold;
}
.report-card {
  text-align: center;
  margin-bottom: 1rem;
  text-decoration: none;
  color: #181D27;
  border-radius: 0 12px 12px 0;
  box-shadow: 0 36px 96px 0 rgba(4, 60, 136, 0.19);
	min-height: 349px;
}
.report-card img {
  width: 100%;
  max-width: 428px;
  height: 323px;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 0 12px 12px 0;
}
.report-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}
.report-card p {
  font-size: 0.9rem;
  margin-bottom: 0;
}
.report-card-link {
	text-align: center;
    text-decoration: none;
    color: #181D27;
	max-width: 229px;
}
.report-card-link img {
	width: 100%;
	height: 323px;
	object-fit: cover;
	object-position: center;
	display: block;
	border-radius: 0 12px 12px 0;
}
.report-card-link img:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}
.esg-report-wrap .report-card-main:hover {
	border-color: #0086C9;
	box-shadow: 0 10px 24px rgba(4, 60, 136, 0.16);
	transform: translateY(-4px);
}
.esg-report-wrap .report-card-main {
	width: 280px;
	height: 470px;
	display: flex;
	flex-direction: column;
}
.esg-report-wrap .row {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 280px));
	justify-content: space-between;
	gap: 20px;
}
.esg-report-wrap .row > [class*="col-"] {
	width: auto;
	max-width: none;
	padding-left: 0;
	padding-right: 0;
}
.esg-report-wrap .report-card {
	display: block;
	width: 100%;
	height: 340px;
	flex: 0 0 340px;
	min-height: 0;
	margin-bottom: 0;
	box-shadow: none;
	overflow: hidden;
}
.esg-report-wrap .report-card img {
	width: 100%;
	height: 340px !important;
	max-width: none;
	border-radius: 0;
}
.esg-report-wrap .report-info {
	height: 130px;
	min-height: 130px;
	padding: 8px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.esg-report-wrap .report-desc {
	margin: 0;
	line-height: 1.45;
	text-align: center;
}
@media (max-width: 1199px) {
	.esg-report-wrap .row {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}
@media (max-width: 767px) {
	.esg-report-wrap .row {
		grid-template-columns: 1fr;
	}
}
.report-card-link p {
	padding-top: 1rem;
	margin-bottom: 0;
	word-wrap: break-word;
}
/* esg社会 */
.society-layout .odd {
  background-color: #F7F9FE;
}
.society-layout .odd .box-item .box-img {
  width: 100%;
  margin-left: 0;
}
@media (max-width: 767px) {
  .environment-box .content {
    padding: 1rem;
  }
  .environment-box .title {
    font-size: 1.5rem;
  }
  .environment-box p {
    font-size: 1rem;
  }
}
@media (min-width: 767px) {
  .society-layout .odd .box-item .box-img {
    width: 50%;
  }
}
.society-layout .odd .box-item .box-content {
  width: 100%;
  margin-left: 0;
}
@media (min-width: 767px) {
  .society-layout .odd .box-item .box-content {
    width: calc(50% - 7rem);
    margin-left: 7rem;
  }
}
.society-layout .box-item {
  display: flex;
  flex-wrap: wrap;
  padding: 4rem 0;
}
@media (min-width: 767px) {
  .society-layout .box-item {
    padding: 8rem 0;
  }
}
.society-layout .box-item.even .box-img {
  order: 0;
}
@media (min-width: 767px) {
  .society-layout .box-item.even .box-img {
    order: 1;
  }
}
.society-layout .box-item .box-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 767px) {
  .society-layout .box-item .box-content {
    width: 50%;
  }
}
.society-layout .box-item .box-content .title-item {
  color: #333333;
  font-size: 3rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}
.society-layout .box-item .box-content .content-item p {
  color: #666666;
  font-size: 1.8rem;
  line-height: 1.5;
}
.society-layout .box-item .box-img {
  width: 100%;
  margin-left: 0;
  height: 41rem;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 767px) {
  .society-layout .box-item .box-img {
    width: calc(50% - 7rem);
    margin-left: 7rem;
  }
}
.society-layout .box-item .box-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.society-layout .image-file .box-image {
  height: 23rem;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0.8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 5.5rem;
}
.society-layout .image-file .box-image .title-link {
  color: #FFFFFF;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 2.8rem;
}
.society-layout .image-file .box-image .link-to {
  width: 15rem;
  height: 4.4rem;
  background: #006EBD;
  border: 1px solid #006EBD;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
}
.society-layout .image-file .box-image .link-to:hover {
  background: #ffffff;
}
.society-layout .image-file .box-image .link-to:hover a {
  color: #006EBD;
}
.society-layout .image-file .box-image .link-to a {
  font-size: 1.5rem;
  color: #ffffff;
  line-height: 1.5;
}
/* 报告 */
.form-select {
  width: 240px;
  margin-bottom: 40px;
}
/* 可持续发展 */
/* 卡片容器 */
.commitment-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
  justify-content: center;
}

/* 左侧标识样式 */
.left-logo {
  margin: 2rem 0;
  display: flex;
  height: 85%;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.left-logo img {
  max-width: 70%;
  height: auto;
}

/* 承诺卡片样式 */
.commitment-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  flex: 1;
  min-width: 300px;
  justify-content: center;
}

.commitment-card {
  flex: 1;
  padding: 2rem;
  background-color: #fafafa;
  border-radius: 8px;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.commitment-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

/* 星级评分样式 */
.stars {
  color: #ffc107;
  margin-bottom: 1.5rem;
  font-size: 1.2rem;
}

/* 卡片内容样式 */
.card-content {
  margin-bottom: 1.5rem;
  color: #181D27;
  line-height: 1.6;
  font-size: 1rem;
}

.card-logo {
  margin-top: auto;
}

.card-logo img {
  max-width: 100%;
  height: auto;
}

/* 响应式调整 */
@media (max-width: 768px) {
  .section-title {
    font-size: 1.75rem;
  }
  
  .commitment-container {
    flex-direction: column;
  }
  
  .commitment-card {
    padding: 1.5rem;
  }
	
  .quote-text {
	  padding: 0 1.5rem;
	}
	.quote-container::before { 
		width: 2.25rem;
		height: 1.6rem;
		left: 1rem;
	}
	.quote-container::after { 
		width: 2.25rem;
		height: 1.6rem;
		bottom: 6rem;
		right: 1rem;
	}
	.quote-author {
		padding-right: 1.5rem;
	}
	
}

.esg-top-card {
		display: flex;
		flex-direction: column;
		height: 100%;
		gap: 1.5rem;
}
.esg-top-title {
		font-size: 2rem;
		font-weight: 700;
		color: #0086C9;
		margin-bottom: 0.5rem;
}
.esg-top-desc {
		font-size: 1rem;
		color: #0086C9;
		line-height: 1.6;
		margin-bottom: 2.125rem;
		text-indent: 2em;
}
.esg-top-subtitle {
	color: #535862;
	font-size: 1rem;
	background: url(../image/business/line.png) no-repeat;
	background-size: 100% auto;
	padding-top: 2rem;
	text-indent: 2em;
}

/* ESG评级移动端：图表贴近对应描述，各评级模块之间保持清晰间距 */
@media (max-width: 768px) {
	.container.pt-5.mt-5 > .row {
		align-items: flex-start!important;
		margin-bottom: 2.5rem;
	}
	.container.pt-5.mt-5 > .row:last-child {
		margin-bottom: 0;
	}
	.container.pt-5.mt-5 .pr-2 {
		padding-left: 0!important;
		padding-right: 0!important;
	}
	.container.pt-5.mt-5 .msci-title {
		margin: 0 0 .65rem;
	}
	.container.pt-5.mt-5 .img-container {
		padding-top: 0!important;
		padding-left: 0!important;
		margin-top: .75rem;
	}
	.container.pt-5.mt-5 .img-container img {
		display: block;
		width: 100%;
		height: auto!important;
		object-fit: contain;
	}
}
.esg-top-img {
		width: 95%;
		border-radius: 4px;
		border: 4px solid #fff;
		box-shadow: 0 36px 96px 0 rgba(4, 60, 136, 0.19);
		overflow: hidden;
}
.esg-top-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}
.esg-top-img:hover img {
	transform: scale(1.2);
}
.report-desc {
	text-align: center;
	color: #181D27;
	font-size: 1.5rem;
}
