.batteryArea .batteryItem .Txt .title, .structureArea .floatList li::after, .structureArea .floatList li {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.capabilityArea {
  width: 100%;
  padding: 100px 0;
}
@media (max-width: 1180px) {
  .capabilityArea {
    padding: 40px 0;
  }
}

.introArea {
  padding: 105px 0 115px;
}
@media (max-width: 640px) {
  .introArea {
    padding: 40px 0 60px;
  }
}
.introArea .wrap {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding-left: 0px;
  padding-right: 0px;
}
@media (max-width: 1440px) {
  .introArea .wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1180px) {
  .introArea .wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .introArea .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.introArea .contentBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 640px) {
  .introArea .contentBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.introArea .contentBox .leftBox,
.introArea .contentBox .rightBox {
  width: 50%;
}
@media (max-width: 640px) {
  .introArea .contentBox .leftBox,
.introArea .contentBox .rightBox {
    width: 100%;
  }
}
.introArea .contentBox .leftBox .Img {
  max-width: 100%;
}
.introArea .contentBox .leftBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.introArea .contentBox .rightBox {
  padding-top: 10px;
  padding-left: 60px;
}
@media (max-width: 640px) {
  .introArea .contentBox .rightBox {
    padding-top: 20px;
    padding-left: 0;
  }
}
.introArea .contentBox .title {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.44px;
  margin-bottom: 10px;
}
.introArea .contentBox .subtitle {
  color: #004998;
  font-size: 60px;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  .introArea .contentBox .subtitle {
    font-size: 36px;
  }
}
.introArea .contentBox .content {
  font-weight: 300;
  font-size: 17px;
  line-height: 1.875;
  letter-spacing: 0.85px;
}

.structureArea {
  border-top-left-radius: 160px;
  border-bottom-right-radius: 160px;
  overflow: hidden;
  position: relative;
  min-height: 980px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1680px) {
  .structureArea {
    min-height: 880px;
  }
}
@media (max-width: 1366px) {
  .structureArea {
    min-height: 780px;
  }
}
@media (max-width: 767px) {
  .structureArea {
    min-height: 750px;
    border-top-left-radius: 80px;
    border-bottom-right-radius: 80px;
  }
}
.structureArea .structureCanvas {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5;
  pointer-events: none;
  opacity: 0;
}
@media (max-width: 1366px) {
  .structureArea .structureCanvas {
    scale: 0.9;
  }
}
@media (max-width: 1280px) {
  .structureArea .structureCanvas {
    scale: 0.85;
  }
}
@media (max-width: 768px) {
  .structureArea .structureCanvas {
    scale: 0.75;
  }
}
.structureArea .bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #f3f3f3), color-stop(50%, #0c56b2));
  background-image: linear-gradient(to right, #f3f3f3 50%, #0c56b2 50%);
  z-index: -1;
  overflow: hidden;
}
.structureArea .bg::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url("../images/structureLeft.png");
}
.structureArea .bg::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  background-image: url("../images/structureRight.png");
}
.structureArea .structureList {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 8;
  pointer-events: none;
}
.structureArea .structureList li {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #6db327;
  color: #fff;
  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;
  cursor: pointer;
  pointer-events: all;
  opacity: 0;
}
.structureArea .structureList li.current::after {
  content: "";
  position: absolute;
  scale: 0;
  -webkit-animation: none;
          animation: none;
}
.structureArea .structureList li.current .ripple {
  -webkit-animation: ripple 2.5s linear infinite forwards;
          animation: ripple 2.5s linear infinite forwards;
}
.structureArea .structureList li.current .ripple::before {
  -webkit-animation: ripple 2.5s 0.025s linear infinite forwards;
          animation: ripple 2.5s 0.025s linear infinite forwards;
}
.structureArea .structureList li.current .ripple::after {
  -webkit-animation: ripple 2.5s 0.05s linear infinite forwards;
          animation: ripple 2.5s 0.05s linear infinite forwards;
}
@media (min-width: 1201px) {
  .structureArea .structureList li:hover::after {
    content: "";
    position: absolute;
    scale: 0;
    -webkit-animation: none;
            animation: none;
  }
  .structureArea .structureList li:hover .ripple {
    -webkit-animation: ripple 2.5s linear infinite forwards;
            animation: ripple 2.5s linear infinite forwards;
  }
  .structureArea .structureList li:hover .ripple::before {
    -webkit-animation: ripple 2.5s 0.025s linear infinite forwards;
            animation: ripple 2.5s 0.025s linear infinite forwards;
  }
  .structureArea .structureList li:hover .ripple::after {
    -webkit-animation: ripple 2.5s 0.05s linear infinite forwards;
            animation: ripple 2.5s 0.05s linear infinite forwards;
  }
}
.structureArea .structureList li::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(109, 179, 39, 0.3);
  left: -10px;
  top: -10px;
  -webkit-animation: ripple 3s linear infinite forwards;
          animation: ripple 3s linear infinite forwards;
}
.structureArea .structureList li:nth-child(1) {
  left: 42%;
  top: 40%;
}
@media (max-width: 1680px) {
  .structureArea .structureList li:nth-child(1) {
    left: 41%;
  }
}
@media (max-width: 1536px) {
  .structureArea .structureList li:nth-child(1) {
    left: 40%;
    top: 38%;
  }
}
@media (max-width: 1440px) {
  .structureArea .structureList li:nth-child(1) {
    top: 40%;
  }
}
@media (max-width: 768px) {
  .structureArea .structureList li:nth-child(1) {
    left: 37%;
  }
}
@media (max-width: 640px) {
  .structureArea .structureList li:nth-child(1) {
    left: 18%;
  }
}
.structureArea .structureList li:nth-child(2) {
  left: 46%;
  top: 52%;
}
@media (max-width: 1680px) {
  .structureArea .structureList li:nth-child(2) {
    top: 53%;
  }
}
@media (max-width: 1024px) {
  .structureArea .structureList li:nth-child(2) {
    left: 45%;
  }
}
@media (max-width: 768px) {
  .structureArea .structureList li:nth-child(2) {
    top: 50%;
    left: 44%;
  }
}
@media (max-width: 640px) {
  .structureArea .structureList li:nth-child(2) {
    left: 36%;
    top: 52%;
  }
}
.structureArea .structureList li:nth-child(3) {
  left: 60%;
  top: 62%;
}
@media (max-width: 1680px) {
  .structureArea .structureList li:nth-child(3) {
    left: 63%;
  }
}
@media (max-width: 1024px) {
  .structureArea .structureList li:nth-child(3) {
    left: 64%;
  }
}
@media (max-width: 768px) {
  .structureArea .structureList li:nth-child(3) {
    top: 63%;
    left: 67%;
  }
}
@media (max-width: 640px) {
  .structureArea .structureList li:nth-child(3) {
    top: 70%;
    left: 85%;
  }
}
.structureArea .structureList li:nth-child(4) {
  left: 42%;
  top: 24%;
}
@media (max-width: 1680px) {
  .structureArea .structureList li:nth-child(4) {
    left: 41%;
    top: 20%;
  }
}
@media (max-width: 1024px) {
  .structureArea .structureList li:nth-child(4) {
    left: 38%;
  }
}
@media (max-width: 768px) {
  .structureArea .structureList li:nth-child(4) {
    left: 34%;
    top: 24%;
  }
}
@media (max-width: 640px) {
  .structureArea .structureList li:nth-child(4) {
    left: 18%;
  }
}
.structureArea .structureList li:nth-child(5) {
  left: 55%;
  top: 22%;
}
@media (max-width: 1680px) {
  .structureArea .structureList li:nth-child(5) {
    left: 56%;
    top: 17%;
  }
}
@media (max-width: 1440px) {
  .structureArea .structureList li:nth-child(5) {
    left: 57%;
  }
}
@media (max-width: 1024px) {
  .structureArea .structureList li:nth-child(5) {
    top: 18%;
  }
}
@media (max-width: 768px) {
  .structureArea .structureList li:nth-child(5) {
    left: 58%;
    top: 20%;
  }
}
@media (max-width: 640px) {
  .structureArea .structureList li:nth-child(5) {
    left: 68%;
  }
}
.structureArea .structureList li:nth-child(6) {
  left: 56%;
  top: 54%;
}
@media (max-width: 1680px) {
  .structureArea .structureList li:nth-child(6) {
    left: 57%;
  }
}
@media (max-width: 1024px) {
  .structureArea .structureList li:nth-child(6) {
    left: 59%;
  }
}
@media (max-width: 768px) {
  .structureArea .structureList li:nth-child(6) {
    left: 60%;
  }
}
@media (max-width: 640px) {
  .structureArea .structureList li:nth-child(6) {
    left: 69%;
  }
}
.structureArea .structureList li:nth-child(7) {
  left: 43%;
  top: 68%;
}
@media (max-width: 1680px) {
  .structureArea .structureList li:nth-child(7) {
    left: 42%;
    top: 69%;
  }
}
@media (max-width: 1440px) {
  .structureArea .structureList li:nth-child(7) {
    left: 40%;
  }
}
@media (max-width: 1366px) {
  .structureArea .structureList li:nth-child(7) {
    left: 41%;
  }
}
@media (max-width: 1024px) {
  .structureArea .structureList li:nth-child(7) {
    left: 39%;
  }
}
@media (max-width: 768px) {
  .structureArea .structureList li:nth-child(7) {
    left: 37%;
  }
}
@media (max-width: 640px) {
  .structureArea .structureList li:nth-child(7) {
    left: 24%;
  }
}
.structureArea .structureList li .ripple {
  position: absolute;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 1px solid rgba(118, 179, 56, 0.7);
  -webkit-transform-origin: center;
          transform-origin: center;
  opacity: 0;
}
.structureArea .structureList li .ripple::before {
  content: "";
  position: absolute;
  position: absolute;
  width: 95px;
  height: 95px;
  left: -15px;
  top: -15px;
  border-radius: 50%;
  border: 1px solid rgba(118, 179, 56, 0.5);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.structureArea .structureList li .ripple::after {
  content: "";
  position: absolute;
  position: absolute;
  width: 125px;
  height: 125px;
  left: -30px;
  top: -30px;
  border-radius: 50%;
  border: 1px solid rgba(118, 179, 56, 0.3);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.structureArea .floatText {
  position: absolute;
  top: 50%;
  right: 15%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #3e8ade;
  font-weight: 500;
  font-size: 124px;
  letter-spacing: 0;
}
@media (max-width: 1680px) {
  .structureArea .floatText {
    font-size: 100px;
  }
}
@media (max-width: 1440px) {
  .structureArea .floatText {
    font-size: 80px;
  }
}
@media (max-width: 1366px) {
  .structureArea .floatText {
    font-size: 70px;
  }
}
@media (max-width: 1280px) {
  .structureArea .floatText {
    display: none;
  }
}
.structureArea .floatList {
  position: absolute;
  right: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 9;
}
@media (max-width: 767px) {
  .structureArea .floatList {
    display: none;
  }
}
.structureArea .floatList li {
  color: #87b4e5;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
  letter-spacing: 0.9px;
  margin-bottom: 50px;
  position: relative;
  cursor: pointer;
}
.structureArea .floatList li:hover, .structureArea .floatList li.current {
  color: #fff;
}
.structureArea .floatList li:hover::after, .structureArea .floatList li.current::after {
  content: "";
  position: absolute;
  -webkit-transform: translateY(-50%) scaleX(1);
          transform: translateY(-50%) scaleX(1);
}
.structureArea .floatList li::after {
  content: "";
  position: absolute;
  width: 30px;
  right: -50px;
  height: 1px;
  background-color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%) scaleX(0);
          transform: translateY(-50%) scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
}
.structureArea .floatInfo {
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  rotate: 90deg;
  width: 300px;
  opacity: 0;
}
@media (max-width: 1680px) {
  .structureArea .floatInfo {
    left: -40px;
  }
}
@media (max-width: 1536px) {
  .structureArea .floatInfo {
    left: -100px;
  }
}
@media (max-width: 1440px) {
  .structureArea .floatInfo {
    display: none;
  }
}
.structureArea .floatInfo .counts {
  color: #b4b4b4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.structureArea .floatInfo .counts .current {
  color: #000;
}
.structureArea .floatInfo .counts span {
  margin: 0 5px;
  line-height: 1;
}
.structureArea .floatInfo .currentItem {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
.structureArea .circleText {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 510px;
  height: 510px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
  z-index: 2;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (max-width: 1680px) {
  .structureArea .circleText {
    width: 480px;
    height: 480px;
  }
}
@media (max-width: 1024px) {
  .structureArea .circleText {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 767px) {
  .structureArea .circleText {
    max-width: 90%;
    aspect-ratio: 1/1;
  }
}
.structureArea .circleText img {
  max-width: 100%;
  -webkit-animation: rotate 35s linear infinite;
          animation: rotate 35s linear infinite;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.structureArea .beaker {
  position: absolute;
  left: 59%;
  top: 65%;
}
@media (max-width: 1680px) {
  .structureArea .beaker {
    left: 62%;
  }
}
@media (max-width: 768px) {
  .structureArea .beaker {
    display: none;
  }
}
.structureArea .beaker img {
  max-width: 100%;
  height: auto;
}
.structureArea .wrap {
  position: relative;
  z-index: 7;
}
.structureArea .Txt {
  margin: auto 0;
  max-width: 360px;
  opacity: 0;
}
@media (max-width: 1366px) {
  .structureArea .Txt {
    max-width: 320px;
  }
}
@media (max-width: 1024px) {
  .structureArea .Txt {
    max-width: 280px;
  }
}
@media (max-width: 1023px) {
  .structureArea .Txt {
    display: none;
  }
}
.structureArea .Txt .topBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #004998;
  margin-bottom: 20px;
}
.structureArea .Txt .topBox .num {
  font-size: 80px;
  line-height: 1;
  letter-spacing: 0;
  margin-right: 15px;
}
.structureArea .Txt .topBox .title {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.44px;
}
.structureArea .Txt .topBox .subtitle {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0;
}
.structureArea .Txt .bottomBox p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.875;
  letter-spacing: 0.8px;
}

.batteryArea {
  padding: 100px 0;
}
@media (max-width: 640px) {
  .batteryArea {
    padding: 60px 0 20px;
  }
}
.batteryArea .slick-dots {
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
.batteryArea .batteryBox {
  position: relative;
}
.batteryArea .batteryBox .arrowBox {
  position: absolute;
  width: 100%;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.batteryArea .batteryList {
  margin-top: 50px;
  padding: 0 50px;
}
.batteryArea .slick-slide {
  padding: 0 15px;
}
.batteryArea .batteryItem {
  position: relative;
  cursor: pointer;
}
.batteryArea .batteryItem .icon {
  position: absolute;
  height: 40px;
  width: 40px;
  top: 15px;
  right: 15px;
}
.batteryArea .batteryItem .icon img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (min-width: 1201px) {
  .batteryArea .batteryItem:hover .Txt .title {
    color: #004998;
  }
}
.batteryArea .batteryItem .Img {
  border: 1px solid #c0c0c0;
  border-radius: 10px;
}
.batteryArea .batteryItem .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.batteryArea .batteryItem .Txt {
  margin-top: 20px;
  text-align: center;
}
.batteryArea .batteryItem .Txt .title {
  color: #3e3e3e;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
}

.moduleStructure .moduleStructureTitle {
  font-size: 22px;
  font-weight: 500;
  color: #004998;
}
.moduleStructure .moduleStructureTitleEn {
  font-size: 24px;
  font-weight: 500;
  color: #004998;
}
.moduleStructure .moduleStructureText {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.875;
}

.structureArea .floatList li, .structureArea .floatList li::after, .batteryArea .batteryItem .Txt .title {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.capabilityArea {
  width: 100%;
  padding: 100px 0;
}
@media (max-width: 1180px) {
  .capabilityArea {
    padding: 40px 0;
  }
}

.introArea {
  padding: 105px 0 115px;
}
@media (max-width: 640px) {
  .introArea {
    padding: 40px 0 60px;
  }
}
.introArea .wrap {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding-left: 0px;
  padding-right: 0px;
}
@media (max-width: 1440px) {
  .introArea .wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1180px) {
  .introArea .wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .introArea .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.introArea .contentBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 640px) {
  .introArea .contentBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.introArea .contentBox .leftBox,
.introArea .contentBox .rightBox {
  width: 50%;
}
@media (max-width: 640px) {
  .introArea .contentBox .leftBox,
.introArea .contentBox .rightBox {
    width: 100%;
  }
}
.introArea .contentBox .leftBox .Img {
  max-width: 100%;
}
.introArea .contentBox .leftBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.introArea .contentBox .rightBox {
  padding-top: 10px;
  padding-left: 60px;
}
@media (max-width: 640px) {
  .introArea .contentBox .rightBox {
    padding-top: 20px;
    padding-left: 0;
  }
}
.introArea .contentBox .title {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.44px;
  margin-bottom: 10px;
}
.introArea .contentBox .subtitle {
  color: #004998;
  font-size: 60px;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  .introArea .contentBox .subtitle {
    font-size: 36px;
  }
}
.introArea .contentBox .content {
  font-weight: 300;
  font-size: 17px;
  line-height: 1.875;
  letter-spacing: 0.85px;
}

.structureArea {
  border-top-left-radius: 160px;
  border-bottom-right-radius: 160px;
  overflow: hidden;
  position: relative;
  min-height: 980px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1680px) {
  .structureArea {
    min-height: 880px;
  }
}
@media (max-width: 1366px) {
  .structureArea {
    min-height: 780px;
  }
}
@media (max-width: 767px) {
  .structureArea {
    min-height: 750px;
    border-top-left-radius: 80px;
    border-bottom-right-radius: 80px;
  }
}
.structureArea .structureCanvas {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5;
  pointer-events: none;
  opacity: 0;
}
@media (max-width: 1366px) {
  .structureArea .structureCanvas {
    scale: 0.9;
  }
}
@media (max-width: 1280px) {
  .structureArea .structureCanvas {
    scale: 0.85;
  }
}
@media (max-width: 768px) {
  .structureArea .structureCanvas {
    scale: 0.75;
  }
}
.structureArea .bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #f3f3f3), color-stop(50%, #0c56b2));
  background-image: linear-gradient(to right, #f3f3f3 50%, #0c56b2 50%);
  z-index: -1;
  overflow: hidden;
}
.structureArea .bg::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url("../images/structureLeft.png");
}
.structureArea .bg::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  background-image: url("../images/structureRight.png");
}
.structureArea .structureList {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 8;
  pointer-events: none;
}
.structureArea .structureList li {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #6db327;
  color: #fff;
  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;
  cursor: pointer;
  pointer-events: all;
  opacity: 0;
}
.structureArea .structureList li.current::after {
  content: "";
  position: absolute;
  scale: 0;
  -webkit-animation: none;
          animation: none;
}
.structureArea .structureList li.current .ripple {
  -webkit-animation: ripple 2.5s linear infinite forwards;
          animation: ripple 2.5s linear infinite forwards;
}
.structureArea .structureList li.current .ripple::before {
  -webkit-animation: ripple 2.5s 0.025s linear infinite forwards;
          animation: ripple 2.5s 0.025s linear infinite forwards;
}
.structureArea .structureList li.current .ripple::after {
  -webkit-animation: ripple 2.5s 0.05s linear infinite forwards;
          animation: ripple 2.5s 0.05s linear infinite forwards;
}
@media (min-width: 1201px) {
  .structureArea .structureList li:hover::after {
    content: "";
    position: absolute;
    scale: 0;
    -webkit-animation: none;
            animation: none;
  }
  .structureArea .structureList li:hover .ripple {
    -webkit-animation: ripple 2.5s linear infinite forwards;
            animation: ripple 2.5s linear infinite forwards;
  }
  .structureArea .structureList li:hover .ripple::before {
    -webkit-animation: ripple 2.5s 0.025s linear infinite forwards;
            animation: ripple 2.5s 0.025s linear infinite forwards;
  }
  .structureArea .structureList li:hover .ripple::after {
    -webkit-animation: ripple 2.5s 0.05s linear infinite forwards;
            animation: ripple 2.5s 0.05s linear infinite forwards;
  }
}
.structureArea .structureList li::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(109, 179, 39, 0.3);
  left: -10px;
  top: -10px;
  -webkit-animation: ripple 3s linear infinite forwards;
          animation: ripple 3s linear infinite forwards;
}
.structureArea .structureList li:nth-child(1) {
  left: 42%;
  top: 40%;
}
@media (max-width: 1680px) {
  .structureArea .structureList li:nth-child(1) {
    left: 41%;
  }
}
@media (max-width: 1536px) {
  .structureArea .structureList li:nth-child(1) {
    left: 40%;
    top: 38%;
  }
}
@media (max-width: 1440px) {
  .structureArea .structureList li:nth-child(1) {
    top: 40%;
  }
}
@media (max-width: 768px) {
  .structureArea .structureList li:nth-child(1) {
    left: 37%;
  }
}
@media (max-width: 640px) {
  .structureArea .structureList li:nth-child(1) {
    left: 18%;
  }
}
.structureArea .structureList li:nth-child(2) {
  left: 46%;
  top: 52%;
}
@media (max-width: 1680px) {
  .structureArea .structureList li:nth-child(2) {
    top: 53%;
  }
}
@media (max-width: 1024px) {
  .structureArea .structureList li:nth-child(2) {
    left: 45%;
  }
}
@media (max-width: 768px) {
  .structureArea .structureList li:nth-child(2) {
    top: 50%;
    left: 44%;
  }
}
@media (max-width: 640px) {
  .structureArea .structureList li:nth-child(2) {
    left: 36%;
    top: 52%;
  }
}
.structureArea .structureList li:nth-child(3) {
  left: 60%;
  top: 62%;
}
@media (max-width: 1680px) {
  .structureArea .structureList li:nth-child(3) {
    left: 63%;
  }
}
@media (max-width: 1024px) {
  .structureArea .structureList li:nth-child(3) {
    left: 64%;
  }
}
@media (max-width: 768px) {
  .structureArea .structureList li:nth-child(3) {
    top: 63%;
    left: 67%;
  }
}
@media (max-width: 640px) {
  .structureArea .structureList li:nth-child(3) {
    top: 70%;
    left: 85%;
  }
}
.structureArea .structureList li:nth-child(4) {
  left: 42%;
  top: 24%;
}
@media (max-width: 1680px) {
  .structureArea .structureList li:nth-child(4) {
    left: 41%;
    top: 20%;
  }
}
@media (max-width: 1024px) {
  .structureArea .structureList li:nth-child(4) {
    left: 38%;
  }
}
@media (max-width: 768px) {
  .structureArea .structureList li:nth-child(4) {
    left: 34%;
    top: 24%;
  }
}
@media (max-width: 640px) {
  .structureArea .structureList li:nth-child(4) {
    left: 18%;
  }
}
.structureArea .structureList li:nth-child(5) {
  left: 55%;
  top: 22%;
}
@media (max-width: 1680px) {
  .structureArea .structureList li:nth-child(5) {
    left: 56%;
    top: 17%;
  }
}
@media (max-width: 1440px) {
  .structureArea .structureList li:nth-child(5) {
    left: 57%;
  }
}
@media (max-width: 1024px) {
  .structureArea .structureList li:nth-child(5) {
    top: 18%;
  }
}
@media (max-width: 768px) {
  .structureArea .structureList li:nth-child(5) {
    left: 58%;
    top: 20%;
  }
}
@media (max-width: 640px) {
  .structureArea .structureList li:nth-child(5) {
    left: 68%;
  }
}
.structureArea .structureList li:nth-child(6) {
  left: 56%;
  top: 54%;
}
@media (max-width: 1680px) {
  .structureArea .structureList li:nth-child(6) {
    left: 57%;
  }
}
@media (max-width: 1024px) {
  .structureArea .structureList li:nth-child(6) {
    left: 59%;
  }
}
@media (max-width: 768px) {
  .structureArea .structureList li:nth-child(6) {
    left: 60%;
  }
}
@media (max-width: 640px) {
  .structureArea .structureList li:nth-child(6) {
    left: 69%;
  }
}
.structureArea .structureList li:nth-child(7) {
  left: 43%;
  top: 68%;
}
@media (max-width: 1680px) {
  .structureArea .structureList li:nth-child(7) {
    left: 42%;
    top: 69%;
  }
}
@media (max-width: 1440px) {
  .structureArea .structureList li:nth-child(7) {
    left: 40%;
  }
}
@media (max-width: 1366px) {
  .structureArea .structureList li:nth-child(7) {
    left: 41%;
  }
}
@media (max-width: 1024px) {
  .structureArea .structureList li:nth-child(7) {
    left: 39%;
  }
}
@media (max-width: 768px) {
  .structureArea .structureList li:nth-child(7) {
    left: 37%;
  }
}
@media (max-width: 640px) {
  .structureArea .structureList li:nth-child(7) {
    left: 24%;
  }
}
.structureArea .structureList li .ripple {
  position: absolute;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 1px solid rgba(118, 179, 56, 0.7);
  -webkit-transform-origin: center;
          transform-origin: center;
  opacity: 0;
}
.structureArea .structureList li .ripple::before {
  content: "";
  position: absolute;
  position: absolute;
  width: 95px;
  height: 95px;
  left: -15px;
  top: -15px;
  border-radius: 50%;
  border: 1px solid rgba(118, 179, 56, 0.5);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.structureArea .structureList li .ripple::after {
  content: "";
  position: absolute;
  position: absolute;
  width: 125px;
  height: 125px;
  left: -30px;
  top: -30px;
  border-radius: 50%;
  border: 1px solid rgba(118, 179, 56, 0.3);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.structureArea .floatText {
  position: absolute;
  top: 50%;
  right: 15%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #3e8ade;
  font-weight: 500;
  font-size: 124px;
  letter-spacing: 0;
}
@media (max-width: 1680px) {
  .structureArea .floatText {
    font-size: 100px;
  }
}
@media (max-width: 1440px) {
  .structureArea .floatText {
    font-size: 80px;
  }
}
@media (max-width: 1366px) {
  .structureArea .floatText {
    font-size: 70px;
  }
}
@media (max-width: 1280px) {
  .structureArea .floatText {
    display: none;
  }
}
.structureArea .floatList {
  position: absolute;
  right: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 9;
}
@media (max-width: 767px) {
  .structureArea .floatList {
    display: none;
  }
}
.structureArea .floatList li {
  color: #87b4e5;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
  letter-spacing: 0.9px;
  margin-bottom: 50px;
  position: relative;
  cursor: pointer;
}
.structureArea .floatList li:hover, .structureArea .floatList li.current {
  color: #fff;
}
.structureArea .floatList li:hover::after, .structureArea .floatList li.current::after {
  content: "";
  position: absolute;
  -webkit-transform: translateY(-50%) scaleX(1);
          transform: translateY(-50%) scaleX(1);
}
.structureArea .floatList li::after {
  content: "";
  position: absolute;
  width: 30px;
  right: -50px;
  height: 1px;
  background-color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%) scaleX(0);
          transform: translateY(-50%) scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
}
.structureArea .floatInfo {
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  rotate: 90deg;
  width: 300px;
  opacity: 0;
}
@media (max-width: 1680px) {
  .structureArea .floatInfo {
    left: -40px;
  }
}
@media (max-width: 1536px) {
  .structureArea .floatInfo {
    left: -100px;
  }
}
@media (max-width: 1440px) {
  .structureArea .floatInfo {
    display: none;
  }
}
.structureArea .floatInfo .counts {
  color: #b4b4b4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.structureArea .floatInfo .counts .current {
  color: #000;
}
.structureArea .floatInfo .counts span {
  margin: 0 5px;
  line-height: 1;
}
.structureArea .floatInfo .currentItem {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
.structureArea .circleText {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 510px;
  height: 510px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
  z-index: 2;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (max-width: 1680px) {
  .structureArea .circleText {
    width: 480px;
    height: 480px;
  }
}
@media (max-width: 1024px) {
  .structureArea .circleText {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 767px) {
  .structureArea .circleText {
    max-width: 90%;
    aspect-ratio: 1/1;
  }
}
.structureArea .circleText img {
  max-width: 100%;
  -webkit-animation: rotate 35s linear infinite;
          animation: rotate 35s linear infinite;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.structureArea .wrap {
  position: relative;
  z-index: 7;
}
.structureArea .Txt {
  margin: auto 0;
  max-width: 360px;
  opacity: 0;
}
@media (max-width: 1366px) {
  .structureArea .Txt {
    max-width: 320px;
  }
}
@media (max-width: 1024px) {
  .structureArea .Txt {
    max-width: 280px;
  }
}
@media (max-width: 1023px) {
  .structureArea .Txt {
    display: none;
  }
}
.structureArea .Txt .topBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #004998;
  margin-bottom: 20px;
}
.structureArea .Txt .topBox .num {
  font-size: 80px;
  line-height: 1;
  letter-spacing: 0;
  margin-right: 15px;
}
.structureArea .Txt .topBox .title {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.44px;
}
.structureArea .Txt .topBox .subtitle {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0;
}
.structureArea .Txt .bottomBox p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.875;
  letter-spacing: 0.8px;
}

.batteryArea {
  padding: 100px 0;
}
@media (max-width: 640px) {
  .batteryArea {
    padding: 60px 0 20px;
  }
}
.batteryArea .slick-dots {
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
.batteryArea .batteryList {
  margin-top: 50px;
}
.batteryArea .slick-slide {
  padding: 0 15px;
}
.batteryArea .batteryItem {
  position: relative;
  cursor: pointer;
}
.batteryArea .batteryItem .icon {
  position: absolute;
  height: 40px;
  width: 40px;
  top: 15px;
  right: 15px;
}
.batteryArea .batteryItem .icon img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (min-width: 1201px) {
  .batteryArea .batteryItem:hover .Txt .title {
    color: #004998;
  }
}
.batteryArea .batteryItem .Img {
  border: 1px solid #c0c0c0;
  border-radius: 10px;
}
.batteryArea .batteryItem .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.batteryArea .batteryItem .Txt {
  margin-top: 20px;
  text-align: center;
}
.batteryArea .batteryItem .Txt .title {
  color: #3e3e3e;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
}

.moduleStructure .moduleStructureTitle {
  font-size: 22px;
  font-weight: 500;
  color: #004998;
}
.moduleStructure .moduleStructureTitleEn {
  font-size: 24px;
  font-weight: 500;
  color: #004998;
}
.moduleStructure .moduleStructureText {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.875;
}

.moduleBattery .moduleWrap {
  height: 600px;
  width: 600px;
  position: relative;
}
.moduleBattery .moduleWrap .moduleClose {
  z-index: 2;
}
.moduleBattery .moduleWrap .moduleContent {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 640px) {
  .moduleBattery .moduleWrap .moduleContent {
    padding: 0;
  }
}
@media (max-width: 640px) {
  .moduleBattery .moduleWrap {
    max-width: 100%;
    aspect-ratio: 1/1;
  }
}
.moduleBattery .moduleWrap canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  z-index: 1;
}