.home {
  position: relative;
  width: 100%;
}
.home .banner {
  position: relative;
  height: calc(100vh + 600px);
}
.home .banner .fix {
  width: 100%;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.home .banner .bg {
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: flex-end;
}
.home .banner .bg .animate {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
}
.home .banner .bg img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  position: absolute;
  right: 0;
}
.home .banner .text {
  position: absolute;
  left: 10.4166666667vw;
  top: 16.875vw;
  color: #000;
}
.home .banner .text.on .p1 {
  color: #000;
}
.home .banner .text.on .p2 {
  color: #000;
}
.home .banner .text .p1 {
  font-size: 5.2083333333vw;
  line-height: 1;
  margin-bottom: 2.0833333333vw;
  transition: 0.3s ease;
}
.home .banner .text .p2 {
  font-size: 2.5vw;
  transition: 0.3s ease;
}
.home .section1 {
  padding: 6.25vw 10.4166666667vw;
  background: url(/images/rbg.svg) no-repeat;
  background-size: cover;
}
.home .section1 .t {
  display: flex;
  align-items: center;
  margin-bottom: 1.5625vw;
}
.home .section1 .t p {
  color: #E71F18;
  font-size: 2.5vw;
  font-family: "PingFang-Bold";
}
.home .section1 .t svg {
  width: 2.65625vw;
  display: block;
  margin-left: 0.4166666667vw;
}
.home .section1 .des {
  color: #000;
  font-size: 1.25vw;
  text-align: center;
  margin: 1.5625vw 0 3.125vw 0;
  line-height: 1.62;
  font-family: "PingFang-Bold";
}
.home .section1 .pic img {
  width: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.home .section2 {
  position: relative;
  padding: 6.25vw 10.4166666667vw 17.0833333333vw 10.4166666667vw;
}
.home .section2::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, #FFF 0%, #FDF1F1 100%);
}
.home .section2::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: url(/images/rbg.png) no-repeat;
  background-size: cover;
}
.home .section2 .list {
  position: relative;
  z-index: 1;
}
.home .section2 .list a {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 4.1666666667vw;
  overflow: hidden;
}
.home .section2 .list a .pic {
  width: 55%;
  overflow: hidden;
}
.home .section2 .list a .pic img {
  width: 100%;
  transition: all 600ms;
  height: 26.0416666667vw;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .section2 .list a .text {
  width: 45%;
  background: #FAFAFA;
  box-shadow: -2px 18px 23.5px 0px rgba(192, 192, 192, 0.25);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 2.5vw;
}
.home .section2 .list a .text .p1 {
  color: #000;
  font-size: 1.6666666667vw;
  font-family: "PingFang-Bold";
  line-height: 1.5;
  transition: all 600ms;
}
.home .section2 .list a .text .des {
  margin-top: 1.0416666667vw;
  color: #999;
  font-size: 0.9375vw;
  line-height: 2;
  font-family: "PINGFANGSC";
}
.home .section2 .list a .shadw {
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
  transition: all 600ms;
  transform: translateX(100%);
  height: 100%;
  max-width: 45%;
}
.home .section2 .list a .shadw img {
  height: 100%;
  display: block;
  max-width: 100%;
}
.home .section2 .list a:hover .pic img {
  transform: scale(1.05);
}
.home .section2 .list a:hover .text .p1 {
  color: #E71F18;
}
.home .section2 .list a:hover .shadw {
  transform: translateX(0);
}
.home .section2 .more {
  width: 7.7083333333vw;
  height: 2.1875vw;
  background: url(/images/result_btn.png) no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-size: 100% 100%;
  transition: all 600ms;
  margin: 0 auto;
  overflow: hidden;
  z-index: 5;
  cursor: pointer;
}
.home .section2 .more::before {
  background: url(/images/icon_result.png) no-repeat;
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 600ms;
}
.home .section2 .more p {
  background: linear-gradient(134deg, #FF002B -2.75%, #FFAF36 108.94%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.0416666667vw;
  font-family: "PINGFANGSC";
  transition: all 600ms;
  position: relative;
  z-index: 2;
}
.home .section2 .more svg {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 2.7604166667vw;
  display: block;
  transform: translateX(100%);
  transition: all 600ms;
  z-index: 2;
}
.home .section2 .more:hover::before {
  opacity: 1;
}
.home .section2 .more:hover p {
  color: white;
  background: transparent;
  -webkit-text-fill-color: white;
}
.home .section2 .more:hover svg {
  transform: translateX(0);
}
@media screen and (max-width: 1024px) {
  .home {
    padding-top: 60px;
  }
  .home .section1 {
    padding: 30px 5%;
  }
  .home .section1 .t p {
    font-size: 20px;
  }
  .home .section1 .t svg {
    width: 20px;
    margin-left: 10px;
  }
  .home .section1 .des {
    font-size: 18px;
    margin: 15px 0 30px 0;
  }
  .home .section2 {
    padding: 30px 5%;
  }
  .home .section2 .list a {
    margin-bottom: 30px;
    flex-direction: column;
  }
  .home .section2 .list a .pic {
    width: 100%;
  }
  .home .section2 .list a .pic img {
    height: 200px;
  }
  .home .section2 .list a .text {
    width: 100%;
    padding: 20px;
  }
  .home .section2 .list a .text .p1 {
    font-size: 18px;
  }
  .home .section2 .list a .text .des {
    font-size: 16px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .home .section2 .more {
    width: 120px;
    height: 35px;
  }
  .home .section2 .more svg {
    width: 55px;
  }
  .home .section2 .more p {
    font-size: 16px;
  }
}/*# sourceMappingURL=results.css.map */