.banner {
  position: relative;
  z-index: 9;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 900px;
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/bank/banner-bg.png) no-repeat center;
}



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

.banner-animate {
  position: absolute;
  top: 180px;
  left: 48.96%;
}

.banner-animate .banner-main {
  position: absolute;
  z-index: 12;
  top: -94px;
  left: 161px;
  width: 472px;
  height: 328px;
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/bank/banner-main.png) no-repeat center;
  background-size: contain;
}

.banner-animate .banner-left {
  position: absolute;
  z-index: 11;
  top: -20px;
  left: 160px;
  width: 420px;
  height: 173px;
  animation: up-down-move 1.5s ease-in-out infinite;
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/bank/wave1.png) no-repeat center;
}

.banner-animate .banner-right {
  position: absolute;
  z-index: 11;
  top: 68px;
  left: 220px;
  width: 420px;
  height: 174px;
  animation: up-down-move 1.5s ease-in-out infinite;
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/bank/wave2.png) no-repeat center;
}

.banner-animate .banner-ellipse {
  position: absolute;
  z-index: 11;
  top: -7px;
  left: 160px;
  width: 465px;
  height: 236px;
  transform: skewY(-6deg);
}





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

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

.banner-guide {
  position: relative;
  z-index: 10;
  width: 1160px;
  margin: 0 auto;
  margin-top: -209px;
}



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

.banner-guide-li li {
  overflow: hidden;
  width: 261px;
  height: 258px;
  padding: 0 28px;
  background: #ffffff9e;
  border-radius: 8px;
  box-shadow: 0 10px 20px 0 #0000000a;
}

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

.banner-guide-title {
  margin-bottom: 10px;
  color: #333;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 30px;
  text-align: center;
}

.banner-guide-desc {
  overflow: hidden;
  margin: 0 auto;
  color: #5f5f5f;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
  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;
  margin-bottom: 60px;
  color: #333;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0;
}

.main-section-1 .section-guide {
  display: flex;
  justify-content: space-between;
  margin-bottom: 36px;
}

.main-section-1 .section-guide .section-guide-sub,
.main-section-1 .section-guide .section-guide-sub-hover {
  position: relative;
  overflow: hidden;
  width: 368px;
  height: 310px;
  border-radius: 15px;
  cursor: pointer;
}


.main-section-1 .section-guide .section1-guide-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 368px;
  height: 310px;
  scale: 1;
  transition: all 0.5s ease-in-out;
}

.main-section-1 .section-guide .section1-guide-bg-hover {

  transition: all 0.5s ease-in-out;
  scale: 1.1;
}

.main-section-1 .section-guide .section-guide-sub .section1-guide-bg-small-mask {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 368px;
  height: 70px;
  opacity: 1;
  transition: opacity 1s ease-in-out;
}

.main-section-1 .section-guide .section-guide-sub .section1-guide-bg-mask {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.main-section-1 .section-guide .section-guide-sub-hover .section1-guide-bg-small-mask {
  opacity: 0;
}

.main-section-1 .section-guide .section-guide-sub-hover .section1-guide-bg-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 368px;
  height: 310px;
  opacity: 1;
  transition: opacity 1s ease-in-out;
}

.main-section-1 .section-guide .section-guide-sub .section-guide-content {
  position: absolute;
  top: 260px;
  left: 50%;
  opacity: 1;
  transform: translateX(-50%);
  transition: top 0.5s ease-in-out;
}

.main-section-1 .section-guide .section-guide-sub-hover .section-guide-content {
  position: absolute;
  top: 155px;
  left: 50%;
  opacity: 1;
  transform: translateX(-50%);
}

.main-section-1 .section-guide .section-guide-content .section-guide-sub-title {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
}

.main-section-1 .section-guide .section-guide-sub .section-guide-content .section-guide-sub-des {
  width: 306px;
  margin-top: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 24px;
  opacity: 0;
  text-align: center;
  transition: opacity 0.5s ease-in-out;
}

.main-section-1 .section-guide .section-guide-sub-hover .section-guide-content .section-guide-sub-des {
  color: #fff;
  opacity: 1;
}

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

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

.main-section-2 .section-banner {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  margin-bottom: 180px;
}

.main-section-2 .section-banner li {
  position: relative;
  width: 202px;
  height: 330px;
  cursor: pointer;
  transition: width 0.5s ease-in-out, background-image 0.5s ease-in-out;
}

.main-section-2 .section-banner .section-banner-active {
  width: 320px;
  background: #fff;
}

.main-section-2 .section-banner li:nth-child(1) {
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/bank/section1-1-small.png) no-repeat top;
  background-size: 100% 100%;
}

.main-section-2 .section-banner li:nth-child(2) {
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/bank/section1-2-small.png) no-repeat top;
  background-size: 100% 100%;
}

.main-section-2 .section-banner li:nth-child(3) {
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/bank/section1-3-small.png) no-repeat top;
  background-size: 100% 100%;
}

.main-section-2 .section-banner li:nth-child(4) {
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/bank/section1-4-small.png) no-repeat top;
  background-size: 100% 100%;
}

.main-section-2 .section-banner li:nth-child(5) {
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/bank/section1-5-small.png) no-repeat top;
  background-size: 100% 100%;
}

.main-section-2 .section-banner li:nth-child(6) {
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/bank/section1-6-small.png) no-repeat top;
  background-size: 100% 100%;
}

.main-section-2 .section-banner li:nth-child(1).section-banner-active {
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/bank/section1-1.png) no-repeat top;
  background-size: 100% 100%;
}

.main-section-2 .section-banner li:nth-child(2).section-banner-active {
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/bank/section1-2.png) no-repeat top;
  background-size: 100% 100%;
}

.main-section-2 .section-banner li:nth-child(3).section-banner-active {
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/bank/section1-3.png) no-repeat top;
  background-size: 100% 100%;
}

.main-section-2 .section-banner li:nth-child(4).section-banner-active {
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/bank/section1-4.png) no-repeat top;
  background-size: 100% 100%;
}

.main-section-2 .section-banner li:nth-child(5).section-banner-active {
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/bank/section1-5.png) no-repeat top;
  background-size: 100% 100%;
}

.main-section-2 .section-banner li:nth-child(6).section-banner-active {
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/bank/section1-6.png) no-repeat top;
  background-size: 100% 100%;
}

.main-section-2 .section-banner-layer {
  bottom: 41px;
  width: 100%;
  padding: 30px;
}

.main-section-2 .section-banner-title {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 10px;
  color: #333;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0;
}

.main-section-2 .section-banner-desc {
  width: 260px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 30px;
  text-align: justify;
}

.main-section-2 .section-banner-active .section-banner-title {
  color: #fff;
}

.main-section-2 li .section-banner-desc {
  display: none;
}

.main-section-2 .section-banner-active .section-banner-desc {
  display: block;
}

.main-section-3 {
  height: 760px;
  padding-top: 100px;
  background: url() no-repeat top;
  background-size: cover;
}

.main-section-3 .section-content {
  width: 1160px;
  margin: 0 auto;
  color: #333;
}

.main-section-3 .section-content .section-title {
  font-size: 36px;
  font-weight: 600;
}

.main-section-3 .section-content .section-box {
  position: relative;
  width: 1160px;
  height: 723px;
  margin-top: 53px;
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/bank/section3-img1.png) no-repeat top;
  background-size: contain;
  text-align: center;
}

.main-section-3 .left-arrow {
  width: 105px;
  height: 29px;
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/bank/left-arrow.png) no-repeat center;
  background-size: contain;
  opacity: 0;
}

.main-section-3 .right-arrow {
  width: 105px;
  height: 29px;
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/bank/right-arrow.png) no-repeat center;
  background-size: contain;
  opacity: 0;
}

.main-section-3-show .left-arrow {
  position: absolute;
  top: 192px;
  left: 526px;
  animation: fadeInAndMoveLeftToRight 1.3s ease-in-out 200ms forwards;
}

.main-section-3-show .right-arrow {
  position: absolute;
  top: 144px;
  left: 526px;
  animation: fadeInAndMoveRightToLeft 1.3s ease-in-out 200ms forwards;
}

/* 淡入从左到右 */

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

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

/* 淡入从右到左 */

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

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

.main-section-3 .section-content .section-box .section-guide .section-box-desc {
  color: #0276ff;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
}

.main-section-4 .main-section-box {
  width: 1160px;
  padding-top: 180px;
  margin: 0 auto;
}

.main-section-4 .main-section-box .section-title {
  color: #333;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0;
}

.main-section-4 .section-content-box {
  position: relative;
  display: flex;
  width: 1160px;
  height: 327px;
  flex-direction: column;
  justify-content: center;
  margin-top: 60px;
  background: url() no-repeat center;
  background-size: contain;
}

.main-section-4 .section-guide {
  position: absolute;
  right: 60px;
  width: 560px;
}

.main-section-4 .section-content-box .title {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 30px;
  text-align: justify;
}

.main-section-4 .section-content-box .desc {
  margin-top: 28px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 34px;
  text-align: justify;
}

.main-section-5 {
  width: 1160px;
  height: 540px;
  margin: 0 auto;
}

.main-section-5 .logo-content {
  margin-top: 180px;
}

.main-section-5 .logo-content .logo-sub-title {
  color: #333;
  font-size: 36px;
  font-weight: 600;
}

.main-section-5 .logo-head {
  display: flex;
  justify-content: center;
  margin: 60px auto 46px;
}

.main-section-5 .logo-head .logo-li {
  width: 150px;
  height: 60px;
  border: 1px solid #e8f0fe;
  margin-right: 18px;
  background: #f8f9fc;
  border-radius: 8px;
  color: #333;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 60px;
  text-align: center;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.main-section-5 .logo-head .logo-li:last-of-type {
  margin-right: 0;
}

.main-section-5 .logo-head .logo-li-active {
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/bank/logo-li-active-bg.png) no-repeat center;
  background-size: cover;
  color: #fff;
}

.main-section-5 .logo-wrap {
  position: relative;
}

.main-section-5 .logo-guide-content {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  transition: all 0.4s ease-in-out;
}

.main-section-5 .logo-guide-content-active {
  position: absolute;
  z-index: 1;
  top: 0;
  opacity: 1;
  transition: all 0.4s ease-in-out;
}

.main-section-5 .logo-mask {
  position: absolute;
  z-index: 1;
  top: 0;
  left: -10px;
  width: 1245px;
  height: 245px;
  background-image: linear-gradient(to right, transparent, #fff 5%);
}

.main-section-5 .section-guide-li {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.main-section-5 .section-guide-li>li {
  width: 180px;
  height: 95px;
  flex-shrink: 0;
  border: 1px solid #ddedff;
  margin-right: 16px;
  border-radius: 8px;
}

.main-section-5 .section-guide-li>li:last-of-type {
  margin-right: 0;
}

.main-section-5 .section-guide-li .guide1-li-1 {
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/bank/logo1-1.png) no-repeat center;
  background-size: contain;
}

.main-section-5 .section-guide-li .guide1-li-2 {
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/bank/logo1-2.png) no-repeat center;
  background-size: contain;
}

.main-section-5 .section-guide-li .guide1-li-3 {
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/bank/logo1-3.png) no-repeat center;
  background-size: contain;
}

.main-section-5 .section-guide-li .guide1-li-4 {
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/bank/logo1-4.png) no-repeat center;
  background-size: contain;
}

.main-section-5 .section-guide-li .guide1-li-5 {
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/bank/logo1-5.png) no-repeat center;
  background-size: contain;
}

.main-section-5 .section-guide-li .guide1-li-6 {
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/bank/logo1-6.png) no-repeat center;
  background-size: contain;
}

.main-section-5 .section-guide-li .guide2-li-1 {
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/bank/logo2-1.png) no-repeat center;
  background-size: contain;
}

.main-section-5 .section-guide-li .guide2-li-2 {
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/bank/logo2-2.png) no-repeat center;
  background-size: contain;
}

.main-section-5 .section-guide-li .guide2-li-3 {
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/bank/logo2-3.png) no-repeat center;
  background-size: contain;
}

.main-section-5 .section-guide-li .guide2-li-4 {
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/bank/logo2-4.png) no-repeat center;
  background-size: contain;
}

.main-section-5 .section-guide-li .guide2-li-5 {
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/bank/logo2-5.png) no-repeat center;
  background-size: contain;
}

.main-section-5 .section-guide-li .guide2-li-6 {
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/bank/logo2-6.png) no-repeat center;
  background-size: contain;
}

.main-section-5 .section-guide-li .guide2-li-7 {
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/bank/logo2-7.png) no-repeat center;
  background-size: contain;
}

.main-section-5 .section-guide-li .guide2-li-8 {
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/bank/logo2-8.png) no-repeat center;
  background-size: contain;
}

.main-section-5 .section-guide-li .guide2-li-9 {
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/bank/logo2-9.png) no-repeat center;
  background-size: contain;
}

.main-section-5 .section-guide-li .guide2-li-10 {
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/bank/logo2-10.png) no-repeat center;
  background-size: contain;
}

.main-section-5 .section-guide-li .guide2-li-11 {
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/bank/logo2-11.png) no-repeat center;
  background-size: contain;
}

.main-section-5 .section-guide-li .guide2-li-12 {
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/bank/logo2-12.png) no-repeat center;
  background-size: contain;
}

.main-section-5 .section-guide-li .guide3-li-1 {
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/bank/logo3-1.png) no-repeat center;
  background-size: contain;
}

.main-section-5 .section-guide-li .guide3-li-2 {
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/bank/logo3-2.png) no-repeat center;
  background-size: contain;
}

.main-section-5 .section-guide-li .guide3-li-3 {
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/bank/logo3-3.png) no-repeat center;
  background-size: contain;
}

.main-section-5 .section-guide-li .guide3-li-4 {
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/bank/logo3-4.png) no-repeat center;
  background-size: contain;
}

.main-section-5 .section-guide-li .guide3-li-5 {
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/bank/logo3-5.png) no-repeat center;
  background-size: contain;
}

.main-section-5 .section-guide-li .guide3-li-6 {
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/bank/logo3-6.png) no-repeat center;
  background-size: contain;
}

.main-section-5 .section-guide-li .guide3-li-7 {
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/bank/logo3-7.png) no-repeat center;
  background-size: contain;
}

.main-section-5 .section-guide-li .guide3-li-8 {
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/bank/logo3-8.png) no-repeat center;
  background-size: contain;
}

.main-section-5 .section-guide-li .guide3-li-9 {
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/bank/logo3-9.png) no-repeat center;
  background-size: contain;
}

.main-section-5 .section-guide-li .guide3-li-10 {
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/bank/logo3-10.png) no-repeat center;
  background-size: contain;
}

.main-section-5 .section-guide-li .guide3-li-11 {
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/bank/logo3-11.png) no-repeat center;
  background-size: contain;
}

.main-section-5 .section-guide-li .guide3-li-12 {
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/bank/logo3-12.png) no-repeat center;
  background-size: contain;
}

.main-section-5 .section-guide-li .guide3-li-13 {
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/bank/logo3-13.png) no-repeat center;
  background-size: contain;
}

.main-section-5 .section-guide-li .guide3-li-14 {
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/bank/logo3-14.png) no-repeat center;
  background-size: contain;
}

.main-section-5 .section-guide-li .guide3-li-15 {
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/bank/logo3-15.png) no-repeat center;
  background-size: contain;
}

.main-section-5 .section-guide-li .guide3-li-16 {
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/bank/logo3-16.png) no-repeat center;
  background-size: contain;
}

.main-section-5 .section-guide-li .guide3-li-17 {
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/bank/logo3-17.png) no-repeat center;
  background-size: contain;
}

.main-section-5 .section-guide-li .guide3-li-18 {
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/bank/logo3-18.png) no-repeat center;
  background-size: contain;
}

.main-section-5 .section-guide-li .guide4-li-1 {
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/bank/logo4-1.png) no-repeat center;
  background-size: contain;
}

.main-section-5 .section-guide-li .guide4-li-2 {
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/bank/logo4-2.png) no-repeat center;
  background-size: contain;
}

.main-section-5 .section-guide-li .guide4-li-3 {
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/bank/logo4-3.png) no-repeat center;
  background-size: contain;
}

.main-section-5 .section-guide-li .guide4-li-4 {
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/bank/logo4-4.png) no-repeat center;
  background-size: contain;
}

.main-section-5 .section-guide-li .guide4-li-5 {
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/bank/logo4-5.png) no-repeat center;
  background-size: contain;
}

.main-section-5 .section-guide-li .guide4-li-6 {
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/bank/logo4-6.png) no-repeat center;
  background-size: contain;
}

.main-section-5 .section-guide-li .guide4-li-7 {
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/bank/logo4-7.png) no-repeat center;
  background-size: contain;
}

.main-section-5 .section-guide-li .guide4-li-8 {
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/bank/logo4-8.png) no-repeat center;
  background-size: contain;
}

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

* {
  box-sizing: border-box;
}