html {
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
}

.xt-content {
  width: 80%;
}

.xt-nav {
  width: 100%;
  height: 80px;
  background-color: transparent;
  padding: 0 10%;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.xt-logo {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 15px 0;
}

.xt-logo img {
  display: block;
  height: 100%;
}

.xt-menu {
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0;
}

.xt-menu > li {
  color: #fafafb;
  list-style: none;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 20px;
}

.xt-menu a {
  color: #000000;
  text-decoration: none;
  padding: 20px 0;
}

.xt-menu > li:hover {
  color: white;
  transition: all 0.3s ease;
  background-color: #6095ff;
}

.xt-submenu {
  height: 50px;
  position: absolute;
  background-color: #6095ff;
  left: 0;
  bottom: -50px;
  z-index: 1000;
  display: none;
  width: 100%;
  padding-left: 10%;
}

.xt-submenu ul {
  display: flex;
  padding: 0;
  height: 100%;
}

.xt-submenu li {
  color: white;
  list-style: none;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 20px;
}

.xt-submenu li:hover {
  color: white;
  background-color: #605fff;
}

.xt-footer {
  background: linear-gradient(to right, #030b16, #000e35);
  padding: 3% 10%;
  display: flex;
}

.xt-footer .image {
  width: 25%;
  display: flex;
  flex-direction: column;
}

.xt-footer .image .logo {
  height: 48px;
  margin-bottom: 20px;
}

.xt-footer .image .logo img {
  display: block;
  height: 48px;
}

.xt-footer .image .media {
  display: flex;
  gap: 10px;
}

.xt-footer .image .media img {
  display: block;
  height: 36px;
}

.xt-footer .contact {
  width: 30%;
  display: flex;
  flex-direction: column;
}

.xt-footer .contact-item {
  border-left: 3px solid #0077ff;
  height: fit-content;
  padding-left: 20px;
  margin-bottom: 20px;
}

.xt-footer .contact-item .title {
  color: #7a8496;
  font-weight: bold;
}

.xt-footer .right {
  width: 45%;
  display: flex;
  flex-direction: column;
}

.xt-footer .right .address {
  color: #7a8496;
  display: flex;
  justify-content: center;
  font-size: 0.9rem;
}

.xt-footer .menu {
  display: flex;
  color: white;
  margin-bottom: 30px;
  justify-content: space-between;
}

.xt-footer .menu .menu-item .title {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.xt-footer .menu .menu-item a {
  color: white;
}

.xt-footer .menu .menu-item .item {
  font-size: 0.9rem;
  margin-bottom: 10px;
}

.xt-footer .copyright {
  color: #7a8496;
  font-size: 0.9rem;
  display: flex;
  justify-content: center;
}

.xt-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f5f6f9;
}

.xt-section {
  display: flex;
  flex-direction: column;
  background-color: #f7f7f7;
  width: 100%;
}

.xt-section-title {
  height: 100px;
  padding-top: 3%;
}

.xt-section-title .title-cn {
  font-size: 36px;
  display: flex;
  justify-content: center;
  padding-bottom: 15px;
}

.xt-section-title .line {
  text-align: center;
  width: 75px;
  height: 5px;
  background: #6095ff;
  margin-left: auto;
  margin-right: auto;
}

.xt-section-title .title-en {
  color: #666666;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
}

.xt-section-content {
  display: flex;
  justify-content: center;
  padding: 3% 10% 3% 10%;
  flex-wrap: wrap;
  gap: 50px;
}

.w-20 {
  width: 20%;
}

.w-40 {
  width: 40%;
}

.w-80 {
  width: 80%;
}

.breadcrumb {
  margin-bottom: 0 !important;
}

.xt-solution {
  display: flex;
  width: 65%;
}

.xt-solution .header {
  width: 260px;
  border-right: 1px solid #7a8496;
}

.xt-solution .header .item {
  display: flex;
  justify-content: flex-end;
  color: #ffffff;
  padding: 15px 20px;
  font-size: 0.8rem;
}

.xt-solution .header .item:hover {
  font-size: 1rem;
  background: linear-gradient(to right, #030b16, #0186e5);
}

.xt-solution .content {
  color: #ffffff;
  display: flex;
  width: 100%;
  padding: 10px 50px;
  flex-direction: column;
  position: relative;
  font-size: 0.8rem;
}

.xt-solution .content h1 {
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.xt-cases {
  width: 30%;
  position: relative;
  margin-top: 40px;
}

.xt-cases .title {
  position: absolute;
  top: -54px;
  color: #ffffff;
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
}

.swiper .btn-left {
  top: initial !important;
  left: calc(50% - 100px) !important;
  height: initial !important;
  display: flex;
  justify-content: center;
  bottom: 15px;
}

.swiper .btn-right {
  top: initial !important;
  right: calc(50% - 100px) !important;
  height: initial !important;
  display: flex;
  justify-content: center;
  bottom: 15px;
}

.swiper .btn-left::after {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  width: 100%;
  font-size: 14px !important;
  background-color: #ffffff;
  border-radius: 100%;
  padding: 0 18px;
}

.swiper .btn-right::after {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  width: 100%;
  font-size: 14px !important;
  background-color: #ffffff;
  border-radius: 100%;
  padding: 0 18px;
}

.swiper .item {
  padding: 15px;
  background-color: white;
}

.xt-news {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
}

.xt-news .item {
  width: 24%;
  padding: 10px 20px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.xt-news .item:hover {
  .date,
  .title {
    color: #6095ff;
  }

  transform: translateY(-10px);
}

.xt-news .item .date {
  font-size: 1.2rem;
  font-weight: bold;
  padding-bottom: 5px;
}

.xt-news .item .title {
  font-size: 0.9rem;
  padding: 10px 0;
}

.xt-news .item .content {
  color: #7b8597;
  font-size: 0.8rem;
  padding: 10px 0;
}
