* {
  /*清除点击高亮样式*/
  -webkit-tap-highlight-color: transparent;
}
input {
  /*清除iOS系统的表单默认样式*/
  -webkit-appearance: none;
}
img,
a {
  /*禁用长按页面时的弹出菜单*/
  -webkit-touch-callout: none;
}
body {
  font-family: 'FZLTZHUNHJW';
}
.banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.banner .pc {
  width: 1920px;
  margin-left: -960px;
  left: 50%;
  position: relative;
  text-align: center;
}
.banner .phone {
  display: none;
}
.clearfix::before,
.clearfix::after {
  content: '';
  display: table;
}
.clearfix::after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.wrapper {
  padding-bottom: 5%;
  background: #1b418b url('../images/bg.jpg') center top no-repeat;
  overflow: hidden;
}
.wrapper .container {
  position: relative;
  width: auto;
}
.chapter {
  margin-top: 40px;
}
.chapter .chapter-hd {
  text-align: center;
  margin-bottom: 30px;
}
.chapter .chapter-hd h3 {
  position: relative;
  display: inline-block;
  font-size: 34px;
  color: #ffebbf;
}
.chapter .chapter-hd h3::before,
.chapter .chapter-hd h3::after {
  content: '';
  position: absolute;
  top: 50%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.chapter .chapter-hd h3::before {
  left: -65px;
  width: 38px;
  height: 12px;
  margin-top: -2px;
  background-image: url('../images/tit-l.png');
}
.chapter .chapter-hd h3::after {
  right: -80px;
  width: 53px;
  height: 22px;
  margin-top: -16px;
  background-image: url('../images/tit-r.png');
}
.chapter .chapter-bd {
  background: #fff;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.chapter.w50 {
  width: 47.5%;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}
.chapter.w50:first-child {
  margin-right: 5%;
}
.chapter.w50 .chapter-hd h3 {
  font-size: 32px;
}
.chapter-tips {
  text-align: center;
  font-size: 16px;
  padding-top: 25px;
}
.chapter-text {
  font-size: 14px;
  color: #333;
  line-height: 1.75;
}
.chapter-text .hot {
  color: #0662a5;
}
.chapter-text .break {
  word-break: break-all;
}
.chapter-text .sign {
  position: relative;
  padding-left: 15px;
}
.chapter-text .sign::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 4px;
  height: 4px;
  background: #666;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.box-introduce {
  display: table;
  width: 100%;
}
.box-introduce .introduce-text {
  display: table-cell;
  width: 50%;
  position: relative;
  z-index: 2;
  padding: 20px 30px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.box-introduce .introduce-text p {
  font-size: 24px;
  line-height: 1.9;
  color: #fff;
  letter-spacing: 1px;
}
.box-introduce .introduce-text .hot {
  font-weight: bold;
  color: #ffebbf;
}
.box-introduce .introduce-pic {
  display: table-cell;
  position: relative;
  vertical-align: middle;
}
.box-introduce .introduce-pic img {
  display: block;
  max-width: 100%;
  border: 4px solid #fadea3;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.box-introduce .introduce-pic-l {
  width: 47.5%;
}
.box-introduce .introduce-pic-r {
  position: absolute;
  right: 0;
  top: 0;
  width: 47.5%;
}
.box-introduce .introduce-pic-b {
  margin-top: 9%;
}
.box-equity {
  width: 100%;
  overflow: hidden;
  padding: 20px 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.box-equity .box-equity-inner {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.box-equity .item-equity {
  position: relative;
  display: table-cell;
  vertical-align: top;
  font-size: 0;
  padding: 30px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.box-equity .item-equity .item-equity-pic {
  display: inline-block;
  width: 97px;
  vertical-align: middle;
  margin-right: 15px;
}
.box-equity .item-equity .item-equity-pic img {
  max-width: 100%;
}
.box-equity .item-equity .item-equity-text {
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align: middle;
  color: #333;
  font-size: 20px;
  line-height: 1.7;
}
.box-equity .item-equity .item-equity-text .hot {
  font-weight: bold;
  color: #17408d;
}
.box-equity .item-equity .item-equity-num {
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 68px;
  margin-top: -0.6em;
  line-height: 1.2;
  color: #ebe0cd;
  opacity: 0.8;
  font-weight: bold;
  font-style: italic;
}
.condition-text {
  padding: 4% 5%;
  font-size: 24px;
  color: #333;
  line-height: 1.9;
  text-align: center;
}
.condition-text .hot {
  position: relative;
  font-weight: bold;
  color: #17408d;
  -webkit-text-decoration: underline #ffdc9d 6px;
  text-decoration: underline #ffdc9d 6px;
}
.service-type {
  display: table;
  width: 100%;
  border-spacing: 60px;
}
.service-type .item-service-type {
  display: table-cell;
  width: 50%;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  border: 2px solid #ef321a;
  vertical-align: top;
}
.service-type .item-service-type-hd {
  position: relative;
  padding: 23px 0;
  vertical-align: middle;
  background: #ef321a;
  -webkit-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  text-align: center;
}
.service-type .item-service-type-hd::before,
.service-type .item-service-type-hd::after {
  content: '';
  position: absolute;
  bottom: -13px;
  width: 22px;
  height: 22px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #ef321a;
  background: #fff;
}
.service-type .item-service-type-hd::before {
  left: -13px;
}
.service-type .item-service-type-hd::after {
  right: -13px;
}
.service-type .item-service-type-hd p {
  font-size: 14px;
  color: #fff;
}
.service-type .item-service-type-tit {
  color: #fff;
}
.service-type .item-service-type-bd {
  position: relative;
  -webkit-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.service-type .item-service-type-bd::before,
.service-type .item-service-type-bd::after {
  content: '';
  position: absolute;
  top: -14px;
  width: 28px;
  height: 28px;
  background: #fff;
}
.service-type .item-service-type-bd::before {
  left: -30px;
}
.service-type .item-service-type-bd::after {
  right: -30px;
}
.service-type .item-service-type-num {
  color: #ef321a;
  text-align: center;
}
.service-type .item-service-type-num em {
  font-size: 32px;
  font-weight: bold;
  font-style: normal;
}
.service-type .item-service-type-num strong {
  font-size: 52px;
  font-weight: bold;
  vertical-align: middle;
}
.service-type .item-service-type-num span {
  font-size: 18px;
  color: #373636;
  vertical-align: middle;
  font-weight: bold;
}
.service-type .item-service-type-num b {
  display: inline-block;
  max-width: 4em;
  font-size: 22px;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
  margin-right: 10px;
}
.service-type .item-service-type-cont h6 {
  font-size: 20px;
  font-weight: bold;
  color: #17408d;
}
.service-type .item-service-type-cont p {
  margin-top: 5px;
  font-size: 16px;
  color: #677793;
  line-height: 1.4;
}
.service-type .type-1 {
  text-align: center;
}
.service-type .type-1 .item-service-type-hd {
  padding: 30px 0;
}
.service-type .type-1 .item-service-type-tit {
  font-size: 28px;
}
.service-type .type-1 .item-service-type-cont {
  margin-top: 10px;
}
.service-type .type-1 .item-service-type-bd {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.service-type .type-1 .item-service-type-group {
  display: table-cell;
  vertical-align: middle;
  padding: 7% 0;
}
.service-type .type-1 .item-service-type-num strong {
  font-size: 58px;
}
.service-type .type-1 .item-service-type-num span {
  font-size: 24px;
}
.service-type .type-1 .item-service-type-cont h6 {
  font-size: 22px;
}
.service-type .type-1 .item-service-type-cont p {
  font-size: 18px;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.service-type .type-2 .item-service-type-tit {
  font-size: 24px;
}
.service-type .type-2 .item-service-type-group {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.service-type .type-2 .item-service-type-num,
.service-type .type-2 .item-service-type-cont {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  padding: 25px 0;
}
.service-type .type-2 .item-service-type-num {
  position: relative;
  text-align: right;
  padding-right: 25px;
}
.service-type .type-2 .item-service-type-num:after {
  content: '';
  position: absolute;
  right: 0;
  top: 10%;
  height: 80%;
  width: 1px;
  border-left: 1px dashed #e4e4e4;
}
.service-type .type-2 .item-service-type-cont {
  padding-left: 25px;
}
.service-type .type-2 .group-02 {
  position: relative;
}
.service-type .type-2 .group-02::before {
  content: '';
  position: absolute;
  left: 5%;
  bottom: 0;
  width: 90%;
  height: 1px;
  background: #e4e4e4;
}
.service-type-tips {
  margin-top: -30px;
  padding: 0 60px 60px;
  font-size: 20px;
  color: #333;
  line-height: 1.8;
}
.service-type-tips .hot {
  color: #17408d;
  font-weight: bold;
}
.list-hotel {
  padding: 5% 7%;
  background: #f7f3ec;
}
.list-hotel .item-hotel {
  display: table;
  font-size: 0;
  margin-top: 30px;
  direction: ltr;
}
.list-hotel .item-hotel:first-child {
  margin-top: 0;
}
.list-hotel .item-hotel .item-hotel-pic {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 50.5%;
  border: 10px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  direction: ltr;
}
.list-hotel .item-hotel .item-hotel-pic img {
  width: 100%;
}
.list-hotel .item-hotel .item-hotel-tag {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  font-size: 18px;
  padding: 22px 28px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
}
.list-hotel .item-hotel .item-hotel-info {
  display: table-cell;
  vertical-align: middle;
  width: 49.5%;
  padding-left: 8%;
  padding-right: 4%;
  direction: ltr;
  background-position: left bottom;
  background-repeat: no-repeat;
  -webkit-background-size: 42.5% auto;
  background-size: 42.5% auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.list-hotel .item-hotel .item-hotel-tit {
  font-size: 30px;
  color: #333;
  font-weight: bold;
  margin-bottom: 12px;
}
.list-hotel .item-hotel .item-hotel-tit span {
  display: block;
  width: 36px;
  height: 46px;
  background-position: center;
  background-repeat: no-repeat;
}
.list-hotel .item-hotel .item-hotel-tit strong {
  margin-top: 12px;
  display: block;
}
.list-hotel .item-hotel .item-hotel-text {
  color: #666;
  font-size: 16px;
  line-height: 1.875;
}
.list-hotel .item-hotel.reverse {
  direction: rtl;
}
.list-hotel .item-hotel.reverse .item-hotel-info {
  padding-left: 4%;
  padding-right: 8%;
  background-position: right bottom;
}
.list-hotel .item-hotel.hotel-01 .item-hotel-info {
  background-image: url('../images/icon-arr-1.png');
  background-position: right 90%;
}
.list-hotel .item-hotel.hotel-02 .item-hotel-info {
  background-image: url('../images/icon-arr-2.png');
}
.list-hotel .item-hotel.hotel-03 .item-hotel-info {
  background-image: url('../images/icon-arr-3.png');
  background-position: right 10%;
}
.box-travel {
  display: table;
  width: 100%;
}
.box-travel .item-travel-pic {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  padding: 50px 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.box-travel .item-travel-pic img {
  width: 100%;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}
.box-travel .item-travel-text {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  padding: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  font-size: 20px;
  line-height: 1.8;
}
.box-travel .item-travel-text p {
  position: relative;
  padding-left: 30px;
}
.box-travel .item-travel-text p::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 22px;
  height: 15px;
  background: url('../images/icon-sign.png') center no-repeat;
}
.box-travel .hot {
  position: relative;
  font-weight: bold;
  color: #17408d;
  -webkit-text-decoration: underline #ffdc9d 6px;
  text-decoration: underline #ffdc9d 6px;
}
.box-column {
  font-size: 0;
}
.box-qrcode {
  display: table;
  width: 100%;
  padding: 40px 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.box-qrcode .qrcode-text {
  display: table-cell;
  vertical-align: middle;
  color: #333;
  font-size: 18px;
  line-height: 1.6;
  width: 55%;
}
.box-qrcode .qrcode-pic {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
.box-qrcode .qrcode-pic img {
  width: 100%;
  max-width: 190px;
}
.box-handle {
  display: table;
  width: 100%;
  padding: 50px 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.box-handle .handle-text {
  display: table-cell;
  vertical-align: middle;
  color: #333;
  font-size: 24px;
  width: 40%;
  line-height: 1.6;
}
.box-handle .handle-text strong {
  display: block;
}
.box-handle .handle-pic {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  text-align: right;
}
.box-handle .handle-pic img {
  max-width: 100%;
  -webkit-border-radius: 18px;
  border-radius: 18px;
}
.box-handle .hot {
  color: #17408d;
  font-weight: bold;
}
@media screen and (max-width: 1450px) {
  .banner .pc {
    width: 1600px;
    margin-left: -800px;
  }
}
@media (max-width: 1200px) {
  body {
    min-width: 1200px;
    overflow-x: auto;
  }
}
@media (max-width: 1024px) {
  body {
    min-width: auto;
  }
  .header,
  .nav,
  .footer {
    display: none;
  }
  .bookingBox {
    display: none;
  }
  .banner .pc {
    display: none;
  }
  .banner .phone {
    display: block;
    width: 100%;
    height: auto;
  }
  .wrapper .container {
    padding: 0 5%;
  }
  .chapter {
    margin-top: 30px;
  }
  .chapter .chapter-hd {
    margin-bottom: 20px;
  }
  .chapter .chapter-hd h3 {
    font-size: 28px;
  }
  .chapter.w50 {
    width: auto;
    display: block;
  }
  .chapter.w50 .chapter-hd h3 {
    font-size: 28px;
  }
  .box-introduce {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .box-introduce .introduce-text {
    display: block;
    padding: 15px 20px;
  }
  .box-introduce .introduce-text p {
    font-size: 20px;
    line-height: 1.6;
  }
  .box-introduce .introduce-pic {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 50%;
  }
  .box-introduce .introduce-pic-r {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .box-introduce .introduce-pic-b {
    margin-top: 0;
  }
  .box-equity {
    padding: 0 20px;
  }
  .box-equity .item-equity {
    padding: 25px 15px;
  }
  .box-equity .item-equity .item-equity-pic {
    width: 60px;
    margin-right: 10px;
  }
  .box-equity .item-equity .item-equity-text {
    font-size: 16px;
  }
  .box-equity .item-equity .item-equity-num {
    right: 20px;
    font-size: 54px;
  }
  .condition-text {
    font-size: 20px;
    line-height: 1.6;
    text-align: left;
  }
  .condition-text .hot {
    text-decoration-thickness: 4px;
  }
  .service-type {
    border-spacing: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
  }
  .service-type .item-service-type-hd {
    padding: 20px 0;
  }
  .service-type .item-service-type-hd::before,
  .service-type .item-service-type-hd::after {
    width: 18px;
    height: 18px;
    bottom: -8px;
  }
  .service-type .item-service-type-hd::before {
    left: -12px;
  }
  .service-type .item-service-type-hd::after {
    right: -12px;
  }
  .service-type .item-service-type-bd::before,
  .service-type .item-service-type-bd::after {
    width: 20px;
    height: 22px;
    top: -14px;
  }
  .service-type .item-service-type-bd::before {
    left: -22px;
  }
  .service-type .item-service-type-bd::after {
    right: -22px;
  }
  .service-type .item-service-type-num strong {
    font-size: 40px;
  }
  .service-type .item-service-type-num b {
    font-size: 20px;
    margin-right: 0;
  }
  .service-type .item-service-type-num span {
    font-size: 16px;
  }
  .service-type .item-service-type-num em {
    font-size: 28px;
  }
  .service-type .item-service-type-cont h6 {
    font-size: 16px;
  }
  .service-type .item-service-type-cont p {
    font-size: 14px;
    padding-right: 5px;
  }
  .service-type .type-1 .item-service-type-hd {
    padding: 28px 0;
  }
  .service-type .type-1 .item-service-type-tit {
    font-size: 24px;
  }
  .service-type .type-1 .item-service-type-num strong {
    font-size: 48px;
  }
  .service-type .type-1 .item-service-type-cont {
    margin-top: 0;
  }
  .service-type .type-1 .item-service-type-cont h6 {
    font-size: 18px;
  }
  .service-type .type-1 .item-service-type-cont p {
    padding: 0 5%;
    font-size: 16px;
  }
  .service-type .type-2 .item-service-type-tit {
    font-size: 22px;
  }
  .service-type .type-2 .item-service-type-num,
  .service-type .type-2 .item-service-type-cont {
    padding: 15px 0;
  }
  .service-type .type-2 .item-service-type-num {
    padding-right: 15px;
    width: 55%;
  }
  .service-type .type-2 .item-service-type-cont {
    padding-left: 10px;
    width: 45%;
  }
  .service-type-tips {
    margin-top: -2%;
    padding: 0 5% 5%;
    font-size: 16px;
    line-height: 1.6;
  }
  .box-travel .item-travel-text {
    padding: 5%;
    font-size: 16px;
    line-height: 1.6;
  }
  .box-travel .item-travel-text p::before {
    top: 6px;
  }
  .box-travel .hot {
    text-decoration-thickness: 4px;
  }
  .box-travel .item-travel-pic {
    padding: 5% 5% 5% 0;
  }
  .box-qrcode {
    padding: 5%;
  }
  .box-qrcode .qrcode-text {
    font-size: 16px;
    width: auto;
    padding-right: 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .box-qrcode .qrcode-pic {
    width: 30%;
  }
  .box-handle {
    padding: 5%;
  }
  .box-handle .handle-text {
    font-size: 22px;
    width: 60%;
    padding-right: 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .box-handle .handle-text strong {
    display: inline;
  }
  .box-handle .handle-pic {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .chapter .chapter-hd {
    margin-bottom: 15px;
  }
  .chapter .chapter-hd h3 {
    font-size: 24px;
  }
  .chapter .chapter-hd h3::before {
    width: 28px;
    left: -40px;
  }
  .chapter .chapter-hd h3::after {
    width: 38px;
    right: -48px;
    margin-top: -12px;
  }
  .chapter.w50 .chapter-hd h3 {
    font-size: 24px;
  }
  .box-introduce {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .box-introduce .introduce-text {
    width: auto;
    padding: 0;
    margin-bottom: 20px;
  }
  .box-introduce .introduce-text p {
    font-size: 16px;
  }
  .box-introduce .introduce-pic {
    width: auto;
  }
  .box-equity {
    display: block;
    padding: 0 5%;
  }
  .box-equity .item-equity {
    display: block;
    padding: 20px 15px;
    border-bottom: 1px dashed #e8dfd3;
    line-height: 1.6;
  }
  .box-equity .item-equity .item-equity-num {
    font-size: 46px;
  }
  .condition-text {
    padding: 8% 6%;
    font-size: 16px;
  }
  .service-type {
    display: block;
    padding: 5%;
  }
  .service-type .item-service-type {
    display: block;
    width: auto;
  }
  .service-type .item-service-type-hd p {
    font-size: 12px;
  }
  .service-type .item-service-type-num strong {
    font-size: 36px;
  }
  .service-type .item-service-type-num em {
    font-size: 24px;
  }
  .service-type .item-service-type-num b {
    font-size: 18px;
    margin-right: 5px;
  }
  .service-type .type-1 {
    margin-bottom: 20px;
  }
  .service-type .type-1 .item-service-type-group {
    display: table;
    padding: 0;
  }
  .service-type .type-1 .item-service-type-hd {
    padding: 20px 0;
  }
  .service-type .type-1 .item-service-type-tit {
    font-size: 18px;
  }
  .service-type .type-1 .item-service-type-num,
  .service-type .type-1 .item-service-type-cont {
    display: table-cell;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 0;
    vertical-align: middle;
  }
  .service-type .type-1 .item-service-type-num {
    position: relative;
    text-align: center;
    width: 55%;
    padding: 15px;
  }
  .service-type .type-1 .item-service-type-num::after {
    content: '';
    position: absolute;
    right: 0;
    top: 10%;
    height: 80%;
    width: 1px;
    border-left: 1px dashed #e4e4e4;
  }
  .service-type .type-1 .item-service-type-num strong {
    font-size: 36px;
  }
  .service-type .type-1 .item-service-type-num span {
    font-size: 16px;
  }
  .service-type .type-1 .item-service-type-cont {
    text-align: left;
    width: 45%;
    padding-left: 15px;
  }
  .service-type .type-1 .item-service-type-cont h6 {
    font-size: 16px;
  }
  .service-type .type-1 .item-service-type-cont p {
    font-size: 14px;
    padding: 0 5px 0 0;
  }
  .service-type .type-2 .item-service-type-tit {
    font-size: 18px;
  }
  .service-type .type-2 .item-service-type-num {
    text-align: center;
    padding: 15px;
  }
  .box-travel {
    display: block;
    padding: 5%;
    width: auto;
  }
  .box-travel .item-travel-text {
    display: block;
    width: auto;
    padding: 0;
    margin-bottom: 20px;
  }
  .box-travel .item-travel-pic {
    display: block;
    width: 100%;
    padding: 0;
  }
  .box-travel .item-travel-pic img {
    width: 100%;
  }
  .box-handle .handle-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .chapter .chapter-hd h3 {
    padding: 0 45px;
    font-size: 20px;
  }
  .chapter .chapter-hd h3::before {
    left: 10px;
  }
  .chapter .chapter-hd h3::after {
    right: 0;
  }
  .chapter.w50 .chapter-hd h3 {
    font-size: 20px;
  }
  .box-introduce .introduce-text {
    margin-bottom: 15px;
  }
  .box-introduce .introduce-text p {
    font-size: 14px;
  }
  .box-equity .item-equity {
    padding: 15px 10px;
  }
  .box-equity .item-equity .item-equity-text {
    font-size: 14px;
    line-height: 1.6;
  }
  .box-equity .item-equity .item-equity-num {
    font-size: 40px;
    right: 10px;
  }
  .condition-text {
    font-size: 14px;
  }
  .condition-text .hot {
    text-decoration-thickness: 3px;
  }
  .service-type {
    overflow: hidden;
  }
  .service-type .item-service-type-num strong {
    font-size: 30px;
  }
  .service-type .item-service-type-num em {
    font-size: 20px;
  }
  .service-type .item-service-type-num span {
    font-size: 14px;
  }
  .service-type .item-service-type-num b {
    font-size: 16px;
  }
  .service-type .item-service-type-cont h6 {
    font-size: 14px;
  }
  .service-type .type-1 {
    margin-bottom: 15px;
  }
  .service-type .type-1 .item-service-type-hd {
    padding: 15px 0;
  }
  .service-type .type-1 .item-service-type-tit {
    font-size: 16px;
  }
  .service-type .type-1 .item-service-type-num {
    padding: 10px 0;
  }
  .service-type .type-1 .item-service-type-num strong {
    font-size: 30px;
  }
  .service-type .type-1 .item-service-type-num em {
    font-size: 20px;
  }
  .service-type .type-1 .item-service-type-num span {
    font-size: 14px;
  }
  .service-type .type-1 .item-service-type-cont {
    padding: 10px 5px 10px 10px;
  }
  .service-type .type-1 .item-service-type-cont h6 {
    font-size: 14px;
  }
  .service-type .type-1 .item-service-type-cont p {
    font-size: 12px;
  }
  .service-type .type-2 .item-service-type-num {
    padding: 10px 0;
  }
  .service-type .type-2 .item-service-type-cont {
    padding: 10px 5px 10px 10px;
  }
  .service-type .type-2 .item-service-type-cont p {
    margin-top: 0;
    font-size: 12px;
  }
  .service-type .type-2 .item-service-type-cont br {
    display: none;
  }
  .service-type-tips {
    font-size: 14px;
  }
  .box-travel .item-travel-text {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .box-travel .item-travel-text p {
    margin-top: 3px;
    padding-left: 20px;
  }
  .box-travel .item-travel-text p::before {
    top: 3px;
    width: 16px;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
  .box-travel .item-travel-text p:first-child {
    margin-top: 0;
  }
  .box-qrcode .qrcode-text {
    font-size: 14px;
  }
  .box-qrcode .qrcode-pic {
    width: 40%;
  }
  .box-handle .handle-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 375px) {
  .wrapper .container {
    padding: 0 15px;
  }
  .box-qrcode {
    display: block;
  }
  .box-qrcode .qrcode-text {
    display: block;
    padding-right: 0;
  }
  .box-qrcode .qrcode-pic {
    display: block;
    width: auto;
    margin-top: 10px;
    text-align: center;
  }
  .box-qrcode .qrcode-pic img {
    max-width: 50%;
  }
}
