@charset "UTF-8";
.uw-swiper {
  position: relative;
  overflow: hidden;
  background: #0f1720;
}
@keyframes indexBannerFloat {
  0% {
    transform: scale(1.02) translateY(0);
  }
  50% {
    transform: scale(1.06) translateY(-10px);
  }
  100% {
    transform: scale(1.02) translateY(0);
  }
}
.uw-swiper .swiper-wrapper {
  align-items: stretch;
}
.uw-swiper .swiper-slide {
  position: relative;
  height: clamp(393px, 65.7142857143vw, 920px);
  color: var(--color-white);
}
.uw-swiper__media, .uw-swiper__media img {
  width: 100%;
  height: 100%;
}
.uw-swiper__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.uw-swiper__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(42, 87, 142, 0.12) 0%, rgba(8, 15, 24, 0.08) 30%, rgba(8, 15, 24, 0.24) 100%);
}
.uw-swiper__media img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  animation: indexBannerFloat 10s ease-in-out infinite;
}
.uw-swiper__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(113, 156, 214, 0.18) 0%, rgba(20, 40, 68, 0.08) 26%, rgba(9, 16, 28, 0.18) 68%, rgba(9, 16, 28, 0.32) 100%), linear-gradient(90deg, rgba(9, 16, 28, 0.22) 0%, rgba(9, 16, 28, 0.08) 40%, rgba(9, 16, 28, 0.02) 100%);
}
.uw-swiper__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.uw-swiper__content {
  width: min(100%, 880px);
  padding-bottom: 20px;
  text-align: center;
}
.uw-swiper__eyebrow {
  margin: 0;
  color: rgba(255, 255, 255, 0.24);
  font-size: clamp(20px, 3.1428571429vw, 44px);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.uw-swiper__title {
  margin: 10px 0 0;
  font-size: clamp(24px, 3.7142857143vw, 52px);
  line-height: 1.22;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
}
.uw-swiper__desc {
  max-width: 48em;
  margin: 10px auto 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: clamp(12px, 1.1428571429vw, 16px);
  line-height: 2;
  letter-spacing: 0.18em;
}
.uw-swiper .swiper-button-prev,
.uw-swiper .swiper-button-next {
  display: none;
}
.uw-swiper .swiper-pagination {
  bottom: 94px;
}
.uw-swiper .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  margin: 0 6px !important;
  opacity: 1;
  background: rgba(255, 255, 255, 0.28);
}
.uw-swiper .swiper-pagination-bullet-active {
  width: 30px;
  border-radius: 999px;
  background: var(--color-white);
}

.uw-form_search {
  position: relative;
  z-index: 10;
}
.uw-form_search .uw-form__search-form {
  position: absolute;
  width: 100%;
  gap: clamp(9px, 1.7142857143vw, 24px);
  top: calc(-1 * clamp(18px, 3.2142857143vw, 45px));
}
.uw-form_search .uw-form__search-form .uw-form__search-input {
  flex: 1;
  height: clamp(44px, 6.4285714286vw, 90px);
  background: #FFFFFF;
  box-shadow: 4px 10px 12px 0px rgba(174, 194, 231, 0.3);
  border: 1px solid #FFFFFF;
  font-size: clamp(13px, 1.2857142857vw, 18px);
  color: #333;
  padding: 0 clamp(12px, 2.2857142857vw, 32px);
  border-radius: 0;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.uw-form_search .uw-form__search-form .uw-form__search-btn {
  width: clamp(70px, 11.4285714286vw, 160px);
  height: clamp(44px, 6.4285714286vw, 90px);
  background: #0070F2;
  font-weight: 500;
  font-size: clamp(13px, 1.2857142857vw, 18px);
  color: #FFFFFF;
  gap: clamp(4px, 0.5714285714vw, 8px);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}
.uw-form_search .uw-form__search-form .uw-form__search-input:focus {
  transform: translateY(-2px);
  box-shadow: 0 14px 24px rgba(0, 112, 242, 0.16);
}
.uw-form_search .uw-form__search-form .uw-form__search-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 24px rgba(0, 112, 242, 0.2);
  background: #0A7BFF;
}
.uw-form_search .uw-form__search-form .uw-form__search-btn img {
  width: clamp(16px, 1.4285714286vw, 20px);
  height: clamp(16px, 1.4285714286vw, 20px);
}

.index-reveal,
.about-section__content,
.about-section__media,
.service-section__header,
.service-section__menu .item,
.service-section__more,
.uw-process__header,
.uw-process__box,
.uw-news__header,
.uw-news__box .list .item,
.uw-case__header,
.uw-case__box,
.uw-case__more,
.uw-contact__header,
.uw-contact__box {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.index-reveal.is-visible,
.about-section__content.is-visible,
.about-section__media.is-visible,
.service-section__header.is-visible,
.service-section__menu .item.is-visible,
.service-section__more.is-visible,
.uw-process__header.is-visible,
.uw-process__box.is-visible,
.uw-news__header.is-visible,
.uw-news__box .list .item.is-visible,
.uw-case__header.is-visible,
.uw-case__box.is-visible,
.uw-case__more.is-visible,
.uw-contact__header.is-visible,
.uw-contact__box.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.uw-form_search {
  position: relative;
  z-index: 10;
}
.uw-form_search .uw-form__search-form {
  position: absolute;
  width: 100%;
  gap: clamp(9px, 1.7142857143vw, 24px);
  top: calc(-1 * clamp(18px, 3.2142857143vw, 45px));
}
.uw-form_search .uw-form__search-form .uw-form__search-input {
  flex: 1;
  height: clamp(44px, 6.4285714286vw, 90px);
  background: #FFFFFF;
  box-shadow: 4px 10px 12px 0px rgba(174, 194, 231, 0.3);
  border: 1px solid #FFFFFF;
  font-size: clamp(13px, 1.2857142857vw, 18px);
  color: #333;
  padding: 0 clamp(12px, 2.2857142857vw, 32px);
  border-radius: 0;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.uw-form_search .uw-form__search-form .uw-form__search-btn {
  width: clamp(70px, 11.4285714286vw, 160px);
  height: clamp(44px, 6.4285714286vw, 90px);
  background: #0070F2;
  font-weight: 500;
  font-size: clamp(13px, 1.2857142857vw, 18px);
  color: #FFFFFF;
  gap: clamp(4px, 0.5714285714vw, 8px);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}
.uw-form_search .uw-form__search-form .uw-form__search-btn img {
  width: clamp(16px, 1.4285714286vw, 20px);
  height: clamp(16px, 1.4285714286vw, 20px);
}
.uw-form_search .uw-form__search-form .uw-form__search-input:focus {
  transform: translateY(-2px);
  box-shadow: 0 14px 24px rgba(0, 112, 242, 0.16);
}
.uw-form_search .uw-form__search-form .uw-form__search-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 24px rgba(0, 112, 242, 0.2);
  background: #0A7BFF;
}

.about-section {
  padding-top: clamp(39px, 8.9285714286vw, 125px);
  padding-bottom: clamp(19px, 5.7142857143vw, 80px);
  background: url("../images/index-about-bg.png") no-repeat 0 0;
  background-size: 100% 100%;
}
.about-section__inner {
  gap: 0 30px;
}
@media (max-width: 809px) {
  .about-section__inner {
    flex-direction: column;
  }
}
.about-section__content {
  width: min(100%, 628px);
}
.about-section__line {
  margin-bottom: clamp(3px, 1.1428571429vw, 16px);
  margin-top: clamp(3px, 1.1428571429vw, 16px);
  width: clamp(25px, 4.2142857143vw, 59px);
}
.about-section__eyebrow {
  font-weight: 700;
  font-size: clamp(24px, 3.4285714286vw, 48px);
  color: rgba(156, 163, 175, 0.32);
  line-height: 1.1;
}
.about-section__title {
  font-weight: 500;
  font-size: clamp(18px, 2.2857142857vw, 32px);
  color: #333333;
  margin-bottom: clamp(28px, 5.7142857143vw, 80px);
}
.about-section__company {
  font-size: clamp(16px, 1.7142857143vw, 24px);
  color: #333333;
  font-weight: 700;
  margin-bottom: clamp(16px, 1.7142857143vw, 24px);
}
.about-section__desc {
  font-size: clamp(14px, 1.1428571429vw, 16px);
  color: #666;
  font-weight: 400;
  margin-bottom: clamp(12px, 1.1428571429vw, 16px);
}
.about-section__stats {
  margin-top: clamp(28px, 2.8571428571vw, 40px);
}
.about-section__stat-item {
  flex: 1;
  gap: 0 clamp(7px, 1.1428571429vw, 16px);
  transition: transform 0.35s ease;
}
.about-section__stat-item:hover {
  transform: translateY(-4px);
}
.about-section__stat-icon {
  width: clamp(36px, 4.5714285714vw, 64px);
  height: clamp(36px, 4.5714285714vw, 64px);
}
.about-section__stat-icon img {
  width: 100%;
  height: 100%;
}
.about-section__stat-text strong {
  font-size: clamp(16px, 1.7142857143vw, 24px);
  color: #333333;
  font-weight: 700;
}
.about-section__stat-text span {
  font-size: clamp(11px, 1vw, 14px);
  color: #9CA3AF;
  font-weight: 400;
}
.about-section__more {
  width: clamp(100px, 11.4285714286vw, 160px);
  height: clamp(30px, 3.4285714286vw, 48px);
  border-radius: 0px 0px 0px 0px;
  border: clamp(1px, 0.1428571429vw, 2px) solid #333333;
  display: block;
  text-align: center;
  line-height: clamp(30px, 3.4285714286vw, 48px);
  font-weight: 500;
  font-size: clamp(13px, 1.1428571429vw, 16px);
  color: #333333;
  margin-top: auto;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}
.about-section__more:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 24px rgba(24, 62, 110, 0.12);
}
.about-section__media {
  width: min(100%, 680px);
  height: auto;
}
.about-section__media img {
  width: 100%;
  height: 100%;
  transition: transform 0.45s ease;
}
.about-section__media:hover img {
  transform: translateY(-8px) scale(1.02);
}
.about-section .about-section__content .about-section__more {
  display: block;
}
.about-section .about-section__more {
  display: none;
}
@media (max-width: 767px) {
  .about-section .about-section__content .about-section__more {
    display: none;
  }
  .about-section .about-section__more {
    margin: 20px auto 0;
  }
  .about-section__line {
    margin-left: auto;
    margin-right: auto;
  }
  .about-section__media {
    margin-top: 21px;
  }
  .about-section__eyebrow {
    text-align: center;
  }
  .about-section__title {
    text-align: center;
  }
  .about-section__company {
    text-align: center;
  }
}

/**服务范围**/
.service-section {
  padding-top: clamp(20px, 5.1428571429vw, 72px);
  padding-bottom: clamp(20px, 5.7142857143vw, 80px);
}
.service-section__header .left h2 {
  font-weight: 700;
  font-size: clamp(24px, 3.4285714286vw, 48px);
  color: rgba(156, 163, 175, 0.32);
}
.service-section__header .left img {
  margin-top: clamp(3px, 1.1428571429vw, 16px);
  margin-bottom: clamp(3px, 1.1428571429vw, 16px);
}
.service-section__header .left h3 {
  font-weight: 500;
  font-size: clamp(18px, 2.2857142857vw, 32px);
  color: #333333;
}
.service-section__header .right {
  width: clamp(32px, 5vw, 70px);
  height: clamp(32px, 5vw, 70px);
}
.service-section__menu {
  grid-template-columns: repeat(4, 1fr);
  margin-top: clamp(17px, 2.8571428571vw, 40px);
}
@media (max-width: 767px) {
  .service-section__menu {
    grid-template-columns: repeat(2, 1fr);
  }
}
.service-section__menu .item {
  height: clamp(341px, 57.1428571429vw, 800px);
  background: url("../images/index-services-01.png") no-repeat 0 0;
  padding-top: clamp(38px, 6.8571428571vw, 96px);
  padding-left: clamp(17px, 4.5714285714vw, 64px);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.service-section__menu .item:nth-child(2) {
  background: url("../images/index-services-02.png") no-repeat 0 0;
}
.service-section__menu .item:nth-child(3) {
  background: url("../images/index-services-03.png") no-repeat 0 0;
}
.service-section__menu .item:nth-child(4) {
  background: url("../images/index-services-04.png") no-repeat 0 0;
}
.service-section__menu .item {
  background-size: 100% 100% !important;
}
.service-section__menu .item .icon {
  width: clamp(32px, 3.4285714286vw, 48px);
  height: clamp(32px, 3.4285714286vw, 48px);
  transition: transform 0.35s ease;
}
.service-section__menu .item h3 {
  position: relative;
}
.service-section__menu .item h3 img {
  position: absolute;
  top: 0;
  width: clamp(35px, 3.8571428571vw, 54px);
  height: clamp(38px, 4.2142857143vw, 59px);
}
.service-section__menu .item h3 span {
  font-weight: 700;
  font-size: clamp(16px, 1.4285714286vw, 20px);
  color: #FFFFFF;
  padding-top: clamp(20px, 2.0714285714vw, 29px);
  display: block;
}
.service-section__menu .item p {
  margin-top: clamp(15px, 2.5714285714vw, 36px);
  gap: clamp(7px, 0.7142857143vw, 10px);
  font-size: clamp(12px, 1vw, 14px);
  color: #FFF;
  font-weight: 400;
}
.service-section__menu .item .arrow {
  margin-top: clamp(55px, 9.1428571429vw, 128px);
  width: clamp(13px, 1vw, 14px);
  transition: transform 0.3s ease;
}
.service-section__menu .item:hover {
  transform: translateY(-10px);
  box-shadow: 0 18px 36px rgba(24, 62, 110, 0.16);
}
.service-section__menu .item:hover .icon {
  transform: translateY(-4px) scale(1.06);
}
.service-section__menu .item:hover .arrow {
  transform: translateX(6px);
}
.service-section__more {
  width: clamp(85px, 11.4285714286vw, 160px);
  height: clamp(25px, 3.4285714286vw, 48px);
  border-radius: 0px 0px 0px 0px;
  border: clamp(1px, 0.1428571429vw, 2px) solid #333333;
  display: block;
  text-align: center;
  line-height: clamp(25px, 3.4285714286vw, 48px);
  font-weight: 500;
  font-size: clamp(11px, 1.1428571429vw, 16px);
  color: #333333;
  margin-top: clamp(17px, 2.8571428571vw, 40px);
  margin-right: auto;
  margin-left: auto;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}
.service-section__more:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 24px rgba(24, 62, 110, 0.12);
}

/**uw-process**/
.uw-process {
  background: url("../images/index-liuchengbg.png");
  background-size: 100% 100%;
  width: 100%;
  height: clamp(418px, 51.1428571429vw, 716px);
  padding-top: clamp(20px, 5.1428571429vw, 72px);
  padding-bottom: clamp(38px, 8vw, 112px);
}
@media (max-width: 767px) {
  .uw-process {
    background-image: url("../images/index-liuchengbg-mobile.png");
    height: auto;
  }
}
@media (max-width: 767px) {
  .uw-process__header .left {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.uw-process__header .left h2 {
  font-weight: 700;
  font-size: clamp(24px, 3.4285714286vw, 48px);
  color: #9CA3AF;
}
.uw-process__header .left img {
  margin-top: clamp(3px, 1.1428571429vw, 16px);
  margin-bottom: clamp(3px, 1.1428571429vw, 16px);
}
.uw-process__header .left h3 {
  font-weight: 500;
  font-size: clamp(18px, 2.2857142857vw, 32px);
  color: #fff;
}
.uw-process__header .right {
  width: clamp(32px, 5vw, 70px);
  height: clamp(32px, 5vw, 70px);
}
.uw-process__box {
  margin-top: clamp(27px, 4vw, 56px);
}
.uw-process__box img {
  width: 100%;
}

/**新闻动态 uw-news**/
.uw-news {
  background: url("../images/index-newsbg.png") no-repeat 0 0;
  background-size: 100% 100%;
  width: 100%;
  height: clamp(520px, 76.7142857143vw, 1074px);
  padding-top: clamp(20px, 5.1428571429vw, 72px);
  padding-bottom: clamp(20px, 9.2857142857vw, 130px);
}
@media (max-width: 767px) {
  .uw-news {
    height: auto;
    background-image: url("../images/index-newsbg-mobile.png");
  }
}
.uw-news .container-wide {
  height: 100%;
}
@media (max-width: 1415px) {
  .uw-news .container-wide {
    flex-direction: column;
  }
}
.uw-news__header {
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}
.uw-news__header .left h2 {
  font-weight: 700;
  font-size: clamp(24px, 3.4285714286vw, 48px);
  color: rgba(156, 163, 175, 0.32);
}
.uw-news__header .left img {
  margin-top: clamp(3px, 1.1428571429vw, 16px);
  margin-bottom: clamp(3px, 1.1428571429vw, 16px);
}
.uw-news__header .left h3 {
  font-weight: 500;
  font-size: clamp(18px, 2.2857142857vw, 32px);
  color: #333333;
}
.uw-news__header .right {
  width: clamp(32px, 5vw, 70px);
  height: clamp(32px, 5vw, 70px);
  margin-top: auto;
}
.uw-news__header nav {
  gap: clamp(24px, 2.1428571429vw, 30px) clamp(24px, 2vw, 28px);
  overflow-x: auto;
  margin-top: auto;
}
.uw-news__header nav::-webkit-scrollbar {
  display: none;
}
.uw-news__header nav a {
  font-weight: 400;
  font-size: clamp(14px, 1.2857142857vw, 18px);
  color: #333333;
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
  white-space: nowrap;
}
.uw-news__header nav a.active {
  color: #0070F2;
  border-bottom: 2px solid #0070F2;
}
.uw-news__header nav a:hover {
  color: #0070F2;
  border-bottom: 2px solid #0070F2;
  transition: all 0.3s;
}
@media (max-width: 1415px) {
  .uw-news__header {
    flex-direction: row;
    align-items: center;
  }
  .uw-news__header nav {
    flex-direction: row;
    margin-top: 0;
  }
  .uw-news__header .right {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .uw-news__header {
    position: relative;
    flex-direction: column;
    align-items: flex-start;
  }
  .uw-news__header nav {
    margin-top: 17px;
    width: 100%;
  }
  .uw-news__header .right {
    position: absolute;
    right: 0;
    top: 14px;
  }
}
.uw-news__box {
  padding-top: 176px;
  max-width: 1184px;
  flex: 1;
}
@media (max-width: 1415px) {
  .uw-news__box {
    padding-top: 20px;
    max-width: 100%;
  }
  .uw-news__box .list {
    max-width: 100% !important;
  }
  .uw-news__box .list .item {
    width: calc((100% - clamp(10px, 1.7142857143vw, 24px)) / 2) !important;
  }
}
@media (max-width: 767px) {
  .uw-news__box .list {
    max-width: 100% !important;
  }
  .uw-news__box .list .item {
    width: 100% !important;
  }
}
.uw-news__box .list {
  gap: clamp(10px, 1.7142857143vw, 24px);
  max-width: 1184px;
}
.uw-news__box .list .item {
  width: clamp(363px, 41.4285714286vw, 580px);
  padding: clamp(16px, 3.4285714286vw, 48px);
  background: #FFFFFF;
  gap: 0 clamp(20px, 2.8571428571vw, 40px);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.uw-news__box .list .item:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 36px rgba(24, 62, 110, 0.12);
}
.uw-news__box .list .item .left {
  position: relative;
}
.uw-news__box .list .item .left p {
  font-weight: 500;
  font-size: clamp(16px, 2vw, 28px);
  color: #333333;
  line-height: 1.4;
}
.uw-news__box .list .item .left span {
  font-weight: 500;
  font-size: clamp(11px, 0.8571428571vw, 12px);
  color: #9CA3AF;
  margin-top: 6px;
  display: block;
}
.uw-news__box .list .item .left::after {
  content: "";
  width: clamp(35px, 5vw, 70px);
  height: 2px;
  background: #E5E7EB;
  display: block;
  margin-top: clamp(18px, 2.7142857143vw, 38px);
}
.uw-news__box .list .item .right h4 {
  font-weight: 500;
  font-size: clamp(14px, 1.1428571429vw, 16px);
  color: #333333;
  line-height: clamp(21px, 1.7142857143vw, 24px);
  transition: color 0.3s ease;
}
.uw-news__box .list .item:hover .right h4 {
  color: #0070F2;
}
.uw-news__box .list .item .right p {
  font-weight: 400;
  font-size: clamp(12px, 1vw, 14px);
  color: #666666;
  margin-top: clamp(12px, 1.7142857143vw, 24px);
}

/**合作案例**/
.uw-case {
  background: url("../images/index-casebg.png") no-repeat 0 0;
  background-size: 100% 100%;
  padding-top: clamp(24px, 5.1428571429vw, 72px);
  padding-bottom: clamp(24px, 5.7142857143vw, 80px);
}
.uw-case__header {
  text-align: center;
}
.uw-case__header .left h2 {
  font-weight: 700;
  font-size: clamp(24px, 3.4285714286vw, 48px);
  color: rgba(156, 163, 175, 0.32);
}
.uw-case__header .left img {
  margin-top: clamp(3px, 1.1428571429vw, 16px);
  margin-bottom: clamp(3px, 1.1428571429vw, 16px);
  margin-left: auto;
  margin-right: auto;
}
.uw-case__header .left h3 {
  font-weight: 500;
  font-size: clamp(18px, 2.2857142857vw, 32px);
  color: #fff;
}
.uw-case__header .right {
  width: clamp(32px, 5vw, 70px);
  height: clamp(32px, 5vw, 70px);
}
.uw-case__box {
  margin-top: clamp(24px, 2.8571428571vw, 40px);
  position: relative;
  width: 100%;
}
@media (max-width: 1554px) {
  .uw-case__box .btns {
    display: none;
  }
}
.uw-case__box .btns {
  position: absolute;
  z-index: 20;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.uw-case__box .btns.per {
  left: -70px;
}
.uw-case__box .btns.next {
  right: -70px;
}
.uw-case__box .list .item {
  width: 100%;
  background: #fff;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.uw-case__box .list .item:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 36px rgba(24, 62, 110, 0.14);
}
.uw-case__box .list .item img {
  width: 100%;
  height: auto;
  max-height: 466px;
  transition: transform 0.4s ease;
}
.uw-case__box .list .item:hover img {
  transform: scale(1.03);
}
.uw-case__box .list .item p {
  font-weight: 700;
  font-size: clamp(14px, 1.7142857143vw, 24px);
  color: #333333;
  padding: clamp(14px, 2.2857142857vw, 32px) clamp(20px, 2.8571428571vw, 40px);
  padding-bottom: 0;
}
.uw-case__box .list .item span {
  font-weight: 400;
  font-size: clamp(12px, 1.1428571429vw, 16px);
  color: #9CA3AF;
  padding: clamp(14px, 2.2857142857vw, 32px) clamp(20px, 2.8571428571vw, 40px);
  padding-top: clamp(6px, 0.8571428571vw, 12px);
  display: block;
}
.uw-case__more {
  width: clamp(100px, 11.4285714286vw, 160px);
  height: clamp(30px, 3.4285714286vw, 48px);
  border-radius: 0px 0px 0px 0px;
  border: clamp(1px, 0.1428571429vw, 2px) solid #FFF;
  display: block;
  text-align: center;
  line-height: clamp(30px, 3.4285714286vw, 48px);
  font-weight: 500;
  font-size: clamp(13px, 1.1428571429vw, 16px);
  color: #fff;
  margin: clamp(20px, 2.8571428571vw, 40px) auto 0;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}
.uw-case__more:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 24px rgba(255, 255, 255, 0.12);
}

/**联系我们**/
.uw-contact {
  background: url("../images/index-contactbg.png") no-repeat 0 0;
  background-size: 100% 100%;
  padding-top: clamp(24px, 5.1428571429vw, 72px);
  padding-bottom: clamp(27px, 8vw, 112px);
}
.uw-contact__header-left {
  font-size: clamp(24px, 3.4285714286vw, 48px);
}
.uw-contact__header-left h2 {
  font-weight: 700;
  font-size: clamp(24px, 3.4285714286vw, 48px);
  color: rgba(156, 163, 175, 0.32);
}
.uw-contact__header-left img {
  margin-top: clamp(3px, 1.1428571429vw, 16px);
  margin-bottom: clamp(3px, 1.1428571429vw, 16px);
}
.uw-contact__header-left h3 {
  font-weight: 500;
  font-size: clamp(18px, 2.2857142857vw, 32px);
  color: #333333;
}
.uw-contact__header-right {
  width: clamp(32px, 5vw, 70px);
  height: clamp(32px, 5vw, 70px);
}
.uw-contact__box {
  gap: clamp(8px, 2.8571428571vw, 40px);
  margin-top: clamp(14px, 2.8571428571vw, 40px);
}
@media (max-width: 767px) {
  .uw-contact__box {
    flex-direction: column;
  }
}
.uw-contact__box-map {
  width: clamp(320px, 61.4285714286vw, 860px);
  height: clamp(446px, 45.4285714286vw, 636px);
  background-color: #fff;
}
@media (max-width: 767px) {
  .uw-contact__box-map {
    width: 100%;
    height: 241px;
  }
}
.uw-contact__box-form {
  background: #FFFFFF;
  flex: 1;
  padding: clamp(16px, 2.2857142857vw, 32px) clamp(12px, 2.2857142857vw, 32px);
}
.uw-contact__box-form h2 {
  margin-bottom: clamp(16px, 1.7142857143vw, 24px);
  font-size: clamp(16px, 1.7142857143vw, 24px);
  color: #333;
  font-weight: 700;
}
.uw-contact__box-form .input {
  width: 100%;
  background: #F6F8FA;
  margin-bottom: clamp(12px, 1.1428571429vw, 16px);
  padding: clamp(12px, 1.1428571429vw, 16px);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.uw-contact__box-form .input:last-child {
  margin-bottom: 0;
}
.uw-contact__box-form .input:focus-within {
  transform: translateY(-2px);
  box-shadow: 0 14px 24px rgba(0, 112, 242, 0.12);
}
.uw-contact__box-form .input input {
  border: 0;
  outline: none;
  background: none;
  font-size: clamp(14px, 1.1428571429vw, 16px);
}
.uw-contact__box-form .input textarea {
  resize: none;
  width: 100%;
  border: 0;
  height: clamp(88px, 8.4285714286vw, 118px);
  background: none;
  outline: none;
  font-size: clamp(14px, 1.1428571429vw, 16px);
}
.uw-contact__box-form .input:focus-within {
  transform: translateY(-2px);
  box-shadow: 0 14px 24px rgba(0, 112, 242, 0.12);
}

/* 在线留言提交按钮 */
.uw-contact__submit-btn {
  width: 100%;
  height: clamp(40px, 4.2857142857vw, 50px);
  background: linear-gradient(135deg, #1867C1 0%, #3366CC 100%);
  border: none;
  border-radius: 4px;
  color: #FFFFFF;
  font-size: clamp(14px, 1.1428571429vw, 16px);
  font-weight: 500;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
}
.uw-contact__submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(24, 103, 193, 0.3);
}
.uw-contact__submit-btn:active {
  transform: translateY(0);
}
.uw-contact__submit-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.uw-contact__submit-btn.is-loading {
  pointer-events: none;
}
.uw-contact__submit-btn.is-loading span {
  display: inline-block;
}
.uw-contact__submit-btn.is-loading span::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 8px;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  border-top-color: transparent;
  animation: spin 0.8s linear infinite;
  vertical-align: middle;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* 表单消息提示 */
.uw-contact__message {
  width: 100%;
  padding: clamp(10px, 1.1428571429vw, 12px) clamp(12px, 1.1428571429vw, 16px);
  border-radius: 4px;
  font-size: clamp(12px, 1vw, 14px);
  margin-bottom: clamp(12px, 1.1428571429vw, 16px);
  animation: slideIn 0.3s ease;
}
.uw-contact__message--success {
  background: rgba(52, 211, 153, 0.1);
  color: #059669;
  border: 1px solid rgba(52, 211, 153, 0.3);
}
.uw-contact__message--error {
  background: rgba(239, 68, 68, 0.1);
  color: #DC2626;
  border: 1px solid rgba(239, 68, 68, 0.3);
}
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .uw-swiper__media img {
    animation: none;
  }
  .index-reveal,
  .about-section__content,
  .about-section__media,
  .service-section__header,
  .service-section__menu .item,
  .service-section__more,
  .uw-process__header,
  .uw-process__box,
  .uw-news__header,
  .uw-news__box .list .item,
  .uw-case__header,
  .uw-case__box,
  .uw-case__more,
  .uw-contact__header,
  .uw-contact__box {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .uw-form_search .uw-form__search-form .uw-form__search-input,
  .uw-form_search .uw-form__search-form .uw-form__search-btn,
  .about-section__stat-item,
  .about-section__more,
  .about-section__media img,
  .service-section__menu .item,
  .service-section__menu .item .icon,
  .service-section__menu .item .arrow,
  .service-section__more,
  .uw-news__box .list .item,
  .uw-news__box .list .item .right h4,
  .uw-case__box .list .item,
  .uw-case__box .list .item img,
  .uw-case__more,
  .uw-contact__box-form .input {
    transition: none;
  }
}/*# sourceMappingURL=index.css.map */
