[v-cloak] {
  display: none; }

a {
  text-decoration: none;
  color: #373637; }
  a:hover {
    text-decoration: none;
    color: #9D2B28;
    font-family: PingFangSC-Semibold; }

em {
  font-style: normal; }

h1 {
  font-size: 32px;
  text-align: center;
  line-height: 42px; }

button {
  border: 0;
  background-color: #9D2B28;
  color: #FFF;
  line-height: normal; }
  button:hover {
    background-color: #820300;
    cursor: pointer; }
  button.btn-sm {
    padding: 3px 8px;
    font-size: 12px;
    border-radius: 2px; }
  button.btn-bg {
    padding: 16px 32px;
    font-size: 26px;
    border-radius: 6px; }
  button.btn-muted {
    border: 2px solid #9D2B28;
    border-radius: 2px;
    padding: 9px 27px;
    color: #9D2B28;
    background-color: transparent;
    font-size: 16px; }
    button.btn-muted:hover {
      background-color: #820300;
      cursor: pointer;
      color: #FFF; }

.cursor {
  cursor: pointer; }

.swiper-btn-left {
  position: absolute;
  top: 50%;
  margin-top: -32px;
  left: 32px;
  background-image: url(images/swiperbtn.png);
  width: 64px;
  height: 64px;
  z-index: 999;
  cursor: pointer; }

.swiper-btn-right {
  position: absolute;
  top: 50%;
  margin-top: -32px;
  right: 32px;
  background-image: url(images/swiperbtn.png);
  width: 64px;
  height: 64px;
  transform: rotate(180deg);
  z-index: 999;
  cursor: pointer; }

.swiper-btn-disa {
  opacity: .2; }

html, body {
  width: 100%;
  min-width: 1200px;
  margin: 0;
  padding: 0;
  color: #373637;
  font-family: PingFangSC-Regular; }

div {
  box-sizing: border-box; }

.con-outer {
  width: 100%;
  margin: auto;
  background-color: #FCFCFC; }

.container {
  width: 1200px;
  max-width: 1200px;
  margin: auto;
  position: relative;
  padding: 0; }

.strong {
  font-family: PingFangSC-Semibold; }

.flex-x {
  display: flex;
  flex-direction: row; }

.f-g-0 {
  flex-grow: 0; }

.f-g-1 {
  flex-grow: 1; }

header {
  height: 75px;
  align-items: center; }
  header .logo-name {
    align-items: flex-end;
    flex-shrink: 0; }
  header .logo {
    width: 88.1px;
    height: 30px;
    background-color: #FFF; }
  header .sbuname {
    margin-left: 10px;
    font-size: 14px;
    letter-spacing: 1px; }
  header nav {
    flex-shrink: 0;
    margin: auto 30px;
    font-size: 0;
    text-align: right; }
    header nav a {
      font-size: 16px;
      margin: auto 30px;
      padding: 4px 0;
      border-bottom: 2px solid transparent; }
      header nav a:hover {
        border-bottom-color: #9D2B28; }
  header .lang-box {
    flex-shrink: 0;
    font-size: 14px;
    align-items: flex-end; }
    header .lang-box .btn-trigger {
      position: relative;
      margin-left: 8px; }
      header .lang-box .btn-trigger:after {
        content: '';
        display: inline-block;
        width: 0;
        height: 0;
        border-width: 4px 4px 0;
        border-style: solid;
        border-color: #FFF transparent transparent;
        margin: auto auto 4px 4px; }
    header .lang-box .lang-list {
      position: absolute;
      z-index: 999;
      top: 60px;
      right: 16px;
      background-color: #fff;
      padding: 0; }
      header .lang-box .lang-list li {
        list-style: none;
        padding: 16px 32px;
        margin: 0;
        cursor: pointer; }
        header .lang-box .lang-list li:hover {
          background-color: #9D2B28;
          color: #fff; }

.part1 {
  position: relative;
  height: 600px;
  background-image: linear-gradient(109deg, #046CAB 0%, #00A0BA 100%); }
  .part1 .container {
    height: 100%; }
  .part1:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(images/bannerbg.png);
    background-repeat: no-repeat;
    background-position: center bottom; }
  .part1 .block1, .part1 .block2 {
    position: absolute;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px; }
    .part1 .block1 div, .part1 .block2 div {
      border-radius: 6px;
      background-color: rgba(255, 255, 255, 0.3);
      color: rgba(255, 255, 255, 0.8); }
  .part1 .block1 {
    top: 95px;
    left: 99px;
    width: 220px;
    height: 90px;
    padding: 8px 10px; }
    .part1 .block1 div {
      padding: 13px 10px;
      font-size: 16px;
      text-align: center;
      line-height: 24px; }
  .part1 .block2 {
    top: 110px;
    left: 430px;
    width: 218px;
    height: 90px;
    padding: 8px; }
    .part1 .block2 div {
      padding: 12px 20px;
      font-size: 16px;
      text-align: center; }
      .part1 .block2 div span {
        display: inline-block; }
        .part1 .block2 div span:first-child {
          letter-spacing: 2.2px; }
  .part1[data-lang] .block1 div, .part1[data-lang] .block2 div {
    line-height: 14px;
    font-size: 14px; }
  .part1[data-lang="en_US"] .block2 div {
    line-height: 24px;
    font-size: 16px; }
  .part1 .block3 {
    position: absolute;
    border: 2px solid rgba(255, 255, 255, 0.6);
    border-radius: 8px;
    top: 231px;
    left: 259px;
    width: 190px;
    height: 100px;
    padding: 9px 10px; }
    .part1 .block3 div {
      border-radius: 6px;
      background-color: rgba(255, 255, 255, 0.3);
      color: #FFF;
      padding: 9.2px 30px;
      font-size: 20px;
      text-align: center;
      line-height: 32px; }
      .part1 .block3 div span {
        display: block; }
        .part1 .block3 div span:first-child {
          letter-spacing: 6px; }
  .part1[data-lang="ko_KR"] .block3 div, .part1[data-lang="ja_JP"] .block3 div {
    line-height: 30px;
    font-size: 18px;
    padding: 9px; }
  .part1 .block4 {
    position: absolute;
    border: 2px solid rgba(255, 255, 255, 0.6);
    border-radius: 12px;
    top: 281px;
    left: 112px;
    width: 184.9px;
    height: 100px;
    padding: 9px 10px; }
    .part1 .block4 div {
      border-radius: 6px;
      background-color: rgba(255, 255, 255, 0.3);
      color: #FFF;
      padding: 7.9px 37px;
      font-size: 20px;
      text-align: center;
      line-height: 32px; }
      .part1 .block4 div span {
        display: block;
        letter-spacing: 8px; }
  .part1[data-lang="ja_JP"] .block4 div {
    line-height: 20px;
    font-size: 18px;
    padding: 9px; }
  .part1[data-lang="en_US"] .block3 div, .part1[data-lang="en_US"] .block4 div {
    line-height: 20px;
    font-size: 18px;
    padding: 9px; }
  .part1 .block5 {
    position: absolute;
    border: 3px solid rgba(255, 255, 255, 0.6);
    border-radius: 12px;
    top: 384px;
    left: 295px;
    width: 270px;
    height: 146px;
    padding: 13px 12px; }
    .part1 .block5 div {
      border-radius: 6px;
      background-color: rgba(255, 255, 255, 0.28);
      color: #FFF8C5;
      padding: 18px 37px;
      font-size: 22px;
      text-align: center;
      line-height: 28px; }
      .part1 .block5 div span {
        display: block; }
        .part1 .block5 div span:last-child {
          font-size: 16px; }
  .part1[data-lang="ja_JP"] .block5 div {
    font-size: 20px;
    line-height: 20px;
    padding: 18px; }
  .part1[data-lang="ko_KR"] .block5 div {
    font-size: 22px;
    line-height: 26px;
    padding: 18px; }
  .part1[data-lang="en_US"] .block5 div {
    font-size: 18px;
    line-height: 20px;
    padding: 18px; }
  .part1 .right-box {
    position: absolute;
    top: 150px;
    right: 100px;
    width: 300px; }
    .part1 .right-box p {
      color: #FFF;
      text-align: center; }
      .part1 .right-box p:first-child {
        font-size: 50px;
        margin-bottom: 20px;
        font-family: Arial-BoldMT, PingFangSC-Semibold; }
      .part1 .right-box p:nth-child(2) {
        font-size: 42px;
        letter-spacing: 32px;
        margin-top: 0;
        margin-bottom: 40px;
        white-space: nowrap; }
  .part1[data-lang="en_US"] .right-box p:first-child {
    font-size: 36px; }
  .part1[data-lang="en_US"] .right-box p:nth-child(2) {
    font-size: 26px;
    letter-spacing: 4px; }
  .part1[data-lang="en_US"] .right-box button {
    font-size: 20px; }
  .part1[data-lang="ko_KR"] .right-box p:first-child {
    letter-spacing: 6px; }
  .part1[data-lang="ko_KR"] .right-box p:nth-child(2) {
    letter-spacing: 18px; }
  .part1[data-lang="ja_JP"] .right-box p:first-child {
    letter-spacing: normal;
    font-size: 42px; }
  .part1[data-lang="ja_JP"] .right-box p:nth-child(2) {
    font-size: 30px;
    letter-spacing: 18px; }
  .part1 .hand {
    position: absolute;
    left: 496px;
    bottom: 0;
    width: 161px;
    height: 130px;
    background-image: url(images/ic_shou.png); }

.part2 {
  padding: 120px 0;
  background-color: #FCFCFC; }
  .part2 h1 {
    margin-bottom: 60px; }
    .part2 h1 .dot {
      width: 10px;
      height: 10px;
      display: inline-block;
      margin: auto 10px;
      vertical-align: middle;
      border-radius: 100%;
      background-color: #9D2B28; }
  .part2 video {
    width: 100%; }

.part3 {
  background-image: linear-gradient(130deg, #353535 0%, #222222 87%); }
  .part3 .container {
    display: flex;
    flex-direction: row;
    padding: 150px 105px;
    background: url(images/part3.png?v=1); }
  .part3 .system {
    display: flex;
    background-color: transparent;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #999;
    width: 270px;
    height: 360px;
    color: #FFF;
    cursor: pointer;
    transition: all .3s; }
    .part3 .system:hover {
      background-color: rgba(255, 255, 255, 0.12); }
    .part3 .system:nth-child(2) {
      margin: auto 90px; }
    .part3 .system img {
      width: 130px;
      height: 140px;
      margin-bottom: 39px; }
    .part3 .system div:first-child {
      font-size: 24px;
      margin-bottom: 2px; }
    .part3 .system div:last-child {
      font-size: 16px; }

.part4 {
  padding: 130px 0;
  background-color: #FCFCFC; }
  .part4 h1 {
    margin-top: 0;
    line-height: 44px;
    margin-bottom: 54px; }
  .part4 h1 button {
    margin-left: 28px;
    vertical-align: middle; }
  .part4 .hotel {
    position: relative;
    height: 300px;
    background-image: url(https://pek3a.qingstor.com/sysbucket/20190227004692116);
    background-position: center;
    background-clip: border-box;
    background-size: cover; }
    .part4 .hotel .hotel-name-box {
      box-sizing: border-box;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 16px;
      background-image: linear-gradient(180deg, transparent 0%, #000 100%);
      max-height: 98px;
      color: #fff;
      overflow: hidden; }
      .part4 .hotel .hotel-name-box div:first-child {
        font-size: 16px;
        line-height: 26px;
        height: 26px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-family: MicrosoftYaHei; }
      .part4 .hotel .hotel-name-box div:last-child {
        font-size: 14px;
        line-height: 20px;
        max-height: 40px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        font-family: ArialMT; }

.part5 {
  background-color: #9D2B28; }
  .part5 .container {
    background: url(images/part5bg.png) no-repeat right bottom;
    padding: 130px 10px;
    color: #fff; }
  .part5 h2 {
    font-size: 30px;
    margin: auto auto 15px auto; }
  .part5 .white-block {
    width: 50px;
    height: 10px;
    background-color: #fff;
    margin-bottom: 44px; }
  .part5 .text {
    width: 600px; }
    .part5 .text p {
      font-size: 14px;
      line-height: 24px;
      margin: auto; }
      .part5 .text p em {
        font-size: 20px;
        font-weight: bold;
        margin-right: 4px; }
      .part5 .text p:first-child {
        margin-bottom: 40px; }

.part6 {
  background-color: #FCFCFC;
  padding: 130px 0;
  display: flex;
  flex-direction: column; }
  .part6 h1 {
    margin: auto auto 60px auto; }
  .part6 .class {
    display: flex;
    flex-direction: row; }
    .part6 .class .title {
      flex-grow: 0;
      flex-shrink: 0;
      flex-basis: 150px;
      width: 150px;
      height: 90px;
      line-height: 90px;
      text-align: center;
      color: #FFF;
      background-color: #373637;
      font-size: 26px; }
    .part6 .class:last-child .title[data-lang="zh_CN"] {
      font-size: 20px; }
    .part6 .class .sup-list {
      flex-grow: 1;
      margin-left: 22px;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap; }
      .part6 .class .sup-list .sup {
        flex-grow: 0;
        margin-left: 25px;
        border: 1px solid #E6E6E6;
        background-color: #fff;
        width: 176px;
        height: 90px;
        margin-bottom: 40px;
        background-position: center;
        background-repeat: no-repeat; }
    .part6 .class.pur .sup:first-child {
      background-image: url(images/ctriplogo.png);
      background-size: 90%; }
    .part6 .class.pur .sup:nth-child(2) {
      background-image: url(images/50081555943032_.pic.png);
      background-size: 90%; }
    .part6 .class.pur .sup:nth-child(3) {
      background-image: url(images/qunerlogo.png);
      background-size: 90%; }
    .part6 .class.pur .sup:nth-child(4) {
      background-image: url(images/Bitmap.png);
      background-size: 90%; }
    .part6 .class.pur .sup:nth-child(5) {
      background-image: url(images/meituanlogo.png);
      background-size: 90%; }
    .part6 .class.dts .sup:first-child {
      background-image: url(images/HanatourJapan.png);
      background-size: 90%; }
    .part6 .class.dts .sup:nth-child(2) {
      background-image: url(images/Interpark.png);
      background-size: 90%; }
    .part6 .class.dts .sup:nth-child(3) {
      background-image: url(images/Kangtai.png);
      background-size: 90%; }
    .part6 .class.cms .sup:first-child {
      background-image: url(images/TL.png);
      background-size: 90%; }
    .part6 .class.cms .sup:nth-child(2) {
      background-image: url(images/TEMAIRAZU.png);
      background-size: 90%; }
    .part6 .class.cms .sup:nth-child(3) {
      background-image: url(images/ONDA.png);
      background-size: 90%; }

footer {
  background-color: #373637;
  color: #fff; }
  footer .container {
    padding: 80px 0;
    display: flex;
    flex-direction: row; }
  footer .left {
    flex-grow: 0;
    width: 50%;
    border-right: 1px solid #666;
    font-size: 12px; }
    footer .left .title {
      line-height: 22px; }
    footer .left .items {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap; }
      footer .left .items div {
        padding: 0 15px;
        flex-grow: 0;
        flex-shrink: 0;
        border-left: 1px solid #999; }
        footer .left .items div:nth-child(1) {
          padding-left: 0;
          border: 0; }
    footer .left .group {
      margin-bottom: 22px; }
      footer .left .group.lh22 div {
        line-height: 22px; }
    footer .left .dcode-box {
      display: flex;
      flex-direction: row;
      align-items: flex-end; }
      footer .left .dcode-box img {
        flex-grow: 0;
        width: 88px;
        height: 88px;
        margin-right: 12px; }
  footer .right {
    font-size: 12px;
    flex-grow: 1;
    padding-left: 100px; }
    footer .right div {
      line-height: 20px; }

/*# sourceMappingURL=style.css.map */
