body,
html,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  padding: 0px;
}
body {
  overflow-x: hidden;
}
.call_in_container {
  width: 100%;
  min-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: 'PingFang SC';
}
.call_in_container .content-one {
  width: 100%;
  display: flex;
  padding: 46px 0px;
  justify-content: center;
  align-items: center;
  background: #1ababd;
}
.call_in_container .content-one .content-box {
  width: 1000px;
  height: 392px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.call_in_container .content-one .content-box .left .title {
  color: #fff;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 60px */
  margin-bottom: 12px;
}
.call_in_container .content-one .content-box .left .desc {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21.6px */
  margin-bottom: 24px;
}
.call_in_container .content-one .content-box .left .btns {
  display: flex;
}
.call_in_container .content-one .content-box .left .btns a {
  width: 120px;
  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: 500;
  line-height: normal;
}
.call_in_container .content-one .content-box .left .btns .btn-try {
  background: #fff;
  color: #1ababd;
  margin-right: 12px;
}
.call_in_container .content-one .content-box .left .btns .btn-try:hover {
  background-color: rgba(255, 255, 255, 0.85);
}
.call_in_container .content-one .content-box .left .btns .btn-book {
  color: #fff;
  border: 1px solid #fff;
}
.call_in_container .content-one .content-box .left .btns .btn-book:hover {
  background-color: #07aeb4;
}
.call_in_container .content-one .content-box .right {
  height: 100%;
}
.call_in_container .content-one .content-box .right img {
  width: auto;
  height: 100%;
}
.call_in_container .content-two {
  padding: 80px 220px 120px 220px;
}
.call_in_container .content-two .title {
  color: #1a2233;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 43.2px */
  margin-bottom: 60px;
}
.call_in_container .content-two .boxs {
  display: flex;
}
.call_in_container .content-two .boxs .box-left {
  width: 595px;
  border-radius: 12px;
  background: #e0f5f5;
}
.call_in_container .content-two .boxs .box-left .left-item {
  min-height: 165px;
  padding: 0px 40px;
  border-bottom: 1px solid #89e1e3;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.call_in_container .content-two .boxs .box-left .left-item:last-child {
  border-bottom: none;
}
.call_in_container .content-two .boxs .box-left .left-item .item-title {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.call_in_container .content-two .boxs .box-left .left-item .item-title img {
  width: 32px;
  min-width: 32px;
  height: 32px;
  margin-right: 16px;
}
.call_in_container .content-two .boxs .box-left .left-item .item-title .text {
  color: #1ababd;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 28.8px */
}
.call_in_container .content-two .boxs .box-left .left-item .item-desc {
  display: flex;
  margin-bottom: 5px;
}
.call_in_container .content-two .boxs .box-left .left-item .item-desc:last-child {
  margin-bottom: 0;
}
.call_in_container .content-two .boxs .box-left .left-item .item-desc svg {
  width: 21px;
  min-width: 21px;
  height: 21px;
  margin-right: 4px;
}
.call_in_container .content-two .boxs .box-left .left-item .item-desc .text {
  color: #1a2233;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
}
.call_in_container .content-two .boxs .box-right {
  width: 405px;
  border-radius: 0 12px 12px 0;
  background: #fafafa;
  margin: 10px 0;
}
.call_in_container .content-two .boxs .box-right .right-item {
  min-height: 155px;
  padding: 0px 36px;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.call_in_container .content-two .boxs .box-right .right-item:last-child {
  border-bottom: none;
}
.call_in_container .content-two .boxs .box-right .right-item .item-title {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.call_in_container .content-two .boxs .box-right .right-item .item-title img {
  width: 24px;
  min-width: 24px;
  height: 24px;
  margin-right: 16px;
}
.call_in_container .content-two .boxs .box-right .right-item .item-title .text {
  color: #1a2233;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 28.8px */
}
.call_in_container .content-two .boxs .box-right .right-item .item-desc {
  display: flex;
  margin-bottom: 5px;
}
.call_in_container .content-two .boxs .box-right .right-item .item-desc:last-child {
  margin-bottom: 0;
}
.call_in_container .content-two .boxs .box-right .right-item .item-desc svg {
  width: 21px;
  min-width: 21px;
  height: 21px;
  margin-right: 4px;
}
.call_in_container .content-two .boxs .box-right .right-item .item-desc .text {
  color: rgba(26, 34, 51, 0.6);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
}
.call_in_container .content-three {
  width: 100%;
  padding: 80px 0 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1a2233;
}
.call_in_container .content-three .content-box-carousel {
  width: 1000px;
  overflow: hidden;
}
.call_in_container .content-three .content-box-carousel .title {
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 43.2px */
  margin-bottom: 60px;
}
.call_in_container .content-three .content-box-carousel .carousel-content {
  display: flex;
  margin-bottom: 60px;
  transition: transform 0.5s ease-in-out;
}
.call_in_container .content-three .content-box-carousel .carousel-content .carousel-content-item {
  width: 1000px;
  min-width: 1000px;
  height: 400px;
  display: flex;
  justify-content: space-between;
}
.call_in_container .content-three .content-box-carousel .carousel-content .carousel-content-item:last-child {
  margin-right: 0;
}
.call_in_container .content-three .content-box-carousel .carousel-content .carousel-content-item img {
  height: 100%;
  width: auto;
}
.call_in_container .content-three .content-box-carousel .carousel-content .carousel-content-item .desc-box {
  max-width: 330px;
}
.call_in_container .content-three .content-box-carousel .carousel-content .carousel-content-item .desc-box .desc-head {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.call_in_container
  .content-three
  .content-box-carousel
  .carousel-content
  .carousel-content-item
  .desc-box
  .desc-head
  .head-title {
  color: #1ababd;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 28.8px */
}
.call_in_container
  .content-three
  .content-box-carousel
  .carousel-content
  .carousel-content-item
  .desc-box
  .desc-head
  .tag {
  border-radius: 3px;
  border: 0.75px solid #1ababd;
  background: rgba(26, 186, 189, 0.1);
  height: 22px;
  padding: 0 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1ababd;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 18px */
  margin-right: 7px;
}
.call_in_container
  .content-three
  .content-box-carousel
  .carousel-content
  .carousel-content-item
  .desc-box
  .desc-head
  .tag:last-child {
  margin-right: 0;
}
.call_in_container .content-three .content-box-carousel .carousel-content .carousel-content-item .desc-box .desc {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 22.4px */
  margin-bottom: 32px;
}
.call_in_container .content-three .content-box-carousel .carousel-content .carousel-content-item .desc-box img {
  width: 100%;
  height: auto;
}
.call_in_container .content-three .content-box-carousel .carousel-slider {
  display: flex;
  justify-content: space-between;
}
.call_in_container .content-three .content-box-carousel .carousel-slider .indicator {
  width: 330px;
  height: 6px;
  border-radius: 33px;
  background: #fff;
  transition: background-color 0.5s ease;
}
.call_in_container .content-three .content-box-carousel .carousel-slider .indicator.active {
  background: #1ababd;
}
.call_in_container .content-four {
  padding: 80px 0;
  margin: 0 auto;
}
.call_in_container .content-four .title {
  color: #1a2233;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 43.2px */
  margin-bottom: 60px;
}
.call_in_container .content-four .content-box .box-item {
  width: 1000px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 120px;
}
.call_in_container .content-four .content-box .box-item:last-child {
  margin-bottom: 0;
}
.call_in_container .content-four .content-box .box-item:nth-child(2n) {
  flex-direction: row-reverse;
}
.call_in_container .content-four .content-box .box-item .item-left img {
  width: 575px;
  min-width: 575px;
  height: 370px;
}
.call_in_container .content-four .content-box .box-item .item-right {
  width: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.call_in_container .content-four .content-box .box-item .item-right .item-title {
  color: #1ababd;
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
  /* 38.4px */
  margin-bottom: 8px;
}
.call_in_container .content-four .content-box .box-item .item-right .item-subtitle {
  color: #1a2233;
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
  /* 36px */
  margin-bottom: 20px;
}
.call_in_container .content-four .content-box .box-item .item-right .item-desc {
  color: rgba(26, 34, 51, 0.6);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 10px;
}
.call_in_container .content-four .content-box .box-item .item-right .item-desc .hightlight {
  color: #1ababd;
  font-weight: 500;
}
.call_in_container .content-four .content-box .box-item .item-right .link {
  margin-top: 40px;
  color: #1ababd;
  font-size: 18px;
  font-weight: 500;
  text-decoration-line: underline;
  line-height: 28px;
  display: inline-block;
  position: relative;
}
.call_in_container .content-four .content-box .box-item .item-right .link::after {
  content: '→';
  position: absolute;
  color: #1ababd;
  right: -25px;
  transition: all 0.3s ease-in-out;
}
.call_in_container .content-four .content-box .box-item .item-right .link:hover {
  color: #0097a0;
}
.call_in_container .content-four .content-box .box-item .item-right .link:hover::after {
  right: -30px;
  color: #0097a0;
}
.call_in_container .content-five {
  padding: 80px 0 120px;
}
.call_in_container .content-five .title {
  color: #1a2233;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 43.2px */
  margin-bottom: 60px;
}
.call_in_container .content-five .content-box {
  width: 1000px;
  display: flex;
  justify-content: space-between;
}
.call_in_container .content-five .content-box .box-item {
  width: 320px;
  min-width: 320px;
}
.call_in_container .content-five .content-box .box-item:hover img {
  scale: 1.08;
}
.call_in_container .content-five .content-box .box-item img {
  width: 100%;
  height: auto;
  margin-bottom: 25px;
  transition: all 0.3s ease-in-out;
}
.call_in_container .content-five .content-box .box-item .item-title {
  color: #1a2233;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  /* 28.8px */
  margin-bottom: 5px;
}
.call_in_container .content-five .content-box .box-item .item-subtitle {
  color: #1a2233;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  /* 21.6px */
  margin-bottom: 10px;
}
.call_in_container .content-five .content-box .box-item .desc {
  color: rgba(26, 34, 51, 0.6);
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  /* 22.4px */
}
