.anchorBox .divBox .divLine ul li .div2 div:nth-child(1) {
  width: 65%;
}
.anchorBox .divBox .divLine ul li .div2 div:nth-child(3) {
  width: 40%;
  text-align: right;
}
body {
  overflow-x: hidden;
  letter-spacing: 0;
  background: #e8e8e8;
}
.divPs {
  text-align: center;
  font-size: 12px;
  padding-top: 20px;
  color: #666;
}
.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.banner img {
  width: 100%;
}
.banner .phone {
  display: none;
}
.bg {
  background: url(../images/bg.jpg) no-repeat center top #f1ddc0;
  padding-bottom: 50px;
}
.centers {
  width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
}
.divbox1 {
  background: #fff;
}
.divbox1 .divtit {
  font-size: 36px;
  color: #333;
  margin-bottom: 50px;
  text-align: center;
}
.divbox1 ul li.li1 {
  display: flex;
  justify-content: flex-end;
  position: relative;
  margin-bottom: 57px;
}
.divbox1 ul li.li1 .img {
  position: absolute;
  left: 0;
  top: 0;
}
.divbox1 ul li.li1 .txt {
  margin-top: 50px;
  box-sizing: border-box;
  padding: 70px 100px 80px 260px;
  background: #f6f7f6;
  width: 70%;
}
.divbox1 ul li.li1 .txt .tit {
  font-size: 24px;
  color: #333;
  margin-bottom: 20px;
}
.divbox1 ul li.li1 .txt p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.divbox1 ul li.li2 {
  display: flex;
  justify-content: flex-start;
  position: relative;
  margin-bottom: 57px;
}
.divbox1 ul li.li2 .img {
  position: absolute;
  right: 0;
  top: 50px;
}
.divbox1 ul li.li2 .txt {
  box-sizing: border-box;
  padding: 70px 260px 80px 100px;
  background: #f6f7f6;
  width: 70%;
}
.divbox1 ul li.li2 .txt .tit {
  font-size: 24px;
  color: #333;
  margin-bottom: 20px;
}
.divbox1 ul li.li2 .txt p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.divbox2 {
  background: url(../images/bg2.jpg) no-repeat center;
  background-size: cover;
}
.divbox2 .divtit {
  font-size: 36px;
  color: #333;
  margin-bottom: 50px;
  text-align: center;
}
.divbox2 ul {
  background: #fff;
}
.divbox2 ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.divbox2 ul li:nth-child(2) {
  flex-direction: row-reverse;
}
.divbox2 ul li .img {
  width: 45%;
  position: relative;
}
.divbox2 ul li .img img {
  width: 100%;
}
.divbox2 ul li .img p {
  font-size: 12px;
  color: #fff;
  width: 100%;
  position: absolute;
  text-align: center;
  bottom: 15px;
}
.divbox2 ul li .txt {
  width: 45%;
}
.divbox2 ul li .txt .tit {
  font-size: 24px;
  color: #333;
  margin-bottom: 20px;
}
.divbox2 ul li .txt p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.divbg {
  background: #fff;
  padding: 70px 130px;
}
.divps {
  text-align: center;
  font-size: 14px;
  color: #666;
}
@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;
  }
}
.banner {
  position: relative;
}
.bannertxt {
  position: absolute;
  height: 100%;
  z-index: 15;
  top: 0;
  width: 1200px;
  margin-left: -600px;
  left: 50%;
  color: #333;
  display: flex;
  align-items: center;
  font-size: 58px;
}
@media (max-width: 1200px) {
  body {
    min-width: 1200px;
    overflow-x: auto;
  }
}
@media (max-width: 1024px) {
  .anchorBox .divBox .divLine ul li {
    width: 100%;
  }
  .anchorBox .divBox .divLine ul li.last {
    padding: 0;
  }
  body {
    min-width: auto;
  }
  .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;
  }
  .autowidth {
    width: auto;
  }
  .anchorBox .divBox {
    padding: 10px;
  }
  .centers {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .divbox1 {
    padding-bottom: 1px;
  }
  .divbox1 ul li.li1 {
    flex-direction: column;
  }
  .divbox1 ul li.li1 .img {
    width: 100%;
    position: static;
  }
  .divbox1 ul li.li1 .img img {
    width: 100%;
  }
  .divbox1 ul li.li1 .txt {
    width: 100%;
    padding: 20px;
    margin-top: 0;
  }
  .divbox1 ul li.li2 {
    flex-direction: column;
  }
  .divbox1 ul li.li2 .img {
    width: 100%;
    position: static;
  }
  .divbox1 ul li.li2 .img img {
    width: 100%;
  }
  .divbox1 ul li.li2 .txt {
    width: 100%;
    padding: 20px;
  }
  .divbox2 ul {
    padding: 20px;
  }
  .divbox2 ul li {
    flex-direction: column;
  }
  .divbox2 ul li .img {
    width: 100%;
  }
  .divbox2 ul li .txt {
    width: 100%;
    padding: 20px;
  }
  .divbox2 ul li:nth-child(2) {
    flex-direction: column;
  }
  .divbox1 .divtit,
  .divbox2 .divtit {
    margin-bottom: 20px;
    padding-top: 20px;
    font-size: 30px;
  }
  .divbox2 ul li {
    margin-bottom: 0;
  }
  .divbox1 ul li.li2 {
    margin-bottom: 30px;
  }
  .divbg {
    padding: 0;
    padding-bottom: 20px;
  }
  .bannertxt {
    width: auto;
    margin: 0;
    font-size: 20px;
    left: unset;
    padding-left: 30px;
    font-weight: bold;
  }
}
