.home {
  position: relative;
  width: 100%;
}

.home .jx {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  text-align: right;
}

.home .jx img {
  max-width: 100%;
}

.home .title {
  width: 80vw;
  margin: 0 auto 3vw auto;
  padding-top: 10vw;
}

.home .title .cn {
  color: #111;
  font-size: 3.2vw;
  font-weight: 600;
}

.home .title .en {
  font-family: 'Montserrat-Regular';
  color: #e01c1c;
  font-size: 1.3vw;
  font-weight: 600;
  margin-top: 10px;
}

.home .title2 {
  padding-top: 0;
}

.home .section1 {
  width: 80vw;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.home .section1 a {
  color: #111;
  font-size: 0.8vw;
}

.home .section1 span {
  width: 8px;
  height: 2px;
  background-color: #e01c1c;
  margin: 0 1vw;
}

.home .section1 p {
  color: #666;
  font-size: 0.8vw;
}

.home .section2 {
  width: 100%;
  margin: 2vw 0;
  position: relative;
}

.home .section2 .bg img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.home .section2 .shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.home .section2 .shadow img {
  width: 100%;
}

.home .section3 {
  padding: 3.125vw 0 5.2083333333vw 0;
}

.home .section3 .wrap {
  width: 79.9479166667vw;
  margin: auto;
}

.home .section3 .wrap .title h1 {
  font-size: 3.3333333333vw;
  color: #111;
  margin: 0 0 0.5208333333vw;
}

.home .section3 .wrap .title p {
  font-size: 1.4583333333vw;
  color: #E01C1C;
  font-weight: bold;
  font-family: 'Montserrat-Regular';
}

.home .section3 .wrap .side {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #DDD;
  position: sticky;
  top: 88px;
  z-index: 99;
  background: #fff;
}

.home .section3 .wrap .side .list {
  width: 16.666666%;
  height: 3.125vw;
  border-bottom: 1px solid #DDD;
  border-right: 1px solid #DDD;
  /* border-bottom: none;
  border-right: none;
  border-top: none; */
  display: flex;
  align-items: center;
  padding: 0 0 0 1.0416666667vw;
  box-sizing: border-box;
  cursor: pointer;
}
.home .section3 .wrap .side .list:last-child{
  border-right: 1px solid #DDD;
}

.home .section3 .wrap .side .list:nth-child(6n) {
  /* border-right: 1px solid #DDD; */
  border-bottom: 1px solid #DDD;
}

.home .section3 .wrap .side .list img {
  width: 0.6770833333vw;
  margin: 0 0.5208333333vw 0 0;
  opacity: 0;
  transition: .6s;
}

.home .section3 .wrap .side .list p {
  font-size: 0.8333333333vw;
  color: #333;
  transform: translateX(-1.0416666667vw);
  transition: .6s;
}

.home .section3 .wrap .side .list.on img {
  opacity: 1;
}

.home .section3 .wrap .side .list.on p {
  transform: translateX(0);
  opacity: 1;
}

.home .section3 .wrap .content {
  margin: 3.0729166667vw 0 0 0;
}

@keyframes y {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.home .section3 .wrap .content .matter {
  display: none;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.5104166667vw 1.6666666667vw;
}

.home .section3 .wrap .content .matter.on {
  display: grid;
  animation: .6s y linear forwards;
}

.home .section3 .wrap .content .matter .item {
  height: 14.53125vw;
  background: lightgray;
  border-radius: 1.3541666667vw;
  overflow: hidden;
  position: relative;
  border: 0.15625vw solid transparent;
  background: #F2F2F2;
  transition: .6s;
}

.home .section3 .wrap .content .matter .item img {
  max-width: 100%;
}

.home .section3 .wrap .content .matter .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6.0416666667vw;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  transition: .6s;
}

.home .section3 .wrap .content .matter .item::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 6.0416666667vw;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(221, 32, 22, 0) 0%, rgba(224, 28, 28, 0.41) 100%);
  z-index: 1;
  opacity: 0;
  transition: .6s;
}

.home .section3 .wrap .content .matter .item .position {
  position: absolute;
  bottom: 1.5625vw;
  left: 0.625vw;
  z-index: 5;
}

.home .section3 .wrap .content .matter .item .position h1 {
  color: #FFF;
  font-size: 1.375vw;
  font-weight: 700;
  line-height: 1.7875vw;
  /* 130% */
  margin: 0 0 0.4166666667vw;
}

.home .section3 .wrap .content .matter .item .position .lable {
  width: fit-content;
  border-radius: 0.2083333333vw;
  border: 0.3px solid #FFF;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.2083333333vw;
  color: #fff;
  margin: 0 0 0.4427083333vw;
  font-size: 0.4166666667vw;
  height: 0.78125vw;
}

.home .section3 .wrap .content .matter .item .position .pick {
  display: flex;
  align-items: center;
}

.home .section3 .wrap .content .matter .item .position .pick .red {
  width: 0.25vw;
  height: 0.25vw;
  border-radius: 0.1041666667vw;
  background: #E01C1C;
  margin: 0 0.2604166667vw 0 0;
}

.home .section3 .wrap .content .matter .item .position .pick p {
  color: #FFF;
  font-size: 0.46875vw;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.6px;
}

.home .section3 .wrap .content .matter .item:hover {
  border: 0.15625vw solid #FF5B5B;
  background: #F2F2F2;
}

.home .section3 .wrap .content .matter .item:hover::after {
  opacity: 0;
}

.home .section3 .wrap .content .matter .item:hover::before {
  opacity: 1;
}

.home .section3 .wrap .more {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4.2708333333vw auto 0;
  width: fit-content;
}

.home .section3 .wrap .more p {
  font-size: 0.8333333333vw;
  color: #E01C1C;
  margin: 0 6px 0 0;
  font-weight: bold;
}

.home .section3 .wrap .more .add {
  width: 0.6770833333vw;
  height: 0.6770833333vw;
  position: relative;
}

.home .section3 .wrap .more .add::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #E01C1C;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.home .section3 .wrap .more .add::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background: #E01C1C;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.home .section7 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.home .section7 .item {
  width: 50%;
  position: relative;
}

.home .section7 .item .bg {
  overflow: hidden;
  height: 100%;
}

.home .section7 .item .bg img {
  width: 100%;
  display: block;
  object-fit: cover;
  transition: all 600ms;
  height: 100%;
  transform: scale(1.01);
}

.home .section7 .item .text {
  position: absolute;
  left: 10vw;
  top: 50%;
  transform: translateY(-50%);
  color: white;
}

.home .section7 .item .text .p1 {
  color: #FFF;
  font-size: 2.7vw;
  font-weight: 700;
}

.home .section7 .item .text .p2 {
  color: #FFF;
  font-size: 1.1vw;
  font-weight: 700;
}

.home .section7 .item .btn {
  position: absolute;
  right: 5%;
  bottom: 5%;
  border: 2px solid white;
  width: fit-content;
  padding: 0.3vw 1.8vw;
  border-radius: 30px;
  transition: all 600ms;
}

.home .section7 .item .btn svg {
  display: block;
  transition: all 600ms;
}

.home .section7 .item .btn:hover {
  background-color: #e01c1c;
  border-color: #e01c1c;
}

.home .section7 .item .btn:hover svg {
  transform: translateX(10px);
}

.home .section7 .item:hover .bg img {
  transform: scale(1.05);
}

@media screen and (max-width: 1024px) {
  .home {
    padding-top: 70px;
  }

  .home .title {
    width: 90%;
    padding-top: 20px;
  }

  .home .title .cn {
    font-size: 24px;
  }

  .home .title .en {
    font-size: 18px;
  }

  .home .section1 {
    width: 90%;
  }

  .home .section1 a,
  .home .section1 p {
    font-size: 14px;
  }

  .home .section3 {
    padding: 0 0 40px 0;
  }

  .home .section3 .wrap {
    width: 90%;
  }

  .home .section3 .wrap .title {
    padding: 0;
    margin: 0 0 20px;
  }

  .home .section3 .wrap .title h1 {
    font-size: 24px;
    margin: 0 0 10px;
  }

  .home .section3 .wrap .title p {
    font-size: 18px;
  }

  .home .section3 .wrap .side {
    top: 80px;
    position: static;
  }

  .home .section3 .wrap .side .list {
    width: 100%;
    height: 45px;
    padding: 0 0 0 15px;
  }

  .home .section3 .wrap .side .list:nth-child(2n) {
    border-right: 1px solid #DDD;
  }

  .home .section3 .wrap .side .list img {
    width: 10px;
    margin: 0 15px 0 0;
  }

  .home .section3 .wrap .side .list p {
    font-size: 14px;
  }

  .home .section3 .wrap .content {
    margin: 25px 0 0 0;
  }

  .home .section3 .wrap .content .matter {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .home .section3 .wrap .content .matter .item {
    height: auto;
    border-radius: 20px;
  }

  .home .section3 .wrap .content .matter .item .img {
    width: 100%;
  }

  .home .section3 .wrap .content .matter .item::after {
    height: 40%;
  }

  .home .section3 .wrap .content .matter .item::before {
    height: 40%;
  }

  .home .section3 .wrap .content .matter .item .position {
    left: 5%;
    bottom: 20px;
  }

  .home .section3 .wrap .content .matter .item .position h1 {
    font-size: 24px;
    line-height: 1;
    margin: 0 0 15px;
  }

  .home .section3 .wrap .content .matter .item .position .lable {
    border-radius: 5px;
    padding: 5px 10px;
    height: auto;
    margin: 0 0 5px;
    font-size: 14px;
  }

  .home .section3 .wrap .content .matter .item .position .pick p {
    font-size: 16px;
    line-height: 2;
  }

  .home .section3 .wrap .more {
    margin: 20px auto 0;
  }

  .home .section3 .wrap .more p {
    font-size: 16px;
  }

  .home .section3 .wrap .more .add {
    width: 15px;
    height: 15px;
  }

  .home .section7 {
    flex-direction: column;
  }

  .home .section7 .item {
    width: 100%;
  }

  .home .section7 .item .text {
    left: 5%;
  }

  .home .section7 .item .text .p1 {
    font-size: 20px;
  }

  .home .section7 .item .text .p2 {
    font-size: 16px;
  }

  .home .section7 .item .btn {
    padding: 5px 25px;
    bottom: 20px;
  }

  .home .section2 {
    margin: 15px 0;
  }
}

/*# sourceMappingURL=products.css.map */