body,
html,
h1,
h2,
h3 {
  margin: 0px;
  padding: 0px;
}
._3C_container {
  box-sizing: border-box;
  width: 100%;
  min-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: 'PingFang SC';
}
._3C_container .content-one {
  width: 100%;
  display: flex;
  padding: 80px 0 40px;
  justify-content: center;
  align-items: center;
  background: #1ababd;
}
._3C_container .content-one .content-box {
  width: 1081px;
  height: 363px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
._3C_container .content-one .content-box .left .title {
  color: #fff;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 60px */
  margin-bottom: 19px;
}
._3C_container .content-one .content-box .left .desc {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21.6px */
  margin-bottom: 42px;
}
._3C_container .content-one .content-box .left .btns {
  display: flex;
}
._3C_container .content-one .content-box .left .btns a {
  width: 180px;
  height: 48px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
._3C_container .content-one .content-box .left .btns .btn-try {
  background: #fff;
  color: #1ababd;
  margin-right: 12px;
}
._3C_container .content-one .content-box .left .btns .btn-try:hover {
  background-color: rgba(255, 255, 255, 0.85);
}
._3C_container .content-one .content-box .left .btns .btn-book {
  color: #fff;
  border: 1px solid #fff;
}
._3C_container .content-one .content-box .left .btns .btn-book:hover {
  background-color: #07aeb4;
}
._3C_container .content-one .content-box .right {
  height: 100%;
}
._3C_container .content-one .content-box .right img {
  width: auto;
  height: 100%;
}
._3C_container .brand-container {
  width: 1110px;
  overflow: hidden;
  mask-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0,
    #fff calc(2%),
    #fff calc(98%),
    rgba(255, 255, 255, 0) 100%
  );
}
._3C_container .brand-container .brands {
  display: flex;
  animation: 24s rolling-brands linear infinite normal;
}
._3C_container .brand-container .brands img {
  flex-shrink: 0;
  width: 2570px;
  height: auto;
}
@keyframes rolling-brands {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-2570px, 0, 0);
  }
}
._3C_container .brand-container .brands:hover {
  animation-play-state: paused;
}
._3C_container .content-two {
  padding-top: 100px;
}
._3C_container .content-two .title-two {
  color: #1a2233;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 170%;
  /* 61.2px */
  margin-bottom: 60px;
}
._3C_container .content-two .box {
  display: flex;
}
._3C_container .content-two .box .box-item {
  width: 555px;
  height: 400px;
  box-sizing: border-box;
  padding: 32px 54px 30px 53px;
  flex-shrink: 0;
}
._3C_container .content-two .box .box-item .item-title {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 22px;
}
._3C_container .content-two .box .box-item .item-title .icon {
  width: 38px;
  flex-shrink: 0;
  margin-right: 12px;
}
._3C_container .content-two .box .box-item .item-title .icon img {
  width: 100%;
  height: auto;
}
._3C_container .content-two .box .box-item .item-title .text {
  color: #404040;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 34.679px;
  /* 144.497% */
}
._3C_container .content-two .box .box-item .line {
  width: 100%;
  height: 1px;
  background: #ddd;
  margin-bottom: 22px;
}
._3C_container .content-two .box .box-item.first {
  background: rgba(255, 249, 230, 0.5);
}
._3C_container .content-two .box .box-item.first .item-content-img {
  width: 100%;
}
._3C_container .content-two .box .box-item.first .item-content-img img {
  width: 100%;
  height: auto;
}
._3C_container .content-two .box .box-item.second {
  background: #f3fbfb;
}
._3C_container .content-two .box .box-item.second .item-title {
  margin-bottom: 19px;
}
._3C_container .content-two .box .box-item.second .line {
  margin-bottom: 0;
}
._3C_container .content-two .box .box-item.second .item-content .block {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 19px 0 13px 2px;
}
._3C_container .content-two .box .box-item.second .item-content .block .left {
  width: 36%;
  display: flex;
  align-items: center;
  margin-right: 10px;
}
._3C_container .content-two .box .box-item.second .item-content .block .left .icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  margin-right: 10px;
}
._3C_container .content-two .box .box-item.second .item-content .block .left .icon img {
  width: 100%;
  height: auto;
}
._3C_container .content-two .box .box-item.second .item-content .block .left .title {
  color: #1a2233;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
._3C_container .content-two .box .box-item.second .item-content .block .right {
  width: 64%;
}
._3C_container .content-two .box .box-item.second .item-content .block .right .desc-list .desc {
  display: flex;
  color: #3f4c5a;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  /* 23.8px */
}
._3C_container .content-two .box .box-item.second .item-content .block .right .desc-list .desc svg {
  width: 21px;
  height: 23.8px;
  min-width: 23.8px;
  margin-right: 4px;
  fill: #1ababd;
}
._3C_container .content-two .box .box-item.second .item-content .block .right .desc-list .desc:nth-child(2n) svg {
  fill: #ffbc00;
}
._3C_container .content-two .box .box-item.second .item-content .line-dash {
  width: 100%;
  line-height: 1px;
}
._3C_container .content-two .box .box-item.second .item-content .line-dash svg {
  width: 100%;
}
._3C_container .content-three {
  padding: 100px 0 50px;
}
._3C_container .content-three .title-three {
  color: #1a2233;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 170%;
  /* 61.2px */
  margin-bottom: 10px;
}
._3C_container .content-three .content {
  width: 1110px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
._3C_container .content-three .content .content-item {
  width: 100%;
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
._3C_container .content-three .content .content-item .item-left {
  width: 314px;
}
._3C_container .content-three .content .content-item .item-left .item-title {
  color: #1a2233;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 170%;
  /* 40.8px */
}
._3C_container .content-three .content .content-item .item-left .item-subtitle {
  color: #1a2233;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 24px */
  margin-bottom: 30px;
}
._3C_container .content-three .content .content-item .item-left .desc-list .desc {
  display: flex;
  margin-bottom: 12px;
}
._3C_container .content-three .content .content-item .item-left .desc-list .desc svg {
  width: 6px;
  height: 6px;
  min-width: 6px;
  margin-right: 10px;
  margin-top: 6px;
  fill: #ffbc00;
}
._3C_container .content-three .content .content-item .item-left .desc-list .desc:nth-child(2n) svg {
  fill: #1ababd;
}
._3C_container .content-three .content .content-item .item-left .desc-list .desc .text {
  color: #3f4c5a;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
._3C_container .content-three .content .content-item .item-right {
  width: 740px;
}
._3C_container .content-three .content .content-item .item-right img {
  width: 100%;
  height: auto;
}
._3C_container .content-three .content .content-item:nth-child(2n) {
  flex-direction: row-reverse;
}
._3C_container .content-four {
  width: 100%;
  padding: 100px 0;
  background: #f6f7f8;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
._3C_container .content-four .title-four {
  color: #1a2233;
  text-align: center;
  font-family: MiSans;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 50.4px */
  margin-bottom: 60px;
}
._3C_container .content-four ul.scroll-outer-ul {
  width: 2480px;
  height: 461px;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  list-style-position: inside;
  position: relative;
  cursor: pointer;
}
._3C_container .content-four ul.scroll-outer-ul:after {
  content: ' ';
  display: block;
  height: 1px;
  clear: both;
  visibility: hidden;
}
._3C_container .content-four ul.scroll-outer-ul li {
  width: 930px;
  height: 461px;
  position: absolute;
  transition:
    opacity 0.3s ease-in-out,
    transform 0.3s ease-in-out,
    left 0.3s ease-in-out,
    margin-left 0.3s ease-in-out;
}
._3C_container .content-four ul.scroll-outer-ul li.index_1 {
  left: -6.5%;
  z-index: 50;
  transform: scale(0.8, 0.8);
  opacity: 0.5;
}
._3C_container .content-four ul.scroll-outer-ul li.index_2 {
  z-index: 105;
  left: 30.5%;
  opacity: 1;
}
._3C_container .content-four ul.scroll-outer-ul li.index_3 {
  left: 67.5%;
  z-index: 50;
  transform: scale(0.8, 0.8);
  opacity: 0.5;
}
._3C_container .content-four ul.scroll-outer-ul li .head {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
._3C_container .content-four ul.scroll-outer-ul li .head .head-title {
  color: #1a2233;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 24.519px;
  /* 102.162% */
  margin-right: 32px;
}
._3C_container .content-four ul.scroll-outer-ul li .head .tag {
  height: 29.773px;
  padding: 0px 19.228px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 47.11px;
  border: 1px solid #2ad3d3;
  background: rgba(26, 186, 189, 0.1);
  color: #1ababd;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  /* 23.8px */
  margin-right: 11px;
}
._3C_container .content-four ul.scroll-outer-ul li .head .tag:last-child {
  margin-right: 0;
}
._3C_container .content-four ul.scroll-outer-ul li .banner {
  width: 100%;
  margin-bottom: 20px;
}
._3C_container .content-four ul.scroll-outer-ul li .banner img {
  width: 100%;
  height: auto;
}
._3C_container .content-four ul.scroll-outer-ul li .content {
  display: flex;
  justify-content: space-between;
}
._3C_container .content-four ul.scroll-outer-ul li .content .content-item {
  width: 276px;
}
._3C_container .content-four ul.scroll-outer-ul li .content .content-item .item-title {
  color: #1a2233;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 23.152px;
  /* 128.625% */
}
._3C_container .content-four ul.scroll-outer-ul li .content .content-item .line {
  width: 100%;
  height: 1px;
  background: rgba(26, 34, 51, 0.3);
  margin: 6px 0 10px;
}
._3C_container .content-four ul.scroll-outer-ul li .content .content-item .desc-list .desc {
  display: flex;
}
._3C_container .content-four ul.scroll-outer-ul li .content .content-item .desc-list .desc svg {
  width: 8px;
  height: 8px;
  min-width: 8px;
  margin-right: 8px;
  margin-top: 7px;
  fill: #ffbc00;
}
._3C_container .content-four ul.scroll-outer-ul li .content .content-item .desc-list .desc:nth-child(2n) svg {
  fill: #1ababd;
}
._3C_container .content-four ul.scroll-outer-ul li .content .content-item .desc-list .desc .text {
  color: #1a2233;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  /* 20.4px */
}
._3C_container .content-four ul.scroll-outer-ul li .content .content-item .num-list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._3C_container .content-four ul.scroll-outer-ul li .content .content-item .num-list .num-item .num {
  color: #1ababd;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 45px;
}
._3C_container .content-four ul.scroll-outer-ul li .content .content-item .num-list .num-item .num .num-unit {
  color: #1ababd;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 45.369px;
}
._3C_container .content-four ul.scroll-outer-ul li .content .content-item .num-list .num-item .num-desc {
  color: #1a2233;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
._3C_container .content-four ul.dot-outer-ul {
  margin: 0 auto;
  margin-top: 30px;
}
._3C_container .content-four ul.dot-outer-ul li {
  width: 12px;
  height: 12px;
  float: left;
  border-radius: 50%;
  border: 1px solid #1ababd;
  margin-right: 12px;
  cursor: pointer;
}
._3C_container .content-four ul.dot-outer-ul li.active {
  background-color: #1ababd;
}
._3C_container .content-four ul.dot-outer-ul li:last-child {
  margin-right: 0;
}
._3C_container .content-five {
  padding: 100px 0;
}
._3C_container .content-five .title-five {
  color: #1a2233;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 50.4px */
  margin-bottom: 60px;
}
._3C_container .content-five .content {
  width: 1440px;
  overflow: hidden;
  mask-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0,
    #fff calc(2%),
    #fff calc(98%),
    rgba(255, 255, 255, 0) 100%
  );
}
._3C_container .content-five .content .row {
  display: flex;
  margin-bottom: 12px;
  animation: 25s rolling linear infinite normal;
}
._3C_container .content-five .content .row img {
  flex-shrink: 0;
  width: 1650px;
  height: auto;
  margin-right: 16px;
}
@keyframes rolling {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-1666px, 0, 0);
  }
}
@keyframes rolling-reverse {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(1666px, 0, 0);
  }
}
._3C_container .content-five .content .row.r2 {
  flex-direction: row-reverse;
  animation: 26s rolling-reverse linear infinite normal;
}
._3C_container .content-five .content .row.r3 {
  animation: 27s rolling linear infinite normal;
}
._3C_container .content-five .content .row:hover {
  animation-play-state: paused;
}
