header {
  width: 100%;
  height: var(--header-h);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  transition: .3s;
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  --theme-header-color: #000;
  transition: .3s;
  background-color: #fff;
}

body.scrolled {
  --header-h: 80px;
  /* background-color: #fff;
  --theme-header-color: #000; */
}

header .main {
  height: 100%;
  margin-left: var(--main-page-margin);
}

.header-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  height: 100%;
}

.header-box .header-nav .f-ul {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding: 0 clamp(14px, 40 * var(--custom-size), 40px);
}

.header-box .header-nav .f-li {
  position: relative;
  white-space: nowrap;
  padding: 0 clamp(12px, 30 * var(--custom-size), 40px);
  ;
}

.header-box .header-nav .f-li::after {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--theme-header-color);
  transition: .3s;
}

.header-box .header-nav .f-li_a {
  line-height: var(--header-h);
  /* padding: 0 var(--custom-size-10-20); */
  display: flex;
  align-items: center;
  color: var(--theme-header-color);
  transition: .3s;
  font-weight: 400;
  font-size: var(--font-size-22);
}

.header-box .header-nav .f-li_a .img {
  margin-left: 5px;
}

.header-box .header-nav .f-li:hover::after {
  width: 100%;
}

.header-box .header-nav .f-li:hover .second-ul {
  display: flex;
}

.header-box .logo {
  display: flex;
  align-items: center;
}

.header-box .logo-section {
  padding: 0;
  padding-left: clamp(10px, 16 * var(--custom-size), 16px);
}

.header-box .logo-section h5,
.header-box .logo-section p {
  font-weight: 400;
  line-height: 1.2;
  background: linear-gradient(-46.33deg, rgb(163, 132, 53) 8.058%, rgb(202, 170, 74) 95.545%);
  background-clip: text;
  color: transparent;
  text-shadow: none;
}

.header-box .logo-section h5 {
  font-size: clamp(14px, 16 * var(--custom-size), 16px);
  font-weight: bold;
}

.header-box .logo-section p.title {
  font-size: clamp(14px, 18 * var(--custom-size), 18px);
}

.header-box .logo-section p.title sub {
  display: inline-block;
  font-size: clamp(8px, 12 * var(--custom-size), 12px);
  margin-bottom: 2px;
}

.header-box .logo-section p.desc {
  font-size: clamp(8px, 12 * var(--custom-size), 12px);
  margin-top: 4px;
}

.header-box .logo img {
  height: 50px;
}

.header-r .link a {
  margin-right: var(--custom-size-10-20);
}

.header-r .search {
  height: 20px;
  cursor: pointer;
}

.header-r .search .img {
  height: 20px;
}

.header-r .search svg path {
  stroke: var(--theme-header-color);
}

.header-r .search:hover svg path {
  stroke: var(--theme-color);
}

.mobile-nav {
  display: none;
}

.btn-large-nav-expand {
  display: none;
  margin-left: 20px;
}

.search svg path {
  stroke: var(--theme-header-color);
}

.banner {
  height: calc(100vh - var(--header-h));
  position: relative;
  margin-top: var(--header-h);
}

.banner-wrap,
.banner-wrap .main-page {
  height: 100%;
}

.scroll-btn {
  position: absolute;
  bottom: clamp(30px, 60* var(--custom-size), 60px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  cursor: pointer;
}

.banner-wrap .txt-wrap {
  height: 100%;
  flex-direction: column;
}

.banner .txt-wrap .title {
  font-size: max(28px, 58* var(--custom-size));
  margin-bottom: var(--custom-size-10-20);
}

.banner .txt-wrap .title-sub {
  font-size: max(20px, 30* var(--custom-size));
  margin-bottom: var(--custom-size-10-20);
}

.banner .txt-wrap .intro {
  font-size: max(18px, 28* var(--custom-size));
  margin-bottom: max(30px, 5%);
}

.banner .txt-wrap .intro-sub {
  font-size: max(18px, 20* var(--custom-size));
  margin-bottom: max(30px, 5%);
  max-width: 40%;
  line-height: 1.5;
}

.banner .swiper-slide .title {
  animation-delay: .3s;
}

.banner .swiper-slide .intro {
  animation-delay: .5s;
}

.banner .swiper-slide .banner-btn {
  animation-delay: .7s;
}

.learn-more {
  flex: 0 0 auto;
  padding: clamp(6px, 10 * var(--custom-size), 10px) clamp(12px, 20 * var(--custom-size), 20px);
  border-radius: 30px;
  cursor: pointer;
  font-size: var(--font-size-16);
  gap: 10px;
  background: linear-gradient(-46.33deg, rgb(163, 132, 53) 8.058%, rgb(202, 170, 74) 95.545%);
  transition: .3s;
}

.learn-more>img {
  width: clamp(16px, 18 * var(--custom-size), 18px);
  height: clamp(16px, 18 * var(--custom-size), 18px);
}

.learn-more:hover {
  transform: scale(1.1);
}

.banner-pagination {
  bottom: max(30px, 50 * var(--custom-size)) !important;
  width: auto;
  font-size: var(--font-size-24);
  font-weight: bold;
  color: rgba(255, 255, 255, .2);
}

.banner-pagination .swiper-pagination-bullet {
  background-color: #fff;
  width: max(20px, 126 * var(--custom-size));
  height: 4px;
  border-radius: 0;
}

section {
  padding: var(--section-padding-top) 0 var(--section-padding-bottom);
  position: relative;
}

.sec-top .title {
  font-size: max(24px, 54 * var(--custom-size));
  color: #333;
  line-height: 1;
}

.sec-top .intro {
  font-size: var(--font-size-20);
  color: #666;
  margin-top: var(--custom-size-10-20);
}

.sec-top .font {
  font-size: var(--font-size-28);
  margin-top: var(--custom-size-20-40);
  color: #000;
}

.sec-top .font strong {
  color: #B9A169;
  font-weight: bold;
}

.sec-top .txt {
  font-size: var(--font-size-24);
  color: #333;
  max-width: 70%;
  margin: var(--custom-size-20-40) auto 0;
  text-align: left;
}

/* .sec-top .txt p+p {
  margin-top: 20px;
} */

.theme-color-white .sec-top .title,
.theme-color-white .sec-top .intro,
.theme-color-white .sec-top .font {
  color: #fff;
}

.sec-top .font *+* {
  margin-top: var(--custom-size-10-20);
}

.btn-wrap {
  gap: var(--custom-size-10-20);
}

.btn-wrap .btn {
  padding: 10px 20px;
  font-size: var(--font-size-18);
  border: 2px solid #e7e7e7;
  color: #000;
  border-radius: 30px;
  cursor: pointer;
  transition: .3s;
}

.btn-wrap .btn.active,
.btn-wrap .btn:hover {
  background-color: var(--theme-color);
  color: #fff;
  border-color: var(--theme-color);
}

footer {
  padding-top: max(30px, 3%);
  /* padding-bottom: var(--section-padding-top); */
  color: #333;
}

footer .idea {
  font-size: clamp(30px, 60* var(--custom-size), 60px);
  font-weight: bold;
  line-height: 1;
  flex-shrink: 0;
  padding-right: 5%;
}

footer .footer-nav {
  width: 50%;
}

footer .footer-nav .item {
  margin: 0 var(--custom-size-20-40);
}

footer .nav-title a {
  font-size: var(--font-size-22);
  font-weight: bold;
  margin-bottom: var(--custom-size-20-40);
  color: #333;
  display: block;
}

footer .nav-list a {
  font-size: var(--font-size-18);
  font-weight: 400;
  display: block;
  margin-bottom: 10px;
  color: #333;
}

footer .nav-list a:hover {
  text-decoration: underline;
}

footer .company-info .info {
  font-size: var(--font-size-18);
  text-align: right;
}

footer .company-info .info p {
  margin-bottom: var(--custom-size-10-20);
  gap: 10px;
}

.copyright {
  margin-top: max(30px, 3%);
  padding: max(20px, 2%) 0;
  border-top: 1px solid rgba(51, 51, 51, .2);
}

.copyright .txt {
  max-width: 50%;
}

.copyright a {
  color: #333;
  font-weight: normal;
}

.copyright .privacy {
  gap: 30px;
}

.copyright a:hover {
  text-decoration: underline;
}

.page-banner {
  /* height: max(50vh, 570* var(--custom-size)); */
  padding: clamp(30px, 10%, 10%) 0;
  margin-top: var(--header-h);
  position: relative;
}

.page-banner-wrap {
  position: relative;
  z-index: 1;
}

.page-banner::after,
.page-banner::before {
  content: '';
  width: 60%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.page-banner::after {
  width: 40%;
  background: linear-gradient(to right, rgba(10, 45, 114, 1), transparent);
}

.page-banner::before {
  background: linear-gradient(to right, rgba(72, 186, 217, 1), rgba(72, 186, 217, .9) 30%, transparent);
}

.page-banner-product {
  background: linear-gradient(58deg, #0d244e, #bddff4);
  height: calc(100vh - var(--header-h));
}

.page-banner .breadcrumb {
  position: absolute;
  top: var(--custom-size-20-40);
  right: var(--main-page-margin);
  font-size: 16px;
}

.page-banner-product .txt,
.page-banner-product .pic {
  width: 50%;
}

.page-banner .title p {
  font-size: clamp(20px, 32* var(--custom-size), 32px);
}

.page-banner .title h1 {
  font-size: clamp(26px, 66* var(--custom-size), 66px);
}

.page-banner .intro {
  margin-top: var(--custom-size-20-40);
  line-height: 1.5;
}

.page-banner .intro p+p {
  margin-top: var(--custom-size-10-20);
}

.page-banner .pic {
  padding: 0 5%;
}

.page-section:not(.page-section-padding) {
  padding-bottom: 0;
}

.index-sec1 {
  --slide-w: calc(780 * var(--custom-size));
  --slide-gap: max(20px, 100 * var(--custom-size))
}

.index-sec1 .swiper-slide {
  /* width: calc(100vw - var(--main-page-margin) * 2 - var(--slide-w) - var(--slide-gap)) !important; */
  /* width: calc((55% - 60px * 2) / 2) !important; */
  aspect-ratio: 4 / 3;
  display: flex;
  flex-direction: column;
  /* transition: .3s; */
  margin-right: var(--slide-gap);
}

.index-sec1 .swiper-slide-active {
  width: 45% !important;
  aspect-ratio: 983 / 681;
}

.index-sec1 .swiper-slide .pic {
  /* width: 100%;
  aspect-ratio: 983 / 415; */
  height: 60%;
  transition: .3s;
}

.index-sec1 .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-sec1 .swiper-slide .txt {
  padding: var(--custom-size-10-20) var(--custom-size-20-40);
  background-color: #E2E6F2;
  color: #333;
  transition: .3s;
  flex-shrink: 0;
}

.index-sec1 .swiper-slide .desc {
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  height: 0;
}

.index-sec1 .swiper-slide-active:hover .pic {
  height: 0;
}

.index-sec1 .swiper-slide-active:hover .txt {
  height: 100%;
}

.index-sec1 .swiper-slide-active:hover .desc {
  opacity: 1;
  visibility: visible;
  height: auto;
  margin-top: var(--custom-size-10-20);
}

.index-sec1 .swiper-slide-active:hover .txt-icon {
  display: none;
}

.index-sec1 .swiper-slide .txt .title {
  font-size: var(--font-size-24);
  margin-bottom: var(--custom-size-10-20);
}

.index-sec1 .swiper-slide .txt .intro {
  font-size: var(--font-size-16);
  line-height: 1.5;
}

.index-sec1 .swiper-slide:not(.swiper-slide-active) .txt .title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.index-sec1 .swiper-slide:not(.swiper-slide-active) .txt .intro {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.read-more {
  font-size: 14px;
  display: none;
  gap: 10px;
  margin-top: var(--custom-size-20-40);
  transition: .3s;
  width: max-content;
}

.read-more span {
  position: relative;
}

.read-more span::after {
  content: '';
  position: absolute;
  bottom: -.1em;
  left: 0;
  width: 0;
  height: 1px;
  transition: .3s;
  background-color: #fff;
}

.read-more:hover {
  transform: scale(1.1);
  transform-origin: left center;
}

.read-more:hover span::after {
  width: 100%;
}

.index-sec1 .swiper-slide .read-more .icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
}

.index-sec1 .swiper-slide-active .txt {
  background-color: #BFA55C;
  color: #fff;
  gap: 15%;
  flex: 1;
}

.index-sec1 .swiper-slide-active .txt .title {
  font-size: max(18px, 24 * var(--custom-size));
  font-weight: bold;
}

.index-sec1 .swiper-slide .txt-icon {
  width: max(50px, 140 * var(--custom-size));
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .25);
  display: none;
  flex-shrink: 0;
}

.index-sec1 .swiper-slide .txt-icon img {
  width: 50%;
}

.index-sec1 .swiper-slide-active .read-more {
  margin-top: var(--custom-size-10-20);
}

.index-sec1 .swiper-slide-active .read-more,
.index-sec1 .swiper-slide-active .txt-icon {
  display: flex;
}

.swiper-custom-button-wrap {
  position: absolute;
  bottom: 0;
  left: calc(var(--slide-gap) + var(--slide-w) + var(--slide-w) / 1.5);
  z-index: 99;
  gap: var(--custom-size-10-20);
  transform: translateX(-100%);
}

.swiper-custom-button {
  width: max(40px, 80 * var(--custom-size));
  aspect-ratio: 1;
  border-radius: 50%;
  /* border: 1px solid #BFA55C; */
  cursor: pointer;
  background: linear-gradient(270.00deg, #A98A39, #D6B551 100%);
}

.swiper-custom-button:hover {
  background: linear-gradient(270.00deg, #C2A351, #ECCD6F 100%);
  border: 0;
}

.swiper-custom-button img {
  filter: brightness(1000) contrast(1000);
}

.sec-top-center {
  text-align: center;
}

.sec-top-center .font {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.index-sec2 .card-wrap {
  --column: 5;
}

.index-sec2 .card-wrap .item {
  overflow: hidden;
}

.index-sec2 .card-wrap .icon {
  padding: max(20px, 70 * var(--custom-size)) var(--custom-size-20-40);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: #F4F2EC;
  border-bottom: 0;
  flex-direction: column;
  text-align: center;
  gap: 10px;
  height: calc(203 * var(--custom-size));
  font-size: var(--font-size-16);
  color: #333;
}

.index-sec2 .card-wrap .icon img {
  width: max(30px, 66 * var(--custom-size));
  transition: .3s;
}

.index-sec2 .card-wrap .txt {
  padding: var(--custom-size-10-20);
  font-size: var(--font-size-18);
  gap: 10px;
  background-color: #E2E6F2;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  color: #333;
}

.index-sec2 .card-wrap .txt img,
.index-sec2 .card-wrap .icon p {
  display: none;
  line-height: 1.2;
}

.index-sec2 .card-wrap .item:hover {
  box-shadow: rgba(71, 52, 26, 0.1) 0px 0px 10px 0px;
}

.index-sec2 .card-wrap .item:hover .icon {
  backdrop-filter: blur(60px);
  background: #fff;
}

.index-sec2 .card-wrap .item:hover .icon img {
  transform: scale(.9);
}

.index-sec2 .card-wrap .item:hover .icon p {
  display: block;
}

.index-sec2 .card-wrap .item:hover .txt {
  background: linear-gradient(270.00deg, rgb(169, 138, 57) 0%, rgb(214, 181, 81) 100%);
  color: #fff;
}

.index-sec2 .card-wrap .item:hover .txt img,
.index-sec2 .card-wrap .item:hover .icon p {
  display: block;
}

.index-sec3 .swiper {
  padding-bottom: 5%;
  margin-top: 2%;
}

.index-sec3 .swiper-custom-button-wrap {
  left: 50%;
  transform: translateX(-50%);
}

.index-sec3 .swiper-custom-button {
  width: max(30px, 60 * var(--custom-size));
}

.index-sec3 .swiper-custom-button img {
  width: max(8px, 14 * var(--custom-size));
}

.index-sec3 .swiper-slide {
  margin-right: 20px;
  width: max(200px, 355 * var(--custom-size));
  padding: 3px;
  /* cursor: pointer; */
  height: auto;
}

.index-sec3 .swiper-slide .txt-cont {
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  position: relative;
  justify-content: center;
}

.index-sec3 .swiper-slide .txt-cont::after {
  content: '';
  position: absolute;
  top: -3px;
  left: -3px;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  background: linear-gradient(to right bottom, #DFCA8B 0%, #B4964F 100%);
}

.index-sec3 .swiper-slide .txt {
  width: 100%;
  height: 100%;
  background: rgb(244, 242, 236);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}

.index-sec3 .swiper-slide .txt-wrap {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  padding: var(--custom-size-10-20) var(--custom-size-20-40);
}

.index-sec3 .swiper-slide .icon {
  width: max(30px, 105 * var(--custom-size));
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .1);
  padding: 5%;
}

.index-sec3 .swiper-slide .icon img {
  width: 70%;
}

.index-sec3 .swiper-slide .title {
  font-size: max(14px, 28* var(--custom-size));
  color: #533C09;
  margin-top: var(--custom-size-10-20);
}

.index-sec3 .swiper-slide .intro {
  font-size: var(--font-size-16);
  color: #968A70;
  margin-top: var(--custom-size-10-20);
}

.index-sec3 .swiper-slide .detail {
  width: 100%;
  padding: var(--custom-size-10-20);
  border-top: 1px solid rgba(255, 255, 255, .2);
  gap: 10px;
  position: relative;
  z-index: 1;
  transform: scaleY(0);
  transition: .3s;
}

.index-sec3 .swiper-pagination-progressbar {
  bottom: 2.5%;
  top: unset;
  left: 50%;
  width: 30%;
  transform: translate(-50%, 0);
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #B5861C;
}

.index-sec3 .swiper-slide:hover .detail {
  transform: scale(1);
}

.index-sec3 .swiper-slide:hover .txt {
  background-color: transparent;
}

.index-sec3 .swiper-slide:hover .title,
.index-sec3 .swiper-slide:hover .intro {
  color: #fff;
}

.index-sec3 .swiper-slide:hover .icon img {
  filter: brightness(1000) contrast(1000);
}

.index-sec4 {
  padding: 40px 0;
}

.index-sec4 .sec-top {
  width: 28%;
}

.index-sec4 .container {
  width: 40%;
  color: #333;
  margin-right: 40px;
  margin-top: 0;
}

.index-sec4 .container .item {
  padding: max(20px, 3%) max(30px, 10%);
  backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, .5);
}

.index-sec4 .container .item .icon {
  width: max(30px, 60 * var(--custom-size));
}

.index-sec4 .item .title {
  font-size: max(30px, 68 * var(--custom-size));
}

.index-sec4 .item .intro {
  font-size: var(--font-size-20);
}

.sec-cont-lr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.index-sec4 .intro-sub {
  font-size: var(--font-size-20);
  margin-top: max(20px, 10%);
}

.index-sec4 .learn-more {
  margin-top: max(30px, 20%);
}

.service-sec2 {
  background-size: 100% 100%;
}

.service-sec2 .sec-cont {
  margin: 2% 0;
}

.service-sec2 .card-wrap {
  --gap: calc(174 * var(--custom-size));
}

.service-sec2 .item {
  /* background-color: #fff; */
  padding: var(--custom-size-20-40);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
}

.service-sec2 .item:not(:last-child)::after {
  content: '';
  width: calc(100 * var(--custom-size));
  /* height: calc(19 * var(--custom-size)); */
  aspect-ratio: 100 / 19;
  position: absolute;
  top: 50%;
  right: calc(var(--gap) / -2);
  background: url(../images/482.png) no-repeat center / contain;
  transform: translateX(50%);
}

.service-sec2 .item img {
  height: max(70px, 120 * var(--custom-size));
}

.service-sec2 .item .title {
  font-size: max(20px, 28 * var(--custom-size));
  margin-top: var(--custom-size-10-20);
  color: #fff;
}

.service-sec2 .item .intro-lay {
  font-size: max(16px, 20 * var(--custom-size));
  /* text-align: left; */
  color: #fff;
}

.service-sec6 .item .title,
.service-sec6 .item .intro-lay {
  color: #666;
}

.title-lay {
  color: #333;
  font-size: max(18px, 32 * var(--custom-size));
}

.intro-lay {
  font-size: var(--font-size-24);
  color: #666;
  margin-top: var(--custom-size-10-20);
  text-align: justify;
}

.service-sec3 .item {
  border: 1px solid rgb(195, 194, 194);
  padding: var(--custom-size-20-40);
  display: flex;
  flex-direction: column;
  background-color: #fff;
}

.service-sec3 .item .title {
  align-items: flex-end;
  gap: 10px;
  line-height: 1;
}

.bg-color-deep {
  background-color: #FDFCFC;
}

.service-sec4 .area-wrap {
  gap: max(20px, 15%);
  width: 80%;
  margin: 0 auto;
}

.service-sec4 .area-wrap .title {
  font-weight: bold;
}

.service-sec4 .area-wrap .pic {
  width: 50%;
  flex-shrink: 0;
}

.service-sec5 .area-wrap {
  gap: max(30px, 15%);
}

.service-sec5 .txt {
  width: 45%;
  flex-shrink: 0;
}

.service-sec5 .item {
  margin-bottom: max(30px, 60 * var(--custom-size));
}

.service-sec5 .item .title {
  position: relative;
}

.service-sec5 .item .title::after {
  content: '';
  position: absolute;
  top: 50%;
  left: -20px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #F4BA0E;
}

.service-sec6 .card-wrap {
  --gap: var(--custom-size-20-40);
}

.service-sec6 .item {
  background-color: #FDFCFC;
  border: 1px solid rgb(195, 194, 194);
}

.service-sec6 .item img {
  width: min(50%, 188 * var(--custom-size));
  height: auto;
}

.service-sec7 img {
  margin: 0 auto;
}

.aboutus-sec1 .area-wrap {
  gap: max(20px, 60 * var(--custom-size));
}

.aboutus-sec1 .area-wrap .pic {
  width: 45%;
  flex-shrink: 0;
}

.aboutus-sec1 .intro-lay {
  color: #333;
}

.aboutus-sec1 .intro-lay p+p {
  margin-top: var(--custom-size-20-40);
}

.aboutus-sec2 .area-wrap {
  gap: max(30px, 10%);
}

.aboutus-sec2 .area-wrap .txt,
.aboutus-sec2 .area-wrap .pic {
  width: 40%;
}

.aboutus-sec2 .area-wrap .txt .title {
  font-size: max(20px, 30 * var(--custom-size));
}

.aboutus-sec2 .area-wrap .txt .title span {
  font-size: max(30px, 80 * var(--custom-size));
}

.aboutus-sec2 .area-wrap .txt .intro {
  font-size: var(--font-size-24);
  font-weight: 300;
  margin-top: var(--custom-size-20-40);
  line-height: 1.5;
}

.time-line {
  margin-top: max(30px, 10%);
}

.time-line .line {
  /* width: calc(100% - 73px); */
  margin: 0 auto;
  border-top: 1px dashed #fff;
}

.time-line .item:first-child {
  transform: translateX(5px);
}

.time-line .item span {
  font-size: var(--font-size-16);
  font-weight: 300;
  position: relative;
  padding-top: 30px;
  display: block;
  cursor: pointer;
}

.time-line .item span::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
}

.time-line .item span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.time-line .item.active span::before {
  background: url(../images/icon30.png) no-repeat 100%;
}

.time-line .item span:hover::before {
  background-color: rgba(255, 255, 255, .3);
}

.aboutus-sec3 .card-wrap {
  --column: 2;
}

.aboutus-sec3 .item {
  aspect-ratio: 780 / 466;
}

.aboutus-sec3 .item-wrap {
  padding: max(30px, 60 * var(--custom-size));
  text-align: center;
  flex-direction: column;
  height: 100%;
  transition: .3s;
}

.aboutus-sec3 .item .icon {
  width: max(50px, 130 * var(--custom-size));
  height: max(50px, 130 * var(--custom-size));
  border-radius: 50%;
  background-color: rgba(0, 0, 0, .5);
  margin-bottom: var(--custom-size-10-20);
  flex-shrink: 0;
}

.aboutus-sec3 .item .icon img {
  width: 70%;
}

.aboutus-sec3 .intro-lay,
.aboutus-sec3 .title-lay {
  color: #fff;
}

.aboutus-sec3 .intro-lay {
  display: none;
  text-align: left;
}

.aboutus-sec3 .item:hover .item-wrap {
  background-color: rgba(10, 15, 23, .5);
}

.aboutus-sec3 .item:hover .icon {
  background: linear-gradient(270.00deg, rgb(170, 139, 58), rgb(212, 179, 80) 100%);
}

.aboutus-sec3 .item:hover .intro-lay {
  display: block;
}

.aboutus-sec4 .card-wrap {
  --column: 2;
  height: max(584 * var(--custom-size));
}

.aboutus-sec4 .card-wrap .item {
  height: 100%;
  position: relative;
}

.aboutus-sec4 .slide-wrap {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  height: 50%;
}

.aboutus-sec4 .swiper-slide .pic {
  padding: max(20px, 5%) max(30px, 10%);
  flex: 1;
}

.aboutus-sec4 .swiper-slide:not(.swiper-slide-active) .pic img {
  width: 70%;
}

.aboutus-sec4 .swiper-slide .txt {
  background-color: #E2E6F2;
  text-align: center;
  padding: var(--custom-size-10-20);
  color: #333;
  position: relative;
}

.aboutus-sec4 .swiper-slide .txt::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: radial-gradient(#fff, transparent 70%);
}

.aboutus-sec4 .swiper-slide .title {
  font-size: var(--font-size-18);
}

.aboutus-sec4 .swiper-slide .intro {
  font-size: var(--font-size-18);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  word-break: break-all;
  display: none;
  opacity: .8;
  font-weight: 300;
  margin-top: var(--custom-size-10-20);
}

.aboutus-sec4 .swiper-slide-active .slide-wrap {
  background: linear-gradient(270.00deg, rgb(171, 140, 59), rgb(211, 178, 80) 100%);
  height: 100%;
}

/* .aboutus-sec4 .swiper-slide-active .pic img {
  width: auto;
} */

.aboutus-sec4 .swiper-slide-active .txt {
  color: #fff;
  background-color: unset;
}

.aboutus-sec4 .swiper-slide-active .title {
  font-size: max(18px, 28 * var(--custom-size));
}

.aboutus-sec4 .swiper-slide-active .intro {
  display: -webkit-box;
}

.aboutus-sec4 .serial {
  position: absolute;
  left: calc(50% + 15px);
  bottom: 0;
  display: flex;
  gap: 6px;
  z-index: 99;
}

.aboutus-sec4 .serial span {
  width: max(20px, 30 * var(--custom-size));
  height: max(20px, 30 * var(--custom-size));
  border: 1px solid #D8D8D8;
  font-size: max(10px, 16 * var(--custom-size));
  color: #333;
  cursor: pointer;
  transition: .3s;
}

.aboutus-sec4 .serial span:hover,
.aboutus-sec4 .serial span.active {
  border-color: #B5861C;
  color: #B5861C;
}

.honor-item {
  display: flex;
  align-items: flex-end;
}

.honor-wrap {
  width: 60%;
  max-height: 100%;
  overflow-y: auto;
  padding: var(--custom-size-20-40);
  padding-bottom: max(var(--custom-size-20-40), 15%);
  background-color: rgba(3, 12, 48, .63);
  border-top: 6px solid #3C59CF;
}

.honor-wrap .title {
  font-size: var(--font-size-24);
  margin-bottom: var(--custom-size-20-40);
}

.honor-wrap li {
  font-size: var(--font-size-20);
  margin-bottom: var(--custom-size-10-20);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
  padding-right: var(--custom-size-20-40);
  text-decoration: underline;
  position: relative;
}

.honor-wrap li.active::after {
  content: '';
  border-top: 7.5px solid transparent;
  border-bottom: 7.5px solid transparent;
  border-left: 15px solid transparent;
  border-right: 15px solid #fff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.aboutus-sec5 {
  background-color: #283B89;
}

.aboutus-sec5 .container {
  padding: var(--custom-size-20-40);
}

.aboutus-sec5 .container .card-wrap {
  --column: 5;
  --gap: max(20px, 5%);
}

.solution-sec1 .card-wrap {
  --column: 2;
  margin: 0 10%;
}

.solution-sec1 .item {
  aspect-ratio: 49 / 25;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  background-position: top;
}

.solution-sec1 .item .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: max(10px, 25 * var(--custom-size));
  text-align: center;
  background-color: rgba(0, 0, 0, .3);
  backdrop-filter: blur(5px);
}

.solution-sec1 .item-extent {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(100%);
  transition: .3s;
  background: linear-gradient(-46.33deg, rgb(163, 132, 53) 8.058%, rgb(202, 170, 74) 95.545%);
  padding: calc(var(--custom-size-20-40) * 2);
  height: 100%;
  flex-direction: column;
}

.solution-sec1 .item:hover .item-extent {
  transform: translateY(0);
}

.solution-sec1 .item-extent .title-lay,
.solution-sec1 .item-extent .intro-lay {
  color: #fff;
  position: relative;
  z-index: 1;
}

.solution-sec1 .item-extent .intro-lay {
  font-weight: 300;
  line-height: 1.5;
}

.solution-sec1 .item-extent .serial {
  position: absolute;
  top: var(--custom-size-20-40);
  left: var(--custom-size-20-40);
  font-size: max(20px, 50 * var(--custom-size));
  font-weight: bold;
  background: transparent;
  -webkit-text-stroke: 2px rgba(255, 255, 255, .5);
  -webkit-text-fill-color: transparent;
}

.solution-sec1 .item-extent .alogo {
  width: max(40px, 134 * var(--custom-size));
  position: absolute;
  bottom: var(--custom-size-20-40);
  right: var(--custom-size-20-40);
}

.img-white {
  filter: brightness(1000) contrast(1000);
}

.service-sec7 .txt-wrap {
  position: absolute;
  width: calc(240 * var(--custom-size));
}

.service-sec7 .txt-wrap h1 {
  font-size: calc(32 * var(--custom-size));
  color: #333;
}

.service-sec7 .txt-wrap p {
  font-size: calc(22 * var(--custom-size));
  font-weight: 300;
  color: #666;
  margin-top: var(--custom-size-10-20);
  background-color: #fff;
  padding: 10px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .3);
  display: none;
}

.service-sec7 .txt-wrap:hover h1,
.service-sec7 .txt-wrap.active h1 {
  color: #8F6900;
}

.service-sec7 .txt-wrap:hover p,
.service-sec7 .txt-wrap.active p {
  display: block;
}

.service-sec7 .txt-wrap:nth-of-type(1) {
  top: 51%;
  left: 6%;
}

.service-sec7 .txt-wrap:nth-of-type(2) {
  top: 31%;
  left: 17%;
}

.service-sec7 .txt-wrap:nth-of-type(3) {
  text-align: center;
  top: 11%;
  left: 43.5%;
}

.service-sec7 .txt-wrap:nth-of-type(4) {
  top: 31%;
  left: 72%;
  z-index: 1;
}

.service-sec7 .txt-wrap:nth-of-type(5) {
  top: 53%;
  left: 82%;
}

.service-sec8 {
  display: none;
}

object.wfEditorMode {
  display: none;
}

object.wfEditorMode a {
  float: unset !important;
}

body.wfEditorMode object {
  display: block;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3147483640;
  visibility: hidden;
  opacity: 0;
  --root-page-content-width: 1600px;
  --root-page-max-width: 1960;
  --root-page-min-width: 1440;
  --min: calc((var(--root-page-min-width) / var(--root-page-max-width)) * 1px);
  --val: calc(100vw / var(--root-page-max-width));
  --max: 1px;
  --px: clamp(var(--min), var(--val), var(--max));
}

.popup.open {
  visibility: visible;
  opacity: 1;
}

.popup .popup-content {
  position: relative;
}

.popup .popup-content.position__center {
  position: absolute;
  top: 50vh;
  left: 50vw;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.popup .popup-overlay {
  width: 100vw;
  height: 100vh;
  position: absolute;
  background-color: rgba(0, 0, 0, .7);
  top: 0;
  left: 0;
  visibility: hidden;
}

.popup.open .popup-overlay {
  visibility: visible;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.apply-popup {
  width: 100vw;
  height: 100vh;
  padding: calc(24 * var(--px));
  display: flex;
  justify-content: center;
  align-items: center;
}

.apply-popup__content {
  width: 100%;
  max-width: calc(700 * var(--px));
  max-height: calc(100%);
  color: #333;
  border-radius: 5px;
  padding-top: calc(60 * var(--px));
  position: relative;
  /* background: #fff url(../images/popup-bg.png) no-repeat 110% -10%;
  background-size: calc(294 * var(--px)) calc(306 * var(--px)); */
  overflow: auto;
  background-color: #fff;
}

.apply-popup__content::-webkit-scrollbar {
  display: none;
}

.apply-popup__content .close-icon {
  --r: 38;
  width: calc(38 * var(--px));
  height: calc(38 * var(--px));
  font-size: calc(var(--r) * var(--px));
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: calc(30 * var(--px));
  right: calc(30 * var(--px));
  cursor: pointer;
  transition: .3s;
}

.apply-popup__content .close-icon::after,
.apply-popup__content .close-icon::before {
  content: '';
  width: 100%;
  height: 2px;
  background: linear-gradient(-46.33deg, rgb(163, 132, 53) 8.058%, rgb(202, 170, 74) 95.545%);
  position: absolute;
  top: 50%;
  left: 0;
}

.apply-popup__content .close-icon::after {
  transform: rotate(45deg);
}

.apply-popup__content .close-icon::before {
  transform: rotate(-45deg);
}

.apply-popup__content .close-icon:hover {
  transform: rotate(90deg);
}

.apply-popup__content .apply-popup__header {
  text-align: center;
}

.apply-popup__content .apply-popup__header .apply-popup__title {
  font-size: calc(28 * var(--px));
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: calc(10 * var(--px));
}

.apply-popup__content .apply-popup__header .apply-popup__desc {
  font-size: calc(18 * var(--px));
}

.apply-popup__content .apply-popup__header .apply-popup__desc>p strong {
  color: var(--primary-color);
}

.apply-popup .apply-popup__main {
  --label-width: 120;
  padding: calc(30 * var(--px));
}

.apply-popup .apply-popup__main .input-filed {
  font-size: calc(20 * var(--px));
  line-height: 1.5;
  display: flex;
  align-items: center;
  margin-bottom: calc(28 * var(--px));
}

.apply-popup .apply-popup__main .input-filed>label {
  flex: 0 0 calc(var(--label-width) * var(--px));
  text-align: right;
}

.apply-popup .apply-popup__main .input-filed>label.required::after {
  content: '*';
  color: #FC5555;
}

.apply-popup .apply-popup__main .input-filed .input-filed__content {
  flex: 1 0 0;
  margin-left: calc(22 * var(--px));
  position: relative;
  display: flex;
}

.apply-popup .apply-popup__main .input-filed .input-filed__content>input,
.apply-popup .apply-popup__main .input-filed .input-filed__content>textarea {
  width: 100%;
  height: 100%;
  font-size: calc(18 * var(--px));
  padding: calc(10 * var(--px));
  border: 1px solid #DEDEDE;
  border-radius: 5px;
  display: block;
}

.apply-popup .apply-popup__main .input-filed .input-filed__content>textarea {
  height: calc(100 * var(--px));
}

.apply-popup .apply-popup__main .input-filed .input-filed__content .field-btn {
  font-size: max(12px, 18 * var(--custom-size));
  flex: 0 0 auto;
  background-color: #fff;
  outline: none;
  border: 1px solid #DEDEDE;
  border-radius: 5px;
  margin-left: calc(20 * var(--px));
  padding: 0 5px;
}

.apply-popup .apply-popup__main .input-filed .input-filed__content .verif-code {
  height: calc(67 * var(--px));
}

.apply-popup .apply-popup__main .input-filed.submit-btn .input-filed__content>.section {
  width: 100%;
}

.apply-popup .apply-popup__main .input-filed.submit-btn .input-filed__content .field-btn {
  width: 100%;
  color: #fff;
  font-size: calc(18 * var(--px));
  line-height: 1.5;
  line-height: calc(70 * var(--px));
  border: none;
  background: linear-gradient(-46.33deg, rgb(163, 132, 53) 8.058%, rgb(202, 170, 74) 95.545%);
  margin-left: 0;
  cursor: pointer;
}

.apply-popup .apply-popup__main .input-filed .input-filed__content .error-text {
  font-size: calc(16 * var(--px));
  color: #FC5555;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transform: translateY(100%);
}

.apply-popup .apply-popup__main .submit-tip {
  flex: 0 0 100%;
  font-size: calc(16 * var(--px));
  margin-top: calc(16 * var(--px));
}

.apply-popup .apply-popup__main .submit-tip a {
  color: #000;
}

/* ç”³è¯·æˆåŠŸå¼¹æ¡† */
.apply-success-popup {
  width: 100vw;
  height: 100vh;
  padding: calc(24 * var(--px));
  display: flex;
  align-items: center;
  justify-content: center;
}

.apply-success-popup__content {
  width: 100%;
  max-height: 100%;
  font-size: calc(16 * var(--px));
  max-width: calc(700 * var(--px));
  color: #333;
  text-align: center;
  border-radius: 5px;
  padding: 0 calc(24 * var(--px));
  padding-top: calc(60 * var(--px));
  padding-bottom: calc(85 * var(--px));
  position: relative;
  /* background: #fff url(../images/popup-bg.png) no-repeat 110% -10%;
  background-size: calc(294 * var(--px)) calc(306 * var(--px)); */
  overflow: auto;
  background-color: #fff;
}

.apply-success-popup__content::-webkit-scrollbar {
  display: none;
}

.apply-success-popup__content .success-section>img {
  height: calc(158 * var(--px));
  display: block;
  margin: auto;
}

.apply-success-popup__content .success-section>.success-section__title {
  font-size: calc(28 * var(--px));
  color: #FE8101;
  padding: calc(20 * var(--px)) 0;
}

.apply-success-popup__content .qr-code {
  --d: 140;
  width: calc(var(--d) * var(--px));
  display: block;
  margin: 0 auto;
  margin-top: calc(40 * var(--px));
}

.apply-success-popup__content .apply-popup__main>p {
  margin-top: calc(10 * var(--px));
}

.apply-success-popup__content .apply-popup__main .confirm-btn {
  max-width: calc(455 * var(--px));
  width: 100%;
  font-size: calc(18 * var(--px));
  color: #fff;
  line-height: calc(70 * var(--px));
  background-color: #FF8100;
  margin: calc(50 * var(--px)) auto 0;
  border-radius: 5px;
  display: block;
}

.qr-wrap {
  display: flex;
  gap: max(30px, 10%);
}

.qr-wrap span {
  flex-shrink: 0;
}

.qr-wrap img {
  width: 25%;
}

.sidebar {
  position: fixed;
  right: 0;
  bottom: 20%;
  padding: var(--custom-size-10-20);
  color: #fff;
  border-radius: 10px;
  background: linear-gradient(180.00deg, rgba(223, 183, 73, 1), rgba(232, 194, 77, 1) 100%);
  z-index: 9999;
  font-size: max(12px, 24 * var(--custom-size));
}

.sidebar .tel {
  gap: 5px;
  margin: var(--custom-size-10-20) 0 5px;
}

.sidebar img {
  height: max(12px, 24 * var(--custom-size));
}

.sidebar .tel-num {
  margin-bottom: var(--custom-size-20-40);
  letter-spacing: 0;
}

.sidebar .btn {
  border-radius: 12px;
  background-color: #fff;
  padding: var(--custom-size-10-20);
  color: #E6BF4C;
  gap: 10px;
  cursor: pointer;
}