@charset "UTF-8";
@-webkit-keyframes fadeInShow {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes fadeInShow {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.isFENV .in_con03 {
  height: 100%;
}

.zlb_con01 {
  background: url(https://omo-oss-image.thefastimg.com/portal-saas/pg2024060714080855836/cms/image/b90e4fc9-2b7e-4c13-b575-c156705b313b.jpg) no-repeat;
  background-size: cover;
  padding: 7.5vw 0;
}
.zlb_con01 .text {
  text-align: center;
  margin-bottom: 4vw;
}
.zlb_con01 .text h3 {
  color: #fff;
  margin-bottom: 1vw;
    font-family: "Alibaba-PuHuiTi-M";
}
.zlb_con01 .text .p {
  color: rgba(255, 255, 255, 0.4);
  /**max-width: 800px;*/
  margin: 0 auto;
}
.zlb_con01 .mukuai .top_con {
  background: #33333e;
  padding: 30px;
  border-radius: 20px;
  width: 790px;
  margin: 0 auto;
  position: relative;
}
.zlb_con01 .mukuai .top_l {
  position: absolute;
  left: -370px;
  top: 50%;
  width: 350px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.zlb_con01 .mukuai .top_l p {
  width: 200px;
  padding: 10px 10px;
  border-radius: 50px;
  background: #0851f6;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
.zlb_con01 .mukuai .top_l img {
  opacity: 0;
  width: 100%;
}
.zlb_con01 .mukuai .top_l:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #0851f6;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.zlb_con01 .mukuai .top_r {
  position: absolute;
  right: -370px;
  top: 50%;
  width: 350px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.zlb_con01 .mukuai .top_r p {
  width: 200px;
  padding: 10px 10px;
  border-radius: 50px;
  background: #cbdbfd;
  color: #4167d6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
.zlb_con01 .mukuai .top_r img {
  width: 100%;
}
.zlb_con01 .mukuai .top_b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.zlb_con01 .mukuai .top_b ul {
  color: rgba(255, 255, 255, 0.4);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 1vw;
}
.zlb_con01 .mukuai .top_b li {
  margin-bottom: 3px;
  position: relative;
  padding-left: 10px;
  word-break: normal;
}
.zlb_con01 .mukuai .top_b li:after {
  content: "";
  display: block;
  width: 2px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 100%;
  position: absolute;
  top: 10px;
  left: 0px;
}
.zlb_con01 .mukuai .top_t {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.zlb_con01 .mukuai .top_t .arrow {
  cursor: pointer;
  font-weight: normal;
  margin: 0 5px;
  width: calc(20% - 10px);
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background-color: #0851f6;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  padding-left: 20px;
  border-radius: 5px;
  line-height: 1.2;
}
.zlb_con01 .mukuai .top_t .arrow:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 22px solid #33333d;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}
.zlb_con01 .mukuai .top_t .arrow:after {
  content: "";
  position: absolute;
  right: -19px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 22px solid #0851f6;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}
.zlb_con01 .mukuai .top_t .arrow.arrow01 {
  z-index: 5;
  background-color: #0851f6;
}
.zlb_con01 .mukuai .top_t .arrow.arrow01:before {
  border: 0;
}
.zlb_con01 .mukuai .top_t .arrow.arrow02 {
  z-index: 4;
  background-color: #0851f6;
}
.zlb_con01 .mukuai .top_t .arrow.arrow03 {
  z-index: 3;
  background-color: #0851f6;
}
.zlb_con01 .mukuai .top_t .arrow.arrow04 {
  z-index: 2;
  background-color: #0851f6;
}
.zlb_con01 .mukuai .top_t .arrow.arrow05 {
  z-index: 1;
  background-color: #0851f6;
}
.zlb_con01 .mukuai .top_t .arrow.arrow05:after {
  display: none;
}
.zlb_con01 .mukuai .bottom_con {
  background: #33333e;
  padding: 20px;
  padding-bottom: 50px;
  border-radius: 20px;
  width: 790px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: -10px;
}
.zlb_con01 .mukuai .bot_l {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.zlb_con01 .mukuai .bot_l .b_l_t {
  background: #4f547d;
  padding: 15px;
  color: #fff;
  border-radius: 10px;
}
.zlb_con01 .mukuai .bot_l .b_l_t h3 {
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.3;
}
.zlb_con01 .mukuai .bot_l .b_l_t ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.zlb_con01 .mukuai .bot_l .b_l_t li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  margin-right: 7px;
  line-height: 1.2;
  padding: 8px 16px;
  border-radius: 10px;
  background: #fff;
  color: #6179bc;
  margin-bottom: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
          word-break: normal;
}
.zlb_con01 .mukuai .bot_l p {
  position: absolute;
  bottom: -30px;
  left: 0%;
  width: 100%;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}
.zlb_con01 .mukuai .bot_r {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.zlb_con01 .mukuai .bot_r svg {
  margin: 0 10px;
}
.zlb_con01 .mukuai .bot_r p {
  background: #0851f6;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
}
.zlb_con01 .mukuai .mid_con {
  width: 1556px;
  margin: 0 auto;
  position: relative;
}
.zlb_con01 .mukuai .mid_con > img {
  width: 100%;
}
.zlb_con01 .mukuai .mid_con .img img {
  position: absolute;
  left: 0px;
  top: 0px;
  max-width: 100%;
}
.zlb_con01 .mukuai .mid_con .img_btn img {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  max-width: 100%;
}
.zlb_con01 .mukuai .mid_con .img_text {
  position: absolute;
  left: 50%;
  top: 57%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 350px;
  z-index: 3;
  color: #fff;
  text-align: center;
}
.zlb_con01 .mukuai .mid_con .img_p .p {
  position: absolute;
  top: 0px;
  z-index: 4;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  border-radius: 20px;
  padding: 30px 25px;
}
.zlb_con01 .mukuai .mid_con .img_p .p h3 {
  line-height: 1.3;
  font-weight: normal;
}
.zlb_con01 .mukuai .mid_con .img_p .p ul {
  margin-top: 1vw;
}
.zlb_con01 .mukuai .mid_con .img_p .p li {
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.4);
}
.zlb_con01 .mukuai .mid_con .img_p .p .btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 84px;
  padding:0px;
}
.zlb_con01 .mukuai .mid_con .img_p .p .btn img {
  width: 100%;
}
.zlb_con01 .mukuai .mid_con .img_p .p1 {
  left: -1.5%;
  text-align: left;
}
.zlb_con01 .mukuai .mid_con .img_p .p1 .btn {
  right: -25%;
}
.zlb_con01 .mukuai .mid_con .img_p .p2 {
  right: -1%;
  text-align: right;
}
.zlb_con01 .mukuai .mid_con .img_p .p2 .btn {
  left: -25%;
}

/*动画*/
.zlb_con01 .mukuai .top_l {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.zlb_con01 .animated.mukuai .top_l {
  opacity: 1;
}

.zlb_con01 .mukuai .top_r {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out 0.4s;
  transition: opacity 0.5s ease-in-out 0.4s;
}

.zlb_con01 .animated.mukuai .top_r {
  opacity: 1;
}

.zlb_con01 .mukuai .top_con {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out 0.2s;
  transition: opacity 0.5s ease-in-out 0.2s;
}

.zlb_con01 .animated.mukuai .top_con {
  opacity: 1;
}

.zlb_con01 .mukuai .top_t .arrow {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.zlb_con01 .mukuai .top_t .arrow.arrow01 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.zlb_con01 .mukuai .top_t .arrow.arrow02 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.zlb_con01 .mukuai .top_t .arrow.arrow03 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.zlb_con01 .mukuai .top_t .arrow.arrow04 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.zlb_con01 .mukuai .top_t .arrow.arrow05 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.zlb_con01 .animated.mukuai .top_t .arrow {
  opacity: 1;
}

.zlb_con01 .mukuai .top_b ul {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.zlb_con01 .mukuai .top_b ul:nth-of-type(1) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.zlb_con01 .mukuai .top_b ul:nth-of-type(2) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.zlb_con01 .mukuai .top_b ul:nth-of-type(3) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.zlb_con01 .mukuai .top_b ul:nth-of-type(4) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.zlb_con01 .mukuai .top_b ul:nth-of-type(5) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.zlb_con01 .animated.mukuai .top_b ul {
  opacity: 1;
}

.zlb_con01 .mukuai .bottom_con {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.zlb_con01 .animated.mukuai .bottom_con {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.zlb_con01 .mukuai .bot_l .b_l_t h3 {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.zlb_con01 .animated.mukuai .bot_l .b_l_t h3 {
  opacity: 1;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.zlb_con01 .mukuai .bot_l .b_l_t li {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.zlb_con01 .mukuai .bot_l .b_l_t li:nth-of-type(1) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.zlb_con01 .mukuai .bot_l .b_l_t li:nth-of-type(2) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.zlb_con01 .mukuai .bot_l .b_l_t li:nth-of-type(3) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.zlb_con01 .mukuai .bot_l .b_l_t li:nth-of-type(4) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.zlb_con01 .mukuai .bot_l .b_l_t li:nth-of-type(5) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.zlb_con01 .mukuai .bot_l .b_l_t li:nth-of-type(6) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.zlb_con01 .mukuai .bot_l .b_l_t li:nth-of-type(7) {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

.zlb_con01 .animated.mukuai .bot_l .b_l_t li {
  opacity: 1;
}

.zlb_con01 .mukuai .bot_r {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.zlb_con01 .animated.mukuai .bot_r {
  opacity: 1;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.zlb_con01 .mukuai .mid_con > img {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.zlb_con01 .animated.mukuai .mid_con > img {
  opacity: 1;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.zlb_con01 .mukuai .mid_con .img img {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.zlb_con01 .mukuai .mid_con .img img:nth-of-type(1) {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}

.zlb_con01 .mukuai .mid_con .img img:nth-of-type(2) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.zlb_con01 .animated.mukuai .mid_con .img img {
  opacity: 1;
}

.zlb_con01 .mukuai .mid_con .img_btn img {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.zlb_con01 .mukuai .mid_con .img_btn img:nth-of-type(1) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.zlb_con01 .mukuai .mid_con .img_btn img:nth-of-type(2) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.zlb_con01 .mukuai .mid_con .img_btn img:nth-of-type(3) {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

.zlb_con01 .mukuai .mid_con .img_btn img:nth-of-type(4) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.zlb_con01 .mukuai .mid_con .img_btn img:nth-of-type(5) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.zlb_con01 .animated.mukuai .mid_con .img_btn img {
  opacity: 1;
}

.zlb_con01 .mukuai .mid_con .img_text {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.zlb_con01 .animated.mukuai .mid_con .img_text {
  opacity: 1;
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

.zlb_con01 .mukuai .mid_con .img_p .p1 {
  opacity: 0;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  -webkit-transform: translateX(50px);
      -ms-transform: translateX(50px);
          transform: translateX(50px);
}

.zlb_con01 .animated.mukuai .mid_con .img_p .p1 {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

.zlb_con01 .mukuai .mid_con .img_p .p2 {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(-50px);
      -ms-transform: translateX(-50px);
          transform: translateX(-50px);
}

.zlb_con01 .animated.mukuai .mid_con .img_p .p2 {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

/*动画*/
@media only screen and (max-width: 1600px) {
  .zlb_con01 .mukuai .mid_con {
    width: 90%;
    text-align: center;
  }
  .zlb_con01 .mukuai .mid_con > img {
    width: 90%;
  }
  .zlb_con01 .mukuai .mid_con .img_p .p .btn {
    width: 35%;
  }
  .zlb_con01 .mukuai .top_con {
    width: 55%;
  }
  .zlb_con01 .mukuai .bottom_con {
    width: 55%;
    top: -3px;
  }
  .zlb_con01 .mukuai .mid_con .img_text {
    top: 65%;
  }
  .zlb_con01 .mukuai .bot_r {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
  }
  .zlb_con01 .mukuai .top_r {
    width: 36%;
    right: -38%;
  }
  .zlb_con01 .mukuai .top_r p {
    width: 68%;
  }
  .zlb_con01 .mukuai .top_l {
    width: 36%;
    left: -38%;
  }
  .zlb_con01 .mukuai .top_l p {
    width: 68%;
  }
}

@media only screen and (max-width: 1200px) {
  .zlb_con01 {
    padding: 10vw 0;
  }
  .zlb_con01 .mukuai .mid_con {
    width: 80%;
  }
  .zlb_con01 .mukuai .mid_con .img_p .p1 {
    left: -4.5%;
  }
  .zlb_con01 .mukuai .mid_con .img_p .p2 {
    right: -4.5%;
  }
  .zlb_con01 .mukuai .top_r p {
    width: 80%;
  }
  .zlb_con01 .mukuai .top_l p {
    width: 80%;
  }
  .zlb_con01 .mukuai .top_con {
    width: 50%;
  }
  .zlb_con01 .mukuai .bottom_con {
    width: 50%;
  }
  .zlb_con01 .mukuai .top_t .arrow {
    font-size: 12px;
  }
  .zlb_con01 .mukuai .top_r p {
    font-size: 12px;
  }
  .zlb_con01 .mukuai .top_l p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 900px) {
  .zlb_con01 .mukuai .top_t .arrow {
    margin: 0 2px;
    width: calc(20% - 2px);
    height: 30px;
    font-weight: normal;
    padding-left: 10px;
  }
  .zlb_con01 .mukuai .top_t .arrow:before {
    border-left: 15px solid #33333e;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
  }
  .zlb_con01 .mukuai .top_t .arrow:after {
    right: -12px;
    border-left: 15px solid #0851f6;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
  }
  .zlb_con01 .mukuai .top_con {
    margin-top: 70px;
    width: 80%;
  }
  .zlb_con01 .mukuai .top_l {
    left: 0px;
    top: -30px;
  }
  .zlb_con01 .mukuai .top_r {
    right: 0px;
    top: -30px;
  }
  .zlb_con01 .mukuai .mid_con {
    margin-top: 30px;
  }
  .zlb_con01 .mukuai .mid_con .img_p .p {
    position: static;
    margin-bottom: 20px;
  }
  .zlb_con01 .mukuai .mid_con .img_p .p .btn {
    width: 50px;
    right: 20px;
  }
  .zlb_con01 .mukuai .mid_con .img_p .p2 .btn {
    right: 20px;
    left: auto;
  }
  .zlb_con01 .mukuai .mid_con .img img {
    display: none;
  }
  .zlb_con01 .animated.mukuai .mid_con > img {
    display: none;
  }
  .zlb_con01 .mukuai .mid_con .img_p .p2 {
    text-align: left;
  }
  .zlb_con01 .mukuai .mid_con .img_btn {
    display: none;
  }
  .zlb_con01 .animated.mukuai .mid_con .img_text {
    position: static;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    margin: 0 auto 30px;
  }
  .zlb_con01 .mukuai .bottom_con {
    width: 80%;
  }
}
@media only screen and (max-width: 768px) {
  .zlb_con01 {
    padding: 15vw 0;
  }
  .zlb_con01 .mukuai .top_t {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .zlb_con01 .mukuai .top_t .arrow {
    width: calc(33.33% - 10px);
    margin-bottom: 10px;
  }
  .zlb_con01 .text h3 {
    margin-bottom: 3vw;
  }
  .zlb_con01 .text {
    margin-bottom: 5vw;
  }
  .zlb_con01 .mukuai .top_r, .zlb_con01 .mukuai .top_l {
    width: 50%;
  }
  .zlb_con01 .mukuai .top_l p {
    width: 100%;
  }
  .zlb_con01 .mukuai .top_con {
    padding: 20px 10px;
    width: 90%;
  }
  .zlb_con01 .mukuai .top_b ul {
    margin-right: 5px;
  }
  .zlb_con01 .mukuai .top_b li {
    padding-left: 7px;
  }
  .zlb_con01 .mukuai .mid_con {
    width: 90%;
  }
  .zlb_con01 .mukuai .bottom_con {
    width: 90%;
  }
  .zlb_con01 .mukuai .bot_l p {
    bottom: -60px;
  }
  .zlb_con01 .mukuai .bottom_con {
    padding-bottom: 80px;
  }
}
.about06 {
  height: 900px;
  position: relative;
  overflow: hidden;
}

.about06 .wrap {
  height: 100%;
}

.about06 .img {
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
}

.about06 .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about06 .ab06_con {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 2;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about06 .left {
  color: #000;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 450px;
          flex: 0 0 450px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about06 .left h3 {
  margin-bottom: 1vw;
  font-weight: normal;
  position: relative;
  padding-bottom: 0.8vw;
  margin-bottom: 1.2vw;
  margin-bottom: 1vw;
    font-family: "Alibaba-PuHuiTi-M";
}

.about06 .left h3:after {
  content: "";
  display: block;
  width: 50px;
  height: 5px;
  background: #4167d6;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.about06 .left ul {
  margin-top: 4.5vw;
}

.about06 .left li {
  margin-bottom: 0.8vw;
  color: #333;
  position: relative;
  padding-left: 20px;
}

.about06 .left li:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #4167d6;
  position: absolute;
  left: 0px;
  top: 8px;
}

.about06 .right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 850px;
          flex: 0 0 850px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.about06 .right .rt01 {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.about06 .right .rt02 {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.about06 .right .rt03 {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.about06 .right .ab06_swiper {
  height: 100%;
}

.about06 .right .ab06_swiper1 {
  height: 100%;
}

.about06 .right .ab06_swiper2 {
  height: 100%;
}

.about06 .right .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (min-width: 1921px) {
  .about06 {
    height: 1100px;
  }
}
@media only screen and (max-width: 1600px) {
  .about06 .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
  .about06 .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 69%;
            flex: 0 0 69%;
  }
  .about06 .right .rt01 {
    margin-left: 20px;
  }
  .about06 .right .rt02 {
    margin-left: 20px;
  }
  .about06 .right .rt03 {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 1230px) {
  .about06 {
    height: auto;
  }
  .about06 .ab06_con {
    display: block;
    padding: 10vw 0;
  }
  .about06 .left h3 {
    padding-bottom: 2vw;
    margin-bottom: 3vw;
  }
  .about06 .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    height: auto;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .about06 .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    height: auto;
    margin-top: 8vw;
    display: block;
  }
  .about06 .right .rt01 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 5vw;
    width: 100%;
  }
  .about06 .right .rt02 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .about06 .right .swiper-slide {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .about06 .ab06_con {
    padding: 15vw 0;
  }
  .about06 .left {
    width: 100%;
  }
  .about06 .left h3 {
    padding-bottom: 4vw;
    margin-bottom: 6vw;
  }
}
/*可持续发展*/
/*.f-40 {
  font-size: 36px;
}

.f-30 {
  font-size: 26px;
}

.f-16 {
  font-size: 16px;
}

.f-14 {
  font-size: 14px;
}
*/
.pr {
  position: relative;
}

.pa {
  position: absolute;
}

.pt130 {
  padding-top: 130px;
}

.c-999 {
  color: #999;
}

.swiper-container {
  overflow: hidden;
}

.pageTit {
  text-align: center;
  margin-bottom: 60px;
      font-family: "Alibaba-PuHuiTi-M";
}

.pageTit .title {
  line-height: 1;
}

.pageTit .description {
  margin: 1.8em auto 0 auto;
  color: #999;
  max-width: 80%;
  line-height: 1.8;
}

.pageTit .description p {
  margin-bottom: 0;
}

.sustainBox1 {
  background: url(https://omo-oss-image.thefastimg.com/portal-saas/pg2024060714080855836/cms/image/6c16f204-c558-4527-9724-b26e33a176f0.png) no-repeat top center;
}

.sustainSwiper {
  height: 690px; 
}

.sustainSwiper .swiper-container {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sustainSwiper .swiper-slide {
  width: auto !important; 
  height: 100%;
  padding: 18px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
}

.sustainSwiper .swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.sustainSwiper .swiper-wrapper:before {
  content: "";
  width: 156vw;
  height: 100%;
  background: url(https://omo-oss-file.thefastfile.com/portal-saas/pg2024060714080855836/cms/file/sustain_line13.svg) repeat-x left bottom;
  background-size: 100% auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  image-rendering: -webkit-optimize-contrast;
}

.sustainSwiper .sustainItem {
  float: left; /*width:33%;*/
  height: 100%;
  position: relative;
}

.sustainSwiper .sustainItem ul, .sustainSwiper .sustainItem li {
  height: 100%;
}

.sustainSwiper .sustainItem ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}

.sustainSwiper .sustainItem li {
  float: left;
  width: 20px;
  height: 100%;
  margin-left: 6vw;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.sustainSwiper .sustainItem li .libox {
  position: absolute;
  top: 20%;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.sustainSwiper .sustainItem li .line {
  width: 4.2vw;
  height: 100%;
  border-right: 1px solid #b5ceab;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /*border-bottom-right-radius:10px;*/
  position: relative;
}

.sustainSwiper .sustainItem li:before {
  display: none;
  content: "";
  position: absolute;
  bottom: 0;
  right: -4em;
  left: 2em;
  top: 0;
  z-index: 100;
}

.sustainSwiper .sustainItem li .libox:before {
  width: 170%;
  content: "";
  display: block;
  position: absolute;
  bottom: -80%;
  left: 20%;
  top: 0;
  z-index: 100;
}

.sustainSwiper .sustainItem li .line:before {
  content: "";
  position: absolute;
  border-bottom: 1px solid #9d29f4;
  width: 100%; /*border-bottom-right-radius:10px;*/
  bottom: 0;
  right: 0;
}

.sustainSwiper .sustainItem li .line:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 1px solid #9d29f4;
  bottom: -6px;
  right: 100%;
}

.sustainSwiper .sustainItem li .dot {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 1px solid #b5ceab;
  position: absolute;
  top: -11px;
  left: 100%;
  margin-left: -6px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.sustainSwiper .sustainItem li .dot:after {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -5px;
  margin-top: -5px;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.sustainSwiper .sustainItem li .data {
  line-height: 1;
  position: absolute;
  top: 0;
  right: 10px;
  text-align: right;
  white-space: nowrap;
  pointer-events: none;
}

.sustainSwiper .sustainItem li .data span {
  padding-left: 10px;
  position: relative;
}

.sustainSwiper .sustainItem li .data span em {
  position: absolute;
  top: 3px;
  left: 120%;
}

.sustainSwiper .sustainItem li .desc {
  color: #868e96;
  position: absolute;
  opacity: 0;
  overflow: hidden;
  width: 200px;
  padding-left: 8px;
  top: 2%;
  left: 100%;
  pointer-events: none;
}

.sustainSwiper .sustainItem .sustainTit {
  text-align: center;
  font-size: 16px;
  color: #fff;
  position: absolute;
  bottom: 25px;
  left: 50%;
  padding: 0.25rem 1rem;
  min-width: 60px;
  border-radius: 100px;
  z-index: 120;
}

.sustainSwiper .sustainItem li:hover {
  z-index: 10;
}

.sustainSwiper .sustainItem li:hover .libox {
  top: 0 !important;
}

.sustainSwiper .sustainItem li:hover .desc {
  opacity: 1;
  -webkit-transition: all 0.3s ease 0.3s;
  transition: all 0.3s ease 0.3s;
}

.sustainSwiper .sustainItem li:hover .dot {
  width: 16px;
  height: 16px;
  margin-left: -9px;
  top: -17px;
}

.sustainSwiper .sustainItem li:hover .dot:after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.sustainSwiper .sustainItem li:hover .data span em {
  opacity: 0;
}

.sustainSwiper .sustainItem:nth-child(1) .sustainTit {
  background: #9d29f4;
  -ms-transform: translateX(80%);
      transform: translateX(80%);
  -webkit-transform: translateX(80%);
}

.sustainSwiper .sustainItem:nth-child(2) .sustainTit {
  background: #31b8e1;
  -ms-transform: translateX(110%);
      transform: translateX(110%);
  -webkit-transform: translateX(110%);
}

.sustainSwiper .sustainItem:nth-child(3) .sustainTit {
  background: #5e9479;
  -ms-transform: translateX(-70%);
      transform: translateX(-70%);
  -webkit-transform: translateX(-70%);
}

.sustainSwiper .swiper-slide:hover {
  z-index: 10;
}

.sustainSwiper .sustainItem:nth-child(1) li .line:before, .sustainSwiper .sustainItem:nth-child(1) li .line:after {
  border-color: #9d29f4;
}

.sustainSwiper .sustainItem:nth-child(2) li .line:before, .sustainSwiper .sustainItem:nth-child(2) li .line:after {
  border-color: #31b8e1;
}

.sustainSwiper .sustainItem:nth-child(3) li .line:before, .sustainSwiper .sustainItem:nth-child(3) li .line:after {
  border-color: #b9d1b0;
}

.sustainSwiper .sustainItem:nth-child(1) li:nth-child(1) .line:before {
  width: 250px;
}

.sustainSwiper .sustainItem:nth-child(1) li:nth-child(1) .line:after {
  display: none;
}

.sustainSwiper .sustainItem:nth-child(1) li:nth-child(2) .line:before {
  width: 100%;
}

.sustainSwiper .sustainItem:nth-child(1) li:nth-child(2) .line:after {
  height: 500px;
  width: 0;
  border-radius: none;
  border: none;
  border-left: 1px solid #9d29f4;
  top: 100%;
  right: 100%;
}

.sustainSwiper .sustainItem:nth-child(1) li:nth-child(3) .line:before {
  right: auto;
  left: 100%;
}

.sustainSwiper .sustainItem:nth-child(1) li:nth-child(3) .line:after {
  right: auto;
  left: 200%;
}

/*.sustainSwiper .sustainItem:nth-child(1) li:nth-child(3) .line{transform: rotateY(180deg);transform-origin: right;}*/
.sustainSwiper .sustainItem:nth-child(1) li:nth-child(4) .line:before {
  width: 2.2vw;
}

.sustainSwiper .sustainItem:nth-child(1) li:nth-child(4) .line:after {
  right: 2.2vw;
}

.sustainSwiper .sustainItem:nth-child(2) li:nth-child(1) .line {
  width: 2.2vw;
}

.sustainSwiper .sustainItem:nth-child(2) li:nth-child(1) .line:before {
  right: auto;
  left: 100%;
}

.sustainSwiper .sustainItem:nth-child(2) li:nth-child(1) .line:after {
  right: auto;
  left: 200%;
}

.sustainSwiper .sustainItem:nth-child(2) li:nth-child(3) .line {
  width: 2.5vw;
}

.sustainSwiper .sustainItem:nth-child(2) li:nth-child(3) .line:after {
  height: 200px;
  width: 0;
  border-radius: 0;
  border: none;
  border-left: 1px solid #31b8e1;
  top: 100%;
}

.sustainSwiper .sustainItem:nth-child(2) li:nth-child(4) .line:before {
  border: none;
}

.sustainSwiper .sustainItem:nth-child(2) li:nth-child(4) .line:after {
  display: none;
}

.sustainSwiper .sustainItem:nth-child(2) li:nth-child(5) .line {
  width: 7vw;
}

.sustainSwiper .sustainItem:nth-child(2) li:nth-child(5) .line:before {
  right: auto;
  left: 100%;
}

.sustainSwiper .sustainItem:nth-child(2) li:nth-child(5) .line:after {
  right: auto;
  left: 200%;
}

.sustainSwiper .sustainItem:nth-child(2) li:nth-child(6) .line {
  width: 2.2vw;
}

.sustainSwiper .sustainItem:nth-child(2) li:nth-child(6) .line:after {
  height: 100%;
  width: 0;
  border-radius: 0;
  border: none;
  border-left: 1px solid #31b8e1;
  top: 100%;
}

.sustainSwiper .sustainItem:nth-child(2) li:nth-child(7) .line:before {
  border: none;
}

.sustainSwiper .sustainItem:nth-child(2) li:nth-child(7) .line:after {
  display: none;
}

.sustainSwiper .sustainItem:nth-child(3) li:nth-child(1) .line {
  width: 1.5vw;
}

.sustainSwiper .sustainItem:nth-child(3) li:nth-child(1) .line:before {
  right: auto;
  left: 100%;
}

.sustainSwiper .sustainItem:nth-child(3) li:nth-child(1) .line:after {
  right: auto;
  left: 200%;
}

.sustainSwiper .sustainItem:nth-child(3) li:nth-child(2) .line {
  width: 8vw;
}

.sustainSwiper .sustainItem:nth-child(3) li:nth-child(3) .line:after {
  height: 100%;
  width: 0;
  border-radius: 0;
  border: none;
  border-left: 1px solid #b9d1b0;
  top: 100%;
}

.sustainSwiper .sustainItem:nth-child(3) li:nth-child(4) .line:before {
  border: none;
}

.sustainSwiper .sustainItem:nth-child(3) li:nth-child(4) .line:after {
  display: none;
}

.sustainSwiper .sustainItem:nth-child(3) li:nth-child(5) .line {
  width: 2.8vw;
}

.sustainSwiper .sustainItem:nth-child(3) li:nth-child(5) .line:after {
  height: 100%;
  width: 0;
  border-radius: 0;
  border: none;
  border-left: 1px solid #b9d1b0;
  top: 100%;
}

.sustainSwiper .sustainItem:nth-child(3) li:nth-child(6) .line {
  width: 2vw;
}

.sustainSwiper .sustainItem:nth-child(3) li:nth-child(6) .line:after {
  height: 100%;
  width: 0;
  border-radius: 0;
  border: none;
  border-left: 1px solid #b9d1b0;
  top: 100%;
}

.sustainSwiper .sustainItem:nth-child(1) li:nth-child(1) {
  margin-left: 8vw;
}

.sustainSwiper .sustainItem:nth-child(1) li:nth-child(2) {
  margin-left: 9vw;
}

.sustainSwiper .sustainItem:nth-child(1) li:nth-child(3) {
  margin-left: 7vw;
}

.sustainSwiper .sustainItem:nth-child(1) li:nth-child(4) {
  margin-left: 6vw;
  margin-right: 5vw;
}

.sustainSwiper .sustainItem:nth-child(2) li:nth-child(1) {
  margin-left: 8vw;
}

.sustainSwiper .sustainItem:nth-child(2) li:nth-child(2) {
  margin-left: 7vw;
}

.sustainSwiper .sustainItem:nth-child(2) li:nth-child(3) {
  margin-left: 10vw;
}

.sustainSwiper .sustainItem:nth-child(2) li:nth-child(4) {
  margin-left: 6vw;
}

.sustainSwiper .sustainItem:nth-child(2) li:nth-child(5) {
  margin-left: 3vw;
}

.sustainSwiper .sustainItem:nth-child(2) li:nth-child(6) {
  margin-left: 14vw;
  margin-right: 5vw;
}

.sustainSwiper .sustainItem:nth-child(3) li:nth-child(1) {
  margin-left: 5vw;
  z-index: 10;
}

.sustainSwiper .sustainItem:nth-child(3) li:nth-child(2) {
  margin-left: 3vw;
}

.sustainSwiper .sustainItem:nth-child(3) li:nth-child(3) {
  margin-left: 13vw;
}

.sustainSwiper .sustainItem:nth-child(3) li:nth-child(4) {
  margin-left: 6vw;
}

.sustainSwiper .sustainItem:nth-child(3) li:nth-child(5) {
  margin-left: 9.7vw;
}

.sustainSwiper .sustainItem:nth-child(3) li:nth-child(6) {
  margin-left: 6vw;
  margin-right: 13vw;
}

.sustainSwiper .sustainItem:nth-child(1) li:nth-child(1) .libox {
  bottom: 26%;
  top: 12%;
}

.sustainSwiper .sustainItem:nth-child(1) li:nth-child(2) .libox {
  bottom: 25%;
  top: 28%;
}

.sustainSwiper .sustainItem:nth-child(1) li:nth-child(3) .libox {
  bottom: 27%;
  top: 20%;
}

.sustainSwiper .sustainItem:nth-child(1) li:nth-child(4) .libox {
  bottom: 8%;
  top: 40%;
}

.sustainSwiper .sustainItem:nth-child(2) li:nth-child(1) .libox {
  bottom: 8.5%;
  top: 24%;
}

.sustainSwiper .sustainItem:nth-child(2) li:nth-child(2) .libox {
  bottom: 10%;
  top: 12%;
}

.sustainSwiper .sustainItem:nth-child(2) li:nth-child(3) .libox {
  bottom: 25%;
  top: 18%;
}

.sustainSwiper .sustainItem:nth-child(2) li:nth-child(4) .libox {
  bottom: 0%;
  top: 40%;
}

.sustainSwiper .sustainItem:nth-child(2) li:nth-child(5) .libox {
  bottom: 20%;
  top: 29%;
}

.sustainSwiper .sustainItem:nth-child(2) li:nth-child(6) .libox {
  bottom: 25%;
  top: 20%;
}

.sustainSwiper .sustainItem:nth-child(3) li:nth-child(1) .libox {
  bottom: 5%;
  top: 38%;
}

.sustainSwiper .sustainItem:nth-child(3) li:nth-child(2) .libox {
  bottom: 24%;
  top: 20%;
}

.sustainSwiper .sustainItem:nth-child(3) li:nth-child(3) .libox {
  bottom: 4%;
  top: 50%;
}

.sustainSwiper .sustainItem:nth-child(3) li:nth-child(4) .libox {
  bottom: 0%;
}

.sustainSwiper .sustainItem:nth-child(3) li:nth-child(5) .libox {
  bottom: 20%;
  top: 40%;
}

.sustainSwiper .sustainItem:nth-child(3) li:nth-child(6) .libox {
  bottom: 4%;
  top: 25%;
}

.sustainSwiper .sustainItem:nth-child(1) li:nth-child(1) .libox:before {
  width: 330%;
  left: -140%;
}

.sustainSwiper .sustainItem:nth-child(2) li:nth-child(1) .libox:before {
  width: 300%;
  left: -40%;
}

.sustainSwiper .sustainItem:nth-child(2) li:nth-child(3) .libox:before {
  width: 300%;
  left: -50%;
}

.sustainSwiper .sustainItem:nth-child(2) li:nth-child(5) .libox:before {
  width: 80%;
  left: 60%;
}

.sustainSwiper .sustainItem:nth-child(2) li:nth-child(6) .libox:before {
  width: 300%;
  left: -40%;
}

.sustainSwiper .sustainItem:nth-child(3) li:nth-child(1) .libox:before {
  width: 400%;
  left: -90%;
}

.sustainSwiper .sustainItem:nth-child(3) li:nth-child(2) .libox:before {
  width: 80%;
  left: 60%;
}

.sustainSwiper .sustainItem:nth-child(3) li:nth-child(5) .libox:before {
  width: 200%;
  left: -8%;
}

.sustainSwiper .sustainItem:nth-child(3) li:nth-child(6) .libox:before {
  width: 500%;
  left: -100%;
}

.sustainSwiper .sustainItem:nth-child(2) li:nth-child(5):hover .libox, .sustainSwiper .sustainItem:nth-child(3) li:nth-child(1):hover .libox, .sustainSwiper .sustainItem:nth-child(3) li:nth-child(3):hover .libox {
  top: 20%;
}

.sustainSwiper .sustainItem li:nth-child(1) .libox {
  -webkit-animation: ani-mountainItem 6s 1s ease-in-out infinite;
          animation: ani-mountainItem 6s 1s ease-in-out infinite;
}

.sustainSwiper .sustainItem li:nth-child(3) .libox {
  -webkit-animation: ani-mountainItem 6s 1s ease-in-out infinite;
          animation: ani-mountainItem 6s 1s ease-in-out infinite;
}

.sustainSwiper .sustainItem:nth-child(1) li .line, .sustainSwiper .sustainItem:nth-child(1) li .line:before, .sustainSwiper .sustainItem:nth-child(1) li .line:after {
  border-color: #9d29f4;
}

.sustainSwiper .sustainItem:nth-child(1) li .dot {
  border-color: #9d29f4;
}

.sustainSwiper .sustainItem:nth-child(1) li .dot:after {
  background: #9d29f4;
}

.sustainSwiper .sustainItem:nth-child(1) li .data {
  color: #9d29f4;
}

.sustainSwiper .sustainItem:nth-child(2) li .line, .sustainSwiper .sustainItem:nth-child(2) li .line:before, .sustainSwiper .sustainItem:nth-child(2) li .line:after {
  border-color: #31b8e1;
}

.sustainSwiper .sustainItem:nth-child(2) li .dot {
  border-color: #31b8e1;
}

.sustainSwiper .sustainItem:nth-child(2) li .dot:after {
  background: #31b8e1;
}

.sustainSwiper .sustainItem:nth-child(2) li .data {
  color: #31b8e1;
}

.sustainSwiper .sustainItem:nth-child(3) li .line, .sustainSwiper .sustainItem:nth-child(3) li .line:before, .sustainSwiper .sustainItem:nth-child(3) li .line:after {
  border-color: #b9d1b0;
}

.sustainSwiper .sustainItem:nth-child(3) li .dot {
  border-color: #b9d1b0;
}

.sustainSwiper .sustainItem:nth-child(3) li .dot:after {
  background: #b9d1b0;
}

.sustainSwiper .sustainItem:nth-child(3) li .data {
  color: #5e9479;
}

.dataDate {
  bottom: 25px;
  right: 25px;
  z-index: 10;
}

.sustainSwiperEn .sustainItem .sustainTit {
  bottom: 35px;
}

.dataDateEn {
  bottom: 10px;
  font-size: 12px;
}

@media only screen and (max-width: 1600px) {
  .sustainSwiper .sustainItem:nth-child(2) li:nth-child(1) {
    margin-left: 7vw;
  }
  .sustainSwiper .sustainItem:nth-child(2) li:nth-child(4) {
    margin-left: 6.5vw;
  }
  .sustainSwiper .sustainItem:nth-child(2) li:nth-child(5) {
    margin-left: 3.5vw;
  }
  .sustainSwiper .sustainItem:nth-child(3) li:nth-child(3) {
    margin-left: 12.5vw;
  }
}
@media only screen and (max-width: 1366px) {
  .f-40 {
    font-size: 30px;
  }
  .f-30 {
    font-size: 22px;
  }
  .sustainSwiper .sustainItem li:after {
    width: 5px;
    height: 5px;
    bottom: -3px;
  }
}
@media only screen and (max-width: 1440px) {
  .sustainSwiper .sustainItem:nth-child(1) li:nth-child(4) {
    margin-left: 5vw;
  }
  .sustainSwiper .sustainItem:nth-child(3) li:nth-child(3) {
    margin-left: 10.5vw;
  }
  .sustainSwiper .sustainItem li .desc {
    top: 0;
  }
  .sustainSwiper .sustainItem li .dot {
    width: 6px;
    height: 6px;
    margin-left: -5px;
    top: -7px;
  }
  .sustainSwiper .sustainItem .sustainTit {
    font-size: 14px;
    min-width: 50px;
  }
  .sustainSwiper .sustainItem li .line:after {
    width: 6px;
    height: 6px;
    bottom: -4px;
  }
  .sustainSwiper .sustainItem .sustainTit {
    bottom: 15px;
    font-size: 14px;
    min-width: 50px;
  }
  .pt130 {
    padding-top: 100px;
  }
  .mt50 {
    margin-top: 30px;
  }
  .sustainSwiper .sustainItem li .data span {
    padding-left: 5px;
  }
}
@media only screen and (max-width: 1280px) {
  .pt130 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .dataDate {
    font-size: 12px;
  }
  .sustainSwiper .sustainItem li .line {
    width: 3vw !important;
  }
  .sustainSwiper .sustainItem li .line:after {
    width: 4px;
    height: 4px;
    bottom: -2px;
  }
  .sustainBox1 {
    background-size: 80%;
  }
  .sustainSwiper {
    height: 400px !important;
  }
  .sustainSwiper .swiper-wrapper:before {
    width: 1830px;
  }
  .sustainSwiper .sustainItem .sustainTit {
    font-size: 14px;
    min-width: 60px;
  }
  .sustainSwiper .sustainItem li .data {
    font-size: 14px;
  }
  .sustainSwiper .sustainItem li .data span {
    font-size: 12px;
  }
  .sustainSwiper .sustainItem li {
    margin-left: 80px;
  }
  .sustainSwiper .sustainItem:nth-child(2) li:nth-child(5) {
    margin-left: 7.5vw;
  }
  .sustainSwiper .sustainItem:nth-child(2) li:nth-child(6) {
    margin-left: 10vw;
  }
  .sustainSwiper .sustainItem:nth-child(3) li:nth-child(1) {
    margin-left: 3vw;
  }
  .sustainSwiper .sustainItem:nth-child(3) li:nth-child(2) {
    margin-left: 11vw;
  }
}
@media only screen and (max-width: 820px) {
  .pageTit .title {
    line-height: 1.5;
  }
  .f-40 {
    font-size: 22px;
  }
  .f-30 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 640px) {
  .sustainSwiper .sustainItem li {
    width: 80px;
  }
  .sustainSwiper .sustainItem:nth-child(1) li:nth-child(1) {
    margin-left: 16vw;
  }
  .sustainSwiper .sustainItem li .line {
    width: 8vw !important;
  }
  .sustainSwiper .sustainItem li .desc {
    width: 180px;
  }
  .sustainSwiper .sustainItem:nth-child(3) li:nth-child(6) {
    margin-right: 12vw;
  }
  .pt130 {
    padding-top: 50px;
  }
  .dataDate {
    right: 10px;
    left: 10px;
    bottom: 5px;
    top:30%;
  }
  .sustainSwiperEn .sustainItem .sustainTit {
    bottom: 45px;
  }
}
@media only screen and (max-width: 480px) {
  .sustainSwiper .sustainItem:nth-child(1) li:nth-child(1) {
    margin-left: 24vw;
  }
}
@-webkit-keyframes ani-mountainItem {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes ani-mountainItem {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.esg_lay {
  padding: 160px 0 120px;
}
@media only screen and (max-width:1600px){
    .esg_lay{padding:8vw 0 6vw;}
}
@media only screen and (max-width: 768px) {
  .esg_lay {
    padding: 15vw 0 10vw;
  }
}
.esg_con01 {
  background: #f3f3f3;
}
.esg_con01 .esg_con01_t {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.esg_con01 .esg_con01_t .esg_con01_l {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.esg_con01 .esg_con01_t .esg_con01_l span {
  color: #999999;
}
.esg_con01 .esg_con01_t .esg_con01_l h3 {
  margin-top: 0.7vw;
      font-family: "Alibaba-PuHuiTi-M";
}
.esg_con01 .esg_con01_t .esg_con01_r {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.esg_con01 .esg_con01_t .esg_con01_r dl {
  border-left: 1px dashed #333;
  padding-left: 2.3vw;
  padding-bottom: 1vw;
  position: relative;
}
.esg_con01 .esg_con01_t .esg_con01_r dt {
  margin-bottom: 7px;
  line-height: 1;
}
.esg_con01 .esg_con01_t .esg_con01_r dt:after {
  content: "";
  position: absolute;
  left: -10px;
  top: 0px;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #0851f6;
}
.esg_con01 .esg_con01_t .esg_con01_r dd {
  color: #999;
}
.esg_con01 .esg_con01_t .esg_con01_r dl:last-child {
  border-left: 0px;
}
.esg_con01 .esg_con01_b {
  margin-top: 4.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.esg_con01 .esg_con01_b dl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22.7%;
          flex: 0 0 22.7%;
  margin-right: 3%;
  margin-bottom: 3%;
  background: #fff;
  border-radius: 8px;
  padding: 1.8vw;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.esg_con01 .esg_con01_b dl:nth-of-type(4n) {
  margin-right: 0%;
}
.esg_con01 .esg_con01_b dl:after {
  content: "";
  display: block;
  position: absolute;
  width: 26vw;
  height: 26vw;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  right: -14vw;
  bottom: -15vw;
}
.esg_con01 .esg_con01_b dt {
  background: #fff;
  border-radius: 5px;
  width: 70px;
  -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
          transform: translateX(-10px);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.esg_con01 .esg_con01_b dd {
  margin-top: 3.5vw;
}
.esg_con01 .esg_con01_b img {
  width: 100%;
}
.esg_con01 .esg_con01_b h3 {
  margin-bottom: 1.4vw;
}
.esg_con01 .esg_con01_b .p {
  color: #999;
}
.esg_con01 .esg_con01_b dl:hover {
  background: #00ad9d;
}
.esg_con01 .esg_con01_b dl:hover dt {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.esg_con01 .esg_con01_b dl:hover h3 {
  color: #fff;
}
.esg_con01 .esg_con01_b dl:hover .p {
  color: rgba(255, 255, 255, 0.5);
}

@media only screen and (max-width: 1500px) {
  .esg_con01 .esg_con01_t .esg_con01_r dl {
    padding-bottom: 2vw;
  }
  .esg_con01 .esg_con01_t .esg_con01_r dt {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1400px) {
  .fnt_16 {
    font-size: 14px;
  }
  .esg_con01 .esg_con01_b dt {
    width: 60px;
  }
}
@media only screen and (max-width:1280px){
  .esg_con01 .esg_con01_b dl{
    padding:1.2vw;
  }
}
@media only screen and (max-width: 768px) {
  .fnt_24 {
    font-size: 16px;
  }
  .esg_con01 .esg_con01_t .esg_con01_l {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 5vw;
  }
  .esg_con01 .esg_con01_t .esg_con01_r {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .esg_con01 .esg_con01_t .esg_con01_r dt:after {
    width: 15px;
    height: 15px;
    left: -8px;
  }
  .esg_con01 .esg_con01_b dl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-right: 0px;
    padding: 5vw;
  }
}
@media only screen and (max-width: 600px) {
  .esg_con01 .esg_con01_t .esg_con01_l {
    margin-bottom: 8vw;
  }
  .esg_con01 .esg_con01_t .esg_con01_l h3 {
    margin-top: 2vw;
  }
  .esg_con01 .esg_con01_t .esg_con01_r dl {
    padding-left: 30px;
    padding-bottom: 30px;
  }
  .esg_con01 .esg_con01_b dl {
    padding: 8vw 5vw;
    margin-bottom: 5vw;
  }
  .esg_con01 .esg_con01_b dl:after {
    width: 76vw;
    height: 76vw;
    right: -25vw;
    bottom: -40vw;
  }
}
.esg_con02 {
  position: relative;
}
.esg_con02 .text {
  position: absolute;
  left: 50%;
  top: 40%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  z-index:2;
}
.esg_con02 .text h3 {
  margin-bottom: 2vw;
      font-family: "Alibaba-PuHuiTi-M";
}
.esg_con02 .text .p {
  max-width: 680px;
}
.esg_con02 .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 700px) {
  .esg_con02 .img {
    height: 640px;
  }
    .esg_con02 .text{
    top: 50%;
  }
  .esg_con02 .text h3 {
    margin-bottom: 5vw;
  }
}
.esg_con03 {
  background: #f5f5f5;
  overflow: hidden;
}
.esg_con03 .text {
  text-align: center;
}
.esg_con03 .text h3{
  font-family: "Alibaba-PuHuiTi-M";
}
.esg_con03 .text .p {
  max-width: 760px;
  margin: 1vw auto 0;
  color: #999;
}
.esg_con03 .img_con {
  position: relative;
  width: 1091px;
  margin: 4vw auto 3vw;
}
.esg_con03 .img_con .img img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
}
.esg_con03 .img_con .img4 img {
  z-index: 3;
}
.esg_con03 .img_con .img4 img:nth-of-type(1) {
  left: 29%;
  top: 1%;
  width: 155px;
}
.esg_con03 .img_con .img4 img:nth-of-type(2) {
  left: 90%;
  top: 22%;
  width: 77px;
}
.esg_con03 .img_con .img4 img:nth-of-type(3) {
  left: 6.5%;
  top: 25%;
  width: 77px;
}
.esg_con03 .img_con > img {
  position: relative;
  z-index: 2;
  width: 100%;
}
.esg_con03 .img_con .img_text dl {
  position: absolute;
  width: 280px;
  text-align: center;
  z-index: 5;
  font-size: 20px;
}
.esg_con03 .img_con .img_text dt {
  color: #324d89;
  margin-bottom: 1vw;
}
.esg_con03 .img_con .img_text dt span {
  color: #6f82ac;
  font-weight: 700;
  display: block;
}
.esg_con03 .img_con .img_text dd {
  color: #999;
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
}
.esg_con03 .img_con .img_text dl:nth-of-type(1) {
  left: 11%;
  top: 31%;
}
.esg_con03 .img_con .img_text dl:nth-of-type(2) {
  left: 38%;
  top: 13%;
}
.esg_con03 .img_con .img_text dl:nth-of-type(3) {
  left: 64%;
  top: 28%;
}

.esg_con03 .img_con .img1 img {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.esg_con03 .img_con.animated .img1 img:nth-of-type(1) {
  opacity: 1;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.esg_con03 .img_con.animated .img1 img:nth-of-type(2) {
  opacity: 1;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.esg_con03 .img_con.animated .img1 img:nth-of-type(3) {
  opacity: 1;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.esg_con03 .img_con .img3 img {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.esg_con03 .img_con .img4 img {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.esg_con03 .img_con .img2 img {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.esg_con03 .img_con .img_text dl {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.esg_con03 .img_con.animated .img3 img:nth-of-type(1) {
  opacity: 1;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.esg_con03 .img_con.animated .img3 img:nth-of-type(2) {
  opacity: 1;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.esg_con03 .img_con.animated .img3 img:nth-of-type(3) {
  opacity: 1;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.esg_con03 .img_con.animated .img_text dl:nth-of-type(1) {
  opacity: 1;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.esg_con03 .img_con.animated .img_text dl:nth-of-type(2) {
  opacity: 1;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.esg_con03 .img_con.animated .img_text dl:nth-of-type(3) {
  opacity: 1;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.esg_con03 .img_con.animated .img4 img:nth-of-type(3) {
  opacity: 1;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.esg_con03 .img_con.animated .img4 img:nth-of-type(1) {
  opacity: 1;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.esg_con03 .img_con.animated .img4 img:nth-of-type(2) {
  opacity: 1;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.esg_con03 .img_con.animated .img2 img {
  opacity: 1;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

@media only screen and (max-width: 1500px) {
  .esg_con03 .img_con {
    width: 90%;
  }
  .esg_con03 .img_con .img_text dl {
    font-size: 18px;
    width: 26%;
  }
  .esg_con03 .img_con .img_text dd {
    font-size: 14px;
  }
  .esg_con03 .img_con .img4 img:nth-of-type(1) {
    width: 13%;
  }
  .esg_con03 .img_con .img4 img:nth-of-type(2) {
    width: 7%;
  }
  .esg_con03 .img_con .img4 img:nth-of-type(3) {
    width: 7%;
  }
}
@media only screen and (max-width: 1000px) {
  .esg_con03 .img_con .img_text dt span {
    font-size: 12px;
  }
}
@media (min-width:768px) and (max-width:998px){
  .esg_con03 .img_con .img_text dd br{
    display:none;
  }
  .esg_con03 .img_con .img_text dl:nth-of-type(1) {

    top: 27%;
}
}
@media only screen and (max-width: 767px) {

  .esg_con03 .text .p {
    margin-top: 5vw;
  }
  .esg_con03 .img_con > img {
    display: none;
  }
  .esg_con03 .img_con .img1 {
    display: none;
  }
  .esg_con03 .img_con .img2 {
    display: none;
  }
  .esg_con03 .img_con .img3 {
    display: none;
  }
  .esg_con03 .img_con .img4 {
    display: none;
  }
  .esg_con03 .img_con {
    width: 100%;
  }
  .esg_con03 .img_con .img_text dt {
    margin-bottom: 2vw;
  }
  .esg_con03 .img_con .img_text dl {
    position: static;
    width: 100%;
    text-align: left;
    padding: 8vw 10vw;
    border-radius: 20px;
    border-top-left-radius: 0px;
    margin-bottom: 3vw;
  }
  .esg_con03 .img_con .img_text dl:nth-of-type(1) {
    background: #fff url(https://omo-oss-image.thefastimg.com/portal-saas/pg2024060714080855836/cms/image/d4da7684-86a0-4c75-9497-497b32ce8ef4.png) no-repeat;
    background-size: 30px;
  }
  .esg_con03 .img_con .img_text dl:nth-of-type(2) {
    background: #fff url(https://omo-oss-image.thefastimg.com/portal-saas/pg2024060714080855836/cms/image/fb77d2d4-5028-4d0e-baee-7f97362304f9.png) no-repeat;
    background-size: 45px;
  }
  .esg_con03 .img_con .img_text dl:nth-of-type(3) {
    background: #fff url(https://omo-oss-image.thefastimg.com/portal-saas/pg2024060714080855836/cms/image/54e9e0d2-f52a-44a9-8198-aaf7e1918595.png) no-repeat;
    background-size: 30px;
    border-top-left-radius: 20px;
  }
}
.esg_con04 {
  background: #fff url(https://omo-oss-image.thefastimg.com/portal-saas/pg2024060714080855836/cms/image/8e89e896-897f-4f62-ac5b-00b8d70b9fe0.jpg) no-repeat center;
  overflow: hidden;
}
.esg_con04 .text {
  margin-bottom: 5vw;
  text-align: center;
}
.esg_con04 .text h3{
      font-family: "Alibaba-PuHuiTi-M";
}
.text h3{
      font-family: "Alibaba-PuHuiTi-M";
}
.esg_con04 .e4_con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.esg_con04 .e4_con .dl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 8px;
  overflow: hidden;
  margin-right: 10px;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.esg_con04 .e4_con .dl>img{
  height: 560px;
}
.esg_con04 .e4_con dl {
  color: #fff;
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  z-index:2;
}
.esg_con04 .e4_con dt {
  position: absolute;
  left: 40px;
  top: 35px;
  right: 35px;
  bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.esg_con04 .e4_con dt h3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
}
.esg_con04 .e4_con dt img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.esg_con04 .e4_con dd {
  height: 100%;
  padding: 3vw 2vw 1vw 2vw;
}
.esg_con04 .e4_con dd h3 {
  opacity: 0;
  margin-bottom: 2vw;
  -webkit-transition: all 0.5s ease-in-out 0.3s;
  transition: all 0.5s ease-in-out 0.3s;
}
.esg_con04 .e4_con dd .ul {
  opacity: 0;
  margin-bottom: 1vw;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
}
.esg_con04 .e4_con dd h4 {
  font-weight: 700;
}
.esg_con04 .e4_con dd p {
  opacity: 0.9;
}
.esg_con04 .e4_con .dl.on {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28%;
          flex: 0 0 28%;
}
.esg_con04 .e4_con .dl.on dt h3 {
  opacity: 0;
  -webkit-transform: translateX(30px);
      -ms-transform: translateX(30px);
          transform: translateX(30px);
}
.esg_con04 .e4_con .dl.on dt img {
  opacity: 0;
}
.esg_con04 .e4_con .dl.on dd h3 {
  opacity: 1;
}
.esg_con04 .e4_con .dl.on dd .ul {
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.5s ease-in-out 0.5s;
  transition: all 0.5s ease-in-out 0.5s;
}

@media only screen and (max-width: 1400px) {
  .esg_con04 .e4_con dt img {
    width: 50px;
  }
}
@media only screen and (max-width: 1366px){
  .esg_con03 .img_con .img_text dl:nth-of-type(1){
    top: 28%;
  }
}
@media only screen and (max-width: 1200px){
  .esg_con03 .img_con .img_text dt{
    font-size: 16px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 1024px) {
  .esg_con04 .e4_con .dl.on dd h3 {
    font-size: 20px;
  }
  .esg_con04 .e4_con dd p {
    font-size: 14px;
  }
  .esg_con04 .e4_con .dl dd .ul {
    margin-bottom: 2vw;
  }
  .esg_con04 .e4_con dt {
    left: 2vw;
    right: 2vw;
  }
}
@media only screen and (max-width: 768px) {
  .esg_con04 .e4_con .dl {
    margin-right: 0px;
    margin-bottom: 5vw;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
  .esg_con04 .e4_con .dl > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
  }
  .esg_con04 .e4_con dl {
    position: relative;
    z-index: 2;
  }
  .esg_con04 .e4_con dd h3 {
    opacity: 1 !important;
  }
  .esg_con04 .e4_con .dl dd .ul {
    opacity: 1 !important;
    -webkit-transform: translateY(0px) !important;
        -ms-transform: translateY(0px) !important;
            transform: translateY(0px) !important;
  }
  .esg_con04 .e4_con dt h3 {
    display: none;
  }
  .esg_con04 .e4_con dt {
    top: 8vw;
  }
  .esg_con04 .e4_con dd {
    padding: 8vw 5vw;
  }
  .esg_con04 .e4_con dd h4 {
    margin-bottom: 5px;
  }
  .esg_con04 .e4_con .dl dd .ul {
    margin-bottom: 3vw;
  }
  .esg_con04 .e4_con dd h3 {
    font-size: 20px;
    margin-bottom: 5vw;
    font-weight: 700;
  }
  .esg_con04 .e4_con dt img {
    opacity: 1 !important;
  }
}
.pop_con {
  overflow: hidden;
}

.esg_con05 {
  background: url(https://omo-oss-image.thefastimg.com/portal-saas/pg2024060714080855836/cms/image/e204505b-e7d0-4819-bb58-0aef3203e990.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  padding: 4vw 0;
  overflow: hidden;
}
.esg_con05 > img {
  position: absolute;
  left: 60%;
  bottom: 10%;
  z-index: 4;
  -webkit-animation: mytransform 30s linear infinite;
          animation: mytransform 30s linear infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
.esg_con05 .ec5_img {
  width: 990px;
  margin: 0 auto;
  position: relative;
}
.esg_con05 .ec5_img dl {
  position: absolute;
  left: 0%;
  top: 0%;
  z-index: 3;
  width: 195px;
}
.esg_con05 .ec5_img dl dt {
  background: #dddfea;
  padding: 3px 10px;
  border-radius: 14px;
  overflow: hidden;
  display: inline-block;
  color: #324d89;
  font-weight: 700;
  margin-bottom: 10px;
  float: left;
}
.esg_con05 .ec5_img dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.esg_con05 .ec5_img dl dd p {
  cursor: pointer;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 55px;
}
.esg_con05 .ec5_img dl dd img {
  width: 100%;
}
.esg_con05 .ec5_img dl.dl0 {
  left: 18%;
  top: 61%;
}
.esg_con05 .ec5_img dl.dl1 {
  left: 42%;
  top: 78%;
}
.esg_con05 .ec5_img dl.dl2 {
  left: 69%;
  top: 69%;
}
.esg_con05 .ec5_img dl.dl2 dt {
  float: right;
}
.esg_con05 .ec5_img dl.dl2 dd p {
  margin-left: 10px;
  margin-right: 0px;
}
.esg_con05 .ec5_img dl.dl3 {
  left: 77%;
  top: 39%;
}
.esg_con05 .ec5_img dl.dl3 dt {
  float: right;
}
.esg_con05 .ec5_img dl.dl3 dd {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.esg_con05 .ec5_img dl.dl3 dd p {
  margin-left: 10px;
  margin-right: 0px;
}
.esg_con05 .ec5_img dl.dl4 {
  left: 60%;
  top: 15%;
}
.esg_con05 .ec5_img dl.dl4 dt {
  float: right;
}
.esg_con05 .ec5_img dl.dl4 dd p {
  margin-left: 10px;
  margin-right: 0px;
}
.esg_con05 .ec5_img .top img {
  position: absolute;
  left: 0px;
  top: 11.2%;
  width: 335px;
}
.esg_con05 .ec5_img .top .yang {
  left: 21%;
  top: 11%;
  width: 55px;
}
.esg_con05 .ec5_img .top img:nth-of-type(2) {
  -webkit-animation: myrotate 10s linear infinite;
          animation: myrotate 10s linear infinite;
}
.esg_con05 .ec5_img .img img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
}
.esg_con05 .ec5_img > img {
  position: relative;
  z-index: 2;
  width: 100%;
}

@-webkit-keyframes myrotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes myrotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes mytransform {
  0% {
    -webkit-transform: translate(-200%, 0px);
            transform: translate(-200%, 0px);
  }
  100% {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
}
@keyframes mytransform {
  0% {
    -webkit-transform: translate(-200%, 0px);
            transform: translate(-200%, 0px);
  }
  100% {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
}
.esg_con05 .ec5_img > img {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.esg_con05 .ec5_img dl {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.esg_con05 .ec5_img .top {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.esg_con05 .ec5_img .img {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.esg_con05.animated .ec5_img > img {
  opacity: 1;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.esg_con05.animated .ec5_img .img {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.esg_con05.animated .ec5_img .top {
  opacity: 1;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.esg_con05.animated .ec5_img dl:nth-of-type(1) {
  opacity: 1;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.esg_con05.animated .ec5_img dl:nth-of-type(2) {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.esg_con05.animated .ec5_img dl:nth-of-type(3) {
  opacity: 1;
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.esg_con05.animated .ec5_img dl:nth-of-type(4) {
  opacity: 1;
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.esg_con05.animated .ec5_img dl:nth-of-type(5) {
  opacity: 1;
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

@media only screen and (max-width: 1500px) {
  .esg_con05 .ec5_img {
    width: 75%;
  }
  .esg_con05 .ec5_img .top img {
    width: 34%;
  }
  .esg_con05 .ec5_img .top img:nth-of-type(2) {
    width: 5%;
  }
  .esg_con05 > img {
    width: 16%;
  }
}
@media only screen and (max-width: 1300px) {
  .esg_con05 .ec5_img dl {
    width: 20%;
  }
  .esg_con05 .ec5_img dl dt {
    font-size: 12px;
  }
  .esg_con05 .ec5_img dl dd p {
    width: 20%;
    margin-right: 7%;
  }
  .esg_con05 .ec5_img dl.dl2 {
    top: 67%;
    left: 67%;
  }
  .esg_con05 .ec5_img dl.dl3 {
    top: 37%;
    left: 75%;
  }
  .esg_con05 .ec5_img dl.dl2 dd p {
    margin-left: 7%;
  }
  .esg_con05 .ec5_img dl.dl3 dd p {
    margin-left: 7%;
  }
  .esg_con05 .ec5_img dl.dl4 dd p {
    margin-left: 7%;
  }
  .esg_con05 .ec5_img dl.dl2 dd {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .esg_con05 .ec5_img dl.dl3 dd {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .esg_con05 .ec5_img dl.dl4 dd {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
@media only screen and (max-width: 767px) {
  .esg_con05 .ec5_img {
    width: 90%;
  }
  .esg_con05 {
    padding: 10vw 0;
  }
  .esg_con05 .ec5_img dl dt {
    font-size: 6px;
  }
  .esg_con05 .ec5_img dl dd p img {
    display: block;
  }
  .esg_con05 .ec5_img dl dd p {
    margin-bottom: 4px;
  }
}
.fl {
  float: left;
}

.ovh {
  overflow: hidden;
}

.mt30 {
  margin-top: 1.5vw;
}

.mt20 {
  margin-top: 1vw;
}

.c-fff {
  color: #fff;
}

.blockBg0 {
  background-color: rgb(182, 28, 41);
}

.blockBg1 {
  background-color: rgb(196, 149, 53);
}

.blockBg2 {
  background-color: rgb(74, 164, 37);
}

.blockBg3 {
  background-color: rgb(175, 23, 41);
}

.blockBg4 {
  background-color: rgb(234, 48, 25);
}

.blockBg5 {
  background-color: rgb(30, 148, 175);
}

.blockBg6 {
  background-color: rgb(194, 152, 9);
}

.blockBg7 {
  background-color: rgb(145, 23, 60);
}

.blockBg8 {
  background-color: rgb(213, 91, 32);
}

.blockBg9 {
  background-color: rgb(196, 17, 92);
}

.blockBg10 {
  background-color: rgb(213, 136, 31);
}

.blockBg11 {
  background-color: rgb(170, 125, 42);
}

.blockBg12 {
  background-color: rgb(57, 113, 62);
}

.blockBg13 {
  background-color: rgb(9, 134, 193);
}

.blockBg14 {
  background-color: rgb(74, 164, 37);
}

.blockBg15 {
  background-color: rgb(0, 94, 141);
}

.blockBg16 {
  background-color: rgb(33, 82, 117);
}

.maskBg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999;
  display: none;
}

.popBlock {
  left: 0;
  top: 60px;
  width: 100%;
  padding: 80px 50px 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1000000;
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.popBlock.hide {
  opacity: 0;
  visibility: hidden;
}

.popBlock.show {
  opacity: 1;
  visibility: visible;
}

.popClose {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 35px;
  right: 35px;
  cursor: pointer;
  z-index: 10;
}

.popClose svg {
  width: 100%;
}

.popBlock .wrap {
  padding: 0 5.55%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.popBlock .swiper-pagination {
  left: 0;
  right: 0;
  bottom: 0;
}

.popBlock .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  vertical-align: middle;
  background: #fff;
  margin: 0 10px;
}

.popBlock .swiper-pagination .swiper-pagination-bullet-active {
  background: none;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
}

.popBlock .swiper-button-next, .popBlock .swiper-button-prev {
  width: 50px;
  height: 50px;
  margin-top: -30px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  background-size: 10px auto;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.popBlock .swiper-button-next:hover, .popBlock .swiper-button-prev:hover {
  background: #fff;
}

.popBlock .swiper-button-next:after, .popBlock .swiper-button-prev:after {
  font-size: 20px;
  color: #fff;
}

.popBlock .swiper-button-next:hover:after, .popBlock .swiper-button-prev:hover:after {
  color: #444;
}

.blockImg {
  width: 180px;
  margin-right: 60px;
  position: relative;
}

.blockImg img {
  width: 100%;
}

.blockImg:after {
  width: 200%;
  height: 254.558px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
  z-index: -1;
}

.blockCon {
  padding-left: 60px;
  padding-bottom: 6%;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
}

.blockCon .p_height {
  line-height: 1.8;
  max-height: 7.3em;
  height: 7.2em;
  overflow: auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-align: justify;
}

.blockCon .blockTxt {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.blockCon .blockTxt .p {
  height: 9em;
  line-height: 1.8;
  overflow: hidden;
  color: #777;
  overflow-y: auto;
}

.blockCon .blockTxt1 {
  width: 48.5%;
  margin-right: 3%;
}

.blockCon .blockTxt1 .p {
  height: 14.4em;
}

.blockCon .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.2);
}

.blockCon .mCSB_scrollTools .mCSB_draggerContainer {
  width: 3px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

.blockCon .mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgba(0, 0, 0, 0);
}

@media only screen and (max-width: 1600px) {
  .popBlock .wrap {
    width: 100%;
  }
}
@media only screen and (max-width: 1000px) {
  .blockImg {
    float: none;
  }
  .blockCon {
    padding-left: 0px;
    border-left: 0px;
    width: 100%;
    margin-top: 4vw;
  }
  .popBlock .swiper-button-next, .popBlock .swiper-button-prev {
    display: none;
  }
  .mt20 {
    margin-top: 2vw;
  }
  .mt30 {
    margin-top: 3vw;
  }
  .blockCon .fnt_24 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .popBlock {
    padding: 5vw 0;
  }
  .blockCon .blockTxt1 {
    width: 100%;
    margin-right: 0px;
  }
  .blockImg {
    width: 100px;
  }
  .blockImg:after {
    height: 140.558px;
  }
  .blockCon .blockTxt {
    padding: 5vw 5vw !important;
    border-radius: 8px !important;
    margin-bottom: 3vw;
  }
  .blockCon .blockTxt1 .p {
    height: 9em;
  }
}
.esg_con06 {
  position: relative;
  overflow: hidden;
}
.esg_con06 .text p{margin-top:1vw;}
.esg_con06 .img {
  position: relative;
}
.esg_con06 .img img {
  width: 100%;
}
.esg_con06 .img:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.45);
}
.esg_con06 .con {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  z-index: 2;
}
.esg_con06 .tab_con {
  margin-top: 8vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.esg_con06 .left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 225px;
          flex: 0 0 225px;
}
.esg_con06 .left li {
  padding: 17px 25px;
  margin-bottom: 1vw;
  width: 225px;
  border-radius: 8px;
  position: relative;
  padding-left: 50px;
  -webkit-transform: translateX(-25px);
      -ms-transform: translateX(-25px);
          transform: translateX(-25px);
  cursor: pointer;
}
.esg_con06 .left li:after {
  content: "+";
  position: absolute;
  left: 25px;
  top: 22px;
  color: #fff;
  font-family: cursive;
  font-size: 28px;
  line-height: 0.7;
}
.esg_con06 .left li:hover {
  background: #2a5ae0;
}
.esg_con06 .left li.hover {
  background: #2a5ae0;
}
.esg_con06 .right {
  margin-right: 1vw;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.esg_con06 .right .dl {
  display: none;
}
.esg_con06 .right .dl.on {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.esg_con06 .right dl {
  position: relative;
  margin-bottom: 3vw;
  margin-right: 1.8vw;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.esg_con06 .right dt {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.15);
  padding: 2.3vw 3vw;
  text-align: center;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 100%;
}
.esg_con06 .right dt p {
  margin-top: 30px;
  word-break: keep-all;
}
.esg_con06 .right dt img {
  width: 65px;
}
.esg_con06 .right dt:after {
  content: "";
  display: block;
  position: absolute;
  width: 20vw;
  height: 20vw;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  right: -12vw;
  bottom: -12vw;
}
.esg_con06 .right dd {
  position: absolute;
  bottom: 110%;
  left: 0px;
  width: 279px;
  display: none;
}
.esg_con06 .right dd .img_c {
  background: url(https://omo-oss-image.thefastimg.com/portal-saas/pg2024060714080855836/cms/image/f90fd25b-2600-4684-bec9-a29f424401c6.png) repeat-y;
  padding: 0.5vw 1.5vw;
  overflow: hidden;
  background-size: 100% 100%;
}
.esg_con06 .right dd p {
  margin-bottom: 7px;
  position: relative;
  padding-left: 10px;
}
.esg_con06 .right dd p:after {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  left: 0px;
  top: 10px;
}
.esg_con06 .right dd img {
  display: block;
  width: 100%;
}
.esg_con06 .right dl:hover dt {
  background-color: rgba(0, 0, 0, 0.15);
}
.esg_con06 .right dl:hover dt:after {
  display: none;
}
.esg_con06 .right dl:hover dd {
  display: block;
}

@media only screen and (max-width: 1600px) {
  .esg_con06 .right dt img {
    width: 50px;
  }
  .esg_con06 .right dt p {
    width: auto;
  }
}
@media only screen and (max-width: 1500px) {
  .esg_con06 .right dd {
    width: 100%;
  }
  .esg_con06 .right dd .img_c {
    background-size: 100.3% 100%;
  }
}
@media only screen and (max-width: 1100px) {
  .esg_con06 .img {
    height: 80vw;
  }
  .esg_con06 .img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .esg_con06 .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .esg_con06 .left ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .esg_con06 .left li {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .esg_con06 .tab_con {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .esg_con06 .right {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 3vw;
    margin-right: 0;
  }
  .esg_con06 .right dd {
    bottom: auto;
    top: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .esg_con06 .right dd .img_t {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .esg_con06 .right dd .img_b {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .esg_con06 .right dl:hover dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .esg_con06 .left li {
    padding: 15px 5px;
    padding-left: 40px;
  }
  .esg_con06 .left li:after {
    top: 20px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .esg_con06 .text p{margin-top:3vw;}
  .esg_con06 .con {
    position: relative;
    left: 0px;
    top: 0px;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    z-index: 2;
    padding: 15vw 0;
  }
  .esg_con06 .img {
    height: auto;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
  }
  .esg_con06 .left li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding-left: 45px;
  }
  .esg_con06 .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 8vw;
  }
  .esg_con06 .right .dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .esg_con06 .right dd .img_t {
    display: none;
  }
  .esg_con06 .right dd .img_b {
    display: none;
  }
  .esg_con06 .right dd .img_c {
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    padding: 5vw 5vw;
  }
  .esg_con06 .right dd {
    bottom: 0;
    top: 0px;
    border-radius: 8px;
    overflow: hidden;
  }
  .esg_con06 .right dt {
    padding: 5vw;
  }
}
.esg_con07 .text {
  text-align: center;
  margin-bottom: 5vw;
}
.esg_con07 .con {
  position: relative;
}
.esg_con07 .swiper-slide {
  position: relative;
  width: 33%;
}
.esg_con07 .swiper-slide .img {
  position: relative;
}
.esg_con07 .swiper-slide .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.esg_con07 .swiper-slide .img:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  display: block;
  height: 50%;
}
.esg_con07 .swiper-slide .slide_text {
  position: absolute;
  bottom: 2.5vw;
  left: 1.5vw;
  right: 1.5vw;
  color: #fff;
  z-index: 2;
}
.esg_con07 .swiper-slide .slide_text a {
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #0851f6;
  padding: 10px 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.esg_con07 .swiper-slide .slide_text a span {
  padding-right: 40px;
}
.esg_con07 .swiper-slide .slide_text a svg {
  position: relative;
  top: -2px;
}
.esg_con07 .swiper-slide .slide_text h3 {
  margin-bottom: 0.5vw;
  font-weight: 700;
}
.esg_con07 .swiper-slide .slide_text .btn1 {
  margin-top: 1.7vw;
  display: none;
  padding:0px;
}
.esg_con07 .swiper-slide:hover .slide_text .btn1 {
  display: block;
  -webkit-animation: fadeInShow 1s forwards;
          animation: fadeInShow 1s forwards;
}
.esg_con07 .swiper-button-next {
  right: -60px;
}
.esg_con07 .swiper-button-prev {
  left: -60px;
}
.esg_con07 .swiper-button-next:after {
  font-size: 18px;
  color: #666;
}
.esg_con07 .swiper-button-prev:after {
  font-size: 18px;
  color: #666;
}
.esg_con07 .swiper-pagination {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .esg_con07 .swiper {
    padding-bottom: 20px;
  }
  .esg_con07 .swiper-pagination {
    display: block;
    bottom: 0px;
  }
  .esg_con07 .swiper-button-next {
    display: none;
  }
  .esg_con07 .swiper-button-prev {
    display: none;
  }
  .esg_con07 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .esg_con07 .swiper-pagination-bullet-active {
    background-color: #2a5ae0;
  }
  .esg_con07 .swiper-slide .slide_text a {
    padding: 10px 25px;
  }
  .esg_con07 .swiper-slide .slide_text a span {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 700px) {
  .esg_con07 .swiper {
    padding-bottom: 40px;
  }
  .esg_con07 .swiper-slide .slide_text {
    left: 3vw;
    bottom: 3vw;
    right: 2vw;
  }
  .esg_con07 .swiper-slide .slide_text a {
    padding: 5px 15px;
  }
  .esg_con07 .swiper-slide .slide_text a span {
    padding-right: 15px;
  }
  .esg_con07 .swiper-slide .slide_text a svg {
    top: -1px;
  }
}
@keyframes fadeInShow {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}