.banner {
  width: 100%;
  height: 47.125rem;
  position: relative;
}
.banner .swiper {
  width: 100%;
  height: 100%;
}
.banner .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.banner .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 7.5rem !important;
  height: 0.5rem !important;
  background: #D8D8D8;
  border-radius: 0px;
  opacity: 1;
}
.banner .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #C01319;
}
.banner .button-prev, .banner .button-next {
  background-color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s;
}
.banner .button-prev:hover, .banner .button-next:hover {
  background-color: #C01319;
}

.content {
  width: 100%;
  padding: 5rem 0 6rem 0;
  background-color: #F6F6FE;
}
.content .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.content .title .text {
  font-weight: 500;
  font-size: 2.25rem;
  color: #C01319;
}
.content .title .icon {
  display: flex;
  align-items: center;
}
.content .title .icon .left {
  width: 6.56rem;
  height: 0.31rem;
}
.content .title .icon .left img {
  width: 100%;
  height: 100%;
}
.content .title .icon .center {
  width: 3.75rem;
  height: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.content .title .icon .center .smallStar {
  width: 0.75rem;
  height: 0.75rem;
  -webkit-clip-path: polygon(50% 0, 65% 40%, 100% 40%, 72% 60%, 85% 100%, 50% 75%, 15% 100%, 28% 60%, 0 40%, 35% 40%);
          clip-path: polygon(50% 0, 65% 40%, 100% 40%, 72% 60%, 85% 100%, 50% 75%, 15% 100%, 28% 60%, 0 40%, 35% 40%);
  background-color: #C01319;
}
.content .title .icon .center .star {
  width: 1.25rem;
  height: 1.25rem;
  -webkit-clip-path: polygon(50% 0, 65% 40%, 100% 40%, 72% 60%, 85% 100%, 50% 75%, 15% 100%, 28% 60%, 0 40%, 35% 40%);
          clip-path: polygon(50% 0, 65% 40%, 100% 40%, 72% 60%, 85% 100%, 50% 75%, 15% 100%, 28% 60%, 0 40%, 35% 40%);
  background-color: #C01319;
}
.content .title .icon .right {
  width: 6.56rem;
  height: 0.31rem;
}
.content .title .icon .right img {
  width: 100%;
  height: 100%;
}
.content .areaOne {
  width: 75rem;
  margin: 0 auto;
  margin-top: 6rem;
  display: flex;
  -moz-column-gap: 2.625rem;
       column-gap: 2.625rem;
}
.content .areaOne .left {
  width: 12.68rem;
  border-radius: 0.25rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
}
.content .areaOne .left .title {
  width: 100%;
  height: 4.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #C01319;
  position: relative;
}
.content .areaOne .left .title .text {
  color: #fff;
  font-size: 1.25rem;
}
.content .areaOne .left .title .titleBg {
  width: 7.625rem;
  height: 3.4375rem;
  position: absolute;
  right: 0;
  bottom: 0;
  background: linear-gradient(130.63deg, rgba(255, 255, 255, 0.08) 65.22%, rgba(255, 255, 255, 0.4) 74.15%, rgba(255, 255, 255, 0.08) 86.64%);
  -webkit-clip-path: polygon(0 100%, 100% 0, 70% 80%, 100% 100%);
          clip-path: polygon(0 100%, 100% 0, 70% 80%, 100% 100%);
}
.content .areaOne .left ul {
  box-sizing: border-box;
  /* border: 1px solid #D2D2D2; */
  border-left: 1px solid #9e9e9e;
}
.content .areaOne .left ul li {
  width: 100%;
  height: 3.5rem;
  padding-left: 20px;
  /* background-color: #fff; */
  font-size: 1.25rem;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  cursor: pointer;
}
.content .areaOne .left ul li:hover {
  /* background-color: #FDE8E8; */
  color: #C01319;
}
.content .areaOne .left ul .active {
  /* background-color: #FDE8E8; */
  color: #C01319;
  position: relative;
}
.content .areaOne .left ul .active::after {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 50%;
  background-color: #C01319;
  left: 0;
  top: 22%;
}
.content .areaOne .right {
  width: 72.375rem;
}
.content .areaOne .right ul {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  row-gap: 2.5rem;
}
.content .areaOne .right ul li {
  width: 19.06rem;
  background-color: #fff;
  border-radius: 0.25rem;
  box-shadow: 0px 4px 20.6px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding-top: 0.5rem;
  padding-bottom: 2.25rem;
  text-align: center;
  transition: all 0.3s;
  transform: translateY(0);
  cursor: default;
}
.content .areaOne .right ul li:hover {
  transform: translateY(-3%);
}
.content .areaOne .right ul li .pic {
  width: 16.75rem;
  height: 16.75rem;
}
.content .areaOne .right ul li .pic img {
  width: 100%;
  height: 100%;
}
.content .areaOne .right ul li .name {
  font-size: 1.5rem;
  margin-top: 1.5rem;
  width: 16.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content .areaOne .right ul li .name a:hover {
  color: #C01319;
}
.content .areaOne .right ul li .desc {
  font-size: 1.25rem;
  margin-top: 0.5rem;
  color: #777777;
  width: 16.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content .areaOne .right ul li .desc2 {
  font-size: 1rem;
  margin-top: 0.5rem;
  color: #777777;
  width: 16.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content .areaOne .right ul li .getInfo {
  display: block;
  width: 7.5rem;
  height: 2.5rem;
  color: #fff;
  background-color: #C01319;
  border-radius: 0.25rem;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
}
.content .areaTwo {
  width: 75rem;
  height: 28.125;
  display: flex;
  align-items: center;
  background-color: #fff;
  margin: 0 auto;
  margin-top: 6rem;
}
.content .areaTwo .pic {
  width: 36.875rem;
  height: 100%;
}
.content .areaTwo .pic img {
  width: 100%;
  height: 100%;
}
.content .areaTwo .right {
  margin-left: 2.75rem;
}
.content .areaTwo .right .title {
  font-size: 2rem;
  color: #C01319;
  align-items: start;
}
.content .areaTwo .right .desc {
  width: 31.75rem;
  margin-top: 1.75rem;
  font-size: 1rem;
  color: #999999;
}

@media screen and (max-width: 1200px) {
  .page .banner {
    width: 100%;
    height: 51.2820512821vw;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .page .content {
    width: 100%;
    padding: 3.8461538462vw 0 5.1282051282vw 0;
    background-color: #F6F6FE;
  }
  .page .content .title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .page .content .title .text {
    font-weight: 500;
    font-size: 6.4102564103vw;
    color: #C01319;
  }
  .page .content .title .icon {
    display: flex;
    align-items: center;
  }
  .page .content .title .icon .left {
    width: 14.1025641026vw;
    height: 0.7692307692vw;
  }
  .page .content .title .icon .left img {
    width: 100%;
    height: 100%;
  }
  .page .content .title .icon .center {
    width: 10.2564102564vw;
    height: 3.0769230769vw;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }
  .page .content .title .icon .center .smallStar {
    width: 2.0512820513vw;
    height: 2.0512820513vw;
    -webkit-clip-path: polygon(50% 0, 65% 40%, 100% 40%, 72% 60%, 85% 100%, 50% 75%, 15% 100%, 28% 60%, 0 40%, 35% 40%);
            clip-path: polygon(50% 0, 65% 40%, 100% 40%, 72% 60%, 85% 100%, 50% 75%, 15% 100%, 28% 60%, 0 40%, 35% 40%);
    background-color: #C01319;
  }
  .page .content .title .icon .center .star {
    width: 3.0769230769vw;
    height: 3.0769230769vw;
    -webkit-clip-path: polygon(50% 0, 65% 40%, 100% 40%, 72% 60%, 85% 100%, 50% 75%, 15% 100%, 28% 60%, 0 40%, 35% 40%);
            clip-path: polygon(50% 0, 65% 40%, 100% 40%, 72% 60%, 85% 100%, 50% 75%, 15% 100%, 28% 60%, 0 40%, 35% 40%);
    background-color: #C01319;
  }
  .page .content .title .icon .right {
    width: 14.1025641026vw;
    height: 0.7692307692vw;
  }
  .page .content .title .icon .right img {
    width: 100%;
    height: 100%;
  }
  .page .content .areaOne {
    width: 95%;
    margin: 0 auto;
    margin-top: 7.6923076923vw;
    display: flex;
    -moz-column-gap: 0;
         column-gap: 0;
    justify-content: space-between;
  }
  .page .content .areaOne .left {
    width: 25.641025641vw;
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    overflow: hidden;
  }
  .page .content .areaOne .left .title {
    width: 100%;
    height: 7.6923076923vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #C01319;
    position: relative;
  }
  .page .content .areaOne .left .title .text {
    color: #fff;
    font-size: 3.0769230769vmin;
  }
  .page .content .areaOne .left .title .titleBg {
    width: 15.3846153846vw;
    height: 5.1282051282vw;
    position: absolute;
    right: 0;
    bottom: 0;
    background: linear-gradient(130.63deg, rgba(255, 255, 255, 0.08) 65.22%, rgba(255, 255, 255, 0.4) 74.15%, rgba(255, 255, 255, 0.08) 86.64%);
    -webkit-clip-path: polygon(0 100%, 100% 0, 70% 80%, 100% 100%);
            clip-path: polygon(0 100%, 100% 0, 70% 80%, 100% 100%);
  }
  .page .content .areaOne .left ul {
    box-sizing: border-box;
    border: 1px solid #D2D2D2;
  }
  .page .content .areaOne .left ul li {
    width: 100%;
    /* height: 7.6923076923vw; */
    /* font-size: 3.0769230769vmin; */
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page .content .areaOne .left ul li:hover {
    background-color: #FDE8E8;
  }
  .page .content .areaOne .left ul .active {
    background-color: #FDE8E8;
    position: relative;
  }
  .page .content .areaOne .left ul .active::after {
    position: absolute;
    content: "";
    display: block;
    width: 0.5128205128vw;
    height: 100%;
    background-color: #C01319;
    left: 0;
    top: 0;
  }
  .page .content .areaOne .right {
    width: 64.1025641026vw;
  }
  .page .content .areaOne .right ul {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 2.5641025641vw;
         column-gap: 2.5641025641vw;
    row-gap: 2.5641025641vw;
  }
  .page .content .areaOne .right ul li {
    width: 30.7692307692vw;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 4px 20.6px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding-top: 2.5641025641vw;
    padding-bottom: 5.1282051282vw;
    text-align: center;
    transition: all 0.3s;
    transform: translateY(0);
    cursor: default;
  }
  .page .content .areaOne .right ul li:hover {
    transform: translateY(-3%);
  }
  .page .content .areaOne .right ul li .pic {
    width: 28.2051282051vw;
    height: 28.2051282051vw;
  }
  .page .content .areaOne .right ul li .pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page .content .areaOne .right ul li .name {
    font-size: 3.5897435897vmin;
    margin-top: 2.5641025641vw;
    width: 28.2051282051vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .page .content .areaOne .right ul li .name a:hover {
    color: #C01319;
  }
  .page .content .areaOne .right ul li .desc {
    width: 28.2051282051vw;
    font-size: 3.5897435897vw;
    margin-top: 0.5128205128vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #777777;
  }
  .page .content .areaOne .right ul li .desc2 {
    font-size: 2.5641025641vw;
    margin-top: 0.5128205128vw;
    width: 28.2051282051vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #777777;
  }
  .page .content .areaOne .right ul li .getInfo {
    display: block;
    width: 17.9487179487vw;
    height: 6.4102564103vw;
    color: #fff;
    background-color: #C01319;
    border-radius: 0.25rem;
    font-size: 3.0769230769vmin;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.5rem;
  }
  .page .content .areaTwo {
    width: 95%;
    height: auto;
    display: flex;
    background-color: #fff;
    flex-direction: column;
    align-items: start;
    margin: 0 auto;
    margin-top: 10.2564102564vw;
  }
  .page .content .areaTwo .pic {
    width: 100%;
    height: 72.3076923077vw;
  }
  .page .content .areaTwo .pic img {
    width: 100%;
    height: 100%;
  }
  .page .content .areaTwo .right {
    width: 100%;
    margin-left: 0;
    padding: 2.5641025641vw;
  }
  .page .content .areaTwo .right .title {
    font-size: 5.1282051282vmin;
    color: #C01319;
    align-items: start;
  }
  .page .content .areaTwo .right .desc {
    width: 100%;
    margin-top: 5.1282051282vw;
    margin-bottom: 5.1282051282vw;
    font-size: 4.1025641026vmin;
    color: #999999;
  }
}/*# sourceMappingURL=product.css.map */