body {
  overflow-x: hidden;
  letter-spacing: 0;
}
.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.banner img {
  width: 100%;
}
.banner .phone {
  display: none;
}
.centers {
  width: 1200px;
  margin: 0 auto;
}
/*订票框*/
.bookingBoxFix {
  position: fixed;
  top: 20%;
  z-index: 10;
  width: 1200px;
  margin-left: -600px;
  left: 50%;
  margin-top: 0px;
}
.bookingBoxFix .ticketBox {
  position: relative;
  z-index: 10;
}
.bookingBoxFix .kobg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background: url(../images/kobg.png) repeat;
  z-index: 5;
}
.bookingBox {
  display: none;
}
.bookingBox .tip {
  display: none;
}
.bookingBoxFix .tip {
  display: block;
  font-size: 32px;
  text-align: center;
  line-height: 56px;
  color: #fff;
  padding-top: 30px;
  z-index: 6;
  position: relative;
  font-weight: bold;
}
#ticket-2 {
  display: none;
}
.ui-tabs .ui-tabs-nav {
  display: none;
}
.bookingBox .tit {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.bookingBox .tit span {
  display: inline-block;
  font-size: 16px;
  color: #cb0303;
  height: 45px;
  line-height: 45px;
  padding: 0 23.8px;
  font-weight: bold;
  width: 260px;
  background: url(../images/ticket01.png) no-repeat 260px center #fff;
}
.trip-box #trip-box-1 {
  border: none;
}
/*订票框*/
.titBox {
  background: #fff;
  padding: 30px;
  margin-top: -20px;
  position: relative;
  z-index: 10;
  margin-bottom: 30px;
}
.titBox p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}
.mainBox .tith {
  font-size: 42px;
  color: #fff;
  background: url(../images/titbg.jpg) no-repeat center;
  height: 100px;
  line-height: 100px;
  display: flex;
  justify-content: center;
}
.mainBox .tith span {
  margin: 0 10px;
}
.mainBox ul {
  padding: 40px 60px;
  background: #fff;
}
.mainBox ul li {
  margin-bottom: 10px;
}
.mainBox ul li h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  z-index: 1;
  padding-right: 5px;
}
.mainBox ul li h4::before {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  background: #98caef;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.mainBox ul li p {
  font-size: 16px;
  line-height: 1.6;
  color: #666;
}
.font12 {
  font-size: 12px;
}
.font20 {
  font-size: 20px;
}
.divh {
  margin-bottom: 30px;
}
.divh .flex {
  font-size: 32px;
  color: #333333;
  display: flex;
  justify-content: center;
}
.divh .flex span {
  display: block;
  width: 50px;
  height: 50px;
  opacity: 0.5;
}
.divh .flex .s1 {
  background: url(../images/tit01.png) no-repeat center;
}
.divh .flex .s2 {
  background: url(../images/tit02.png) no-repeat center;
}
.divh p {
  text-align: center;
  font-size: 12px;
  letter-spacing: 8px;
  color: #999999;
  text-transform: uppercase;
}
.div1 {
  background: #fff;
  padding: 70px 0;
}
.div1 dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.div1 dt {
  font-size: 24px;
  color: #333;
  line-height: 1.6;
  padding-right: 100px;
}
.div1 dt span {
  color: #cb0303;
}
.div1 dd .abtn {
  display: block;
  width: 310px;
  height: 54px;
  line-height: 54px;
  font-size: 20px;
  color: #fff;
  border-radius: 15px 0 15px 0 ;
  background: #e10000;
  text-align: center;
}
.div2 {
  background: #f3f3f3;
  padding: 30px 0;
}
.div2 dl {
  background: #ffffff;
  border-top: 2px solid #cb0303;
  padding: 30px;
  justify-content: space-between;
}
.div2 dl dt {
  width: 100%;
  box-sizing: border-box;
  padding-right: 30px;
}
.div2 dl dt div.h3 {
  font-size: 18px;
  font-weight: bold;
  color: #e10000;
  margin-bottom: 10px;
}
.div2 dl dt p {
  font-size: 18px;
  color: #666;
  margin-bottom: 10px;
  line-height: 1.6;
}
.div2 dl dd {
  width: 100%;
  box-sizing: border-box;
  padding: 30px 60px;
  position: relative;
}
.div2 dl dd .tit {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}
.div2 dl dd .swiper-slide p {
  margin-bottom: 20px;
}
.div2 dl dd .swiper-slide img {
  width: 100%;
}
.div2 dl dd .swiper-next {
  display: block;
  width: 18px;
  height: 36px;
  background: url(../images/sw-l.png) no-repeat center;
  left: 20px;
  top: 50%;
  margin-top: -18px;
  position: absolute;
  cursor: pointer;
}
.div2 dl dd .swiper-prev {
  display: block;
  width: 18px;
  height: 36px;
  background: url(../images/sw-r.png) no-repeat center;
  right: 20px;
  top: 50%;
  margin-top: -18px;
  position: absolute;
  cursor: pointer;
}
.divBtn {
  text-align: center;
  padding: 30px 0;
}
.divBtn .abtn {
  display: inline-block;
  width: 160px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #fff;
  border-radius: 15px 0 15px 0 ;
  background: #e10000;
  text-align: center;
}
.div3 {
  background: url(../images/divbg01.jpg) no-repeat center top;
  padding: 30px 0;
}
.div3 .divh .flex {
  color: #fff;
}
.div3 .divh p {
  color: #fff;
}
.div3 .divbox {
  background: #fff;
  border-top: 2px solid #cb0303;
  padding: 30px;
}
.div3 .divbox dl {
  display: flex;
  justify-content: space-between;
}
.div3 .divbox dl dt {
  width: 60%;
  box-sizing: border-box;
  padding-right: 80px;
}
.div3 .divbox dl dt p {
  font-size: 16px;
  color: #666666;
  margin-bottom: 20px;
  line-height: 1.6;
}
.div3 .divbox dl dt p span {
  color: #cb0303;
}
.div3 .divbox dl dt p b {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #e10000;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 20px;
  float: left;
  margin-right: 10px;
}
.div3 .divbox dl dt .divA {
  padding-top: 30px;
}
.div3 .divbox dl dt .divA a {
  display: block;
  width: 100%;
  background: #f3f3f3;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #333;
  text-align: center;
}
.div3 .divbox dl dt .divA a:hover {
  background: #cb0303;
  color: #fff;
}
.div3 .divbox dl dd {
  width: 40%;
}
.div3 .divbox dl dd table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.div3 .divbox dl dd table th {
  background: #cb0303;
  color: #fff;
  height: 30px;
  text-align: center;
}
.div3 .divbox dl dd table td {
  color: #333;
  text-align: center;
  height: 27px;
  border: 1px solid #e1e1e1;
}
.div3 .divicons {
  display: flex;
  justify-content: space-around;
  background: #f3f3f3;
  margin-top: 30px;
  padding: 20px 40px;
}
.div3 .divicons .tit {
  font-size: 24px;
  font-weight: bold;
  width: 180px;
}
.div3 .divicons div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.div3 .divicons div img {
  width: 100px;
}
.div3 .divicons div > div {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  padding-left: 10px;
  padding-right: 10px;
}
.div3 .divicons div > div .font18 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.div3 .divicons div > div .font12 {
  font-size: 12px;
}
.div4 {
  background: #fff;
  padding: 30px 0;
}
.div4 .divbox {
  padding: 30px;
}
.div4 .divbox .flex {
  display: flex;
  justify-content: space-between;
}
.div4 .divbox .flex .divl {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  width: 70%;
  box-sizing: border-box;
  padding-right: 50px;
}
.div4 .divbox .flex .divl span {
  color: #cb0303;
}
.div4 .divbox .flex .divphone {
  background: #f3f3f3;
  padding: 30px;
  width: 30%;
  box-sizing: border-box;
}
.div4 .divbox .flex .divphone .font16 {
  font-size: 16px;
  color: #666;
}
.div4 .divbox .flex .divphone .font38 {
  font-size: 38px;
  color: #cb0303;
  font-weight: bold;
}
.div5 {
  background: #f3f3f3;
  padding: 30px 0;
}
.div5 .divbox {
  background: #fff;
  padding: 30px;
  border-top: 2px solid #cb0303;
}
.div5 .divbox .flex {
  display: flex;
  justify-content: space-between;
}
.div5 .divbox .divl {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  width: 70%;
  box-sizing: border-box;
  padding-right: 50px;
}
.div5 .divbox .divl p.op6 {
  opacity: 0.6;
}
.div5 .divbox .divl span {
  color: #cb0303;
}
.div5 .divbox .divphone {
  background: #f3f3f3;
  padding: 30px;
  width: 30%;
  box-sizing: border-box;
}
.div5 .divbox .divphone .font16 {
  font-size: 16px;
  color: #666;
}
.div5 .divbox .divphone .font38 {
  font-size: 38px;
  color: #cb0303;
  font-weight: bold;
}
.phoneSwiper {
  display: none;
}
@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;
  }
  .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;
  }
  .div1 {
    padding: 20px;
  }
  .div1 dl {
    flex-wrap: wrap;
  }
  .div1 dt {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 20px;
  }
  .div1 dd {
    width: 100%;
    box-sizing: border-box;
  }
  .div1 dd a.abtn {
    width: 100%;
    max-width: 300px;
  }
  .div2 dl {
    flex-wrap: wrap;
    padding: 20px;
  }
  .div2 dl dt {
    width: 100%;
  }
  .div2 dl dd {
    width: 100%;
    padding: 10px;
  }
  .div2 dl dt p {
    font-size: 16px;
  }
  .divh .flex {
    font-size: 20px;
    align-items: center;
    text-align: center;
  }
  .div3 .divbox dl {
    flex-wrap: wrap;
  }
  .div3 .divbox dl dt {
    width: 100%;
    padding: 0;
  }
  .div3 .divbox dl dd {
    width: 100%;
  }
  .div3 {
    background-size: cover;
  }
  .div3 .divbox {
    padding: 20px;
  }
  .div3 .divbox dl dt p {
    font-size: 14px;
  }
  .div3 .divbox dl dt .divA {
    padding-bottom: 20px;
    padding-top: 0;
  }
  .div3 .divicons {
    flex-wrap: wrap;
    padding: 20px;
  }
  .div3 .divicons > div {
    margin-bottom: 20px;
  }
  .div3 .divicons > div img {
    width: 60px;
  }
  .div3 .divicons .tit {
    width: 100%;
    margin-bottom: 20px;
    font-size: 20px;
  }
  .div3 .divicons .tit br {
    display: none;
  }
  .div4 .divbox {
    padding: 0;
  }
  .div4 .divbox .flex {
    flex-wrap: wrap;
  }
  .div4 .divbox .flex .divl {
    width: 100%;
    padding: 0;
  }
  .div4 .divbox .flex .divphone {
    margin-top: 20px;
    width: 100%;
    padding: 20px;
  }
  .div4 .divbox .flex .divphone .font38 {
    font-size: 32px;
  }
  .div5 .divbox .flex {
    flex-wrap: wrap;
  }
  .div5 .divbox .divl {
    width: 100%;
    padding: 0;
  }
  .div5 .divbox .divphone {
    margin-top: 20px;
    width: 100%;
    padding: 20px;
  }
  .div5 .divbox .divphone .font38 {
    font-size: 32px;
  }
  .div2 dl dt {
    padding-right: 0;
  }
}
