*,
:after,
:before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background-color: #f8f8f8;
}
ul,
ol,
li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}
/* 通用部分 */
.clearfix:after {
  content: '';
  clear: both;
  display: block;
}
.cfx:before,
.cfx:after {
  display: table;
  content: '';
  line-height: 0;
}
.cfx:after {
  clear: both;
}
.hide {
  display: none;
}
.downBtns > a.reservationBtn,
header::before {
  background: #0070f9;
}
.icon {
  display: inline-block;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  background-size: 1000px 1000px;
}
.downBtns > a::before,
header .headWrap nav ul li.current::before {
  content: '';
  display: inline-block;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  background-size: 1000px 1000px;
}
header .headTop ul li a,
header .headTop ul li span {
  cursor: pointer;
  opacity: 0.7;
  display: flex;
  align-items: center;
  color: #fff;
}
header {
  position: relative;
  width: 100%;
  z-index: 1;
}

header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 88px;
  z-index: -1;
}

header .headTop,
header .headWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
}

header .headTop {
  padding-top: 2px;
  height: 46px;
  font-size: 12px;
  color: #fff;
}

header .headTop ul li a:hover::after,
header .headTop ul li span:hover::after,
header .headTop > p {
  opacity: 0.7;
}

header .headTop ul {
  display: flex;
}

header .headTop ul li a,
header .headTop ul li span {
  cursor: pointer;
  opacity: 0.7;
  display: flex;
  align-items: center;
}

header .headTop ul li a::after,
header .headTop ul li span::after {
  content: '|';
  margin: -2px 9px 0;
}

header .headTop ul li a:hover,
header .headTop ul li span:hover {
  opacity: 1;
  color: #fff;
}

header .headTop ul li span::after {
  display: none;
}

header .headWrap {
  height: 98px;
  background: #fff;
  box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.04);
  border-radius: 5px;
  padding: 0 32px;
}

header .headWrap .logo,
header .headWrap .logo img {
  width: 186px;
  height: 50px;
}

header .headWrap nav {
  flex: 1;
  font-size: 16px;
  line-height: 16px;
  color: #333;
  height: inherit;
  padding-left: 50px;
}

header .headWrap nav ul,
header .headWrap nav ul li > a {
  display: flex;
  align-items: center;
  height: inherit;
  justify-content: space-around;
}

header .headWrap nav ul li {
  height: inherit;
}

header .headWrap nav ul li > a {
  width: max-content;
  flex-direction: column;
  justify-content: center;
  padding: 0 40px;
}

header .headWrap nav ul li > a .icon {
  margin-bottom: 15px;
  width: 28px;
  height: 30px;
  background: url(../img/icon_t1_s.png) no-repeat;
  background-size: contain;
  background-position: unset;
}

header .headWrap nav ul li.current {
  color: #0070f9;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

header .headWrap nav ul li.current::before {
  width: 98px;
  height: 60px;
  background: url(../img/icon_tb.png) no-repeat;
  background-size: cover;
  background-position: unset;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -49px;
  z-index: -1;
}

header .headWrap nav ul li.current .icon {
  background: url(../img/icon_t1.png) no-repeat;
  background-size: contain;
  background-position: unset;
}

header .headWrap nav ul li:nth-child(2) > a .icon {
  width: 30px;
  background: url(../img/icon_t2_s.png) no-repeat;
  background-size: contain;
  background-position: unset;
}

header .headWrap nav ul li:nth-child(2).current .icon {
  background: url(../img/icon_t2.png) no-repeat;
  background-size: contain;
  background-position: unset;
}

header .headWrap nav ul li:nth-child(3) > a .icon {
  width: 30px;
  background: url(../img/icon_t3_s.png) no-repeat;
  background-size: contain;
  background-position: unset;
}

header .headWrap nav ul li:nth-child(3).current .icon {
  background: url(../img/icon_t3.png) no-repeat;
  background-size: contain;
  background-position: unset;
}

header .headWrap nav ul li:nth-child(4) > a .icon {
  width: 30px;
  background: url(../img/icon_t4_s.png) no-repeat;
  background-size: contain;
  background-position: unset;
}

header .headWrap nav ul li:nth-child(4).current .icon {
  background: url(../img/icon_t4.png) no-repeat;
  background-size: contain;
  background-position: unset;
}

header .headWrap nav ul li:nth-child(5) > a .icon {
  width: 30px;
  background: url(../img/icon_t5_s.png) no-repeat;
  background-size: contain;
  background-position: unset;
}

header .headWrap nav ul li:nth-child(5).current .icon {
  background: url(../img/icon_t5.png) no-repeat;
  background-size: contain;
  background-position: unset;
}

header .headWrap nav ul li:nth-child(6) > a .icon {
  width: 30px;
  background: url(../img/icon_t6_s.png) no-repeat;
  background-size: contain;
  background-position: unset;
}

header .headWrap nav ul li:nth-child(6).current .icon {
  background: url(../img/icon_t6.png) no-repeat;
  background-size: contain;
  background-position: unset;
}
.bodyWrap {
  min-height: calc(100vh - 342px);
}
footer {
  width: 100%;
  background: #2e2e2e;
  color: #666;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  padding: 30px 0;
}

footer p.infoLink {
  color: #999;
  margin: 0 0 26px;
}

footer p.infoLink a::after {
  content: '|';
  display: inline-block;
  margin: -2px 30px 0;
  color: #999;
}

footer p.infoLink a:last-child::after {
  content: '';
  margin: 0;
}
/* 面包屑 */
.crumb {
  width: 1200px;
  padding-bottom: 12px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
}

.crumb div {
  position: relative;
  margin: 0 auto;
}

.crumb div,
.crumb div a {
  font-size: 12px;
  color: #333;
}

.crumb a,
.crumb span {
  position: relative;
  display: inline-block;
  color: #333;
  vertical-align: top;
}

.crumb span {
  position: relative;
  color: #333;
}

.crumb a:hover {
  color: #0070f9;
}
/* 分页 */
.pagewrap {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #666666;
  overflow: hidden;
  margin: 10px 0;
}
.pagewrap .pageination {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 !important;
}
.pagewrap a,
.pagewrap span {
  display: inline-block;
  height: 38px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #d1d1d6;
  border-radius: 5px !important;
  padding: 0 15px !important;
  margin: 0 2px;
  font-size: 16px;
  color: #626675;
}
.pagewrap .active a::before {
  display: none !important;
}
.pagewrap a.current,
.pagewrap .active a,
.pagewrap a:hover {
  color: #fff;
  border: 1px solid #0070f9 !important;
  background: #0070f9 !important;
}

.pagewrap span {
  padding: 0 15px;
}

.pagewrap li {
  display: inline-block;
  _zoom: 1;
  display: inline;
  border-radius: 0 !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  margin-right: 10px !important;
}

.pagewrap .page {
  margin: 0 auto;
  display: block;
}

.pagewrap li.active a {
  color: #fff;
  border: 1px solid #0070f9;
  background: #0070f9;
}
