@keyframes expand {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(3);
    opacity: 0;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInOut {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
#svg-1 {
  stroke-dasharray: 2000px 2000px;
  transition: stroke-dashoffset 4s;
  stroke-dashoffset: 2000px;
}
#svg-1.active {
  stroke-dashoffset: 0;
}
.translateY1 {
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.translateYHover {
  transform: translate(0, 0);
  transition: transform 0.3s ease, background 0.3s ease;
}
.translateYHover:hover {
  transform: translate(0, -10rem);
  background: #ffffff !important;
}
.main img {
  display: block;
  width: 100%;
}
.e-block-t {
  padding-top: 100px;
}
@media (max-width: 1920px) {
  .e-block-t {
    padding-top: 100rem;
  }
}
@media (max-width: 992px) {
  .e-block-t {
    padding-top: 60px;
  }
}
.e-block-b {
  padding-bottom: 100px;
}
@media (max-width: 1920px) {
  .e-block-b {
    padding-bottom: 100rem;
  }
}
@media (max-width: 992px) {
  .e-block-b {
    padding-bottom: 60px;
  }
}
.e-block-tb {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1920px) {
  .e-block-tb {
    padding-top: 100rem;
    padding-bottom: 100rem;
  }
}
@media (max-width: 992px) {
  .e-block-tb {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.e-block-t-2 {
  padding-top: 50px;
}
@media (max-width: 1920px) {
  .e-block-t-2 {
    padding-top: 50rem;
  }
}
@media (max-width: 992px) {
  .e-block-t-2 {
    padding-top: 60px;
  }
}
.e-block-b-2 {
  padding-bottom: 50px;
}
@media (max-width: 1920px) {
  .e-block-b-2 {
    padding-bottom: 50rem;
  }
}
@media (max-width: 992px) {
  .e-block-b-2 {
    padding-bottom: 60px;
  }
}
.e-block-tb-2 {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 1920px) {
  .e-block-tb-2 {
    padding-top: 50rem;
    padding-bottom: 50rem;
  }
}
@media (max-width: 992px) {
  .e-block-tb-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.title-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.e-module-202208160923 {
  display: none !important;
}
.e-max-bg-1 {
  position: relative;
  overflow: hidden;
}
.e-max-bg-1 > .pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.e-max-bg-1 > .pic img {
  width: 100%;
}
.e-max-bg-1 .max-con {
  position: relative;
  z-index: 2;
}
.video-icon1 {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 100;
  transform: translate(-50%, -50%);
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 1920px) {
  .video-icon1 {
    width: 60rem;
    height: 60rem;
  }
}
@media (max-width: 992px) {
  .video-icon1 {
    width: 40px;
    height: 40px;
    left: auto;
    top: auto;
    right: 12px;
    bottom: 5px;
  }
}
.video-icon1 .circle {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 34.64px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(-74.65deg, #00a5dc -1.683%, #1cbea3 84.308%);
  z-index: 3;
  border-radius: 100%;
}
@media (max-width: 1920px) {
  .video-icon1 .circle {
    border-radius: 34.64rem;
    box-shadow: 0rem 4rem 20rem 0rem rgba(0, 0, 0, 0.25);
  }
}
.video-icon1 .triangles {
  width: 18px;
  height: 24px;
  background-color: #fff;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -12px;
  margin-left: -6px;
  z-index: 3;
}
@media (max-width: 1920px) {
  .video-icon1 .triangles {
    width: 18rem;
    height: 24rem;
    margin-top: -12rem;
    margin-left: -6rem;
  }
}
@media (max-width: 992px) {
  .video-icon1 .triangles {
    width: 10px;
    height: 12px;
    margin-top: -6px;
    margin-left: -4px;
  }
}
.video-icon1 .waves {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  z-index: 1;
}
.video-icon1 .waves span {
  display: block;
  position: absolute;
  left: -20px;
  top: -20px;
}
@media (max-width: 1920px) {
  .video-icon1 .waves span {
    left: -20rem;
    top: -20rem;
  }
}
@media (max-width: 992px) {
  .video-icon1 .waves span {
    left: -15px;
    top: -15px;
  }
}
.video-icon1 .waves span:nth-child(1) {
  width: 40px;
  height: 40px;
  background: #ffffff;
  border-radius: 50%;
  animation: expand 3s 1s infinite;
}
@media (max-width: 1920px) {
  .video-icon1 .waves span:nth-child(1) {
    width: 40rem;
    height: 40rem;
  }
}
@media (max-width: 992px) {
  .video-icon1 .waves span:nth-child(1) {
    width: 30px;
    height: 30px;
  }
}
.video-icon1 .waves span:nth-child(2) {
  width: 40px;
  height: 40px;
  background: #ffffff;
  border-radius: 50%;
  animation: expand 3s 2s infinite;
}
@media (max-width: 1920px) {
  .video-icon1 .waves span:nth-child(2) {
    width: 40rem;
    height: 40rem;
  }
}
@media (max-width: 992px) {
  .video-icon1 .waves span:nth-child(2) {
    width: 30px;
    height: 30px;
  }
}
.video-icon1 .waves span:nth-child(3) {
  width: 40px;
  height: 40px;
  background: #ffffff;
  border-radius: 50%;
  animation: expand 3s infinite;
}
@media (max-width: 1920px) {
  .video-icon1 .waves span:nth-child(3) {
    width: 40rem;
    height: 40rem;
  }
}
@media (max-width: 992px) {
  .video-icon1 .waves span:nth-child(3) {
    width: 30px;
    height: 30px;
  }
}
.e-module-202606261026 {
  position: relative;
  color: #ffffff;
}
.e-module-202606261026 .pic {
  font-size: 0;
}
@media (max-width: 992px) {
  .e-module-202606261026 .pic img {
    margin-top: -290px;
  }
}
@media (max-width: 750px) {
  .e-module-202606261026 .pic img {
    margin-top: 0;
  }
}
.e-module-202606261026 .text-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .e-module-202606261026 .text-box {
    align-items: flex-start;
    margin-top: 90px;
  }
}
.e-module-202606261026 .text-box .text {
  padding-left: 45.3%;
  padding-right: 9%;
  padding-bottom: 35px;
}
@media (max-width: 1920px) {
  .e-module-202606261026 .text-box .text {
    padding-bottom: 35rem;
  }
}
@media (max-width: 992px) {
  .e-module-202606261026 .text-box .text {
    padding-left: 60px;
  }
}
@media (max-width: 750px) {
  .e-module-202606261026 .text-box .text {
    padding-left: 30px;
  }
}
.e-module-202606261026 .text-box .text h1 {
  font-size: 46px;
  line-height: calc(58 / 46);
}
@media (max-width: 1920px) {
  .e-module-202606261026 .text-box .text h1 {
    font-size: 46rem;
  }
}
@media (max-width: 1200px) {
  .e-module-202606261026 .text-box .text h1 {
    font-size: 25px;
  }
}
@media (max-width: 992px) {
  .e-module-202606261026 .text-box .text h1 {
    font-size: 34px;
  }
}
@media (max-width: 750px) {
  .e-module-202606261026 .text-box .text h1 {
    font-size: 24px;
  }
}
.e-module-202606261026 .text-box .text p {
  margin-top: 25px;
  font-size: 24px;
  line-height: calc(36 / 24);
}
@media (max-width: 1920px) {
  .e-module-202606261026 .text-box .text p {
    margin-top: 25rem;
    font-size: 24rem;
  }
}
@media (max-width: 1200px) {
  .e-module-202606261026 .text-box .text p {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .e-module-202606261026 .text-box .text p {
    font-size: 24px;
    font-family: "e-font-regular", Arial;
    margin-top: 15px;
  }
}
@media (max-width: 750px) {
  .e-module-202606261026 .text-box .text p {
    font-size: 16px;
  }
}
.e-module-202602261110 .e-con {
  margin-top: 0;
  display: flex;
  position: relative;
  align-items: center;
}
@media (max-width: 992px) {
  .e-module-202602261110 .e-con {
    flex-direction: column-reverse;
  }
}
.e-module-202602261110 .left {
  border-radius: 20px;
  background: linear-gradient(15.75deg, #6dceab -42.534%, #098dc2 45.675%);
  width: 90%;
  padding: 145px 38% 120px 100px;
}
@media (max-width: 1920px) {
  .e-module-202602261110 .left {
    border-radius: 20rem;
    padding: 145rem 38% 120rem 100rem;
  }
}
@media (max-width: 992px) {
  .e-module-202602261110 .left {
    width: 100%;
    border-radius: 10px;
    padding: 120px 20px 30px;
    margin-top: -100px;
  }
}
.e-module-202602261110 .left .text {
  position: relative;
}
.e-module-202602261110 .left .text .icon1 {
  width: 88px;
  position: absolute;
  left: -65px;
  top: -50px;
}
@media (max-width: 1920px) {
  .e-module-202602261110 .left .text .icon1 {
    width: 88rem;
    left: -65rem;
    top: -50rem;
  }
}
@media (max-width: 992px) {
  .e-module-202602261110 .left .text .icon1 {
    width: 46px;
    left: 50%;
    top: 0;
    position: relative;
    margin-left: -23px;
  }
}
.e-module-202602261110 .left .text h2 {
  color: #ffffff;
  font-size: 36px;
  line-height: calc(34 / 36);
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 20px;
}
@media (max-width: 1920px) {
  .e-module-202602261110 .left .text h2 {
    font-size: 36rem;
    padding-bottom: 25rem;
    margin-bottom: 20rem;
  }
}
@media (max-width: 1200px) {
  .e-module-202602261110 .left .text h2 {
    font-size: 24px;
  }
}
@media (max-width: 992px) {
  .e-module-202602261110 .left .text h2 {
    font-size: 20px;
    padding-bottom: 15px;
    margin-top: 20px;
  }
}
.e-module-202602261110 .left .text h2::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 58.87px;
  height: 2px;
  background: #ffffff;
}
@media (max-width: 1920px) {
  .e-module-202602261110 .left .text h2::after {
    width: 58.87rem;
    height: 2rem;
  }
}
@media (max-width: 992px) {
  .e-module-202602261110 .left .text h2::after {
    height: 1px;
  }
}
.e-module-202602261110 .left .text .p1 {
  color: #ffffff;
  font-size: 22px;
  line-height: calc(36 / 22);
}
@media (max-width: 1920px) {
  .e-module-202602261110 .left .text .p1 {
    font-size: 22rem;
  }
}
@media (max-width: 1200px) {
  .e-module-202602261110 .left .text .p1 {
    font-size: 14px;
  }
}
.e-module-202602261110 .left .text .p2 {
  color: #ffffff;
  font-size: 18px;
  line-height: calc(27 / 18);
  margin-top: 25px;
  text-align: right;
}
@media (max-width: 1920px) {
  .e-module-202602261110 .left .text .p2 {
    font-size: 18rem;
    margin-top: 25rem;
  }
}
@media (max-width: 1200px) {
  .e-module-202602261110 .left .text .p2 {
    font-size: 14px;
  }
}
.e-module-202602261110 .right {
  position: absolute;
  right: 0;
  width: 41.7%;
  box-shadow: 0px 10px 40px 0px rgba(4, 134, 163, 0.27);
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 1920px) {
  .e-module-202602261110 .right {
    box-shadow: 0rem 10rem 40rem 0rem rgba(4, 134, 163, 0.27);
    border-radius: 20rem;
  }
}
@media (max-width: 992px) {
  .e-module-202602261110 .right {
    position: relative;
    width: 456px;
    border-radius: 10px;
  }
}
@media (max-width: 750px) {
  .e-module-202602261110 .right {
    width: 256px;
  }
}
.e-module-202602261110 .right .pic img {
  width: 100%;
}
.e-module-202607070940 .e-con {
  margin-top: 0;
  display: flex;
  position: relative;
  align-items: center;
}
@media (max-width: 992px) {
  .e-module-202607070940 .e-con {
    flex-direction: column-reverse;
  }
}
.e-module-202607070940 .left {
  border-radius: 20px;
  background: linear-gradient(15.75deg, #6dceab -42.534%, #098dc2 45.675%);
  width: 90%;
  padding: 80px 36% 80px 100px;
}
@media (max-width: 1920px) {
  .e-module-202607070940 .left {
    border-radius: 20rem;
    padding: 80rem 36% 80rem 100rem;
  }
}
@media (max-width: 992px) {
  .e-module-202607070940 .left {
    width: 100%;
    border-radius: 10px;
    padding: 120px 20px 30px;
    margin-top: -100px;
  }
}
.e-module-202607070940 .left .text {
  position: relative;
}
.e-module-202607070940 .left .text .icon1 {
  width: 88px;
  position: absolute;
  left: -65px;
  top: -50px;
}
@media (max-width: 1920px) {
  .e-module-202607070940 .left .text .icon1 {
    width: 88rem;
    left: -65rem;
    top: -50rem;
  }
}
@media (max-width: 992px) {
  .e-module-202607070940 .left .text .icon1 {
    width: 46px;
    left: 50%;
    top: 0;
    position: relative;
    margin-left: -23px;
  }
}
.e-module-202607070940 .left .text h2 {
  color: #ffffff;
  font-size: 36px;
  line-height: calc(46 / 36);
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 20px;
}
@media (max-width: 1920px) {
  .e-module-202607070940 .left .text h2 {
    font-size: 36rem;
    padding-bottom: 25rem;
    margin-bottom: 20rem;
  }
}
@media (max-width: 1200px) {
  .e-module-202607070940 .left .text h2 {
    font-size: 24px;
  }
}
@media (max-width: 992px) {
  .e-module-202607070940 .left .text h2 {
    font-size: 20px;
    padding-bottom: 15px;
    margin-top: 20px;
  }
}
.e-module-202607070940 .left .text h2::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 58.87px;
  height: 2px;
  background: #ffffff;
}
@media (max-width: 1920px) {
  .e-module-202607070940 .left .text h2::after {
    width: 58.87rem;
    height: 2rem;
  }
}
@media (max-width: 992px) {
  .e-module-202607070940 .left .text h2::after {
    height: 1px;
  }
}
.e-module-202607070940 .left .text .p1 {
  color: #ffffff;
  font-size: 22px;
  line-height: calc(36 / 22);
}
@media (max-width: 1920px) {
  .e-module-202607070940 .left .text .p1 {
    font-size: 22rem;
  }
}
@media (max-width: 1200px) {
  .e-module-202607070940 .left .text .p1 {
    font-size: 14px;
  }
}
.e-module-202607070940 .left .text .p2 {
  color: #ffffff;
  font-size: 18px;
  line-height: calc(27 / 18);
  margin-top: 25px;
  text-align: right;
}
@media (max-width: 1920px) {
  .e-module-202607070940 .left .text .p2 {
    font-size: 18rem;
    margin-top: 25rem;
  }
}
@media (max-width: 1200px) {
  .e-module-202607070940 .left .text .p2 {
    font-size: 14px;
  }
}
.e-module-202607070940 .right {
  position: absolute;
  right: 0;
  width: 41.7%;
  box-shadow: 0px 10px 40px 0px rgba(4, 134, 163, 0.27);
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 1920px) {
  .e-module-202607070940 .right {
    box-shadow: 0rem 10rem 40rem 0rem rgba(4, 134, 163, 0.27);
    border-radius: 20rem;
  }
}
@media (max-width: 992px) {
  .e-module-202607070940 .right {
    position: relative;
    width: 456px;
    border-radius: 10px;
  }
}
@media (max-width: 750px) {
  .e-module-202607070940 .right {
    width: 256px;
  }
}
.e-module-202607070940 .right .pic img {
  width: 100%;
}
.e-module-202606261122 .h2 {
  color: #333333;
  font-size: 46px;
  line-height: calc(48 / 46);
}
@media (max-width: 1920px) {
  .e-module-202606261122 .h2 {
    font-size: 46rem;
  }
}
@media (max-width: 1200px) {
  .e-module-202606261122 .h2 {
    font-size: 24px;
  }
}
.e-module-202606261122 .h2 p {
  position: relative;
  display: inline-block;
  padding-bottom: 20px;
}
@media (max-width: 1920px) {
  .e-module-202606261122 .h2 p {
    padding-bottom: 20rem;
  }
}
@media (max-width: 992px) {
  .e-module-202606261122 .h2 p {
    padding-bottom: 15px;
  }
}
.e-module-202606261122 .h2 p:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 177px;
  height: 2px;
  background: #c7000b;
}
@media (max-width: 1920px) {
  .e-module-202606261122 .h2 p:after {
    width: 177rem;
    height: 2rem;
  }
}
@media (max-width: 1200px) {
  .e-module-202606261122 .h2 p:after {
    width: 80px;
    height: 1px;
  }
}
.e-module-202606261122 .e-con {
  margin-top: 0;
}
@media (max-width: 992px) {
  .e-module-202606261122 .e-con {
    margin-top: 30px;
  }
}
.e-module-202606261122 .e-con .svg,
.e-module-202606261122 .e-con .dian {
  position: absolute;
  width: 100%;
  max-width: 1462px;
}
@media (max-width: 992px) {
  .e-module-202606261122 .e-con .svg,
  .e-module-202606261122 .e-con .dian {
    display: none;
  }
}
.e-module-202606261122 .e-con .dian {
  z-index: 2;
  opacity: 0;
  transition: opacity 1s;
  transform: translateY(0);
  transition: 0.4s;
}
.e-module-202606261122 .e-con .dian.active:nth-child(1) {
  animation: fadeIn 1s ease-in 1s forwards;
}
.e-module-202606261122 .e-con .dian.active:nth-child(2) {
  animation: fadeIn 1s ease-in 1.5s forwards;
}
.e-module-202606261122 .e-con .dian.active:nth-child(3) {
  animation: fadeIn 1s ease-in 2s forwards;
}
.e-module-202606261122 .e-con ul {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  background-size: 0;
}
@media (max-width: 992px) {
  .e-module-202606261122 .e-con ul {
    flex-direction: column;
    background-repeat: no-repeat;
    background-size: 3px 100%;
    background-position-x: 10px;
  }
}
.e-module-202606261122 .e-con ul li {
  width: 27%;
  background-size: 0;
  opacity: 0;
  transition: opacity 1s;
  cursor: pointer;
  transform: translateY(0);
  transition: 0.4s;
}
@media (min-width: 993px) {
  .e-module-202606261122 .e-con ul li.active:nth-child(1) {
    animation: fadeIn 1s ease-in 1s forwards;
  }
  .e-module-202606261122 .e-con ul li.active:nth-child(2) {
    animation: fadeIn 1s ease-in 1.5s forwards;
  }
  .e-module-202606261122 .e-con ul li.active:nth-child(3) {
    animation: fadeIn 1s ease-in 2s forwards;
  }
}
@media (max-width: 992px) {
  .e-module-202606261122 .e-con ul li {
    width: 100%;
    padding-top: 0 !important;
    padding-bottom: 30px;
    padding-left: 30px;
    flex-direction: column;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 2px 6px;
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .e-module-202606261122 .e-con ul li:nth-last-child(1) {
    padding-bottom: 0;
  }
}
.e-module-202606261122 .e-con ul li:nth-child(1) {
  padding-top: 207px;
}
@media (max-width: 1920px) {
  .e-module-202606261122 .e-con ul li:nth-child(1) {
    padding-top: 207rem;
  }
}
.e-module-202606261122 .e-con ul li:nth-child(1) .icon1 {
  margin-left: 127px;
  margin-top: 12px;
  position: absolute;
  left: -1%;
  top: 71%;
}
@media (max-width: 1920px) {
  .e-module-202606261122 .e-con ul li:nth-child(1) .icon1 {
    margin-left: 127rem;
    margin-top: 12rem;
  }
}
.e-module-202606261122 .e-con ul li:nth-child(1) p {
  padding-top: 90px;
}
@media (max-width: 1920px) {
  .e-module-202606261122 .e-con ul li:nth-child(1) p {
    padding-top: 90rem;
  }
}
.e-module-202606261122 .e-con ul li:nth-child(2) {
  padding-top: 86px;
}
@media (max-width: 1920px) {
  .e-module-202606261122 .e-con ul li:nth-child(2) {
    padding-top: 86rem;
  }
}
.e-module-202606261122 .e-con ul li:nth-child(2) .icon1 {
  margin-left: 144px;
  margin-top: 12px;
}
@media (max-width: 1920px) {
  .e-module-202606261122 .e-con ul li:nth-child(2) .icon1 {
    margin-left: 144rem;
    margin-top: 12rem;
  }
}
.e-module-202606261122 .e-con ul li:nth-child(2) p {
  padding-top: 150px;
}
@media (max-width: 1920px) {
  .e-module-202606261122 .e-con ul li:nth-child(2) p {
    padding-top: 150rem;
  }
}
.e-module-202606261122 .e-con ul li:nth-child(3) {
  padding-top: 0;
}
.e-module-202606261122 .e-con ul li:nth-child(3) h3 {
  background: linear-gradient(126.41deg, #00ba9b 23.306%, #1984d1 75.667%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.e-module-202606261122 .e-con ul li:nth-child(3) .icon1 {
  margin-left: 159px;
  margin-top: 12px;
}
@media (max-width: 1920px) {
  .e-module-202606261122 .e-con ul li:nth-child(3) .icon1 {
    margin-left: 159rem;
    margin-top: 12rem;
  }
}
.e-module-202606261122 .e-con ul li:nth-child(3) p {
  padding-top: 150px;
}
@media (max-width: 1920px) {
  .e-module-202606261122 .e-con ul li:nth-child(3) p {
    padding-top: 150rem;
  }
}
.e-module-202606261122 .e-con ul li h3 {
  color: #333333;
  font-size: 28px;
  line-height: calc(48 / 28);
}
@media (max-width: 1920px) {
  .e-module-202606261122 .e-con ul li h3 {
    font-size: 28rem;
  }
}
@media (max-width: 1200px) {
  .e-module-202606261122 .e-con ul li h3 {
    font-size: 18px;
  }
}
.e-module-202606261122 .e-con ul li .icon1 {
  width: 33px;
}
@media (max-width: 1920px) {
  .e-module-202606261122 .e-con ul li .icon1 {
    width: 33rem;
  }
}
@media (max-width: 992px) {
  .e-module-202606261122 .e-con ul li .icon1 {
    display: none;
  }
}
.e-module-202606261122 .e-con ul li p {
  color: #191919;
  font-size: 18px;
  line-height: calc(30 / 18);
}
@media (max-width: 1920px) {
  .e-module-202606261122 .e-con ul li p {
    font-size: 18rem;
  }
}
@media (max-width: 1200px) {
  .e-module-202606261122 .e-con ul li p {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .e-module-202606261122 .e-con ul li p {
    padding-top: 5px !important;
  }
}
.e-module-202606261122 .e-con .bottom {
  margin-top: 100px;
  border-radius: 20px;
  position: relative;
  box-shadow: 0px 20px 40px 0px rgba(176, 180, 182, 0.16);
}
@media (max-width: 1920px) {
  .e-module-202606261122 .e-con .bottom {
    margin-top: 100rem;
  }
}
@media (max-width: 992px) {
  .e-module-202606261122 .e-con .bottom {
    margin-top: 30px;
    border-radius: 10px;
  }
}
.e-module-202606261122 .e-con .bottom .pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.e-module-202606261122 .e-con .bottom .pic img {
  height: 100%;
}
.e-module-202606261122 .e-con .bottom .text-box {
  padding: 60px 80px;
  position: relative;
}
@media (max-width: 1920px) {
  .e-module-202606261122 .e-con .bottom .text-box {
    padding: 60rem 80rem;
  }
}
@media (max-width: 992px) {
  .e-module-202606261122 .e-con .bottom .text-box {
    padding: 40px 30px;
  }
}
.e-module-202606261122 .e-con .bottom p {
  font-size: 22px;
  line-height: calc(38 / 22);
}
@media (max-width: 1920px) {
  .e-module-202606261122 .e-con .bottom p {
    font-size: 22rem;
  }
}
@media (max-width: 1200px) {
  .e-module-202606261122 .e-con .bottom p {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .e-module-202606261122 .e-con .bottom p {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .e-module-202606261122 .e-con .bottom p br {
    display: none;
  }
}
.e-module-202606261122 .e-con .bottom p span {
  font-size: 36px;
}
@media (max-width: 1920px) {
  .e-module-202606261122 .e-con .bottom p span {
    font-size: 36rem;
  }
}
@media (max-width: 1200px) {
  .e-module-202606261122 .e-con .bottom p span {
    font-size: 24px;
  }
}
.e-module-202606261122 .e-con .bottom p span.text1 {
  color: #1984d1;
}
.e-module-202606261122 .e-con .bottom p span.text2 {
  background: linear-gradient(126.41deg, #1cbea3, #1984d1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.e-module-202606261131 {
  position: relative;
}
@media (max-width: 992px) {
  .e-module-202606261131 .pic img {
    margin-top: -200px;
  }
}
@media (max-width: 750px) {
  .e-module-202606261131 .pic img {
    margin-top: 0;
  }
}
.e-module-202606261131 .text-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .e-module-202606261131 .text-box .text {
    padding: 0 30px;
  }
}
.e-module-202606261131 .text-box h2 {
  color: #ffffff;
  font-size: 36px;
  line-height: calc(48 / 36);
}
@media (max-width: 1920px) {
  .e-module-202606261131 .text-box h2 {
    font-size: 36rem;
  }
}
@media (max-width: 1200px) {
  .e-module-202606261131 .text-box h2 {
    font-size: 24px;
    line-height: calc(30 / 24);
  }
}
@media (max-width: 992px) {
  .e-module-202606261131 .text-box h2 {
    font-size: 34px;
    line-height: calc(48 / 34);
  }
}
@media (max-width: 750px) {
  .e-module-202606261131 .text-box h2 {
    font-size: 24px;
    line-height: calc(30 / 24);
  }
}
.e-module-202606261131 .text-box .e-btn-box {
  padding-top: 20px;
}
@media (max-width: 1920px) {
  .e-module-202606261131 .text-box .e-btn-box {
    padding-top: 20rem;
  }
}
@media (max-width: 1200px) {
  .e-module-202606261131 .text-box .e-btn-box {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .e-module-202606261133 {
    padding-bottom: 30px;
  }
}
.e-module-202606261133 .h2 {
  color: #333333;
  display: flex;
  justify-content: center;
  font-size: 46px;
  line-height: calc(48 / 46);
}
@media (max-width: 1920px) {
  .e-module-202606261133 .h2 {
    font-size: 46rem;
  }
}
@media (max-width: 1200px) {
  .e-module-202606261133 .h2 {
    font-size: 24px;
  }
}
.e-module-202606261133 .h2 p {
  position: relative;
  display: inline-block;
  padding-bottom: 20px;
}
@media (max-width: 1920px) {
  .e-module-202606261133 .h2 p {
    padding-bottom: 20rem;
  }
}
@media (max-width: 992px) {
  .e-module-202606261133 .h2 p {
    padding-bottom: 15px;
  }
}
.e-module-202606261133 .h2 p:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100px;
  margin-left: -50px;
  height: 2px;
  background: #c7000b;
}
@media (max-width: 1920px) {
  .e-module-202606261133 .h2 p:after {
    width: 100rem;
    margin-left: -50rem;
    height: 2rem;
  }
}
@media (max-width: 992px) {
  .e-module-202606261133 .h2 p:after {
    height: 1px;
  }
}
.e-module-202606261133 .tab-head {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .e-module-202606261133 .tab-head {
    display: none;
  }
}
.e-module-202606261133 .tab-head ul {
  position: relative;
  border: 2px solid #ffffff;
  border-radius: 40px;
  box-shadow: inset 2px 2px 6px 0px rgba(255, 255, 255, 0.37), 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.6);
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 1920px) {
  .e-module-202606261133 .tab-head ul {
    border-radius: 40rem;
    box-shadow: inset 2rem 2rem 6rem 0rem rgba(255, 255, 255, 0.37), 0rem 0rem 20rem 0rem rgba(0, 0, 0, 0.08);
  }
}
.e-module-202606261133 .tab-head ul li {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  height: 100%;
}
.e-module-202606261133 .tab-head ul li:hover p {
  color: #333;
}
.e-module-202606261133 .tab-head ul li.active p {
  color: #fff;
}
.e-module-202606261133 .tab-head ul li.active:nth-child(1) p {
  background-image: url("https://e-file.huawei.com/marketingcloud/pep/asset/2000000101/topic/industries/grid/empowering-future-power-system/img/icon-4.png");
}
.e-module-202606261133 .tab-head ul li.active:nth-child(2) p {
  background-image: url("https://e-file.huawei.com/marketingcloud/pep/asset/2000000101/topic/industries/grid/empowering-future-power-system/img/icon-5.png");
}
.e-module-202606261133 .tab-head ul li.active:nth-child(3) p {
  background-image: url("https://e-file.huawei.com/marketingcloud/pep/asset/2000000101/topic/industries/grid/empowering-future-power-system/img/icon-6.png");
}
.e-module-202606261133 .tab-head ul li:nth-child(1) p {
  background-image: url("https://e-file.huawei.com/marketingcloud/pep/asset/2000000101/topic/industries/grid/empowering-future-power-system/img/icon-1.png");
}
.e-module-202606261133 .tab-head ul li:nth-child(2) p {
  background-image: url("https://e-file.huawei.com/marketingcloud/pep/asset/2000000101/topic/industries/grid/empowering-future-power-system/img/icon-2.png");
}
.e-module-202606261133 .tab-head ul li:nth-child(3) p {
  background-image: url("https://e-file.huawei.com/marketingcloud/pep/asset/2000000101/topic/industries/grid/empowering-future-power-system/img/icon-3.png");
}
.e-module-202606261133 .tab-head ul li p {
  background-repeat: no-repeat;
  background-size: 40px;
  position: relative;
  padding: 23px 45px 23px 85px;
  background-position: 40px 50%;
  border-radius: 100%;
  font-size: 22px;
  line-height: calc(26 / 22);
  transition: 0.4s;
  height: 100%;
}
@media (max-width: 1920px) {
  .e-module-202606261133 .tab-head ul li p {
    background-size: 40rem;
    padding: 23rem 45rem 23rem 85rem;
    background-position: 40rem 50%;
    font-size: 22rem;
  }
}
@media (max-width: 1200px) {
  .e-module-202606261133 .tab-head ul li p {
    font-size: 14px;
  }
}
.e-module-202606261133 .tab-head ul .bg {
  background-image: url("https://e-file.huawei.com/marketingcloud/pep/asset/2000000101/topic/industries/grid/empowering-future-power-system/img/tan-jianbian.jpg");
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  transition: 0.4s;
  border-radius: 100px;
}
.e-module-202606261133 .tab-con {
  margin-top: 40px;
}
@media (max-width: 1920px) {
  .e-module-202606261133 .tab-con {
    margin-top: 40rem;
  }
}
@media (max-width: 992px) {
  .e-module-202606261133 .tab-con {
    margin-top: 0;
  }
}
.e-module-202606261133 .tab-con .list {
  display: none;
}
@media (max-width: 992px) {
  .e-module-202606261133 .tab-con .list {
    display: block;
    margin-top: 20px;
  }
  .e-module-202606261133 .tab-con .list .title-box,
  .e-module-202606261133 .tab-con .list ul {
    display: none !important;
  }
}
.e-module-202606261133 .tab-con .list.active {
  display: block;
}
.e-module-202606261133 .tab-con .list.active .title-box,
.e-module-202606261133 .tab-con .list.active ul {
  display: flex !important;
}
.e-module-202606261133 .tab-con .list.active:nth-child(1) .module-tab p {
  background-image: url("https://e-file.huawei.com/marketingcloud/pep/asset/2000000101/topic/industries/grid/empowering-future-power-system/img/icon-4.png");
}
.e-module-202606261133 .tab-con .list.active:nth-child(2) .module-tab p {
  background-image: url("https://e-file.huawei.com/marketingcloud/pep/asset/2000000101/topic/industries/grid/empowering-future-power-system/img/icon-5.png");
}
.e-module-202606261133 .tab-con .list.active:nth-child(3) .module-tab p {
  background-image: url("https://e-file.huawei.com/marketingcloud/pep/asset/2000000101/topic/industries/grid/empowering-future-power-system/img/icon-6.png");
}
.e-module-202606261133 .tab-con .list.active .module-tab {
  border: none;
  box-shadow: none;
  background: none;
  background-image: url("https://e-file.huawei.com/marketingcloud/pep/asset/2000000101/topic/industries/grid/empowering-future-power-system/img/tan-jianbian.jpg");
  background-size: 100%;
}
.e-module-202606261133 .tab-con .list.active .module-tab::after {
  color: #fff;
  transform: rotate(180deg);
}
.e-module-202606261133 .tab-con .list.active .module-tab p {
  color: #fff;
}
.e-module-202606261133 .tab-con .list:nth-child(1) .module-tab p {
  background-image: url("https://e-file.huawei.com/marketingcloud/pep/asset/2000000101/topic/industries/grid/empowering-future-power-system/img/icon-1.png");
}
.e-module-202606261133 .tab-con .list:nth-child(2) .module-tab p {
  background-image: url("https://e-file.huawei.com/marketingcloud/pep/asset/2000000101/topic/industries/grid/empowering-future-power-system/img/icon-2.png");
}
.e-module-202606261133 .tab-con .list:nth-child(3) .module-tab p {
  background-image: url("https://e-file.huawei.com/marketingcloud/pep/asset/2000000101/topic/industries/grid/empowering-future-power-system/img/icon-3.png");
}
.e-module-202606261133 .tab-con .list .module-tab {
  position: relative;
  display: none;
  height: 50px;
  align-items: center;
  border-radius: 50px;
  background-repeat: no-repeat;
  background-size: 100%;
  border: 1px solid #ffffff;
  border-radius: 40px;
  box-shadow: inset 2px 2px 6px 0px rgba(255, 255, 255, 0.37), 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.6);
}
@media (max-width: 992px) {
  .e-module-202606261133 .tab-con .list .module-tab {
    display: flex;
  }
}
.e-module-202606261133 .tab-con .list .module-tab::after {
  color: #595959;
  content: "\e7b1";
  right: 17px;
  position: absolute;
  font-family: "iconfont" !important;
  font-size: 32px;
  top: -6px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate3d(0, 0, 0) rotate(0);
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.e-module-202606261133 .tab-con .list .module-tab p {
  background-repeat: no-repeat;
  background-size: 32px;
  background-position: 22px 50%;
  transition: 0.4s;
  color: #666666;
  font-size: 16px;
  line-height: calc(19 / 16);
  height: 100%;
  padding: 0 60px;
  display: flex;
  align-items: center;
}
.e-module-202606261133 .tab-con .list .title-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 992px) {
  .e-module-202606261133 .tab-con .list .title-box {
    margin-top: 20px;
  }
}
.e-module-202606261133 .tab-con .list .title-box h3 {
  color: #333333;
  font-size: 30px;
  line-height: calc(48 / 36);
  text-align: center;
  max-width: 1150px;
}
@media (max-width: 1920px) {
  .e-module-202606261133 .tab-con .list .title-box h3 {
    font-size: 30rem;
    max-width: 1150rem;
  }
}
@media (max-width: 1200px) {
  .e-module-202606261133 .tab-con .list .title-box h3 {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .e-module-202606261133 .tab-con .list .title-box h3 {
    max-width: 100%;
  }
}
.e-module-202606261133 .tab-con .list .title-box > p {
  color: #666666;
  font-size: 18px;
  line-height: calc(32 / 18);
  text-align: center;
  margin-top: 10px;
  max-width: 1150px;
}
@media (max-width: 1920px) {
  .e-module-202606261133 .tab-con .list .title-box > p {
    font-size: 18rem;
    margin-top: 10rem;
    max-width: 1150rem;
  }
}
@media (max-width: 1280px) {
  .e-module-202606261133 .tab-con .list .title-box > p {
    font-size: 20rem;
  }
}
@media (max-width: 1200px) {
  .e-module-202606261133 .tab-con .list .title-box > p {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .e-module-202606261133 .tab-con .list .title-box > p {
    max-width: 100%;
  }
}
.e-module-202606261133 .tab-con .list ul {
  margin-top: 33px;
  display: flex;
  gap: 40px;
}
@media (max-width: 1920px) {
  .e-module-202606261133 .tab-con .list ul {
    margin-top: 33rem;
    gap: 40rem;
  }
}
@media (max-width: 992px) {
  .e-module-202606261133 .tab-con .list ul {
    flex-direction: column;
    margin-top: 20px;
    gap: 20px;
    margin-bottom: 0;
  }
}
.e-module-202606261133 .tab-con .list ul li {
  width: 50%;
  cursor: pointer;
}
@media (max-width: 992px) {
  .e-module-202606261133 .tab-con .list ul li {
    width: 100%;
  }
}
.e-module-202606261133 .tab-con .list ul li.video .box .text-box {
  padding: 50px 40px 30px;
}
@media (max-width: 1920px) {
  .e-module-202606261133 .tab-con .list ul li.video .box .text-box {
    padding: 50rem 40rem 30rem;
  }
}
@media (max-width: 992px) {
  .e-module-202606261133 .tab-con .list ul li.video .box .text-box {
    padding: 40px 25px 20px;
  }
}
.e-module-202606261133 .tab-con .list ul li .box {
  height: 100%;
  box-sizing: border-box;
  border-radius: 20px;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.2);
  overflow: hidden;
  display: block;
}
@media (max-width: 1920px) {
  .e-module-202606261133 .tab-con .list ul li .box {
    border-radius: 20rem;
    box-shadow: 0rem 4rem 40rem 0rem rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 992px) {
  .e-module-202606261133 .tab-con .list ul li .box {
    border-radius: 10px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  }
}
.e-module-202606261133 .tab-con .list ul li .box .pic {
  position: relative;
}
.e-module-202606261133 .tab-con .list ul li .box .pic .img1 {
  display: block;
  width: 100%;
}
.e-module-202606261133 .tab-con .list ul li .box .pic .img2 {
  position: absolute;
  width: 52px;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 61%);
}
@media (max-width: 1920px) {
  .e-module-202606261133 .tab-con .list ul li .box .pic .img2 {
    width: 52rem;
  }
}
@media (max-width: 992px) {
  .e-module-202606261133 .tab-con .list ul li .box .pic .img2 {
    width: 40px;
    margin-left: -3px;
  }
}
.e-module-202606261133 .tab-con .list ul li .box .text-box {
  padding: 30px 40px 30px;
  border: 2px solid #ffffff;
  border-top: none;
  border-radius: 20px;
}
@media (max-width: 1920px) {
  .e-module-202606261133 .tab-con .list ul li .box .text-box {
    padding: 30rem 40rem 30rem;
    border-radius: 0 0 20rem 20rem;
  }
}
@media (max-width: 992px) {
  .e-module-202606261133 .tab-con .list ul li .box .text-box {
    padding: 20px 25px 20px;
    border-radius: 0 0 10px 10px;
    border: 1px solid #ffffff;
    border-top: none;
  }
}
.e-module-202606261133 .tab-con .list ul li .box .text-box > p {
  font-size: 20px;
  line-height: 1.5;
  color: #333;
}
@media (max-width: 1920px) {
  .e-module-202606261133 .tab-con .list ul li .box .text-box > p {
    font-size: 20rem;
  }
}
@media (max-width: 1200px) {
  .e-module-202606261133 .tab-con .list ul li .box .text-box > p {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .e-module-202606261133 .tab-con .list ul li .box .text-box > p {
    font-size: 16px;
  }
}
.e-module-202606261133 .tab-con .list ul li .box .text-box > p .text1 {
  font-size: 36px;
  line-height: 0.7;
  background: linear-gradient(126.41deg, #1cbea3, #1984d1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media (max-width: 1920px) {
  .e-module-202606261133 .tab-con .list ul li .box .text-box > p .text1 {
    font-size: 36rem;
  }
}
@media (max-width: 1200px) {
  .e-module-202606261133 .tab-con .list ul li .box .text-box > p .text1 {
    font-size: 18px;
  }
}
.e-module-202606261133 .tab-con .list ul li .box .text-box .e-link-box {
  padding-top: 10px;
}
@media (max-width: 1920px) {
  .e-module-202606261133 .tab-con .list ul li .box .text-box .e-link-box {
    padding-top: 10rem;
  }
}
@media (max-width: 992px) {
  .e-module-202606261133 .tab-con .list ul li .box .text-box .e-link-box {
    padding-top: 3rem;
  }
}
@media (max-width: 992px) {
  .e-module-202606261140 {
    padding-top: 30px;
  }
}
.e-module-202606261140 .h2 {
  display: flex;
  justify-content: center;
}
.e-module-202606261140 .h2 p {
  color: #333333;
  font-size: 46px;
  line-height: calc(48 / 46);
  position: relative;
  display: inline-block;
  padding-bottom: 20px;
}
@media (max-width: 1920px) {
  .e-module-202606261140 .h2 p {
    padding-bottom: 20rem;
    font-size: 46rem;
  }
}
@media (max-width: 1200px) {
  .e-module-202606261140 .h2 p {
    font-size: 24px;
  }
}
@media (max-width: 992px) {
  .e-module-202606261140 .h2 p {
    padding-bottom: 15px;
  }
}
.e-module-202606261140 .h2 p:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100px;
  margin-left: -50px;
  height: 2px;
  background: #c7000b;
}
@media (max-width: 1920px) {
  .e-module-202606261140 .h2 p:after {
    width: 100rem;
    margin-left: -50rem;
    height: 2rem;
  }
}
@media (max-width: 1200px) {
  .e-module-202606261140 .h2 p:after {
    width: 80px;
    height: 1px;
  }
}
.e-module-202606261140 .int {
  color: #666666;
  font-size: 18px;
  line-height: calc(32 / 18);
  text-align: center;
  margin-top: 10px;
  max-width: 1150px;
  margin-top: 40px;
}
@media (max-width: 1920px) {
  .e-module-202606261140 .int {
    font-size: 18rem;
    margin-top: 10rem;
    max-width: 1150rem;
    margin-top: 40rem;
  }
}
@media (max-width: 1200px) {
  .e-module-202606261140 .int {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .e-module-202606261140 .int {
    margin-top: 30px;
    max-width: 100%;
  }
}
.e-module-202606261140 ul {
  display: flex;
  gap: 40px;
}
@media (max-width: 1920px) {
  .e-module-202606261140 ul {
    gap: 40rem;
  }
}
@media (max-width: 992px) {
  .e-module-202606261140 ul {
    flex-direction: column;
    gap: 20px;
  }
}
.e-module-202606261140 ul li {
  width: 50%;
  cursor: pointer;
}
@media (max-width: 992px) {
  .e-module-202606261140 ul li {
    width: 100%;
  }
}
.e-module-202606261140 ul li .box {
  height: 100%;
  box-sizing: border-box;
  border-radius: 20px;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.2);
  overflow: hidden;
}
@media (max-width: 1920px) {
  .e-module-202606261140 ul li .box {
    border-radius: 20rem;
    box-shadow: 0rem 4rem 40rem 0rem rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 992px) {
  .e-module-202606261140 ul li .box {
    border-radius: 10px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.2);
  }
}
.e-module-202606261140 ul li .box .pic {
  position: relative;
}
.e-module-202606261140 ul li .box .pic .img1 {
  display: block;
  width: 100%;
}
.e-module-202606261140 ul li .box .pic .img2 {
  position: absolute;
  width: 52px;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 61%);
}
@media (max-width: 1920px) {
  .e-module-202606261140 ul li .box .pic .img2 {
    width: 52rem;
  }
}
@media (max-width: 992px) {
  .e-module-202606261140 ul li .box .pic .img2 {
    width: 40px;
    margin-left: -3px;
  }
}
.e-module-202606261140 ul li .box .pic .img3 {
  position: absolute;
  width: 56px;
  right: 30px;
  bottom: 20px;
}
@media (max-width: 1920px) {
  .e-module-202606261140 ul li .box .pic .img3 {
    width: 56rem;
    right: 30rem;
    bottom: 20rem;
  }
}
@media (max-width: 992px) {
  .e-module-202606261140 ul li .box .pic .img3 {
    width: 40px;
  }
}
.e-module-202606261140 ul li .box .text {
  border: 2px solid #ffffff;
  border-top: none;
  border-radius: 20px;
}
@media (max-width: 1920px) {
  .e-module-202606261140 ul li .box .text {
    border-radius: 0 0 20rem 20rem;
    border-top: none;
  }
}
@media (max-width: 992px) {
  .e-module-202606261140 ul li .box .text {
    border-radius: 0 0 10px 10px;
    border: 1px solid #ffffff;
    border-top: none;
  }
}
.e-module-202606261140 ul li .box .text p {
  font-size: 20px;
  line-height: 1.5;
  color: #333;
  padding: 50px 40px 30px;
}
@media (max-width: 1920px) {
  .e-module-202606261140 ul li .box .text p {
    font-size: 20rem;
    padding: 50rem 40rem 30rem;
  }
}
@media (max-width: 1200px) {
  .e-module-202606261140 ul li .box .text p {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .e-module-202606261140 ul li .box .text p {
    padding: 40px 25px 20px;
  }
}
.e-module-202606261140 ul li .box .text p .text1 {
  font-size: 36px;
  background: linear-gradient(126.41deg, #1cbea3, #1984d1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media (max-width: 1920px) {
  .e-module-202606261140 ul li .box .text p .text1 {
    font-size: 36rem;
  }
}
@media (max-width: 1200px) {
  .e-module-202606261140 ul li .box .text p .text1 {
    font-size: 18px;
  }
}
.e-module-202606261140 .min-ul {
  overflow: hidden;
  transition: 0.4s;
  margin-top: 40px;
}
@media (max-width: 1920px) {
  .e-module-202606261140 .min-ul {
    margin-top: 40rem;
  }
}
@media (max-width: 992px) {
  .e-module-202606261140 .min-ul {
    margin-top: 20px;
  }
}
.e-module-202606261140 .min-ul.active {
  display: flex;
  overflow: visible;
}
.e-module-202606261140 .min-ul li .box .text p {
  padding: 25px 40px 30px;
}
@media (max-width: 1920px) {
  .e-module-202606261140 .min-ul li .box .text p {
    padding: 25rem 40rem 30rem;
  }
}
@media (max-width: 992px) {
  .e-module-202606261140 .min-ul li .box .text p {
    padding: 20px 25px;
  }
}
.e-module-202606261140 .btn {
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.e-module-202606261140 .btn:hover div {
  background-color: #c7000b;
}
.e-module-202606261140 .btn:hover div p {
  color: #fff;
}
.e-module-202606261140 .btn:hover div span {
  background-color: #fff;
}
.e-module-202606261140 .btn:hover div span::after,
.e-module-202606261140 .btn:hover div span::before {
  background-color: #c7000b;
}
.e-module-202606261140 .btn div {
  box-sizing: border-box;
  border: 2px solid #c7000b;
  border-radius: 50px;
  padding: 12px 50px 12px 25px;
  position: relative;
  transition: 0.4s;
}
@media (max-width: 1920px) {
  .e-module-202606261140 .btn div {
    border: 2rem solid #c7000b;
    border-radius: 50rem;
    padding: 12rem 50rem 12rem 25rem;
  }
}
@media (max-width: 1200px) {
  .e-module-202606261140 .btn div {
    padding: 8px 38px 8px 15px;
  }
}
@media (max-width: 992px) {
  .e-module-202606261140 .btn div {
    border: 1px solid #c7000b;
  }
}
.e-module-202606261140 .btn div.active {
  margin-top: 40px;
}
@media (max-width: 1920px) {
  .e-module-202606261140 .btn div.active {
    margin-top: 40rem;
  }
}
@media (max-width: 992px) {
  .e-module-202606261140 .btn div.active {
    margin-top: 20px;
  }
}
.e-module-202606261140 .btn div.active span::before {
  display: none;
}
.e-module-202606261140 .btn div p {
  color: #c7000b;
  font-size: 18px;
  line-height: calc(27 / 18);
  transition: 0.4s;
}
@media (max-width: 1920px) {
  .e-module-202606261140 .btn div p {
    font-size: 18rem;
  }
}
@media (max-width: 1200px) {
  .e-module-202606261140 .btn div p {
    font-size: 14px;
  }
}
.e-module-202606261140 .btn div span {
  width: 15px;
  height: 15px;
  display: block;
  border-radius: 100%;
  background: #c7000b;
  position: absolute;
  right: 25px;
  top: 19px;
}
@media (max-width: 1920px) {
  .e-module-202606261140 .btn div span {
    width: 15rem;
    height: 15rem;
    right: 25rem;
    top: 19rem;
  }
}
@media (max-width: 1200px) {
  .e-module-202606261140 .btn div span {
    width: 15px;
    height: 15px;
    right: 17px;
    top: 12px;
  }
}
.e-module-202606261140 .btn div span::after,
.e-module-202606261140 .btn div span::before {
  content: "";
  display: block;
  width: 7px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 4px;
  top: 7px;
}
@media (max-width: 1920px) {
  .e-module-202606261140 .btn div span::after,
  .e-module-202606261140 .btn div span::before {
    width: 7rem;
    height: 1rem;
    left: 4rem;
    top: 7rem;
  }
}
@media (max-width: 1200px) {
  .e-module-202606261140 .btn div span::after,
  .e-module-202606261140 .btn div span::before {
    width: 7px;
    height: 1px;
    left: 4px;
    top: 7px;
  }
}
.e-module-202606261140 .btn div span::before {
  transform: rotate(90deg);
}
.e-module-202606261145 {
  position: relative;
  color: #ffffff;
}
.e-module-202606261145 .pic {
  font-size: 0;
}
.e-module-202606261145 .text-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .e-module-202606261145 .text-box {
    position: relative;
  }
}
.e-module-202606261145 .text-box .text {
  width: 58%;
}
@media (max-width: 992px) {
  .e-module-202606261145 .text-box .text {
    width: 100%;
    padding: 25px 0 60px;
  }
}
.e-module-202606261145 .text-box .text h2 {
  color: #333333;
  font-size: 36px;
  line-height: calc(48 / 36);
}
@media (max-width: 1920px) {
  .e-module-202606261145 .text-box .text h2 {
    font-size: 36rem;
  }
}
@media (max-width: 1200px) {
  .e-module-202606261145 .text-box .text h2 {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .e-module-202606261145 .text-box .text h2 {
    font-size: 18px;
    line-height: calc(28 / 18);
  }
}
.e-module-202606261145 .text-box .text p {
  color: #333333;
  font-size: 36px;
  line-height: calc(48 / 36);
  margin-top: 10px;
}
@media (max-width: 1920px) {
  .e-module-202606261145 .text-box .text p {
    font-size: 36rem;
    margin-top: 10rem;
  }
}
@media (max-width: 1200px) {
  .e-module-202606261145 .text-box .text p {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .e-module-202606261145 .text-box .text p {
    margin-bottom: 5px;
    font-size: 18px;
  }
}
.e-module-202607020901 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  transition: 0.4s;
}
.e-module-202607020901.active {
  display: flex;
}
.e-module-202607020901 .con-box {
  max-width: 600px;
  width: 100%;
  position: relative;
  padding: 30px 30px 0 0;
}
@media (max-width: 992px) {
  .e-module-202607020901 .con-box {
    padding: 30px;
  }
}
.e-module-202607020901 .con-box .icon-close {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 30px;
  cursor: pointer;
  z-index: 9;
  color: #fff;
}
@media (max-width: 992px) {
  .e-module-202607020901 .con-box .icon-close {
    right: 30px;
    top: -30px;
  }
}
.e-module-202607020901 .con-box .pic {
  border-radius: 20px;
  overflow: hidden;
}
.e-module-202607020901 .text-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
}
@media (max-width: 992px) {
  .e-module-202607020901 .text-box {
    padding: 60px;
    justify-content: flex-start;
  }
}
.e-module-202607020901 .text-box h2 {
  color: #ffffff;
  font-size: 26px;
  line-height: calc(36 / 26);
  max-width: 414px;
}
@media (max-width: 992px) {
  .e-module-202607020901 .text-box h2 {
    right: 30px;
    top: -30px;
    font-size: 21px;
  }
}
.e-module-202607020901 .text-box .e-btn-box {
  padding-top: 0;
}
@media (max-width: 992px) {
  .e-module-202607020901 .text-box .e-btn-box {
    padding-top: 10px;
  }
}
.slidebars {
  position: fixed;
  right: -100%;
  z-index: 10;
  transition: all 1s;
  bottom: 180rem;
}
.slidebars.active {
  right: 0;
}
.slidebars a {
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  border-radius: 25px 0 0 25px;
  width: 54px;
  height: 50px;
  margin-bottom: 10rem;
  border-radius: 25rem 0 0 25rem;
  width: 54rem;
  height: 50rem;
}
@media (max-width: 1920px) {
  .slidebars a {
    margin-bottom: 10rem;
    border-radius: 25rem 0 0 25rem;
    width: 54rem;
    height: 50rem;
  }
}
@media (max-width: 1200px) {
  .slidebars a {
    width: 75rem;
    height: 66rem;
  }
}
@media (max-width: 992px) {
  .slidebars a {
    margin-bottom: 20rem;
    border-radius: 50rem 0 0 50rem;
    width: 100rem;
    height: 90rem;
  }
}
@media (max-width: 750px) {
  .slidebars a {
    width: 40rem;
    height: 36rem;
  }
}
.slidebars a .e-lazy {
  width: 24px;
  width: 24rem;
}
@media (max-width: 1920px) {
  .slidebars a .e-lazy {
    width: 24rem;
  }
}
@media (max-width: 1200px) {
  .slidebars a .e-lazy {
    width: 35rem;
  }
}
@media (max-width: 992px) {
  .slidebars a .e-lazy {
    width: 50rem;
  }
}
@media (max-width: 750px) {
  .slidebars a .e-lazy {
    width: 20rem;
  }
}
.slidebars a .e-lazy::after {
  padding-top: 100%;
}
.slidebars a.download {
  background-color: #c7000b;
}
.slidebars a.download .xiazai {
  position: fixed;
  right: -100%;
  z-index: 99;
  transition: all 1s;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.16);
  border-radius: 54px 0px 0px 54px;
  background: linear-gradient(-11.17deg, #f15f5d 26.693%, #f06b49 79.574%, #fac752 135.011%);
  max-width: 400px;
  bottom: 250px;
  box-shadow: 0 10rem 20rem 0 rgba(0, 0, 0, 0.16);
  border-radius: 54rem 0 0 54rem;
  padding: 15px;
  max-width: 466px;
}
@media (max-width: 1920px) {
  .slidebars a.download .xiazai {
    bottom: 250rem;
    box-shadow: 0rem 10rem 20rem 0rem rgba(0, 0, 0, 0.16);
    border-radius: 54rem 0rem 0rem 54rem;
  }
}
@media (max-width: 1920px) {
  .slidebars a.download .xiazai {
    padding: 15rem;
    max-width: 466rem;
  }
}
@media (max-width: 1200px) {
  .slidebars a.download .xiazai {
    bottom: 211rem;
    max-width: 700rem;
  }
}
@media (max-width: 992px) {
  .slidebars a.download .xiazai {
    bottom: 280rem;
    border-radius: 100rem 0 0 100rem;
    max-width: 1000rem;
  }
}
@media (max-width: 750px) {
  .slidebars a.download .xiazai {
    bottom: 0;
    border-radius: 0;
    max-width: 100%;
  }
}
.slidebars a.download .xiazai.active {
  right: 0;
}
.slidebars a.download .xiazai.hide {
  right: -100%;
}
.slidebars a.download .xiazai > div {
  display: flex;
  align-items: center;
}
.slidebars a.download .xiazai > div .down-icon {
  border: 12px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  width: 80px;
  height: 80px;
}
@media (max-width: 1920px) {
  .slidebars a.download .xiazai > div .down-icon {
    border: 12rem solid rgba(255, 255, 255, 0.18);
    width: 80rem;
    height: 80rem;
  }
}
@media (max-width: 992px) {
  .slidebars a.download .xiazai > div .down-icon {
    border: 16rem solid rgba(255, 255, 255, 0.18);
    width: 150rem;
    height: 150rem;
  }
}
@media (max-width: 750px) {
  .slidebars a.download .xiazai > div .down-icon {
    border: 10rem solid rgba(255, 255, 255, 0.18);
    width: 80rem;
    height: 80rem;
  }
}
.slidebars a.download .xiazai > div .down-icon .down-img {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  width: 60px;
  height: 60px;
  width: 60rem;
  height: 60rem;
}
@media (max-width: 1920px) {
  .slidebars a.download .xiazai > div .down-icon .down-img {
    width: 60rem;
    height: 60rem;
  }
}
@media (max-width: 992px) {
  .slidebars a.download .xiazai > div .down-icon .down-img {
    width: 120rem;
    height: 120rem;
  }
}
.slidebars a.download .xiazai > div .down-icon .down-img .e-lazy {
  width: 36rem;
}
.slidebars a.download .xiazai > div .down-icon .down-img .e-lazy::after {
  padding-top: 100%;
}
@media (max-width: 750px) {
  .slidebars a.download .xiazai > div .down-icon .down-img {
    width: 60rem;
    height: 60rem;
  }
  .slidebars a.download .xiazai > div .down-icon .down-img .e-lazy {
    width: 36rem;
  }
}
.slidebars a.download .xiazai > div .down-txt {
  flex: 1;
  margin-left: 15px;
  color: #fff;
}
@media (max-width: 1920px) {
  .slidebars a.download .xiazai > div .down-txt {
    margin-left: 15rem;
  }
}
@media (max-width: 992px) {
  .slidebars a.download .xiazai > div .down-txt {
    margin-left: 30rem;
  }
}
.slidebars a.download .xiazai > div .down-txt .down-p1 {
  font-weight: bold;
  font-size: 18px;
}
@media (max-width: 1920px) {
  .slidebars a.download .xiazai > div .down-txt .down-p1 {
    font-size: 18rem;
  }
}
@media (max-width: 1200px) {
  .slidebars a.download .xiazai > div .down-txt .down-p1 {
    font-size: 30rem;
  }
}
@media (max-width: 992px) {
  .slidebars a.download .xiazai > div .down-txt .down-p1 {
    font-size: 40rem;
  }
}
@media (max-width: 750px) {
  .slidebars a.download .xiazai > div .down-txt .down-p1 {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 5px;
  }
}
.slidebars a.download .xiazai > div .down-txt .down-p2 {
  line-height: 1.5;
  font-size: 16px;
}
@media (max-width: 1920px) {
  .slidebars a.download .xiazai > div .down-txt .down-p2 {
    font-size: 16rem;
  }
}
@media (max-width: 1200px) {
  .slidebars a.download .xiazai > div .down-txt .down-p2 {
    font-size: 26rem;
  }
}
@media (max-width: 992px) {
  .slidebars a.download .xiazai > div .down-txt .down-p2 {
    font-size: 30rem;
  }
}
@media (max-width: 750px) {
  .slidebars a.download .xiazai > div .down-txt .down-p2 {
    font-size: 12rem;
  }
}
.slidebars a.download:hover .xiazai {
  right: 0;
}
.slidebars a.zixun {
  background-color: #c7000b;
}
.slidebars a.backtop {
  flex-direction: column;
  border: 2rem solid #bec1cb;
  background-color: #fff;
  color: #666;
  text-align: center;
}
.slidebars a.backtop .e-lazy {
  width: 20px;
}
@media (max-width: 1920px) {
  .slidebars a.backtop .e-lazy {
    width: 20rem;
  }
}
.slidebars a.backtop .e-lazy::after {
  padding-top: 61.11%;
}
@media (max-width: 992px) {
  .slidebars a.backtop .e-lazy {
    width: 30rem;
  }
}
@media (max-width: 992px) {
  .slidebars a.backtop .e-lazy {
    width: 15rem;
  }
}
.slidebars a.backtop p {
  line-height: 1;
  padding-top: 5px;
  font-size: 12px;
}
@media (max-width: 1920px) {
  .slidebars a.backtop p {
    padding-top: 5rem;
    font-size: 12rem;
  }
}
@media (max-width: 1200px) {
  .slidebars a.backtop p {
    font-size: 24rem;
  }
}
@media (max-width: 992px) {
  .slidebars a.backtop p {
    font-size: 30rem;
  }
}
@media (max-width: 750px) {
  .slidebars a.backtop p {
    font-size: 10rem;
  }
}
