body {
  overflow-x: hidden;
  letter-spacing: 0;
  background: #e8e8e8;
  font-family: "思源黑体";
}
.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;
}
/*订票框*/
.divtit {
  height: 80px;
  text-align: center;
  font-size: 26px;
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 30px;
}
.divtit::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 8px;
  margin-right: 10px;
}
.divtit::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 8px;
  margin-left: 10px;
}
.cpsm {
  padding-top: 50px;
}
.cpsm .divtit {
  background: url(../images/tit01bg.png) no-repeat center;
  background-size: contain;
}
.cpsm .divBox {
  background: #fff;
  padding: 40px;
}
.cpsm .divBox .divh {
  font-size: 18px;
  color: #fff;
  padding: 5px 15px;
  border-radius: 10px 0 10px 0 ;
  background: #cb0303;
  display: inline-block;
  margin-bottom: 10px;
}
.cpsm .divBox p {
  font-size: 14px;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.8;
}
.cpsm .divBox p span {
  color: #cb0303;
}
.cpsm .divBox p.bold {
  font-weight: bold;
}
.cpsm .divBox p.bold strong {
  text-decoration: underline double from-font;
  font-weight: bold;
}
.cpsm .divBox p.bold span {
  text-decoration: underline double from-font;
}
.cpsm .divBox2 {
  padding: 40px;
}
.cpsm .divBox2 .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cpsm .divBox2 .flex .tableDiv {
  width: 100%;
  text-align: center;
}
.cpsm .divBox2 .flex .tableDiv .tit {
  color: #cb0303;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
}
.cpsm .divBox2 .flex .tableDiv table {
  margin: 0 auto;
  background: #fff;
}
.cpsm .divBox2 .flex .tableDiv table th {
  background: #cb0303;
  padding: 10px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}
.cpsm .divBox2 .flex .tableDiv table td {
  border-bottom: 1px solid #e7e7e7;
  font-size: 16px;
  padding: 5px  10px;
}
.cpsm .divBox2 .flex .tableDiv table td span {
  color: #cb0303;
}
.cpsm .divBox2 .ps {
  text-align: center;
  font-size: 14px;
  color: #666;
  padding-top: 20px;
  margin-bottom: 20px;
}
.cpsm .divBox2 .break {
  word-break: break-all;
}
.cpsm .divBox2 .divA {
  text-align: center;
}
.cpsm .divBox2 .amore {
  margin: 0 auto;
  border-bottom: 1px solid #333;
  color: #333;
  text-align: center;
}
.cpsm .divBox2 .amore:hover {
  color: #cb0303;
  border-bottom: 1px solid #cb0303;
}
.wxts {
  background: url(../images/wxts_bg.jpg) no-repeat center;
  background-size: cover;
  padding: 50px 0;
}
.wxts .divtit {
  background: url(../images/tit02bg.png) no-repeat center;
  background-size: contain;
}
.wxts .divBox {
  background: #fff;
  padding: 40px;
}
.wxts .divBox .divh {
  font-size: 18px;
  color: #333;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1.6;
}
.wxts .divBox .divh span {
  color: #cb0303;
}
.wxts .divBox .divh:first-child {
  margin-top: 0;
}
.wxts .divBox p {
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}
.wxts .divBox p span {
  color: #666;
}
.wxts .divBox p em {
  font-style: normal;
  padding-left: 2em;
}
.gqgz {
  padding: 50px;
}
.gqgz .divtit {
  background: url(../images/tit03bg.png) no-repeat center;
  background-size: contain;
}
.gqgz ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.gqgz ul li {
  background: #fff;
  width: 31%;
}
.gqgz ul li .divh {
  font-size: 24px;
  color: #fff;
  height: 80px;
  line-height: 80px;
  background: #cb0303;
  text-align: center;
}
.gqgz ul li .divP {
  padding: 30px;
}
.gqgz ul li p {
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}
.gqgz ul li p span {
  font-weight: bold;
}
.popBg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  display: none;
}
.popBg .close {
  font-size: 24px;
  color: #333;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.popDiv {
  width: 900px;
  position: fixed;
  background: #fff;
  left: 50%;
  margin-left: -450px;
  padding: 50px;
  box-sizing: border-box;
}
.popDiv .tit {
  background: #cb0303;
  font-size: 18px;
  padding: 10px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.popDiv .popDivMian {
  padding: 30px;
  background: #f2f3f7;
}
.popDiv .popDivMian ul {
  height: 514px;
  overflow-x: hidden;
  display: block;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
}
.popDiv .popDivMian ul li {
  display: inline-block;
  width: 20%;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  line-height: 1.5;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  text-align: center;
  padding: 5px;
}
.swiperSlide {
  position: relative;
}
.swiperSlide .swiper-slide {
  text-align: center;
}
.swiperSlide .swiper-prev {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: url(../images/sw-l.png) no-repeat center #cccccc;
  background-size: 30%;
  left: 0;
  top: 50%;
  margin-top: -18px;
  position: absolute;
  cursor: pointer;
  z-index: 30;
}
.swiperSlide .swiper-prev:hover {
  background-color: #cb0303;
}
.swiperSlide .swiper-next {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: url(../images/sw-r.png) no-repeat center #cccccc;
  background-size: 30%;
  right: 0;
  top: 50%;
  margin-top: -18px;
  position: absolute;
  cursor: pointer;
  z-index: 30;
}
.swiperSlide .swiper-next:hover {
  background-color: #cb0303;
}
.cpsm .divBox2 {
  margin-bottom: 40px;
}
.cpsm .divBox {
  margin-bottom: 40px;
}
.swiperSlide {
  padding: 0 50px;
}
.swiperSlide .swiper-slide img {
  width: 100%;
}
.swiperSlide .swiper-slide p {
  display: flex;
  justify-content: flex-start;
  text-align: left;
  align-items: flex-start;
  font-size: 14px;
  min-height: 3.6;
  font-weight: bold;
}
.swiperSlide .swiper-slide p span {
  color: #fff;
  background: #cb0303;
  padding: 2px 5px ;
  border-radius: 5px 0 5px 0;
  margin-right: 5px;
}
.divhs {
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1.6;
}
@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;
  }
  .divtit {
    font-size: 20px;
    height: 50px;
  }
  .cpsm .divtit {
    background-image: url('../images/tit03bg.png');
  }
  .cpsm .divBox,
  .cpsm .divBox2,
  .wxts .divBox {
    padding: 20px;
  }
  .cpsm .divBox p {
    margin-bottom: 10px;
  }
  .cpsm .divBox2 .flex .tableDiv {
    margin-bottom: 20px;
    width: 100%;
  }
  .cpsm .divBox2 .flex .tableDiv:last-child {
    margin-bottom: 0;
  }
  .cpsm .divBox2 .flex .tableDiv table {
    width: 100%;
  }
  .cpsm .divBox2 .flex .tableDiv table td,
  .cpsm .divBox2 .flex .tableDiv table th {
    font-size: 12px;
    padding: 2px;
  }
  .wxts .divBox .divh {
    font-size: 16px;
  }
  .gqgz ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  .gqgz ul li .divh {
    font-size: 18px;
    color: #fff;
    height: 50px;
    line-height: 50px;
  }
  .gqgz ul li .divh .divP {
    padding: 20px;
  }
  .popDiv {
    width: 90%;
    left: 5%;
    margin-left: 0;
    padding: 10px;
  }
  .popDiv .close {
    color: #fff;
    right: 20px;
    top: 15px;
  }
  .popDiv .popDivMian {
    padding: 10px;
  }
  .popDiv .popDivMian ul li {
    width: 33.3%;
    font-size: 12px;
    padding: 5px 0;
  }
}
.w750 {
  font-family: '思源黑体 CN';
}
.w750 .divA {
  display: none;
}
.w750 .swiper-wrapper {
  height: auto;
  flex-wrap: wrap;
}
.w750 .swiper-slide {
  width: 48%!important;
  margin: 1%;
}
.w750 .swiper-slide p {
  min-height: 3.6em;
}
.w750 .swiper-slide p.h3x {
  min-height: 5.4em;
}
.w750 .swiperSlide {
  padding: 0;
}
.w750 .swiperSlide img {
  border: 1px solid #eee;
}
.w750 .swiperSlide .swiper-next,
.w750 .swiperSlide .swiper-prev {
  display: none;
}
