@charset "UTF-8";

:root {
  --obc: rgba(240, 180, 60, 0.1);
}

/* body {
  background-image: url("../images/case4.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80% auto;
  background-attachment: fixed;
} */
.bgbox {
  position: fixed;
  width: 80%;
  left: 10%;
  bottom: 0;
  z-index: -1;
}

.inner2 {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 3%;
}

.obc {
  background: #fff8e9;
}

/* 具体样式 */
.banbox {
  background: #fff;
  min-height: 233px;
}

.bbox {
  left: 0;
  top: 12%;
}

.banner {
  margin-bottom: 5%;
}

@media (max-width: 600px) {
  .bbox {
    top: 6%;
  }

  .banner {
    margin-bottom: 0;
  }
}

.banner h4 {
  line-height: 1;
}

.banner2 {
  grid-template-columns: 22% 22%;
  justify-content: start;
  row-gap: 2%;
}

.banner2 figure {
  text-align: center;
}

.banner2 img {
  width: 30%;
}

@media (max-width: 400px) {
  .banner2 img {
    width: 20%;
  }
}

.banner2 figcaption {
  font-weight: 400;
}

.banner2 p {
  line-height: 1.2;
}

@keyframes scale {
  0% {
    transform: scale(1, 1);
  }

  35% {
    transform: scale(1.2, 1.1);
  }

  65% {
    transform: scale(1.2, 1.1);
  }

  100% {
    transform: scale(1, 1);
  }
}

.banner2 a {
  margin-top: 20%;
  background-image: linear-gradient(to right, #f4b538, #cf9625);
  color: #fff;
  animation: scale 3s linear infinite;
  position: relative;
}

@keyframes btn {
  0% {
    background-position: -280% center;
  }

  35% {
    background-position: -280% center;
  }

  65% {
    background-position: 280% center;
  }

  100% {
    background-position: 280% center;
  }
}

.banner2 a::after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/light_animate.png');
  background-size: auto 100%;
  background-repeat: no-repeat;
  animation: btn 3s linear infinite;
}

.banner2 a:hover {
  background-image: linear-gradient(to right, #cf9625, #f4b538);
}

.video {
  display: none;
}

.main {
  padding: clamp(40px, 7vw, 30px) 0;
  text-align: center;
}

.main h5,
.main p {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 3.5%;
}

.main h5 {
  margin-bottom: 2vw;
  margin-bottom: clamp(10px, 1.5vw, 20px);
  color: #fa0;
  font-weight: bold;
}

.main p {
  /* margin-bottom: 9vw; */
  color: #666;
}

@media (min-width: 1201px) {
  .main p {
    /* margin-bottom: 80px; */
  }
}

.main p a {
  display: block;
  width: 120px;
  margin: 0 auto;
  text-align: center;
  height: 34px;
  line-height: 34px;
  border-radius: 22px;
  border: solid #fa0 1px;
  transition: all 0.3s ease-out;
  margin-top: 30px;
  margin-top: clamp(20px, 3vw, 40px);
}

.main p a i {
  margin-left: 10px;
  color: #d00;
  font-size: 20px;
}

.main p a:hover {
  background: #fa0;
  color: #fff;
}

.Service {
  gap: 8vw 0;
}

.Service figure img {
  width: 13vw;
}

.Service figcaption {
  margin-top: 3vw;
}

.Service figcaption a {
  font-weight: 400;
  font-size: 1.2rem;
  font-size: clamp(1rem, 1rem + 0.3vw, 1.25rem);
}

.Service figcaption i {
  display: block;
  color: #666;
}

.assure {
  gap: 18px;
  gap: clamp(15px, 1.8vw, 20px);
}

.assure li {
  background: #fff;
  padding: 40px;
  padding: clamp(30px, 4vw, 60px);
  border-radius: 10px;
}

.assure dt {
  font-size: 1.2rem;
  font-size: clamp(1rem, 1rem + 0.3vw, 1.25rem);
  line-height: 1;
  font-weight: 400;
  margin-bottom: 15px;
  margin-bottom: clamp(10px, 1.5vw, 20px);
}

.assure dd {
  display: inline-block;
  margin: 0 8px;
  margin: 0 clamp(5px, 1vw, 10px);
  color: #666;
}

.assure li img {
  width: 50%;
  margin-top: 40px;
  margin-top: clamp(30px, 4vw, 60px);
}

.pelection,
.one {
  gap: 18px;
  gap: clamp(15px, 1.8vw, 20px);
}

.pelection figure div {
  background: #fb4;
  padding: 35px 0 18px 0;
  padding: clamp(30px, 3vw, 40px) 0 clamp(15px, 1.5vw, 20px) 0;
}

.pelection figure {
  border-radius: 10px;
  overflow: hidden;
}

.pt figure img {
  height: 110px;
  height: clamp(100px, 90px + 3vw, 120px);
}

.pelection figcaption {
  padding: 18px 0 25px 0;
  padding: clamp(15px, 1.5vw, 20px) 0 clamp(20px, 2.5vw, 30px) 0;
}

.train {
  text-align: left;
  gap: 30px;
  gap: clamp(20px, 3vw, 40px);
}

.pt figcaption {
  background: #fb4;
}

.pelection figcaption span {
  color: #666;
}

.pt figcaption h6 {
  color: #fff;
  font-weight: bold;
}

.pt figcaption span {
  display: block;
  color: #fff;
  padding: 0 15px;
}

.one .oneimg {
  transform: translateX(-97vw);
  opacity: 0;
}

.one .oneimg img {
  width: 50vw;
}

.one span.onetext {
  font-size: 1.2rem;
  font-size: clamp(1rem, 1rem + 0.3vw, 1.25rem);
  transform: translateX(97vw);
  opacity: 0;
}

.process {
  gap: 15px;
  gap: clamp(10px, 1.5vw, 20px);
  margin-bottom: 80px;
  margin-bottom: clamp(40px, 8vw, 120px);
}

.cases {
  column-count: 2;
  column-gap: 0;
}

.reviews {
  max-width: 100%;
  padding: 0 10px;
}

.reviews .box {
  width: 1400px;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.reviews dl {
  color: #fff;
  border-radius: 10px;
  padding: 15px;
}

.reviews dl dt {
  display: flex;
  font-weight: 400;
  align-items: center;
  margin-bottom: 10px;
}

.reviews dl img {
  width: 10%;
  border-radius: 50%;
  margin-right: 15px;
}

.as,
.as3,
.as5,
.ser,
.ser3,
.ser5,
.ser7 {
  transform: translateX(-220px);
  opacity: 0;
}

.as2,
.as4,
.as6,
.ser2,
.ser4,
.ser6 {
  transform: translateX(220px);
  opacity: 0;
}

.pp,
.pp2,
.pp3,
.pp4,
.pp5,
.pp6 {
  transform: translateY(200px);
  opacity: 0;
}

.pf,
.pf2,
.pf3,
.pf4,
.pf5,
.pf6 {
  transform: translateY(-200px);
  opacity: 0;
}

.cases {
  transform: scale(2, 2);
}

.colors {
  background: #f7c173;
}

.colors2 {
  background: #f1908c;
}

.colors3 {
  background: #c08eaf;
}

.colors4 {
  background: #5cb3cc;
}

/* 必要布局样式css */
.swiper-container {
  position: relative;
  z-index: 1;
}

.swiper-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
}

.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.train li {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  border: solid #fff 1px;
  padding-bottom: 15px;
  padding-bottom: clamp(10px, 1.5vw, 20px);
}

.train li a {
  display: block;
  overflow: hidden;
  text-align: center;
}

.train li a h6 {
  margin-top: 15px;
  margin-top: clamp(10px, 1.5vw, 20px);
}

.train li a span {
  display: block;
  padding: 0 5px;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  position: relative;
  padding: 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
}

.swiper-slide {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: scale(0.8);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition: transform 1s;
  -moz-transition: transform 1s;
  -ms-transition: transform 1s;
  -o-transition: transform 1s;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
}

.swiper-slide:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 20px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 20px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 20px;
}

.swiper-slide-active,
.swiper-slide-duplicate-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 50px;
  margin-top: -25px;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 999;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev {
  background: rgba(0, 0, 0, 0.2)
    url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
    center 50%/50% 50% no-repeat;
  left: 10px;
}

.swiper-button-next {
  background: rgba(0, 0, 0, 0.2)
    url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
    center 50%/50% 50% no-repeat;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.swiper-pagination {
  line-height: 1;
  text-align: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
  margin-top: 30px;
  margin-top: clamp(20px, 3vw, 40px);
}

.swiper-pagination-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.2);
  margin: 0 5px;
  cursor: pointer;
}

.swiper-pagination-bullet:hover {
  background: rgba(0, 0, 0, 0.4);
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: rgba(0, 0, 0, 0.6);
}

@media (max-width: 600px) {
  .swiper-container {
    padding: 0;
    width: 200%;
    transform: translateX(-25%);
  }

  .swiper-slide {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  .swiper-slide-active,
  .swiper-slide-duplicate-active {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
