.banner {
  width: 100%;
  position: relative;
}
.banner img {
  width: 100%;
}
.banner .top {
  width: 75%;
  position: absolute;
  top: 25%;
  left: 10%;
  display: flex;
  flex-direction: column;
}
.banner .top .tag {
  width: fit-content;
  padding: 7.5px 22.5px;
  border-radius: 16777200px;
  background: #cc141c;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 36px;
}
.banner .top .title {
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 500;
  font-size: 48px;
  line-height: 66px;
  margin-bottom: 52px;
}
.banner .top .desc {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.banner .top .desc .item {
  width: calc((100% - 16px) / 2);
  padding: 16px;
  border-radius: 14px;
  border: 2px solid rgba(255, 255, 255, 0.75);
  background: #ffffff59;
  backdrop-filter: saturate(150%) blur(2.6px);
  display: flex;
  gap: 12px;
  align-items: center;
}
.banner .top .desc .item .img {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: linear-gradient(180deg, #cc141c 0%, #dd0000 100%);
}
.banner .top .desc .item .img svg {
  display: block;
  object-fit: scale-down;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.banner .top .desc .item .content {
  display: flex;
  flex-direction: column;
}
.banner .top .desc .item .content p:nth-child(1) {
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.banner .top .desc .item .content p:nth-child(2) {
  color: #616161;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.banner .top .desc .item:hover .img svg {
  transform: rotateY(360deg);
}
.banner .top .desc .item:nth-child(2) .img {
  background: #013fa6;
}
.banner .bottom {
  position: absolute;
  bottom: 10%;
  left: 10%;
  display: flex;
  gap: 19px;
}
.banner .bottom .item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.banner .bottom .item .dot {
  min-width: 14px;
  height: 14px;
  background: #d9d9d9;
  border-radius: 50px;
}
.banner .bottom .item p {
  color: #d9d9d9;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
.ability {
  width: 100%;
}
.ability .inner {
  width: 80%;
  margin: 51px auto 116px auto;
  max-width: 1440px;
  display: flex;
  justify-content: space-between;
}
.ability .inner .section1 {
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ability .inner .section1 .top {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.ability .inner .section1 .top .title {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 30px;
}
.ability .inner .section1 .top .title p {
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 35px;
  line-height: 48px;
}
.ability .inner .section1 .top .desc {
  display: flex;
  flex-direction: column;
  gap: 37px;
}
.ability .inner .section1 .top .desc p {
  color: #616161;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
}
.ability .inner .section1 .top .desc span {
  color: #cc141c;
  font-weight: 700;
}
.ability .inner .section1 .bottom {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ability .inner .section1 .bottom .item {
  display: flex;
  gap: 16px;
}
.ability .inner .section1 .bottom .item .num {
  width: 40px;
  max-width: 40px;
  min-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: linear-gradient(180deg, #cc141c 0%, #dd0000 100%);
}
.ability .inner .section1 .bottom .item .num p {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.ability .inner .section1 .bottom .item .content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.ability .inner .section1 .bottom .item .content p:nth-child(1) {
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
}
.ability .inner .section1 .bottom .item .content p:nth-child(2) {
  color: #616161;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.ability .inner .section2 {
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ability .inner .section2 .top {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.ability .inner .section2 .top .title {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 30px;
}
.ability .inner .section2 .top .title p {
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 35px;
  line-height: 48px;
}
.ability .inner .section2 .bottom {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.ability .inner .section2 .bottom .item {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
  box-shadow: inset 8px 8px 8px rgba(0, 0, 0, 0.05), inset -8px -8px 8px rgba(255, 255, 255, 0.01);
  border: 1px solid rgba(0, 0, 0, 0.05);
  gap: 16px;
  display: flex;
  flex-direction: column;
  padding: 31px;
}
.ability .inner .section2 .bottom .item p:nth-child(1) {
  color: #cc141c;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}
.ability .inner .section2 .bottom .item p:nth-child(2) {
  color: #191919;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
}
.ability .inner .section3 {
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ability .inner .section3 .top {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.ability .inner .section3 .top .title {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 30px;
}
.ability .inner .section3 .top .title p {
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 35px;
  line-height: 48px;
}
.ability .inner .section3 .top .desc {
  display: flex;
  flex-direction: column;
  gap: 37px;
}
.ability .inner .section3 .top .desc p {
  color: #616161;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 18px;
  line-height: 46px;
}
.ability .inner .section3 .top .desc span {
  color: #cc141c;
  font-weight: 700;
}
.ability .inner .section3 .bottom {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.ability .inner .section3 .bottom .item {
  display: flex;
  gap: 16px;
}
.ability .inner .section3 .bottom .item .num {
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: linear-gradient(180deg, #cc141c 0%, #dd0000 100%);
}
.ability .inner .section3 .bottom .item .num p {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.ability .inner .section3 .bottom .item .content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.ability .inner .section3 .bottom .item .content p:nth-child(1) {
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
}
.ability .inner .section3 .bottom .item .content p:nth-child(2) {
  color: #616161;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.ability .inner .img {
  width: 48%;
  border-radius: 20px;
  overflow: hidden;
}
.ability .inner .img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
  cursor: pointer;
}
.ability .inner .img:hover img {
  transform: scale(1.05);
}
.drawing {
  width: 100%;
  background: #f3f7fc;
}
.drawing .inner {
  width: 70%;
  margin: 0 auto;
  max-width: 1440px;
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
  gap: 30px;
  align-items: stretch;
}
.drawing .inner .section1 {
  width: 61%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-shrink: 0;
  height: auto !important;
}
.drawing .inner .section1 .top {
  min-width: 580px;
  display: flex;
  justify-content: space-around;
  border-radius: 16px;
  background: #fffffd;
  padding: 6.5px 0;
  overflow: hidden;
}
.drawing .inner .section1 .top img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.drawing .inner .section1 .top img:hover {
  transform: scale(1.05);
}
.drawing .inner .section1 .top_bag {
  min-width: 580px;
  display: flex;
  justify-content: space-around;
  border-radius: 16px;
  background: #fffffd;
  padding: 6.5px 0;
  overflow: hidden;
}
.drawing .inner .section1 .top_bag img {
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.drawing .inner .section1 .top_bag img:hover {
  transform: scale(1.05);
}
.drawing .inner .section1 .bottom {
  display: flex;
  align-items: center;
  justify-content: center;
}
.drawing .inner .section1 .bottom .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.drawing .inner .section1 .bottom .text p:nth-child(1) {
  text-align: center;
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}
.drawing .inner .section1 .bottom .text p:nth-child(2) {
  text-align: center;
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
}
.drawing .inner .section2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.drawing .inner .section2 .top {
  width: 100%;
  border-radius: 16px;
  border: 2px solid #db02034d;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 95px;
  margin-bottom: 25px;
}
.drawing .inner .section2 .top .img {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16777200px;
  background: linear-gradient(180deg, #cc141c 0%, #dd0000 100%);
  margin-bottom: 31px;
}
.drawing .inner .section2 .top .img svg {
  display: block;
  object-fit: scale-down;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.drawing .inner .section2 .top p:nth-child(2) {
  text-align: center;
  color: #cc141d;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 8.5px;
}
.drawing .inner .section2 .top p:nth-child(3) {
  text-align: center;
  color: #616161;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.drawing .inner .section2 .bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.drawing .inner .section2 .bottom .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8.5px;
}
.drawing .inner .section2 .bottom .item .img {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16777200px;
  border: 1px solid #cc141c;
  background: #ffffff;
}
.drawing .inner .section2 .bottom .item .img svg {
  display: block;
  object-fit: scale-down;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.drawing .inner .section2 .bottom .item p {
  text-align: center;
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.drawing .inner .section2 .bottom .item:hover svg {
  transform: rotateY(360deg);
}
.drawing .inner .section2 .bottom .line {
  position: relative;
  width: 48px;
  height: 2px;
}
.drawing .inner .section2 .bottom .line::after {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.6);
}
.material {
  width: 100%;
  background: linear-gradient(180deg, #ffffff 0%, #f3f7fc 100%);
}
.material .inner {
  width: 80%;
  margin: 0 auto;
  max-width: 1440px;
  padding: 63px 0 52px;
}
.material .inner .section1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 39px;
  gap: 2px;
}
.material .inner .section1 .title {
  display: flex;
  align-items: center;
  gap: 2px;
}
.material .inner .section1 .title p {
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 35px;
  line-height: 48px;
}
.material .inner .section1 .desc p {
  text-align: center;
  color: #1c1c1c;
  font-family: Inter;
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
}
.material .inner .section2 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 76.3px;
}
.material .inner .section2 .item {
  width: calc((100% - 80px) / 5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.material .inner .section2 .item .img {
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.material .inner .section2 .item .img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
  cursor: pointer;
}
.material .inner .section2 .item .img:hover img {
  transform: scale(1.05);
}
.material .inner .section2 .item p {
  text-align: center;
  color: #3a3a3a;
  font-family: Inter;
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
}
.material .inner .section3 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 43px;
}
.material .inner .section3 .title {
  display: flex;
  align-items: center;
  gap: 12px;
}
.material .inner .section3 .title p {
  color: #101828;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 35px;
  line-height: 48px;
}
.material .inner .section3 .desc {
  width: 20%;
}
.material .inner .section3 .desc p {
  color: #616161;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}
.material .inner .section4 {
  width: 100%;
  margin-bottom: 75px;
}
.material .inner .section4 .swiper-pagination {
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: space-between;
}
.material .inner .section4 .swiper-pagination .swiper-pagination-bullet {
  width: calc((100% - 38px) / 3);
  height: 100%;
  border-radius: 12px;
  border: 1px solid #e76464;
  opacity: 1;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.material .inner .section4 .swiper-pagination .swiper-pagination-bullet p {
  color: #e76464;
  font-family: "Alibaba PuHuiTi";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.3px;
}
.material .inner .section4 .swiper-pagination .swiper-pagination-bullet-active {
  background: #e76464;
}
.material .inner .section4 .swiper-pagination .swiper-pagination-bullet-active p {
  color: #ffffff;
}
.material .inner .section4 .swiper-wrapper {
  width: 100%;
  display: flex;
  align-items: stretch;
}
.material .inner .section4 .swiper-wrapper .swiper-slide {
  height: auto !important;
  margin-top: 100px;
  width: 100%;
  padding: 64px 100px;
  background-image: url(../images/bag/material-swiper-back.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
}
.material .inner .section4 .swiper-wrapper .swiper-slide .item {
  width: calc((100% - 168px) / 3);
  display: flex;
  flex-direction: column;
}
.material .inner .section4 .swiper-wrapper .swiper-slide .item .img {
  width: 100%;
  border-radius: 20px;
  margin-bottom: 25px;
  overflow: hidden;
  cursor: pointer;
}
.material .inner .section4 .swiper-wrapper .swiper-slide .item .img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.material .inner .section4 .swiper-wrapper .swiper-slide .item:hover .img img {
  transform: scale(1.05);
}
.material .inner .section4 .swiper-wrapper .swiper-slide .item .title {
  width: 100%;
  display: flex;
  align-items: center;
}
.material .inner .section4 .swiper-wrapper .swiper-slide .item .title .dot {
  width: 5px;
  height: 5px;
  border-radius: 6px;
  background: #ffffff;
  margin: 0 10px;
}
.material .inner .section4 .swiper-wrapper .swiper-slide .item .title p {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 14px;
  line-height: 36px;
}
.material .inner .section4 .swiper-wrapper .swiper-slide .item .desc {
  width: 100%;
}
.material .inner .section4 .swiper-wrapper .swiper-slide .item .desc p {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 14px;
  line-height: 36px;
}
.material .inner .section5 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
  border-bottom: 2px solid #333333;
}
.material .inner .section5 .item {
  width: calc((100% - 120px) / 4);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}
.material .inner .section5 .item .img {
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.material .inner .section5 .item .img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
  cursor: pointer;
}
.material .inner .section5 .item .img:hover img {
  transform: scale(1.05);
}
.material .inner .section5 .item p {
  text-align: center;
  color: #1c1c1c;
  font-family: Inter;
  font-weight: 400;
  font-size: 18px;
  line-height: 54px;
}
.material .inner .section6 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.material .inner .section6 .item {
  width: calc((100% - 328px) / 5);
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 17px;
}
.material .inner .section6 .item p:nth-child(1) {
  color: #333333;
  font-family: Inter;
  font-weight: 700;
  font-size: 38px;
  line-height: 46px;
}
.material .inner .section6 .item .img {
  width: 70px;
  height: 70px;
  border-radius: 35px;
  border: 2px solid #131313;
  display: flex;
  justify-content: center;
  align-items: center;
}
.material .inner .section6 .item .img svg {
  display: block;
  object-fit: scale-down;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.material .inner .section6 .item p:nth-child(3) {
  text-align: center;
  color: #333333;
  font-family: Inter;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
}
.material .inner .section6 .item p:nth-child(4) {
  text-align: center;
  color: #333333;
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}
.material .inner .section6 .item:hover .img svg {
  transform: rotateY(360deg);
}
.material .inner .section7 {
  width: 100%;
  margin-bottom: 75px;
}
.material .inner .section7 .swiper-pagination {
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: space-between;
}
.material .inner .section7 .swiper-pagination .swiper-pagination-bullet {
  width: calc((100% - 38px) / 3);
  height: 100%;
  border-radius: 12px;
  border: 1px solid #e76464;
  opacity: 1;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.material .inner .section7 .swiper-pagination .swiper-pagination-bullet p {
  color: #e76464;
  font-family: "Alibaba PuHuiTi";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.3px;
}
.material .inner .section7 .swiper-pagination .swiper-pagination-bullet-active {
  background: #e76464;
}
.material .inner .section7 .swiper-pagination .swiper-pagination-bullet-active p {
  color: #ffffff;
}
.material .inner .section7 .swiper-wrapper {
  width: 100%;
}
.material .inner .section7 .swiper-wrapper .swiper-slide {
  margin-top: 100px;
  width: 100%;
  padding: 49px;
  background-image: url(../images/glue/material-swiper-back.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.material .inner .section7 .swiper-wrapper .swiper-slide .img {
  width: 38%;
  border-radius: 24px;
  overflow: hidden;
}
.material .inner .section7 .swiper-wrapper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.material .inner .section7 .swiper-wrapper .swiper-slide .img:hover img {
  transform: scale(1.05);
}
.material .inner .section7 .swiper-wrapper .swiper-slide .content {
  width: 58%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.material .inner .section7 .swiper-wrapper .swiper-slide .content .desc {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 14px;
  line-height: 36px;
}
.material .inner .section7 .swiper-wrapper .swiper-slide .content .tag {
  display: flex;
  flex-direction: column;
}
.material .inner .section7 .swiper-wrapper .swiper-slide .content .tag .item {
  display: flex;
  align-items: center;
}
.material .inner .section7 .swiper-wrapper .swiper-slide .content .tag .item .dot {
  width: 5px;
  height: 5px;
  border-radius: 6px;
  background: #ffffff;
  margin: 0 10px;
}
.material .inner .section7 .swiper-wrapper .swiper-slide .content .tag .item p {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 500;
  font-size: 14px;
  line-height: 36px;
}
.material .inner .section8 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.material .inner .section8 .item {
  width: calc((100% - 260px) / 6);
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 17px;
}
.material .inner .section8 .item p:nth-child(1) {
  color: #333333;
  font-family: Inter;
  font-weight: 700;
  font-size: 38.2px;
  line-height: 46px;
}
.material .inner .section8 .item .img {
  width: 70px;
  height: 70px;
  border-radius: 35px;
  border: 2px solid #131313;
  display: flex;
  justify-content: center;
  align-items: center;
}
.material .inner .section8 .item .img svg {
  display: block;
  object-fit: scale-down;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.material .inner .section8 .item p:nth-child(3) {
  text-align: center;
  color: #333333;
  font-family: Inter;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
}
.material .inner .section8 .item p:nth-child(4) {
  text-align: center;
  color: #333333;
  font-family: Inter;
  font-weight: 400;
  font-size: 12px;
  line-height: 23px;
}
.material .inner .section8 .item:hover .img svg {
  transform: rotateY(360deg);
}
.material .inner .section9 {
  width: 100%;
  margin-bottom: 75px;
}
.material .inner .section9 .swiper-pagination {
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: space-between;
}
.material .inner .section9 .swiper-pagination .swiper-pagination-bullet {
  width: calc((100% - 38px) / 3);
  height: 100%;
  border-radius: 12px;
  border: 1px solid #e76464;
  opacity: 1;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.material .inner .section9 .swiper-pagination .swiper-pagination-bullet p {
  color: #e76464;
  font-family: "Alibaba PuHuiTi";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.3px;
}
.material .inner .section9 .swiper-pagination .swiper-pagination-bullet-active {
  background: #e76464;
}
.material .inner .section9 .swiper-pagination .swiper-pagination-bullet-active p {
  color: #ffffff;
}
.material .inner .section9 .swiper-wrapper {
  width: 100%;
  display: flex;
  align-items: stretch;
}
.material .inner .section9 .swiper-wrapper .swiper-slide {
  margin-top: 100px;
  width: 100%;
  height: auto !important;
  padding: 49px;
  background-image: url(../images/film/material-swiper-back.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
}
.material .inner .section9 .swiper-wrapper .swiper-slide .img {
  width: 38%;
  border-radius: 24px;
  overflow: hidden;
}
.material .inner .section9 .swiper-wrapper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.material .inner .section9 .swiper-wrapper .swiper-slide .img:hover img {
  transform: scale(1.05);
}
.material .inner .section9 .swiper-wrapper .swiper-slide .content {
  width: 58%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.material .inner .section9 .swiper-wrapper .swiper-slide .content .desc {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 14px;
  line-height: 36px;
}
.material .inner .section9 .swiper-wrapper .swiper-slide .content .tag {
  display: flex;
  flex-direction: column;
}
.material .inner .section9 .swiper-wrapper .swiper-slide .content .tag .item {
  display: flex;
  align-items: center;
}
.material .inner .section9 .swiper-wrapper .swiper-slide .content .tag .item .dot {
  width: 5px;
  height: 5px;
  border-radius: 6px;
  background: #ffffff;
  margin: 0 10px;
}
.material .inner .section9 .swiper-wrapper .swiper-slide .content .tag .item p {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 500;
  font-size: 14px;
  line-height: 36px;
}
.material .inner .section10 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.material .inner .section10 .swiper-wrapper {
  width: 100%;
  display: flex;
  align-items: stretch;
}
.material .inner .section10 .swiper-wrapper .swiper-slide {
  width: 357px !important;
  height: auto !important;
  padding: 60px 23px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.44);
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-shrink: 0;
}
.material .inner .section10 .swiper-wrapper .swiper-slide .top {
  display: flex;
  flex-direction: column;
}
.material .inner .section10 .swiper-wrapper .swiper-slide .top .title {
  display: flex;
  align-items: center;
  gap: 21px;
  margin-bottom: 30px;
}
.material .inner .section10 .swiper-wrapper .swiper-slide .top .title .img {
  width: 49px;
  height: 49px;
  border-radius: 100px;
  border: 1px solid #394046;
  display: flex;
  align-items: center;
  justify-content: center;
}
.material .inner .section10 .swiper-wrapper .swiper-slide .top .title .img svg {
  display: block;
  object-fit: scale-down;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.material .inner .section10 .swiper-wrapper .swiper-slide .top .title p {
  color: #394046;
  font-family: "Alibaba PuHuiTi";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.material .inner .section10 .swiper-wrapper .swiper-slide .top .desc {
  color: #394046;
  font-family: "Alibaba PuHuiTi";
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 19px;
}
.material .inner .section10 .swiper-wrapper .swiper-slide .tag {
  display: flex;
  flex-direction: column;
}
.material .inner .section10 .swiper-wrapper .swiper-slide .tag > p {
  color: #cc141c;
  font-family: "Alibaba PuHuiTi";
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  margin-left: 15px;
  margin-bottom: 15px;
}
.material .inner .section10 .swiper-wrapper .swiper-slide .tag .one {
  display: flex;
  align-items: center;
}
.material .inner .section10 .swiper-wrapper .swiper-slide .tag .one .dot {
  width: 5px;
  height: 5px;
  border-radius: 6px;
  background: #394046;
  margin: 0 10px;
}
.material .inner .section10 .swiper-wrapper .swiper-slide .tag .one p {
  color: #394046;
  font-family: "Alibaba PuHuiTi";
  font-weight: 500;
  font-size: 16px;
  line-height: 34px;
  text-decoration-line: underline;
  text-decoration-thickness: 10%;
  text-underline-offset: 20%;
  text-underline-position: from-font;
  text-decoration-skip-ink: auto;
}
.material .inner .section10 .swiper-wrapper .swiper-slide:hover .top .title svg {
  transform: rotateY(360deg);
}
.material .inner .section10 .bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 64px;
}
.material .inner .section10 .bottom svg {
  cursor: pointer;
}
.products {
  width: 100%;
}
.products .inner {
  width: 80%;
  margin: 0 auto;
  max-width: 1440px;
  padding: 63px 0 70px;
}
.products .inner .section1 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.products .inner .section1 .section1-left {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.products .inner .section1 .section1-left .title {
  display: flex;
  align-items: center;
  gap: 12px;
}
.products .inner .section1 .section1-left .title p {
  color: #101828;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 35px;
  line-height: 48px;
}
.products .inner .section1 .section1-left .desc {
  color: #616161;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}
.products .inner .section1 .swiper1 {
  width: 50%;
  height: 100%;
}
.products .inner .section1 .swiper1 .swiper-wrapper {
  width: 100%;
  display: flex;
  padding-bottom: 4px;
}
.products .inner .section1 .swiper1 .swiper-wrapper .swiper-slide {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: 0.5s;
  margin-right: 20px;
}
.products .inner .section1 .swiper1 .swiper-wrapper .swiper-slide .square1 {
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 1px solid #232b31;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.products .inner .section1 .swiper1 .swiper-wrapper .swiper-slide .square1 .square2 {
  width: 12px;
  height: 12px;
  border-radius: 1px;
  background: transparent;
  transition: 0.5s;
}
.products .inner .section1 .swiper1 .swiper-wrapper .swiper-slide p {
  color: #232b31;
  font-family: Inter;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.1px;
  transition: 0.5s;
  transition: background-size 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  display: inline;
  text-decoration: none;
  padding-bottom: 5px;
  background-image: radial-gradient(circle farthest-corner at 10% 20%, #013fa6 0, #013fa6 100.2%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 90%;
  border-radius: 0;
  text-transform: capitalize;
}
.products .inner .section1 .swiper1 .swiper-wrapper .swiper-slide:hover p {
  color: #013FA6;
}
.products .inner .section1 .swiper1 .swiper-wrapper .item-active .square1 {
  border: 1px solid #013FA6;
}
.products .inner .section1 .swiper1 .swiper-wrapper .item-active .square1 .square2 {
  background: #013FA6;
}
.products .inner .section1 .swiper1 .swiper-scrollbar {
  background: #fFF !important;
  height: 4px !important;
  bottom: 0 !important;
  opacity: 1 !important;
  cursor: pointer;
}
.products .inner .section1 .swiper1 .swiper-scrollbar .swiper-scrollbar-drag {
  background: #013fa6 !important;
}
.products .inner .section1 .btn {
  padding: 15px 12px;
  background-image: url(../images/index/more.png);
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  width: 130px;
  justify-content: center;
}
.products .inner .section1 .btn p {
  color: #002b74;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
}
.products .inner .section1 .btn:hover svg {
  transform: rotate(47deg);
}
.products .inner .section2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
.products .inner .section2 .section2-left {
  width: 20%;
  display: flex;
  flex-direction: column;
  transition: 2s;
  max-height: 330px;
}
.products .inner .section2 .section2-left .title {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
.products .inner .section2 .section2-left .title p {
  color: #013fa6;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  text-transform: capitalize;
}
.products .inner .section2 .section2-left .title svg:nth-child(2) {
  display: block;
}
.products .inner .section2 .section2-left .title svg:nth-child(3) {
  display: none;
}
.products .inner .section2 .section2-left .swiper2 {
  width: 100%;
  height: 100%;
  margin-left: 0;
  transition: 2s;
}
.products .inner .section2 .section2-left .swiper2 .swiper-wrapper {
  width: 90%;
  height: 100%;
  display: flex;
  margin-left: 0;
}
.products .inner .section2 .section2-left .swiper2 .swiper-wrapper .swiper-slide {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: 0.5s;
  margin-bottom: 25px;
}
.products .inner .section2 .section2-left .swiper2 .swiper-wrapper .swiper-slide .square1 {
  width: 17px;
  height: 17px;
  border-radius: 2px;
  border: 1px solid #232b31;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.products .inner .section2 .section2-left .swiper2 .swiper-wrapper .swiper-slide .square1 .square2 {
  width: 9px;
  height: 9px;
  border-radius: 1px;
  background: transparent;
  transition: 0.5s;
}
.products .inner .section2 .section2-left .swiper2 .swiper-wrapper .swiper-slide p {
  color: #000000;
  font-family: "PingFang SC";
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  transition: 0.5s;
  transition: background-size 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  display: inline;
  text-decoration: none;
  padding-bottom: 5px;
  background-image: radial-gradient(circle farthest-corner at 10% 20%, #013fa6 0, #013fa6 100.2%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 90%;
  border-radius: 0;
  text-transform: capitalize;
}
.products .inner .section2 .section2-left .swiper2 .swiper-wrapper .swiper-slide:hover p {
  color: #013FA6;
}
.products .inner .section2 .section2-left .swiper2 .swiper-wrapper .item-active .square1 {
  border: 1px solid #013FA6;
}
.products .inner .section2 .section2-left .swiper2 .swiper-wrapper .item-active .square1 .square2 {
  background: #013FA6;
}
.products .inner .section2 .section2-left .swiper2 .swiper-scrollbar {
  width: 4px !important;
  height: auto !important;
  background: #fff !important;
  right: 0 !important;
  left: auto !important;
  top: 0 !important;
  bottom: 0 !important;
  opacity: 1 !important;
  cursor: pointer;
}
.products .inner .section2 .section2-left .swiper2 .swiper-scrollbar .swiper-scrollbar-drag {
  background: #013fa6 !important;
}
.products .inner .section2 .section2-left.expanded .title svg:nth-child(2) {
  display: none;
}
.products .inner .section2 .section2-left.expanded .title svg:nth-child(3) {
  display: block;
}
.products .inner .section2 .section2-left.expanded .swiper2 {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
}
.products .inner .section2 .section2-right {
  width: 78%;
  height: 330px;
  overflow: hidden;
}
.products .inner .section2 .section2-right .swiper-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  row-gap: 25px;
}
.products .inner .section2 .section2-right .swiper-wrapper .swiper-slide {
  width: calc((100% - 40px) / 3);
  aspect-ratio: 1;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 6px 4px 12.6px 5px #00000026 inset, 0px 0px 4px #00000000;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  overflow: hidden;
}
.products .inner .section2 .section2-right .swiper-wrapper .swiper-slide img:nth-child(1) {
  width: 15%;
  position: absolute;
  top: 25px;
  right: 25px;
}
.products .inner .section2 .section2-right .swiper-wrapper .swiper-slide img:nth-child(2) {
  display: block;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
  width: 80%;
}
.products .inner .section2 .section2-right .swiper-wrapper .swiper-slide img:hover:nth-child(2) {
  transform: scale(1.05);
}
.products .inner .section2 .section2-right .swiper-scrollbar {
  background: #fFF !important;
  height: 4px !important;
  bottom: 0 !important;
  opacity: 1 !important;
  cursor: pointer;
}
.products .inner .section2 .section2-right .swiper-scrollbar .swiper-scrollbar-drag {
  background: #013fa6 !important;
}
.products .inner .section3 {
  display: none;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.products .inner .section3 .section2-left {
  width: 100%;
  display: flex;
  flex-direction: column;
  transition: 2s;
  align-items: flex-start;
  margin-bottom: 10px;
}
.products .inner .section3 .section2-left .title {
  width: 15%;
}
.products .inner .section3 .section2-left .title p {
  color: #013fa6;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  text-transform: capitalize;
}
.products .inner .section3 .section2-left .title svg:nth-child(2) {
  display: block;
}
.products .inner .section3 .section2-left .title svg:nth-child(3) {
  display: none;
}
.products .inner .section3 .section2-left .swiper2 {
  width: 100%;
  margin-left: 0;
  transition: 2s;
}
.products .inner .section3 .section2-left .swiper2 .swiper-wrapper {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-left: 0;
  gap: 5px;
}
.products .inner .section3 .section2-left .swiper2 .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  cursor: pointer;
  transition: 0.5s;
}
.products .inner .section3 .section2-left .swiper2 .swiper-wrapper .swiper-slide .square1 {
  width: 17px;
  max-width: 17px;
  min-width: 17px;
  height: 17px;
  border-radius: 2px;
  border: 1px solid #232b31;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.products .inner .section3 .section2-left .swiper2 .swiper-wrapper .swiper-slide .square1 .square2 {
  width: 9px;
  height: 9px;
  border-radius: 1px;
  background: transparent;
  transition: 0.5s;
}
.products .inner .section3 .section2-left .swiper2 .swiper-wrapper .swiper-slide p {
  color: #000000;
  font-family: "PingFang SC";
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  transition: 0.5s;
  transition: background-size 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  display: inline;
  text-decoration: none;
  padding-bottom: 5px;
  background-image: radial-gradient(circle farthest-corner at 10% 20%, #013fa6 0, #013fa6 100.2%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 90%;
  border-radius: 0;
  text-transform: capitalize;
}
.products .inner .section3 .section2-left .swiper2 .swiper-wrapper .swiper-slide:hover p {
  color: #013FA6;
}
.products .inner .section3 .section2-left .swiper2 .swiper-wrapper .item-active .square1 {
  border: 1px solid #013FA6;
}
.products .inner .section3 .section2-left .swiper2 .swiper-wrapper .item-active .square1 .square2 {
  background: #013FA6;
}
.products .inner .section3 .section2-left .swiper2 .swiper-scrollbar {
  width: 4px !important;
  height: auto !important;
  background: #fff !important;
  right: 0 !important;
  left: auto !important;
  top: 0 !important;
  bottom: 0 !important;
  opacity: 1 !important;
  cursor: pointer;
}
.products .inner .section3 .section2-left .swiper2 .swiper-scrollbar .swiper-scrollbar-drag {
  background: #013fa6 !important;
}
.products .inner .section3 .section2-left.expanded .title svg:nth-child(2) {
  display: none;
}
.products .inner .section3 .section2-left.expanded .title svg:nth-child(3) {
  display: block;
}
.products .inner .section3 .section2-left.expanded .swiper2 {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
}
.products .inner .section3 .section2-right {
  width: 78%;
  height: 330px;
  overflow: hidden;
}
.products .inner .section3 .section2-right .swiper-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  row-gap: 25px;
}
.products .inner .section3 .section2-right .swiper-wrapper .swiper-slide {
  width: calc((100% - 40px) / 3);
  aspect-ratio: 1;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 6px 4px 12.6px 5px #00000026 inset, 0px 0px 4px #00000000;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  overflow: hidden;
}
.products .inner .section3 .section2-right .swiper-wrapper .swiper-slide img:nth-child(1) {
  width: 15%;
  position: absolute;
  top: 25px;
  right: 25px;
}
.products .inner .section3 .section2-right .swiper-wrapper .swiper-slide img:nth-child(2) {
  display: block;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
  width: 80%;
}
.products .inner .section3 .section2-right .swiper-wrapper .swiper-slide img:hover:nth-child(2) {
  transform: scale(1.05);
}
.products .inner .section3 .section2-right .swiper-scrollbar {
  background: #fFF !important;
  height: 4px !important;
  bottom: 0 !important;
  opacity: 1 !important;
  cursor: pointer;
}
.products .inner .section3 .section2-right .swiper-scrollbar .swiper-scrollbar-drag {
  background: #013fa6 !important;
}
.scene {
  width: 100%;
}
.scene .inner {
  width: 80%;
  margin: 0 auto;
  max-width: 1440px;
  padding: 63px 0 70px;
}
.scene .inner .section1 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.scene .inner .section1 .title {
  display: flex;
  align-items: center;
  gap: 12px;
}
.scene .inner .section1 .title p {
  color: #101828;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 35px;
  line-height: 48px;
}
.scene .inner .section1 .btn {
  padding: 15px 12px;
  background-image: url(../images/index/more.png);
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  width: 130px;
  justify-content: center;
}
.scene .inner .section1 .btn p {
  color: #002b74;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
}
.scene .inner .section1 .btn:hover svg {
  transform: rotate(47deg);
}
.scene .inner .section2 {
  position: relative;
  width: 100%;
  height: 400px;
  padding-bottom: 30px;
}
.scene .inner .section2 .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.scene .inner .section2 .swiper-wrapper .swiper-slide {
  width: 600px;
  height: 100%;
}
.scene .inner .section2 .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(0.8);
  transition: 0.5s;
  border-radius: 20px;
  overflow: hidden;
}
.scene .inner .section2 .swiper-wrapper .swiper-slide-active img {
  transform: scale(1);
}
.scene .inner .section2 .swiper-scrollbar {
  background: #fFF !important;
  height: 8px !important;
  bottom: 0 !important;
  opacity: 1 !important;
  cursor: pointer;
}
.scene .inner .section2 .swiper-scrollbar .swiper-scrollbar-drag {
  background: #cc141c !important;
}
.cooperation {
  width: 100%;
  background: #f3f7fc;
}
.cooperation .inner {
  width: 80%;
  margin: 0 auto;
  max-width: 1440px;
  padding: 63px 0 52px;
}
.cooperation .inner .section1 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 43px;
}
.cooperation .inner .section1 .title {
  display: flex;
  align-items: center;
  gap: 12px;
}
.cooperation .inner .section1 .title p {
  color: #101828;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 35px;
  line-height: 48px;
}
.cooperation .inner .section1 .desc {
  width: 20%;
}
.cooperation .inner .section1 .desc p {
  color: #616161;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}
.cooperation .inner .section2 {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
}
.cooperation .inner .section2 .swiper1 {
  width: 80%;
}
.cooperation .inner .section2 .swiper1 .swiper-wrapper {
  width: 100% !important;
  display: flex;
  align-items: stretch;
}
.cooperation .inner .section2 .swiper1 .swiper-wrapper .swiper-slide {
  width: 100% !important;
  height: auto !important;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 33px 37px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0px 0px 5.4px rgba(0, 0, 0, 0.16);
}
.cooperation .inner .section2 .swiper1 .swiper-wrapper .swiper-slide .img {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 24px;
}
.cooperation .inner .section2 .swiper1 .swiper-wrapper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.cooperation .inner .section2 .swiper1 .swiper-wrapper .swiper-slide .img:hover img {
  transform: scale(1.05);
}
.cooperation .inner .section2 .swiper1 .swiper-wrapper .swiper-slide .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cooperation .inner .section2 .swiper1 .swiper-wrapper .swiper-slide .content > p {
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
}
.cooperation .inner .section2 .swiper1 .swiper-wrapper .swiper-slide .content .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cooperation .inner .section2 .swiper1 .swiper-wrapper .swiper-slide .content .title p:nth-child(1) {
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
}
.cooperation .inner .section2 .swiper1 .swiper-wrapper .swiper-slide .content .title p:nth-child(2) {
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 23px;
  line-height: 48px;
}
.cooperation .inner .section2 .swiper1 .swiper-wrapper .swiper-slide .content .title p:nth-child(2) span {
  color: #dd0000;
}
.cooperation .inner .section2 .prev,
.cooperation .inner .section2 .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.cooperation .inner .section2 .prev {
  left: 0;
}
.cooperation .inner .section2 .next {
  right: 0;
}
.cooperation .inner .section3 {
  width: 100%;
  padding: 0 0 20px 0;
}
.cooperation .inner .section3 .swiper-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
}
.cooperation .inner .section3 .swiper-wrapper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 31px;
  z-index: 1;
}
.cooperation .inner .section3 .swiper-wrapper .swiper-slide .dot {
  width: 29px;
  min-width: 29px;
  max-width: 29px;
  height: 29px;
  border-radius: 50%;
  background: #d9d9d9;
}
.cooperation .inner .section3 .swiper-wrapper .swiper-slide p {
  text-align: center;
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
}
.cooperation .inner .section3 .swiper-wrapper .swiper-slide-thumb-active .dot {
  border: 4px solid #ff6a6a !important;
}
.cooperation .inner .section3 .swiper-wrapper::after {
  content: "";
  width: 1000%;
  height: 1px;
  border-bottom: 2px dashed #ff6a6a;
  position: absolute;
  top: 12%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.faq {
  width: 100%;
  background: #f3f7fc;
}
.faq .inner {
  width: 80%;
  margin: 0 auto;
  max-width: 1440px;
  padding: 50px 0 38px;
}
.faq .inner .section1 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 43px;
}
.faq .inner .section1 .title {
  display: flex;
  align-items: center;
  gap: 12px;
}
.faq .inner .section1 .title p {
  color: #101828;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 35px;
  line-height: 48px;
}
.faq .inner .section2 {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.faq .inner .section2 .item {
  width: 100%;
  padding: 20px 40px;
  border-radius: 12px;
  border: 1px solid rgba(204, 20, 28, 0.04);
  background: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 17px;
  margin-bottom: 38px;
}
.faq .inner .section2 .item p:nth-child(1) {
  color: #4d4d4d;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
}
.faq .inner .section2 .item p:nth-child(2) {
  color: #4d4d4d;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
.faq .inner .section2 .item:nth-child(n+4) {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  border-width: 0;
  margin-top: 0;
  margin-bottom: 0;
  transition: 2s;
}
.faq .inner .section2.expanded .item:nth-child(n+4) {
  max-height: 500px;
  opacity: 1;
  padding: 20px 40px;
  border: 1px solid rgba(204, 20, 28, 0.04);
  margin-bottom: 38px;
}
.faq .inner .section3 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
}
.faq .inner .section3 p {
  text-align: center;
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 13px;
  line-height: 48px;
}
.faq .inner .section3 svg {
  transform: translate3d(0, 0, 0);
  transform-origin: center;
  animation: verticalMoveDown 2s linear infinite;
  cursor: pointer;
  transition: 0.5s;
}
.faq .inner .section3.expanded p {
  display: none;
}
.faq .inner .section3.expanded svg {
  animation: verticalMoveUp 2s linear infinite;
}
@keyframes verticalMoveDown {
  0% {
    transform: translateY(-3px);
  }
  50% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(-3px);
  }
}
@keyframes verticalMoveUp {
  0% {
    transform: rotate(180deg) translateY(-3px);
  }
  50% {
    transform: rotate(180deg) translateY(3px);
  }
  100% {
    transform: rotate(180deg) translateY(-3px);
  }
}
@media only screen and (max-width: 1380px) {
  .drawing .inner {
    width: 80%;
  }
}
@media only screen and (max-width: 1280px) {
  .banner .top .tag {
    margin-bottom: 10px;
  }
  .banner .top .title {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .banner .top .desc .item {
    padding: 10px;
  }
  .banner .top .desc .item .img {
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
  }
  .banner .top .desc .item .img svg {
    width: 22px;
    height: 22px;
  }
  .drawing .inner {
    width: 90%;
  }
  .products .inner .section2 .section2-right .swiper-wrapper .swiper-slide {
    width: calc((100% - 20px) / 2);
  }
  .products .inner .section1 .btn {
    display: none;
  }
  .products .inner .section1 .swiper1 {
    margin: 0;
  }
  .cooperation .inner .section3 .swiper-wrapper .swiper-slide {
    gap: 15px;
  }
  .cooperation .inner .section3 .swiper-wrapper .swiper-slide p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1100px) {
  .banner .top .title {
    font-size: 35px;
  }
  .banner .top {
    width: 70%;
  }
  .banner .bottom .item p {
    font-size: 14px;
  }
  .partner .inner .section1 .desc {
    width: 35%;
  }
  .material .inner .section3 .desc {
    width: 35%;
  }
  .cooperation .inner .section2 svg {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 1025px) {
  .banner {
    margin-top: 90px;
  }
  .banner .top .title,
  .ability .inner .section1 .top .title p,
  .ability .inner .section2 .top .title p,
  .ability .inner .section3 .top .title p,
  .material .inner .section1 .title p,
  .material .inner .section3 .title p,
  .products .inner .section1 .section1-left .title p,
  .scene .inner .section1 .title p,
  .cooperation .inner .section1 .title p,
  .faq .inner .section1 .title p {
    font-size: 30px;
  }
  .banner .top {
    width: 80%;
    top: 10%;
  }
  .material .inner .section4 .swiper-wrapper .swiper-slide .item {
    width: calc((100% - 40px) / 3);
    display: flex;
    flex-direction: column;
  }
  .material .inner .section8 .item {
    width: calc((100% - 180px) / 6);
  }
  .material .inner .section8 .item p:nth-child(1) {
    font-size: 30px;
  }
  .material .inner .section8 .item .img {
    width: 50px;
    height: 50px;
  }
  .material .inner .section8 .item .img svg {
    width: 25px;
    height: 25px;
  }
  .drawing .inner {
    width: 70%;
    flex-direction: column;
  }
  .drawing .inner .section1 {
    width: 100%;
    gap: 20px;
  }
  .drawing .inner .section1 .top_bag {
    min-width: auto;
  }
  .scene .inner .section2 .swiper-wrapper .swiper-slide {
    width: 550px !important;
  }
  .products .inner .section2 .section2-left .title p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 900px) {
  .banner .top .tag {
    margin-bottom: 0px;
  }
  .banner .top .title,
  .ability .inner .section1 .top .title p,
  .ability .inner .section2 .top .title p,
  .ability .inner .section3 .top .title p,
  .material .inner .section1 .title p,
  .material .inner .section3 .title p,
  .products .inner .section1 .section1-left .title p,
  .scene .inner .section1 .title p,
  .cooperation .inner .section1 .title p,
  .faq .inner .section1 .title p {
    font-size: 30px;
  }
  .ability .inner .section1 .top svg,
  .ability .inner .section2 .top svg,
  .ability .inner .section3 .top svg,
  .material .inner .section1 .title svg,
  .material .inner .section3 .title svg,
  .products .inner .section1 .section1-left .title svg,
  .scene .inner .section1 .title svg,
  .cooperation .inner .section1 .title svg,
  .faq .inner .section1 .title svg {
    height: 30px;
  }
  .banner .top .title {
    margin-bottom: 10px;
  }
  .banner .top .desc {
    flex-direction: column;
    gap: 10px;
  }
  .banner .top .desc .item {
    width: 60%;
  }
  .banner .bottom {
    display: none;
  }
  .ability .inner,
  .material .inner,
  .products .inner,
  .scene .inner,
  .cooperation .inner,
  .faq .inner {
    width: 90%;
  }
  .drawing .inner {
    width: 70%;
  }
  .ability .inner {
    margin: 51px auto;
    flex-direction: column;
    gap: 20px;
  }
  .ability .inner .section1 {
    width: 100%;
  }
  .ability .inner .section1 .top .title {
    margin-bottom: 20px;
  }
  .ability .inner .section1 .top .desc {
    gap: 15px;
    margin-bottom: 15px;
  }
  .ability .inner .section2 {
    width: 100%;
  }
  .ability .inner .section2 .top .title {
    margin-bottom: 20px;
  }
  .ability .inner .section3 {
    width: 100%;
  }
  .ability .inner .section3 .top .title {
    margin-bottom: 20px;
  }
  .ability .inner .section3 .top .desc {
    margin-bottom: 15px;
  }
  .ability .inner .img {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
  }
  .material .inner .section4 .swiper-wrapper .swiper-slide {
    padding: 40px;
  }
  .material .inner .section6 .item {
    width: calc((100% - 20px) / 5);
    gap: 10px;
  }
  .material .inner .section6 .item p:nth-child(1) {
    font-size: 25px;
  }
  .material .inner .section6 .item .img {
    width: 40px;
    height: 40px;
  }
  .material .inner .section6 .item .img svg {
    width: 25px;
    height: 25px;
  }
  .material .inner .section10 .bottom svg {
    width: 60px;
    height: 60px;
  }
  .products .inner .section1 {
    margin-bottom: 20px;
    flex-direction: column;
    align-items: self-start;
    gap: 20px;
  }
  .products .inner .section1 .swiper1 {
    width: 100%;
  }
  .cooperation .inner .section2 .swiper1 .swiper-wrapper .swiper-slide .content .title {
    justify-content: flex-end;
    flex-wrap: wrap;
  }
  .cooperation .inner .section2 .swiper1 .swiper-wrapper .swiper-slide .content .title p:nth-child(1) {
    width: 100%;
  }
}
@media only screen and (max-width: 821px) {
  .banner {
    margin-top: 50px;
  }
  .banner .top .title,
  .ability .inner .section1 .top .title p,
  .ability .inner .section2 .top .title p,
  .ability .inner .section3 .top .title p,
  .material .inner .section1 .title p,
  .material .inner .section3 .title p,
  .products .inner .section1 .section1-left .title p,
  .scene .inner .section1 .title p,
  .cooperation .inner .section1 .title p,
  .faq .inner .section1 .title p {
    font-size: 25px;
    line-height: 30px;
  }
  .drawing .inner {
    width: 80%;
  }
  .scene .inner .section2 .swiper-wrapper .swiper-slide {
    width: 500px !important;
  }
}
@media only screen and (max-width: 768px) {
  .banner .top .desc {
    display: none;
  }
  .ability .inner .section1 .top svg,
  .ability .inner .section2 .top svg,
  .ability .inner .section3 .top svg,
  .material .inner .section1 .title svg,
  .material .inner .section3 .title svg,
  .products .inner .section1 .section1-left .title svg,
  .scene .inner .section1 .title svg,
  .cooperation .inner .section1 .title svg,
  .faq .inner .section1 .title svg {
    height: 25px;
  }
  .ability .inner {
    margin: 30px auto;
  }
  .ability .inner .section1 .top .desc p {
    font-size: 16px;
  }
  .ability .inner .section3 .top .desc p {
    font-size: 16px;
    line-height: 30px;
  }
  .ability .inner .section2 .bottom .item {
    gap: 10px;
    padding: 20px;
  }
  .ability .inner .section2 .bottom .item p:nth-child(1) {
    font-size: 20px;
  }
  .drawing .inner {
    width: 90%;
  }
  .drawing .inner .section1 .bottom .text p:nth-child(1) {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .drawing .inner .section1 .bottom .text p:nth-child(2) {
    line-height: normal;
  }
  .drawing .inner .section2 .top .img {
    width: 60px;
    height: 60px;
  }
  .drawing .inner .section2 .top .img svg {
    width: 30px;
    height: 30px;
  }
  .material .inner {
    padding: 30px 0;
  }
  .material .inner .section1 {
    margin-bottom: 15px;
  }
  .material .inner .section2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 20px;
    gap: 20px;
  }
  .material .inner .section2 .item {
    width: 100%;
  }
  .material .inner .section3 {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  .material .inner .section3 .desc {
    width: 100%;
  }
  .material .inner .section4 .swiper-wrapper .swiper-slide {
    flex-direction: column;
    padding: 20px 20px 0 20px;
  }
  .material .inner .section4 .swiper-wrapper .swiper-slide .item {
    width: 100%;
    display: grid;
    grid-template-columns: 40% 1fr;
    grid-template-rows: auto auto;
    gap: 10px;
    align-items: start;
    margin-bottom: 20px;
  }
  .material .inner .section4 .swiper-wrapper .swiper-slide .item .img {
    grid-row: span 2;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .material .inner .section4 .swiper-wrapper .swiper-slide .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .material .inner .section4 .swiper-wrapper .swiper-slide .item .title {
    grid-column: 2;
    grid-row: 1;
    width: 100%;
  }
  .material .inner .section4 .swiper-wrapper .swiper-slide .item .desc {
    grid-column: 2;
    grid-row: 2;
    width: 100%;
  }
  .material .inner .section4 .swiper-wrapper .swiper-slide .item .desc p {
    line-height: normal;
  }
  .material .inner .section5 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .material .inner .section5 .item {
    width: 100%;
    margin-bottom: 0;
  }
  .material .inner .section5 .item .img {
    margin-bottom: 5px;
  }
  .material .inner .section5 .item p {
    line-height: normal;
    margin-bottom: 10px;
  }
  .material .inner .section7,
  .material .inner .section9 {
    margin-bottom: 20px;
  }
  .material .inner .section7 .swiper-wrapper .swiper-slide,
  .material .inner .section9 .swiper-wrapper .swiper-slide {
    flex-direction: column;
    gap: 20px;
    padding: 20px;
  }
  .material .inner .section7 .swiper-wrapper .swiper-slide .img,
  .material .inner .section9 .swiper-wrapper .swiper-slide .img {
    width: 70%;
    margin: 0 auto;
  }
  .material .inner .section7 .swiper-wrapper .swiper-slide .content,
  .material .inner .section9 .swiper-wrapper .swiper-slide .content {
    width: 100%;
  }
  .material .inner .section6,
  .material .inner .section8 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
  }
  .material .inner .section6 .item,
  .material .inner .section8 .item {
    width: 90%;
  }
  .material .inner .section10 {
    gap: 15px;
  }
  .material .inner .section10 .swiper-wrapper .swiper-slide .top .title .img {
    width: 35px;
    max-width: 35px;
    min-width: 35px;
    height: 35px;
  }
  .material .inner .section10 .swiper-wrapper .swiper-slide .top .title .img svg {
    width: 16px;
    height: 16px;
  }
  .material .inner .section10 .swiper-wrapper .swiper-slide {
    padding: 20px;
  }
  .material .inner .section10 .swiper-wrapper .swiper-slide .top .title {
    margin-bottom: 15px;
  }
  .material .inner .section10 .swiper-wrapper .swiper-slide .top .desc {
    margin-bottom: 0px;
  }
  .material .inner .section10 .bottom svg {
    width: 40px;
    height: 40px;
  }
  .products .inner {
    padding: 30px 0 0 0;
  }
  .products .inner .section1 .swiper1 .swiper-wrapper .swiper-slide p {
    font-size: 16px;
  }
  .products .inner .section2 {
    padding-bottom: 50px;
    gap: 10px;
  }
  .products .inner .section2 .section2-left {
    width: 40%;
    height: 250px;
    max-height: 250px;
  }
  .products .inner .section2 .section2-right {
    width: 70%;
    height: 250px;
  }
  .products .inner .section2 .section2-left .title p {
    font-size: 16px;
  }
  .products .inner .section2 .section2-right .swiper-wrapper .swiper-slide {
    width: 100%;
  }
  .scene .inner {
    padding: 30px 0;
  }
  .cooperation .inner {
    padding: 30px 0 0;
  }
  .cooperation .inner .section1 {
    margin-bottom: 30px;
  }
  .cooperation .inner .section2 .swiper1 .swiper-wrapper .swiper-slide .content {
    gap: 20px;
  }
  .cooperation .inner .section2 .swiper1 .swiper-wrapper .swiper-slide {
    justify-content: flex-start;
  }
  .faq .inner {
    padding: 0;
  }
  .faq .inner .section1 {
    margin-bottom: 30px;
  }
  .faq .inner .section2 .item {
    margin-bottom: 20px;
    gap: 10px;
    padding: 20px;
  }
  .faq .inner .section2.expanded .item:nth-child(n+4) {
    margin-bottom: 20px;
    gap: 10px;
    padding: 20px;
  }
  .faq .inner .section2 .item p:nth-child(1) {
    font-size: 16px;
  }
  .faq .inner .section2 .item p:nth-child(2) {
    font-size: 14px;
  }
}
@media only screen and (max-width: 641px) {
  .banner .top .title,
  .ability .inner .section1 .top .title p,
  .ability .inner .section2 .top .title p,
  .ability .inner .section3 .top .title p,
  .material .inner .section1 .title p,
  .material .inner .section3 .title p,
  .products .inner .section1 .section1-left .title p,
  .scene .inner .section1 .title p,
  .cooperation .inner .section1 .title p,
  .faq .inner .section1 .title p {
    font-size: 20px;
  }
  .drawing .inner .section1 .top_bag img:nth-child(3) {
    display: none;
  }
  .material .inner .section7 .swiper-wrapper .swiper-slide .img,
  .material .inner .section9 .swiper-wrapper .swiper-slide .img {
    width: 85%;
  }
  .scene .inner .section2 .swiper-wrapper .swiper-slide {
    width: 450px !important;
  }
  .cooperation .inner .section2 .prev,
  .cooperation .inner .section2 .next {
    display: none;
  }
  .cooperation .inner .section2 .swiper1 {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 521px) {
  .drawing .inner .section1 .top_bag img:nth-child(2) {
    display: none;
  }
  .material .inner .section2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .material .inner .section7 .swiper-wrapper .swiper-slide .img .material .inner .section9 .swiper-wrapper .swiper-slide .img {
    width: 100%;
  }
  .material .inner .section6,
  .material .inner .section8 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .scene .inner .section2 .swiper-wrapper .swiper-slide {
    width: 100% !important;
  }
  .products .inner .section2 {
    display: none;
  }
  .products .inner .section3 {
    display: flex;
  }
  .products .inner .section3 .section2-left .title p {
    font-size: 18px;
  }
  .products .inner .section3 .section2-left .title {
    width: 25%;
    min-width: 105px;
  }
  .products .inner .section3 .section2-right {
    width: 100%;
    height: 230px;
  }
}
