body {
  overflow-x: hidden;
  letter-spacing: 0;
}
#wrapper {
  position: relative;
}
.center {
  width: 1200px;
  margin-left: -600px;
  left: 50%;
  position: relative;
}
#wrapper .banner {
  max-width: 1920px;
  margin: 0 auto;
}
#wrapper .banner img {
  width: 100%;
}
#wrapper .banner img.phone {
  display: none;
}
.bg {
  background: #f2f1ec;
}
.bg::after {
  content: ;
}
.divTit {
  text-align: center;
  font-size: 40px;
  margin-bottom: 40px;
  position: relative;
}
.divTit::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #cfb26b;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
}
.divTit span {
  background: #cfb26b;
  padding: 10px  80px;
  border-radius: 40px 40px 0 0 ;
  color: #fff;
  position: relative;
  z-index: 2;
}
.center {
  background: #f7f7f7;
  padding: 50px;
  box-sizing: border-box;
}
.center ul {
  margin-top: 30px;
}
.center ul li {
  background: #ffffff;
  padding: 20px;
  margin-bottom: 30px;
}
.center ul li div.tit {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  font-size: 20px;
  height: 48px;
  margin-bottom: 20px;
  font-weight: bold;
}
.center ul li div.tit span {
  display: flex;
  align-items: center;
  height: 100%;
  background: #cfb26b;
  padding-left: 10px;
}
.center ul li div.tit::after {
  content: "";
  display: block;
  width: 78px;
  height: 48px;
  background: url(/go/image/TCCI/titbg.png) no-repeat;
  background-size: cover;
}
.center ul li .divBox {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 15px;
  
}
.center ul li .divBox span {
  display: block;
  background: #cfb26b;
  font-weight: bold;
  color: #fff;
  padding: 0 10px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  margin-right: 10px;
  margin-top: -5px;
}
.center ul li  p {
  font-size: 18px;
}
.center ul li  p strong {
  font-weight:bold;
}
.topTit {
  font-size: 22px;
  color: #333;
}
.wxts-tit {
  font-size: 28px;
  text-align: center;
  color: #cfb26b;
  margin-bottom: 20px;
  position: relative;
}
.wxts-tit::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #cfb26b;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
}
.wxts-tit span {
  background: #f7f7f7;
  padding: 10px 30px;
  position: relative;
  z-index: 2;
}
.wxts-div > div {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 15px;
  font-size: 18px;
}
.wxts-div p {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  min-width: 0;
}
.wxts-div span {
  display: block;
  background: #cfb26b;
  font-weight: bold;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  margin-right: 10px;
  color: #fff;
  border-radius: 20px;
}
@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;
  }
  #wrapper .banner img.pc {
    display: none;
  }
  #wrapper .banner img.phone {
    display: block;
    width: 100%;
    position: static;
    margin-left: 0;
  }
  .center {
    width: auto;
    position: static;
    margin: 0px;
    left: unset;
    padding: 10px;
  }
  .divTit {
    margin-bottom: 20px;
  }
  .divTit span {
    font-size: 22px;
  }
  .topTit {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.6;
  }
  .center ul li div.tit {
    font-size: 18px;
  }
  .center ul li p {
    font-size: 14px;
    line-height: 1.6;
  }
  .wxts-div > div {
    font-size: 14px;
    line-height: 1.6;
  }
  .center ul li p {
    position: relative;
    padding-left: 40px;
  }
  .center ul li p span {
    position: absolute;
    left: 0;
    margin: 0;
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .w1200 {
    padding: 0 15px;
  }
}
@media screen and (max-width: 480px) {
  .w1200 {
    padding: 0 10px;
  }
}
