input {
  background-color: transparent;

  border: 0;
}

button {
  margin: 0;

  padding: 0;

  border: 1px solid transparent;

  outline: none;

  background-color: transparent;
}

button:active {
  opacity: 0.6;
}

.page {
  position: relative;

  width: 100%;

  height: auto;

  overflow: hidden;
}

.group_1 {
  width: 100%;

  height: auto;

  background-size: 100% 100%;
}

.box_1 {
  /* background: url("/images/banner-9.png") no-repeat center/cover; */

  position: relative;

  /*height: 800px;*/

  width: 100%;
}

.bannerImg {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;
  object-fit: cover;
}

.text-wrapper_3 {
  width: 18.81vw;

  height: 2.24vw;

  margin: 20.8125rem 0 0 40.83vw;
  position: relative;
}

.text_10 {
  width: 18.81vw;

  height: 2.24vw;

  overflow-wrap: break-word;

  font-size: 3.12vw;

  font-family: var(--font-family);

  font-weight: 900;

  color: #ffffff;

  text-align: center;

  white-space: nowrap;

  line-height: 2.71vw;
}

.text-wrapper_4 {
  width: 27.56vw;

  height: 0.79vw;

  margin: 2.39vw 0 0 36.4vw;
  position: relative;
}

.text_11 {
  width: 27.56vw;

  height: 0.79vw;

  overflow-wrap: break-word;

  font-size: 0.83vw;

  font-family: var(--font-family);

  font-weight: 400;

  color: #ffffff;

  text-align: center;

  /* white-space: nowrap; */

  line-height: 1.57vw;
}

.group_3 {
  width: 9.43vw;

  height: 2.35vw;

  margin: 5.78vw 0 10.78vw 45.46vw;
  position: relative;
}

.text-wrapper_5 {
  border-radius: 21px;

  height: 2.35vw;

  border: 1px solid #ffffff;

  width: 9.43vw;

  cursor: pointer;
}

.text-wrapper_5:hover {
  background-color: #fad02c;
}

.text_12 {
  width: 4.43vw;

  height: 0.63vw;

  overflow-wrap: break-word;

  font-size: 0.83vw;

  font-family: var(--font-family);

  font-weight: 400;

  color: #ffffff;

  text-align: left;

  white-space: nowrap;

  line-height: 1.57vw;

  margin: 0.35vw 0 0 2.44vw;

  text-decoration: none;
}

a.text_12:hover {
  text-decoration: underline;
}

/* 解决方案区域优化 */
/*.solutions-container {*/
/*  width: 100%;*/
/*  max-width: 1400px;*/
/*  margin: 0 auto;*/
/*  padding: 100px 20px;*/
/*}*/
.solutions-container{
    overflow-x: hidden;
}
.solution-item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  align-items: center;
  margin-bottom: 100px;
  min-height: 400px;
  position: relative;
}

/* 奇偶排列 */
.solution-item:nth-child(odd) .solution-image {
  order: 1;
}

.solution-item:nth-child(odd) .solution-content {
  order: 2;
  padding-left: 80px;
  position: absolute;
  left: 50vw;
  /*top: 10.37vw;*/
  top: 50%;
  transform: translateY(-43%);
}

.solution-item:nth-child(even) .solution-image {
  order: 2;
  margin: 3.64vw 0 0 32.29vw;
}

.solution-item:nth-child(even) .solution-content {
  order: 1;
  padding-left: 40px;
  position: absolute;
  left: 5.21vw;
  /*top: 9vw;*/
  top: 50%;
  transform: translateY(-43%);
}

.solution-image {
  /*width: 100%;*/
  /*height: 400px;*/
  width: 67.71vw;
  height: 39.07vw;
  margin-top: 5.16vw;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.solution-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}

.solution-image:hover img {
  transform: scale(1.07);
}

.solution-content {
  padding: 30px 0;
  width: 44.8vw;
  height: 28.65vw;
  background-color: #ffffff;
  border-radius: 20px;
  z-index: 1001;
}

.solution-number {
  font-size: 5rem;
  font-weight: 900;
  color: #f5f5f5;
  line-height: 1;
  margin-bottom: -20px;
  margin-left: -20px;
}

.solution-title {
  font-size: 2.2rem;
  font-weight: bold;
  color: #222;
  /*margin: 20px 0;*/
  font-family: var(--font-family);
}

.solution-divider {
  width: 70px;
  height: 3px;
  background: #fad02c;
  margin: 25px 0;
}

.solution-description {
  font-size: 1.1rem;
  color: #555;
  line-height: 1.7;
  margin-bottom: 65px;
  max-width: 500px;
  font-family: var(--font-family);
}

.solution-link {
  display: inline-flex;
  align-items: center;
  background-color: #fad02c;
  border-radius: 25px;
  padding: 12px 30px;
  text-decoration: none;
  color: #222;
  font-weight: 500;
  transition: all 0.3s ease;
  font-family: var(--font-family);
}

.solution-link:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(250, 208, 44, 0.3);
}

.solution-link img {
  /* width: 15px; */
  margin-left: 10px;
  transition: transform 0.3s ease;
}

.solution-link:hover img {
  transform: translateX(5px);
}

/* 动画效果 */
.scroll-animation {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.scroll-animation.animate {
  opacity: 1;
  transform: translateY(0);
}

.fade-in {
  opacity: 0;
  transition: opacity 1s ease;
}

.fade-in.animate {
  opacity: 1;
}

.slide-in {
  opacity: 0;
  transition: transform 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    opacity 1s ease;
  will-change: transform, opacity;
}

.slide-left {
  transform: translateX(-100px);
}

.slide-right {
  transform: translateX(100px);
}

.slide-in.animate {
  opacity: 1;
  transform: translateX(0);
}

/* 延迟动画 */
.delay-100 {
  transition-delay: 0.1s;
}
.delay-200 {
  transition-delay: 0.2s;
}
@media only screen and (max-width:1560px) {
    .solution-number{
        font-size: 60px;
    }
    .solution-title{
        font-size: 34px;
    }
    .solution-description{
        font-size: 17px;
        line-height: 24px;
        margin-bottom: 35px;
    }
    .solution-item{
        margin-bottom: 60px;
    }
}
/* 响应式设计 */
/*@media (max-width: 992px) {*/
/*  .solution-item {*/
/*    grid-template-columns: 1fr;*/
/*    gap: 30px;*/
/*    margin-bottom: 80px;*/
/*  }*/

/*  .solution-item .solution-image,*/
/*  .solution-item .solution-content {*/
/*    order: initial !important;*/
/*    padding: 0 !important;*/
/*  }*/

/*  .solution-image {*/
/*    height: 350px;*/
/*  }*/

/*  .solution-title {*/
/*    font-size: 1.8rem;*/
/*  }*/
/*}*/

/*@media (max-width: 768px) {*/
/*  .solution-item {*/
/*    margin-bottom: 60px;*/
/*  }*/

/*  .solution-image {*/
/*    height: 280px;*/
/*  }*/

/*  .solution-number {*/
/*    font-size: 4rem;*/
/*  }*/

/*  .solution-title {*/
/*    font-size: 1.6rem;*/
/*  }*/

/*  .solution-description {*/
/*    font-size: 1rem;*/
/*  }*/
/*}*/

/*@media (max-width: 576px) {*/
/*  .solutions-container {*/
/*    padding: 80px 15px;*/
/*  }*/

/*  .solution-image {*/
/*    height: 220px;*/
/*  }*/

/*  .solution-number {*/
/*    font-size: 3.5rem;*/
/*  }*/
/*}*/
@media only screen and (max-width:960px) {
    .solutions-container{
        padding: 60px 4%;
    }
    .solution-item{
        margin-bottom: 0;
        display:block;
        min-height: unset;
        transform: unset !important;
    }
    .solution-item:not(:first-of-type){
        margin-top: 40px;
    }
    .slide-left{
        transform: unset;
    }
    .solution-image{
        width: 100%;
        height: 200px;
        box-shadow: unset;
        margin: 0 !important;
        border-radius: 10px;
    }
    .solution-content{
        width: 100%;
        height: auto;
        margin-top: 15px;
        position: unset !important;
        transform: unset !important;
        padding: 0 !important;
    }
    .solution-number{
        font-size: 40px;
        margin: 0 0 -15px 0;
    }
    .solution-title{
        font-size: 16px;
    }
    .solution-divider{
        width: 40px;
        height: 3px;
        margin: 15px 0;
    }
    .solution-description{
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 30px;
    }
    .solution-link{
        padding: 9px 24px;
        font-size: 14px;
    }
    .solution-link:hover{
        transform: unset;
    }
    .solution-link:hover img{
        transform: unset;
    }
}