* {
  /*清除点击高亮样式*/
  -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 {
  position: relative;
  z-index: 2;
  padding-bottom: 5%;
  background: url('../images/bg-01.jpg') center 150px no-repeat;
}
.wrapper .container {
  max-width: 1100px;
  width: auto;
}
.chapter {
  margin-top: 40px;
}
.chapter .chapter-hd {
  position: relative;
  text-align: center;
  background: url('../images/tit-bg.png') center no-repeat;
  background-size: auto 100%;
}
.chapter .chapter-hd h3 {
  position: relative;
  display: inline-block;
  font-size: 36px;
  color: #fff;
  padding: 12px 0 30px;
  font-weight: bold;
  letter-spacing: 2px;
}
.chapter .chapter-bd {
  margin-top: -55px;
  background: url('../images/bg-02.jpg') center no-repeat;
  background-size: 100% 100%;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  padding: 60px 5% 40px;
}
.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%;
}
.introduce-text {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 35px 30px 40px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.introduce-text p {
  font-size: 30px;
  line-height: 1.8;
  color: #0170e2;
  font-weight: bold;
  letter-spacing: 1px;
}
.introduce-text .hot {
  font-weight: bold;
  font-size: 60px;
  line-height: 1.1;
  margin: 0 5px;
}
.introduce-text .text-bg {
  background: url('../images/text-bg-01.png') center bottom no-repeat;
}
.introduce-text .text-bg.xs {
  background-image: url('../images/text-bg-01.png');
}
.introduce-text .text-bg.md {
  background-image: url('../images/text-bg-02.png');
}
.introduce-text .text-bg.lg {
  margin-top: 5px;
  background-image: url('../images/text-bg-03.png');
}
.condition-text {
  padding: 2% 5% 1%;
  font-size: 20px;
  color: #0170e2;
  line-height: 1.8;
  text-align: center;
  font-weight: bold;
}
.condition-text p {
  margin: 1% auto 2%;
}
.box-travel {
  display: table;
  width: 97%;
  margin: 0 auto;
}
.box-travel .item-travel-pic {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 10px 0;
  width: 244px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.box-travel .item-travel-pic img {
  max-width: 100%;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 4px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.box-travel .item-travel-text {
  display: table-cell;
  vertical-align: middle;
  padding-right: 8%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #0170e2;
  font-size: 20px;
  line-height: 1.8;
  font-weight: bold;
}
.box-rule {
  display: table;
  width: 97%;
  margin: 20px auto 0;
}
.box-rule .item-rule-text {
  display: table-cell;
  vertical-align: middle;
  padding-right: 8%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #0170e2;
  font-size: 20px;
  line-height: 1.8;
  font-weight: bold;
}
.box-rule .item-rule-tel {
  display: table-cell;
  vertical-align: middle;
}
.box-rule .item-rule-tel p {
  font-size: 24px;
  color: #0170e2;
  line-height: 1.6;
  font-weight: bold;
}
.box-rule .item-rule-subtit {
  position: relative;
  left: -15px;
  padding-left: 55px;
  margin-bottom: 10px;
  font-size: 28px;
  color: #0170e2;
  font-weight: bold;
  background: url('../images/text-bg-04.png') center bottom no-repeat;
  line-height: 1.8;
  letter-spacing: 1px;
}
.box-rule .item-rule-subtit::before {
  content: '';
  position: absolute;
  left: 15px;
  top: 50%;
  width: 23px;
  height: 31px;
  margin-top: -16px;
  background: url('../images/icon-tel.png') center no-repeat;
}
.chapter-01 {
  position: relative;
  z-index: 2;
  margin-top: -150px;
}
.chapter-01 .chapter-bd {
  padding: 0;
}
@media screen and (max-width: 1450px) {
  .banner .pc {
    width: 1600px;
    margin-left: -800px;
  }
  .wrapper {
    background-size: 1600px 100%;
  }
}
@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 {
    background-position: center top;
    background-size: 100% 100%;
  }
  .wrapper .container {
    padding: 0 5%;
  }
  .chapter .chapter-hd h3 {
    font-size: 30px;
  }
  .chapter .chapter-bd {
    padding: 60px 5% 30px;
  }
  .introduce-text p {
    font-size: 24px;
  }
  .introduce-text .hot {
    font-size: 48px;
  }
  .introduce-text .text-bg {
    background-size: auto 0.9em;
  }
  .condition-text {
    padding-bottom: 0;
    font-size: 16px;
    line-height: 1.6;
  }
  .box-travel .item-travel-text {
    padding-right: 4%;
    font-size: 16px;
    line-height: 1.6;
  }
  .box-rule {
    margin-top: 10px;
  }
  .box-rule .item-rule-text {
    padding-right: 4%;
    font-size: 16px;
  }
  .box-rule .item-rule-tel {
    width: 180px;
  }
  .box-rule .item-rule-tel p {
    font-size: 16px;
  }
  .box-rule .item-rule-subtit {
    padding-left: 35px;
    font-size: 22px;
    background-size: auto 100%;
  }
  .box-rule .item-rule-subtit::before {
    margin-top: -14px;
    width: 15px;
    background-size: 100% auto;
  }
  .chapter-01 {
    margin-top: 0;
    padding-top: 30px;
  }
  .chapter-01 .chapter-bd {
    margin-top: 0;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .chapter {
    margin-top: 30px;
  }
  .chapter .chapter-hd h3 {
    font-size: 24px;
    padding: 6px 0 20px;
    letter-spacing: 1px;
  }
  .chapter .chapter-bd {
    margin-top: -35px;
    padding: 45px 5% 5%;
  }
  .introduce-text {
    padding: 5% 4%;
  }
  .introduce-text p {
    font-size: 18px;
  }
  .introduce-text .hot {
    font-size: 32px;
  }
  .condition-text {
    padding: 0;
  }
  .condition-text p {
    margin: 0 auto;
  }
  .box-travel {
    display: block;
    width: auto;
  }
  .box-travel .item-travel-text {
    display: block;
    width: auto;
    padding: 0;
    margin-bottom: 10px;
  }
  .box-travel .item-travel-pic {
    display: block;
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .box-travel .item-travel-pic img {
    max-width: 100%;
  }
  .box-rule {
    display: block;
    width: auto;
    text-align: center;
    margin-top: 0;
  }
  .box-rule .item-rule-text {
    display: inline-block;
    width: auto;
    padding: 0;
    margin-bottom: 10px;
    text-align: left;
  }
  .box-rule .item-rule-tel {
    display: inline-block;
  }
  .box-rule .item-rule-subtit {
    margin-bottom: 5px;
    left: 0;
    text-align: left;
    font-size: 20px;
  }
  .chapter-01 {
    margin-top: 0;
  }
  .chapter-01 .chapter-bd {
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .chapter {
    margin-top: 25px;
  }
  .chapter .chapter-hd h3 {
    font-size: 20px;
    padding: 6px 0 15px;
  }
  .chapter .chapter-bd {
    margin-top: -25px;
    padding-top: 35px;
    border-radius: 20px;
  }
  .introduce-text p {
    font-size: 16px;
    line-height: 1.6;
  }
  .introduce-text .text-bg {
    background: none!important;
    letter-spacing: 0;
  }
  .introduce-text .hot {
    font-size: 28px;
  }
  .condition-text {
    font-size: 14px;
  }
  .condition-text p {
    text-align: left;
  }
  .condition-text p br {
    display: none;
  }
  .box-travel .item-travel-text {
    font-size: 14px;
  }
  .box-rule .item-rule-subtit {
    font-size: 18px;
  }
  .box-rule .item-rule-text {
    font-size: 14px;
    line-height: 1.6;
  }
  .box-rule .item-rule-tel {
    width: 165px;
  }
  .box-rule .item-rule-tel p {
    font-size: 14px;
  }
  .chapter-01 {
    margin-top: 0;
    padding: 0;
  }
  .chapter-01 .chapter-bd {
    padding: 0;
    margin-top: 0;
  }
}
@media screen and (max-width: 375px) {
  .wrapper .container {
    padding: 0 15px;
  }
  .introduce-text {
    padding: 5% 8%;
  }
  .introduce-text .text-bg.lg {
    margin-top: 0;
  }
  .introduce-text .hot {
    margin: 0 3px;
  }
}
