.banner-animate .banner-main {
  position: absolute;
  z-index: 12;
  top: 30px;
  left: 390px;
  width: 258px;
  height: 426px;
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/hotel-chain/banner-mian.png) no-repeat center;
}











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



.banner-title .title-img {
  width: 702px;
  height: 93px;
  margin-left: -10px;
}

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





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

.banner-guide-ul li {
  width: 261px;
  padding-bottom: 30px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 20px 0 #0000000a;
}

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

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

.banner-guide-desc {
  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-guide-head {
  margin-top: 180px;
  color: #333;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0;
}

.main-section-1 .section-guide-ul {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

.main-section-1 .section-guide-ul li {
  height: 122px;
  flex: 1;
  border-right: 1px solid #e5ebef;
}

.main-section-1 .section-guide-ul li:last-of-type {
  border: none;
}

.main-section-1 .section-guide-ul li>img {
  width: 72px;
  height: 72px;
  margin: 0 auto 20px;
}

.main-section-1 .section-guide-ul .section-guide-title {
  color: #333;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
}

.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;
  overflow: hidden;
  width: 202px;
  height: 313px;
  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/hotel-chain/section3-bg1-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/hotel-chain/section3-bg2-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/hotel-chain/section3-bg3-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/hotel-chain/section3-bg4-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/hotel-chain/section3-bg5-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/hotel-chain/section3-bg1.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/hotel-chain/section3-bg2.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/hotel-chain/section3-bg3.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/hotel-chain/section3-bg4.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/hotel-chain/section3-bg5.png) no-repeat top;
  background-size: 100% 100%;
}

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

  /* padding-left: 30px; */

  /* padding-top: 30px; */
  padding: 30px;
}

.main-section-2 .section-banner-title {
  width: 100%;
  box-sizing: border-box;

  /* transform: translateX(50px); */
  margin-bottom: 10px;
  color: #333;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0;
}

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

  /* transform: translateX(50px); */
}

.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: 1288px;
  background: #f7f9ff;
}

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

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

.main-section-3 .section-desc {
  color: #5f5f5f;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 30px;
}

.main-section-3 .section-guide .region-1 {
  position: relative;
  display: flex;
  width: 1160px;
  height: 294px;
  margin-top: 60px;
}

.main-section-3 .section-guide .region-1-mask {
  position: absolute;
  top: 0;
  left: -10px;
  width: 1160px;
  height: 294px;
  background-image: linear-gradient(to right, transparent, #f7f9ff 5%);

  /* animation: slide-in-right 3s ease-in-out forwards; */
}

@keyframes slide-in-right {
  0% {
    left: 0;
  }

  100% {
    left: 1230px;
  }
}

.main-section-3 .section-guide .region-1-1 {
  z-index: 3;
  width: 191px;
  height: 294px;
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/hotel-chain/section4-1-1.png) no-repeat top;
  background-size: 100% 100%;
}

.main-section-3 .section-guide .region-1-2 {
  z-index: 3;
  width: 380px;
  height: 294px;
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/hotel-chain/section4-1-2.png) no-repeat top;
  background-size: 100% 100%;
}

.main-section-3 .section-guide .region-1-3 {
  z-index: 3;
  width: 380px;
  height: 294px;
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/hotel-chain/section4-1-3.png) no-repeat top;
  background-size: 100% 100%;
}

.main-section-3 .section-guide .region-1-right {
  padding-top: 96px;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
  text-align: center;
}

.main-section-3 .section-guide .right1 {
  width: 144px;
}

.main-section-3 .section-guide .right2 {
  width: 123px;
}

.main-section-3 .section-guide .icon-right {
  position: relative;
  width: 43px;
  height: 60px;
  margin: 2px auto;
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/hotel-chain/jiantou-right.png) no-repeat top;
  background-size: 100% 100%;
  opacity: 0;
}

.main-section-3 .section-guide .icon-right-mask {
  position: absolute;
  top: 0;
  left: -30px;
  width: 43px;
  height: 60px;
  background-image: linear-gradient(to right, transparent, #f7f9ff 5%);
}

.main-section-3 .section-guide .region-2 {
  width: 1160px;
  height: 554px;
  margin-top: 80px;
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/hotel-chain/section4-2.png) no-repeat top;
  background-size: 100% 100%;
}

.main-section-4 {
  background: #fff;
}

.main-section-4 .section-head-title {
  width: 1160px;
  margin: 180px auto 0;
  color: #333;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0;
}

.main-section-4 .section-box {
  width: 1160px;
  height: 420px;
  margin: 60px auto 0;
  background: url() no-repeat;
  background-size: 100% 100%;
}

.main-section-4 .section-box .section-guide {
  display: flex;
  width: 1160px;
  height: 420px;
  justify-content: flex-end;
  margin-top: 64px;
  border-radius: 8px;
  box-shadow: -10px 0 25px 0 rgba(0, 0, 0, 0.04);
}

.main-section-4 .section-box .section-guide .section-right {
  display: flex;
  width: 550px;
  height: 420px;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  padding-right: 63px;
  background: #fff;
}

.main-section-4 .section-box .section-guide .section-right .title {
  margin-bottom: 17px;
  color: #333;
  font-size: 30px;
  font-weight: 500;
}

.main-section-4 .section-box .section-guide .section-right .content {
  padding-bottom: 14px;
  color: #5f5f5f;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 30px;
}

.main-section-4 .section-box .section-guide .section-right .content:last-of-type {
  padding-bottom: 0;
}

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

* {
  box-sizing: border-box;
}