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

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

.banner-title img {
  width: 540px;
  height: 87px;
  margin-left: -10px;
}

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

.banner-guide-head {
  overflow: hidden;
  width: 600px;
  height: 50px;
  margin-top: 140px;
  color: #333;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0;
}

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

.banner-guide-li li {
  overflow: hidden;
  width: 360px;
  height: 240px;
  backdrop-filter: blur(1px);
  background: #ffffff9e;
  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: 24px auto 0 auto;
}

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

.banner-guide-desc {
  overflow: hidden;
  width: 310px;
  height: 45px;
  margin: 10px auto 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: 163px auto 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: 30px;
  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: 480px;
}

.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: 510px;
  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: 180px;
  left: -61px;
  width: 620px;
  opacity: 0;
}

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

.main-section-2 {
  height: 826px;
  background: #f7f9ff;
}

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

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

.main-section-2 .section-guide {
  display: flex;
  margin-top: 40px;
}

.main-section-2 .section-guide-left {
  width: 260px;
  margin-right: 6px;
}

.main-section-2 .guide-left-title {
  overflow: hidden;
  height: 42px;
  margin-top: 50px;
  margin-bottom: 20px;
  color: #333;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0;
}

.main-section-2 .guide-left-desc {
  overflow: hidden;
  width: 222px;
  color: #5f5f5f;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 30px;
}

.main-section-2 .section-guide-right {
  position: relative;
  width: 920px;
  height: 490px;
  background: url() no-repeat;
  background-size: 920px 490px;
}

/* 上箭头 */
.main-section-2 .up-arrow {
  z-index: -1;
  width: 33px;
  height: 40px;
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/travel-solution/up-arrow.svg)
    no-repeat center;
  background-size: contain;
  opacity: 0;
}

.main-section-2 .down-arrow {
  z-index: -1;
  width: 33px;
  height: 40px;
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/travel-solution/down-arrow.svg)
    no-repeat center;
  background-size: contain;
  opacity: 0;
}

.main-section-2-show .section-guide-right .arrow-guide1 {
  position: absolute;
  top: 162px;
  left: 406px;
  animation: fadeInAndMoveDownToTop 1.5s ease-in-out 200ms forwards;
}

.main-section-2-show .section-guide-right .arrow-guide2 {
  position: absolute;
  top: 162px;
  left: 602px;
  animation: fadeInAndMoveDownToTop 1.5s ease-in-out 200ms forwards;
}

.main-section-2-show .section-guide-right .arrow-guide3 {
  position: absolute;
  top: 162px;
  left: 805px;
  animation: fadeInAndMoveDownToTop 1.5s ease-in-out 200ms forwards;
}

.main-section-2-show .section-guide-right .arrow-guide4 {
  position: absolute;
  top: 198px;
  left: 406px;
  animation: fadeInAndMoveTopToDown 1.5s ease-in-out 200ms forwards;
}

.main-section-2-show .section-guide-right .arrow-guide5 {
  position: absolute;
  top: 198px;
  left: 602px;
  animation: fadeInAndMoveTopToDown 1.5s ease-in-out 200ms forwards;
}

.main-section-2-show .section-guide-right .arrow-guide6 {
  position: absolute;
  top: 198px;
  left: 805px;
  animation: fadeInAndMoveTopToDown 1.5s ease-in-out 200ms forwards;
}

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

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

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

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

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

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

.main-section-3 {
  height: 950px;
  background: url() no-repeat center;
}

.main-section-3 .section-box {
  width: 1160px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}

.main-section-3 .section-box .section-title {
  display: inline-block;
  overflow: hidden;
  height: 50px;
  margin-top: 100px;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0;
}

.main-section-3 .section-bg {
  height: 769px;
  background: url() no-repeat center;
  background-size: contain;
}

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

.main-section-4 .section-title {
  display: inline-block;
  margin-top: 180px;
  color: #333;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0;
}

.main-section-4 .section-guide {
  display: flex;
  margin-top: 40px;
  backdrop-filter: blur(1px);
  background: #ffffff9e;
  border-radius: 8px;
  box-shadow: 0 10px 40px 0 #0000000a;
}

.main-section-4 .guide-left {
  width: 580px;
  height: 425px;
  background: url() no-repeat center;
}

.main-section-4 .guide-right {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  justify-content: center;
  margin-left: 59px;
}

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

.main-section-4 .guide-right-desc {
  width: 468px;
  margin-bottom: 14px;
  color: #5f5f5f;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 30px;
}

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

.logo-section {
  position: relative;
  width: 100%;
}

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

.section-partner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 60px auto 0;
  gap: 19px 15px;
  width:1110px
}

/* .section-partner2 {
  width: 396px;
  margin: 0 auto;
} */

.section-partner > li {
  /* 15*5 */
  width: calc((100% - 75px) / 6);
  height: 95px;
  box-sizing: border-box;
  border: 1px solid #ddedff;
  border-radius: 8px;
}

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

.section-partner .partner-1 {
  background: url() no-repeat;
  background-size: cover;
}

.section-partner .partner-2 {
  background: url() no-repeat;
  background-size: cover;
}

.section-partner .partner-3 {
  background: url() no-repeat;
  background-size: cover;
}

.section-partner .partner-4 {
  background: url() no-repeat;
  background-size: cover;
}

.section-partner .partner-5 {
  background: url() no-repeat;
  background-size: cover;
}

.section-partner .partner-6 {
  background: url() no-repeat;
  background-size: cover;
}

.section-partner .partner-7 {
  background: url() no-repeat;
  background-size: cover;
}

.section-partner .partner-8 {
  background: url() no-repeat;
  background-size: cover;
}

.section-partner .partner-9 {
  background: url() no-repeat;
  background-size: cover;
}

.section-partner .partner-10 {
  background: url() no-repeat;
  background-size: cover;
}

.section-partner .partner-11 {
  background: url() no-repeat;
  background-size: cover;
}

.section-partner .partner-12 {
  background: url() no-repeat;
  background-size: cover;
}

.section-partner .partner-13 {
  background: url() no-repeat;
  background-size: cover;
}

.section-partner .partner-14 {
  background: url() no-repeat;
  background-size: cover;
}

.section-partner .partner-15 {
  background: url() no-repeat;
  background-size: cover;
}

.section-partner .partner-16 {
  background: url() no-repeat;
  background-size: cover;
}

.section-partner .partner-17 {
  background: url() no-repeat;
  background-size: cover;
}

.section-partner .partner-18 {
  background: url() no-repeat;
  background-size: cover;
}

.section-partner .partner-19 {
  background: url() no-repeat;
  background-size: cover;
}

.section-partner .partner-20 {
  background: url() no-repeat;
  background-size: cover;
}

.section-partner .partner-21 {
  background: url() no-repeat;
  background-size: cover;
}

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