@font-face {
  font-family: "Sans";
  src: url("../fonts/SourceHanSansSC-VF.ttf");
}

body {
  font-family: "Sans" !important;
}

.xs-theme .pc-contact {
  height: 3rem;
  background-color: #f09a3e;
  color: #fff;
  font-size: 0.75rem;
  width: 100%;
  box-sizing: border-box;
  padding: 0.75rem 2.5rem;
}
.xs-theme .pc-contact span {
  margin-left: 0.625rem;
}

.xs-theme .navbar {
  box-shadow: 0px 2px 5px 0px rgba(80, 53, 31, 0.05);
  position: relative;
  padding: 0 1rem;
}

.xs-theme .popup-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.1);
  border-top: 5px solid #f09a3e;
  padding: 30px 100px;
  display: none;
}
.xs-theme .popup-menu a {
  display: inline-block;
}
.xs-theme .popup-menu-link {
  font-size: 14px;
  padding: 10px 0;
  color: #000;
}
.xs-theme .popup-menu-link img {
  margin-right: 10px;
}
.xs-theme .popup-menu-link:hover {
  color: #f09a3e;
  cursor: pointer;
}
.xs-theme .popup-menu h4 {
  font-size: 16px;
  margin: 0 10px;
}

.xs-theme .navbar-light .navbar-nav .nav-link {
  color: #000;
}

.xs-theme .navbar-nav {
  justify-content: space-between;
}
.xs-theme .navbar-nav .nav-item a {
  height: 105px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.xs-theme .navbar-nav .btn {
  padding: 0.625rem;
  margin-left: 2rem;
}
.xs-theme .navbar-nav a .icon {
  margin-left: 0.625rem;
  margin-top: 2px;
}
.xs-theme .navbar-nav .icon-active {
  display: none;
  width: 13px;
  height: 13px;
}
.xs-theme .navbar-nav a:hover {
  color: #f09a3e !important;
}
.xs-theme .navbar-nav a:hover .icon-notactive {
  display: none;
}
.xs-theme .navbar-nav a:hover .icon-active {
  display: block;
}

.xs-theme .cancat-form-title h2,
.xs-theme .cancat-form-title p {
  color: #fff;
}

.xs-theme .cancat-form-content .form-control {
  border: 1px solid #444d62;
  background: #444d62;
  color: #fff;
}

.xs-theme .common-header {
  height: 35rem;
  position: relative;
}
.xs-theme .common-header .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.xs-theme .common-header img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
}
.xs-theme .common-header h1,
.xs-theme .common-header p {
  color: #fff;
}

.xs-theme .breadcrumb {
  border: none;
  padding: 0.75rem 0;
}

.xs-theme .footer {
  padding: 0;
}
.xs-theme .footer li a {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.xs-theme .footer li a svg {
  margin-right: 0.625rem;
  display: inline-block;
  margin-top: 0.2188rem;
}

.xs-theme .bg-logo {
  background-image: url("../../assets/img/xs/logo_grey.png");
  background-size: 47.5rem;
  background-repeat: no-repeat;
  background-position: center right;
  padding: 8rem 0;
}

.xs-theme hr {
  margin: 0;
}

.xs-theme section {
  background-color: #faf9f8;
}

.xs-theme .section-container {
  padding: 0 2rem;
}

.xs-theme .alert {
  position: fixed;
  bottom: 1.25rem;
  left: 1.25rem;
  width: auto;
  z-index: 100000;
}

.xs-theme .table td,
.xs-theme .table th {
  white-space: unset;
}

.xs-theme .table thead th,
.xs-theme .table td {
  padding: 0.5rem;
}

.xs-theme .modal-content {
  position: relative;
}
.xs-theme .modal-content .close {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
}

.xs-theme .wechat-btn {
  position: fixed;
  bottom: 10%;
  right: 20px;
  z-index: 10;
}
.xs-theme .wechat-btn .btn {
  width: 74px;
  height: 74px;
  text-align: center;
  padding: 0;
}
.xs-theme .wechat-btn div {
  border: 1px solid #eee;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
  margin-top: -10px;
  background-color: #fff;
  z-index: 10;
  position: relative;
}

.xs-theme .btn-outline-dark {
  background-color: #f09a3e;
  border-color: #f09a3e;
}

.xs-theme .img-cover,
.xs-theme .small-img-cover {
  position: relative;
  overflow: hidden;
}
.xs-theme .img-cover img,
.xs-theme .small-img-cover img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
  max-width: none;
}

@media (min-width: 1200px) {
  .xs-theme .container,
  .xs-theme .container-sm,
  .xs-theme .container-md,
  .xs-theme .container-lg,
  .xs-theme .container-xl {
    max-width: 1200px;
  }
  .xs-theme .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (min-width: 992px) {
  .xs-theme .navbar-expand-lg .navbar-brand img {
    height: 5rem;
  }
  .xs-theme .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.xs-theme .text-black {
  color: #000;
}

@media (max-width: 991.98px) {
  .xs-theme .navbar {
    padding: 0.5rem;
  }
  .xs-theme .navbar .nav-item a {
    height: 60px;
    color: #000 !important;
  }
  .xs-theme .navbar .icon {
    display: none;
  }
  .xs-theme .navbar-expand-lg .navbar-brand img {
    height: 5rem;
  }
  .xs-theme .bg-logo {
    background-image: url("../../assets/img/xs/logo_grey.png");
    background-size: 47.5rem;
    background-repeat: no-repeat;
    background-position: center right;
    padding: 2rem 0;
  }
  .xs-theme .section-container {
    padding: 0 1rem;
  }
  .xs-theme .common-header {
    height: 20rem;
  }
  .xs-theme .mobile-contact {
    height: auto;
    padding: 0 0.5rem;
    border-radius: 2rem;
    margin-right: 0.625rem;
    background-color: #f09a3e;
    color: #fff;
    font-size: 0.75rem;
  }
  .xs-theme .mobile-contact span {
    margin-left: 0.625rem;
  }
  .xs-theme .navbar .container {
    padding-left: 0.625rem;
    padding-right: 0;
  }
  .xs-theme .btn {
    padding: 0.35rem 1rem;
  }
  .xs-theme .eclipse-mobile {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .xs-theme .navbar {
    padding: 10px 0;
  }
  .xs-theme .mobile-contact {
    margin-right: 0;
  }
  .xs-theme .img-cover,
  .xs-theme .small-img-cover {
    position: relative;
    overflow: hidden;
  }
  .xs-theme .img-cover img,
  .xs-theme .small-img-cover img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    max-width: none;
  }
}

@font-face {
  font-family: "Sans";
  src: url("../fonts/SourceHanSansSC-VF.ttf");
}

body {
  font-family: "Sans" !important;
}

.xs-theme .pc-contact {
  height: 3rem;
  background-color: #f09a3e;
  color: #fff;
  font-size: 0.75rem;
  width: 100%;
  box-sizing: border-box;
  padding: 0.75rem 2.5rem;
}
.xs-theme .pc-contact span {
  margin-left: 0.625rem;
}

.xs-theme .navbar {
  box-shadow: 0px 2px 5px 0px rgba(80, 53, 31, 0.05);
  position: relative;
  padding: 0 1rem;
}

.xs-theme .popup-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.1);
  border-top: 5px solid #f09a3e;
  padding: 30px 30px;
  display: none;
}
.xs-theme .popup-menu a {
  display: inline-block;
}
.xs-theme .popup-menu-link {
  font-size: 14px;
  padding: 10px 0;
  color: #000;
}
.xs-theme .popup-menu-link img {
  margin-right: 10px;
}
.xs-theme .popup-menu-link:hover {
  color: #f09a3e;
  cursor: pointer;
}
.xs-theme .popup-menu h4 {
  font-size: 16px;
  margin: 0 10px;
}

.xs-theme .navbar-light .navbar-nav .nav-link {
  color: #000;
}

.xs-theme .navbar-nav {
  justify-content: space-between;
}
.xs-theme .navbar-nav .nav-item a {
  height: 105px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.xs-theme .navbar-nav .btn {
  padding: 0.625rem;
  margin-left: 2rem;
}
.xs-theme .navbar-nav a .icon {
  margin-left: 0.625rem;
  margin-top: 2px;
}
.xs-theme .navbar-nav .icon-active {
  display: none;
  width: 13px;
  height: 13px;
}
.xs-theme .navbar-nav a:hover {
  color: #f09a3e !important;
}
.xs-theme .navbar-nav a:hover .icon-notactive {
  display: none;
}
.xs-theme .navbar-nav a:hover .icon-active {
  display: block;
}

.xs-theme .cancat-form-title h2,
.xs-theme .cancat-form-title p {
  color: #fff;
}

.xs-theme .cancat-form-content .form-control {
  border: 1px solid #444d62;
  background: #444d62;
  color: #fff;
}

.xs-theme .common-header {
  height: 35rem;
  position: relative;
}
.xs-theme .common-header .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.xs-theme .common-header img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
}
.xs-theme .common-header h1,
.xs-theme .common-header p {
  color: #fff;
}

.xs-theme .breadcrumb {
  border: none;
  padding: 0.75rem 0;
}

.xs-theme .footer {
  padding: 0;
}
.xs-theme .footer li a {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.xs-theme .footer li a svg {
  margin-right: 0.625rem;
  display: inline-block;
  margin-top: 0.2188rem;
}

.xs-theme .bg-logo {
  background-image: url("../../assets/img/xs/logo_grey.png");
  background-size: 47.5rem;
  background-repeat: no-repeat;
  background-position: center right;
  padding: 8rem 0;
}

.xs-theme hr {
  margin: 0;
}

.xs-theme section {
  background-color: #faf9f8;
}

.xs-theme .section-container {
  padding: 0 2rem;
}

.xs-theme .alert {
  position: fixed;
  bottom: 1.25rem;
  left: 1.25rem;
  width: auto;
  z-index: 100000;
}

.xs-theme .table td,
.xs-theme .table th {
  white-space: unset;
}

.xs-theme .table thead th,
.xs-theme .table td {
  padding: 0.5rem;
}

.xs-theme .modal-content {
  position: relative;
}
.xs-theme .modal-content .close {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
}

.xs-theme .wechat-btn {
  position: fixed;
  bottom: 10%;
  right: 20px;
  z-index: 10;
}
.xs-theme .wechat-btn .btn {
  width: 74px;
  height: 74px;
  text-align: center;
  padding: 0;
}
.xs-theme .wechat-btn div {
  border: 1px solid #eee;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
  margin-top: -10px;
  background-color: #fff;
  z-index: 10;
  position: relative;
}

.xs-theme .btn-outline-dark {
  background-color: #f09a3e;
  border-color: #f09a3e;
}

.xs-theme .img-cover,
.xs-theme .small-img-cover {
  position: relative;
  overflow: hidden;
}
.xs-theme .img-cover img,
.xs-theme .small-img-cover img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
  max-width: none;
}

@media (min-width: 992px) {
  .xs-theme .navbar-expand-lg .navbar-brand img {
    height: 5rem;
  }
  .xs-theme .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.4rem;
    padding-left: 0.4rem;
  }
}

@media (min-width: 1200px) {
  .xs-theme .container,
  .xs-theme .container-sm,
  .xs-theme .container-md,
  .xs-theme .container-lg,
  .xs-theme .container-xl {
    max-width: 1200px;
  }
  .xs-theme .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media (min-width: 1300px) {
  .xs-theme .container,
  .xs-theme .container-sm,
  .xs-theme .container-md,
  .xs-theme .container-lg,
  .xs-theme .container-xl {
    max-width: 1300px;
  }
  .xs-theme .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

.xs-theme .text-black {
  color: #000;
}

@media (max-width: 991.98px) {
  .xs-theme .navbar {
    padding: 0.5rem;
  }
  .xs-theme .navbar .nav-item a {
    height: 60px;
    color: #000 !important;
  }
  .xs-theme .navbar .icon {
    display: none;
  }
  .xs-theme .navbar-expand-lg .navbar-brand img {
    height: 5rem;
  }
  .xs-theme .bg-logo {
    background-image: url("../../assets/img/xs/logo_grey.png");
    background-size: 47.5rem;
    background-repeat: no-repeat;
    background-position: center right;
    padding: 2rem 0;
  }
  .xs-theme .section-container {
    padding: 0 1rem;
  }
  .xs-theme .common-header {
    height: 20rem;
  }
  .xs-theme .mobile-contact {
    height: auto;
    padding: 0 0.5rem;
    border-radius: 2rem;
    margin-right: 0.625rem;
    background-color: #f09a3e;
    color: #fff;
    font-size: 0.75rem;
  }
  .xs-theme .mobile-contact span {
    margin-left: 0.625rem;
  }
  .xs-theme .navbar .container {
    padding-left: 0.625rem;
    padding-right: 0;
  }
  .xs-theme .btn {
    padding: 0.35rem 1rem;
  }
  .xs-theme .eclipse-mobile {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .xs-theme .navbar {
    padding: 10px 0;
  }
  .xs-theme .mobile-contact {
    margin-right: 0;
  }
  .xs-theme .img-cover,
  .xs-theme .small-img-cover {
    position: relative;
    overflow: hidden;
  }
  .xs-theme .img-cover img,
  .xs-theme .small-img-cover img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    max-width: none;
  }
}

.xs-theme .news-page .slice {
  padding: 4.0625rem 3.125rem;
}

.xs-theme .news-page .card {
  border-radius: 0;
  border: none;
}

.xs-theme .news-page .card-body {
  padding: 0;
}
.xs-theme .news-page .card-body .img-cover {
  width: 100%;
  height: 13rem;
}
.xs-theme .news-page .card-body h5 {
  font-size: 1.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.xs-theme .news-page .card-body .card-sm-text {
  font-size: 0.875rem;
}
.xs-theme .news-page .card-body .card-sm-text span {
  margin: 0 0.3125rem;
}

.xs-theme .news-page .swiper-slide .card-body .img-cover {
  width: 100%;
  height: 11rem;
}

.xs-theme .news-page .search-article-input .form-control,
.xs-theme .news-page .search-article-input .input-group-text,
.xs-theme .news-page .search-cate-input .form-control,
.xs-theme .news-page .search-cate-input .input-group-text {
  border-color: #333c4e;
  border-radius: 0;
}

.xs-theme .news-page .search-article-input .input-group-text,
.xs-theme .news-page .search-cate-input .input-group-text {
  background-color: #333c4e;
  color: #fff;
  cursor: pointer;
}

.xs-theme .news-page .search-article-input .form-control,
.xs-theme .news-page .search-cate-input .form-control {
  background-color: #e8f0fe;
  color: #fff;
}

.xs-theme .news-page .search-cate-input .form-control {
  background-color: #444d62;
}

.xs-theme .news-page .cate-accordion {
  color: #f09a3e;
}
.xs-theme .news-page .cate-accordion .border-bt {
  border-bottom: 0.0625rem solid #e7e4e2;
}
.xs-theme
  .news-page
  .cate-accordion
  > div[aria-expanded="false"]
  .feather-chevron-right {
  transform: rotate(0);
  transition: cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s;
}
.xs-theme
  .news-page
  .cate-accordion
  > div[aria-expanded="true"]
  .feather-chevron-right {
  transform: rotate(90deg);
}
.xs-theme .news-page .cate-accordion h6 {
  color: #f09a3e;
}

.xs-theme .news-page .badge-wrap .btn {
  height: 1.9375rem;
  line-height: 1.9375rem;
  padding: 0 1rem;
  margin-left: 0;
  margin-right: 0.625rem;
  margin-bottom: 0.625rem;
  border-radius: 0;
}

.xs-theme .news-page .news-nav-tabs-wrap {
  border: 1px solid #e7e4e2;
}
.xs-theme .news-page .news-nav-tabs-wrap .nav-tabs {
  border-bottom: none;
}
.xs-theme .news-page .news-nav-tabs-wrap .card {
  margin-bottom: 0;
  border-bottom: 1px solid #e7e4e2;
}
.xs-theme .news-page .news-nav-tabs-wrap .card .h6 {
  font-size: 1.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.xs-theme .news-page .news-nav-tabs-wrap .card:last-child {
  border-bottom: none;
}

.xs-theme .news-page .news-nav-tabs .nav-item {
  border-right: 1px solid #fff;
  flex: 1 1;
}

.xs-theme .news-page .news-nav-tabs .nav-link {
  height: 3.125rem;
  font-size: 0.9375rem;
  border-radius: 0;
  width: 100%;
}

.xs-theme .news-page .news-nav-tabs .nav-link.active {
  background-color: #fff;
  border-top-width: 3px;
  border-left-width: 0;
  border-right-width: 0;
  border-color: #f09a3e transparent transparent;
}

.xs-theme .news-page .small-img-cover {
  width: 52px;
  height: 52px;
}

@media (max-width: 991.98px) {
  .xs-theme .news-page .slice {
    padding: 0.9375rem;
  }
  .xs-theme .news-page .card-body .img-cover {
    width: 100%;
    height: 14rem;
  }
  .xs-theme .news-page .card-body h5 {
    font-size: 1rem;
  }
  .xs-theme .news-page .swiper-slide .card-body .img-cover {
    width: 100%;
    height: 14rem;
  }
}

.xs-theme .home-page-banner {
  height: 700px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.xs-theme .home-page-banner h2 {
  color: #fff;
}
.xs-theme .home-page-banner h5 {
  font-size: 1.5rem;
}
.xs-theme .home-page-banner img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  transform: translate(-50%, -50%);
}
.xs-theme .home-page-banner .container {
  position: relative;
  z-index: 10;
}
.xs-theme .home-page-banner .btns a {
  display: inline-block;
  margin-right: 0.625rem;
}

.xs-theme .home-page .underline {
  position: relative;
}

.xs-theme .home-page .underline::after {
  content: "";
  position: absolute;
  bottom: -0.3125rem;
  left: 50%;
  transform: translateX(-50%);
  width: 25px;
  height: 3px;
  background-color: #f09a3e;
}

.xs-theme .home-page .underline-width-155::after {
  width: 9.6875rem;
}

.xs-theme .home-page .underline-left {
  display: flex;
}

.xs-theme .home-page .underline-left::after {
  left: 0;
  width: 35px;
  transform: translateX(0);
}

.xs-theme .home-page .text-overlay {
  position: relative;
  margin-bottom: 1.875rem;
  cursor: pointer;
}
.xs-theme .home-page .text-overlay img {
  width: 100%;
}
.xs-theme .home-page .text-overlay > span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.xs-theme .home-page .text-overlay h3 {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  color: #fff;
}

.xs-theme .home-page .tag-item {
  display: inline-block;
  border: 0.86px solid;
  border-color: linear-gradient(90deg, #ffffff 0%, #fffcf2 100%);
  background: linear-gradient(
    -90deg,
    rgba(239, 154, 61, 0.1) 0%,
    rgba(102, 102, 102, 0) 100%
  );
  color: #f09a3e;
  font-size: 1.5rem;
  padding: 0 1.25rem;
  border-radius: 0.625rem;
  margin: 0.625rem;
}

.xs-theme .home-page .position-block {
  text-align: center;
  position: relative;
}
.xs-theme .home-page .position-block img {
  width: 23.75rem;
}
.xs-theme .home-page .position-block-item {
  background: linear-gradient(
    89.81deg,
    #f64d0f -2.47%,
    #ffba54 52.76%,
    #f65412 99.8%
  );
  color: #fff;
  font-size: 1rem;
  padding: 0 1.25rem;
  height: 2.75rem;
  border-radius: 1.375rem;
  text-align: center;
  line-height: 2.75rem;
}

.xs-theme .home-page .position-block-item[data-type="1"] {
  position: absolute;
  top: 20%;
  left: 0;
}

.xs-theme .home-page .position-block-item[data-type="2"] {
  position: absolute;
  top: 20%;
  right: 0;
}

.xs-theme .home-page .position-block-item[data-type="3"] {
  position: absolute;
  bottom: 20%;
  left: 0;
}

.xs-theme .home-page .position-block-item[data-type="4"] {
  position: absolute;
  bottom: 20%;
  right: 0;
}

.xs-theme .home-page .core-technology-item {
  background-color: #2a2e39;
  border-radius: 6px;
  height: 8.3125rem;
  text-align: center;
  width: 6.625rem;
  margin: 1.25rem 0.3125rem;
}
.xs-theme .home-page .core-technology-item img {
  margin-top: -0.625rem;
  margin-bottom: 0.625rem;
}

.xs-theme .home-page .pro-case {
  background-image: url(../../assets/img/xs/img_15.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.xs-theme .home-page .pro-case-contro {
  height: 6.625rem;
  padding: 1.25rem;
  cursor: pointer;
  transition: 0.3s;
  margin: 0.625rem 0;
  width: 80%;
}
.xs-theme .home-page .pro-case-contro-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.xs-theme .home-page .pro-case-contro span {
  font-size: 1.2rem;
  color: #000;
  font-weight: bold;
}
.xs-theme .home-page .pro-case-contro p {
  font-size: 1rem;
  color: #707070;
  padding-left: 2.5rem;
  visibility: hidden;
}
.xs-theme .home-page .pro-case-contro img {
  width: 1.875rem;
  height: 1.875rem;
  margin-right: 10px;
}
.xs-theme .home-page .pro-case-contro-active,
.xs-theme .home-page .pro-case-contro:hover {
  background-color: #fff !important;
  border-radius: 4px;
  box-shadow: 0 0.25rem 0.5rem rgba(31, 45, 61, 0.1);
}
.xs-theme .home-page .pro-case-contro-active p,
.xs-theme .home-page .pro-case-contro:hover p {
  visibility: visible;
}
.xs-theme .home-page .pro-case .proControSwiper .swiper-wrapper {
  flex-direction: column;
}

.xs-theme .home-page .cover-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 1.25rem;
}
.xs-theme .home-page .cover-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  transform: translate(-50%, -50%);
}

.xs-theme .home-page .more-case .cover-img {
  border-radius: 0;
}

.xs-theme .home-page .more-case-item {
  width: 25%;
  height: 360px;
}

.xs-theme .home-page .industrial-item {
  width: 25%;
  height: 500px;
  position: relative;
}
.xs-theme .home-page .industrial-item span {
  position: absolute;
  bottom: 10%;
  left: 10%;
  font-size: 1.875rem;
  color: #fff;
}

.xs-theme .home-page .industrial .cover-img {
  border-radius: 0;
}

.xs-theme .home-page .news-updates {
  padding: 0 10%;
}

.xs-theme .home-page .swiper-container {
  position: unset;
}

.xs-theme .home-page .swiper-relative {
  position: relative;
}

.xs-theme .home-page .swiper-button-next {
  right: -5rem;
  width: 3.125rem;
  height: 3.125rem;
  background-size: 100% 100%;
  background-image: url(../../assets/img/xs/icon_30.png);
}

.xs-theme .home-page .swiper-button-prev {
  left: -5rem;
  width: 3.125rem;
  height: 3.125rem;
  background-size: 100% 100%;
  background-image: url(../../assets/img/xs/icon_29.png);
}

@media (max-width: 991.98px) {
  .xs-theme .home-page-banner {
    height: 270px;
  }
  .xs-theme .home-page-banner h1 {
    font-size: 26px;
  }
  .xs-theme .home-page-banner h5 {
    font-size: 16px;
  }
  .xs-theme .home-page .tag-item {
    font-size: 1rem;
  }
  .xs-theme .home-page .position-block {
    text-align: center;
    position: relative;
  }
  .xs-theme .home-page .position-block img {
    width: 50%;
  }
  .xs-theme .home-page .position-block-item {
    background: linear-gradient(
      89.81deg,
      #f64d0f -2.47%,
      #ffba54 52.76%,
      #f65412 99.8%
    );
    color: #fff;
    font-size: 0.625rem;
    padding: 0 0.3125rem;
    border-radius: 1.375rem;
    text-align: center;
    height: auto;
    line-height: 1.375rem;
  }
  .xs-theme .home-page .core-technology-item {
    width: 30%;
  }
  .xs-theme .home-page .more-case-item {
    width: 50%;
    height: 15.625rem;
    overflow: hidden;
  }
  .xs-theme .home-page .industrial-item {
    width: 50%;
    height: 12.5rem;
    position: relative;
  }
  .xs-theme .home-page .industrial-item span {
    font-size: 0.875rem;
  }
  .xs-theme .home-page .industrial .cover-img img {
    width: 100%;
    height: 100%;
  }
  .xs-theme .home-page .news-updates {
    padding: 0 5%;
  }
  .xs-theme .home-page .swiper-button-next,
  .xs-theme .home-page .swiper-button-prev {
    display: none;
  }
  .xs-theme .home-page .swiper-pagination-bullets {
    bottom: -0.625rem;
  }
  .xs-theme .home-page .swiper-pagination-bullet {
    width: 1.875rem;
    height: 0.375rem;
    border-radius: 0;
  }
  .xs-theme .home-page .swiper-pagination-bullet-active {
    background-color: #f09a3e;
  }
  .xs-theme .home-page .mobile-scroll {
    text-align: left;
    margin-bottom: 3.125rem;
  }
  .xs-theme .home-page .mobile-scroll .pro-case-contro {
    width: 80%;
    white-space: nowrap;
    display: inline-block;
    box-shadow: 0px 6px 6px 0px #8b8b8b1a;
    background-color: rgba(255, 255, 255, 0.5);
    margin-right: 10px;
    border-radius: 4px;
  }
  .xs-theme .home-page .mobile-scroll .pro-case-contro span {
    font-size: 1.2rem;
  }
  .xs-theme .home-page .mobile-scroll .pro-case-contro p {
    font-size: 0.9rem;
  }
  .xs-theme .home-page .mobile-scroll-contro-active,
  .xs-theme .home-page .mobile-scroll-contro:hover {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    box-shadow: 0 0.25rem 0.5rem rgba(31, 45, 61, 0.1);
  }
  .xs-theme .home-page .mobile-scroll-contro-active p,
  .xs-theme .home-page .mobile-scroll-contro:hover p {
    visibility: hidden;
  }
  .xs-theme .home-page .mobile-scroll .swiper-slide-active .pro-case-contro {
    background-color: #fff !important;
    border-radius: 4px;
    box-shadow: 0 0.25rem 0.5rem rgba(31, 45, 61, 0.1);
  }
  .xs-theme .home-page .mobile-scroll .swiper-slide-active .pro-case-contro p {
    visibility: visible;
  }
  .xs-theme .home-page .mobile-scroll .proControSwiper .swiper-wrapper {
    flex-direction: row;
  }
  .xs-theme .home-page .proSwiper {
    padding-bottom: 30px;
  }
  .xs-theme .home-page .proSwiper .swiper-pagination-bullets {
    bottom: 0px;
  }
  .xs-theme .home-page .proSwiper .swiper-number-pagination {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -30px;
    color: #000;
    font-size: 12px;
  }
  .xs-theme .home-page .position-text {
    position: relative;
    overflow: hidden;
  }
  .xs-theme .home-page .position-text div {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    color: #fff;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(6px);
    text-align: center;
    line-height: 50px;
    font-size: 14px;
  }
  .xs-theme .home-page .text-overlay span {
    text-wrap: nowrap;
  }
}

/*# sourceMappingURL=index.css.map */
