* {
  /*清除点击高亮样式*/
  -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;
  position: relative;
  text-align: center;
}
.banner .phone {
  display: none;
}
.clearfix::before,
.clearfix::after {
  content: '';
  display: table;
}
.clearfix::after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.wrapper {
  overflow: hidden;
}
.wrapper .container {
  position: relative;
  width: auto;
}
.wrapper .container {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 50px;
}
.divTit {
  font-size: 38px;
  color: #0e3fa6;
  text-align: center;
  margin-bottom: 50px;
}
.divTit .divflex .divh {
  display: flex;
  justify-content: center;
  align-items: center;
}
.divTit .divflex .divh::after {
  content: "";
  display: block;
  width: 111px;
  height: 30px;
  background: url(../images/tr.png) no-repeat left;
  margin: 0 20px;
}
.divTit .divflex .divh::before {
  content: "";
  display: block;
  width: 111px;
  height: 30px;
  background: url(../images/tl.png) no-repeat left;
  margin: 0 20px;
}
.chapter-01 {
  background: url(../images/bg01.jpg) no-repeat center top;
  padding-bottom: 30px;
}
.chapter-01 ul {
  padding-top: 30px;
}
.chapter-01 ul li {
  position: relative;
  margin-bottom: 70px;
  display: flex;
  justify-content: flex-end;
}
.chapter-01 ul li .imgdiv {
  width: 50%;
  position: absolute;
  left: 0;
  top: -30px;
}
.chapter-01 ul li .divr {
  float: right;
  background: #fff;
  padding: 48px;
  width: 800px;
  padding-left: 250px;
  height: 335px;
  box-sizing: border-box;
}
.chapter-01 ul li .divr .h3 {
  font-size: 28px;
  text-align: center;
  color: #333333;
  margin-bottom: 40px;
}
.chapter-01 ul li .divr p {
  font-size: 18px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 20px;
}
.chapter-01 ul li .divr .li1box {
  background: #f2f5f8;
  font-size: 30px;
  color: #0e3fa6;
  padding: 30px;
  font-weight: bold;
}
.chapter-01 ul li .divr .li1box span {
  font-size: 50px;
}
.chapter-01 ul li .divr .time {
  background: #f2f5f8;
  padding: 30px;
}
.chapter-01 ul li .divr .time p {
  color: #1e4cac;
  font-size: 16px;
  overflow: hidden;
  margin-bottom: 10px;
}
.chapter-01 ul li .divr .time p span {
  color: #000;
  display: block;
  float: left;
  height: 30px;
}
.chapter-01 ul li.li2 {
  justify-content: flex-start;
}
.chapter-01 ul li.li2 .divr {
  float: left;
  padding-left: 0;
  padding: 48px;
  padding-right: 250px;
}
.chapter-01 ul li.li2 .imgdiv {
  right: 0;
  left: unset;
}
.chapter-02 {
  background: url(../images/bg02.jpg) no-repeat center top;
  padding-bottom: 80px;
}
.chapter-02 .divTit {
  color: #fff;
}
.chapter-02 .divTit p {
  font-size: 14px;
  color: #fff;
}
.chapter-02 .divTit .divflex .divh::after {
  content: "";
  display: block;
  width: 111px;
  height: 30px;
  background: url(../images/tr2.png) no-repeat left;
  margin: 0 20px;
}
.chapter-02 .divTit .divflex .divh::before {
  content: "";
  display: block;
  width: 111px;
  height: 30px;
  background: url(../images/tl2.png) no-repeat left;
  margin: 0 20px;
}
.chapter-02 .ps {
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding-top: 30px;
}
.chapter-02 table {
  border-collapse: collapse;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
}
.chapter-02 table th {
  background: #ce1020;
  color: #fff;
  font-size: 18px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  font-weight: bold;
  width: 25%;
}
.chapter-02 table td {
  font-size: 18px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  width: 25%;
}
.chapter-02 table tr:nth-child(2n) {
  background: #f1f3f7;
}
@media screen and (max-width: 1450px) {
  .banner .pc {
    width: 1600px;
  }
}
@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:first-child {
    margin-right: 0;
  }
  .chapter.w50 .chapter-hd h3 {
    font-size: 28px;
  }
}
@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;
  }
  .condition-text {
    padding: 8% 6%;
    font-size: 16px;
  }
  .divTit {
    font-size: 20px;
    font-weight: bold;
  }
  .divTit .divflex .divh::before,
  .divTit .divflex .divh::after {
    margin: 10px!important;
  }
  .chapter-01 ul li {
    flex-wrap: wrap;
  }
  .chapter-01 ul li .imgdiv {
    width: 100%;
    position: static;
  }
  .chapter-01 ul li .imgdiv img {
    width: 100%;
  }
  .chapter-01 ul li .divr {
    float: none;
    width: 100%;
    padding: 20px;
    height: auto;
  }
  .chapter-01 ul li .divr .li1box {
    font-size: 22px;
  }
  .chapter-01 ul li.li2 .divr {
    width: 100%;
    padding: 20px;
  }
  .chapter-01 ul li.li2 .divr img {
    width: 100%;
  }
  .chapter-01 ul li .divr .time p span {
    width: 100%;
  }
  .chapter-01 ul li .divr .time {
    padding: 20px;
  }
  .chapter-02 table th {
    font-size: 12px;
  }
  .chapter-02 table td {
    font-size: 12px;
  }
}
@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;
  }
}
@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%;
  }
  .box-handle .handle-pic {
    margin-top: 10px;
  }
}
