.all-content {
  padding-top: 79px;
  width: 100%;
  background-color: #f7f7f7;
}
.all-content .banner {
  width: 100%;
  height: 707px;
  position: relative;
  overflow: hidden;
}
.all-content .banner .left {
  width: 60%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.all-content .banner .left .bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.all-content .banner .left .icon {
  width: 206px;
  height: 206px;
  background: rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 11.98%;
  transform: translateY(-50%);
}
.all-content .banner .left .icon img {
  width: 78px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.all-content .banner .right {
  width: 67.6%;
  height: 707px;
  position: absolute;
  top: 0;
  right: 0px;
}
.all-content .banner .right .top {
  width: 100%;
  height: 579px;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  transition: all 1s;
}
.all-content .banner .right .top:hover {
  width: 105%;
}
.all-content .banner .right .top .bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  position: absolute;
}
.all-content .banner .right .top .text {
  color: #fff;
  position: relative;
  left: 297px;
  top: 116px;
}
.all-content .banner .right .top .text .title {
  font-size: 46px;
  font-weight: bold;
}
.all-content .banner .right .top .text .english {
  font-size: 20px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.5);
}
.all-content .banner .right .top .text .line {
  margin-top: 49px;
  width: 22px;
  height: 4px;
  background: #FFFFFF;
}
.all-content .banner .right .top .text .intro {
  margin-top: 40px;
  width: 688px;
  height: 53px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 36px;
}
.all-content .banner .right .bottom {
  width: 79.5%;
  height: 263px;
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
  transition: all 1s;
}
.all-content .banner .right .bottom:hover {
  width: 85%;
}
.all-content .banner .right .bottom .bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  position: absolute;
}
.all-content .banner .right .bottom .text {
  color: #fff;
  position: relative;
  top: 102px;
  left: 120px;
}
.all-content .banner .right .bottom .text .info {
  margin-right: 100px;
  margin-bottom: 30px;
  display: inline-block;
  vertical-align: middle;
}
.all-content .banner .right .bottom .text .info span {
  display: inline-block;
  vertical-align: text-bottom;
}
.all-content .banner .right .bottom .text .info .dot {
  width: 19px;
  height: 19px;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  position: relative;
}
.all-content .banner .right .bottom .text .info .dot:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background-color: #FFFFFF;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.all-content .banner .right .bottom .text .info .num {
  margin-left: 9px;
  font-size: 16px;
}
.all-content .banner .right .bottom .text .info .num b {
  padding: 0 12px;
  display: inline;
  font-size: 68px;
  line-height: 16px;
  font-family: DIN-BOLD;
  font-weight: bold;
}
.all-content .banner .right .bottom .text .info:nth-of-type(2) {
  margin-left: 10px;
}
.all-content .process {
  width: 100%;
  height: 992px;
  position: relative;
  overflow: hidden;
}
.all-content .process .bg-img {
  margin: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: -900px;
  right: -900px;
}
.all-content .process .pic-text {
  position: absolute;
  transition: all 0.5s;
}
.all-content .process .pic-text span {
  margin-top: 25px;
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
}
.all-content .process .pic-text img {
  margin: 0 auto;
}
.all-content .process .pic-text:nth-of-type(1) {
  top: 13.3%;
  left: 50%;
  transform: translateX(-50%);
}
.all-content .process .pic-text:nth-of-type(1) img {
  width: 117px;
}
.all-content .process .pic-text:nth-of-type(2) {
  top: 43.24%;
  left: 15.46%;
}
.all-content .process .pic-text:nth-of-type(2) img {
  width: 99px;
}
.all-content .process .pic-text:nth-of-type(3) {
  bottom: 12.8%;
  left: 50%;
  transform: translateX(-50%);
}
.all-content .process .pic-text:nth-of-type(3) img {
  width: 102px;
}
.all-content .process .pic-text:nth-of-type(4) {
  top: 44.55%;
  right: 16.4%;
}
.all-content .process .pic-text:nth-of-type(4) img {
  width: 67px;
}
.all-content .process .circle {
  width: 74px;
  height: 74px;
  line-height: 74px;
  background: #1E3B9F;
  border: 3px solid #FFFFFF;
  box-shadow: 0px 0px 30px 0px rgba(76, 125, 151, 0.25);
  border-radius: 50%;
  text-align: center;
  font-size: 31px;
  font-family: DIN-BOLD;
  font-weight: bold;
  color: #FFFFFF;
  position: absolute;
  transition: all 0.5s;
}
.all-content .process .circle1 {
  top: 23.79%;
  left: 35.1%;
}
.all-content .process .circle1::after {
  white-space: nowrap;
  content: "产生";
  font-size: 16px;
  color: #333333;
  position: absolute;
  right: -50px;
}
.all-content .process .circle2 {
  top: 63.3%;
  left: 26.82%;
}
.all-content .process .circle2::after {
  white-space: nowrap;
  content: "零成本提供";
  font-size: 16px;
  color: #333333;
  position: absolute;
  right: -100px;
}
.all-content .process .circle3 {
  top: 72.58%;
  right: 37.34%;
}
.all-content .process .circle4 {
  top: 34.17%;
  right: 27.55%;
}
.all-content .process .circle5 {
  top: 42.44%;
  left: 50%;
  transform: translateX(-50%);
}
.all-content .process .circle5::after {
  white-space: nowrap;
  content: "电费分成付给沃特";
  font-size: 16px;
  color: #333333;
  position: absolute;
  bottom: -50px;
  left: -30%;
}
.all-content .process .arrow {
  position: absolute;
  transition: all 0.5s;
}
.all-content .process .arrow1 {
  top: 23.28%;
  left: 26.82%;
}
.all-content .process .arrow2 {
  top: 58.46%;
  left: 25.78%;
}
.all-content .process .arrow3 {
  top: 61.19%;
  right: 27.08%;
}
.all-content .process .arrow4 {
  top: 25.2%;
  right: 26.04%;
}
.all-content .process .arrow5 {
  top: 29.63%;
  left: 50%;
  transform: translateX(-50%);
}
.all-content .process .arrow6 {
  top: 49.8%;
  left: 50%;
  transform: translateX(-50%);
}
.all-content .process .pic-text1 {
  animation: show 1s backwards;
  animation-play-state: paused;
}
.all-content .process .circle1 {
  animation: show 1s 0.2s backwards;
  animation-play-state: paused;
}
.all-content .process .arrow1 {
  animation: show 1s 0.4s backwards;
  animation-play-state: paused;
}
.all-content .process .pic-text2 {
  animation: show 1s 0.6s backwards;
  animation-play-state: paused;
}
.all-content .process .circle2 {
  animation: show 1s 0.8s backwards;
  animation-play-state: paused;
}
.all-content .process .arrow2 {
  animation: show 1s 1s backwards;
  animation-play-state: paused;
}
.all-content .process .pic-text3 {
  animation: show 1s 1.2s backwards;
  animation-play-state: paused;
}
.all-content .process .circle3 {
  animation: show 1s 1.4s backwards;
  animation-play-state: paused;
}
.all-content .process .arrow3 {
  animation: show 1s 1.6s backwards;
  animation-play-state: paused;
}
.all-content .process .pic-text4 {
  animation: show 1s 1.8s backwards;
  animation-play-state: paused;
}
.all-content .process .circle4 {
  animation: show 1s 2s backwards;
  animation-play-state: paused;
}
.all-content .process .arrow4 {
  animation: show 1s 2.2s backwards;
  animation-play-state: paused;
}
.all-content .process .arrow5 {
  animation: show 1s 2.4s backwards;
  animation-play-state: paused;
}
.all-content .process .circle5 {
  animation: show 1s 2.6s backwards;
  animation-play-state: paused;
}
.all-content .process .arrow6 {
  animation: show 1s 2.8s backwards;
  animation-play-state: paused;
}
.all-content .process .active {
  animation-play-state: running;
}
.all-content .info-box {
  padding-bottom: 14px;
  margin: 0 auto;
  margin-top: 97px;
  width: 83.33%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
}
.all-content .info-box .box {
  margin-bottom: 86px;
  padding: 0 4.375%;
  box-sizing: border-box;
  width: 32.12%;
  height: 360px;
  background-color: #fff;
  position: relative;
  transition: all 0.5s;
}
.all-content .info-box .box:hover .line span {
  width: 100%;
}
.all-content .info-box .box .numbers {
  position: absolute;
  top: -32px;
  right: 36px;
  font-size: 68px;
  line-height: 55px;
  font-family: DIN-BOLD;
  font-weight: bold;
  color: #0349A8;
}
.all-content .info-box .box .numbers .num,
.all-content .info-box .box .numbers .bot {
  display: inline-block;
  vertical-align: text-bottom;
}
.all-content .info-box .box .numbers .bot {
  margin-left: -10px;
  width: 11px;
  height: 11px;
  background-color: #0349a8;
}
.all-content .info-box .box .title {
  margin-top: 93px;
  font-size: 24px;
  font-weight: bold;
  color: #0A0A0A;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.all-content .info-box .box .line {
  margin: 25px 0;
  width: 100%;
  height: 1px;
  background-color: #E7E7E7;
  position: relative;
}
.all-content .info-box .box .line span {
  display: block;
  width: 8.83%;
  height: 2px;
  background-color: #090909;
  transition: all 0.5s;
}
.all-content .info-box .box .intro {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 32px;
  opacity: 0.8;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.m-process {
  display: none;
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (max-width: 1500px) {
  .all-content .process .pic-text:nth-of-type(1) {
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
  }
  .all-content .process .pic-text:nth-of-type(2) {
    top: 43.24%;
    left: 10.46%;
  }
  .all-content .process .pic-text:nth-of-type(3) {
    bottom: 10.8%;
    left: 50%;
    transform: translateX(-50%);
  }
  .all-content .process .pic-text:nth-of-type(4) {
    top: 44.55%;
    right: 10.4%;
  }
  .all-content .process .arrow1 {
    top: 20.28%;
    left: 21.82%;
  }
  .all-content .process .arrow2 {
    top: 61.46%;
    left: 20.78%;
  }
  .all-content .process .arrow3 {
    top: 63.19%;
    right: 20.08%;
  }
  .all-content .process .arrow4 {
    top: 20.2%;
    right: 20.04%;
  }
  .all-content .process .circle1 {
    top: 20.79%;
    left: 32.1%;
  }
  .all-content .process .circle2 {
    top: 68.3%;
    left: 24.82%;
  }
  .all-content .process .circle3 {
    top: 75%;
    right: 33.34%;
  }
  .all-content .process .circle4 {
    top: 31.17%;
    right: 20.55%;
  }
}
@media screen and (max-width: 1400px) {
  .all-content .banner .right .top:hover {
    width: 110%;
  }
}
@media screen and (max-width: 1300px) {
  .all-content .banner .right .top:hover {
    width: 117%;
  }
  .all-content .process .pic-text:nth-of-type(2) {
    top: 43.24%;
    left: 5%;
  }
  .all-content .process .pic-text:nth-of-type(4) {
    top: 44.55%;
    right: 5%;
  }
  .all-content .process .arrow1 {
    top: 17.28%;
    left: 16.82%;
  }
  .all-content .process .arrow2 {
    top: 61.46%;
    left: 14.78%;
  }
  .all-content .process .arrow3 {
    top: 63.19%;
    right: 14.08%;
  }
  .all-content .process .arrow4 {
    top: 18.2%;
    right: 14.04%;
  }
  .all-content .process .circle1 {
    top: 17.79%;
    left: 28.1%;
  }
  .all-content .process .circle2 {
    top: 68.3%;
    left: 18.82%;
  }
  .all-content .process .circle3 {
    top: 75%;
    right: 29.34%;
  }
  .all-content .process .circle4 {
    top: 27.17%;
    right: 15.55%;
  }
}
@media screen and (max-width: 1200px) {
  .all-content .banner .right .top:hover {
    width: 125%;
  }
}
@media screen and (max-width: 1100px) {
  .all-content .banner .right .top:hover {
    width: 135%;
  }
}
@media screen and (max-width: 1020px) {
  .all-content .banner {
    width: 100%;
    height: 73rem;
    position: relative;
    overflow: hidden;
  }
  .all-content .banner .left {
    width: 100%;
  }
  .all-content .banner .left .bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
  .all-content .banner .left .icon {
    width: 12rem;
    height: 12rem;
    background: rgba(255, 255, 255, 0.34);
    border-radius: 50%;
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
  }
  .all-content .banner .left .icon img {
    width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .all-content .banner .right {
    width: 100%;
    height: auto;
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0px;
  }
  .all-content .banner .right .top {
    width: 100%;
    height: 30rem;
    background-color: #1e3b9f;
    position: absolute;
    top: -46rem;
    right: 0;
    overflow: hidden;
    transition: all 1s;
  }
  .all-content .banner .right .top .text {
    margin: 0 auto;
    width: 90%;
    color: #fff;
    position: static;
    left: 29.7rem;
    top: 11.6rem;
  }
  .all-content .banner .right .top .text .title {
    margin-top: 3rem;
    font-size: 3rem;
    font-weight: bold;
  }
  .all-content .banner .right .top .text .english {
    font-size: 1.5rem;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.5);
  }
  .all-content .banner .right .top .text .line {
    margin-top: 3rem;
    width: 2rem;
    height: 0.4rem;
    background: #FFFFFF;
  }
  .all-content .banner .right .top .text .intro {
    margin-top: 4rem;
    width: 100%;
    height: auto;
    font-size: 1.6rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 2.5rem;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .all-content .banner .right .top:hover,
  .all-content .banner .right .bottom:hover {
    width: 100%;
  }
  .all-content .banner .right .top .bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
    position: absolute;
    display: none;
  }
  .all-content .banner .right .bottom {
    width: 100%;
    height: 17rem;
    background-color: #ccb88d;
    position: absolute;
    bottom: 0;
    right: 0;
    overflow: hidden;
    transition: all 1s;
  }
  .all-content .banner .right .bottom .bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
    position: absolute;
    display: none;
  }
  .all-content .banner .right .bottom .text {
    width: 90%;
    margin: 0 auto;
    color: #fff;
    position: relative;
    top: 3rem;
    left: 0;
  }
  .all-content .banner .right .bottom .text .info {
    display: block;
    margin-right: 0;
    margin-bottom: 3rem;
    transition: all 0.5s;
  }
  .all-content .banner .right .bottom .text .info:nth-of-type(2),
  .all-content .banner .right .bottom .text .info:nth-of-type(3) {
    margin-left: 0;
  }
  .all-content .banner .right .bottom .text .info .num {
    margin-left: 0.9rem;
    font-size: 1.6rem;
  }
  .all-content .banner .right .bottom .text .info .num b {
    padding: 0 1rem;
    display: inline;
    font-size: 5rem;
    line-height: 1.6rem;
    font-family: DIN-BOLD;
    font-weight: bold;
  }
  .process {
    display: none;
  }
  .m-process {
    padding-top: 5rem;
    padding-bottom: 8rem;
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  .m-process .bg-img {
    margin: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: -900px;
    right: -900px;
  }
  .m-process .pic-text {
    margin: 0 auto;
    position: relative;
    transition: all 0.5s;
  }
  .m-process .pic-text span {
    margin-top: 1rem;
    display: block;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    color: #333333;
  }
  .m-process .pic-text img {
    margin: 0 auto;
    width: 9rem;
  }
  .m-process .pic-text:nth-of-type(4) img {
    width: 7rem;
  }
  .m-process .circle {
    margin: 0 auto;
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
    background: #1E3B9F;
    border: 0.3rem solid #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgba(76, 125, 151, 0.25);
    border-radius: 50%;
    text-align: center;
    font-size: 2.5rem;
    font-family: DIN-BOLD;
    font-weight: bold;
    color: #FFFFFF;
    position: relative;
    transition: all 0.5s;
  }
  .m-process .circle .text {
    white-space: nowrap;
    display: block;
    text-align: center;
    font-size: 1.6rem;
    line-height: 2rem;
    color: #333333;
    position: absolute;
    bottom: -2.5rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .m-process .arrow {
    margin: 0 auto;
    margin-top: -1rem;
    width: 4rem;
    position: relative;
    transition: all 0.5s;
  }
  .m-process .pic-text1 {
    animation: show 1s backwards;
    animation-play-state: paused;
  }
  .m-process .circle1 {
    animation: show 1s 0.3s backwards;
    animation-play-state: paused;
  }
  .m-process .arrow1 {
    animation: show 1s 0.6s backwards;
    animation-play-state: paused;
  }
  .m-process .pic-text2 {
    animation: show 1s 0.9s backwards;
    animation-play-state: paused;
  }
  .m-process .circle2 {
    animation: show 1s 1.2s backwards;
    animation-play-state: paused;
  }
  .m-process .arrow2 {
    animation: show 1s 1.5s backwards;
    animation-play-state: paused;
  }
  .m-process .pic-text3 {
    animation: show 1s 1.8s backwards;
    animation-play-state: paused;
  }
  .m-process .circle3 {
    animation: show 1s 2.1s backwards;
    animation-play-state: paused;
  }
  .m-process .arrow3 {
    animation: show 1s 2.4s backwards;
    animation-play-state: paused;
  }
  .m-process .pic-text4 {
    animation: show 1s 2.7s backwards;
    animation-play-state: paused;
  }
  .m-process .circle4 {
    animation: show 1s 3s backwards;
    animation-play-state: paused;
  }
  .m-process .arrow4 {
    animation: show 1s 3.3s backwards;
    animation-play-state: paused;
  }
  .m-process .circle4 {
    animation: show 1s 3.6s backwards;
    animation-play-state: paused;
  }
  .m-process .arrow5 {
    animation: show 1s 3.9s backwards;
    animation-play-state: paused;
  }
  .m-process .pic-text5 {
    animation: show 1s 4.2s backwards;
    animation-play-state: paused;
  }
  .m-process .arrow6 {
    animation: show 1s 4.5s backwards;
    animation-play-state: paused;
  }
  .m-process .circle5 {
    animation: show 1s 4.8s backwards;
    animation-play-state: paused;
  }
  .m-process .arrow7 {
    animation: show 1s 5.1s backwards;
    animation-play-state: paused;
  }
  .m-process .pic-text6 {
    animation: show 1s 5.4s backwards;
    animation-play-state: paused;
  }
  .m-process .active {
    animation-play-state: running;
  }
  .all-content .info-box {
    padding-bottom: 5rem;
    margin: 0 auto;
    margin-top: 6rem;
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
  }
  .all-content .info-box .box {
    margin-bottom: 3rem;
    padding: 0 4.375%;
    box-sizing: border-box;
    width: 100%;
    height: 32rem;
    background-color: #fff;
    position: relative;
  }
  .all-content .info-box .box .numbers {
    position: absolute;
    top: -3.2rem;
    right: 3.6rem;
    font-size: 6.8rem;
    line-height: 5rem;
    font-family: DIN-BOLD;
    font-weight: bold;
    color: #0349A8;
  }
  .all-content .info-box .box .title {
    margin-top: 8rem;
    font-size: 2.4rem;
    font-weight: bold;
    color: #0A0A0A;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .all-content .info-box .box .line {
    margin: 2.5rem 0;
    width: 100%;
    height: 1px;
    background-color: #E7E7E7;
    position: relative;
  }
  .all-content .info-box .box .intro {
    font-size: 1.6rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 3rem;
    opacity: 0.8;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
}
