.brand1 {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
  background: #fff;
}
.brand1.aos-animate .swiper .swiper-slide .slide-inner img {
  transform: scale(1);
}
.brand1 .parallax {
  width: 100%;
  height: 100%;
}
.brand1 .position {
  position: absolute;
  bottom: 100px;
  left: 60px;
  z-index: 5;
  display: flex;
  align-items: center;
}
.brand1 .position .line {
  width: 2px;
  height: 20px;
  background: #F2F3ED;
  margin: 0 40px 0 0;
}
.brand1 .position .flex .flexSwiper {
  height: 107px;
}
.brand1 .position .flex .flexSwiper .swiper-slide {
  cursor: pointer;
}
.brand1 .position .flex .flexSwiper .swiper-slide .txt {
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  transition: 0.6s ease;
  display: block;
  width: fit-content;
  opacity: 0.2;
}
.brand1 .swiper {
  width: 100%;
  height: 100%;
}
.brand1 .swiper .button {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  padding: 0 46px;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 3;
}
.brand1 .swiper .button .iconfont {
  font-size: 40px;
  color: #fff;
  cursor: pointer;
  pointer-events: auto;
}
.brand1 .swiper .button .iconfont:first-child {
  transform: rotate(180deg);
}
.brand1 .swiper .swiper-slide {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand1 .swiper .swiper-slide.swiper-slide-active .content .more_jump {
  opacity: 1;
  transform: translateY(0);
  transition: 2s;
  transition-delay: 0.8s;
}
.brand1 .swiper .swiper-slide.swiper-slide-active .content .text h1, .brand1 .swiper .swiper-slide.swiper-slide-active .content .text p {
  opacity: 1;
  transform: translateY(0);
  transition: 2s;
}
.brand1 .swiper .swiper-slide.swiper-slide-active .content .text h1 {
  transition-delay: 0.4s;
}
.brand1 .swiper .swiper-slide.swiper-slide-active .content .text p {
  transition-delay: 0.6s;
}
.brand1 .swiper .swiper-slide .content {
  position: relative;
  z-index: 4;
  text-align: center;
}
.brand1 .swiper .swiper-slide .content .text {
  margin: 0 0 123px;
}
.brand1 .swiper .swiper-slide .content .text h1 {
  font-family: "jiangchengyuanti300W", sans-serif;
  font-weight: normal;
  font-size: 48px;
  color: #FFFFFF;
  margin: 0 0 34px;
  transform: translateY(20px);
  opacity: 0;
}
.brand1 .swiper .swiper-slide .content .text p {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  transform: translateY(20px);
  opacity: 0;
}
.brand1 .swiper .swiper-slide .content .more_jump {
  transform: translateY(20px);
  opacity: 0;
}
.brand1 .swiper .swiper-slide .content .common_more {
  margin: auto;
  padding: 0 38px;
  height: 50px;
}
.brand1 .swiper .swiper-slide .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.brand1 .swiper .swiper-slide .slide-inner:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(17, 20, 30, 0.3);
}
.brand1 .swiper .swiper-slide .slide-inner img {
  width: 100%;
  height: 100%;
  transform: scale(1.1);
  transition: 4s ease;
}

.brand2 {
  position: relative;
  z-index: 1;
  padding: 0 0 504px;
}
.brand2 .common_bg {
  object-position: bottom;
}
.brand2 .text {
  text-align: center;
  margin: 280px 0;
}
.brand2 .text .list {
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
}
.brand2 .text .list:first-child {
  font-size: 32px;
}
.brand2 .text .list:not(:last-child) {
  margin: 0 0 100px;
}
.brand2 .animate {
  position: relative;
  width: 100%;
}
.brand2 .animate .yun {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: contain;
  margin: 100px 0 0 0;
}
.brand2 .animate .yun1 {
  left: unset;
  right: 0;
  top: -20px;
}
.brand2 .animate .yun2 {
  left: unset;
  right: 0;
  top: 14px;
}
.brand2 .animate .yun3 {
  top: 0%;
  right: -18px;
}
.brand2 .animate .yun4 {
  top: 10%;
  left: 0;
}
.brand2 .animate .yun5 {
  top: 50%;
  left: 0;
}
.brand2 .img {
  margin: auto;
}
.brand2 .img img {
  width: 100%;
}
.brand2 .content {
  margin: 133px 0 0 0;
}
.brand2 .content .title {
  font-weight: 500;
  font-size: 42px;
  color: #FFFFFF;
  text-align: center;
  margin: 0 0 49px;
}
.brand2 .content .grid {
  display: flex;
  justify-content: center;
}
.brand2 .content .grid .item {
  width: 331px;
  height: 331px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 34px 0 98px 0;
  text-align: center;
  transition: 1s;
}
.brand2 .content .grid .item:hover {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
}
.brand2 .content .grid .item:not(:last-child) {
  margin: 0 112px 0 0;
}
.brand2 .content .grid .item .eng {
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  margin: 0 0 35px;
}
.brand2 .content .grid .item .pick {
  font-weight: bold;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 36px;
  margin: 0 0 40px;
}
.brand2 .content .grid .item .p1 {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 30px;
}
.brand2 .text2 {
  margin: 157px 0 0 0;
  text-align: center;
}
.brand2 .text2 .list {
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
}
.brand2 .text2 .list p {
  line-height: 90px;
}

@media screen and (max-width: 1919px) {
  .brand1 {
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 1;
    background: #fff;
  }
  .brand1.aos-animate .swiper .swiper-slide .slide-inner img {
    transform: scale(1);
  }
  .brand1 .parallax {
    width: 100%;
    height: 100%;
  }
  .brand1 .position {
    position: absolute;
    bottom: 5.2083333333vw;
    left: 3.125vw;
    z-index: 5;
    display: flex;
    align-items: center;
  }
  .brand1 .position .line {
    width: 0.1041666667vw;
    height: 1.0416666667vw;
    background: #F2F3ED;
    margin: 0 2.0833333333vw 0 0;
  }
  .brand1 .position .flex .flexSwiper {
    height: 5.5729166667vw;
  }
  .brand1 .position .flex .flexSwiper .swiper-slide {
    cursor: pointer;
  }
  .brand1 .position .flex .flexSwiper .swiper-slide .txt {
    font-weight: 400;
    font-size: 0.78125vw;
    color: #fff;
    transition: 0.6s ease;
    display: block;
    width: fit-content;
    opacity: 0.2;
  }
  .brand1 .swiper {
    width: 100%;
    height: 100%;
  }
  .brand1 .swiper .button {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    padding: 0 2.3958333333vw;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 3;
  }
  .brand1 .swiper .button .iconfont {
    font-size: 2.0833333333vw;
    color: #fff;
    cursor: pointer;
    pointer-events: auto;
  }
  .brand1 .swiper .button .iconfont:first-child {
    transform: rotate(180deg);
  }
  .brand1 .swiper .swiper-slide {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .brand1 .swiper .swiper-slide.swiper-slide-active .content .more_jump {
    opacity: 1;
    transform: translateY(0);
    transition: 2s;
    transition-delay: 0.8s;
  }
  .brand1 .swiper .swiper-slide.swiper-slide-active .content .text h1, .brand1 .swiper .swiper-slide.swiper-slide-active .content .text p {
    opacity: 1;
    transform: translateY(0);
    transition: 2s;
  }
  .brand1 .swiper .swiper-slide.swiper-slide-active .content .text h1 {
    transition-delay: 0.4s;
  }
  .brand1 .swiper .swiper-slide.swiper-slide-active .content .text p {
    transition-delay: 0.6s;
  }
  .brand1 .swiper .swiper-slide .content {
    position: relative;
    z-index: 4;
    text-align: center;
  }
  .brand1 .swiper .swiper-slide .content .text {
    margin: 0 0 6.40625vw;
  }
  .brand1 .swiper .swiper-slide .content .text h1 {
    font-family: "jiangchengyuanti300W", sans-serif;
    font-weight: normal;
    font-size: 2.5vw;
    color: #FFFFFF;
    margin: 0 0 1.7708333333vw;
    transform: translateY(1.0416666667vw);
    opacity: 0;
  }
  .brand1 .swiper .swiper-slide .content .text p {
    font-weight: 400;
    font-size: 0.8333333333vw;
    color: #FFFFFF;
    transform: translateY(1.0416666667vw);
    opacity: 0;
  }
  .brand1 .swiper .swiper-slide .content .more_jump {
    transform: translateY(1.0416666667vw);
    opacity: 0;
  }
  .brand1 .swiper .swiper-slide .content .common_more {
    margin: auto;
    padding: 0 1.9791666667vw;
    height: 2.6041666667vw;
  }
  .brand1 .swiper .swiper-slide .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .brand1 .swiper .swiper-slide .slide-inner:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(17, 20, 30, 0.3);
  }
  .brand1 .swiper .swiper-slide .slide-inner img {
    width: 100%;
    height: 100%;
    transform: scale(1.1);
    transition: 4s ease;
  }
  .brand2 {
    position: relative;
    z-index: 1;
    padding: 0 0 26.25vw;
  }
  .brand2 .common_bg {
    object-position: bottom;
  }
  .brand2 .text {
    text-align: center;
    margin: 14.5833333333vw 0;
  }
  .brand2 .text .list {
    font-weight: 400;
    font-size: 1.25vw;
    color: #FFFFFF;
  }
  .brand2 .text .list:first-child {
    font-size: 1.6666666667vw;
  }
  .brand2 .text .list:not(:last-child) {
    margin: 0 0 5.2083333333vw;
  }
  .brand2 .animate {
    position: relative;
    width: 100%;
  }
  .brand2 .animate .yun {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain;
    margin: 5.2083333333vw 0 0 0;
  }
  .brand2 .animate .yun1 {
    left: unset;
    right: 0;
    top: -1.0416666667vw;
  }
  .brand2 .animate .yun2 {
    left: unset;
    right: 0;
    top: 0.7291666667vw;
  }
  .brand2 .animate .yun3 {
    top: 0;
    right: -0.9375vw;
  }
  .brand2 .animate .yun4 {
    top: 10%;
    left: 0;
  }
  .brand2 .animate .yun5 {
    top: 50%;
    left: 0;
  }
  .brand2 .img {
    margin: auto;
  }
  .brand2 .img img {
    width: 100%;
  }
  .brand2 .content {
    margin: 6.9270833333vw 0 0 0;
  }
  .brand2 .content .title {
    font-weight: 500;
    font-size: 2.1875vw;
    color: #FFFFFF;
    text-align: center;
    margin: 0 0 2.5520833333vw;
  }
  .brand2 .content .grid {
    display: flex;
    justify-content: center;
  }
  .brand2 .content .grid .item {
    width: 17.2395833333vw;
    height: 17.2395833333vw;
    border-radius: 0.9375vw;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1.7708333333vw 0 5.1041666667vw 0;
    text-align: center;
    transition: 1s;
  }
  .brand2 .content .grid .item:hover {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(0.4166666667vw);
  }
  .brand2 .content .grid .item:not(:last-child) {
    margin: 0 5.8333333333vw 0 0;
  }
  .brand2 .content .grid .item .eng {
    font-weight: 400;
    font-size: 1.25vw;
    color: #FFFFFF;
    margin: 0 0 1.8229166667vw;
  }
  .brand2 .content .grid .item .pick {
    font-weight: bold;
    font-size: 1.1458333333vw;
    color: #FFFFFF;
    line-height: 1.875vw;
    margin: 0 0 2.0833333333vw;
  }
  .brand2 .content .grid .item .p1 {
    font-weight: 400;
    font-size: 0.8333333333vw;
    color: #FFFFFF;
    line-height: 1.5625vw;
  }
  .brand2 .text2 {
    margin: 8.1770833333vw 0 0 0;
    text-align: center;
  }
  .brand2 .text2 .list {
    font-weight: 500;
    font-size: 1.25vw;
    color: #FFFFFF;
  }
  .brand2 .text2 .list p {
    line-height: 4.6875vw;
  }
}
@media screen and (max-width: 1024px) {
  .brand1 .swiper .swiper-slide .content .text h1 {
    font-size: 28px;
    margin: 0 0 15px;
  }
  .brand1 .swiper .swiper-slide .content .text p {
    font-size: 14px;
  }
  .brand1 .swiper .swiper-slide .content .common_more {
    padding: 0 25px;
    height: 50px;
  }
  .brand1 .swiper .swiper-slide .content .text {
    margin: 0 0 45px;
  }
  .brand1 .swiper .button .iconfont {
    font-size: 30px;
  }
  .brand1 .position .flex .flexSwiper .swiper-slide .txt {
    font-size: 13px;
  }
  .brand1 .position .flex .flexSwiper {
    height: 80px;
  }
  .brand1 .position .line {
    width: 2px;
    height: 20px;
    margin: 0 15px 0 0;
  }
  .brand1 .position {
    bottom: 30px;
    left: 5%;
  }
  .brand2 .text {
    text-align: center;
    margin: 100px 0;
    padding: 0 5%;
  }
  .brand2 .text .list {
    font-size: 14px !important;
    line-height: 1.7;
  }
  .brand2 .text .list:not(:last-child) {
    margin: 0 0 30px;
  }
  .brand2 .img img {
    transform: scale(2.5);
  }
  .brand2 .content {
    margin: 0;
    position: relative;
    z-index: 5;
  }
  .brand2 .content .title {
    font-size: 18px;
    margin: 0 0 20px;
  }
  .brand2 .content .grid {
    flex-direction: column;
  }
  .brand2 .content .grid .item {
    width: 90%;
    height: auto;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 34px 0;
    text-align: center;
    transition: 1s;
    margin: 0 auto 15px !important;
  }
  .brand2 .content .grid .item .eng {
    font-size: 12px;
    margin: 0 0 20px;
  }
  .brand2 .content .grid .item .pick {
    font-size: 14px;
    line-height: 25px;
    margin: 0 0 30px;
  }
  .brand2 .content .grid .item .p1 {
    font-size: 14px;
    line-height: 25px;
  }
  .brand2 .text2 {
    margin: 40px 0 0 0;
    text-align: center;
  }
  .brand2 .text2 .list {
    font-size: 14px !important;
    line-height: 3.6;
  }
  .brand2 {
    padding: 0 0 350px;
  }
  .brand2 .common_bg {
    display: none;
  }
  .brand2 .common_bg.sj_img {
    display: block !important;
  }
}

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