.banner {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.banner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.banner .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.banner .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .text {
  font-size: 86px;
  line-height: 86px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  margin: auto;
  display: flex;
  white-space: nowrap;
  color: #fff;
}
.banner .text .p:first-child {
  margin-right: 110px;
}
.banner .button {
  width: 180px;
  height: 46px;
  border-radius: 46px;
  border: solid 1px #fff;
  position: absolute;
  left: calc(50% - 90px);
  bottom: 105px;
}
.banner .button::after {
  content: '';
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 46px;
  position: absolute;
  top: -1px;
  left: -1px;
  background-color: #D13239;
  transform: scale(0.1);
  opacity: 0;
  transition: 0.5s;
}
.banner .button a {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 18px;
  letter-spacing: 3px;
  position: relative;
  z-index: 2;
  border-radius: 46px;
}
.banner .button a span {
  padding-left: 30px;
}
.banner .button a img {
  width: 14px;
  margin-left: 16px;
  transition: 0.5s;
}
.banner .button:hover::after {
  transform: scale(1);
  opacity: 1;
}
.banner .button:hover a img {
  animation: bannerbutton 0.5s linear infinite alternate;
}
.animation1 {
  width: 100%;
  position: relative;
}
.animation1 .slogan {
  width: 100%;
  height: 46.875vw;
  min-height: 500px;
  padding: 0 !important;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.animation1 .slogan .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.animation1 .slogan .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.animation1 .slogan .text {
  font-size: 86px;
  color: #D13239;
  line-height: 86px;
  letter-spacing: 8px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.animation1 .slogan .text span {
  margin: 0 20px;
}
.animation1 .slogan .line1 {
  width: 100%;
  height: 10px;
  background-color: #D13239;
  margin-top: 30px;
  position: relative;
  z-index: 2;
  transition: 1s;
}
.animation1 .slogan .line1.init {
  width: 0;
}
.animation1 .slogan .en {
  position: relative;
  z-index: 2;
  font-family: "DINNextLTProRegular";
  font-size: 36px;
  color: #000000;
  line-height: 36px;
  text-align: center;
  margin-top: 50px;
}
.animation1 .slogan img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.animation1 .slogan .img1 {
  width: 334px;
  aspect-ratio: 334/222;
  position: absolute;
  bottom: 122px;
  left: calc(50% - 803px);
  overflow: hidden;
}
.animation1 .slogan .img1 img {
  width: 100%;
}
.animation1 .slogan .img2 {
  width: 337px;
  aspect-ratio: 337/237;
  position: absolute;
  bottom: 234px;
  left: calc(50% - 117px);
  overflow: hidden;
}
.animation1 .slogan .img2 img {
  width: 100%;
}
.animation1 .slogan .img3 {
  width: 291px;
  aspect-ratio: 291/194;
  position: absolute;
  bottom: 150px;
  right: calc(50% - 818px);
  overflow: hidden;
}
.animation1 .slogan .img3 img {
  width: 100%;
}
.animation1 .slogan .img4 {
  width: 312px;
  aspect-ratio: 312/232;
  position: absolute;
  top: 145px;
  left: calc(50% - 670px);
  overflow: hidden;
}
.animation1 .slogan .img4 img {
  width: 100%;
}
.animation1 .slogan .img5 {
  width: 291px;
  aspect-ratio: 291/194;
  position: absolute;
  top: 285px;
  left: calc(50% - 33px);
  overflow: hidden;
}
.animation1 .slogan .img5 img {
  width: 100%;
}
.animation1 .slogan .img6 {
  width: 230px;
  aspect-ratio: 230/297;
  position: absolute;
  top: 112px;
  right: calc(50% - 722px);
  overflow: hidden;
}
.animation1 .slogan .img6 img {
  width: 100%;
}
.animation1 .list-container {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 150px 0 180px 0;
  /* 让它从中间向上下展开 */
}
.animation1 .list-container .background {
  position: absolute;
  left: 0;
  top: -20%;
  width: 100%;
  height: 200%;
  -webkit-background-size: cover;
  background-position: center ;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
}
.animation1 .list-container .background img {
  width: 100%;
}
.animation1 .list-container .box {
  width: 100%;
  height: 680px;
  position: relative;
}
.animation1 .list-container .box .swiper1 {
  width: 100%;
  height: 100%;
}
.animation1 .list-container .box .swiper1 .swiper-slide {
  width: 50%;
  height: 100%;
}
.animation1 .list-container .box .swiper1 .swiper-slide .item {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 15px;
  transform-origin: bottom;
  transform: scale(0.9);
  transition: 0.5s;
}
.animation1 .list-container .box .swiper1 .swiper-slide .item .top {
  width: 100%;
  height: calc(100% - 255px);
  position: relative;
  overflow: hidden;
}
.animation1 .list-container .box .swiper1 .swiper-slide .item .top::after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.animation1 .list-container .box .swiper1 .swiper-slide .item .top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.animation1 .list-container .box .swiper1 .swiper-slide .item .top .text {
  position: absolute;
  bottom: 24px;
  left: 70px;
  font-weight: bold;
  font-size: 36px;
  color: #FFFFFF;
  line-height: 36px;
  letter-spacing: 3px;
  z-index: 10;
}
.animation1 .list-container .box .swiper1 .swiper-slide .item .bottom {
  width: 100%;
  height: 255px;
  background-color: #fff;
  display: flex;
  position: relative;
}
.animation1 .list-container .box .swiper1 .swiper-slide .item .bottom .label {
  font-family: "DINNextLTProBold";
  font-size: 18px;
  color: #D13239;
  line-height: 18px;
  letter-spacing: 5px;
  margin-left: 70px;
  margin-top: 40px;
}
.animation1 .list-container .box .swiper1 .swiper-slide .item .bottom .title {
  font-weight: bold;
  font-size: 36px;
  color: #55565B;
  line-height: 48px;
  letter-spacing: 3px;
  margin-top: 20px;
  margin-left: 70px;
}
.animation1 .list-container .box .swiper1 .swiper-slide .item .bottom .button {
  width: 150px;
  height: 46px;
  border-radius: 163px 163px 163px 163px;
  border: 2px solid #D13239;
  position: absolute;
  right: 66px;
  top: 60%;
}
.animation1 .list-container .box .swiper1 .swiper-slide .item .bottom .button::after {
  content: '';
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 46px;
  position: absolute;
  top: -1px;
  left: -1px;
  background-color: #D13239;
  transform: scale(0.1);
  opacity: 0;
  transition: 0.5s;
}
.animation1 .list-container .box .swiper1 .swiper-slide .item .bottom .button a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  color: #D13239;
  letter-spacing: 3px;
  position: relative;
  z-index: 2;
  border-radius: 46px;
  text-align: center;
  transition: 0.5s;
}
.animation1 .list-container .box .swiper1 .swiper-slide .item .bottom .button:hover::after {
  transform: scale(1);
  opacity: 1;
}
.animation1 .list-container .box .swiper1 .swiper-slide .item .bottom .button:hover a {
  color: #fff;
}
.animation1 .list-container .box .swiper1 .swiper-slide .item:hover .top img {
  transform: scale(1.1);
}
.animation1 .list-container .box .swiper-pagination1 {
  width: 100%;
  position: absolute;
  bottom: -40px;
}
.animation1 .list-container .box .swiper-pagination1 .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  opacity: 0.3;
  margin: 0 9px;
}
.animation1 .list-container .box .swiper-pagination1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}
.animation1 .list-container .box .swiper-button-next1,
.animation1 .list-container .box .swiper-button-prev1 {
  position: absolute;
  top: 50%;
  width: 50px;
  margin-top: 25px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0.2);
}
.animation1 .list-container .box .swiper-button-next1::after,
.animation1 .list-container .box .swiper-button-prev1::after {
  content: '';
}
.animation1 .list-container .box .swiper-button-prev1 {
  left: 22%;
  right: auto;
}
.animation1 .list-container .box .swiper-button-next1 {
  right: 22%;
  left: auto;
}
.advantages {
  width: 100%;
  margin-top: 220px;
}
.advantages .title .en {
  font-family: "DINNextLTProBold";
  font-size: 18px;
  color: #D13239;
  line-height: 36px;
  letter-spacing: 5px;
  text-align: center;
}
.advantages .title .cn {
  font-weight: bold;
  font-size: 36px;
  color: #55565B;
  line-height: 36px;
  letter-spacing: 3px;
  text-align: center;
}
.advantages .box {
  width: 1440px;
  margin: 0 auto;
  margin-top: 140px;
}
.advantages .box .left {
  width: 100%;
  display: flex;
}
.advantages .box .left .item {
  width: 33.333%;
  height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
  border-left: solid 2px #D13239;
}
.advantages .box .left .item::after {
  content: '';
  width: 6px;
  height: 121px;
  background-color: #D13239;
  position: absolute;
  top: 0;
  left: 0;
}
.advantages .box .left .item:nth-child(2n) {
  flex-direction: column-reverse;
}
.advantages .box .left .item:nth-child(2n)::after {
  top: auto;
  bottom: 0;
}
.advantages .box .left .item .text .num {
  margin-left: -10px;
}
.advantages .box .left .item .text .num span:first-child {
  font-family: "DINNextLTProRegular";
  font-size: 90px;
  color: #D13239;
  line-height: 80px;
  letter-spacing: -6px;
}
.advantages .box .left .item .text .num span:nth-child(2) {
  font-size: 28px;
  font-weight: bold;
  color: #D13239;
}
.advantages .box .left .item .text .p {
  font-size: 28px;
  color: #55565B;
  line-height: 36px;
}
.advantages .box .left .item .icon {
  width: 185px;
}
.advantages .box .left .item .icon img {
  width: 100%;
}
.advantages .box .left .item .icon span {
  font-size: 14px;
  line-height: 14px;
  color: #55565B;
  display: block;
  text-align: center;
  white-space: nowrap;
}
.advantages .box .right {
  width: 31.944%;
}
.advantages .box .right .item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 58px;
  padding-top: 67px;
  border-bottom: 1px solid #000000;
}
.advantages .box .right .item:first-child {
  padding-top: 0;
}
.advantages .box .right .item:first-child .icon {
  width: 136px;
  height: 74px;
}
.advantages .box .right .item:first-child .icon img {
  width: 100%;
}
.advantages .box .right .item:nth-child(2) .icon {
  width: 104px;
  height: 95px;
}
.advantages .box .right .item:nth-child(2) .icon img {
  width: 100%;
}
.advantages .box .right .item:nth-child(3) {
  border-bottom: 0px solid #000000;
  padding-bottom: 0;
}
.advantages .box .right .item:nth-child(3) .icon {
  width: 112px;
  height: 68px;
}
.advantages .box .right .item:nth-child(3) .icon img {
  width: 100%;
}
.advantages .box .right .item .text .num {
  font-family: "DINNextLTProMedium";
  font-size: 28px;
  line-height: 28px;
  color: #D13239;
}
.advantages .box .right .item .text .num span {
  color: #55565B;
}
.advantages .box .right .item .text .num span span {
  color: #D13239;
}
.advantages .box .right .item .text .p {
  font-size: 14px;
  line-height: 26px;
  color: #55565B;
}
.advantages .button {
  width: 180px;
  height: 46px;
  border-radius: 46px;
  border: solid 1px #55565B;
  margin: 0 auto;
  margin-top: 120px;
  position: relative;
}
.advantages .button::after {
  content: '';
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 46px;
  position: absolute;
  top: -1px;
  left: -1px;
  background-color: #D13239;
  transform: scale(0.1);
  opacity: 0;
  transition: 0.5s;
}
.advantages .button a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  color: #55565B;
  line-height: 18px;
  letter-spacing: 3px;
  position: relative;
  z-index: 2;
  border-radius: 46px;
  text-align: center;
}
.advantages .button:hover::after {
  transform: scale(1);
  opacity: 1;
}
.advantages .button:hover a {
  color: #fff;
}
.advantages .button:hover a img {
  animation: bannerbutton 0.5s linear infinite alternate;
}
.brandStory {
  width: 1440px;
  margin: 0 auto;
  margin-top: 214px;
}
.brandStory .title .en {
  font-family: "DINNextLTProBold";
  font-size: 18px;
  color: #D13239;
  line-height: 36px;
  letter-spacing: 5px;
  text-align: center;
}
.brandStory .title .cn {
  font-weight: bold;
  font-size: 36px;
  color: #55565B;
  line-height: 36px;
  letter-spacing: 3px;
  text-align: center;
}
.brandStory .video {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  margin-top: 80px;
  position: relative;
}
.brandStory .video .img {
  width: 100%;
  aspect-ratio: 1020 / 574;
  overflow: hidden;
}
.brandStory .video .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.brandStory .video .icon {
  width: 90px;
  height: 90px;
  position: absolute;
  top: calc(50% - 45px);
  left: calc(50% - 45px);
  cursor: pointer;
  transition: 0.5s;
}
.brandStory .video .icon img {
  width: 100%;
}
.brandStory .video:hover .img img {
  transform: scale(1.1);
}
.brandStory .p {
  margin-top: 116px;
  width: 100%;
  font-weight: 400;
  font-size: 24px;
  color: #55565B;
  line-height: 44px;
  letter-spacing: 2px;
  text-align: center;
}
.brandStory .p span {
  color: #D13239;
}
.contact {
  width: 100%;
  margin-top: 186px;
  padding-top: 53px;
  padding-bottom: 92px;
  background: #F7F7F7;
}
.contact .title .en {
  font-family: "DINNextLTProBold";
  font-size: 18px;
  color: #D13239;
  line-height: 36px;
  letter-spacing: 5px;
  text-align: center;
}
.contact .title .cn {
  font-weight: bold;
  font-size: 36px;
  color: #55565B;
  line-height: 36px;
  letter-spacing: 3px;
  text-align: center;
}
.contact .box {
  width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-top: 78px;
}
.contact .box .item {
  width: 575px;
  padding: 0 50px;
  position: relative;
}
.contact .box .item::after {
  content: '';
  width: 1px;
  height: 142px;
  background-color: #000;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.5s;
  transition-delay: 0.5s;
}
.contact .box .item.init::after {
  height: 0;
}
.contact .box .item:last-child::after {
  width: 0;
}
.contact .box .item .text {
  font-weight: 500;
  font-size: 20px;
  color: #55565B;
  line-height: 30px;
  text-align: center;
  margin-bottom: 30px;
}
.contact .box .item .text span {
  font-family: "DINNextLTProMedium";
}
@media screen and (max-width: 1820px) {
  .animation1 .slogan .img1 {
    width: 18.351%;
    position: absolute;
    bottom: 122px;
    left: 5%;
    overflow: hidden;
  }
  .animation1 .slogan .img2 {
    width: 18.516%;
  }
  .animation1 .slogan .img3 {
    width: 15.989%;
    position: absolute;
    bottom: 150px;
    right: 5%;
    overflow: hidden;
  }
  .animation1 .slogan .img4 {
    width: 17.142%;
    position: absolute;
    top: 145px;
    left: 13%;
    overflow: hidden;
  }
  .animation1 .slogan .img5 {
    width: 15.989%;
  }
  .animation1 .slogan .img6 {
    width: 12.637%;
    position: absolute;
    top: 112px;
    right: 9%;
    overflow: hidden;
  }
}
@media screen and (max-width: 1600px) {
  .animation1 .list-container .box .swiper1 .swiper-slide .item .top .text {
    position: absolute;
    bottom: 24px;
    left: 30px;
    font-weight: bold;
    font-size: 32px;
    color: #FFFFFF;
    line-height: 32px;
    letter-spacing: 3px;
  }
  .animation1 .list-container .box .swiper1 .swiper-slide .item .bottom .label {
    font-family: "DINNextLTProBold";
    font-size: 18px;
    color: #D13239;
    line-height: 18px;
    letter-spacing: 5px;
    margin-left: 30px;
    margin-top: 40px;
  }
  .animation1 .list-container .box .swiper1 .swiper-slide .item .bottom .title {
    font-weight: bold;
    font-size: 32px;
    color: #55565B;
    line-height: 42px;
    letter-spacing: 3px;
    margin-top: 20px;
    margin-left: 30px;
  }
  .animation1 .list-container .box .swiper1 .swiper-slide .item .top {
    width: 100%;
    height: calc(100% - 220px);
    position: relative;
    overflow: hidden;
  }
  .animation1 .list-container .box .swiper1 .swiper-slide .item .bottom {
    width: 100%;
    height: 220px;
    background-color: #fff;
    display: flex;
    position: relative;
  }
  .animation1 .list-container .box .swiper1 .swiper-slide .item .bottom .button {
    width: 150px;
    height: 46px;
    border-radius: 163px 163px 163px 163px;
    border: 2px solid #D13239;
    position: absolute;
    right: 30px;
  }
  .advantages .box {
    width: 90%;
    margin: 0 auto;
    margin-top: 140px;
    display: flex;
    justify-content: space-between;
  }
  .brandStory {
    width: 90%;
    margin: 0 auto;
    margin-top: 214px;
  }
  .contact .box {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin-top: 78px;
  }
  .animation1 .slogan .text {
    font-size: 68px;
    color: #D13239;
    line-height: 68px;
    letter-spacing: 8px;
    text-align: center;
  }
  .animation1 .slogan .en {
    font-family: "DINNextLTProRegular";
    font-size: 32px;
    color: #000000;
    line-height: 36px;
    text-align: center;
    margin-top: 40px;
  }
}
@media screen and (max-width: 1440px) {
  .animation1 .list-container .box .swiper1 .swiper-slide .item .top .text {
    position: absolute;
    bottom: 24px;
    left: 30px;
    font-weight: bold;
    font-size: 26px;
    color: #FFFFFF;
    line-height: 26px;
    letter-spacing: 3px;
  }
  .animation1 .list-container .box .swiper1 .swiper-slide .item .bottom .label {
    font-family: "DINNextLTProBold";
    font-size: 18px;
    color: #D13239;
    line-height: 18px;
    letter-spacing: 5px;
    margin-left: 30px;
    margin-top: 40px;
  }
  .animation1 .list-container .box .swiper1 .swiper-slide .item .bottom .title {
    font-weight: bold;
    font-size: 26px;
    color: #55565B;
    line-height: 36px;
    letter-spacing: 3px;
    margin-top: 20px;
    margin-left: 30px;
  }
  .animation1 .list-container .box .swiper1 .swiper-slide .item .top {
    width: 100%;
    height: calc(100% - 200px);
    position: relative;
    overflow: hidden;
  }
  .animation1 .list-container .box .swiper1 .swiper-slide .item .bottom {
    width: 100%;
    height: 200px;
    background-color: #fff;
    display: flex;
    position: relative;
  }
  .advantages .box .left .item .icon {
    width: 80%;
  }
  .advantages .box .left .item .icon img {
    width: 100%;
  }
  .advantages .box .left .item .text .p {
    font-size: 24px;
    color: #55565B;
    line-height: 36px;
  }
  .advantages .box .left .item .text .num span:first-child {
    font-family: "DINNextLTProRegular";
    font-size: 60px;
    color: #D13239;
    line-height: 50px;
    letter-spacing: -3px;
  }
}
@media screen and (max-width: 1360px) {
  .banner .text {
    font-size: 68px;
    line-height: 68px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    margin: auto;
    display: flex;
    white-space: nowrap;
    color: #fff;
  }
  .banner .text .p:first-child {
    margin-right: 60px;
  }
  .animation1 .slogan {
    width: 100%;
    padding: 300px 0;
    overflow: hidden;
    background-color: #fff;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .animation1 .slogan .text {
    font-size: 60px;
    color: #D13239;
    line-height: 60px;
    letter-spacing: 8px;
    text-align: center;
  }
  .animation1 .slogan .en {
    font-family: "DINNextLTProRegular";
    font-size: 26px;
    color: #000000;
    line-height: 36px;
    text-align: center;
    margin-top: 27px;
  }
  .animation1 .slogan .img1 {
    width: 14.705%;
    aspect-ratio: 200/150;
    position: absolute;
    bottom: 108px;
    left: 7.205%;
    overflow: hidden;
  }
  .animation1 .slogan .img2 {
    width: 16.176%;
    aspect-ratio: 220/160;
    position: absolute;
    bottom: 182px;
    left: calc(50% - 130px);
    overflow: hidden;
  }
  .animation1 .slogan .img3 {
    width: 14.705%;
    aspect-ratio: 200/140;
    position: absolute;
    bottom: 150px;
    right: 7.867%;
    overflow: hidden;
  }
  .animation1 .slogan .img4 {
    width: 16.176%;
    aspect-ratio: 220/164;
    position: absolute;
    top: 105px;
    left: 12.205%;
    overflow: hidden;
  }
  .animation1 .slogan .img5 {
    width: 15.147%;
    aspect-ratio: 206/130;
    position: absolute;
    top: 204px;
    left: calc(50% - 24px);
    overflow: hidden;
  }
  .animation1 .slogan .img6 {
    width: 11.764%;
    aspect-ratio: 160/210;
    position: absolute;
    top: 82px;
    right: 12.647%;
    overflow: hidden;
  }
}
@media screen and (max-width: 1200px) {
  .animation1 .list-container {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 10px 0 120px 0;
  }
  .animation1 .slogan .en {
    font-family: "DINNextLTProRegular";
    font-size: 24px;
    color: #000000;
    line-height: 32px;
    text-align: center;
    margin-top: 20px;
  }
  .animation1 .list-container .background img {
    width: 200%;
    margin-left: -50%;
  }
  .animation1 .slogan .img1 {
    width: 17.166%;
    aspect-ratio: 206/136;
    position: absolute;
    bottom: 126px;
    left: 7.205%;
    overflow: hidden;
  }
  .animation1 .slogan .img2 {
    width: 17.5%;
    aspect-ratio: 210/146;
    position: absolute;
    bottom: 200px;
    left: calc(50% - 100px);
    overflow: hidden;
  }
  .animation1 .slogan .img3 {
    width: 15%;
    aspect-ratio: 180/120;
    position: absolute;
    bottom: 153px;
    right: 7.867%;
    overflow: hidden;
  }
  .animation1 .slogan .img4 {
    width: 15.833%;
    aspect-ratio: 190/140;
    position: absolute;
    top: 115px;
    left: 12.205%;
    overflow: hidden;
  }
  .animation1 .slogan .img5 {
    width: 15%;
    aspect-ratio: 180/120;
    position: absolute;
    top: 223px;
    left: calc(50% - 60px);
    overflow: hidden;
  }
  .animation1 .slogan .img6 {
    width: 11.666%;
    aspect-ratio: 140/180;
    position: absolute;
    top: 100px;
    right: 12.647%;
    overflow: hidden;
  }
  .animation1 .slogan .line1 {
    width: 100%;
    height: 6px;
    background-color: #D13239;
    margin-top: 30px;
  }
  .advantages {
    width: 100%;
    margin-top: 100px;
  }
  .advantages .box {
    width: 90%;
    margin: 0 auto;
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .advantages .box .left {
    width: 100%;
    display: flex;
  }
  .advantages .box .left .item {
    width: 33.333%;
    height: auto;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
    position: relative;
    border-left: solid 1px #D13239;
  }
  .advantages .box .left .item:first-child {
    border: 0;
  }
  .advantages .box .left .item::after {
    content: '';
    width: 0;
    height: 121px;
    background-color: #D13239;
    position: absolute;
    top: 0;
    left: 0;
  }
  .advantages .box .left .item .icon {
    width: 90%;
    max-width: 185px;
  }
  .advantages .box .left .item .text {
    text-align: center;
    margin-top: 30px;
  }
  .advantages .box .right {
    width: 100%;
    margin-top: 60px;
    display: flex;
  }
  .advantages .box .right .item {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0;
    padding-top: 0;
    border-bottom: 0 solid #000000;
    border-left: solid 1px #D13239;
  }
  .advantages .box .right .item:first-child {
    border: 0;
  }
  .advantages .box .right .item:first-child .icon {
    width: auto;
    height: 80px;
  }
  .advantages .box .right .item:nth-child(2) .icon {
    width: auto;
    height: 80px;
  }
  .advantages .box .right .item:nth-child(3) .icon {
    width: auto;
    height: 80px;
  }
  .advantages .box .right .item:nth-child(2) .icon img {
    width: auto;
    height: 100%;
  }
  .advantages .box .left .item .text .num span:first-child {
    font-family: "DINNextLTProRegular";
    font-size: 32px;
    color: #D13239;
    line-height: 32px;
    letter-spacing: -3px;
  }
  .advantages .box .left .item .text .p {
    font-size: 14px;
    color: #55565B;
    line-height: 20px;
    height: 40px;
    margin-top: 10px;
  }
  .advantages .box .left .item .text .num span:last-child {
    font-size: 28px;
    font-weight: normal;
    letter-spacing: 0;
  }
  .advantages .box .right .item .text {
    text-align: center;
    margin-top: 30px;
  }
  .brandStory .p {
    margin-top: 116px;
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    color: #55565B;
    line-height: 36px;
    letter-spacing: 2px;
    text-align: center;
  }
  .contact .box .item {
    width: 50%;
    padding: 0 20px;
    position: relative;
  }
}
@media screen and (max-width: 980px) {
  .animation1 .list-container .box .swiper1 .swiper-slide {
    width: 80%;
    height: 100%;
    overflow: hidden;
    border-radius: 15px;
  }
  .animation1 .list-container .box .swiper1 .swiper-slide .item .bottom .button {
    width: 150px;
    height: 46px;
    border-radius: 163px 163px 163px 163px;
    border: 2px solid #D13239;
  }
  .animation1 .list-container .box .swiper1 .swiper-slide .item .top {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .animation1 .list-container .box .swiper1 .swiper-slide .item .bottom {
    width: 100%;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
  }
  .animation1 .list-container .box .swiper1 .swiper-slide .item .bottom .left {
    width: 100%;
  }
  .animation1 .list-container .box .swiper1 .swiper-slide .item .top .text {
    position: absolute;
    bottom: 24px;
    left: 30px;
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 24px;
    letter-spacing: 3px;
  }
  .animation1 .list-container .box .swiper1 .swiper-slide .item .bottom .label {
    font-family: "DINNextLTProBold";
    font-size: 18px;
    color: #D13239;
    line-height: 18px;
    letter-spacing: 5px;
    margin-left: 30px;
    margin-top: 40px;
  }
  .animation1 .list-container .box .swiper1 .swiper-slide .item .bottom .title {
    font-weight: bold;
    font-size: 20px;
    color: #55565B;
    line-height: 30px;
    letter-spacing: 3px;
    margin-top: 20px;
    margin-left: 30px;
  }
  .banner .text {
    width: 288px;
    font-size: 48px;
    line-height: 48px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    margin: auto;
    display: flex;
    white-space: nowrap;
    color: #fff;
  }
  .animation1 .list-container .box .swiper-button-prev1 {
    left: 6%;
    right: auto;
  }
  .animation1 .list-container .box .swiper-button-next1 {
    right: 6%;
    left: auto;
  }
}
@media screen and (max-width: 860px) {
  .banner .text {
    font-size: 48px;
    line-height: 48px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    white-space: nowrap;
    color: #fff;
    text-align: center;
  }
  .banner .text .p:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .animation1 .slogan .text {
    font-size: 48px;
    color: #D13239;
    line-height: 48px;
    letter-spacing: 8px;
    text-align: center;
  }
  .animation1 .slogan {
    width: 100%;
    padding: 486px 0;
    overflow: hidden;
    background-color: #fff;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .animation1 .slogan .img1 {
    width: 25.121%;
    aspect-ratio: 206/136;
    position: absolute;
    bottom: 149px;
    left: 7.317%;
    overflow: hidden;
  }
  .animation1 .slogan .img2 {
    width: 20.121%;
    aspect-ratio: 165/218;
    position: absolute;
    bottom: 255px;
    left: calc(50% - 65px);
    overflow: hidden;
  }
  .animation1 .slogan .img3 {
    width: 18.292%;
    aspect-ratio: 150/180;
    position: absolute;
    bottom: 148px;
    right: 9.024%;
    overflow: hidden;
  }
  .animation1 .slogan .img4 {
    width: 23.17%;
    aspect-ratio: 190/140;
    position: absolute;
    top: 130px;
    left: 10%;
    overflow: hidden;
  }
  .animation1 .slogan .img5 {
    width: 20.243%;
    aspect-ratio: 166/200;
    position: absolute;
    top: 277px;
    left: calc(50% - 79px);
    overflow: hidden;
  }
  .animation1 .slogan .img6 {
    width: 19.024%;
    aspect-ratio: 156/208;
    position: absolute;
    top: 140px;
    right: 11.829%;
    overflow: hidden;
  }
  .advantages .box .left .item .text .num span:last-child {
    font-size: 24px;
    font-weight: normal;
  }
  .advantages .box .right .item .text .num {
    font-family: "DINNextLTProMedium";
    font-size: 24px;
    line-height: 28px;
    color: #D13239;
  }
  .contact .box {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin-top: 78px;
    flex-wrap: wrap;
  }
  .contact .box .item {
    width: 100%;
    padding: 0 20px;
    position: relative;
    margin-bottom: 20px;
  }
  .contact .box .item::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: auto;
    right: auto;
    left: 0;
    bottom: 0;
  }
  .advantages .box .left {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .advantages .box .left .item {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
    position: relative;
    border-left: solid 0px #D13239;
    border-bottom: solid 1px #D13239;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .advantages .box .left .item:first-child {
    border: 0;
    border-bottom: solid 1px #D13239;
  }
  .advantages .box .right {
    width: 100%;
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
  }
  .advantages .box .right .item {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0;
    padding-top: 0;
    border-bottom: 1px solid #D13239;
    border-left: solid 0px #D13239;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .advantages .box .right .item:first-child {
    border: 0;
    border-bottom: 1px solid #D13239;
  }
  .advantages .title .cn {
    font-weight: bold;
    font-size: 32px;
    color: #55565B;
    line-height: 32px;
    letter-spacing: 3px;
    text-align: center;
  }
  .brandStory .title .cn {
    font-weight: bold;
    font-size: 32px;
    color: #55565B;
    line-height: 32px;
    letter-spacing: 3px;
    text-align: center;
  }
  .brandStory .video .icon {
    width: 50px;
    height: 50px;
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    cursor: pointer;
    transition: 0.5s;
  }
  .contact .title .cn {
    font-weight: bold;
    font-size: 32px;
    color: #55565B;
    line-height: 32px;
    letter-spacing: 3px;
    text-align: center;
  }
}
@media screen and (max-width: 680px) {
  .animation1 .list-container .box .swiper-button-next1,
  .animation1 .list-container .box .swiper-button-prev1 {
    display: none;
  }
  .animation1 .list-container .box {
    width: 100%;
    height: 550px;
    position: relative;
  }
}
@media screen and (max-width: 540px) {
  .animation1 .slogan .text {
    font-size: 40px;
    color: #D13239;
    line-height: 48px;
    letter-spacing: 8px;
    text-align: center;
  }
  .animation1 .slogan .en {
    font-family: "DINNextLTProRegular";
    font-size: 18px;
    color: #000000;
    line-height: 32px;
    text-align: center;
    margin-top: 20px;
  }
  .animation1 .slogan {
    width: 100%;
    padding: 260px 0 290px 0;
    overflow: hidden;
    background-color: #fff;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .animation1 .slogan .img1 {
    width: 25.121%;
    aspect-ratio: 100/70;
    position: absolute;
    bottom: 163px;
    left: 5.897%;
    overflow: hidden;
  }
  .animation1 .slogan .img2 {
    width: 25.121%;
    aspect-ratio: 100/76;
    position: absolute;
    bottom: 223px;
    left: calc(50% - 50px);
    overflow: hidden;
  }
  .animation1 .slogan .img3 {
    width: 21.538%;
    aspect-ratio: 84/116;
    position: absolute;
    bottom: 156px;
    right: 6.666%;
    overflow: hidden;
  }
  .animation1 .slogan .img4 {
    width: 25.121%;
    aspect-ratio: 100/74;
    position: absolute;
    top: 120px;
    left: 7.948%;
    overflow: hidden;
  }
  .animation1 .slogan .img5 {
    width: 31.282%;
    aspect-ratio: 122/80;
    position: absolute;
    top: 230px;
    left: calc(50% - 79px);
    overflow: hidden;
  }
  .animation1 .slogan .img6 {
    width: 19.024%;
    aspect-ratio: 90/116;
    position: absolute;
    top: 119px;
    right: 9.487%;
    overflow: hidden;
  }
  .animation1 .list-container .background img {
    width: 420%;
    margin-left: -160%;
  }
  .animation1 .list-container .box .swiper1 .swiper-slide .item .bottom .button {
    width: 150px;
    height: 46px;
    border-radius: 163px 163px 163px 163px;
    border: 2px solid #D13239;
    position: relative;
    right: auto;
    top: auto;
    margin-left: 30px;
  }
  .animation1 .list-container .box .swiper1 .swiper-slide .item .top {
    width: 100%;
    height: calc(100% - 280px);
    position: relative;
    overflow: hidden;
  }
  .animation1 .list-container .box .swiper1 .swiper-slide .item .bottom {
    width: 100%;
    height: 280px;
    background-color: #fff;
    display: flex;
    position: relative;
  }
}
@keyframes bannerbutton {
  0% {
    margin-left: 16px;
  }
  100% {
    margin-left: 24px;
  }
}
