body {
  overflow-x: hidden;
  letter-spacing: 0;
  background: #e8e8e8;
}
.divSwiper img {
  width: 100%;
}
.divSwiper {
  padding: 40px;
  position: relative;
}
.ptit {
  font-size: 16px;
  min-height: 110px;
}
.divSwiper .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  box-sizing: border-box;
  padding: 0 10px;
}
.divSwiper .swiper-slide p {
  font-size: 14px;
  min-height: 110px;
}
.divbox1 .box1 {
  margin-top: -50px;
  position: relative;
  z-index: 10;
}
.swiper-prev {
  position: absolute;
  left: 20px;
  top: 50%;
  display: block;
  background: url(../images/l.png) no-repeat center;
  width: 12px;
  height: 12px;
  background-size: cover;
}
.swiper-prev:hover {
  background: url(../images/lr.png) no-repeat center;
}
.swiper-next {
  position: absolute;
  right: 20px;
  top: 50%;
  display: block;
  background: url(../images/r.png) no-repeat center;
  width: 12px;
  height: 12px;
  background-size: cover;
}
.swiper-next:hover {
  background: url(../images/rr.png) no-repeat center;
}
.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.banner img {
  width: 100%;
}
.banner .phone {
  display: none;
}
.bg {
  overflow: hidden;
  background: url(../images/bg.jpg) no-repeat center bottom #a1d3ff;
}
.centers {
  width: 1200px;
  margin: 0 auto;
}
.divbox1 {
  padding: 50px 0;
}
.divbox1 .divtit {
  font-size: 36px;
  color: #000;
  margin-bottom: 30px;
  text-align: center;
}
.divbox1 .divFlex {
  display: flex;
  justify-content: space-around;
  background: #f7f6f2;
}
.divbox1 .divimg {
  position: relative;
}
.divbox1 .divimg p {
  position: absolute;
  top: 0;
  left: 0;
  padding: 60px 40px 0 40px;
  font-size: 20px;
  color: #ffff;
  line-height: 1.6;
  font-size: 18px;
}
.divbox1 .divR {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
.divbox1 .divR .divtxt {
  padding: 70px 80px;
}
.divbox1 .divR .divtxt p {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  margin-bottom: 30px;
}
.divbox1 .divR .divOl {
  background: #cdaf6a;
  color: #fff;
  padding: 80px;
}
.divbox1 .divR .divOl ol {
  display: flex;
  justify-content: space-between;
}
.divbox1 .divR .divOl ol li span {
  font-size: 14px;
}
.divbox1 .divR .divOl ol li p {
  font-size: 18px;
}
.divbox1 .divR .divOl ol li div {
  font-size: 48px;
}
.divbox1 .divR .divOl ol li b {
  font-size: 12px;
}
.divbox2 {
  position: relative;
}
.divbox2 .divimg {
  text-align: right;
}
.divbox2 .divtxt {
  position: absolute;
  top: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
}
.divbox2 .divtxt .centers {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.divbox2 .divtxt .centers .divbox {
  width: 25%;
}
.divbox2 .divtxt .centers .tith2 {
  font-size: 36px;
  margin-bottom: 10px;
}
.divbox2 .divtxt .centers .divp {
  font-size: 16px;
  line-height: 1.6;
  color: #666666;
}
.divbox3 {
  padding: 50px 0;
  background: #f5f4f0;
}
.divbox3 .divtxt {
  text-align: center;
  padding: 0 170px;
  padding-bottom: 40px;
}
.divbox3 .tith2 {
  font-size: 36px;
  margin-bottom: 10px;
}
.divbox3 .divp {
  font-size: 16px;
  line-height: 1.6;
  color: #666666;
}
.divbox4 {
  padding: 50px 0;
  background: #f7f3eb;
}
.divbox4 img {
  width: 100%;
}
.divbox4 .divFlex {
  display: flex;
  justify-content: space-around;
  background: #f7f6f2;
}
.divbox4 .divR {
  background: #fff;
  display: flex;
  align-items: center;
}
.divbox4 .divR .divtxt {
  padding: 0 100px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.divbox4 .divR .divtxt .tith2 {
  font-size: 36px;
  margin-bottom: 10px;
}
.divbox4 .divR .divtxt .divp {
  font-size: 16px;
  line-height: 1.6;
  color: #666666;
}
.divbox5 {
  background: #fff;
}
.divbox5 .divimg {
  text-align: center;
}
.divbox5 ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.divbox5 ol li {
  width: 30%;
}
.divbox5 ol li img {
  width: 100%;
}
.divbox6 ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.divbox6 ul li {
  width: 30%;
  padding: 30px;
  box-sizing: border-box;
  background: #fff;
}
.divbox6 ul li .divh {
  font-size: 24px;
  margin-bottom: 10px;
  padding-left: 40px;
  border-bottom: 2px solid #e9e9e9;
  padding-bottom: 10px;
}
.divbox6 ul li .divp {
  font-size: 14px;
  color: #666666;
}
.divbox6 ul li.li1 .divh {
  background: url(../images/icon1.png) no-repeat left center;
}
.divbox6 ul li.li2 .divh {
  background: url(../images/icon2.png) no-repeat left center;
}
.divbox6 ul li.li3 .divh {
  background: url(../images/icon3.png) no-repeat left center;
}
@media screen and (max-width: 1450px) {
  /* .ticketBox .container {width: auto;} */
  .ticketBox .tab-container {
    max-width: 1000px;
  }
  .bookingBox .tit {
    max-width: 1000px;
  }
  .bookingBox .tit span {
    width: 200px;
    background-position: 200px center;
  }
}
@media (max-width: 1200px) {
  body {
    min-width: 1200px;
    overflow-x: auto;
  }
}
@media (max-width: 1024px) {
  body {
    min-width: auto;
    overflow-x: hidden;
  }
  .pcSwiper {
    display: none;
  }
  .phoneSwiper {
    display: block;
  }
  .header,
  .nav,
  .footer {
    display: none;
  }
  .bookingBox {
    display: none;
  }
  .banner .pc {
    display: none;
  }
  .banner .phone {
    display: block;
    width: 100%;
    height: auto;
  }
  .centers {
    width: auto;
    padding: 20px;
  }
  .divbox1 .divFlex {
    flex-wrap: wrap;
  }
  .divbox1 .divFlex .divimg {
    width: 100%;
  }
  .divbox1 .divFlex .divimg img {
    width: 100%;
  }
  .divbox1 .divFlex .divtxt {
    padding: 30px;
  }
  .divbox1 .divR .divOl {
    padding: 20px;
  }
  .divbox1 .divR .divOl ol {
    flex-wrap: wrap;
  }
  .divbox1 .divR .divOl ol li {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .divbox1 .divR .divOl ol li:last-child {
    margin-bottom: 0;
  }
  .divbox2 .divtxt .centers .divbox {
    width: 100%;
    color: #fff;
  }
  .divbox2 .divtxt .centers .divp {
    color: #fff;
  }
  .divbox2 .divimg img {
    width: 100%;
  }
  .divbox3 .divtxt {
    padding: 0;
  }
  .divbox3 img {
    width: 140%;
    margin-left: -20%;
  }
  .divbox4 .divFlex {
    flex-wrap: wrap;
  }
  .divbox4.divimg {
    width: 100%;
  }
  .divbox4.divimg img {
    width: 100%;
    margin: 0;
  }
  .divbox4 .divR .divtxt {
    padding: 40px;
  }
  .divbox6 ul {
    flex-wrap: wrap;
  }
  .divbox6 ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .divbox5 ol {
    flex-direction: column;
  }
  .divbox5 ol li {
    width: 100%;
    margin-bottom: 10px;
  }
  .divbox5 ol li img {
    margin: 0!important;
  }
  .divbox1,
  .divbox1,
  .divbox3,
  .divbox4,
  .divbox5,
  .divbox6 {
    padding: 0;
  }
  .wrapper .tith2,
  .divbox1 .divtit {
    font-size: 32px!important;
  }
}
