:root {
  --color-link: #2E68CB;
  --color-primary: #D80C18;
  --color-border: #DBDCEE;
}

html,
body {
  min-height: 100%;
}

.btn-outline-primary {
  border-color: var(--color-primary);
  color: var(--color-primary);
}
.btn-outline-primary:active, .btn-outline-primary:focus, .btn-outline-primary:hover {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: white;
}

.btn-primary {
  background-color: var(--color-primary);
  color: white;
  border-color: var(--color-primary);
}
body {
  font-size: 3.73333vw;
  color: #222;
  word-break: break-all;
  background-color: #f5f5f5;
}

.career-body {
  background-color: #FFFFFF;
}

.banner {
  background: url(../images/img_top_bg.png) no-repeat;
  height: 38.93333vw;
  background-size: cover;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.banner .title {
  margin: 0;
  font-size: 5.33333vw;
  font-weight: bold;
  margin-bottom: 6.4vw;
}
.banner .btn {
  font-weight: bold;
}

.banner-career {
  background: url(../images/img_top_banner.jpg) no-repeat center;
  height: 38.93333vw;
  background-size: cover;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 11.73333vw;
}
.banner-career .title {
  font-family: "Smiley Sans";
  font-style: italic;
  font-weight: 400;
  font-size: 4.8vw;
  line-height: 6.93333vw;
  text-align: center;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  margin: 0 0 1.6vw;
}
.banner-career .desc {
  font-family: "Smiley Sans";
  font-style: italic;
  font-weight: 400;
  font-size: 3.2vw;
  line-height: 4.8vw;
  text-align: center;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  margin: 0 0 4.53333vw;
}
.banner-career .handle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5.33333vw;
  margin-top: 17.86667vw;
}
.banner-career .handle .btn {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.73333vw;
  font-weight: normal;
}
.banner-career .handle .btn-primary {
  width: 23.46667vw;
  height: 7.46667vw;
  background-color: #FFFFFF;
  color: #172BE8;
  border: unset;
}
.banner-career .handle .btn-outline {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #FFFFFF;
  border-radius: 1.06667vw;
  color: #FFFFFF;
}

.subtitle {
  margin: 10.66667vw auto 5.33333vw;
  text-align: center;
  font-size: 5.33333vw;
  font-weight: bold;
}

.index-info {
  list-style-type: none;
  margin: 4vw;
  padding: 0;
}
.index-info > .cell {
  display: flex;
  align-items: center;
  background: #FFF;
  box-shadow: 0 0 2.13333vw rgba(0, 0, 0, 0.08);
  border-radius: 1.06667vw;
}
.index-info > .cell + .cell {
  margin-top: 4vw;
}
.index-info > .cell .img {
  width: 28.26667vw;
  height: 24.8vw;
}
.index-info > .cell .img img {
  width: 100%;
  height: 100%;
}
.index-info > .cell .info {
  padding: 2.66667vw;
  flex: 1;
  min-width: 0;
}
.index-info > .cell .info .title {
  font-size: 4.26667vw;
  color: #666;
  font-weight: normal;
}
.index-info > .cell .info .desc {
  font-size: 3.73333vw;
  color: #888;
  margin-bottom: 0;
}

.index-career-info1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4vw;
}
.index-career-info1 .index-career-info1-item {
  background: #FFFFFF;
  border: 0.5px solid #D7D7D7;
  border-radius: 2.13333vw;
  overflow: hidden;
  flex: 1;
  height: 54.93333vw;
}
.index-career-info1 .index-career-info1-item .item-header1 {
  background: url(../images/img_one_one.jpg) no-repeat center;
  background-size: cover;
  height: 21.33333vw;
}
.index-career-info1 .index-career-info1-item .item-header2 {
  background: url(../images/img_one_two.jpg) no-repeat center;
  background-size: cover;
  height: 21.33333vw;
}
.index-career-info1 .index-career-info1-item .item-header3 {
  background: url(../images/img_one_three.jpg) no-repeat center;
  background-size: cover;
  height: 21.33333vw;
}
.index-career-info1 .index-career-info1-item .item-body {
  padding: 2.66667vw 2.13333vw;
}
.index-career-info1 .index-career-info1-item .item-body .title {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 4.26667vw;
  line-height: 5.86667vw;
  color: #333333;
  text-align: center;
  margin: 0 0 1.06667vw;
}
.index-career-info1 .index-career-info1-item .item-body .desc {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 3.73333vw;
  line-height: 5.33333vw;
  color: #666666;
}

.index-career-info2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4vw;
}
.index-career-info2 .index-career-info2-item {
  background: #FFFFFF;
  border: 0.5px solid #D7D7D7;
  border-radius: 2.13333vw;
  overflow: hidden;
  flex: 1;
  height: 44.26667vw;
}
.index-career-info2 .index-career-info2-item .item-header1 {
  background: url(../images/img_one_four.jpg) no-repeat center;
  background-size: cover;
  height: 21.33333vw;
}
.index-career-info2 .index-career-info2-item .item-header2 {
  background: url(../images/img_one_five.jpg) no-repeat center;
  background-size: cover;
  height: 21.33333vw;
}
.index-career-info2 .index-career-info2-item .item-body {
  padding: 2.66667vw 2.13333vw;
}
.index-career-info2 .index-career-info2-item .item-body .title {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 4.26667vw;
  line-height: 5.86667vw;
  color: #333333;
  text-align: center;
  margin: 0 0 1.06667vw;
}
.index-career-info2 .index-career-info2-item .item-body .desc {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 3.73333vw;
  line-height: 5.33333vw;
  color: #666666;
}

.auto-scroll {
  width: 100%;
  padding: 2.66667vw 0;
  margin: -2.66667vw 0;
  overflow: auto;
}

.list-intro {
  margin: 0 4vw;
  padding: 0;
  list-style-type: none;
  display: flex;
  width: max-content;
  flex-wrap: nowrap;
}
.list-intro > .cell {
  background: #fff;
  border-radius: 1.06667vw;
  overflow: hidden;
  box-shadow: 0 0 2.13333vw rgba(0, 0, 0, 0.08);
  width: 72vw;
  flex-basis: 72vw;
}
.list-intro > .cell + .cell {
  margin-left: 4vw;
}
.list-intro > .cell .img {
  width: 72vw;
  height: 49.6vw;
}
.list-intro > .cell .img img {
  width: 100%;
  height: 100%;
}
.list-intro > .cell .info {
  padding: 4.26667vw 2.66667vw;
}
.list-intro > .cell .info .title {
  font-size: 4.26667vw;
  font-weight: normal;
  color: #333;
  margin: 0 0 2.13333vw 0;
}
.list-intro > .cell .info .desc {
  margin-bottom: 0;
  color: #888;
  font-size: 3.73333vw;
}

.auto-scroll-career .list-intro .cell {
  border: 1px solid #D7D7D7;
  border-radius: 2.13333vw;
  position: relative;
  box-shadow: unset;
  overflow: unset;
}
.auto-scroll-career .list-intro .cell .img {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 72vw;
  height: 37.86667vw;
}
.auto-scroll-career .list-intro .cell .info {
  padding: 40.53333vw 2.66667vw 3.73333vw;
}
.auto-scroll-career .list-intro .cell .info .title {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 4.26667vw;
  line-height: 5.6vw;
  letter-spacing: 0.04em;
  color: #333333;
}
.auto-scroll-career .list-intro .cell .info .desc {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 3.73333vw;
  line-height: 5.86667vw;
  letter-spacing: 0.04em;
  color: #666666;
}
.auto-scroll-career .list-intro .career-list-intro-item {
  width: 72vw;
}
.auto-scroll-career .list-intro .career-list-intro-item .title {
  padding: 6.13333vw 5.33333vw 5.86667vw;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 600;
  font-size: 4.8vw;
  line-height: 6.66667vw;
  color: #FFFFFF;
  margin: 0;
}
.auto-scroll-career .list-intro .career-list-intro-item .desc {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 3.73333vw;
  line-height: 5.86667vw;
  letter-spacing: 0.04em;
  color: #333333;
  padding: 2.66667vw;
  margin: 0;
}
.auto-scroll-career .list-intro .career-list-intro-item.item1 {
  background: url(../images/img_three_one.jpg) no-repeat center;
  background-size: 100% 100%;
}
.auto-scroll-career .list-intro .career-list-intro-item.item2 {
  background: url(../images/img_three_two.jpg) no-repeat center;
  background-size: 100% 100%;
}
.auto-scroll-career .list-intro .career-list-intro-item.item3 {
  background: url(../images/img_three_three.jpg) no-repeat center;
  background-size: 100% 100%;
}
.auto-scroll-career .list-intro > .career-list-intro-item + .career-list-intro-item {
  margin-left: 4vw;
}
.auto-scroll-career .list-intro .career-list-intro-item2 {
  width: 65.06667vw;
  height: 61.33333vw;
}
.auto-scroll-career .list-intro .career-list-intro-item2 .title {
  padding: 5.33333vw 5.33333vw 4.26667vw;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 3.73333vw;
  line-height: 4.8vw;
  color: #FFFFFF;
  margin: 0;
}
.auto-scroll-career .list-intro .career-list-intro-item2 .desc {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 3.73333vw;
  line-height: 5.86667vw;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  padding: 0 5.33333vw;
}
.auto-scroll-career .list-intro .career-list-intro-item2.item1 {
  background: url(../images/img_four_one.jpg) no-repeat center;
  background-size: cover;
}
.auto-scroll-career .list-intro .career-list-intro-item2.item2 {
  background: url(../images/img_four_two.jpg) no-repeat center;
  background-size: cover;
}
.auto-scroll-career .list-intro .career-list-intro-item2.item3 {
  background: url(../images/img_four_three.jpg) no-repeat center;
  background-size: cover;
}
.auto-scroll-career .list-intro .career-list-intro-item2.item4 {
  background: url(../images/img_four_four.jpg) no-repeat center;
  background-size: cover;
}
.auto-scroll-career .list-intro > .career-list-intro-item2 + .career-list-intro-item2 {
  margin-left: 4vw;
}

.list-data {
  list-style-type: none;
  margin: 0 4vw 8vw;
  padding: 0;
  display: flex;
}
.list-data > li {
  color: white;
  height: 38.66667vw;
  flex: 1;
  background: url(../images/cell-bg.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
}
.list-data > li .icon {
  width: 7.46667vw;
  height: 7.46667vw;
  margin: 4vw auto;
}
.list-data > li .icon img {
  width: 100%;
  height: 100%;
}
.list-data > li + li {
  margin-left: 4vw;
}
.list-data > li .info {
  border-top: 1px solid rgba(255, 255, 255, 0.48);
  margin: 0 4vw;
  padding-top: 2.66667vw;
}
.list-data > li .info .number {
  font-size: 6.93333vw;
  font-weight: bold;
}
.list-data > li .info .number .label {
  font-size: 3.73333vw;
  color: white;
  font-weight: normal;
}
.list-data > li .info .label {
  color: rgba(255, 255, 255, 0.48);
}

.career-size {
  background: url(../images/img_five_bg.jpg) center no-repeat;
  background-size: cover;
  width: 92vw;
  height: 40.53333vw;
  border-radius: 2.13333vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.career-size > li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: unset;
}
.career-size > li .icon {
  width: 10.66667vw;
  height: 10.66667vw;
  margin: 0;
}
.career-size > li .icon img {
  width: 100%;
  height: 100%;
}
.career-size > li + li {
  margin-left: 0;
}
.career-size > li .info {
  margin: 4.26667vw 0 0;
  padding: 0;
}
.career-size > li .info .number {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 4.8vw;
  line-height: 5.86667vw;
  color: #333333;
}
.career-size > li .info .number .label {
  font-size: 3.73333vw;
  font-weight: 700;
  color: #333333;
}
.career-size > li .info .label {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 3.73333vw;
  line-height: 5.86667vw;
  color: #333333;
}

.esg-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 11.73333vw;
  display: flex;
  align-items: center;
  padding: 0 4vw;
  z-index: 1;
  background: #FFFFFF;
}
.esg-header .logo-container img {
  width: 13.33333vw;
  height: 6.4vw;
}
.esg-header .more {
  margin-left: auto;
}
.esg-header .menu-container {
  position: absolute;
  top: 11.73333vw;
  left: 0;
  right: 0;
  z-index: 1;
  background: #FFFFFF;
  border-top: 1px solid #E5E5E5;
}
.esg-header .menu-container .menu-item {
  position: relative;
}
.esg-header .menu-container .menu-item .menu-item-title {
  height: 13.33333vw;
  padding: 0 4vw;
  display: flex;
  align-items: center;
  position: relative;
}
.esg-header .menu-container .menu-item .menu-item-title::after {
  content: "";
  display: block;
  height: 1px;
  background: #E5E5E5;
  position: absolute;
  bottom: 0;
  left: 4vw;
  right: 4vw;
}
.esg-header .menu-container .menu-item .menu-item-title .title {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 4vw;
  line-height: 5.33333vw;
  letter-spacing: -0.0666667px;
  color: #222222;
}
.esg-header .menu-container .menu-item .menu-item-title .iconfont {
  margin-left: auto;
  color: #666666;
  font-size: 3.2vw;
}
.esg-header .menu-container .menu-item.active .menu-item-title {
  background: rgba(0, 150, 255, 0.06);
}
.esg-header .menu-container .menu-item.active .menu-item-title .title {
  color: #0096FF;
}
.esg-header .menu-container .menu-item.active .icon-icon_arrow_down {
  display: none !important;
}
.esg-header .menu-container .menu-item.active .icon-icon_arrow_up {
  display: block !important;
}
.esg-header .menu-container .menu-item .sub-menu-item .sub-menu-item-title {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 3.73333vw;
  line-height: 4.8vw;
  letter-spacing: -0.0666667px;
  color: #666666;
  padding-left: 8vw;
  display: flex;
  align-items: center;
  height: 13.33333vw;
  position: relative;
}
.esg-header .menu-container .menu-item .sub-menu-item .sub-menu-item-title::after {
  content: "";
  display: block;
  height: 1px;
  background: #E5E5E5;
  position: absolute;
  bottom: 0;
  left: 4vw;
  right: 4vw;
}

.esg-main {
  background: linear-gradient(179.88deg, #D7E9FF 59.37%, #FFFFFF 101.44%);
  padding-top: 11.73333vw;
}
.esg-main > .title {
  margin: 8vw 0 0;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 600;
  font-size: 8.53333vw;
  line-height: 13.33333vw;
  letter-spacing: 0.1em;
  color: #222222;
  text-align: center;
}
.esg-main .logo-group {
  margin-top: 3.2vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.esg-main .logo-group .logo1 {
  width: 34.93333vw;
  height: 6.93333vw;
}
.esg-main .logo-group .logo2 {
  width: 14.4vw;
  height: 6.93333vw;
}
.esg-main .logo-group .divider {
  width: 1px;
  height: 6.93333vw;
  background: #88BBF8;
  margin: 0 6.4vw;
}
.esg-main > .desc {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 3.73333vw;
  line-height: 6.4vw;
  letter-spacing: 0.1em;
  color: #222222;
  padding: 0 4vw;
  word-break: break-word;
  margin-top: 3.2vw;
}
.esg-main .card-container {
  list-style: none;
  padding: 0 4vw;
  margin: 8vw 0 0;
}
.esg-main .card-container .card-item {
  background: url(../images/img_top_bg_white_esg.jpg) center no-repeat;
  background-size: 100% 100%;
  border-radius: 2.13333vw;
  padding: 5.33333vw;
}
.esg-main .card-container .card-item + .card-item {
  margin-top: 4vw;
}
.esg-main .card-container .card-item .title {
  display: flex;
  align-items: center;
}
.esg-main .card-container .card-item .title .text {
  font-weight: 600;
  font-size: 5.33333vw;
  line-height: 7.46667vw;
  letter-spacing: 0.1em;
  color: #222222;
  display: flex;
  align-items: center;
}
.esg-main .card-container .card-item .title .iconfont {
  margin-left: auto;
  color: #5B8CC8;
  font-size: 4.8vw;
}
.esg-main .card-container .card-item .title .flag {
  background: linear-gradient(90deg, #FF5500 0%, #FF8C00 100%);
  border-top-left-radius: 2.4vw;
  border-bottom-right-radius: 2.4vw;
  font-size: 2.66667vw;
  line-height: 3.73333vw;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  padding: 0.8vw 1.6vw 1px;
  margin-left: 2.13333vw;
}
.esg-main .card-container .card-item .desc {
  font-family: "PingFang SC";
  margin-top: 2.13333vw;
  font-weight: 400;
  font-size: 3.73333vw;
  line-height: 6.4vw;
  letter-spacing: 0.1em;
  color: #666666;
}
.esg-main .title2 {
  font-family: "PingFang SC";
  font-weight: 600;
  font-size: 4.26667vw;
  line-height: 5.86667vw;
  text-align: center;
  color: #222222;
  margin: 8vw 0 0;
  word-break: break-word;
}
.esg-main .partner-group {
  list-style: none;
  padding: 0 4vw;
  margin: 5.33333vw 0 0;
  display: flex;
  gap: 2.66667vw;
  flex-wrap: wrap;
}
.esg-main .partner-group .partner-item {
  flex: 1 1 20.8vw;
}
.esg-main .partner-group .partner-item img {
  width: 100%;
}

.esg-main2 {
  background: linear-gradient(0deg, rgba(2, 116, 255, 0.032) 9.09%, rgba(2, 116, 255, 0.08) 94.62%), url(../images/img_top_bg.jpg) center no-repeat;
  background-size: cover;
  margin-top: 11.73333vw;
  padding-bottom: 10.66667vw;
}
.esg-main2 > .title {
  padding: 8vw 0 0;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 600;
  font-size: 8.53333vw;
  line-height: 13.33333vw;
  letter-spacing: 0.1em;
  color: #222222;
  text-align: center;
}
.esg-main2 .logo-group {
  margin-top: 3.2vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.esg-main2 .logo-group .logo1 {
  width: 34.93333vw;
  height: 6.93333vw;
}
.esg-main2 .logo-group .logo2 {
  width: 14.4vw;
  height: 6.93333vw;
}
.esg-main2 .logo-group .divider {
  width: 1px;
  height: 6.93333vw;
  background: #88BBF8;
  margin: 0 6.4vw;
}
.esg-main2 > .desc {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 600;
  font-size: 4.26667vw;
  line-height: 6.4vw;
  letter-spacing: 0.1em;
  color: #222222;
  padding: 0 4vw;
  word-break: break-word;
  margin-top: 4.26667vw;
  text-align: center;
}
.esg-main2 .item-wrapper {
  padding: 0 4vw;
  margin-top: 6.4vw;
}
.esg-main2 .item-container {
  display: inline-flex;
  align-items: center;
  height: 32.53333vw;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #FFFFFF;
  border-radius: 1.06667vw;
  width: 100%;
}
.esg-main2 .item-container .item {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex: 1;
}
.esg-main2 .item-container .item img {
  width: 8.53333vw;
}
.esg-main2 .item-container .item .text {
  font-size: 4.26667vw;
  line-height: 5.6vw;
  letter-spacing: 0.1em;
  color: #222222;
  text-align: center;
  margin-top: 2.13333vw;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 600;
  font-size: 4vw;
  line-height: 21px;
  color: #222222;
}
.esg-main2 .handle {
  margin-top: 5.33333vw;
  text-align: center;
}
.esg-main2 .handle .btn {
  width: 44vw;
  height: 11.73333vw;
}
.esg-main2 .handle .btn + .btn {
  margin-left: 4vw;
}
.esg-main2 .handle .btn-primary {
  background: #0096FF;
  border-radius: 1.06667vw;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 600;
  font-size: 3.73333vw;
  line-height: 5.33333vw;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  border: unset;
}
.esg-main2 .handle .btn-outline {
  background: #FFFFFF;
  border: 0.5px solid #D9E4F2;
  border-radius: 1.06667vw;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 600;
  font-size: 3.73333vw;
  line-height: 5.33333vw;
  letter-spacing: 0.1em;
  color: #444444;
}
.esg-main2 .phone {
  margin-top: 5.33333vw;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 600;
  font-size: 3.73333vw;
  line-height: 5.33333vw;
  text-align: center;
  letter-spacing: 0.1em;
  color: #222222;
}

.esg1 > .title2,
.esg2 > .title2 {
  font-family: "PingFang SC";
  font-weight: 600;
  font-size: 4.26667vw;
  line-height: 5.86667vw;
  text-align: center;
  color: #222222;
  margin: 16vw 0 0;
  word-break: break-word;
}
.esg1 > .desc,
.esg2 > .desc {
  font-family: "PingFang SC";
  font-size: 3.73333vw;
  line-height: 6.4vw;
  text-align: center;
  color: #333333;
  padding: 2.13333vw 4vw 0;
}
.esg1 .course-container,
.esg2 .course-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 4vw;
  padding: 0 4vw;
  margin-top: 5.33333vw;
}
.esg1 .course-container > .course-item,
.esg2 .course-container > .course-item {
  background-color: #fff;
  border-radius: 2.13333vw;
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border: 0.5px solid #D8E1EB;
  box-shadow: 0px 0.53333vw 2.66667vw rgba(0, 0, 0, 0.06);
  border-radius: 8px;
}
.esg1 .course-container > .course-item .cover,
.esg2 .course-container > .course-item .cover {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.esg1 .course-container > .course-item .cover img,
.esg2 .course-container > .course-item .cover img {
  width: 100%;
  height: 100%;
}
.esg1 .course-container > .course-item .info,
.esg2 .course-container > .course-item .info {
  padding: 2.66667vw;
  display: flex;
  flex-direction: column;
}
.esg1 .course-container > .course-item .info .title,
.esg2 .course-container > .course-item .info .title {
  font-weight: 600;
  font-size: 3.73333vw;
  line-height: 5.33333vw;
  color: #333333;
  margin: 0 0 2.13333vw;
  font-family: "PingFang SC";
}
.esg1 .course-container > .course-item .info .title div,
.esg2 .course-container > .course-item .info .title div {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.esg1 .course-container > .course-item .info .title a,
.esg2 .course-container > .course-item .info .title a {
  color: #222;
  text-decoration: none;
}
.esg1 .course-container > .course-item .info .meta,
.esg2 .course-container > .course-item .info .meta {
  margin-top: auto;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.esg1 .course-container > .course-item .info .meta del,
.esg2 .course-container > .course-item .info .meta del {
  font-size: 3.2vw;
  color: #999;
  margin-right: 1.33333vw;
}
.esg1 .course-container > .course-item .info .meta .price,
.esg2 .course-container > .course-item .info .meta .price {
  font-size: 4.8vw;
  font-weight: bold;
}
.esg1 .course-container > .course-item .info .meta .more,
.esg2 .course-container > .course-item .info .meta .more {
  margin-right: auto;
}
.esg1 .course-container .tag,
.esg2 .course-container .tag {
  background: #EDF2F9;
  border-radius: 0.53333vw;
  font-size: 2.66667vw;
  line-height: 3.73333vw;
  color: #809ABA;
  padding: 0.8vw 1.6vw;
}
.esg1 .course-container .tag + .tag,
.esg2 .course-container .tag + .tag {
  margin-left: 1.06667vw;
}
.esg1 .handle,
.esg2 .handle {
  margin-top: 4vw;
  padding: 0 4vw;
}
.esg1 .handle .btn-primary,
.esg2 .handle .btn-primary {
  width: 100%;
  height: 11.73333vw;
  background: #0096FF;
  border-radius: 1.06667vw;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 4vw;
  line-height: 5.33333vw;
  color: #FFFFFF;
  border: unset;
}

.esg3 > .title2 {
  font-family: "PingFang SC";
  font-weight: 600;
  font-size: 4.26667vw;
  line-height: 5.86667vw;
  text-align: center;
  color: #222222;
  margin: 16vw 0 0;
  word-break: break-word;
}
.esg3 > .desc {
  font-family: "PingFang SC";
  font-size: 3.73333vw;
  line-height: 6.4vw;
  text-align: center;
  color: #333333;
  padding: 2.13333vw 4vw 0;
}
.esg3 .scroll-container {
  display: flex;
  overflow: scroll;
  margin-top: 5.33333vw;
  padding: 0 4vw 2.66667vw;
}
.esg3 .scroll-container .item {
  flex: 0 0 auto;
  width: 72vw;
  height: 75.2vw;
  padding: 5.33333vw;
  position: relative;
}
.esg3 .scroll-container .item + .item {
  margin-left: 4vw;
}
.esg3 .scroll-container .item .title {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 4.26667vw;
  line-height: 6.4vw;
  color: #FFFFFF;
}
.esg3 .scroll-container .item .desc {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 3.73333vw;
  line-height: 6.93333vw;
  color: #FFFFFF;
  margin-top: 2.66667vw;
}
.esg3 .scroll-container .item .handle {
  position: absolute;
  bottom: 5.33333vw;
  left: 5.33333vw;
  right: 5.33333vw;
}
.esg3 .scroll-container .item .handle .btn-primary {
  width: 100%;
  height: 10.66667vw;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 1.06667vw;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 3.73333vw;
  line-height: 4.8vw;
  color: #0096FF;
  border: unset;
}
.esg3 .scroll-container .item1 {
  background: url(../images/img_four_two_esg.jpg) center no-repeat;
  background-size: 100% 100%;
}
.esg3 .scroll-container .item2 {
  background: url(../images/img_four_three_esg.jpg) center no-repeat;
  background-size: 100% 100%;
}
.esg3 .scroll-container .item3 {
  background: url(../images/img_four_four_esg.jpg) center no-repeat;
  background-size: 100% 100%;
}

.esg4 > .title2 {
  font-family: "PingFang SC";
  font-weight: 600;
  font-size: 4.26667vw;
  line-height: 5.86667vw;
  text-align: center;
  color: #222222;
  margin: 16vw 0 0;
  word-break: break-word;
}
.esg4 > .desc {
  font-family: "PingFang SC";
  font-size: 3.73333vw;
  line-height: 6.4vw;
  text-align: center;
  color: #333333;
  padding: 2.13333vw 4vw 0;
}
.esg4 .card-item {
  border: 1px solid #E8F0FF;
  box-shadow: 0px 0.53333vw 2.66667vw rgba(0, 0, 0, 0.06);
  border-radius: 2.13333vw;
  padding: 8vw 5.33333vw;
  margin: 0 4vw;
}
.esg4 .card-item .title {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 4.8vw;
  line-height: 6.4vw;
  color: #333333;
}
.esg4 .card-item .desc {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 4vw;
  line-height: 6.4vw;
  color: #666666;
  margin-top: 5.33333vw;
}
.esg4 .card-item .handle {
  margin-top: 5.33333vw;
  display: flex;
  align-items: center;
}
.esg4 .card-item .handle .consult {
  margin-left: auto;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 3.73333vw;
  line-height: 4.8vw;
  color: #5B8CC8;
  display: flex;
  align-items: center;
}
.esg4 .card-item .handle .consult .iconfont {
  margin-left: 2.13333vw;
}
.esg4 .card1 {
  background: url(../images/img_five_left.png) top right no-repeat;
  background-size: 53.33333vw 37.33333vw;
  margin-top: 5.33333vw;
}
.esg4 .card1 .item-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.66667vw;
  margin-top: 5.33333vw;
}
.esg4 .card1 .item-list .item {
  height: 18.13333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 3.2vw;
  line-height: 5.33333vw;
  color: #FFFFFF;
  text-align: center;
}
.esg4 .card1 .item-list .item1 {
  background: url(../images/img_left_one.jpg) center no-repeat;
  background-size: 100% 100%;
}
.esg4 .card1 .item-list .item2 {
  background: url(../images/img_left_two.jpg) center no-repeat;
  background-size: 100% 100%;
}
.esg4 .card1 .item-list .item3 {
  background: url(../images/img_left_three.jpg) center no-repeat;
  background-size: 100% 100%;
}
.esg4 .card1 .item-list .item4 {
  background: url(../images/img_left_four.jpg) center no-repeat;
  background-size: 100% 100%;
}
.esg4 .card1 .item-list .item5 {
  background: url(../images/img_left_five.jpg) center no-repeat;
  background-size: 100% 100%;
}
.esg4 .card1 .item-list .item6 {
  background: url(../images/img_left_six.jpg) center no-repeat;
  background-size: 100% 100%;
}
.esg4 .card1 .item-list .item7 {
  background: url(../images/img_left_seven.jpg) center no-repeat;
  background-size: 100% 100%;
}
.esg4 .card1 .item-list .item8 {
  background: url(../images/img_left_eight.jpg) center no-repeat;
  background-size: 100% 100%;
}
.esg4 .card2 {
  background: url(../images/img_five_right.png) top right no-repeat;
  background-size: 53.33333vw 37.33333vw;
  margin-top: 4vw;
}
.esg4 .card2 .item-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.66667vw;
  margin-top: 5.33333vw;
}
.esg4 .card2 .item-list .item {
  height: 18.13333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 3.2vw;
  line-height: 5.33333vw;
  color: #FFFFFF;
  text-align: center;
}
.esg4 .card2 .item-list .item1 {
  background: url(../images/img_right_one.jpg) center no-repeat;
  background-size: 100% 100%;
}
.esg4 .card2 .item-list .item2 {
  background: url(../images/img_right_two.jpg) center no-repeat;
  background-size: 100% 100%;
}
.esg4 .card2 .item-list .item3 {
  background: url(../images/img_right_three.jpg) center no-repeat;
  background-size: 100% 100%;
}
.esg4 .card2 .item-list .item4 {
  background: url(../images/img_right_four.jpg) center no-repeat;
  background-size: 100% 100%;
}
.esg4 .card2 .item-list .item5 {
  background: url(../images/img_right_five.jpg) center no-repeat;
  background-size: 100% 100%;
}
.esg4 .card2 .item-list .item6 {
  background: url(../images/img_right_six.jpg) center no-repeat;
  background-size: 100% 100%;
}
.esg4 .card2 .item-list .item7 {
  background: url(../images/img_right_seven.jpg) center no-repeat;
  background-size: 100% 100%;
}
.esg4 .card2 .item-list .item8 {
  background: url(../images/img_right_eight.jpg) center no-repeat;
  background-size: 100% 100%;
}

.esg5 > .title2 {
  font-family: "PingFang SC";
  font-weight: 600;
  font-size: 4.26667vw;
  line-height: 5.86667vw;
  text-align: center;
  color: #222222;
  margin: 16vw 0 0;
  word-break: break-word;
}
.esg5 > .desc {
  font-family: "PingFang SC";
  font-size: 3.73333vw;
  line-height: 6.4vw;
  text-align: center;
  color: #333333;
  padding: 2.13333vw 4vw 0;
  word-break: break-word;
}
.esg5 .swiper-container {
  margin-top: 5.33333vw;
  background: url(../images/img_teacher_bg.jpg) center no-repeat;
  background-size: 100% 100%;
  padding: 8vw 0;
}
.esg5 .swiper-container .swiper-slide {
  margin: 0px 2.66667vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.esg5 .swiper-container .swiper-slide .swiper-item {
  width: 28.8vw;
}
.esg5 .swiper-container .swiper-slide .swiper-item .item-bottom {
  margin-top: 8vw;
}
.esg5 .swiper-container .swiper-slide .swiper-item .item-top, .esg5 .swiper-container .swiper-slide .swiper-item .item-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 52.26667vw;
}
.esg5 .swiper-container .swiper-slide .swiper-item .item-top img, .esg5 .swiper-container .swiper-slide .swiper-item .item-bottom img {
  width: 19.2vw;
  height: 24vw;
  border-radius: 16.5vw;
}
.esg5 .swiper-container .swiper-slide .swiper-item .item-top .name-container, .esg5 .swiper-container .swiper-slide .swiper-item .item-bottom .name-container {
  margin-top: 2.66667vw;
  width: 100%;
}
.esg5 .swiper-container .swiper-slide .swiper-item .item-top .name, .esg5 .swiper-container .swiper-slide .swiper-item .item-bottom .name {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 3.73333vw;
  line-height: 4.8vw;
  text-align: center;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.esg5 .swiper-container .swiper-slide .swiper-item .item-top .desc, .esg5 .swiper-container .swiper-slide .swiper-item .item-bottom .desc {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 3.2vw;
  line-height: 4.8vw;
  text-align: center;
  color: #666666;
  margin-top: 1.6vw;
}

.esg6 {
  padding-bottom: 16vw;
}
.esg6 > .title2 {
  font-family: "PingFang SC";
  font-weight: 600;
  font-size: 4.26667vw;
  line-height: 5.86667vw;
  text-align: center;
  color: #222222;
  margin: 16vw 0 0;
  word-break: break-word;
}
.esg6 > .desc {
  font-family: "PingFang SC";
  font-size: 3.73333vw;
  line-height: 6.4vw;
  text-align: center;
  color: #333333;
  padding: 2.13333vw 4vw 0;
  word-break: break-word;
}
.esg6 .influence-item {
  margin: 0 4vw;
  height: 84.8vw;
  border-radius: 2.13333vw;
  padding: 8vw 5.33333vw;
  position: relative;
}
.esg6 .influence-item .title {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 4.8vw;
  line-height: 6.4vw;
  color: #222222;
}
.esg6 .influence-item .link-container {
  margin: 8.53333vw 0 0;
  padding: 0;
  list-style: none;
}
.esg6 .influence-item .link-container li {
  display: flex;
  align-items: center;
}
.esg6 .influence-item .link-container li::before {
  content: "";
  display: inline-block;
  width: 1.6vw;
  height: 1.6vw;
  background: #666666;
  border-radius: 50%;
  margin-right: 2.66667vw;
}
.esg6 .influence-item .link-container li:hover::before {
  background: #0096FF;
}
.esg6 .influence-item .link-container li a {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 4vw;
  line-height: 5.33333vw;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.esg6 .influence-item .link-container li a:hover {
  text-decoration: none;
  color: #0096FF;
}
.esg6 .influence-item .link-container li + li {
  margin-top: 4.26667vw;
}
.esg6 .influence-item .meta {
  position: absolute;
  right: 5.33333vw;
  bottom: 8vw;
  display: flex;
  justify-content: space-between;
}
.esg6 .influence-item .meta .right {
  margin-left: auto;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 3.73333vw;
  line-height: 4.8vw;
  color: #5B8CC8;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.esg6 .influence-item .meta .right:hover {
  text-decoration: none;
}
.esg6 .influence-item .meta .right .iconfont {
  margin-left: 2.13333vw;
  font-size: 3.73333vw;
  width: 3.73333vw;
  height: 3.73333vw;
  display: flex;
  align-items: center;
}
.esg6 .influence1 {
  background: url(../images/img_buttom_left.jpg) center no-repeat;
  background-size: cover;
  margin-top: 5.33333vw;
  height: 92vw;
}
.esg6 .influence2 {
  background: url(../images/img_buttom_right.jpg) center no-repeat;
  background-size: cover;
  margin-top: 4vw;
}

.commingsoon .modal-dialog {
  width: 89.33333vw;
  max-width: 89.33333vw;
  margin: 0 auto;
}
.commingsoon .modal-dialog .modal-content {
  height: 77.33333vw;
  max-height: 77.33333vw;
}
.commingsoon .modal-dialog .modal-content .modal-header {
  padding: 0;
  border: unset;
  height: 10.66667vw;
}
.commingsoon .modal-dialog .modal-content .modal-header .close {
  padding: 5.33333vw 5.33333vw;
  margin: 0 0 0 auto;
}
.commingsoon .modal-dialog .modal-content .modal-header .close:active {
  outline: unset;
}
.commingsoon .modal-dialog .modal-content .modal-header .close span {
  height: 4.26667vw;
  display: flex;
  align-items: center;
}
.commingsoon .modal-dialog .modal-content .modal-body {
  display: flex;
  justify-content: center;
  padding: 0;
}
.commingsoon .modal-dialog .modal-content .modal-body .comming {
  width: 77.33333vw;
  height: 56vw;
}

.consult .modal-dialog {
  width: 85.33333vw;
  max-width: 85.33333vw;
  margin: 0 auto;
}
.consult .modal-dialog .modal-content {
  height: 57.06667vw;
  max-height: 57.06667vw;
}
.consult .modal-dialog .modal-content .modal-header {
  padding: 0;
  border: unset;
  height: 9.06667vw;
}
.consult .modal-dialog .modal-content .modal-header .close {
  padding: 5.33333vw 5.33333vw;
  margin: 0 0 0 auto;
}
.consult .modal-dialog .modal-content .modal-header .close:active {
  outline: unset;
}
.consult .modal-dialog .modal-content .modal-header .close span {
  height: 4.26667vw;
  display: flex;
  align-items: center;
}
.consult .modal-dialog .modal-content .modal-body {
  padding: 0;
}
.consult .modal-dialog .modal-content .modal-body .title {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 500;
  font-size: 4.53333vw;
  line-height: 6.4vw;
  text-align: center;
  color: rgba(34, 34, 34, 0.9);
}
.consult .modal-dialog .modal-content .modal-body .desc1 {
  margin-top: 4.26667vw;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 3.73333vw;
  line-height: 5.33333vw;
  text-align: center;
  color: rgba(102, 102, 102, 0.9);
}
.consult .modal-dialog .modal-content .modal-body .desc2 {
  margin-top: 0.53333vw;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 600;
  font-size: 3.73333vw;
  line-height: 5.33333vw;
  text-align: center;
  color: rgba(102, 102, 102, 0.9);
}
.consult .modal-dialog .modal-content .modal-body .desc2 .phone {
  color: rgba(0, 150, 255, 0.9);
}
.consult .modal-dialog .modal-content .modal-footer {
  justify-content: center;
}
.consult .modal-dialog .modal-content .modal-footer a {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 500;
  font-size: 4.53333vw;
  line-height: 6.4vw;
  color: #0096FF;
}

.esg7 > .title2 {
  font-family: "PingFang SC";
  font-weight: 600;
  font-size: 4.26667vw;
  line-height: 5.86667vw;
  text-align: center;
  color: #222222;
  margin: 16vw 0 0;
  word-break: break-word;
}
.esg7 > .desc {
  font-family: "PingFang SC";
  font-size: 3.73333vw;
  line-height: 6.4vw;
  text-align: center;
  color: #333333;
  padding: 2.13333vw 4vw 0;
}
.esg7 .course-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 4vw;
  padding: 0 4vw;
  margin-top: 2.66667vw;
}
.esg7 .course-container > .course-item {
  background-color: #fff;
  border-radius: 2.13333vw;
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border: 0.5px solid #D8E1EB;
  box-shadow: 0px 0.53333vw 2.66667vw rgba(0, 0, 0, 0.06);
  border-radius: 8px;
}
.esg7 .course-container > .course-item .cover {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.esg7 .course-container > .course-item .cover img {
  width: 100%;
  height: 100%;
}
.esg7 .course-container > .course-item .info {
  padding: 2.66667vw;
  display: flex;
  flex-direction: column;
}
.esg7 .course-container > .course-item .info .title {
  font-weight: 600;
  font-size: 3.73333vw;
  line-height: 5.33333vw;
  color: #333333;
  margin: 0 0 2.13333vw;
  font-family: "PingFang SC";
}
.esg7 .course-container > .course-item .info .title div {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.esg7 .course-container > .course-item .info .title a {
  color: #222;
  text-decoration: none;
}
.esg7 .course-container > .course-item .info .meta {
  margin-top: auto;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.esg7 .course-container > .course-item .info .meta del {
  font-size: 3.2vw;
  color: #999;
  margin-right: 1.33333vw;
}
.esg7 .course-container > .course-item .info .meta .price {
  font-size: 4.8vw;
  font-weight: bold;
}
.esg7 .course-container > .course-item .info .meta .more {
  margin-right: auto;
}
.esg7 .course-container .tag {
  background: #EDF2F9;
  border-radius: 0.53333vw;
  font-size: 2.66667vw;
  line-height: 3.73333vw;
  color: #809ABA;
  padding: 0.8vw 1.6vw;
}
.esg7 .course-container .tag + .tag {
  margin-left: 1.06667vw;
}
.esg7 .handle {
  margin-top: 4vw;
  padding: 0 4vw;
}
.esg7 .handle .btn-primary {
  width: 100%;
  height: 11.73333vw;
  background: #0096FF;
  border-radius: 1.06667vw;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 4vw;
  line-height: 5.33333vw;
  color: #FFFFFF;
  border: unset;
}
.esg7 .tab-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 10.66667vw;
  background: #F4F4F4;
  border-radius: 1.06667vw;
  margin: 2.13333vw 4vw 0;
  padding: 0 2.4vw;
  overflow: scroll;
  gap: 4.8vw;
}
.esg7 .tab-container .tab-item {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  white-space: nowrap;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 3.73333vw;
  line-height: 5.33333vw;
  color: #333333;
}
.esg7 .tab-container .tab-item.active {
  color: #0096FF;
}
.esg7 .tab-container .tab-item.active::after {
  content: "";
  width: 100%;
  height: 0.53333vw;
  background: #0096FF;
  position: absolute;
  bottom: 0;
  left: 0;
}

.esg8 > .title2 {
  font-family: "PingFang SC";
  font-weight: 600;
  font-size: 4.26667vw;
  line-height: 5.86667vw;
  text-align: center;
  color: #222222;
  margin: 16vw 0 0;
  word-break: break-word;
}
.esg8 > .desc {
  font-family: "PingFang SC";
  font-size: 3.73333vw;
  line-height: 6.4vw;
  text-align: center;
  color: #333333;
  padding: 2.13333vw 4vw 0;
}
.esg8 .scroll-container {
  display: flex;
  overflow: scroll;
  margin-top: 5.33333vw;
  padding: 0 4vw 2.66667vw;
  gap: 4vw;
}
.esg8 .scroll-container .action-item {
  flex: 0 0 auto;
  background: url(../images/img_four_bg.jpg) center no-repeat;
  background-size: cover;
  width: 72vw;
  height: 101.33333vw;
  padding: 5.33333vw;
  position: relative;
}
.esg8 .scroll-container .action-item .title {
  display: flex;
  align-items: center;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 600;
  font-size: 4.53333vw;
  line-height: 6.4vw;
  color: #023B63;
  margin-bottom: 5.33333vw;
}
.esg8 .scroll-container .action-item .title img {
  width: 8.53333vw;
  margin-right: 2.66667vw;
}
.esg8 .scroll-container .action-item .desc {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 3.73333vw;
  line-height: 6.4vw;
  color: #666666;
  margin-bottom: 5.33333vw;
}
.esg8 .scroll-container .action-item .list-container {
  list-style: none;
  padding: 0;
  margin: 0;
}
.esg8 .scroll-container .action-item .list-container li {
  display: flex;
  align-items: center;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 3.73333vw;
  line-height: 5.33333vw;
  color: #222222;
}
.esg8 .scroll-container .action-item .list-container li + li {
  margin-top: 3.73333vw;
}
.esg8 .scroll-container .action-item .list-container li::before {
  content: "";
  display: inline-block;
  width: 1.6vw;
  height: 1.6vw;
  background: #A6C6DE;
  border-radius: 50%;
  margin-right: 2.13333vw;
}
.esg8 .scroll-container .action-item .meta {
  position: absolute;
  right: 5.33333vw;
  bottom: 5.33333vw;
  display: flex;
  justify-content: space-between;
}
.esg8 .scroll-container .action-item .meta .left {
  font-size: 4.26667vw;
  line-height: 5.6vw;
  color: #333333;
  cursor: pointer;
}
.esg8 .scroll-container .action-item .meta .right {
  margin-left: auto;
  font-size: 4vw;
  line-height: 5.33333vw;
  color: #5B8CC8;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.esg8 .scroll-container .action-item .meta .right .iconfont {
  margin-left: 2.66667vw;
  font-size: 4.26667vw;
  width: 4.26667vw;
  height: 4.26667vw;
  display: flex;
  align-items: center;
}
.esg8 .scroll-container .action-item .meta .right .iconfont::before {
  height: 4.26667vw;
}

.esg9 {
  padding-bottom: 16vw;
}
.esg9 > .title2 {
  font-family: "PingFang SC";
  font-weight: 600;
  font-size: 4.26667vw;
  line-height: 5.86667vw;
  text-align: center;
  color: #222222;
  margin: 16vw 0 0;
  word-break: break-word;
}
.esg9 .intro-container {
  background: url(../images/img_five_bg1.jpg) center no-repeat;
  background-size: cover;
  display: flex;
  margin-top: 5.33333vw;
}
.esg9 .intro-container .intro-body {
  padding: 8vw 5.33333vw 18.13333vw;
  position: relative;
}
.esg9 .intro-container .intro-body > .title {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 600;
  font-size: 4.53333vw;
  line-height: 6.4vw;
  color: #333333;
  margin-bottom: 2.4vw;
}
.esg9 .intro-container .intro-body > .desc {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 4vw;
  line-height: 6.4vw;
  color: #444444;
}
.esg9 .intro-container .intro-body .divider {
  width: 100%;
  height: 1px;
  margin: 5.33333vw 0;
  background: #CDCDCD;
}
.esg9 .intro-container .intro-body .item-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4.26667vw;
}
.esg9 .intro-container .intro-body .item-row .item .title {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 600;
  font-size: 3.73333vw;
  line-height: 5.33333vw;
  color: #333333;
  display: flex;
  align-items: center;
  margin-bottom: 0.53333vw;
}
.esg9 .intro-container .intro-body .item-row .item .title::before {
  content: "";
  display: inline-block;
  width: 1.6vw;
  height: 1.6vw;
  background: #0065AB;
  border-radius: 50%;
  margin-right: 1.6vw;
}
.esg9 .intro-container .intro-body .item-row .item .desc {
  padding-left: 3.2vw;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 3.73333vw;
  line-height: 6.4vw;
  color: #666666;
}
.esg9 .intro-container .intro-body .meta {
  position: absolute;
  right: 5.33333vw;
  bottom: 8vw;
  display: flex;
  align-items: center;
}
.esg9 .intro-container .intro-body .meta .right {
  margin-left: auto;
  font-size: 4vw;
  line-height: 5.33333vw;
  color: #5B8CC8;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.esg9 .intro-container .intro-body .meta .right .iconfont {
  margin-left: 2.66667vw;
  font-size: 4.26667vw;
  width: 4.26667vw;
  height: 4.26667vw;
  display: flex;
  align-items: center;
}
.esg9 .intro-container .intro-body .meta .right .iconfont::before {
  height: 4.26667vw;
}

.copyright {
  text-align: center;
  font-size: 2.66667vw;
  color: #b3b2b2;
  background: #F6F6F6;
  padding-top: 1.33333vw;
  padding-bottom: env(safe-area-inset-bottom);
}
.copyright a {
  color: inherit;
  text-decoration: none;
}

.esg-header1 {
  box-shadow: 0px 0.5px 0px #E5E5E5;
}

.esg-main3 {
  padding-top: 14.4vw;
}
.esg-main3 .banner {
  width: 100%;
  height: 52.26667vw;
}
.esg-main3 .title {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 8vw;
  line-height: 10.66667vw;
  color: #222222;
  margin: 8vw 0 0;
  text-align: center;
}
.esg-main3 .title2 {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 6.93333vw;
  line-height: 9.06667vw;
  color: #0096FF;
  margin: 1.06667vw 0 4.26667vw;
  text-align: center;
}
.esg-main3 .desc {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 3.73333vw;
  line-height: 4.8vw;
  letter-spacing: 0.1em;
  color: #555555;
  margin-bottom: 2.13333vw;
  text-align: center;
}
.esg-main3 .handle {
  margin-top: 10.66667vw;
  text-align: center;
}
.esg-main3 .handle .btn {
  width: 44vw;
  height: 11.73333vw;
}
.esg-main3 .handle .btn + .btn {
  margin-left: 4vw;
}
.esg-main3 .handle .btn-primary {
  background: #0096FF;
  border-radius: 1.06667vw;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 3.73333vw;
  line-height: 4.8vw;
  color: #FFFFFF;
  border: unset;
}
.esg-main3 .handle .btn-outline {
  background: #FFFFFF;
  border: 1px solid #0096FF;
  border-radius: 1.06667vw;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 3.73333vw;
  line-height: 4.8vw;
  color: #0096FF;
}
.esg-main3 .phone {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 3.73333vw;
  line-height: 4.8vw;
  letter-spacing: 0.1em;
  color: #666666;
  margin-top: 2.66667vw;
  text-align: center;
}

.esg10 {
  background: url(../images/img_text_bg.jpg) center no-repeat;
  background-size: cover;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-radius: 1.06667vw;
  margin: 10.66667vw 4vw 0;
}
.esg10 > .item {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 3.73333vw;
  line-height: 4.8vw;
  color: #FFFFFF;
  height: 13.33333vw;
}
.esg10 > .item .iconfont {
  font-size: 4.26667vw;
  margin-right: 1.06667vw;
}

.esg11 {
  padding: 0 4vw;
}
.esg11 .block1-title {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 4.8vw;
  line-height: 6.4vw;
  text-align: center;
  color: #222222;
  text-align: center;
  margin-top: 16vw;
}
.esg11 .block1-title .blue-text {
  color: #0096FF;
}
.esg11 .desc {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 3.73333vw;
  line-height: 6.4vw;
  color: #222222;
  text-align: center;
  margin-top: 2.13333vw;
}
.esg11 .item-container {
  margin-top: 5.33333vw;
}
.esg11 .item-container .item {
  background: url(../images/icon_blue_bg.jpg) center no-repeat;
  background-size: contain;
  padding: 5.33333vw 4.26667vw 3.73333vw;
}
.esg11 .item-container .item .title {
  display: flex;
  align-items: center;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 4.26667vw;
  line-height: 5.6vw;
  color: #0096FF;
}
.esg11 .item-container .item .title .logo {
  width: 9.6vw;
  height: 9.6vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 2.13333vw;
}
.esg11 .item-container .item .title .logo img {
  width: 100%;
  height: 100%;
}
.esg11 .item-container .item .desc {
  margin-top: 2.66667vw;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 3.73333vw;
  line-height: 6.4vw;
  color: #333333;
  text-align: left;
}
.esg11 .item-container .item .divider {
  background: rgba(199, 214, 241, 0.6);
  margin: 5.33333vw 0 3.73333vw;
  height: 1px;
}
.esg11 .item-container .item .meta {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 3.2vw;
  line-height: 4.26667vw;
  color: #666666;
}
.esg11 .item-container .item + .item {
  margin-top: 4vw;
}
.esg11 .handle {
  margin-top: 8vw;
}
.esg11 .handle .btn {
  width: 100%;
  height: 11.73333vw;
  background: #0096FF;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 3.73333vw;
  line-height: 4.8vw;
  color: #FFFFFF;
  border: unset;
}

.esg12 {
  padding: 0 4vw;
}
.esg12 .block2-title {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 4.8vw;
  line-height: 6.4vw;
  color: #222222;
  text-align: center;
  padding-top: 16vw;
}
.esg12 .block2-title .blue-text {
  color: #0096FF;
}
.esg12 img {
  width: 100%;
  margin-top: 5.33333vw;
}
.esg12 .desc {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 3.73333vw;
  line-height: 6.4vw;
  text-align: center;
  color: #222222;
  margin-top: 7.46667vw;
}
.esg12 .desc .blue-text {
  color: #0096FF;
}
.esg12 .desc1 {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 3.73333vw;
  line-height: 4.8vw;
  text-align: center;
  color: #222222;
  margin-top: 2.66667vw;
}
.esg12 .handle {
  margin-top: 8vw;
}
.esg12 .handle .btn {
  width: 100%;
  height: 11.73333vw;
  background: #0096FF;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 3.73333vw;
  line-height: 4.8vw;
  color: #FFFFFF;
  border: unset;
}

.esg13 {
  padding: 0 4vw;
}
.esg13 .block3-title {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 4.8vw;
  line-height: 6.4vw;
  text-align: center;
  padding-top: 16vw;
}
.esg13 .block3-title .blue-text {
  color: #0274FF;
}
.esg13 .item-container {
  margin-top: 5.33333vw;
}
.esg13 .item-container .item {
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0.7) 100%);
  border: 1px solid #E8F0FF;
  box-shadow: 0px 1.06667vw 3.73333vw rgba(33, 63, 125, 0.16);
  border-radius: 2.13333vw;
  padding: 5.33333vw 4.26667vw 4.26667vw;
}
.esg13 .item-container .item .desc1 {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 3.73333vw;
  line-height: 4.8vw;
  color: #999999;
}
.esg13 .item-container .item .title {
  margin-top: 2.13333vw;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 4.8vw;
  line-height: 6.4vw;
  color: #222222;
}
.esg13 .item-container .item .labels {
  display: flex;
  gap: 2.13333vw;
  margin-top: 2.13333vw;
}
.esg13 .item-container .item .labels .label {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 3.73333vw;
  line-height: 4.8vw;
  color: #222222;
  position: relative;
  z-index: 1;
}
.esg13 .item-container .item .labels .label::after {
  content: "";
  display: block;
  width: 100%;
  height: 2.66667vw;
  background: rgba(2, 221, 255, 0.4);
  position: absolute;
  bottom: -0.53333vw;
  z-index: -1;
}
.esg13 .item-container .item .intro {
  margin-top: 4.26667vw;
}
.esg13 .item-container .item .intro img {
  width: 100%;
  height: 29.33333vw;
}
.esg13 .item-container .item .intro .desc2 {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 3.73333vw;
  line-height: 5.33333vw;
  color: #666666;
  margin-top: 2.13333vw;
}
.esg13 .item-container .item .table1,
.esg13 .item-container .item .table2 {
  margin-top: 4.26667vw;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.06667vw;
}
.esg13 .item-container .item .table1 .cell,
.esg13 .item-container .item .table2 .cell {
  height: 24vw;
  border-radius: 1.06667vw;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 2.66667vw;
  line-height: 4.8vw;
  color: #FFFFFF;
  padding: 0 1.6vw;
}
.esg13 .item-container .item .table1 .cell1 {
  background: url(../images/img_k_one.jpg) center no-repeat;
  background-size: cover;
}
.esg13 .item-container .item .table1 .cell2 {
  background: url(../images/img_k_two.jpg) center no-repeat;
  background-size: cover;
}
.esg13 .item-container .item .table1 .cell3 {
  background: url(../images/img_k_three.jpg) center no-repeat;
  background-size: cover;
}
.esg13 .item-container .item .table1 .cell4 {
  background: url(../images/img_k_four.jpg) center no-repeat;
  background-size: cover;
}
.esg13 .item-container .item .table1 .cell5 {
  background: url(../images/img_k_five.jpg) center no-repeat;
  background-size: cover;
}
.esg13 .item-container .item .table1 .cell6 {
  background: url(../images/img_k_six.jpg) center no-repeat;
  background-size: cover;
}
.esg13 .item-container .item .table1 .cell7 {
  background: url(../images/img_k_seven.jpg) center no-repeat;
  background-size: cover;
}
.esg13 .item-container .item .table1 .cell8 {
  background: url(../images/img_k_eight.jpg) center no-repeat;
  background-size: cover;
}
.esg13 .item-container .item .table1 .cell9 {
  background: url(../images/img_k_nine.jpg) center no-repeat;
  background-size: cover;
}
.esg13 .item-container .item .table1 .cell10 {
  background: url(../images/img_k_ten.jpg) center no-repeat;
  background-size: cover;
}
.esg13 .item-container .item .table1 .cell11 {
  background: url(../images/img_k_eleven.jpg) center no-repeat;
  background-size: cover;
}
.esg13 .item-container .item .table1 .cell12 {
  background: url(../images/img_k_twleve.jpg) center no-repeat;
  background-size: cover;
}
.esg13 .item-container .item .table2 .cell1 {
  background: url(../images/img_p_one.jpg) center no-repeat;
  background-size: cover;
}
.esg13 .item-container .item .table2 .cell2 {
  background: url(../images/img_p_two.jpg) center no-repeat;
  background-size: cover;
}
.esg13 .item-container .item .table2 .cell3 {
  background: url(../images/img_p_three.jpg) center no-repeat;
  background-size: cover;
}
.esg13 .item-container .item .table2 .cell4 {
  background: url(../images/img_p_four.jpg) center no-repeat;
  background-size: cover;
}
.esg13 .item-container .item .table2 .cell5 {
  background: url(../images/img_p_five.jpg) center no-repeat;
  background-size: cover;
}
.esg13 .item-container .item .table2 .cell6 {
  background: url(../images/img_p_six.jpg) center no-repeat;
  background-size: cover;
}
.esg13 .item-container .item .table2 .cell7 {
  background: url(../images/img_p_seven.jpg) center no-repeat;
  background-size: cover;
}
.esg13 .item-container .item .table2 .cell8 {
  background: url(../images/img_p_eight.jpg) center no-repeat;
  background-size: cover;
}
.esg13 .item-container .item .table2 .cell9 {
  background: url(../images/img_p_nine.jpg) center no-repeat;
  background-size: cover;
}
.esg13 .item-container .item .table2 .cell10 {
  background: url(../images/img_p_ten.jpg) center no-repeat;
  background-size: cover;
}
.esg13 .item-container .item .table2 .cell11 {
  background: url(../images/img_p_eleven.jpg) center no-repeat;
  background-size: cover;
}
.esg13 .item-container .item .table2 .cell12 {
  background: url(../images/img_p_twleve.jpg) center no-repeat;
  background-size: cover;
}
.esg13 .item-container .item1 {
  background: url(../images/img_knowledge_bg.png) top right no-repeat;
  background-size: 33.33333vw 38.66667vw;
}
.esg13 .item-container .item2 {
  margin-top: 4vw;
  background: url(../images/img_practice_bg.png) top right no-repeat;
  background-size: 33.33333vw 38.66667vw;
}

.esg14 {
  padding: 10.66667vw 4vw;
  background: url(../images/img_foot.jpg) center no-repeat;
  background-size: cover;
  margin-top: 16vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.esg14 .block4-title {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 4.8vw;
  line-height: 6.4vw;
  color: #0096FF;
  text-align: center;
}
.esg14 .labels {
  margin-top: 5.33333vw;
}
.esg14 .labels .label {
  display: flex;
  align-items: center;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 4.26667vw;
  line-height: 5.6vw;
  color: #222222;
}
.esg14 .labels .label img {
  margin-right: 1.06667vw;
  width: 4.8vw;
  height: 4.8vw;
}
.esg14 .labels .label + .label {
  margin-top: 2.66667vw;
}
.esg14 .handle {
  margin-top: 8vw;
  text-align: center;
  width: 100%;
}
.esg14 .handle .btn {
  width: 100%;
  height: 11.73333vw;
  background: #0096FF;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 3.73333vw;
  line-height: 4.8vw;
  color: #FFFFFF;
  border: unset;
}

.index-5 .esg-main3 {
  padding-top: 11.73333vw;
}
.index-5 .esg-main3 .desc .more {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 3.73333vw;
  line-height: 4.8vw;
  color: #0096FF;
  margin-left: 4.26667vw;
}
.index-5 .esg-main3 .desc .more .iconfont {
  margin-left: 2.13333vw;
  font-size: 3.73333vw;
}
.index-5 .index-block1 {
  padding: 0 4vw;
}
.index-5 .index-block1 .block1-title {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 4.8vw;
  line-height: 6.4vw;
  text-align: center;
  color: #222222;
  text-align: center;
  margin-top: 16vw;
}
.index-5 .index-block1 .item-container {
  margin-top: 5.33333vw;
}
.index-5 .index-block1 .item-container .item {
  background: url(../images/icon_blue_bg1.jpg) center no-repeat;
  background-size: contain;
  padding: 5.33333vw 4.26667vw;
}
.index-5 .index-block1 .item-container .item .title {
  display: flex;
  align-items: center;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 4.26667vw;
  line-height: 5.6vw;
  color: #333333;
}
.index-5 .index-block1 .item-container .item .title .logo {
  width: 9.6vw;
  height: 9.6vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 2.13333vw;
}
.index-5 .index-block1 .item-container .item .title .logo img {
  width: 100%;
  height: 100%;
}
.index-5 .index-block1 .item-container .item .desc {
  margin-top: 2.66667vw;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 3.73333vw;
  line-height: 5.86667vw;
  color: #666666;
  text-align: left;
}
.index-5 .index-block1 .item-container .item + .item {
  margin-top: 4vw;
}
.index-5 .index-block2 {
  padding: 0 4vw;
}
.index-5 .index-block2 .block2-title {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 4.8vw;
  line-height: 6.4vw;
  text-align: center;
  color: #222222;
  text-align: center;
  margin-top: 16vw;
}
.index-5 .index-block2 .item-container {
  position: relative;
  margin-top: 5.33333vw;
}
.index-5 .index-block2 .item-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 13.73333vw;
  bottom: 13.73333vw;
  left: 8vw;
  width: 1px;
  background-image: linear-gradient(to bottom, #B5B5B5 0%, #B5B5B5 50%, transparent 50%);
  background-size: 1px 1.6vw;
  background-repeat: repeat-y;
  z-index: -1;
}
.index-5 .index-block2 .item-container .item1 {
  background: #FFFAF4;
  border: 0.5px solid #EEE1CF;
  border-radius: 1.06667vw;
  display: flex;
  align-items: center;
  height: 27.46667vw;
  overflow: hidden;
  padding-right: 2.66667vw;
}
.index-5 .index-block2 .item-container .item1 .logo {
  width: 16vw;
  height: 100%;
  background: #FFAD41;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-5 .index-block2 .item-container .item1 .logo .iconfont {
  font-size: 7.46667vw;
  color: #FFFFFF;
}
.index-5 .index-block2 .item-container .item1 .intro-item-text {
  flex: 1;
  margin-left: 2.66667vw;
}
.index-5 .index-block2 .item-container .item1 .intro-item-text .title {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 4.26667vw;
  line-height: 5.6vw;
  color: #222222;
}
.index-5 .index-block2 .item-container .item1 .intro-item-text .desc {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 3.73333vw;
  line-height: 5.86667vw;
  color: #666666;
  margin-top: 1.6vw;
}
.index-5 .index-block2 .item-container .item2 {
  background: #F3FCFB;
  border: 0.5px solid #D9EBEB;
  border-radius: 1.06667vw;
  display: flex;
  align-items: center;
  height: 27.46667vw;
  overflow: hidden;
  margin-top: 4vw;
  padding-right: 2.66667vw;
}
.index-5 .index-block2 .item-container .item2 .logo {
  width: 16vw;
  height: 100%;
  background: #00BAB7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-5 .index-block2 .item-container .item2 .logo .iconfont {
  font-size: 7.46667vw;
  color: #FFFFFF;
}
.index-5 .index-block2 .item-container .item2 .intro-item-text {
  flex: 1;
  margin-left: 2.66667vw;
}
.index-5 .index-block2 .item-container .item2 .intro-item-text .title {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 4.26667vw;
  line-height: 5.6vw;
  color: #222222;
}
.index-5 .index-block2 .item-container .item2 .intro-item-text .desc {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 3.73333vw;
  line-height: 5.86667vw;
  color: #666666;
  margin-top: 1.6vw;
}
.index-5 .index-block2 .item-container .item3 {
  background: #F5F7FF;
  border: 0.5px solid #E4E8FB;
  border-radius: 1.06667vw;
  display: flex;
  align-items: center;
  height: 27.46667vw;
  overflow: hidden;
  margin-top: 4vw;
  padding-right: 2.66667vw;
}
.index-5 .index-block2 .item-container .item3 .logo {
  width: 16vw;
  height: 100%;
  background: #4B6FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-5 .index-block2 .item-container .item3 .logo .iconfont {
  font-size: 7.46667vw;
  color: #FFFFFF;
}
.index-5 .index-block2 .item-container .item3 .intro-item-text {
  flex: 1;
  margin-left: 2.66667vw;
}
.index-5 .index-block2 .item-container .item3 .intro-item-text .title {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 4.26667vw;
  line-height: 5.6vw;
  color: #222222;
}
.index-5 .index-block2 .item-container .item3 .intro-item-text .desc {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 3.73333vw;
  line-height: 5.86667vw;
  color: #666666;
  margin-top: 1.6vw;
}
.index-5 .index-block2 .item-container .item4 {
  background: #F3FAFF;
  border: 0.5px solid #CBE4F4;
  border-radius: 1.06667vw;
  display: flex;
  align-items: center;
  height: 27.46667vw;
  overflow: hidden;
  margin-top: 4vw;
  padding-right: 2.66667vw;
}
.index-5 .index-block2 .item-container .item4 .logo {
  width: 16vw;
  height: 100%;
  background: #0099FF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-5 .index-block2 .item-container .item4 .logo .iconfont {
  font-size: 7.46667vw;
  color: #FFFFFF;
}
.index-5 .index-block2 .item-container .item4 .intro-item-text {
  flex: 1;
  margin-left: 2.66667vw;
}
.index-5 .index-block2 .item-container .item4 .intro-item-text .title {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 4.26667vw;
  line-height: 5.6vw;
  color: #222222;
}
.index-5 .index-block2 .item-container .item4 .intro-item-text .desc {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 3.73333vw;
  line-height: 5.86667vw;
  color: #666666;
  margin-top: 1.6vw;
}
.index-5 .index-block3 .block3-title {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 4.8vw;
  line-height: 6.4vw;
  text-align: center;
  color: #222222;
  text-align: center;
  margin-top: 16vw;
}
.index-5 .index-block3 .intro {
  overflow: auto;
  padding-bottom: 2.66667vw;
  margin-top: 5.33333vw;
  display: flex;
  flex-wrap: nowrap;
  padding: 0 4vw 3.73333vw;
}
.index-5 .index-block3 .intro .card-item {
  flex: 0 0 auto;
  width: 80vw;
  height: 95.2vw;
  padding: 4.26667vw;
  position: relative;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  box-shadow: 0px 2.13333vw 3.2vw rgba(0, 0, 0, 0.1);
  border-radius: 2.13333vw;
}
.index-5 .index-block3 .intro .card-item img {
  width: 100%;
  border-radius: 1.06667vw;
}
.index-5 .index-block3 .intro .card-item + .card-item {
  margin-left: 5.33333vw;
}
.index-5 .index-block3 .intro .card-item .title {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 4.8vw;
  line-height: 6.4vw;
  color: #222222;
  margin-top: 5.33333vw;
}
.index-5 .index-block3 .intro .card-item .desc {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 3.73333vw;
  line-height: 6.4vw;
  color: #666666;
  margin-top: 2.66667vw;
}
.index-5 .index-block3 .intro .card-item .meta {
  position: absolute;
  right: 5.33333vw;
  bottom: 5.33333vw;
  display: flex;
  align-items: center;
}
.index-5 .index-block3 .intro .card-item .meta .right {
  margin-left: auto;
  font-size: 4vw;
  line-height: 5.33333vw;
  color: #5B8CC8;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.index-5 .index-block3 .intro .card-item .meta .right .iconfont {
  margin-left: 3.2vw;
  font-size: 4.26667vw;
  width: 4.26667vw;
  height: 4.26667vw;
  display: flex;
  align-items: center;
}
.index-5 .index-block3 .desc {
  padding: 0 3.2vw 0 4vw;
  margin-top: 4.26667vw;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 4.26667vw;
  line-height: 6.4vw;
  letter-spacing: 0.08em;
}
.index-5 .index-block3 .desc .blue-text {
  color: #0096FF;
}
.index-5 .index-block4 {
  padding: 0 4vw 16vw;
}
.index-5 .index-block4 .block4-title {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 4.8vw;
  line-height: 6.4vw;
  text-align: center;
  color: #222222;
  text-align: center;
  margin-top: 16vw;
}
.index-5 .index-block4 .intro1 {
  background: url(../images/img_five_up.jpg) center no-repeat;
  background-size: contain;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.66667vw;
  margin-top: 5.33333vw;
}
.index-5 .index-block4 .intro1 .intro-item {
  height: 40vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.index-5 .index-block4 .intro1 .intro-item .num {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 7.46667vw;
  line-height: 9.86667vw;
  color: #FFFFFF;
}
.index-5 .index-block4 .intro1 .intro-item .title {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 4.26667vw;
  line-height: 5.6vw;
  color: #FFFFFF;
  margin-top: 2.13333vw;
}
.index-5 .index-block4 .intro1 .intro-item .desc {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 3.2vw;
  line-height: 5.33333vw;
  text-align: center;
  color: #FFFFFF;
  margin-top: 1.06667vw;
}
.index-5 .index-block4 .intro2 {
  background: url(../images/img_five_down.jpg) center no-repeat;
  background-size: contain;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.66667vw;
  margin-top: 2.66667vw;
}
.index-5 .index-block4 .intro2 .intro-item {
  height: 40vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.index-5 .index-block4 .intro2 .intro-item .num {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 7.46667vw;
  line-height: 9.86667vw;
  color: #FFFFFF;
}
.index-5 .index-block4 .intro2 .intro-item .title {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 4.26667vw;
  line-height: 5.6vw;
  color: #FFFFFF;
  margin-top: 2.13333vw;
}
.index-5 .index-block4 .intro2 .intro-item .desc {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 3.2vw;
  line-height: 5.33333vw;
  text-align: center;
  color: #FFFFFF;
  margin-top: 1.06667vw;
}
.index-5 .index-block4 .handle {
  margin-top: 8vw;
  text-align: center;
  width: 100%;
}
.index-5 .index-block4 .handle .btn {
  width: 100%;
  height: 11.73333vw;
  background: #0096FF;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 3.73333vw;
  line-height: 4.8vw;
  color: #FFFFFF;
  border: unset;
}
.index-5 .index-block5 {
  padding: 0 4vw 16vw;
  background: url(../images/img_six.jpg) center no-repeat;
  background-size: cover;
}
.index-5 .index-block5 .block5-title {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 4.8vw;
  line-height: 7.46667vw;
  text-align: center;
  color: #222222;
  padding-top: 16vw;
}
.index-5 .index-block5 .block5-title-blue {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 5.33333vw;
  line-height: 7.46667vw;
  text-align: center;
  letter-spacing: 0.2em;
  color: #0096FF;
}
.index-5 .index-block5 .handle {
  margin-top: 8vw;
  text-align: center;
}
.index-5 .index-block5 .handle .btn {
  width: 100%;
  height: 11.73333vw;
}
.index-5 .index-block5 .handle .btn-primary {
  background: #0096FF;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 3.73333vw;
  line-height: 4.8vw;
  color: #FFFFFF;
  border: unset;
}