:root {
  --ww: 1920 * 100vw;
}
@media (max-width: 1024px) {
  :root {
    --ww: 1200 * 100vw;
  }
}
@media (max-width: 768px) {
  :root {
    --ww: 1024 * 100vw;
  }
}
@media (max-width: 640px) {
  :root {
    --ww: 600 * 100vw;
  }
}
.html_esg {
  font-size: calc(100 / var(--ww));
}
@media (min-width: 1921px) {
  .html_esg {
    font-size: 100px;
  }
}
.body_esg {
  font-size: 0.16rem;
  background: linear-gradient(to right, #f2fafe, #f7fcfe);
}


.fixed_main .auto1440 {
  max-width: 1400px;
  width: 75.7%;
}
.fs48 {
  font-size: 0.48rem;
}
@media (max-width: 1200px) {
    .fixed_main .auto1440 {
  width: 100%;
}
}
@media (max-width: 750px) {
  .body_esg {
    font-size: 0.2rem;
  }
  .fixed_main{ padding-top: 250px;}
  .fixed_main::before{ top:250px; }
}

.fixed_main::before {
  /*background: url(/template/cn/images/esg_bg2.png) no-repeat center bottom #fff;*/
  /*background-size: cover;*/
  /*height: 90%;*/
  background-color: transparent;
}
/*@media (max-width: 750px) {*/
/*    .fixed_main::before{height: 100%;}*/
/*}*/
.fixed_main .main_overscroll {
  background-color: transparent;
}
.main_overscroll:before{background: url(/template/cn/images/esg_bg2.png) no-repeat center bottom #fff; background-size: cover;  position: absolute;  left: 50%;  bottom: 0; width: 400%;  height: 100%; z-index: -1;  border-radius: 0 0 50% 50%; transform: translateX(-50%);}
.esg_item {
  padding: 1.1rem 0 0.8rem;
}
.esg_title {
  text-align: center;
  color: #333333;
  margin-bottom: 0.55rem;
}
@media (max-width: 640px) {
  .fs48 {
    font-size: 0.32rem;
  }
  .esg_item {
    padding: 0.8rem 0 0.6rem;
  }
}
.down_pdf {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.down_pdf .left {
  width: calc(962 / 1440 * 100% + 0.6rem);
  position: relative;
  padding-left: 0.6rem;
  margin-left: -0.6rem;
}
.down_pdf .swiper,
.down_pdf .swiper-slide {
  overflow: visible;
}
.down_pdf .pic {
  position: relative;
  padding-top: calc(650 / 960 * 100%);
  overflow: hidden;
  border-radius: 0.1rem;
  box-shadow: 0px 8px 36px 0px rgba(23, 138, 217, 0.1);
}
.down_pdf .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-object-fit: cover;
}
.down_pdf .swiper-pagination {
  position: absolute;
  bottom: -0.45rem;
  width: 100%;
}
.down_pdf .swiper-pagination-clickable .swiper-pagination-bullet {
  margin: 0 8px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: transparent;
  position: relative;
}
.down_pdf .swiper-pagination .swiper-pagination-bullet::before {
  content: '';
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #7989a3;
}
.down_pdf .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid #147bd1;
}
.down_pdf .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background-color: #147bd1;
}
.down_pdf .swiper-button {
  width: 0.45rem;
  height: 0.45rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  border: 1px solid #e5e5e5;
}
.down_pdf .swiper-button::after {
  font-size: 0.18rem;
  color: #e5e5e5;
}
.down_pdf .swiper-button:hover {
  background-color: #005bac;
  border-color: #005bac;
}
.down_pdf .swiper-button:hover::after {
  color: #fff;
}
.down_pdf .right {
  flex: 1;
  min-width: 0;
  background: url(/template/cn/images/esg_bg3.jpg) no-repeat center top;
  background-size: cover;
  border: 2px solid #fff;
  border-radius: 0.1rem;
  padding: 0.4rem;
}
.down_pdf .right .title {
  font-size: 0.2rem;
  margin-bottom: 0.2rem;
}
.down_pdf .right li {
  margin-bottom: 0.1rem;
}
.down_pdf .right li .flex {
  display: flex;
  box-shadow: 0px 0px 12px 0px rgba(0, 91, 172, 0.1);
  line-height: 0.4rem;
  background-color: #fff;
  padding: 0 0.2rem;
}
.down_pdf .right li .name {
  flex-shrink: 0;
}
.down_pdf .right li .text {
  flex: 1;
  width: 100%;
  border: none;
  background: none!important;
  height: 0.4rem;
  line-height: 0.4rem;
  outline: none;
}
input.no-autofill-bg:-webkit-autofill,
input.no-autofill-bg:-webkit-autofill:hover, 
input.no-autofill-bg:-webkit-autofill:focus, 
input.no-autofill-bg:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
    -webkit-text-fill-color: #333 !important;
}


input:-webkit-autofill, 
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active {
    -webkit-transition-delay: 111111s;
    -webkit-transition: color 11111s ease-out, background-color 111111s ease-out;
}
.down_pdf .right .li_ms .flex {
  flex-wrap: wrap;
}
.down_pdf .right .li_ms .name {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.down_pdf .right .li_ms .text {
  width: 100%;
  flex: auto;
}
.down_pdf .right .li_ms .count {
  color: #999999;
  font-size: 0.14rem;
}
.down_pdf .right .li_ms .count .counts {
  font-style: normal;
}
.down_pdf .right .li_yzm {
  display: flex;
  align-items: center;
}
.down_pdf .right .li_yzm .flex {
  flex: 1;
  min-width: 0;
}
.down_pdf .right .li_yzm .img {
  flex-shrink: 0;
  margin-left: 0.2rem;
  width: 0.8rem;
}
.down_pdf .right .li_yzm .img img {
  border-radius: 4px;
}
.down_pdf .right .btnbox {
  margin-top: 0.35rem;
  display: flex;
  justify-content: flex-end;
}
.down_pdf .right .btnbox .btn {
  min-width: 1.6rem;
  padding: 0 0.1rem;
  line-height: 0.5rem;
  border-radius: 0.5rem;
  color: #fff;
  display: inline-block;
  background-color: #005bac;
  box-shadow: 0px 0px 24px 0px rgba(0, 91, 172, 0.1);
  text-align: center;
}
@media (max-width: 1480px) {
  .down_pdf .right {
    padding: 0.3rem;
  }
  .down_pdf .right li .flex {
    line-height: 0.4rem;
  }
  .down_pdf .right li .text {
    height: 0.4rem;
    line-height: 0.4rem;
  }
}
@media (max-width: 1200px) {
  .down_pdf .right li .flex {
    line-height: 0.6rem;
  }
  .down_pdf .right li .text {
    height: 0.6rem;
    line-height: 0.6rem;
  }
}
@media (max-width: 1024px) {
  .down_pdf .left,
  .down_pdf .right {
    width: 100%;
  }
  .down_pdf .left {
    margin-left: 0;
  }
  .down_pdf .right {
    flex: auto;
    margin-top: 0.5rem;
  }
}
.esg_item_two .ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: url(/template/cn/images/esg_bg4.jpg) no-repeat center top;
  background-size: cover;
  border: 2px solid #fff;
  border-radius: 0.1rem;
}
.esg_item_two li {
  width: 49%;

  padding: 0.5rem 0.4rem;
}
.esg_item_two figure {
  background-color: #fff;
  border-radius: 0.1rem;
  text-align: center;
}
@media (max-width: 640px) {
  .esg_item_two li {
    width: 100%;
    margin-bottom: 2%;
  }
}
.esg_item_honor .inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: flex-start;
}
.esg_item_honor .list {
  width: 25.76%;
  position: relative;
  overflow: hidden;
}
.esg_item_honor .list::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 4px);
  height: 2.34rem;
  pointer-events: none;
  border: 2px solid #fff;
  z-index: 10;
  border-radius: 0.1rem;
}
.esg_item_honor .left {
  margin-top: 6.5%;
}
.esg_item_honor .swiper {
  width: 100%;
  border-radius: 0.1rem;
}
.esg_item_honor .Big {
  width: 35.72%;
  text-align: center;
}
.esg_item_honor .Big::before {
  height: 3.28rem;
}
.esg_item_honor .Big .title {
  font-size: 0.24rem;
}
.esg_item_honor .Big .pic {
  padding-top: 3.3rem;
}
.esg_item_honor .Big .swiper-slide-active .stit,
.esg_item_honor .Big .swiper-slide-active .line {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.8s;
  transition-delay: 1.5s;
}
.esg_item_honor .box {
  width: 100%;
}
.esg_item_honor .pic {
  position: relative;
  overflow: hidden;
  padding-top: 2.38rem;
  border-radius: 0.1rem;
}
.esg_item_honor .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-object-fit: cover;
}
.esg_item_honor .textwarp {
  padding: 0.2rem 0;
}
.esg_item_honor .title {
  font-size: 0.18rem;
  margin-bottom: 0.2rem;
  text-align: center;
  transform: translateY(-10px);
  opacity: 0;
}
.esg_item_honor .stit {
  color: #005bac;
  font-size: 0.18rem;
  position: relative;
  transform: translateY(10px);
  opacity: 0;
}
.esg_item_honor .line {
  isplay: block;
  width: 1px;
  height: 0.24rem;
  background-color: #005bac;
  margin: 0 auto 0.2rem;
  opacity: 0;
}
.esg_item_honor .swiper-button {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 100%;
  border: 1px solid #005bac;
  background-image: none;
}
.esg_item_honor .swiper-button::after {
  color: #005bac;
  font-size: 0.18rem;
}
.esg_item_honor .swiper-button:hover {
  background-color: #005bac;
}
.esg_item_honor .swiper-button:hover::after {
  color: #fff;
}
.esg_item_honor .swiper-button-prev {
  left: 27.3%;
  top: 41%;
}
.esg_item_honor .swiper-button-next {
  right: 27.3%;
  top: 26%;
}
.esg_item_honor .swiper-slide-active .title {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.8s;
  transition-delay: 1.5s;
}
@media (max-width: 640px) {
  .esg_item_honor .swiper {
    margin: 0;
  }
  .esg_item_honor .swiper-button-prev {
    left: -1%;
  }
  .esg_item_honor .swiper-button-next {
    right: -1%;
    top: 38%;
  }
  .esg_item_honor .left,
  .esg_item_honor .right {
    display: none;
  }
  .esg_item_honor .Big {
    width: 90%;
    margin: 0 auto;
  }
}
:root {
  --rww: 1920;
}
@media (max-width: 640px) {
  :root {
    --rww: 750;
  }
}
.esg_item_three {
  padding-bottom: 0.2rem;
  overflow: hidden;
}
.esg_item_three .esg_title {
  margin-bottom: 0.5rem;
}
.esg_item_three .stit {
  font-size: 0.24rem;
  letter-spacing: 0.04rem;
  margin-top: 0.05rem;
}
.esg_item_three .con {
  font-size: 0.18rem;
  line-height: calc(32 / 18);
  color: #333333;
  max-width: 1180px;
  margin: 0 auto 0.65rem;
  text-align: center;
  font-family: "HarmonyLight";
}
.esg_item_three .list {
  position: relative;
  height: calc(580 / var(--rww) * 100vw);
  background: url(/template/cn/images/esg_bg5.png) no-repeat center;
  background-size: cover;
}
.esg_item_three li {
  font-size: calc(18 / 1920 * 100vw);
  color: #00294c;
  position: absolute;
}
.esg_item_three li .circle {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  animation: spin 7s infinite linear;
  transform-origin: 50% 40%;
}
.esg_item_three li .circle::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: -moz-linear-gradient(-45deg, #ffffff 0%, #e6f1f8 100%);
  background-image: -webkit-linear-gradient(-45deg, #ffffff 0%, #e6f1f8 100%);
  background-image: -ms-linear-gradient(-45deg, #ffffff 0%, #e6f1f8 100%);
  border: 3px solid #fff;
  opacity: 0.6;
}
.esg_item_three li {
  transition: transform 0.5s ease-out;
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
  transition-delay: 0.3s;
}
.esg_item_three li:nth-child(2n) {
  transition: transform 0.8s ease-out;
  transition-delay: 0.03s;
}
.esg_item_three li:nth-child(3n) {
  transition: transform 0.3s ease-out;
  transition-delay: 0.04s;
}
.esg_item_three li span {
  animation: spin-reverse 7s infinite linear;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: relative;
}
.esg_item_three li:nth-child(2n) .circle {
  animation: spin2 7s infinite linear;
}
.esg_item_three li:nth-child(2n) span {
  animation: spin-reverse2 7s infinite linear;
}
.esg_item_three .nobg .circle::before {
  display: none;
}
.esg_item_three .li_1 {
  width: calc(160 / var(--rww) * 100vw);
  height: calc(160 / var(--rww) * 100vw);
  left: calc(75 / var(--rww) * 100vw);
  top: calc(10 / var(--rww) * 100vw);
  font-size: calc(24 / var(--rww) * 100vw);
  color: #005bac;
}
.esg_item_three .li_1 .circle::before {
  opacity: 1;
}
.esg_item_three .li_2 {
  width: calc(116 / var(--rww) * 100vw);
  height: calc(116 / var(--rww) * 100vw);
  left: calc(300 / var(--rww) * 100vw);
  top: calc(160 / var(--rww) * 100vw);
  color: #005bac;
}
.esg_item_three .li_3 {
  width: calc(116 / var(--rww) * 100vw);
  height: calc(116 / var(--rww) * 100vw);
  left: calc(230 / var(--rww) * 100vw);
  top: calc(305 / var(--rww) * 100vw);
  font-size: calc(24 / var(--rww) * 100vw);
  color: #0db7ee;
}
.esg_item_three .li_4 {
  width: calc(160 / var(--rww) * 100vw);
  height: calc(160 / var(--rww) * 100vw);
  left: calc(430 / var(--rww) * 100vw);
  top: calc(311 / var(--rww) * 100vw);
  font-size: calc(26 / var(--rww) * 100vw);
  color: #fff;
}
.esg_item_three .li_4 .circle::before {
  opacity: 1;
  background: #01b4ed;
  border-color: #01b4ed;
}
.esg_item_three .li_5 {
  width: calc(140 / var(--rww) * 100vw);
  height: calc(140 / var(--rww) * 100vw);
  left: calc(440 / var(--rww) * 100vw);
  top: calc(10 / var(--rww) * 100vw);
  font-size: calc(22 / var(--rww) * 100vw);
}
.esg_item_three .li_6 {
  width: calc(135 / var(--rww) * 100vw);
  height: calc(135 / var(--rww) * 100vw);
  left: calc(758 / var(--rww) * 100vw);
  top: calc(0 / var(--rww) * 100vw);
  font-size: calc(22 / var(--rww) * 100vw);
}
.esg_item_three .li_7 {
  width: calc(148 / var(--rww) * 100vw);
  height: calc(148 / var(--rww) * 100vw);
  left: calc(675 / var(--rww) * 100vw);
  top: calc(244 / var(--rww) * 100vw);
  font-size: calc(24 / var(--rww) * 100vw);
}
.esg_item_three .li_8 {
  width: calc(160 / var(--rww) * 100vw);
  height: calc(160 / var(--rww) * 100vw);
  left: calc(908 / var(--rww) * 100vw);
  top: calc(132 / var(--rww) * 100vw);
  font-size: calc(24 / var(--rww) * 100vw);
  color: #005bac;
}
.esg_item_three .li_8 .circle::before {
  opacity: 1;
}
.esg_item_three .li_9 {
  width: calc(140 / var(--rww) * 100vw);
  height: calc(140 / var(--rww) * 100vw);
  left: calc(1038 / var(--rww) * 100vw);
  top: calc(282 / var(--rww) * 100vw);
  font-size: calc(20 / var(--rww) * 100vw);
}
.esg_item_three .li_10 {
  width: calc(140 / var(--rww) * 100vw);
  height: calc(140 / var(--rww) * 100vw);
  right: calc(655 / var(--rww) * 100vw);
  top: calc(26 / var(--rww) * 100vw);
  font-size: calc(22 / var(--rww) * 100vw);
}
.esg_item_three .li_11 {
  width: calc(116 / var(--rww) * 100vw);
  height: calc(116 / var(--rww) * 100vw);
  right: calc(600 / var(--rww) * 100vw);
  top: calc(190 / var(--rww) * 100vw);
  color: #005bac;
}
.esg_item_three .li_12 {
  width: calc(160 / var(--rww) * 100vw);
  height: calc(160 / var(--rww) * 100vw);
  right: calc(367 / var(--rww) * 100vw);
  top: calc(220 / var(--rww) * 100vw);
  font-size: calc(24 / var(--rww) * 100vw);
  color: #fff;
}
.esg_item_three .li_12 .circle::before {
  opacity: 0.9;
  background-image: -moz-linear-gradient(-36deg, #ffffff 0%, #ffffff 0%, #6daae1 0%, #005bac 100%);
  background-image: -webkit-linear-gradient(-36deg, #ffffff 0%, #ffffff 0%, #6daae1 0%, #005bac 100%);
  background-image: -ms-linear-gradient(-36deg, #ffffff 0%, #ffffff 0%, #6daae1 0%, #005bac 100%);
}
.esg_item_three .li_13 {
  width: calc(110 / var(--rww) * 100vw);
  height: calc(110 / var(--rww) * 100vw);
  right: calc(440 / var(--rww) * 100vw);
  top: calc(73 / var(--rww) * 100vw);
}
.esg_item_three .li_14 {
  width: calc(140 / var(--rww) * 100vw);
  height: calc(140 / var(--rww) * 100vw);
  right: calc(190 / var(--rww) * 100vw);
  top: calc(120 / var(--rww) * 100vw);
  color: #005bac;
  font-size: calc(24 / var(--rww) * 100vw);
}
@media (max-width: 640px) {
  .esg_item_three .list {
    height: 9rem;
  }
  .esg_item_three li {
    font-size: 0.22rem;
  }
   .esg_item_three .li_1 {
    font-size: 0.24rem;
    top: .5rem;
    left: 0.3rem;
  }
  .esg_item_three .li_2 {
    left: 1.8rem;
    top: 1.5rem;
    font-size: 0.18rem;
  }
  .esg_item_three .li_3 {
    font-size: 0.24rem;
    top: 3rem;
    left: 2.5rem;
  }
  .esg_item_three .li_4 {
    font-size: 0.24rem;
    top: 0rem;
    left: 2.3rem;
  }
  .esg_item_three .li_5 {
    font-size: 0.20rem;
    left: .8rem;
    top: 2.6rem;
  }
  .esg_item_three .li_6 {
    font-size: 0.24rem;
    top: 0.1rem;
    right: 0.5rem;
    left: auto;
  }
  .esg_item_three .li_7 {
    font-size: 0.24rem;
    top: 1.6rem;
    right: 1.4rem;
    left: auto;
  }
  .esg_item_three .li_8 {
    font-size: 0.24rem;
    left: auto;
    right: 0.5rem;
    top: 2.8rem;
  }
  .esg_item_three .li_9 {
    font-size: 0.24rem;
    top: 3.9rem;
    left: 5%;
  }
  .esg_item_three .li_10 {
    font-size: 0.20rem;
    top: 4.5rem;
    left: 2rem;
  }
  .esg_item_three .li_11 {
    top: 4.4rem;
    left: 3.8rem;
  }
  .esg_item_three .li_12 {
    font-size: 0.24rem;
    top: 5.5rem;
    left: 0.8rem;
  }
  .esg_item_three .li_13 {
    font-size: 0.18rem;
    top: 6rem;
    left: 3rem;
  }
  .esg_item_three .li_14 {
    font-size: 0.22rem;
    left: auto;
    right: .5rem;
    top: 5.5rem;
  }
}
<!--9.8943710327148E-5-->