.banner-animate .banner-main {
  position: absolute;
  z-index: 12;
  top: 10px;
  left: 325px;
  width: 397px;
  height: 482px;
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/business-solution/banner-mian.png) no-repeat center;
}











.banner-introduce {
  width: 600px;
  margin-top: 210px;
}



.banner-title .title-img {
  width: 700px;
  height: 82px;
  margin: auto 3px auto -10px;
}

.banner-desc {
  width: 665px;
  margin-top: 36px;
  color: #5f5f5f;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 4px;
  line-height: 40px;
  text-align: justify;
}





.banner-guide-li {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

.banner-guide-li li {
  overflow: hidden;
  width: 48.36%;
  height: 249px;
  backdrop-filter: blur(1px);
  background: rgba(255, 255, 255, 0.62);
  border-radius: 8px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.04);
}

.banner-guide-li li>img {
  width: 100px;
  height: 100px;
  margin: 26px auto 15px
}

.banner-guide-title {
  overflow: hidden;
  margin: 12px auto 0 auto;
  color: #333;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 34px;
  text-align: center;
}

/* main内容 */


.main-section-1 {
  width: 1160px;
  margin: 0 auto;
}

.main-section-1 .section-title {
  overflow: hidden;
  width: 100%;
  height: 50px;
  margin-top: 180px;
  color: #333;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0;
}

.main-section-1 .section-guide {
  display: flex;
  margin-top: 60px;
}

.main-section-1 .guide-left {
  position: relative;
  z-index: 100;
}

.main-section-1 .guide-left>li {
  position: relative;
  z-index: 102;
  padding-top: 73px;
  padding-bottom: 40px;
  padding-left: 36px;
  cursor: pointer;
}

.main-section-1 .guide-left>li .guide-li-index {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 97px;
  height: 69px;
}

.main-section-1 .guide-left>li:nth-child(1) .guide-li-index {
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/common/guide-icon1.png) no-repeat;
  background-position: 0% 0%;
  background-size: 97px 69px;
}

.main-section-1 .guide-left>li:nth-child(2) .guide-li-index {
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/common/guide-icon2.png) no-repeat;
  background-position: 0% 0%;
  background-size: 97px 69px;
}

.main-section-1 .guide-left>li:nth-child(3) .guide-li-index {
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/common/guide-icon3.png) no-repeat;
  background-position: 0% 0%;
  background-size: 97px 69px;
}

.main-section-1 .guide-left>li:nth-child(4) .guide-li-index {
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/common/guide-icon4.png) no-repeat;
  background-position: 0% 0%;
  background-size: 97px 69px;
}

.main-section-1 .guide-left .guide-li-mask {
  animation: fadeOut 1.5s ease-in-out;
}

.main-section-1 .guide-left .guide-li-box {
  position: relative;
  z-index: 101;
  width: 477px;
}

.main-section-1 .guide-left .guide-li-title {
  overflow: hidden;
  height: 42px;
  color: #333;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0;
}

.main-section-1 .guide-left .guide-li-desc {
  margin-top: 10px;
  color: #5f5f5f;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 30px;
}

.main-section-1 .guide-left-active .guide-li-box {
  width: 563px;
  animation: fadeInUp 0.5s ease-in-out;
  border-radius: 8px;
}

.main-section-1 .guide-left-down .guide-li-box {
  width: 563px;
  animation: fadeInDown 0.5s ease-in-out;
  border-radius: 8px;
}

.main-section-1 .guide-left-active .guide-li-mask {
  position: absolute;
  z-index: 101;
  top: 43px;
  left: 10px;
  width: 80px;
  height: 15px;
  animation: fadeIn 1.5s ease-in-out;
  background: linear-gradient(to right, #35a9f9, #50acf9);
  border-radius: 8px 0 0;
}

.main-section-1 .guide-left-active .guide-li-title,
.main-section-1 .guide-left-active .guide-li-desc {
  position: relative;
  width: 477px;
  color: #fff;
}

.main-section-1 .move-animate-bg {
  position: absolute;
  z-index: 100;
  border-radius: 8px;
}

.main-section-1 .move-animate-bg-1 {
  top: 43px;
  left: 10px;
  width: 563px;
  height: 152px;
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/common/guide-li-box1.png) no-repeat center;
}

.main-section-1 .move-animate-bg-2 {
  top: 43px;
  left: 10px;
  width: 563px;
  height: 172px;
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/common/guide-li-box2.png) no-repeat center;
}

.main-section-1 .move-animate-bg-3 {
  top: 43px;
  left: 10px;
  width: 563px;
  height: 202px;
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/common/guide-li-box3.png) no-repeat center;
}

.main-section-1 .guide-right {
  position: relative;
}

.main-section-1 .guide-right>img {
  position: absolute;
  z-index: 0;
  top: 19px;
  left: -61px;
  width: 620px;
  opacity: 0;
}

.main-section-1 .guide-right>img:first-child {
  opacity: 1;
}

@keyframes animation-opacity-img {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.main-section-box {
  width: 1160px;
  margin: 0 auto;
}

.main-section-box .section-title {
  overflow: hidden;
  width: 1160px;
  height: 50px;
  margin: 0 auto;
  color: #333;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0;
}

.main-section-2 {
  margin-top: 180px;
}

.main-section-2 .section-title {
  overflow: hidden;
  width: 1160px;
  height: 50px;
  margin: 0 auto;
  color: #333;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0;
}

.main-section-2 .main-section-box .section-title {
  display: inline-block;
  overflow: hidden;
  height: 50px;
  margin-left: 350px;
  color: #333;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0;
}

.main-section-2 .main-section-box.box-1 {
  height: 794px;
  margin-top: 60px;
  background: url() no-repeat center;
  background-size: cover;
}

.main-section-2 .main-section-box.box-2 {
  height: 794px;
  background: url() no-repeat center;
  background-size: cover;
}

.main-section-2 .main-section-box {
  width: 100%;
}

.main-section-2 .main-section-box .section-guide {
  display: flex;
  width: 1160px;
  justify-content: space-between;
  padding-top: 97px;
  margin: 0 auto;
}

.main-section-2 .main-section-box .section-guide .section-left {
  width: 280px;
  padding-top: 195px;
}

.main-section-2 .main-section-box .section-guide .section-right {
  width: 280px;
  height: 590px;
  margin-right: 265px;
  border-radius: 49px;
}

.main-section-2 .main-section-box .section-guide .section-right .phone-box {
  position: relative;
  top: -3px;
  left: -6px;
  width: 293px;
  height: 600px;
  background: url() no-repeat center;
  background-size: contain;
  border-radius: 10px;
}

.main-section-2 .main-section-box .section-guide .section-right .phone-box::before {
  position: absolute;
  z-index: 10;
  top: 25px;
  left: 110px;
  width: 73px;
  height: 22px;
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/business-solution/phone-box-head.png) no-repeat center;
  background-size: 73px 22px;
  content: '';
}

.main-section-2 .main-section-box .section-guide .section-right .phone-guide-left {
  position: absolute;
  z-index: 10;
  top: 200px;
  left: 360px;
}

.main-section-2 .main-section-box .section-guide .section-right .phone-guide-left li {
  position: absolute;
  top: 0;
  left: 0;
}

.main-section-2 .main-section-box .phone-guide-ul li {
  display: flex;
}

.main-section-2 .main-section-box .phone-guide-ul li .guide-title {
  width: 150px;
  color: #5f5f5f;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 30px;
  opacity: 0;
  text-align: right;
  transition: opacity 0.5s 0.5s ease-in-out;
}

.main-section-2 .main-section-box .phone-guide-right li .guide-title {
  text-align: left;
}

.main-section-2 .main-section-box .section-guide .section-right .phone-guide-right {
  position: absolute;
  z-index: 10;
  top: 200px;
  left: 805px;
}

.main-section-2 .main-section-box .section-guide .section-right .phone-guide-right li {
  position: absolute;
  top: 0;
  left: 0;
}

.main-section-2 .main-section-box .phone-guide-ul li.animate-line-active .guide-title {
  opacity: 1;
}

.main-section-2 .main-section-box .phone-guide-ul li svg {
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}

.main-section-2 .main-section-box .phone-guide-ul li.animate-line-active svg {
  opacity: 1;
}

.main-section-2 .main-section-box .phone-guide-ul svg circle {
  transition: visibility 0.8s linear;
  visibility: hidden;
}

.main-section-2 .main-section-box .phone-guide-ul .animate-line-active svg circle {
  visibility: visible;
}

.main-section-2 .main-section-box .section-right .animate-line1 {
  width: 380px;
  height: 360px;
  margin-top: 13px;
  margin-left: 5px;
}

.main-section-2 .main-section-box .section-right .animate-line1 path {
  stroke-dasharray: 520px;
  stroke-dashoffset: 520px;
}

.main-section-2 .main-section-box .section-right .animate-line2 {
  width: 200px;
  height: 460px;
  margin-top: 13px;
}

.main-section-2 .main-section-box .section-right .animate-line2 path {
  stroke-dasharray: 590px;
  stroke-dashoffset: 590px;
}

.main-section-2 .main-section-box .section-right .animate-line3 {
  width: 380px;
  height: 450px;
  margin-top: 13px;
  margin-left: 5px;
}

.main-section-2 .main-section-box .section-right .animate-line3 path {
  stroke-dasharray: 640px;
  stroke-dashoffset: 640px;
}

.main-section-2 .main-section-box .section-right .animate-line4 {
  width: 200px;
  height: 460px;
  margin-top: 13px;
}

.main-section-2 .main-section-box .section-right .animate-line4 path {
  stroke-dasharray: 590px;
  stroke-dashoffset: 590px;
}

.main-section-2 .main-section-box .section-right .animate-line5 {
  width: 210px;
  height: 110px;
  margin-top: 13px;
  margin-left: 5px;
}

.main-section-2 .main-section-box .section-right .animate-line5 path {
  stroke-dasharray: 420px;
  stroke-dashoffset: 420px;
}

.main-section-2 .main-section-box .section-guide .section-right .phone-item-animate {
  position: absolute;
  z-index: 10;
  top: 17px;
  left: 15px;
  width: 263px;
  height: 565px;
}

.main-section-2 .main-section-box .section-guide .section-right .phone-item {
  opacity: 0;
}

.main-section-2 .main-section-box .section-guide .section-right .phone-item.phone-item-active {
  animation: shadowAnimation 1s 1s linear;
  opacity: 1;
}

.main-section-2 .main-section-box .section-guide .section-right .phone-item-1 {
  position: absolute;
  top: 282px;
  left: 7px;
  width: 120px;
  height: 167px;
  border-radius: 5px;
}

.main-section-2 .main-section-box .section-guide .section-right .phone-item-2 {
  position: absolute;
  right: 8px;
  bottom: 19px;
  width: 167px;
  height: 27px;
  border-radius: 5px;
}

.main-section-2 .main-section-box .section-guide .section-right .phone-item-3 {
  position: absolute;
  bottom: 30px;
  left: 7px;
  width: 246px;
  height: 30px;
  border-radius: 5px;
}

.main-section-2 .main-section-box .section-guide .section-right .phone-item-4 {
  position: absolute;
  right: 7px;
  bottom: 18px;
  width: 75px;
  height: 22px;
  border-radius: 5px;
}

.main-section-2 .main-section-box .section-guide .section-right .phone-item-5 {
  position: absolute;
  top: 169px;
  left: 36px;
  width: 192px;
  height: 29px;
  border-radius: 5px;
}

@keyframes shadowAnimation {
  0% {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    /* 初始状态，无阴影 */
  }

  50% {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    /* 中间状态，添加阴影 */
  }

  100% {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    /* 结束状态，无阴影 */
  }
}

.main-section-2 .main-section-box .section-guide .section-right .phone-animate {
  position: relative;
  top: 17px;
  left: 15px;
  overflow: hidden;
  width: 263px;
  height: 565px;
  border-radius: 35px;
}

.main-section-2 .main-section-box .section-guide .section-right .phone-imgs {
  display: flex;
}

.main-section-2 .main-section-box .section-guide .section-right .phone-animate img {
  width: 263px;
  height: 565px;
}

.main-section-2 .main-section-box .section-guide .section-right .phone-animate img.phone-animate-3 {
  height: 318px;
  margin-top: 90%;
}

.main-section-2 .main-section-box .section-guide .section-left .title {
  margin-bottom: 24px;
  color: #333;
  font-size: 24px;
  font-weight: 600;
}

.main-section-2 .main-section-box .section-guide .section-left .content {
  color: #5f5f5f;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 30px;
}

.main-section-2 .main-section-box.box-2 .section-guide {
  padding-top: 175px;
}

.main-section-2 .main-section-box.box-2 .section-right img {
  width: 756px;
  height: 444px;
}

.main-section-2 .main-section-box.box-2 .section-left {
  padding-top: 70px;
  margin-right: 0 !important;
  margin-left: 120px;
  text-align: right;
}

.main-section-3 .section-title {
  margin-top: 180px;
}

.main-section-3 .section-guide {
  display: flex;
  align-items: center;
  margin-top: 60px;
}

.main-section-3 .section-guide .section-guide-1 {
  width: 210px;
  height: 560px;
  background: url() no-repeat center;
  background-size: cover;
}

.main-section-3 .section-guide .section-guide-2 {
  width: 340px;
  height: 560px;
  background: url() no-repeat center;
  background-size: cover;
}

.main-section-3 .section-guide .section-guide-3 {
  width: 340px;
  height: 560px;
  background: url() no-repeat center;
  background-size: cover;
}

.main-section-3 .section-guide .section-guide-4 {
  width: 210px;
  height: 560px;
  background: url() no-repeat center;
  background-size: cover;
}

.main-section-3 .section-guide .section-guide-left {
  width: 43px;
  height: 60px;
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/business-solution/section3-guide-left.png) no-repeat center;
  background-size: contain;
  opacity: 0;
  transition: opacity 1s ease-in-out 1s;
}

.main-section-3 .section-guide .section-guide-left.guide-icon-active {
  background-size: contain;
  opacity: 1;
  opacity: 0;
}

.main-section-3 .section-guide .section-guide-right {
  width: 43px;
  height: 60px;
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/business-solution/section3-guide-right.png) no-repeat center;
  background-size: contain;
  opacity: 0;
  transition: opacity 1s ease-in-out 1s;
}

.main-section-3 .section-guide .section-guide-right.guide-icon-active {
  opacity: 1;
}

.main-section-3 .section-guide .guide-left-2 {
  opacity: 0;
  transition: opacity 1s ease-in-out 2s;
}

.main-section-3 .section-guide .guide-icon-active.guide-left-2 {
  background-size: contain;
  opacity: 1;
  opacity: 0;
}

.main-section-3 .section-guide .arrow-guide1 {
  position: relative;
  left: 20px;
}

.main-section-3 .section-guide .arrow-guide3 {
  position: relative;
  left: 20px;
}
.main-section-3-show {
  margin-bottom:180px
}
.main-section-3-show .arrow-guide1 {
  animation: fadeInAndMoveRightToLeft 1.2s ease-in-out 100ms forwards;
}

.main-section-3-show .arrow-guide2 {
  animation: fadeInAndMoveLeftToRight 1.2s ease-in-out 100ms forwards;
}

.main-section-3-show .arrow-guide3 {
  animation: fadeInAndMoveRightToLeft 1.2s ease-in-out 900ms forwards;
}

/* 淡入x轴移动左到右 */

@keyframes fadeInAndMoveLeftToRight {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* 淡入x轴移动右到左 */

@keyframes fadeInAndMoveRightToLeft {
  from {
    opacity: 0;
    transform: translateX(0);
  }

  to {
    opacity: 1;
    transform: translateX(-20px);
  }
}

.main-section-3 .section-guide .section-guide-desc {
  margin-top: -20px;
  opacity: 0;
  transition: opacity 1s ease-in-out 2s;
}

.main-section-3 .section-guide .guide-icon-active.section-guide-desc {
  opacity: 1;
  text-align: center;
}

.main-section-4 .section-title {
  margin-top: 180px;
}

.main-section-4 .section-guide {
  position: relative;
  display: flex;
  height: 538px;
  flex-direction: column;
  justify-content: center;
  margin-top: 60px;
  background: url() no-repeat center;
  background-size: cover;
  border-radius: 8px;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.04);
}

.main-section-4 .section-guide-sub {
  position: absolute;
  left: 608px;
}

.main-section-4 .guide-sub-title {
  overflow: hidden;
  height: 42px;
  margin-bottom: 16px;
  color: #333;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0;
}

.main-section-4 .guide-sub-desc {
  width: 470px;
  margin-bottom: 14px;
  color: #5f5f5fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 30px;
  text-align: justify;
}

.main-section-4 .guide-sub-desc:last-of-type {
  margin-bottom: 0;
}

.logo-section {
  position: relative;
  width: 100%;
  padding: 60px 0;
}

.logo-section .logo-wrap {
  display: flex;
}

.section-guide-ul {
  display: flex;
  width: 1160px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}

.section-guide-ul>li {
  width: 180px;
  height: 100px;
  border: 1px solid #ddedff;
  margin-right: 15px;
  margin-bottom: 20px;
  border-radius: 8px;
}

.section-guide-ul>li:nth-child(5n+5),
.section-guide-ul>li:last-of-type {
  margin-right: 0;
}

.section-guide-ul .guide-li-1 {
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/business-solution/section4-guide-icon1.png) no-repeat center;
  background-size: contain;
}

.section-guide-ul .guide-li-2 {
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/business-solution/section4-guide-icon2.png) no-repeat center;
  background-size: contain;
}

.section-guide-ul .guide-li-3 {
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/business-solution/section4-guide-icon3.png) no-repeat center;
  background-size: contain;
}

.section-guide-ul .guide-li-4 {
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/business-solution/section4-guide-icon4.png) no-repeat center;
  background-size: contain;
}

.section-guide-ul .guide-li-5 {
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/business-solution/section4-guide-icon5.png) no-repeat center;
  background-size: contain;
}

.section-guide-ul .guide-li-6 {
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/business-solution/section4-guide-icon6.png) no-repeat center;
  background-size: contain;
}

.section-guide-ul .guide-li-7 {
  background: url(../images/business-solution/section4-guide-icon7.png) no-repeat center;
  background-size: contain;
}

.free-service {
  margin-top: 180px;
}
