.banner-animate .banner-main {
  position: absolute;
  z-index: 12;
  top: 60px;
  left: 235px;
  width: 470px;
  height: 426px;
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/foreign-trade-solution/banner-mian.png) no-repeat center;
}











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



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

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

.banner-btn {
  margin-top: 40px;
}

.banner-btn a {
  color: #0276ff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
  text-align: justify;
}

.banner-btn a:hover i {
  margin-left: 14px;
  animation-duration: 2000ms;
  animation-name: headShake;
}

.banner-btn i {
  display: inline-block;
  width: 10px;
  height: 8px;
  margin-left: 8px;
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/digital-payments/jiantou.svg) no-repeat center;
  transition: all 0.5s ease-in-out;
}





.banner-guide-li {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 40px;
}

.banner-guide-li:last-child {
  margin: 0;
}

.banner-guide-li li {
  overflow: hidden;
  width: 261px;
  height: 222px;
  padding-top: 30px;
  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:not(:last-child) {
  margin-right: 40px;
}

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

.banner-guide-desc {
  margin: 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-desc {
  margin-top: 20px;
  margin-bottom: 60px;
  color: #5f5f5f;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 30px;
}

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

.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: 500px;
}

.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: 600px;
  animation: fadeInUp 0.5s ease-in-out;
  border-radius: 8px;
}

.main-section-1 .guide-left-down .guide-li-box {
  width: 600px;
  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: 525px;
  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: 600px;
  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: 600px;
  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: 600px;
  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: 150px;
  left: -101px;
  width: 620px;
  opacity: 0;
}

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

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

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

.main-section-2 {
  padding-top: 100px;
  padding-bottom: 170px;
  margin-top: 180px;
  background: #f7f9ff;
}

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

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

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

.main-section-2 .main-section-box .section-guide {
  position: relative;
  width: 1160px;
  height: 437px;
  margin-top: 60px;
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/foreign-trade-solution/section2-main.svg) no-repeat top;
  background-size: contain;
}

.main-section-2 .down-arrow {
  width: 35px;
  height: 42px;
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/foreign-trade-solution/down-arrow.svg) no-repeat center;
  background-size: contain;
  opacity: 0;
}

.main-section-2-show .section-guide .arrow-guide1 {
  position: absolute;
  top: 54px;
  left: 563px;
  animation: fadeInAndMoveTopToDown 1.2s ease-in-out 200ms forwards;
}

.main-section-2-show .section-guide .arrow-guide2 {
  position: absolute;
  top: 150px;
  left: 287px;
  animation: fadeInAndMoveTopToDown 1.2s ease-in-out 1000ms forwards;
}

.main-section-2-show .section-guide .arrow-guide3 {
  position: absolute;
  top: 150px;
  left: 838px;
  animation: fadeInAndMoveTopToDown 1.2s ease-in-out 1000ms forwards;
}

.main-section-2-show .section-guide .arrow-guide4 {
  position: absolute;
  top: 250px;
  left: 146px;
  animation: fadeInAndMoveTopToDown 1.2s ease-in-out 2200ms forwards;
}

.main-section-2-show .section-guide .arrow-guide5 {
  position: absolute;
  top: 250px;
  left: 426px;
  animation: fadeInAndMoveTopToDown 1.2s ease-in-out 2200ms forwards;
}

.main-section-2-show .section-guide .arrow-guide6 {
  position: absolute;
  top: 250px;
  left: 700px;
  animation: fadeInAndMoveTopToDown 1.2s ease-in-out 2200ms forwards;
}

.main-section-2-show .section-guide .arrow-guide7 {
  position: absolute;
  top: 250px;
  left: 972px;
  animation: fadeInAndMoveTopToDown 1.2s ease-in-out 2200ms forwards;
}

/* 淡入移动从上到下 */

@keyframes fadeInAndMoveTopToDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

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

.main-section-3 {
  height: 571px;
  padding-top: 120px;
}

.main-section-3 .section-box {
  position: relative;
  width: 1160px;
  height: 571px;
  margin: 0 auto;
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/foreign-trade-solution/section3-bg.png) no-repeat;
  background-size: contain;
}

.main-section-3 .section-box .section3-text {
  position: absolute;
  top: 69px;
  right: 77px;
  width: 436px;
  height: 52px;
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/foreign-trade-solution/section3-text.png) no-repeat;
  background-size: contain;
}

.main-section-3 .section-box .section3-btn {
  position: absolute;
  top: 147px;
  right: 77px;
  width: 180px;
  height: 50px;
  background: #fff;
  border-radius: 4px;
  color: #0276ff;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 50px;
  text-align: center;
}

.main-section-3 .section-box .section3-btn a {
  display: block;
  width: 180px;
  height: 50px;
  color: #0276ff;
}

* {
  box-sizing: border-box;
}