body {
  overflow-x: hidden;
  letter-spacing: 0;
}
#wrapper {
  background: #f5f5f5;
  position: relative;
  padding-bottom: 40px;
  background: #f9e6c8;
}
.center {
  width: 1200px;
  margin-left: -600px;
  left: 50%;
  position: relative;
}
#wrapper .banner {
  width: 1920px;
  margin-left: -960px;
  left: 50%;
  position: relative;
  margin-bottom: 50px;
}
#wrapper .banner img.phone {
  display: none;
}
.ps {
  font-size: 12px!important;
  padding: 10px 0;
  text-align: left!important;
}
.mode {
  width: 1200px;
  margin-left: -600px;
  left: 50%;
  box-sizing: border-box;
  background: #fff;
  border-radius: 20px;
  padding: 80px 60px 60px 60px;
  margin-bottom: 40px;
  position: relative;
  border: 5px solid #fffaf3;
}
.mode h2 {
  width: 100%;
  position: absolute;
  top: -15px;
  left: 50%;
  background: url(../images/titbg.png) no-repeat center;
  width: 320px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  margin-left: -160px;
  font-size: 28px;
  color: #197f7d;
  font-weight: bold;
}
.mode p {
  font-size: 16px ;
  line-height: 1.6;
  color: #333;
  border-radius: 4px;
  opacity: 0.8;
}
.mode::after {
  content: "";
  display: block;
  width: 560px;
  background: #f4dba4;
  height: 8px;
  position: absolute;
  bottom: 5px;
  left: 50%;
  margin-left: -280px;
}
.mode1 .tit_p1 {
  background: #f7f7f7;
  padding: 20px 40px;
  margin-bottom: 30px;
  border-radius: 20px;
}
.mode1 .tit_p1 p {
  font-size: 16px;
  line-height: 1.6;
  color: #666666;
  border-radius: 4px;
}
.mode1 .tit_p2 {
  background: #f7f7f7;
  padding: 20px 40px;
  margin-bottom: 30px;
  border-radius: 20px;
}
.mode1 .tit_p2 p {
  text-align: center;
  font-size: 24px;
  color: #666666;
  font-weight: bold;
}
.mode1 .tit_p2 p span {
  color: #e70e1b;
}
.mode1 ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
.mode1 ul li {
  margin-bottom: 20px;
}
.mode1 ul li:nth-child(1),
.mode1 ul li:nth-child(2),
.mode1 ul li:nth-child(3),
.mode1 ul li:nth-child(4) {
  width: 22%;
  background: #f7f7f7;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 15px;
  overflow: hidden;
}
.mode1 ul li:nth-child(1) .divl,
.mode1 ul li:nth-child(2) .divl,
.mode1 ul li:nth-child(3) .divl,
.mode1 ul li:nth-child(4) .divl {
  width: 50%;
}
.mode1 ul li:nth-child(1) .divr,
.mode1 ul li:nth-child(2) .divr,
.mode1 ul li:nth-child(3) .divr,
.mode1 ul li:nth-child(4) .divr {
  width: 50%;
}
.mode1 ul li:nth-child(1) .divr img,
.mode1 ul li:nth-child(2) .divr img,
.mode1 ul li:nth-child(3) .divr img,
.mode1 ul li:nth-child(4) .divr img {
  width: 100%;
}
.mode1 ul li:nth-child(1) img,
.mode1 ul li:nth-child(2) img,
.mode1 ul li:nth-child(3) img,
.mode1 ul li:nth-child(4) img {
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.36);
  border-radius: 10px;
  overflow: hidden;
}
.mode1 ul li:nth-child(1) h3,
.mode1 ul li:nth-child(2) h3,
.mode1 ul li:nth-child(3) h3,
.mode1 ul li:nth-child(4) h3 {
  font-size: 20px;
  color: #e60012;
  position: relative;
  text-align: center;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 12px;
  z-index: 0;
}
.mode1 ul li:nth-child(1) p,
.mode1 ul li:nth-child(2) p,
.mode1 ul li:nth-child(3) p,
.mode1 ul li:nth-child(4) p {
  font-size: 14px;
  color: #333;
}
.mode1 ul li:nth-child(1) {
  width: 30%;
}
.mode1 ul li:nth-child(2) .divr,
.mode1 ul li:nth-child(3) .divr,
.mode1 ul li:nth-child(4) .divr {
  width: 60%;
}
.mode1 ul li:nth-child(5) {
  width: 48%;
}
.mode1 ul li:nth-child(5) a {
  display: inline-block;
  width: 100%;
  font-size: 24px;
  color: #e60012;
  text-align: left;
  text-indent: 1em;
  box-sizing: border-box;
  height: 80px;
  line-height: 80px;
  background-color: #f7f7f7;
  border-radius: 15px;
  background-image: url(../images/icon1.png);
  background-size: 35px 35px;
  background-repeat: no-repeat;
  background-position: 90% center;
  margin-top: 20px;
  font-weight: bold;
  text-decoration: underline;
}
.mode1 ul li:nth-child(5) a:first-child {
  margin-top: 0;
}
.mode1 ul li:nth-child(5) a span {
  font-weight: bold;
  padding-bottom: 5px;
  width: 100%;
}
.mode1 ul li:nth-child(6),
.mode1 ul li:nth-child(7) {
  background: #e60012;
  border-radius: 15px;
  overflow: hidden;
  text-align: center;
  width: 24%;
  padding: 20px;
  box-sizing: border-box;
}
.mode1 ul li:nth-child(6) h3,
.mode1 ul li:nth-child(7) h3 {
  font-size: 24px;
  color: #fff;
  position: relative;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 12px;
  z-index: 0;
  text-align: center;
}
.mode1 ul li:nth-child(6) h3::after,
.mode1 ul li:nth-child(7) h3::after {
  content: "";
  display: block;
  background: #b10000;
  height: 10px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.mode1 ul li:nth-child(6) div,
.mode1 ul li:nth-child(7) div {
  background: #ffffff;
  border-radius: 15px;
  padding: 10px;
  font-weight: bold;
  height: 80px;
  box-shadow: 0px 0px 12px #96775c;
}
.mode1 ul li:nth-child(6) div span,
.mode1 ul li:nth-child(7) div span {
  font-size: 16px;
  color: #e20e1a;
  border-bottom: 1px solid #d7bfb2;
  padding-bottom: 5px;
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
}
.mode1 ul li:nth-child(6) div p,
.mode1 ul li:nth-child(7) div p {
  font-size: 16px;
  line-height: 1.5;
  color: #7c2c00;
  font-weight: bold;
}
.mode1 ul.ul1 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
.mode1 ul.ul1 li {
  width: 24%;
  position: relative;
  background: #fed578;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 15px;
  text-align: center;
  z-index: 1;
  margin-bottom: 20px;
}
.mode1 ul.ul1 li h4 {
  font-size: 24px;
  color: #e70e1b;
  position: relative;
  text-align: center;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 12px;
}
.mode1 ul.ul1 li h4::after {
  content: "";
  display: block;
  background: #fff;
  height: 10px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.mode1 ul.ul1 li div {
  background: #ffffff;
  border-radius: 15px;
  padding: 10px;
  font-weight: bold;
  height: 80px;
  box-shadow: 0px 0px 12px #96775c;
}
.mode1 ul.ul1 li div span {
  font-size: 16px;
  color: #e20e1a;
  border-bottom: 1px solid #d7bfb2;
  padding-bottom: 5px;
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
}
.mode1 ul.ul1 li div p {
  font-size: 14px;
  line-height: 1.5;
  color: #7c2c00;
  font-weight: bold;
}
.mode1 ul.ul1 .lisp1 {
  padding-bottom: 20px;
  width: 49%;
}
.mode1 ul.ul1 .lisp1 ol {
  background: #fff;
  overflow: hidden;
  box-shadow: 0px 0px 12px #96775c;
  border-radius: 15px;
  display: table;
  width: 100%;
  height: 140px;
}
.mode1 ul.ul1 .lisp1 ol li {
  background: none;
  display: table-cell;
  width: auto;
  border: none;
  margin-bottom: 0;
  vertical-align: middle;
  padding: 0;
  width: 45%;
}
.mode1 ul.ul1 .lisp1 ol li:first-child {
  padding: 20px;
  width: 55%;
}
.mode1 ul.ul1 .lisp1 ol li div {
  border: none;
  box-shadow: none;
  height: auto;
  padding: 0;
}
.mode1 ul.ul1 .lilast a {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  color: #e81726;
  text-align: left;
  text-indent: 1em;
  box-sizing: border-box;
  height: 60px;
  line-height: 60px;
  background-color: #fec659;
  border-radius: 15px;
  background-image: url(../images/icon1.png);
  background-size: 10%;
  background-repeat: no-repeat;
  background-position: 90% center;
  margin-top: 20px;
  font-weight: bold;
}
.mode1 ul.ul1 .lilast a:first-child {
  margin-top: 0;
}
.mode1 ul.ul1 .lilast a span {
  font-weight: bold;
  padding-bottom: 5px;
  width: 100%;
}
.mode1 ul.ul2 {
  display: flex;
  justify-content: space-between;
}
.mode1 ul.ul2 li {
  width: 49%;
  border-radius: 15px;
}
.mode1 ul.ul2 .lir a {
  display: inline-block;
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  color: #e81726;
  padding: 0 40px;
  box-sizing: border-box;
  height: 88px;
  line-height: 88px;
  background-color: #fec659;
  border-radius: 15px;
  background-image: url(../images/icon1.png);
  background-repeat: no-repeat;
  background-position: 90% center;
  margin-bottom: 20px;
}
.mode1 ul.ul2 .lir a span {
  border-bottom: 2px solid #e81726;
  padding-bottom: 5px;
  width: 100%;
}
.mode2 .tab-box .tab-list li {
  float: left;
  width: 23%;
  margin: 1%;
  text-align: center;
  font-size: 20px;
  color: #e70e1b;
  cursor: pointer;
  background: #f7f7f7;
  border-radius: 15px;
  height: 60px;
  line-height: 60px;
  font-weight: bold;
}
.mode2 .tab-box .tab-list li.on {
  color: #fff;
  background: #e70e1b;
}
.mode2 .table_div {
  display: none;
  margin-top: 20px;
}
.mode2 .table_div.on {
  display: block;
}
.mode2 .table_div .table-tit th {
  background: #e60718;
  font-size: 16px;
  color: #fff;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 33.3%;
}
.mode2 .table_div .div_hidden {
  height: 400px;
  overflow-x: hidden;
}
.mode2 .table_div .div_hidden .table-div tr {
  background: #fff;
}
.mode2 .table_div .div_hidden .table-div tr:nth-child(2n-1) td {
  background: #fce9c1;
  color: #7c2c00;
}
.mode2 .table_div .div_hidden .table-div td {
  font-size: 16px;
  color: #7c2c00;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 33.3%;
}
.mode2 .p_r {
  color: #e60718;
  text-align: center;
  padding: 20px 0;
}
.mode2 .ps {
  color: #333;
  text-align: center;
  padding: 20px 0;
}
.mode2 .table2 {
  border-collapse: collapse;
  background: #fff;
}
.mode2 .table2 th {
  font-size: 16px;
  color: #7c2c00;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #d8c9c0;
}
.mode2 .table2 td {
  font-size: 16px;
  color: #7c2c00;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #d8c9c0;
}
.mode2 .table2 td:nth-child(2) {
  color: #e60a19;
}
.mode3 {
  background: url(../images/bg_icon1.png) no-repeat right bottom #fff;
}
.mode3 h3 {
  font-size: 20px;
  color: #fff;
  background: #e60012;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  padding: 0 20px 0 15px;
  border-radius: 0 50px 50px 0;
}
.mode3 p {
  font-size: 14px;
  padding: 10px 0;
  color: #333;
  line-height: 1.6;
}
.modeaq ul li {
  border-bottom: 1px solid #fff;
  margin-bottom: 15px;
}
.modeaq ul li h4 {
  font-size: 16px;
  color: #333;
  line-height: 24px;
  font-weight: bold;
}
.modeaq ul li h4 b {
  display: block;
  float: left;
  width: 24px;
  height: 25px;
  border-radius: 50px;
  background: #197f7d;
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-right: 10px;
}
.modeaq ul li h4 span {
  float: right;
  display: none;
  font-size: 14px;
  cursor: pointer;
  background: url(../images/down.png) no-repeat center right;
  padding-right: 20px;
}
.modeaq ul li h4 span.up {
  background: url(../images/up.png) no-repeat center right;
}
.modeaq ul li p {
  background: #fff;
  padding: 15px 35px;
  padding-top: 5px;
  font-size: 14px;
  line-height: 2;
}
.moderule .ps {
  font-size: 14px;
  color: #666;
  padding-bottom: 30px;
}
.moderule h4 {
  font-size: 16px;
  color: #8c4a27;
  line-height: 24px;
  margin-bottom: 15px;
  font-weight: bold;
}
.moderule h4 b {
  display: block;
  float: left;
  width: 24px;
  height: 25px;
  border-radius: 50px;
  background: #82370f;
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-right: 10px;
}
.moderule ul {
  overflow: hidden;
  margin-bottom: 50px;
}
.moderule ul li {
  width: 25%;
  float: left;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.moderule ul li .tit h5 {
  font-size: 14px;
  font-weight: bold;
  color: #7c2c00;
  margin-bottom: 10px;
}
.moderule ul li .tit h5 span {
  color: #333;
  padding-left: 10px;
}
.moderule ul li .tit p {
  font-size: 14px;
  line-height: 1.6;
  height: 60px;
}
.moderule ul li img {
  display: block;
}
@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;
  }
  .wrapper {
    overflow: hidden;
  }
}
@media (max-width: 1024px) {
  body {
    min-width: auto;
  }
  body,
  html {
    overflow-x: hidden;
  }
  .header,
  .nav,
  .footer {
    display: none;
  }
  .bookingBox {
    display: none;
  }
  #wrapper .banner {
    width: auto;
    margin: 0px;
    left: unset;
    height: auto;
    background: none;
    margin-bottom: 20px;
  }
  #wrapper .banner img.pc {
    display: none;
  }
  #wrapper .banner img.phone {
    display: block;
    width: 100%;
  }
  .center {
    width: auto;
    position: static;
    margin: 0px;
    left: unset;
  }
  .mode {
    width: auto;
    margin: 0 5px;
    left: 0;
    padding: 10px;
    padding-top: 30px;
    margin-bottom: 20px;
  }
  .moderule ul li {
    width: 100%;
  }
  .moderule ul li img {
    margin: 0 auto;
  }
  .mode1 .tit_p {
    padding: 20px;
    margin-top: 40px;
  }
  .mode1 .tit_p p {
    font-size: 14px;
    line-height: 2;
  }
  .mode h2 img {
    width: 50%;
    max-width: 320px;
  }
  .modeaq ul li h4 {
    position: relative;
  }
  .modeaq ul li h4 span {
    position: absolute;
    right: 0px;
    bottom: 0;
  }
  .mode::after {
    width: 320px;
    margin-left: -160px;
  }
  .mode1 ul.ul1,
  .mode1 ul.ul2 {
    flex-wrap: wrap;
  }
  .mode1 ul.ul1 li {
    width: 48%;
    padding: 10px;
    padding-left: 60px;
    padding-top: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
  }
  .mode1 ul.ul1 li h4 {
    font-size: 18px;
  }
  .mode1 ul.ul1 li p {
    font-size: 12px;
  }
  .mode1 ul.ul1 .lisp1 {
    width: 100%;
    margin-right: 0;
  }
  .mode1 ul.ul1 .lisp1 ol {
    height: auto;
  }
  .mode1 ul.ul1 .lilast {
    position: static;
    padding-top: 20px;
  }
  .mode1 ul.ul2 li {
    width: 100%;
    margin-bottom: 10px;
  }
  .mode1 ul.ul2 li.liL {
    background: #fff;
    text-align: center;
  }
  .mode1 ul.ul2 li.liA {
    height: 80px;
    line-height: 80px;
    width: 100%;
  }
  .mode2 .table2 td {
    padding: 10px;
    line-height: 2;
  }
  .mode2 .table2 tr td:nth-child(1) {
    width: 30%;
  }
  .mode3 {
    padding-bottom: 100px;
  }
  .mode1 ul.ul2 li img {
    width: 100%;
  }
  .mode1 ul.ul2 .lir a {
    font-size: 20px;
    height: 60px;
    line-height: 60px;
  }
  .mode1 ul.ul1 li {
    padding: 10px;
  }
  .mode1 ul.ul1 li div {
    height: 100px;
  }
  .mode1 ul.ul1 li div span {
    font-size: 12px;
  }
  .mode1 ul.ul1 li div p {
    font-size: 14px;
    text-align: left;
  }
  .mode1 ul.ul1 li div p br {
    display: none;
  }
  .mode2 .table_div .table-tit th {
    line-height: 1.4;
    font-size: 14px;
    padding: 10px 0;
  }
  .mode1 ul.ul1 .lisp1 {
    width: 100%;
  }
  .mode1 ul.ul1 .lisp1 img {
    max-width: 100px;
    width: 50%;
  }
  .mode1 ul.ul1 .lisp1 ol {
    display: flex;
    align-items: center;
  }
  .mode1 ul.ul1 .lisp1 ol li {
    padding: 10px;
  }
  .mode1 ul.ul1 .lisp1 ol li:first-child {
    padding: 10px;
  }
  .mode1 ul.ul1 .lilast a {
    font-size: 14px;
    text-indent: 0;
    background: #fec659;
    text-align: center;
  }
  .tab-box {
    margin-top: 40px;
  }
  .mode2 .tab-box .tab-list li {
    font-size: 18px;
  }
  .mode1 ul li {
    width: 100%!important;
  }
  .mode1 ul li:nth-child(4) {
    width: 100%;
  }
  .mode1 ul li:nth-child(4) a {
    font-size: 20px;
  }
  .mode2 .tab-box .tab-list ul {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-around;
  }
  .mode2 .tab-box .tab-list ul::before {
    display: none;
  }
  .mode2 .tab-box .tab-list ul::after {
    display: none;
  }
  .mode2 .tab-box .tab-list ul li {
    width: 31%;
    box-sizing: border-box;
    margin: 0;
    float: none;
    margin-bottom: 5px;
    font-size: 12px;
  }
  .mode2 .table_div .div_hidden .table-div td {
    font-size: 14px!important;
  }
  .mode h2 {
    font-size: 22px;
    background-size: 80%;
  }
  .mode2 .tab-box .tab-list ul li {
    width: 45%;
  }
  .mode1 .tit_p1,
  .mode1 .tit_p2 {
    padding: 20px;
  }
  .mode1 .tit_p2 p {
    font-size: 22px;
  }
  .mode {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .mode1 ul.ul1 li {
    width: 49%;
  }
  .mode1 ul.ul1 .lisp1 ol {
    display: block;
  }
  .mode1 ul.ul1 .lisp1 ol li,
  .mode1 ul.ul1 .lisp1 ol li:first-child {
    display: block;
    width: 100%;
  }
  .mode1 ul.ul1 .lisp1 ol li:first-child,
  .mode1 ul.ul1 .lisp1 ol li:first-child div {
    padding-bottom: 0;
  }
  .mode1 ul.ul1 .lisp1 div p {
    text-align: center;
  }
  .mode1 ul.ul1 .lisp1 ol li img {
    max-width: 100px;
    width: 49%;
  }
  .mode1 .tit_p,
  .tab-box {
    margin-top: 20px;
  }
  .mode2 .tab-box .tab-list li {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
  }
  .mode h2 img {
    width: 240px;
  }
  .mode1 ul li:nth-child(1) h3,
  .mode1 ul li:nth-child(2) h3,
  .mode1 ul li:nth-child(3) h3,
  .mode1 ul li:nth-child(4) h3 {
    font-size: 22px;
  }
  .mode1 ul li:nth-child(1) p,
  .mode1 ul li:nth-child(2) p,
  .mode1 ul li:nth-child(3) p,
  .mode1 ul li:nth-child(4) p {
    font-size: 16px;
  }
  .mode1 ul li:nth-child(5) a {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .mode h2 img {
    width: 200px;
  }
  .mode2 .tab-box .tab-list li {
    font-size: 14px;
  }
  .mode1 .tit_p,
  .tab-box {
    margin-top: 10px;
  }
}
@media screen and (max-width: 339px) {
  .mode1 ul.ul1 li div {
    height: 125px;
  }
  .mode1 ul.ul1 .lilast {
    padding-top: 32px;
  }
  .mode1 ul.ul1 .lilast a {
    font-size: 12px;
  }
}
