.our-service {
  cursor: default;
}
.our-service-infos {
  position: relative;
}

.our-service-infos-item {
  position: absolute;
  width: 100%;
  max-width: 1437px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-right: 471px;
  padding-left: 20px;
}

.our-service-title {
  font-size: 34px;
  color: #ff7900;
  font-weight: bold;
  display: inline-block;
  border-bottom: 4px solid #ccc;
  padding-bottom: 13px;
  margin-bottom: 20px;
}

.orange-underline {
  display: inline-block;
  font-weight: bold;
  color: #1a3668;
  position: relative;
}

.orange-underline:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #ff7900;
  position: absolute;
  bottom: -17px;
  left: 0px;
}
.grey-underline {
  font: normal normal bold 34px/39px Arial;
  letter-spacing: 1.7px;
  border-bottom: 4px solid #cecece; /* 橘色底線 */
  display: inline-block;
  color: #ff7900;
  padding-bottom: 13px; /* 文字與底線之間的間隙 */
}

.our-service .height-220 {
  min-height: 220px;
}

.our-service .top-70 {
  top: -70px;
}

.our-service-img {
  display: block;
  max-width: 400px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.our-service-infos-item-second {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  margin-right: 264px;
  margin-left: 344px;
  top: -132px;
}

.our-service-infos-item-second > img {
  flex: 1;
  max-width: 400px;
}

.our-service-infos-item-second > div {
  flex: 2;
  margin-left: 440px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.our-service-about {
  display: flex;
  max-width: 1565px;
  margin: 192px auto 0px;
}

.our-service-about .infos-text {
  background: url("../images/bg-2.png") no-repeat;
  padding-top: 235.89px;
  max-width: 759px;
  flex: 1 1 100%;
}

.our-service-about h3 {
  margin-left: 130.52px;
  margin-bottom: 89px;
}
.our-service-about .item-text {
  margin-left: 103px;
  margin-right: 52px;
  position: relative;
}

.our-team {
  background: url("../images/bg-3.png") no-repeat;
  margin-top: 86.24px;
  cursor: default;
  background-size: cover;
  text-align: center;
}

.our-team h3 {
  padding-top: 89.5px;
}

.our-team .our-team-composition-first,
.our-team .our-team-composition-second {
  margin-top: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.our-team .our-team-composition-second {
  margin-top: 0px;
  padding-bottom: 200px;
}

.our-team-composition .item {
  width: 278px;
  background: url("../images/Not-selected-bg.png") no-repeat;

  margin: 0 17.5px 60px;
  cursor: pointer;
}

.our-team-composition .item:hover {
  background: url("../images/Select-bg.png") no-repeat;
}

.our-team-composition .item .number {
  padding-top: 45px;
  font: normal normal normal 70px/60px Arial;
  letter-spacing: 2.1px;
  color: #1a3668;
}
.our-team-composition .item .position {
  padding-top: 28px;
  font: normal normal bold 16px/34px Arial;
  letter-spacing: 0.48px;
  color: #1a3668;
}

.our-team-composition .item > img {
  padding-top: 22px;
  padding-bottom: 34px;
}

.our-team-composition .item:hover > img {
  animation: moveRightLeft 0.5s ease-in-out infinite alternate;
}

/* .our-team-composition .item > img:hover {
    animation: moveRightLeft 0.5s ease-in-out infinite alternate;
} */

@keyframes moveRightLeft {
  0% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(10px);
  }
}
.navigation-wrap {
  position: fixed;
  width: 100%;
  overflow: hidden;
  top: 0px;
  left: 0px;
  z-index: 10;
}
.navigation {
  background: url("../images/top_bg.svg") no-repeat center top;
  min-height: 166px;
  position: relative;
}
.navigation::after {
  content: "";
  display: block;
  min-height: 166px;
  width: 100%;
  left: -100%;
  top: 0px;
  background: url("../images/top_bg.png") repeat-x;
  position: absolute;
}
.navigation::before {
  content: "";
  display: block;
  min-height: 166px;
  width: 100%;
  right: -100%;
  top: 0px;
  background: url("../images/top_bg.png") repeat-x;
  position: absolute;
}
.navigation-logo {
  position: absolute;
  left: 50%;
  top: 39px;
  transform: translateX(-50%);
  z-index: 1;
}
.nav {
  position: relative;
  z-index: 2;
}

.nav-list {
  display: flex;
  padding: 35px 0px 0px;
  list-style: none;
  justify-content: center;
  align-items: center;
}

.nav-link {
  font-size: 20px;
  color: #909a9b;
  text-decoration: none;
  transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.nav-link:hover {
  color: #ff7900;
  text-shadow: 0px 2px 0px #00000029;
}
.nav-link.active {
  color: #ff7900;
  text-shadow: 0px 2px 0px #00000029;
}
.nav-li {
  min-width: 144px;
  margin: 0px 20px;
  text-align: center;
}
.contact-us {
  display: block;
  padding: 9px 16px;
  background: #ff7900;

  color: #fff;
  position: relative;
}
.contact-us::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: -3px;
  left: -3px;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  background: rgb(255 121 0 / 32%);
  transition: 0.22s ease-in-out;
}
.contact-us:hover {
  color: #fff;
}
.contact-us:hover::after {
  width: calc(100% + 16px);
  height: calc(100% + 16px);
  top: -8px;
  left: -8px;
}
.nav-middle-left {
  margin-right: 100px;
}
.nav-middle-right {
  margin-left: 100px;
}
.banner-wrap {
  position: relative;
}

.banner-bg {
  display: block;
  width: 100%;
  max-height: 100vh;
  object-fit: cover;
}

.banner-tip {
  position: absolute;
  bottom: 90px;
  left: 50%;
  transform: translateX(-50%);
}

.tbanner-tip-mouse {
  display: block;
}

.tbanner-tip-arrow {
  display: block;
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  animation: arrowMovie 1s cubic-bezier(0.39, 0.575, 0.565, 1) infinite;
}
.service-title {
  font-size: 36px;
  color: #ff7900;
  font-weight: bold;
  display: inline-block;
  border-bottom: 4px solid #ccc;
  padding-bottom: 13px;
  margin-bottom: 120px;
}

.service {
  text-align: center;
  padding-top: 88px;
  position: relative;
  overflow: hidden;
  padding-bottom: 80px;
}

.service-line {
  display: inline-block;
  font-weight: bold;
  color: #1a3668;
  position: relative;
}

.service-line:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #ff7900;
  position: absolute;
  bottom: -17px;
  left: 0px;
}
.service-list {
  padding: 0px;
  display: flex;
  list-style: none;
  width: 2360px;
  position: relative;
}
.service-list.top {
  left: 50%;
  transform: translateX(-50%);
  margin-left: -90px;
}

.service-list.down {
  left: 50%;
  transform: translateX(-50%);
  margin-left: 210px;
  margin-top: -100px;
}

.service-li {
  width: 530px;
  height: 610px;
  background: url("../images/Explore-Our-bg.png");
  background-size: cover;
  margin-right: 60px;
}

.service-li.orange {
  background: url("../images/orange-bg.png") center top no-repeat;
  background-size: cover;
}

.service-li.blue {
  background: url("../images/blue-bg.png") center top no-repeat;
  background-size: cover;
}

.service-img {
  display: block;
  margin: 0px auto;
  padding: 92px 0px 41px;
}

.service-subtitle {
  font-size: 24px;
  font-weight: bold;
  padding: 0px 20px;
  margin-bottom: 23px;
}

.service-li.orange h4 {
  color: #ff7900;
}
.service-li.blue h4 {
  color: #1a3668;
}

.service-p {
  color: #808a9b;
  font-size: 16px;
  line-height: 23px;
  padding: 0px 35px;
}

@keyframes arrowMovie {
  0% {
    bottom: -20px;
  }
  50% {
    bottom: -30px;
  }
  100% {
    bottom: -20px;
  }
}
@media (max-width: 1440px) {
  .service-list.top {
    transform: none;
    left: initial;
    margin-left: 0px;
  }
  .service-list {
    width: auto;
    justify-content: center;
    padding-left: 60px;
  }
  .service-list.down {
    transform: none;
    left: initial;
    margin-left: 0px;
    margin-top: 0px;
  }
  .service-li {
    display: none;
  }
  .service-li.blue,
  .service-li.orange {
    display: block;
    flex: 1 1 50%;
    background-size: contain;
  }
}

.footer {
  background: url("../images/footer-bg.png");
  padding-top: 72px;
}

.footer-inner {
  max-width: 1600px;
  margin: 0px auto 35px;
  border-bottom: 1px solid #476da4;
  padding: 0px 15px 75px;
  display: flex;
  justify-content: center;
}

.footer-smal {
  font-size: 16px;
  color: #5a729d;
  display: block;
  padding-bottom: 48px;
  text-align: center;
}
.footer-article {
  margin-left: 97px;
  max-width: 554px;
}

.footer-list {
  list-style: none;
  display: flex;
  padding: 0px 0px 32px;
  border-bottom: 1px solid #476da4;
  justify-content: space-between;
  margin-bottom: 70px;
}

.footer-li-link {
  text-decoration: none;
  font-size: 16px;

  color: #fff;
}
.footer-li-link:hover {
  font-weight: bold;
  color: #ff7900;
}

.media-info {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0px;
  justify-content: space-between;
}

.media-li {
  display: flex;
  align-items: center;
  color: #fff;
  margin-bottom: 35px;
}

.media-img {
  display: block;
  width: 34px;
  margin-right: 10px;
}

.media-li:nth-child(3) {
  flex: 1 1 100%;
}
.footer-logo {
  display: block;
  padding: 0px 10px;
}
@media (max-width: 1000px) {
  .footer-inner {
    display: block;
  }
  .footer-logo {
    margin: 0px auto 50px;
    width: 95%;
  }
  .footer-article {
    margin-left: 0px;
    margin: 0px auto;
  }
}

@media (max-width: 520px) {
  .media-info {
    flex-wrap: wrap;
  }
  .media-li {
    flex: 1 1 100%;
  }
  .footer-list {
    flex-wrap: wrap;
    padding-bottom: 0px;
    margin-bottom: 40px;
  }

  .footer-li {
    flex: 1 1 100%;
    padding-left: 37px;
    padding-bottom: 40px;
  }

  .media-img {
    width: 50px;
  }

  .media-p {
    flex: 1;
  }
}
.support {
  cursor: default;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.support h3 {
  margin-top: 127.5px;
}

.support-technology {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0px;
  align-items: center;
  justify-content: center;
  max-width: 1505px;
  margin: 0px auto;
}

.support-li img {
  display: block;
  width: 100%;
}
.support-li {
  flex: 1 1 25%;
  max-width: 330px;
  margin-bottom: 30px;
  padding: 17px;
}

@media (max-width: 600px) {
  .support-li {
    flex: 1 1 50%;
    padding: 0px 10px;
  }
}
.support-map {
  margin-bottom: 76.77px;
  margin-top: 88px;
}

.support-map-info {
  position: relative;
}

.support-map-bg {
  position: absolute;
  z-index: -1;
  top: 50%;
  width: 100%;
  left: 0px;
  transform: translateY(-50%);
}
.support-map-bg img {
  width: 100%;
  display: block;
  min-height: 300px;
  object-fit: cover;
}

.support-map-info-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.support-map-info-content > img {
  max-width: 619px;
}

.support-map-info-text {
  margin-left: 118px;
  max-width: 500px;
}

.support-map-info-text > p {
  display: flex;
  align-items: center;
  padding: 15px 0px;
  font: normal normal normal 20px/20px Arial;
  letter-spacing: 1px;
  color: #1a3668;
}

.support-map-info-text > p > img {
  margin-right: 12.34px;
}
.our-service-bg {
  display: block;
  width: 100%;
}

.mobile-contact {
  display: none;
}
.mobile-menu {
  position: absolute;

  padding: 15px;
  top: 8px;
  right: 15px;
  display: none;
}
.banner-bg.mobile {
  display: none;
}
@media (max-width: 900px) {
  .mobile-menu {
    display: block;
  }
  .navigation-wrap {
    overflow: visible;
  }
  .navigation::before {
    display: none;
  }
  .navigation::after {
    display: none;
  }
  .navigation {
    min-height: 70px;
    background: url("../images/top_bg.png") repeat-x center bottom;
  }
  .navigation-logo {
    width: 50px;
    top: 12px;
    left: 29px;
    transform: none;
  }
  .mobile-contact {
    display: block;
    width: 130px;
    font-size: 16px;
    text-align: center;
    position: absolute;
    font-weight: bold;
    left: 50%;
    top: 14px;
    transform: translateX(-50%);
  }
  .nav {
    position: absolute;
    top: -500%;
    left: 0px;
    z-index: 100;
    background: #fff;
    width: 100%;
    box-shadow: 5px 7px 7px rgba(0, 0, 0, 0.2);
    transition: 600ms cubic-bezier(0.695, -0.38, 0.23, 1.395);
  }

  .nav.active {
    top: 64px;
  }
  .nav-list {
    padding: 20px 0px;
    flex-wrap: wrap;
  }
  .nav-li {
    flex: 1 1 100%;
    margin: 0px !important;
  }
  .nav .nav-link {
    padding: 20px 0px;
    display: block;
    font-size: 20px;
  }
  .nav .contact-us {
    background: none;
    color: #909a9b;
  }
  .nav .contact-us:hover {
    background: none;
    color: #ff7900;
  }
  .nav .contact-us::after {
    display: none;
  }
}
@media (max-width: 500px) {
  .banner-bg {
    display: none;
  }
  .banner-bg.mobile {
    display: block;
  }
}

@media (max-width: 1160px) {
  .service-list {
    flex-wrap: wrap;
  }
  .service-li.blue,
  .service-li.orange {
    display: block;
    flex: 1 1 100%;
    max-width: 530px;
  }
  .service {
    padding-top: 43px;
    padding-bottom: 0px;
  }
  .service-title {
    font-size: 24px;
    margin-bottom: 70px;
  }
  .service-list.top,
  .service-list.down {
    padding-left: 10px;
  }
  .service-list.top {
    display: block;
    margin: 0px auto;
    max-width: 337px;
    padding-left: 0px;
  }
  .service-li {
    margin-right: 10px;
    margin-bottom: 50px;
  }
  .service-img {
    max-width: 109px;
    padding: 45px 0px 16px;
  }
  .service-subtitle {
    font-size: 18px;
    margin-bottom: 16px;
    padding: 0px 10px;
  }
  .service-li.orange,
  .service-li.blue {
    max-width: 337px;
    height: 400px;
    margin-right: 0px;
  }
  .service-p {
    padding: 0px 5px;
    line-height: 20px;
  }
  .service-list.down {
    flex-direction: column-reverse;
    align-items: center;
  }
  .down .service-li.orange,
  .down .service-li.blue {
    flex: 1 1 400px;
  }
}
.our-service .item-text {
  font-size: 16px;
  color: #808a9b;
  line-height: 23px;
  max-width: 808px;
}

.our-service-infos-item.middle {
  display: flex;
  justify-content: flex-end;
  padding-right: 0px;
  flex: 1 1 100%;
  max-width: 1437px;
  position: absolute;
  width: 100%;
}

.our-service-infos-item.middle .item-text {
  max-width: 471px;
}
.our-service-infos-item.middle .our-service-img {
  left: 122px;
  right: initial;
}

@media (max-width: 1437px) {
  .our-service-infos-item {
    transform: translateY(-50%);
    left: 0px;
    padding-right: 0px;
    padding-left: 20px;
  }
  .our-service-img {
    right: 20px;
  }
}

@media (max-width: 1240px) {
  .our-service-bg {
    display: none;
  }
  .our-service-infos-item {
    transform: none;
    position: relative;
    left: initial;
    top: initial;
    padding-left: 0px;
    padding-right: 0px;
  }
  .our-service-infos-item.middle {
    display: block;
    justify-content: initial;
    flex: initial;
    position: relative;
  }
  .our-service-img {
    position: relative;
    transform: none;
    top: initial;
    max-width: 336px;
    right: initial;
    margin: 0px auto 50px;
  }
  .our-service-infos-item.middle .our-service-img {
    left: initial;
  }
  .our-service-infos.height-220 {
    background: #f2f8ff;
  }
  .our-service-infos {
    padding-bottom: 72px;
    text-align: center;
    padding-top: 72px;
  }
  .our-service .item-text {
    margin: 0px auto;
  }
}
@media (max-width: 830px) {
  .our-service-title {
    margin: 0px 10px 20px;
    font-size: 18px;
  }
  .our-service-infos-item .item-text {
    max-width: 471px;
    padding: 0px 10px;
  }
}

@media (max-width: 480px) {
  .our-service-title.long .orange-underline {
    display: block;
  }
  .our-service-title.long .orange-underline::after {
    top: 55px;
    width: 50%;
  }
}
.our-service-about-img {
  padding-top: 170px;
  display: block;
  flex: 1 1 100%;
  padding-right: 20px;
}
.our-service-about-icon {
  position: absolute;
  top: -50px;
  left: -75px;
}
@media (max-width: 1240px) {
  .our-service-about {
    flex-wrap: wrap;
    margin-top: 0px;
    max-width: 1179px;
  }
  .our-service-about .infos-text {
    background: none;
    padding-top: 28px;
    text-align: center;
    margin: 0px auto;
    padding: 28px 10px 0px;
  }
  .our-service-about h3 {
    margin-left: 0px;
    margin-bottom: 40px;
  }
  .our-service-about-icon {
    left: 0px;
    width: 36px;
    top: -30px;
  }
  .our-service-about-img {
    padding: 170px 32px 0px;
    width: 50%;
  }
}
.our-service-about-photo {
  display: block;
  width: 100%;
}
.our-service-we {
  display: inline-block;
  position: relative;
}
.our-team-link {
  display: block;
  position: relative;
  color: #1a3668;
  margin: 0px 29px 58px;
}

.our-team-link-normal,
.our-team-link-hover {
  display: block;
  width: 100%;
}
.our-team-link-hover {
  display: none;
}
.our-team-link:hover .our-team-link-normal {
  display: none;
}
.our-team-link:hover .our-team-link-hover {
  display: block;
}

.our-team-link-inner {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

.our-team-link-inner .number {
  font-size: 70px;
  padding: 35px 0px 28px;
}

.our-team-link-inner .position {
  font-size: 16px;
  padding-bottom: 22px;
}

.our-team-link:hover .our-team-link-inner img {
  animation: moveRightLeft 0.5s ease-in-out infinite alternate;
}
@media (max-width: 600px) {
  .our-team-link {
    width: 157px;
    margin: 0px 10px 15px;
  }
  .our-team-link-inner .number {
    font-size: 55px;
    padding: 2px 0px 0px;
  }
  .our-team-link-inner .position {
    font-size: 14px;
    padding-bottom: 5px;
    min-height: 32px;
  }
  .our-team-link-inner .position span {
    display: block;
  }
  .our-team-composition {
    max-width: 394px;
    margin: 0px auto;
    transform: translateX(24px);
  }
  .our-team-composition-first .our-team-link:nth-child(2n) {
    top: -78px;
    left: -45px;
  }
  .our-team-composition-first.odd .our-team-link:last-child {
    top: -78px;
    left: 45px;
  }
  .our-team-composition-second .our-team-link:nth-child(2n) {
    top: -78px;
    left: -45px;
  }
  .our-team-composition-second.odd .our-team-link:last-child {
    top: -78px;
    left: 45px;
  }
}
@media (max-width: 1240px) {
  .support-map-bg {
    display: none;
  }
  .support-map {
    background: url("../images/map_bg.png");
    background-size: cover;
    padding: 45px 10px 120px;
    margin-bottom: 0px;
  }
  .support-map-info-content {
    display: block;
    align-items: initial;
    justify-content: initial;
  }
  .support-map-info-content > img {
    margin: 0px auto 60px;
    display: block;
    width: 99%;
  }
  .support-map-info-text {
    margin: 0px auto;
    max-width: 619px;
    padding: 0px 10px;
  }
  .support-map-info-text > p {
    font-size: 16px;
  }
}
