@charset "utf-8";
.banner {
  overflow: hidden;
  position: relative;
  color: #fff;
}
.banner .bannerC {
  position: relative;
}
.banner .swiper-slide {
  overflow: hidden;
  position: relative;
}
.banner .pc,
.banner .mobile {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.banner .mobile {
  display: none;
}
.banner .pc img,
.banner .mobile img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  display: block;
  object-fit: cover;
}
.banner .text {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.banner .container {
  min-height: 80rem;
  position: relative;
  padding-top: 11.2rem;
  padding-bottom: 3.6rem;
}
.banner .bd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 6rem;
}
.banner .left {
 width:66%;
  padding-top: 0.2rem;
}
.banner .title {
  margin: 0 0 3.6rem;
  color: #fff;
  font-size: 6rem;
  font-weight: 700;
  font-family: var(--font-family-O-B);
  line-height: 1.22;
  letter-spacing: 0.1rem;
}
.banner .title span {
  display: block;
  margin-bottom: 1.2rem;
  font-size: 6rem;
}
.banner .banner-adv {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.2rem 5.2rem;
  list-style: none;
}
.banner .banner-adv li {
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.35;
}
.banner .banner-adv .icon {
  width: 3.2rem;
  height: 3.2rem;
  margin-right: 1rem;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.banner .banner-adv img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.banner .banner-action {
  margin-top: 5.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.8rem;
  color: #fff;
  font-size: 2rem;
}
.banner .contactBtn {
  min-width: 18rem;
  height: 4.8rem;
  line-height: 4.8rem;
  border-radius: 0.8rem;
  padding: 0 2.4rem;
  background: var(--sub-color);
  color: #fff;
  font-size: 2.6rem;
  text-align: center;
  -webkit-transition: background 0.3s ease, -webkit-transform 0.3s ease;
  transition: background 0.3s ease, -webkit-transform 0.3s ease;
  transition: background 0.3s ease, transform 0.3s ease;
  transition: background 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.banner .contactBtn:hover {
  color: #fff;
  background: #ffb421;
  -webkit-transform: translateY(-0.2rem);
  transform: translateY(-0.2rem);
}
    .banner .right {
        max-width: 44rem;
        width: 40%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        margin-top: 2.6rem;
        z-index: 9999;
        position: absolute;
        top: 10%;
        right: 12%;
    }
.banner .quote-card {
  background: #f2f5f9;
  color: #333;
  -webkit-box-shadow: 0 2.4rem 5rem rgba(3, 28, 80, 0.18);
  box-shadow: 0 2.4rem 5rem rgba(3, 28, 80, 0.18);
}
.banner .quote-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.banner .quote-tabs span {
  height: 5.6rem;
  line-height: 5.6rem;
  padding: 0 1.4rem;
  background: var(--main-color);
  color: #fff;
  font-size: 1.6rem;
  white-space: nowrap;
  cursor: pointer;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.banner .quote-tabs span.active,
.banner .quote-tabs span:hover {
  background: var(--sub-color);
}
.banner .quote-body {
  padding: 2.4rem 3rem 3.2rem;
}
.banner .quote-body.panel {
  display: none;
}
.banner .quote-body.active {
  display: block;
}
.banner .quote-body h2 {
  margin: 0 0 1.8rem;
  color: var(--main-color);
  font-size: 2.4rem;
  font-family: var(--font-family-P-B);
  line-height: 1.25;
}
.banner .quote-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.6rem 0.8rem;
}
.banner .form-item {
  min-width: 0;
}
.banner .form-item label {
  display: block;
  margin-bottom: 0.7rem;
  color: #333;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
}
.banner input,
.banner select {
  width: 100%;
  height: 3rem;
  border: 1px #a5a5a5 solid;
  border-radius: 0;
  padding: 0 1rem;
  background: #fff;
  color: #666;
  font-size: 1.3rem;
  font-family: var(--font-family-0);
  -webkit-transition: border-color 0.3s ease, box-shadow 0.3s ease;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.banner input:focus,
.banner select:focus {
  border-color: var(--main-color);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(20, 166, 83, 0.14);
  box-shadow: 0 0 0 0.2rem rgba(20, 166, 83, 0.14);
}
.banner .size-inputs {
  display: grid;
  grid-template-columns: 1fr 2.2rem 1fr 2.4rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.banner .size-inputs em,
.banner .size-inputs b {
  height: 3rem;
  line-height: 3rem;
  border-top: 1px #a5a5a5 solid;
  border-bottom: 1px #a5a5a5 solid;
  background: #fff;
  color: #333;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}
.banner .size-inputs b {
  border-right: 1px #a5a5a5 solid;
  color: #777;
  font-size: 1.2rem;
}
.banner .size-inputs input {
  padding: 0 0.8rem;
}
.banner .quote-now {
  height: 3.6rem;
  line-height: 3.6rem;
  border-radius: 0.5rem;
  margin-top: 2rem;
  padding: 0 1.8rem 0 4rem;
  background: var(--sub-color);
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  -webkit-transition: background 0.3s ease, -webkit-transform 0.3s ease;
  transition: background 0.3s ease, -webkit-transform 0.3s ease;
  transition: background 0.3s ease, transform 0.3s ease;
  transition: background 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  display: inline-block;
}
.banner .quote-now::before {
  content: "";
  width: 2rem;
  height: 2rem;
  background: url("../images/icon/jisuanqi.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 1.6rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.banner .quote-now:hover {
  opacity: 0.8;
}
.banner .img {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 4rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
}
.banner .swiper-pagination {
  bottom: 3rem;
  left: 0;
  width: 100%;
}
.banner .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  border-radius: 1rem;
  margin: 0 0.5rem !important;
  background: #fff;
  opacity: 0.68;
  vertical-align: middle;
  -webkit-transition: width 0.3s ease, opacity 0.3s ease;
  transition: width 0.3s ease, opacity 0.3s ease;
}
.banner .swiper-pagination-bullet-active {
  background: var(--main-color);
  width: 3rem;
  border-radius: 0.8rem;
  opacity: 1;
}
@media screen and (max-width: 1280px) {
  .banner .left {
    width: 72rem;
  }
  .banner .title {
    font-size: 5.2rem;
  }
  .banner .title span {
    font-size: 4.8rem;
  }
  .banner .banner-adv li {
    font-size: 2.2rem;
  }
  .banner .right {
    width: 42rem;
  }
}
@media screen and (max-width: 1023px) {
  .banner .container {
    padding-top: 56px;
    padding-bottom: 34px;
  }
  .banner .text {
    position: relative;
  }
  .banner .pc {
    display: none;
  }
  .banner .mobile {
    display: block;
  }
  .banner .mobile img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .banner .bd {
    display: block;
  }
  .banner .left {
    width: 100%;
    max-width: none;
    text-align: center;
  }
  .banner .title {
    margin-bottom: 24px;
    font-size: 40px;
  }
  .banner .title span {
    margin-bottom: 8px;
    font-size: 36px;
  }
  .banner .banner-adv {
    max-width: 640px;
    margin: 0 auto;
    gap: 14px 22px;
  }
  .banner .banner-adv li {
    font-size: 18px;
    text-align: left;
  }
  .banner .banner-adv .icon {
    width: 24px;
    height: 24px;
  }
  .banner .banner-action {
    margin-top: 26px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
  }
  .banner .contactBtn {
    min-width: 140px;
    height: 42px;
    line-height: 42px;
    border-radius: 6px;
    font-size: 20px;
  }
  .banner .right {
    width: 100%;
    max-width: 440px;
    margin: 30px auto 0;
  }
  .banner .quote-card {
    border-radius: 6px;
    overflow: hidden;
  }
  .banner .img {
    width: 100%;
    bottom: 48px;
  }
  .banner .swiper-pagination {
    bottom: 22px;
  }
}
@media screen and (max-width: 767px) {
  .banner .container {
    padding-top: 30px;
    padding-bottom: 64px;
  }
  .banner .title {
    margin-bottom: 16px;
    font-size: 28px;
    line-height: 1.2;
  }
  .banner .title span {
    margin-bottom: 6px;
    font-size: 25px;
  }
  .banner .banner-adv {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 360px;
    gap: 8px 12px;
  }
  .banner .banner-adv li {
    font-size: 13px;
    line-height: 1.35;
  }
  .banner .banner-adv .icon {
    width: 18px;
    height: 18px;
    margin-right: 6px;
  }
  .banner .banner-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 16px;
  }
  .banner .banner-action span {
    display: none;
  }
  .banner .contactBtn {
    min-width: 118px;
    height: 34px;
    line-height: 34px;
    border-radius: 5px;
    font-size: 15px;
  }
  .banner .right {
    width: 100%;
    max-width: 350px;
    margin-top: 18px;
  }
  .banner .quote-tabs span {
    height: 38px;
    line-height: 38px;
    padding: 0 6px;
    font-size: 12px;
  }
  .banner .quote-body {
    padding: 14px 14px 16px;
  }
  .banner .quote-body h2 {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .banner .quote-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .banner .form-item label {
    margin-bottom: 4px;
    font-size: 12px;
  }
  .banner input,
  .banner select,
  .banner .size-inputs em,
  .banner .size-inputs b {
    height: 28px;
    line-height: 28px;
    font-size: 12px;
  }
  .banner .size-inputs {
    grid-template-columns: 1fr 18px 1fr 22px;
  }
  .banner .quote-now {
    width: 100%;
    height: 32px;
    line-height: 32px;
    margin-top: 12px;
    font-size: 13px;
  }
  .banner .img {
    bottom: 35px;
  }
  .banner .swiper-pagination {
    bottom: 18px;
  }
  .banner .swiper-pagination-bullet,
  .banner .swiper-pagination-bullet-active {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 4px !important;
  }
}
@media screen and (max-width: 420px) {
  .banner .title {
    font-size: 24px;
  }
  .banner .title span {
    font-size: 22px;
  }
  .banner .banner-adv {
    max-width: 310px;
  }
  .banner .banner-adv li {
    font-size: 12px;
  }
  .banner .right {
    max-width: 100%;
  }
  .banner .quote-tabs span {
    font-size: 12px;
  }
  .banner .img {
    bottom: 34px;
  }
}
@-webkit-keyframes bannerFloat {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-0.8rem);
    transform: translateY(-0.8rem);
  }
}
@keyframes bannerFloat {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-0.8rem);
    transform: translateY(-0.8rem);
  }
}
.home-why {
  overflow: hidden;
  padding: 10rem 0 0;
  background: #fff;
}
.home-why .hd {
  text-align: center;
  margin-bottom: 6rem;
}
.home-why .hd .common-title {
  margin-bottom: 0;
}
.home-why .hd p {
  margin-top: 2rem;
  color: #666666;
  font-size: 1.6rem;
  line-height: 1.5;
}
.home-why .home-why-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.home-why .home-why-col {
  width: 32rem;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.home-why .home-why-col-left .home-why-item + .home-why-item {
  margin-top: 2rem;
}
.home-why .home-why-col-right .home-why-item + .home-why-item {
  margin-top: 2rem;
}
.home-why .home-why-item {
  overflow: hidden;
  border-radius: 0.8rem;
  background: #f7f7f7;
}
.home-why .home-why-item .title {
  height: 6rem;
  line-height: 6rem;
  background: #cfeede;
  color: var(--main-color);
  font-size: 3.2rem;
  text-align: center;
}
.home-why .home-why-item .text {
  min-height: 30rem;
  padding: 2.4rem 2.8rem 2.4rem;
  color: #333;
  font-size: 1.8rem;
  line-height: 1.5;
}
.home-why .home-why-item li {
  position: relative;
  padding-left: 3.2rem;
}
.home-why .home-why-item li + li {
  margin-top: 1.8rem;
}
.home-why .home-why-item li::before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background: url(../images/icon/duigou.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 0.1rem;
  left: 0;
}
.home-why .home-why-pic {
  width: 48rem;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin: 0 6.2rem;
  text-align: center;
}
.home-why .home-why-pic .pic {
  overflow: hidden;
  width: 48rem;
  height: 48rem;
  border-radius: 50%;
  margin: 0 auto 2.4rem;
}
.home-why .home-why-pic img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
.home-why .home-why-pic .btn {
  display: inline-block;
  min-width: 31rem;
  height: 5rem;
  line-height: 5rem;
  border-radius: 2.5rem;
  padding: 0 2.4rem;
  background: var(--sub-color);
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.home-why .home-why-pic .btn:hover {
  color: #fff;
  background: #f29b00;
}
.home-why .home-why-pic:hover img {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}
@media screen and (max-width: 1280px) {
  .home-why .home-why-col {
    width: 31rem;
  }
  .home-why .home-why-pic {
    width: 42rem;
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }
  .home-why .home-why-pic .pic {
    width: 42rem;
    height: 42rem;
  }
}
@media screen and (max-width: 1023px) {
  .home-why {
    padding: 45px 0 55px;
  }
  .home-why .home-title {
    margin-bottom: 32px;
  }
  .home-why .home-title .common-title {
    margin-bottom: 5px;
    font-size: 30px;
  }
  .home-why .home-title p {
    font-size: 15px;
  }
  .home-why .home-why-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .home-why .home-why-col {
    width: calc((100% - 24px) / 2);
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .home-why .home-why-col-left {
    margin-right: 24px;
  }
  .home-why .home-why-pic {
    width: 100%;
    margin: 0 0 24px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .home-why .home-why-pic .pic {
    width: 360px;
    height: 360px;
    margin-bottom: 20px;
  }
  .home-why .home-why-pic .btn {
    min-width: 250px;
    height: 44px;
    line-height: 44px;
    border-radius: 22px;
    font-size: 16px;
  }
  .home-why .home-why-item {
    border-radius: 8px;
  }
  .home-why .home-why-item .title {
    height: 54px;
    line-height: 54px;
    font-size: 26px;
  }
  .home-why .home-why-item .text {
    min-height: 0;
    padding: 22px 24px;
    font-size: 16px;
  }
  .home-why .home-why-item li {
    padding-left: 28px;
  }
  .home-why .home-why-item li + li {
    margin-top: 15px;
  }
  .home-why .home-why-item li::before {
    width: 18px;
    height: 18px;
    border-width: 2px;
    top: 1px;
  }
  .home-why .home-why-item li::after {
    width: 11px;
    height: 6px;
    border-left-width: 2px;
    border-bottom-width: 2px;
    top: 5px;
    left: 5px;
  }
}
@media screen and (max-width: 767px) {
  .home-why {
    padding: 35px 0 45px;
  }
  .home-why .home-title {
    margin-bottom: 25px;
  }
  .home-why .home-title .common-title {
    font-size: 26px;
  }
  .home-why .home-why-content {
    display: block;
  }
  .home-why .home-why-pic {
    margin-bottom: 24px;
  }
  .home-why .home-why-pic .pic {
    width: 260px;
    height: 260px;
  }
  .home-why .home-why-col {
    width: 100%;
  }
  .home-why .home-why-col-left {
    margin-right: 0;
  }
  .home-why .home-why-col + .home-why-col,
  .home-why .home-why-pic + .home-why-col {
    margin-top: 16px;
  }
  .home-why .home-why-item + .home-why-item {
    margin-top: 16px;
  }
  .home-why .home-why-item .title {
    height: 48px;
    line-height: 48px;
    font-size: 24px;
  }
}
.home-case {
  padding: 10rem 0 10rem;
  background: #fff;
}
.home-case .common-title {
  text-align: center;
  margin-bottom: 4rem;
}
.home-case .home-case-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
.home-case .swiper {
  overflow: visible;
  width: 100%;
}
.home-case .swiper-wrapper {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.home-case .box {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  color: #fff;
  position: relative;
  background: #111;
}
.home-case .pic {
  width: 100%;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.5;
}
.home-case .pic::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.48);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: background 0.35s ease;
  transition: background 0.35s ease;
}
.home-case .pic img {
  width: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  -webkit-transition: transform 0.55s ease;
  transition: transform 0.55s ease;
}
.home-case .text {
  width: 100%;
  padding: 0 2rem;
  color: #fff;
  text-align: center;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: transform 0.35s ease;
  transition: transform 0.35s ease;
}
.home-case .icon {
  display: block;
  width: 5rem;
  height: 5rem;
  margin: 0 auto 1.8rem;
  color: #fff;
}
.home-case .icon img {
  width: 100%;
  max-width: none;
  max-height: none;
  object-fit: contain;
}
.home-case .icon-light svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.home-case .title {
  overflow: hidden;
  color: #fff;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
  text-overflow: ellipsis;
}
.home-case .box:hover {
  color: #fff;
}
.home-case .box:hover .pic::after {
  background: rgba(20, 166, 83, 0.72);
}
.home-case .box:hover .pic img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
.home-case .box:hover .text {
  -webkit-transform: translateY(-54%);
  transform: translateY(-54%);
}
.home-case .swiper-button-prev,
.home-case .swiper-button-next {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  margin-top: -4rem;
  background: var(--main-color);
  color: #fff;
  -webkit-transition: background 0.3s ease, opacity 0.3s ease;
  transition: background 0.3s ease, opacity 0.3s ease;
}
.home-case .swiper-button-prev {
  left: 5.6rem;
}
.home-case .swiper-button-next {
  right: 2.4rem;
}
.home-case .swiper-button-prev::after,
.home-case .swiper-button-next::after {
  color: #fff;
  font-size: 3rem;
  font-weight: 400;
}
.home-case .swiper-button-prev:hover,
.home-case .swiper-button-next:hover {
  background: #0b8e45;
}
.home-case .swiper-button-disabled {
  opacity: 0.55;
}
@media screen and (max-width: 1280px) {
  .home-case .swiper-slide {
    height: 26rem;
  }
  .home-case .title {
    font-size: 2.6rem;
  }
    .banner .quote-tabs span {
    font-size:1.4rem;}
}
@media screen and (max-width: 1023px) {
  .home-case {
    padding: 45px 0 60px;
  }
  .home-case .home-title {
    margin-bottom: 28px;
  }
  .home-case .home-title .common-title {
    font-size: 30px;
  }
  .home-case .home-case-box {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
  }
  .home-case .swiper {
    overflow: hidden;
  }
  .home-case .swiper-slide {
    height: 230px;
  }
  .home-case .icon {
    width: 42px;
    height: 42px;
    margin-bottom: 14px;
  }
  .home-case .title {
    font-size: 24px;
  }
  .home-case .swiper-button-prev,
  .home-case .swiper-button-next {
    width: 50px;
    height: 50px;
    margin-top: -25px;
  }
  .home-case .swiper-button-prev {
    left: 10px;
  }
  .home-case .swiper-button-next {
    right: 10px;
  }
  .home-case .swiper-button-prev::after,
  .home-case .swiper-button-next::after {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .home-case {
    padding: 35px 0 45px;
  }
  .home-case .home-title {
    margin-bottom: 22px;
  }
  .home-case .home-title .common-title {
    font-size: 26px;
  }
  .home-case .home-case-box {
    width: 90%;
  }
  .home-case .swiper-slide {
    height: 230px;
  }
  .home-case .text {
    padding: 0 18px;
  }
  .home-case .title {
    font-size: 22px;
  }
}
.home-say {
  padding: 10rem 0 10rem;
  background-color: #f7f7f7;
  position: relative;
}
.home-say .bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 54.3%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.home-say .common-title {
  color: #fff;
  text-align: center;
}
.home-say .home-say-swiper {
  position: relative;
}
.home-say .swiper {
  overflow: hidden;
}
.home-say .swiper-slide {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-say .box {
  display: block;
  width: 100%;
  background: #fff;
  color: #222;
  -webkit-transition: transform 0.35s ease, box-shadow 0.35s ease;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.home-say .pic {
  overflow: hidden;
  background: #eaf0f8;
  position: relative;
  aspect-ratio: 1.5;
}
.home-say .pic img {
  width: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  -webkit-transition: transform 0.45s ease;
  transition: transform 0.45s ease;
}
.home-say .text {
  padding: 2.8rem 2.6rem 3.2rem;
}
.home-say .title {
  overflow: hidden;
  margin-bottom: 2rem;
  color: #111;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap !important;
}
.home-say .country {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.2rem;
  color: #777;
  font-size: 1.6rem;
  line-height: 1.2;
}
.home-say .country img {
  height: 1.8rem;
  margin-right: 1rem;
}
.home-say .stars {
  color: var(--main-color);
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0.2rem;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.home-say .stars span {
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  background: url(../images/icon/star.svg) no-repeat center;
  background-size: 100%;
}
.home-say .box:hover {
  color: #222;
}
.home-say .box:hover .pic img {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}
.home-say .swiper-pagination {
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 1rem;
  position: static;
  margin-top: 5rem;
}
.home-say .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  border-radius: 1rem;
  margin: 0 0.5rem !important;
  background: var(--main-color);
  opacity: 0.68;
  vertical-align: middle;
  -webkit-transition: width 0.3s ease, opacity 0.3s ease;
  transition: width 0.3s ease, opacity 0.3s ease;
}
.home-say .swiper-pagination-bullet-active {
  width: 3rem;
  border-radius: 0.8rem;
  opacity: 1;
}
@media screen and (max-width: 1280px) {
  .home-say .container {
    max-width: 100%;
  }
  .home-say .box {
    min-height: 33rem;
  }
}
@media screen and (max-width: 1023px) {
  .home-say {
    padding: 70px 0 55px;
    background-size: auto 330px;
  }
  .home-say .home-title {
    margin-bottom: 34px;
  }
  .home-say .home-title .common-title {
    font-size: 30px;
  }
  .home-say .home-say-swiper {
    padding-bottom: 48px;
  }
  .home-say .box {
    min-height: 320px;
  }
  .home-say .pic {
    height: 180px;
  }
  .home-say .text {
    padding: 24px 22px 28px;
  }
  .home-say .title {
    margin-bottom: 18px;
    font-size: 17px;
  }
  .home-say .country {
    margin-bottom: 12px;
    font-size: 15px;
  }
  .home-say .flag-us {
    width: 34px;
    height: 20px;
    margin-right: 10px;
  }
  .home-say .flag-us::before {
    width: 14px;
    height: 11px;
  }
  .home-say .stars {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .home-say {
    padding: 52px 0 45px;
    background-size: auto 290px;
  }
  .home-say .home-title {
    margin-bottom: 26px;
  }
  .home-say .home-title .common-title {
    font-size: 26px;
  }
  .home-say .box {
    min-height: 0;
  }
}
.home-order {
  padding: 10rem 0 10rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
  position: relative;
}
.home-order::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 139, 82, 0.82);
  position: absolute;
  top: 0;
  left: 0;
}
.home-order > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.home-order .home-order-text {
  width: 58%;
  padding-top: 4rem;
}
.home-order .home-order-text p {
  margin-bottom: 2.6rem;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.55;
}
.home-order .common-title {
  margin-bottom: 3.2rem;
  color: #fff;
  font-size: 4.8rem;
  line-height: 1.2;
}
.home-order .common-btn {
  background: var(--sub-color);
  color: #fff;
}
.home-order .common-btn:hover {
  opacity: 0.8;
}
.home-order .home-order-card {
  width: 58rem;
  min-height: 54.8rem;
  padding: 3.4rem 0 2.8rem;
  background: #fff;
  color: #555;
  -webkit-box-shadow: 0 1.8rem 4.5rem rgba(0, 0, 0, 0.12);
  box-shadow: 0 1.8rem 4.5rem rgba(0, 0, 0, 0.12);
}
.home-order .card-title {
  padding: 0 2rem 2rem;
  color: #555;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.25;
}
.home-order .card-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 5rem;
  padding: 0 2rem 0 2rem;
  border-bottom: 1px solid #e5e5e5;
}
.home-order .card-top .title {
  color: #555;
  font-size: 2.2rem;
  line-height: 1;
}
.home-order .card-top .num {
  color: #8b8f96;
  font-size: 1.6rem;
  line-height: 1;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
}
.home-order .card-top .num span {
  color: #ff5b00;
}
.home-order .card-top .num .icon {
  display: inline-flex;
}
.home-order .card-top .num .icon img {
  width: 2rem;
  height: 2rem;
}
.home-order .order-head,
.home-order .order-scroll li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.home-order .order-head {
  height: 7rem;
  padding: 0 2.2rem 0 2.6rem;
  color: #888;
  font-size: 1.8rem;
  font-weight: 700;
}
.home-order .order-head span,
.home-order .order-scroll li span {
  display: block;
  min-width: 0;
}
.home-order .order-head span:nth-child(1),
.home-order .order-scroll .date {
  width: 8rem;
}
.home-order .order-head span:nth-child(2),
.home-order .order-scroll .buyer {
  width: 13.6rem;
}
.home-order .order-head span:nth-child(3),
.home-order .order-scroll .time {
  width: 16.2rem;
}
.home-order .order-head span:nth-child(4),
.home-order .order-scroll .progress {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.home-order .order-scroll {
  overflow: hidden;
  height: 32rem;
  padding: 0 2.2rem 0 2.6rem;
}
.home-order .order-scroll .list {
  margin-top: 0;
}
.home-order .order-scroll li {
  height: 4rem;
  color: #8b8f96;
  font-size: 1.6rem;
  line-height: 1;
}
.home-order .buyer {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #777;
  white-space: nowrap;
}
.home-order .time {
  color: #ff5b00;
  font-family: var(--font-family-P-B);
  font-weight: 700;
}
.home-order .progress {
  height: 1.4rem;
  border-radius: 0.2rem;
  background: #f3f1ef;
  position: relative;
}
.home-order .progress em {
  display: block;
  height: 100%;
  border-radius: 0.2rem 0 0 0.2rem;
  background: #9ed5a4;
}
.home-order .progress b {
  color: #989898;
  font-size: 1.4rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4rem;
  position: absolute;
  top: 0;
  left: 42%;
}
.home-order .flag {
  display: inline-block;
  margin-right: 0.6rem;
  background-color: #fff;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.home-order .flag img {
  height: 1.8rem;
}
@media screen and (max-width: 1280px) {
  .home-order .home-order-text {
    width: 50%;
  }
  .home-order .home-order-card {
    width: 56rem;
  }
}
@media screen and (max-width: 1023px) {
  .home-order {
    min-height: 0;
    padding: 60px 0;
  }
  .home-order > .container {
    display: block;
  }
  .home-order .home-order-text {
    width: 100%;
    padding-top: 0;
    margin-bottom: 35px;
    text-align: center;
  }
  .home-order .home-order-text p {
    max-width: none;
    margin-bottom: 18px;
    font-size: 16px;
  }
  .home-order .common-title {
    margin-bottom: 22px;
    font-size: 30px;
  }
  .home-order .btn {
    min-width: 130px;
    height: 42px;
    line-height: 42px;
    border-radius: 21px;
    font-size: 16px;
  }
  .home-order .home-order-card {
    width: 100%;
    max-width: 620px;
    min-height: 0;
    margin: 0 auto;
    padding-top: 28px;
  }
  .home-order .card-title {
    padding: 0 22px 22px;
    font-size: 21px;
  }
  .home-order .card-top {
    height: 48px;
    padding: 0 22px;
  }
  .home-order .card-top .title {
    font-size: 22px;
  }
  .home-order .order-head {
    height: 58px;
    padding: 0 22px;
    font-size: 15px;
  }
  .home-order .order-scroll {
    height: 320px;
    padding: 0 22px;
  }
  .home-order .order-scroll li {
    height: 40px;
    font-size: 15px;
  }
  .home-order .flag {
    width: 30px;
    height: 18px;
  }
  .home-order .flag-us::before {
    width: 13px;
    height: 10px;
  }
}
@media screen and (max-width: 767px) {
  .home-order {
    padding: 45px 0;
  }
  .home-order .home-order-text p {
    font-size: 14px;
  }
  .home-order .common-title {
    font-size: 26px;
  }
  .home-order .home-order-card {
    padding-top: 22px;
  }
  .home-order .card-title {
    padding: 0 15px 18px;
    font-size: 18px;
  }
  .home-order .card-top {
    display: block;
    height: auto;
    padding: 0 15px 14px;
  }
  .home-order .card-top .title {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .home-order .card-top .num {
    font-size: 14px;
  }
  .home-order .order-head {
    height: 48px;
    padding: 0 15px;
    font-size: 13px;
  }
  .home-order .order-scroll {
    height: 280px;
    padding: 0 15px;
  }
  .home-order .order-scroll li {
    height: 35px;
    font-size: 13px;
  }
  .home-order .order-head span:nth-child(1),
  .home-order .order-scroll .date {
    width: 52px;
  }
  .home-order .order-head span:nth-child(2),
  .home-order .order-scroll .buyer {
    width: 88px;
  }
  .home-order .order-head span:nth-child(3),
  .home-order .order-scroll .time {
    width: 90px;
  }
  .home-order .progress {
    height: 12px;
  }
  .home-order .progress b {
    font-size: 12px;
    line-height: 12px;
    left: 38%;
  }
  .home-order .flag {
    width: 24px;
    height: 15px;
    margin-right: 4px;
  }
  .home-order .flag-us::before {
    width: 10px;
    height: 8px;
  }
  .home-order .flag-ca::before {
    font-size: 9px;
    line-height: 15px;
  }
}
.home-renzheng {
  padding: 10rem 0 10rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}
.home-renzheng .common-title {
  text-align: center;
  margin-bottom: 5rem;
}
.home-renzheng .nr {
  position: relative;
  padding-bottom: 7rem;
}
.home-renzheng .swiper {
  overflow: hidden;
}
.home-renzheng .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.home-renzheng .list img {
  transition: 0.5s;
}
.home-renzheng .swiper-slide {
  height: auto;
  list-style: none;
}
.home-renzheng .box {
  display: block;
  aspect-ratio: 1.33333333;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 1.2rem;
  background: #fff;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  position: relative;
}
.home-renzheng .box:hover img {
  transform: scale(1.1);
}
.home-renzheng .box img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}
.home-renzheng .swiper-pagination {
  bottom: 0;
  line-height: 0;
  position: static;
  margin-top: 6rem;
}
.home-renzheng .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  border-radius: 1rem;
  margin: 0 0.5rem !important;
  background: var(--main-color);
  opacity: 0.7;
  -webkit-transition: width 0.3s ease, opacity 0.3s ease;
  transition: width 0.3s ease, opacity 0.3s ease;
}
.home-renzheng .swiper-pagination-bullet-active {
  width: 3rem;
  border-radius: 1rem;
  opacity: 1;
}
@media screen and (max-width: 1023px) {
  .home-renzheng {
    min-height: auto;
    padding: 72px 0 78px;
  }
  .home-renzheng .home-title {
    margin-bottom: 34px;
  }
  .home-renzheng .common-title {
    font-size: 34px;
  }
  .home-renzheng .nr {
    padding-bottom: 46px;
  }
  .home-renzheng .box {
    height: auto;
    border-radius: 10px;
    aspect-ratio: 1.33333333;
  }
  .home-renzheng .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 4px !important;
  }
  .home-renzheng .swiper-pagination-bullet-active {
    width: 24px;
    border-radius: 8px;
  }
}
@media screen and (max-width: 767px) {
  .home-renzheng {
    padding: 52px 0 58px;
  }
  .home-renzheng .home-title {
    margin-bottom: 26px;
  }
  .home-renzheng .common-title {
    font-size: 28px;
  }
  .home-renzheng .nr {
    padding-bottom: 38px;
  }
}
.home-partner {
  padding: 10rem 0 10rem;
  background-color: var(--main-color);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}
.home-partner .container {
  position: relative;
}
.home-partner .home-title {
  margin-bottom: 5rem;
  text-align: center;
}
.home-partner .common-title {
  margin-bottom: 0;
  color: #fff;
  font-size: 4.8rem;
  font-family: var(--font-family-P-B);
  line-height: 1.2;
}
.home-partner .home-partner-content {
  position: relative;
  padding: 0;
}
.home-partner .swiper {
  width: 100%;
  overflow: hidden;
}
.home-partner .swiper-slide {
  height: auto;
  list-style: none;
}
.home-partner .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.home-partner .list .box {
  width: 100%;
  height: 12rem;
  border-radius: 0.8rem;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.home-partner .list .box:hover {
  -webkit-box-shadow: 0 1.4rem 3rem rgba(0, 0, 0, 0.12);
  box-shadow: 0 1.4rem 3rem rgba(0, 0, 0, 0.12);
}
.home-partner .list .box img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}
.home-partner .swiper-button-prev,
.home-partner .swiper-button-next {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.48);
  color: #fff;
  -webkit-transition: opacity 0.3s ease, background 0.3s ease;
  transition: opacity 0.3s ease, background 0.3s ease;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
}
.home-partner .swiper-button-prev {
  left: -11rem;
}
.home-partner .swiper-button-next {
  right: -11rem;
}
.home-partner .swiper-button-prev::after,
.home-partner .swiper-button-next::after {
  font-size: 2.4rem;
  font-weight: 400;
}
.home-partner .swiper-button-prev:hover,
.home-partner .swiper-button-next:hover {
  background: var(--sub-color);
}
@media screen and (max-width: 1600px) {
  .home-partner .swiper-button-prev {
    left: 0;
  }
  .home-partner .swiper-button-next {
    right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .home-partner {
    padding: 56px 0 64px;
  }
  .home-partner .home-title {
    margin-bottom: 30px;
  }
  .home-partner .common-title {
    font-size: 34px;
  }
  .home-partner .home-partner-content {
    padding: 0 52px;
  }
  .home-partner .list .box {
    height: 88px;
    border-radius: 8px;
  }
  .home-partner .swiper-button-prev,
  .home-partner .swiper-button-next {
    width: 40px;
    height: 40px;
    margin-top: 0;
  }
  .home-partner .swiper-button-prev::after,
  .home-partner .swiper-button-next::after {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .home-partner {
    padding: 44px 0 50px;
  }
  .home-partner .common-title {
    font-size: 28px;
  }
  .home-partner .home-partner-content {
    padding: 0 42px;
  }
  .home-partner .list .box {
    height: 72px;
  }
}
.home-product {
  padding: 9.2rem 0 10rem;
  background: #f5f5f5;
  border-top: 0.2rem solid var(--main-color);
}
.home-product .home-title {
  margin-bottom: 4.8rem;
  text-align: center;
}
.home-product .home-product-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 4.2rem;
}
.home-product .home-product-tabs span {
  display: block;
  min-width: 15rem;
  height: 5rem;
  line-height: 5rem;
  border-radius: 2.5rem;
  margin: 0 1.5rem;
  background: #fff;
  color: #222;
  font-size: 1.8rem;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}
.home-product .home-product-tabs span:hover,
.home-product .home-product-tabs span.active {
  background: var(--main-color);
  color: #fff;
  -webkit-box-shadow: 0 1rem 2rem rgba(20, 166, 83, 0.22);
  box-shadow: 0 1rem 2rem rgba(20, 166, 83, 0.22);
}
.home-product .home-product-panel {
  display: none;
}
.home-product .home-product-panel.active {
  display: block;
}
.home-product .list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2rem;
}
.home-product .list > li {
  min-width: 0;
}
.home-product .list .box {
  min-height: 100%;
  border-radius: 0.8rem;
  background: #fff;
  display: flex;
  flex-direction: column;
  color: #333;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.home-product .list .box:hover {
  box-shadow: 0 1.6rem 3.6rem rgba(23, 75, 50, 0.08);
}
.home-product .list .box:hover .pic img {
  transform: scale(1.04);
}
.home-product .list .box:hover .title a {
  color: var(--main-color);
}
.home-product .list .box:hover .quoteBtn {
  color: #fff;
  background: var(--main-color);
}
.home-product .list .pic {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1.46808511;
  position: relative;
}
.home-product .list .pic img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  object-fit: contain;
  transition: transform 0.4s ease;
}
.home-product .list .text {
  padding: 2rem 2.8rem 3rem;
  min-height: 0;
  display: flex;
  flex: 1;
  flex-direction: column;
}
.home-product .list .title {
  margin-bottom: 1.2rem;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 3rem;
  height: 3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.home-product .list .title a {
  color: #333;
  transition: color 0.3s ease;
}
.home-product .list .info {
  margin-bottom: 2rem;
  color: #666666;
  font-size: 1.8rem;
  line-height: 2.4rem;
  height: 7.2rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.home-product .list .quoteBtn {
  height: 4rem;
  margin-top: auto;
  border: 1px solid var(--main-color);
  border-radius: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--main-color);
  font-size: 1.6rem;
  line-height: 1;
  transition: color 0.3s ease, background-color 0.3s ease;
}
@media screen and (max-width: 1023px) {
  .home-product {
    padding: 55px 0 60px;
  }
  .home-product .home-title {
    margin-bottom: 30px;
  }
  .home-product .home-title .common-title {
    font-size: 30px;
  }
  .home-product .home-product-tabs {
    margin-bottom: 30px;
  }
  .home-product .home-product-tabs span {
    min-width: 120px;
    height: 42px;
    line-height: 42px;
    border-radius: 21px;
    margin: 0 8px;
    font-size: 16px;
  }
  .home-product .list {
    gap: 20px;
  }
  .home-product .list .box {
    padding: 34px 22px 26px;
  }
  .home-product .list .pic {
    height: 180px;
    margin-bottom: 26px;
  }
  .home-product .list .title {
    font-size: 22px;
    height: 56px;
  }
  .home-product .list .info {
    font-size: 15px;
    height: 66px;
  }
}
@media screen and (max-width: 767px) {
  .home-product {
    padding: 42px 0 45px;
  }
  .home-product .home-title {
    margin-bottom: 24px;
  }
  .home-product .home-title .common-title {
    font-size: 26px;
  }
  .home-product .home-product-tabs {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px -5px 22px;
  }
  .home-product .home-product-tabs span {
    min-width: 92px;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    margin: 5px;
    font-size: 14px;
  }
  .home-product .list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
  .home-product .list .box {
    padding: 24px 16px 20px;
    border-radius: 8px;
  }
  .home-product .list .pic {
    height: 130px;
    margin-bottom: 18px;
  }
  .home-product .list .title {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.35;
    height: 44px;
  }
  .home-product .list .info {
    margin-bottom: 14px;
    font-size: 13px;
    line-height: 1.45;
    height: 57px;
  }
  .home-product .list .quoteBtn {
    height: 34px;
    border-radius: 17px;
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .home-product .list {
    grid-template-columns: 1fr;
  }
}
.home-about {
  padding: 10rem 0 10rem;
  background: #fff;
}
.home-about .home-about-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.home-about .left {
  width: 63rem;
  padding-top: 2.5rem;
}
.home-about .common-title {
  margin-bottom: 2.6rem;
  color: #242529;
  font-size: 4.8rem;
  line-height: 1.2;
}
.home-about .left > p {
  margin-bottom: 2.4rem;
  color: #666;
  font-size: 1.8rem;
  line-height: 1.78;
}
.home-about .aim {
  max-width: 56rem;
  margin-bottom: 7.2rem;
  padding-left: 3rem;
  color: #222;
  font-size: 1.8rem;
  line-height: 1.8;
  position: relative;
}
.home-about .aim::before {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background: rgba(20, 166, 83, 0.18);
  position: absolute;
  top: 0.9rem;
  left: 0;
}
.home-about .aim::after {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: var(--main-color);
  position: absolute;
  top: 1.4rem;
  left: 0.5rem;
}
.home-about .right {
  overflow: hidden;
  width: 72rem;
  height: 54rem;
  border-radius: 1.6rem;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.home-about .right img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  -webkit-transition: transform 0.55s ease;
  transition: transform 0.55s ease;
}
.home-about .right:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.home-about .home-about-data {
  margin-top: 6.5rem;
}
.home-about .home-about-data .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.home-about .home-about-data li {
  width: 25%;
}
.home-about .num {
  color: var(--main-color);
  line-height: 1;
  white-space: nowrap;
}
.home-about .num span {
  font-size: 5.8rem;
  font-weight: 400;
}
.home-about .num em {
  margin-left: 0.6rem;
  font-size: 1.8rem;
  font-style: normal;
  vertical-align: baseline;
}
.home-about .num sup {
  font-size: 1.1rem;
  vertical-align: super;
}
.home-about .home-about-data p {
  margin-top: 0.8rem;
  color: #808080;
  font-size: 1.8rem;
  line-height: 1.35;
}
@media screen and (max-width: 1280px) {
  .home-about .left {
    width: 56rem;
  }
  .home-about .right {
    width: 62rem;
    height: 46.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .home-about {
    padding: 55px 0 60px;
  }
  .home-about .home-about-main {
    display: block;
  }
  .home-about .left {
    width: 100%;
    padding-top: 0;
    margin-bottom: 30px;
  }
  .home-about .common-title {
    margin-bottom: 18px;
    font-size: 30px;
  }
  .home-about .left > p {
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 1.7;
  }
  .home-about .aim {
    max-width: none;
    margin-bottom: 28px;
    font-size: 16px;
  }
  .home-about .right {
    width: 100%;
    height: auto;
    border-radius: 12px;
  }
  .home-about .right img {
    height: auto;
    object-fit: initial;
  }
  .home-about .home-about-data {
    margin-top: 35px;
  }
  .home-about .home-about-data .list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -12px;
  }
  .home-about .home-about-data li {
    width: 50%;
    padding: 12px;
  }
  .home-about .num span {
    font-size: 42px;
  }
  .home-about .num em {
    font-size: 16px;
  }
  .home-about .home-about-data p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .home-about {
    padding: 42px 0 45px;
  }
  .home-about .common-title {
    font-size: 26px;
  }
  .home-about .left > p {
    font-size: 14px;
  }
  .home-about .aim {
    padding-left: 24px;
    font-size: 14px;
  }
  .home-about .aim::before {
    width: 14px;
    height: 14px;
    top: 6px;
  }
  .home-about .aim::after {
    width: 6px;
    height: 6px;
    top: 10px;
    left: 4px;
  }
  .home-about .home-about-data .list {
    margin: -10px;
  }
  .home-about .home-about-data li {
    padding: 10px;
  }
  .home-about .num span {
    font-size: 34px;
  }
  .home-about .num em {
    margin-left: 3px;
    font-size: 13px;
  }
  .home-about .home-about-data p {
    font-size: 13px;
  }
}
.home-global {
  background-color: #f9f9f9;
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.home-global .common-title {
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .home-global {
    padding-top: 56px;
    padding-bottom: 60px;
  }
  .home-global .common-title {
    font-size: 32px;
    line-height: 1.25;
  }
  .home-global .nr {
    margin-top: 26px;
    overflow: hidden;
  }
  .home-global img {
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .home-global {
    padding-top: 42px;
    padding-bottom: 48px;
  }
  .home-global .common-title {
    margin-bottom: 22px;
    font-size: 26px;
    line-height: 1.28;
  }
  .home-global .nr {
    margin-top: 0;
    overflow-x: auto;
    padding-bottom: 8px;
    -webkit-overflow-scrolling: touch;
  }
  .home-global img {
    width: 720px;
    max-width: none;
  }
}
@media screen and (max-width: 1023px) {
  .home-why {
    padding-top: 56px;
    padding-bottom: 60px;
  }
  .home-why .common-title {
    font-size: 32px;
    line-height: 1.25;
  }
  .home-why .hd {
    margin-bottom: 30px;
  }
  .home-why .hd p {
    margin-top: 12px;
    font-size: 15px;
  }
  .home-why .home-why-pic .pic {
    width: min(340px, 76vw);
    height: min(340px, 76vw);
  }
  .home-why .home-why-item .title {
    height: 50px;
    line-height: 50px;
    font-size: 24px;
  }
  .home-why .home-why-item .text {
    padding: 20px;
    font-size: 15px;
    line-height: 1.55;
  }
}
@media screen and (max-width: 767px) {
  .home-why {
    padding-top: 42px;
    padding-bottom: 48px;
  }
  .home-why .common-title {
    font-size: 26px;
    line-height: 1.28;
  }
  .home-why .hd {
    margin-bottom: 24px;
  }
  .home-why .hd p {
    font-size: 14px;
    line-height: 1.6;
  }
  .home-why .home-why-pic {
    margin-bottom: 20px;
  }
  .home-why .home-why-pic .pic {
    width: min(260px, 72vw);
    height: min(260px, 72vw);
    margin-bottom: 16px;
  }
  .home-why .home-why-pic .btn {
    min-width: 190px;
    height: 38px;
    line-height: 38px;
    border-radius: 19px;
    font-size: 14px;
  }
  .home-why .home-why-item .title {
    height: 44px;
    line-height: 44px;
    font-size: 20px;
  }
  .home-why .home-why-item .text {
    padding: 16px;
    font-size: 14px;
  }
  .home-why .home-why-item li {
    padding-left: 24px;
  }
  .home-why .home-why-item li + li {
    margin-top: 10px;
  }
  .home-why .home-why-item li::before {
    width: 16px;
    height: 16px;
    top: 3px;
  }
}
@media screen and (max-width: 1023px) {
  .home-case {
    padding-top: 56px;
    padding-bottom: 60px;
  }
  .home-case .common-title {
    font-size: 32px;
    line-height: 1.25;
  }
  .home-case .home-case-box {
    width: 100%;
    padding: 0 54px;
  }
  .home-case .swiper-slide {
    height: 220px;
  }
  .home-case .swiper-button-prev,
  .home-case .swiper-button-next {
    width: 42px;
    height: 42px;
    margin-top: -21px;
  }
}
@media screen and (max-width: 767px) {
  .home-case {
    padding-top: 42px;
    padding-bottom: 48px;
  }
  .home-case .common-title {
    font-size: 26px;
    line-height: 1.28;
  }
  .home-case .home-case-box {
    width: 100%;
    padding: 0 42px;
  }
  .home-case .swiper-slide {
    height: 190px;
    border-radius: 8px;
  }
  .home-case .icon {
    width: 34px;
    height: 34px;
    margin-bottom: 10px;
  }
  .home-case .title {
    font-size: 18px;
    line-height: 1.25;
  }
  .home-case .swiper-button-prev,
  .home-case .swiper-button-next {
    width: 34px;
    height: 34px;
    margin-top: -17px;
  }
  .home-case .swiper-button-prev {
    left: 4px;
  }
  .home-case .swiper-button-next {
    right: 4px;
  }
  .home-case .swiper-button-prev::after,
  .home-case .swiper-button-next::after {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .home-say {
    padding-top: 56px;
    padding-bottom: 60px;
  }
  .home-say .common-title {
    font-size: 32px;
    line-height: 1.25;
  }
  .home-say .bg {
    height: 46%;
  }
  .home-say .home-say-swiper {
    padding-bottom: 0;
  }
  .home-say .pic {
    height: auto;
    aspect-ratio: 1.5;
  }
  .home-say .text {
    padding: 22px 20px 24px;
  }
  .home-say .swiper-pagination {
    margin-top: 28px;
  }
  .home-say .swiper-pagination-bullet,
  .home-say .swiper-pagination-bullet-active {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 4px !important;
  }
}
@media screen and (max-width: 767px) {
  .home-say {
    padding-top: 42px;
    padding-bottom: 48px;
  }
  .home-say .common-title {
    font-size: 26px;
    line-height: 1.28;
  }
  .home-say .bg {
    height: 38%;
  }
  .home-say .home-title {
    margin-bottom: 22px;
  }
  .home-say .box {
    border-radius: 8px;
    overflow: hidden;
  }
  .home-say .title {
    margin-bottom: 12px;
    font-size: 16px;
  }
  .home-say .country {
    font-size: 14px;
  }
  .home-say .stars {
    gap: 7px;
  }
  .home-say .stars span {
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .home-order {
    padding-top: 56px;
    padding-bottom: 60px;
  }
  .home-order .common-title {
    font-size: 32px;
    line-height: 1.25;
  }
  .home-order > .container {
    gap: 0;
  }
  .home-order .home-order-card {
    border-radius: 12px;
  }
  .home-order .order-scroll {
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .home-order {
    padding-top: 42px;
    padding-bottom: 48px;
  }
  .home-order .common-title {
    font-size: 26px;
    line-height: 1.28;
  }
  .home-order .home-order-text {
    margin-bottom: 24px;
  }
  .home-order .home-order-text p {
    line-height: 1.7;
  }
  .home-order .home-order-card {
    border-radius: 10px;
  }
  .home-order .order-head,
  .home-order .order-scroll {
    padding-left: 12px;
    padding-right: 12px;
  }
  .home-order .order-head {
    font-size: 12px;
  }
  .home-order .order-scroll {
    height: 245px;
  }
  .home-order .order-scroll li {
    height: 35px;
    font-size: 12px;
  }
  .home-order .order-head span:nth-child(1),
  .home-order .order-scroll .date {
    width: 46px;
  }
  .home-order .order-head span:nth-child(2),
  .home-order .order-scroll .buyer {
    width: 82px;
  }
  .home-order .order-head span:nth-child(3),
  .home-order .order-scroll .time {
    width: 72px;
  }
  .home-order .progress b {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .home-renzheng {
    padding-top: 56px;
    padding-bottom: 60px;
  }
  .home-renzheng .common-title {
    font-size: 32px;
    line-height: 1.25;
    margin-bottom: 34px;
  }
  .home-renzheng .nr,
  .home-renzheng [class~=".nr"] {
    position: relative;
    padding-bottom: 42px;
  }
  .home-renzheng .box {
    width: 100%;
    border-radius: 10px;
  }
  .home-renzheng .swiper-pagination {
    margin-top: 34px;
  }
}
@media screen and (max-width: 767px) {
  .home-renzheng {
    padding-top: 42px;
    padding-bottom: 48px;
  }
  .home-renzheng .common-title {
    font-size: 26px;
    line-height: 1.28;
    margin-bottom: 24px;
  }
  .home-renzheng .nr,
  .home-renzheng [class~=".nr"] {
    padding-bottom: 32px;
  }
  .home-renzheng .swiper-pagination {
    margin-top: 24px;
  }
  .home-renzheng .swiper-pagination-bullet,
  .home-renzheng .swiper-pagination-bullet-active {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 4px !important;
  }
}
@media screen and (max-width: 1023px) {
  .home-partner {
    padding-top: 56px;
    padding-bottom: 60px;
  }
  .home-partner .common-title {
    font-size: 32px;
    line-height: 1.25;
  }
  .home-partner .home-partner-content {
    padding: 0 50px;
  }
  .home-partner .list .box {
    height: 88px;
  }
  .home-partner .swiper-button-prev,
  .home-partner .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .home-partner {
    padding-top: 42px;
    padding-bottom: 48px;
  }
  .home-partner .common-title {
    font-size: 26px;
    line-height: 1.28;
  }
  .home-partner .home-title {
    margin-bottom: 24px;
  }
  .home-partner .home-partner-content {
    padding: 0 38px;
  }
  .home-partner .list .box {
    height: 70px;
    border-radius: 8px;
  }
  .home-partner .swiper-button-prev,
  .home-partner .swiper-button-next {
    width: 32px;
    height: 32px;
  }
  .home-partner .swiper-button-prev::after,
  .home-partner .swiper-button-next::after {
    font-size: 14px;
  }
}
@media screen and (max-width: 1023px) {
  .home-product {
    padding-top: 56px;
    padding-bottom: 60px;
  }
  .home-product .common-title {
    font-size: 32px;
    line-height: 1.25;
  }
  .home-product .list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .home-product .list .box {
    min-height: 100%;
  }
  .home-product .list .pic {
    height: 160px;
  }
}
@media screen and (max-width: 767px) {
  .home-product {
    padding-top: 42px;
    padding-bottom: 48px;
  }
  .home-product .common-title {
    font-size: 26px;
    line-height: 1.28;
  }
  .home-product .home-title {
    margin-bottom: 22px;
  }
  .home-product .home-product-tabs {
    overflow-x: auto;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 -5vw 20px;
    padding: 0 5vw 4px;
    -webkit-overflow-scrolling: touch;
  }
  .home-product .home-product-tabs span {
    min-width: 86px;
    height: 34px;
    line-height: 34px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin: 0 8px 0 0;
  }
  .home-product .list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .home-product .list .box {
    padding: 18px 12px 16px;
  }
  .home-product .list .pic {
    height: 112px;
    margin-bottom: 14px;
  }
  .home-product .list .title {
    height: auto;
    min-height: 40px;
    font-size: 15px;
  }
  .home-product .list .info {
    display: none;
  }
  .home-product .list .quoteBtn {
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .home-product .list {
    grid-template-columns: 1fr;
  }
  .home-product .list .pic {
    height: 150px;
  }
}
@media screen and (max-width: 1023px) {
  .home-about {
    padding-top: 56px;
    padding-bottom: 60px;
  }
  .home-about .common-title {
    font-size: 32px;
    line-height: 1.25;
  }
  .home-about .right {
    overflow: hidden;
  }
  .home-about .home-about-data .list {
    margin: -10px;
  }
  .home-about .home-about-data li {
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .home-about {
    padding-top: 42px;
    padding-bottom: 48px;
  }
  .home-about .common-title {
    font-size: 26px;
    line-height: 1.28;
  }
  .home-about .home-about-main {
    display: flex;
    flex-direction: column-reverse;
  }
  .home-about .right {
    margin-bottom: 24px;
  }
  .home-about .left {
    margin-bottom: 0;
  }
  .home-about .left > p {
    line-height: 1.7;
  }
  .home-about .common-btn {
    height: 38px;
    line-height: 38px;
    min-width: 120px;
    font-size: 14px;
  }
  .home-about .home-about-data {
    margin-top: 30px;
  }
  .home-about .home-about-data .list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 0;
  }
  .home-about .home-about-data li {
    width: auto;
    padding: 14px 10px;
    border-radius: 8px;
    background: #f7faf8;
  }
  .home-about .num span {
    font-size: 28px;
  }
  .home-about .home-about-data p {
    font-size: 12px;
    line-height: 1.45;
  }
}
@media screen and (max-width: 480px) {
  .home-about .home-about-data .list {
    grid-template-columns: 1fr;
  }
}
