body {
  background: #ffffff;
}

.container {
  background: #ffffff;
}

.banner {
  position: relative;
  color: #ffffff;
  background: #071c30;
  border-bottom: 9px solid #0069BB;
}

.banner .swiper {
  position: relative;
  overflow: hidden;
}

.banner .swiper-wrapper {
  display: flex;
  transition: transform 0.5s ease;
}

.banner .swiper-slide {
  position: relative;
  display: flex;
  align-items: center;
  flex: 0 0 100%;
  padding: 0;
  overflow: hidden;
}

.banner .swiper-slide > img {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  transform: scale(1.2);
  transform-origin: center center;
  transition: transform 1.4s ease;
  will-change: transform;
}

.banner .swiper-slide.banner_slide_active > img {
  transform: scale(1);
  transition: transform 1.4s ease 1s;
}

.banner .swiper-slide.banner-image-reset > img {
  transform: scale(1.2) !important;
  transition: none !important;
}


.banner .text-box {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    width: 80%;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}

.banner .text-box.fadeInUp.animated,
.banner .text-box.fadeInUp.wow-visible {
  animation: qcBannerTextFadeInUp 1.2s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes qcBannerTextFadeInUp {
  0% {
    opacity: 0;
    transform: translateY(calc(-50% + 28px));
  }

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

.banner .banner_slide_active .h1,
.banner .banner_slide_active .h2,
.banner .banner_slide_active .p,
.banner .banner_slide_active .buttons .button {
  animation: qcBannerElementFadeInUp 1.05s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.banner .banner_slide_active .h2 {
  animation-delay: 0.12s;
}

.banner .banner_slide_active .p {
  animation-delay: 0.24s;
}

.banner .banner_slide_active .buttons .button:nth-child(1) {
  animation-delay: 0.36s;
}

.banner .banner_slide_active .buttons .button:nth-child(2) {
  animation-delay: 0.46s;
}

@keyframes qcBannerElementFadeInUp {
  0% {
    opacity: 0;
    transform: translateY(32px);
  }

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

.banner .h1 {
color: #ffffff;
font-family: "Alibaba PuHuiTi";
font-weight: 700;
font-size: 50px;
line-height: 75px;
}

.banner .h2 {
  color: #fb8933;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 50px;
  line-height: 75px;
}

.banner .p {
  width: 46%;
  margin-top: 25px;
color: #e5e7eb;
font-family: "Alibaba PuHuiTi";
font-weight: 400;
font-size: 18px;
line-height: 29.3px;
}

.banner .buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.banner .button {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  border-radius: 18641400px;
  background: #fb903b;
  cursor: pointer;
}

.banner .button-light {
  background: #ffffff;
  text-align: center;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  background: #fb903b;
  padding:  6px 9px 6px 50px;
}

.banner .button-primary {
  border-radius: 18641400px;
  border: 0.6px solid #ffffff4d;
  box-sizing: border-box;
  background: #ffffff1a;
  text-align: center;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  padding: 12px 35px;
}

.banner .button .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner .button-light .icon {
width: 37px;
height: 37px;
border-radius: 40px;
background: #ffffff;
}

.banner .prev {
  position: absolute;
  top: 50%;
  left: 4%;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 13px;
  background: rgba(255, 255, 255, 0.14);
  cursor: pointer;
  transform: translateY(-50%);
  width: 57px;
  height: 57px;
  border-radius: 17px;
  border: 1px solid #ffffff;
  box-sizing: border-box;
}

.banner .next {
  position: absolute;
  top: 50%;
  right: 4%;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 13px;
  background: rgba(255, 255, 255, 0.14);
  cursor: pointer;
  transform: translateY(-50%);
    width: 57px;
  height: 57px;
  border-radius: 17px;
  border: 1px solid #ffffff;
  box-sizing: border-box;
}

.banner .prev:hover {
  background: #fb8933;
}

.banner .next:hover {
  background: #fb8933;
}

.banner .dot {
  position: absolute;
  right: 0;
  bottom: 6%;
  left: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.banner .dot span {
  display: block;
  width: 33px;
  height: 8px;
  border-radius: 13px;
  background: #d9d9d9;
}

.banner .dot span.active {
width: 78px;
height: 14px;
border-radius: 13px;
background: #0069bb;
}

.model1 {
  position: relative;
  padding: 6% 0 7%;
  color: #172033;
  background: #ffffff;
}

.model1 > .bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  opacity: 0.55;
  pointer-events: none;
}

.model1 .wrap {
  position: relative;
  z-index: 1;
  width: 82%;
  margin: 0 auto;
}

.model1 .pro {
  position: relative;
  z-index: 1;
  width: 82%;
  margin: 4% auto 0;
}

.model1 .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4%;
}

.model1 .title .label {
  display: flex;
  align-items: center;
  gap: 12px;
}

.model1 .title .label svg {
  flex: 0 0 auto;
}

.model1 .title .label span {
color: #003771;
font-family: "Alibaba PuHuiTi";
font-weight: 700;
font-size: 30px;
line-height: 41px;
}

.model1 .title p {
  width: 42%;
color: #000000;
font-family: "Alibaba PuHuiTi";
font-weight: 400;
font-size: 14px;
line-height: 19px;
}

.model1 .list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 2%;
  margin-top: 4%;
}

.model1 .list .item {
  display: flex;
  align-items: center;
  flex: 1 1 0;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  min-width: 0;
  padding: 1.2% 1%;
  border-radius: 8px;
  cursor: pointer;
  border-radius: 12px;
  border: 1px solid transparent;
  box-sizing: border-box;
}

.model1 .list .item.active {
  border-radius: 12px;
  border: 1px solid #003771;
  box-sizing: border-box;
}

.model1 .list .item:hover {
  background: #ffffff;
  border-color: #003771;
}

.model1 .list .img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.model1 .list .img img {
  width: 78%;
  object-fit: contain;
}

.model1 .list .img svg {
  width: 78%;
  height: auto;
}

.model1 .list .name {
  text-align: center;
  color: #003771;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
}

.model1 .pro_wrap {
  display: flex;
  align-items: flex-start;
  gap: 4%;
}

.model1 .pro_row {
  display: flex;
  min-width: 0;
}

.model1 .pro_media {
  flex: 0 0 42%;
  flex-direction: column;
  align-items: center;
}

.model1 .pro_detail {
  flex: 1 1 auto;
  flex-wrap: wrap;
  gap: 0;
}

.model1 .pro_img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 5% 0;
}

.model1 .pro_img img {
  position: relative;
  z-index: 1;
  width: 82%;
  object-fit: contain;
}

.model1 .pro_img::after {
  position: absolute;
  right: 20%;
  bottom: 4%;
  left: 20%;
  padding-top: 5%;
width: 269px;
height: 50px;
background: radial-gradient(50% 50% at 50% 50%, #73737373 0%, #73737300 100%);
  content: "";
  filter: blur(4px);
}

.model1 .pro_img .prev {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px 16px;
  background: #fb8933;
  border-radius: 50%;
  cursor: pointer;
  transform: translateY(-50%);

  width: 43px;
  min-width: 43px;
  max-width: 43px;
  height: 43px;
  border-radius: 50px;
  background: #fb903b;
}

.model1 .more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 4%;
  padding: 10px 18px;
color: #ffffff;
font-family: Inter;
font-weight: 700;
font-size: 14px;
line-height: 20px;
border-radius: 18641400px;
background: #003771;
box-shadow: 0px 0px 4px -2px #0000001a;
cursor: pointer;
}

.model1 .list .item,
.model1 .pro_img,
.model1 .more {
  text-decoration: none;
}

.model1 .more .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  background: #ffffff;
  border-radius: 50%;
}

.model1 .more svg path {
  stroke: #003771;
}

.model1 .pro_desc {
  position: relative;
  display: flex;
  flex: 0 0 100%;
  flex-direction: column;
  margin-left: 4%;
  padding: 4% 22% 4% 6%;
  overflow: hidden;
  background: #f5f5f5;
  border-radius: 10px 0 0 10px;
}

.model1 .pro_desc::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 16%;
  background: #fb8933;
  content: "";
}

.model1 .pro_desc .num {
color: #fb903b;
font-family: "Source Han Sans SC";
font-weight: 700;
font-size: 20px;
line-height: 29px;
}

.model1 .pro_desc .name {
  margin-top: 15px;
color: #1a1a1a;
font-family: "Source Han Sans SC";
font-weight: 700;
font-size: 24px;
line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: 0.5s;
}

.model1 .pro_desc .span {
  margin-top: 14px;
  color: #333333;
  font-family: "Source Han Sans SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: 0.5s;
}

.model1 .yellow_rect {
  display: none;
}

.model1 .pro_detail .swiper {
  position: relative;
  flex: 0 0 100%;
  margin-top: 7%;
  overflow: hidden;
  box-sizing: border-box;
}

.model1 .pro_detail .swiper-wrapper {
  display: flex;
  transition: transform 0.4s ease;
}

.model1 .pro_detail .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 14px;
  background: #ffffff;
  border: 1px solid #e5edf5;
  border-radius: 10px;
  padding: 10px;
  height: 205px;
  border-radius: 12px;
  border: 1px solid #e7e7e7;
  box-sizing: border-box;
  cursor: pointer;
}

.model1 .pro_detail .swiper-slide.active {
  border-color: #fb903b;
  box-shadow: 0 10px 24px rgba(251, 144, 59, 0.2);
}

.model1 .pro_detail .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 126px;
}

.model1 .pro_detail .img img {
  width: 78%;
  height: 100%;
  object-fit: contain;
}

.model1 .pro_detail .swiper-slide .name {
color: #003771;
font-family: "Alibaba PuHuiTi";
font-weight: 400;
font-size: 14px;
line-height: 19px;
text-align: center;
    width: 100%;
    min-height: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: 0.5s;
}

.model1 .pro_detail .swiper-slide.no-data {
  justify-content: center;
  color: #6b7280;
  background: #f6f8fb;
}

.model1 .pro_detail .next {
  position: absolute;
  right: 0;
  bottom: 30%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px 16px;
  background: #fb8933;
  border-radius: 50%;
  cursor: pointer;
  width: 43px;
  min-width: 43px;
  max-width: 43px;
  height: 43px;
  border-radius: 50px;
  background: #fb903b;
  transform: none !important;
}

.model1 .pro_img .prev:hover {
  transform: translateY(-50%) !important;
}

.model1 .pro_detail .next,
.model1 .pro_detail .next:hover {
  transform: none !important;
}

.model1 .pro_img .prev:hover svg,
.model1 .pro_detail .next:hover svg {
  animation: none !important;
  transform: none !important;
}

.model2 {
  position: relative;
  color: #ffffff;
  background: #071c30;
}

.model2 .swiper {
  position: relative;
  overflow: hidden;
}

.model2 .swiper-wrapper {
  display: flex;
  transition: transform 0.5s ease;
}

.model2 .swiper-slide {
  position: relative;
  display: flex;
  flex: 0 0 100%;
  padding: 6% 0 7%;
  overflow: hidden;
}

.model2 .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.model2 .wrap {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  width: 82%;
  margin: 0 auto;
}

.model2 .title {
  width: 70%;
  display: flex;
  align-items: center;
  gap: 8px;
color: #fb903b;
font-family: "Alibaba PuHuiTi";
font-weight: 700;
font-size: 30px;
line-height: 41px;
}

.model2 .content {
  display: flex;
  flex-direction: column;
  width: 70%;
  margin-top: 2%;
}

.model2 .content > p {
color: #ffffff;
font-family: "Alibaba PuHuiTi";
font-weight: 400;
font-size: 18px;
line-height: 35px;
}

.model2 .text {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 6%;
  margin-top: 56px;
}

.model2 .text >.span { 
  width: 60%;
}
.model2 .span p {
color: #fb903b;
font-family: "Alibaba PuHuiTi";
font-weight: 700;
font-size: 24px;
line-height: 35px;
}

.model2 .h2 {
  margin-top: 26px;
  border-top: 1px solid #ffffff;
  padding-top: 12px;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 30px;
  line-height: 41px;
}

.model2 .button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  gap: 9px;
  padding: 10px 18px;
  color: #ffffff;
  font-family: Inter;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  background: #ffffff;
  border-radius: 18641400px;
  background: #003771;
  box-shadow: 0px 0px 4px -2px #0000001a;
  transition: color 0.28s ease, background-color 0.28s ease, box-shadow 0.28s ease, transform 0.28s ease;
}

.model2 .button .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
height: 32px;
border-radius: 33px;
background: #ffffff;
}

.model2 .button:hover {
  color: #ffffff;
  background: #fb903b;
  box-shadow: 0 14px 30px rgba(251, 144, 59, 0.28);
  transform: translateY(-3px) scale(1.02);
}

.model2 .page {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) !important;
  right: 9%;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 19%;
}

.model2 .page .item {
  position: relative;
  display: flex;
  align-items: center;
height: 75px;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.22);
  border-radius: 4px;
  cursor: pointer;

  border-radius: 8px;
  border: 2px solid #cccccc;
  box-sizing: border-box;
  background: #ffffff;
}

.model2 .page .item.active {
  border-color: #fb8933;
}

.model2 .page .item img {
  width: 100%;
}

.model2 .page .item span {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: #fbfbfb;
font-family: "Alibaba PuHuiTi";
font-weight: 700;
font-size: 16px;
line-height: 30px;
width: 100%;
text-align: center;
}

.model3 {
  position: relative;
  padding: 7% 0;
  color: #172033;
  background: #ffffff;
}

.model3 .bottom-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0.32;
  pointer-events: none;
}

.model3 .wrap {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 6%;
  width: 82%;
  margin: 0 auto;
}

.model3 .left {
  position: relative;
  display: flex;
  flex: 0 0 46%;
  flex-direction: column;
  gap: 18px;
  min-width: 0;
}

.model3 .right {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-width: 0;
}

.model3 .img1 {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(16, 36, 58, 0.14);
}

.model3 .video {
  position: relative;
  align-self: flex-end;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(16, 36, 58, 0.14);
}

.model3 .img1 img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.model3 .video .cover {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.model3 .img1 .content {
  position: absolute;
  bottom: 6%;
  right: 6%;
  display: flex;
  align-items: center;
  gap: 10px;
}
.model3 .img1 .content span{

  color: #ffffff;
  font-family: Inter;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.model3 .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 62px;
  height: 62px;
  border-radius: 38px;
  background: #ffffff9c;
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
}


.model3 .title {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #003771;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 30px;
  line-height: 41px;
}


.model3 .h2 {
  margin-top: 31px;
  color: #101828;
  font-family: Inter;
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
}

.model3 .text {
  margin-top: 31px;
  color: #003771;
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 39px;
}

.model3 .button {
  width: fit-content;
  margin-top: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  gap: 9px;
  padding: 10px 18px;
  color: #ffffff;
  font-family: Inter;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  background: #ffffff;
  border-radius: 18641400px;
  background: #003771;
  box-shadow: 0px 0px 4px -2px #0000001a;
}

.model3 .button .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
height: 32px;
border-radius: 33px;
background: #ffffff;
}

.model3 .number {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 5%;
  margin-top: 6%;
}

.model3 .number .item {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
}

.model3 .number .value {
color: #fb903b;
font-family: Inter;
font-weight: 700;
font-size: 43px;
line-height: 40px;
}

.model3 .number .label {
  margin-top: 8px;
  color: #003771;
  font-family: Inter;
  font-weight: 400;
  font-size: 18px;
  line-height: 39px;
}

.model4 {
  position: relative;
  padding: 8% 0;
  overflow: hidden;
  color: #172033;
  background: #f5f9fc;
}

.model4 .top-bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  opacity: 0.55;
  pointer-events: none;
}

.model4 .bottom-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0.55;
  pointer-events: none;
}

.model4 .wrap {
  position: relative;
  z-index: 1;
  width: 82%;
  margin: 0 auto;
}

.model4 .title {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.model4 .title p {
text-align: center;
color: #fb903b;
font-family: Inter;
font-weight: 700;
font-size: 18px;
line-height: 27px;
}

.model4 .title .h {
  margin-top: 8px;
text-align: center;
color: #101828;
font-family: Inter;
font-weight: 700;
font-size: 36px;
line-height: 40px;
}

.model4 .title .span {
  margin-top: 15px;
text-align: center;
color: #003771;
font-family: Inter;
font-weight: 400;
font-size: 16px;
line-height: 24px;
}

.model4 .list {
  display: flex;
  flex-direction: column;
  gap: 34px;
  margin-top: 6%;
}

.model4 .item {
  display: flex;
  align-items: stretch;
  gap: 4%;
}

.model4 .img {
  position: relative;
  flex: 1 1 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(16, 36, 58, 0.12);
}
.model4 .img .num{
  display: none;
}

.model4 .text {
  position: relative;
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  padding: 4%;
  overflow: hidden;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(16, 36, 58, 0.08);
}

.model4 .img img {
  width: 100%;
  object-fit: cover;
}

.model4 .img strong {
  position: absolute;
  top: 6%;
  left: 6%;
  z-index: 1;
  color: #ffffff;
  font-size: 24px;
  font-weight: 800;
}

.model4 .text p {
color: #003771;
font-family: Inter;
font-weight: 700;
font-size: 14px;
line-height: 20px;
text-transform: uppercase;
}

.model4 .text h2 {
  margin-top: 8px;
color: #101828;
font-family: Inter;
font-weight: 700;
font-size: 30px;
line-height: 36px;
}

.model4 .text > span {
  margin-top: 23px;
color: #101828;
font-family: "Alibaba PuHuiTi";
font-weight: 300;
font-size: 16px;
line-height: 26px;
}

.model4 .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 38px;
  margin-top: 24px;
}

.model4 .t {
  color: #003771;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  gap: 11px;
}
.model4 .t .dot{
width: 6px;
height: 6px;
border-radius: 18641400px;
background: #fb903b;
}

.model4 .button {
  width: fit-content;
  margin-top: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  gap: 9px;
  padding: 10px 18px;
  color: #ffffff;
  font-family: Inter;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  background: #ffffff;
  border-radius: 18641400px;
  background: #003771;
  box-shadow: 0px 0px 4px -2px #0000001a;
}

.model4 .button .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
height: 32px;
border-radius: 33px;
background: #ffffff;
}

.model4 .no {
  position: absolute;
  right: -5%;
  bottom: -4%;
  color: #f8f9f9cc;
  font-family: Inter;
  font-weight: 900;
  font-size: 180px;
  line-height: 180px;
}
.model4 .wrap > .text{
  display: none;
}
.model5 {
  padding: 7% 0;
  color: #ffffff;
  background: #06233e;
}

.model5 .wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 82%;
  margin: 0 auto;
}

.model5 .title {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 30px;
  line-height: 41px;
}


.model5 .p {
  margin-top: 12px;
  text-align: center;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.model5 .steps {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  margin-top: 5%;
}

.model5 .steps_item {
  display: flex;
  align-items: center;
  flex: 0 1 18%;
  flex-direction: column;
  text-align: center;
}

.model5 .steps_item .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18%;
  background: #ffffff;
  border-radius: 50%;
}

.model5 .steps_item .num {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 7px;
width: 40px;
height: 40px;
border-radius: 100px;
border: 2px solid #ffffff;
box-sizing: border-box;
background: #fb903b;
  text-align: center;
color: #ffffff;
font-family: Inter;
font-weight: 600;
font-size: 16px;
line-height: 36px;
text-transform: uppercase;
}

.model5 .steps_item .name {
  margin-top: 20px;
  text-align: center;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  text-transform: capitalize;
}

.model5 .steps_item .span {
  margin-top: 18px;
text-align: center;
color: #ffffff;
font-family: "Alibaba PuHuiTi";
font-weight: 300;
font-size: 16px;
line-height: 24px;
}

.model5 .steps_img {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 1 8%;
  padding-top: 3%;
  opacity: 0.7;
}

.model5 .steps_img img {
  width: 78%;
  object-fit: contain;
}

.model6 {
  display: flex;
  align-items: stretch;
  gap: 3%;
  width: 82%;
  margin: 0 auto;
  padding: 7% 0;
  color: #172033;
}

.model6 .card1 {
  display: flex;
  flex: 0 0 38%;
  flex-direction: column;
  min-width: 0;
  padding: 3%;
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background: #e5e7eb;
  border-radius: 8px;
  box-shadow: 0 20px 50px rgba(16, 36, 58, 0.12);
}

.model6 .card1::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 78px;
  bottom: 0;
  background: #1a3648;
  border-top-left-radius: 34px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  z-index: 0;
}

.model6 .card1::after {
  display: none;
}

.model6 .card2 {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-width: 0;
  padding: 3%;
  position: relative;
  overflow: hidden;
  background: #1a3648;
  border: 0;
  border-radius: 8px;
  box-shadow: 0 20px 50px rgba(16, 36, 58, 0.12);
}

.model6 .card2::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 78px;
  bottom: 0;
  background: #e5e7eb;
  border-top-left-radius: 34px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  z-index: 0;
}

.model6 .card2::after {
  display: none;
}

.model6 .card1 > *,
.model6 .card2 > * {
  position: relative;
  z-index: 1;
}

.model6 .title {
  font-size: 24px;
  font-weight: 800;
}

.model6 .card1 .list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 12%;
}

.model6 .card1 .item {
  padding: 5% 0;
  border-bottom: 1px solid rgba(255, 255, 255, 1);
  text-decoration: none;
}

.model6 .card1 .time {
color: #accad0;
font-family: "Alibaba PuHuiTi";
font-weight: 700;
font-size: 14px;
line-height: 21px;
text-transform: capitalize;
}

.model6 .card1 .name {
  margin-top: 10px;
color: #ffffff;
font-family: "Alibaba PuHuiTi";
font-weight: 700;
font-size: 24px;
line-height: 24px;
text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: 0.5s;
}

.model6 .card1 .more {
  display: flex;
  align-items: center;
  align-self: flex-start;
  gap: 8px;
  margin-top: auto;
  padding-top: 7%;
  color: #ffffff;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
}

.model6 .card2 .title {
  color: #e5e7eb;
}

.model6 .content {
  display: flex;
  align-items: stretch;
  gap: 4%;
  margin-top: 9%;
}

.model6 .card2 .text {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

.model6 .row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.model6 .type {
  padding: 5px 10px;
  color: #fb8933;
  font-size: 12px;
  font-weight: 800;
  background: #fff2e9;
  border-radius: 999px;
}

.model6 .card2 .time {
  color: #8a94a3;
  font-size: 13px;
}

.model6 .card2 .name {
  margin-top: 18px;
  color: #172033;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.45;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: 0.5s;
}

.model6 .desc {
  margin-top: 14px;
  color: #5b6676;
  font-size: 14px;
  line-height: 1.9;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    transition: 0.5s;
}

.model6 .button {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  gap: 8px;
  margin-top: 24px;
  padding: 10px 18px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  background: #003771;
  border-radius: 999px;
  cursor: pointer;
  text-decoration: none;
}

.model6 .img {
  flex: 0 0 34%;
  overflow: hidden;
  border-radius: 8px;
}

.model6 .img img {
  height: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

@media (max-width: 1250px) {
  .banner{
    margin-top: 65px;
  }
}
@media (max-width: 960px) {



  .banner .text-box {
    top: 50%;
    align-items: center;
    width: 82%;
    text-align: center;
    transform: translateY(-50%);
  }

  .banner .h1,
  .banner .h2 {
    font-size: 25px;
    line-height: 40px;
  }

  .banner .p {
    width: 100%;
    margin-top: 20px;
    font-size: 15px;
    line-height: 30px;
    text-align: left;
  }

  .banner .buttons {
    justify-content: center;
    margin-top: 20px;
  }

  .banner .button {
    height: auto;
  }


  .banner .button-primary {
    display: none;
  }

  .banner .prev,
  .banner .next,
  .banner .dot {
    display: none;
  }

  .model1 .wrap {
    width: 86%;
  }

  .model1 .title {
    align-items: center;
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }

  .model1 .title .label {
    justify-content: center;
    width: 100%;
  }

  .model1 .title p {
    width: 82%;
    text-align: center;
  }

  .model1 .list {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 18px 5%;
    margin-top: 42px;
  }

  .model1 .list .item {
    align-items: center;
    flex: 0 0 47%;
    flex-direction: row;
    justify-content: center;
    gap: 6%;
    padding: 14px 4%;
    background: #ffffff;
    border: 2px solid #9bb8d7;
    border-radius: 18px;
  }

  .model1 .list .item.active {
    color: #fb903b;
    background: #fff0e3;
    border-color: #fb903b;
  }

  .model1 .list .img {
    flex: 0 0 24%;
  }

  .model1 .list .img img,
  .model1 .list .img svg {
    width: 100%;
  }

  .model1 .list .name {
    flex: 1 1 0;
    text-align: left;
  }

  .model1 .list .item.active .name {
    color: #fb903b;
    font-weight: 700;
  }

  .model1 .pro {
    display: none;
  }

  .model2 .content {
    width: 62%;
  }

  .model2 .page {
    width: 30%;
  }
  .model3 .wrap {
    align-items: flex-start;
    flex-direction: column-reverse;
  }

  .model3 .left {
    flex: 0 0 auto;
    width: 100%;
  }

  .model4 .item {
    flex-direction: column;
  }

  .model4 .item:nth-child(2) .img {
    order: 1;
  }

  .model4 .item:nth-child(2) .text {
    order: 2;
  }

  .model4 .title .span {
    width: 86%;
  }

  .model5 .steps {
    flex-wrap: wrap;
    gap: 24px 3%;
    justify-content: center;
  }

  .model5 .steps_item {
    flex: 0 0 22%;
  }

  .model5 .steps_img {
    display: none;
  }

  .model6 {
    flex-direction: column;
    gap: 24px;
  }
}

.model1 .list.swiper {
  display: block;
  overflow: hidden;
}

.model1 .list.swiper .swiper-wrapper {
  display: flex;
  align-items: stretch;
}

.model1 .list.swiper .item {
  height: auto;
}

@media (max-width: 640px) {
  html {
    overflow-x: hidden;
  }

  body {
    overflow-x: hidden;
  }

  .banner .text-box {
    width: 90%;
  }

  .banner .p {
    width: 72%;
  }

  .banner .prev {
    display: none;
  }

  .banner .next {
    display: none;
  }

  .banner .dot {
    bottom: 5%;
  }

  .banner .dot span {
    flex-basis: 6%;
  }

  .model1 {
    padding: 36px 0 40px;
  }

  .model1 .wrap {
    width: 84%;
  }

  .model1 .pro {
    display: none;
  }

  .model1 .title {
    align-items: center;
    gap: 14px;
    text-align: center;
  }

  .model1 .title .label {
    justify-content: center;
    width: 100%;
    gap: 10px;
  }

  .model1 .title .label svg {
    width: 9%;
  }

  .model1 .title .label span {
    font-size: 30px;
    line-height: 38px;
  }

  .model1 .title p {
    width: 100%;
    color: #666666;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
  }

  .model1 .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px 6%;
    margin-top: 34px;
  }

  .model1 .list .item {
    align-items: center;
    flex: 0 0 47%;
    flex-direction: row;
    justify-content: center;
    gap: 7%;
    padding: 12px 4%;
    background: #ffffff;
    border: 2px solid #9bb8d7;
    border-radius: 18px;
  }

  .model1 .list .item.active {
    color: #fb903b;
    background: #fff0e3;
    border-color: #fb903b;
  }

  .model1 .list .img {
    flex: 0 0 26%;
  }

  .model1 .list .img img,
  .model1 .list .img svg {
    width: 100%;
  }

  .model1 .list .name {
    flex: 1 1 0;
    font-size: 17px;
    line-height: 24px;
    text-align: left;
  }

  .model1 .list .item.active .name {
    color: #fb903b;
    font-weight: 700;
  }

  .model2 .swiper-slide {
    padding: 8% 0 24%;
  }

  .model2 .wrap {
    width: 90%;
  }

  .model2 .title {
    justify-content: center;
    gap: 8px;
    font-size: 18px;
  }

  .model2 .title svg {
    width: 7%;
  }

  .model2 .content {
    margin-top: 4%;
    text-align: center;
  }



  .model2 .text {
    align-items: center;
    flex-direction: column;
    gap: 12px;
    margin-top: 5%;
  }

  .model2 .span p {
    font-size: 11px;
  }

  .model2 .h2 {
    margin-top: 5px;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  }

  .model2 .button {
    padding: 8px 14px;
    font-size: 11px;
  }

  .model2 .page {
    position: relative;
    top: auto;
    right: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    width: 90%;
    margin: -16% auto 0;
    padding-bottom: 6%;
  }

  .model2 .page .item {
    flex: 1 1 45%;
    padding: 5% 0;
    border-width: 1px;
  }

  .model2 .page .item span {
    padding: 0 10%;
    font-size: 11px;
  }

  .model3 {
    padding: 9% 0;
  }

  .model3 .wrap {
    width: 90%;
    gap: 18px;
  }

  .model3 .left {
    gap: 10px;
  }

  .model3 .img1 span {
    font-size: 14px;
  }

  .model3 .video {
    width: 58%;
  }

  .model3 .right {
    align-items: center;
    text-align: center;
  }

  .model3 .title {
    justify-content: center;
    font-size: 13px;
  }

  .model3 .h2 {
    margin-top: 8px;
    font-size: 20px;
  }

  .model3 .text {
    margin-top: 10px;
    font-size: 11px;
    line-height: 1.8;
  }

  .model3 .button {
    align-self: center;
    margin-top: 14px;
    padding: 8px 14px;
    font-size: 11px;
  }

  .model3 .number {
    justify-content: center;
    width: 100%;
    gap: 8%;
    margin-top: 5%;
  }

  .model3 .number .value {
    font-size: 20px;
  }

  .model3 .number .label {
    margin-top: 4px;
    font-size: 10px;
  }

  .model4 {
    padding: 9% 0;
  }

  .model4 .wrap {
    width: 90%;
  }

  .model4 .title p {
    font-size: 11px;
  }

  .model4 .title .h {
    margin-top: 5px;
    font-size: 20px;
    display: none;
  }

  .model4 .title .span {
    width: 100%;
    margin-top: 8px;
    font-size: 11px;
    line-height: 1.75;
    display: none;
  }

  .model4 .list {
    gap: 16px;
    margin-top: 5%;
  }

  .model4 .item {
    gap: 0;
    overflow: hidden;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(0, 55, 113, 0.08);
  }

  .model4 .img {
    border-radius: 0;
    box-shadow: none;
  }

  .model4 .text {
    padding: 5%;
    border-radius: 0;
    box-shadow: none;
  }

  .model4 .img strong {
    font-size: 22px;
  }

  .model4 .text p {
    font-size: 10px;
  }

  .model4 .text h2 {
    margin-top: 5px;
    font-size: 16px;
  }

  .model4 .text > span {
    margin-top: 8px;
    font-size: 11px;
    line-height: 1.75;
  }

  .model4 .tags {
    gap: 6px;
    margin-top: 10px;
  }

  .model4 .t {
    padding: 4px 8px;
    font-size: 10px;
  }

  .model4 .button {
    margin-top: 12px;
    padding: 8px 14px;
    font-size: 11px;
  }

  .model4 .no {
    font-size: 44px;
  }

  .model5 {
    padding: 9% 0;
  }

  .model5 .wrap {
    width: 90%;
  }

  .model5 .title {
    gap: 8px;
    font-size: 18px;
    text-align: center;
  }

  .model5 .title .icon {
    padding: 8px;
  }

  .model5 .title .icon svg {
    width: 55%;
  }

  .model5 .p {
    margin-top: 8px;
    font-size: 11px;
  }

  .model5 .steps {
    gap: 14px 3%;
    margin-top: 6%;
  }

  .model5 .steps_item {
    flex: 0 0 22%;
  }

  .model5 .steps_item .icon {
    padding: 16%;
  }

  .model5 .steps_item .icon svg {
    width: 55%;
  }

  .model5 .steps_item .num {
    padding: 3px 5px;
    font-size: 9px;
  }

  .model5 .steps_item .name {
    margin-top: 8px;
    font-size: 11px;
  }

  .model5 .steps_item .span {
    display: none;
  }

  .model6 {
    width: 90%;
    padding: 9% 0;
  }

  .model6 .card1 {
    padding: 6% 5%;
  }

  .model6 .card2 {
    padding: 6% 5%;
  }

  .model6 .title {
    font-size: 17px;
    text-align: center;
  }

  .model6 .card1 .list {
    gap: 0;
    margin-top: 5%;
  }

  .model6 .card1 .item {
    padding: 4% 0;
  }

  .model6 .card1 .time {
    font-size: 10px;
  }

  .model6 .card1 .name {
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.5;
  }

  .model6 .card1 .more {
    align-self: center;
    margin-top: 4%;
    padding-top: 0;
    font-size: 11px;
  }

  .model6 .content {
    align-items: center;
    flex-direction: column;
    gap: 12px;
    margin-top: 5%;
  }

  .model6 .row {
    justify-content: center;
    gap: 8px;
  }

  .model6 .type {
    padding: 4px 8px;
    font-size: 10px;
  }

  .model6 .card2 .time {
    font-size: 10px;
  }

  .model6 .card2 .name {
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
  }

  .model6 .desc {
    margin-top: 8px;
    font-size: 11px;
    line-height: 1.75;
    text-align: center;
  }

  .model6 .button {
    align-self: center;
    margin-top: 14px;
    padding: 8px 14px;
    font-size: 11px;
  }

  .model6 .img {
    width: 100%;
  }

  .model6 .img img {
    aspect-ratio: 16 / 9;
  }
      .banner {
        margin-top: 20px;
        height: 300px;
    }
}

@media (max-width: 450px) {
.banner .swiper-slide > img {
  height: 330px;
}
}

@media (max-width: 640px) {
  .model1,
  .model3,
  .model4,
  .model5,
  .model6 {
    padding: 40px 0;
  }

  .model1 .wrap,
  .model1 .pro,
  .model2 .wrap,
  .model2 .page,
  .model3 .wrap,
  .model4 .wrap,
  .model5 .wrap,
  .model6 {
    width: calc(100% - 32px);
  }

  .model1 .title,
  .model2 .title,
  .model3 .title,
  .model4 .title,
  .model5 .title,
  .model6 .title {
    justify-content: center;
    text-align: center;
  }

  .model1 .title .label span,
  .model2 .title,
  .model3 .h2,
  .model4 .title .h,
  .model5 .title,
  .model6 .title {
    font-size: 22px;
    line-height: 1.3;
  }

  .model1 .title p,
  .model1 .list .name,
  .model1 .pro_desc .span,
  .model1 .pro_detail .name,
  .model2 .content > p,
  .model2 .span p,
  .model2 .page .item span,
  .model3 .text,
  .model3 .number .label,
  .model4 .title p,
  .model4 .title .span,
  .model4 .text p,
  .model4 .text > span,
  .model4 .t,
  .model5 .p,
  .model5 .steps_item .name,
  .model6 .card1 .time,
  .model6 .card1 .name,
  .model6 .card1 .more,
  .model6 .type,
  .model6 .card2 .time,
  .model6 .desc {
    font-size: 13px;
  }

  .model1 .pro_desc .name,
  .model4 .text h2,
  .model6 .card2 .name {
    font-size: 18px;
  }

  .model1 .list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 20px;
  }

  .model1 .list .item {
    width: 100%;
    min-height: 58px;
    padding: 10px 12px;
  }

  .model1 .list .img {
    flex: 0 0 26px;
  }

  .model1 .pro_wrap {
    gap: 18px;
  }

  .model1 .pro_media {
    align-items: center;
    gap: 14px;
  }

  .model1 .pro_img {
    width: 100%;
    min-height: 230px;
  }

  .model1 .pro_img img {
    width: 82%;
  }

  .model1 .pro_img .prev,
  .model1 .pro_detail .next {
    top: 50%;
    transform: translateY(-50%);
  }

  .model1 .more {
    margin-top: 0;
    padding: 10px 18px;
    font-size: 13px;
  }

  .model1 .pro_desc {
    padding: 18px 20px;
  }

  .model1 .pro_desc .num {
    font-size: 13px;
  }

  .model1 .pro_detail .swiper-slide {
    min-height: 130px;
    padding: 12px 10px;
  }

  .model2 .swiper-slide {
    padding: 40px 0 96px;
  }

  .model2 .content,
  .model2 .text,
  .model2 .page {
    margin-top: 20px;
  }

  .model2 .h2 {
    font-size: 22px;
  }

  .model2 .page {
    gap: 12px;
    margin: -72px auto 0;
    padding-bottom: 40px;
  }

  .model2 .page .item {
    flex: 0 0 calc(50% - 6px);
    min-height: 86px;
    padding: 14px 8px;
  }

  .model3 .wrap {
    gap: 20px;
  }

  .model3 .left {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
  }

  .model3 .img1,
  .model3 .video {
    width: 100%;
  }

  .model3 .img1 img,
  .model3 .video .cover {
    height: 100%;
    object-fit: cover;
  }

  .model3 .right {
    width: 100%;
  }

  .model3 .text {
    margin-top: 12px;
  }

  .model3 .number {
    gap: 12px;
    margin-top: 20px;
  }

  .model3 .number .item {
    flex: 1 1 30%;
  }

  .model3 .number .value {
    font-size: 24px;
  }

  .model4 .title .span,
  .model4 .list,
  .model5 .steps,
  .model6 .card1 .list,
  .model6 .content {
    margin-top: 20px;
  }

  .model4 .list {
    gap: 18px;
  }

  .model4 .text {
    padding: 18px;
  }

  .model4 .tags {
    gap: 8px;
    margin-top: 14px;
  }

  .model4 .button,
  .model5 .p,
  .model6 .button {
    margin-top: 16px;
  }

  .model5 .steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px 8px;
  }

  .model5 .steps_item {
    flex: none;
    width: 100%;
  }

  .model5 .steps_item .icon {
    width: 48px;
    height: 48px;
    margin: 0 auto;
    padding: 12px;
  }

  .model5 .steps_item .num {
    font-size: 13px;
  }

  .model5 .steps_img {
    margin-top: 20px;
  }

  .model6 {
    gap: 18px;
  }

  .model6 .card1,
  .model6 .card2 {
    padding: 20px 18px;
  }

  .model6 .card1 .item {
    padding: 14px 0;
  }

  .model6 .img img {
    height: auto;
  }
}

@media (max-width: 450px) {
  .model1 .title .label svg,
  .model2 .title svg {
    width: 28px;
  }

  .model1 .pro_img {
    min-height: 210px;
  }

  .model1 .pro_detail .swiper-slide {
    min-height: 124px;
  }

  .model2 .page .item {
    min-height: 80px;
  }

  .model5 .steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .container {
    padding-top: 56px;
  }



  .banner .h1,
  .banner .h2 {
    font-size: 25px;
    line-height: 38px;
  }

  .banner .p {
    width: 88%;
    margin-top: 18px;
  color: #e5e7eb;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 12px;
  line-height: 29.3px;
  }

  .banner .buttons {
    margin-top: 34px;
  }

  .banner .button {
    height: auto;
    gap: 16px;
  }

  .banner .button-light {
    padding: 11px 10px 11px 30px;
    font-size: 17px;
    line-height: 24px;
    color: #ffffff;
font-family: "Alibaba PuHuiTi";
font-weight: 700;
font-size: 14px;
line-height: 28px;
  }

  .banner .button-primary {
    display: none;
  }

  .banner .button-light .icon {
    width: 36px;
    height: 36px;
  }

  .banner .button-light .icon svg {
    width: 18px;
    height: 18px;
  }

  .banner .dot {
    display: none;
  }

  .model1,
  .model3,
  .model4,
  .model5,
  .model6 {
    padding: 28px 0;
  }

  .model1 {
    padding: 36px 0 40px;
  }

  .model1 .wrap,
  .model1 .pro,
  .model2 .wrap,
  .model2 .page,
  .model3 .wrap,
  .model4 .wrap,
  .model5 .wrap,
  .model6 {
    width: calc(100% - 28px);
  }

  .model1 .wrap {
    width: 84%;
  }

  .model1 .title .label span,
  .model2 .title,
  .model3 .title,
  .model4 .title .h,
  .model5 .title,
  .model6 .title {
    font-size: 18px;
    line-height: 1.35;
  }

  .model1 .title .label span {
    font-size: 30px;
    line-height: 38px;
  }

  .model1 .title .label,
  .model2 .title,
  .model3 .title {
    gap: 5px;
  }

  .model1 .title p,
  .model2 .content > p,
  .model3 .text,
  .model4 .title .span,
  .model5 .p,
  .model6 .desc {
    font-size: 11px;
    line-height: 1.75;
  }

  .model1 .title p {
    width: 100%;
    color: #666666;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
  }

  .model1 .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px 6%;
    margin-top: 34px;
  }

  .model1 .list .item {
    align-items: center;
    flex: 0 0 47%;
    flex-direction: row;
    justify-content: center;
    gap: 7%;
    padding: 12px 4%;
    background: #ffffff;
    border: 2px solid #9bb8d7;
    border-radius: 18px;
  }

  .model1 .list .item.active {
    color: #fb903b;
    border-color: #fb903b;
    background: #fff0e3;
  }

  .model1 .list .img {
    flex: 0 0 26%;
  }

  .model1 .list .img img,
  .model1 .list .img svg {
    width: 100%;
  }

  .model1 .list .name {
    flex: 1 1 0;
    font-size: 17px;
    line-height: 24px;
    text-align: left;
  }

  .model1 .list .item.active .name {
    color: #fb903b;
  }

  .model1 .pro {
    display: none;
  }
    .model2 .content > p {
    width: 70%;
    margin: 0 auto;
  text-align: center;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 12px;
  line-height: 35px;
  }
.model2 .title{
  color: #fb903b;
font-family: "Alibaba PuHuiTi";
font-weight: 700;
font-size: 25px;
line-height: 34px;
}
  .model2 .swiper-slide {
    min-height: 300px;
    padding: 28px 0 96px;
  }

  .model2 .bg {
    height: 100%;
    opacity: 0.82;
  }

  .model2 .wrap {
    align-items: center;
    text-align: center;
  }

  .model2 .title {
    width: 100%;
  }

  .model2 .content {
    width: 100%;
  }


  .model2 .text {
    align-items: center;
    margin-top: 14px;
  }

  .model2 .text > .span {
    width: 100%;
  }

  .model2 .span p {
    font-size: 11px;
    line-height: 1.5;
    display: none;
  }

  .model2 .h2 {
    text-align: center;
    width: fit-content;
    margin-top: 8px;
    padding-top: 8px;
    font-size: 18px;
    line-height: 1.35;
    border-top: none;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 11px;
    margin: 0 auto;
    margin-bottom: 11px;

    color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  }

  .model2 .button {
    display: none;
    padding: 7px 12px;
    font-size: 10px;
  }

  .model2 .button .icon {
    width: 20px;
    height: 20px;
  }
  .model2 .content {
      flex-direction: column-reverse;
  }
  .model2 .page {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin: -74px auto 0;
    padding-bottom: 16px;
    transform: none !important;
  }

  .model2 .page .item {
    min-height: 48px;
    height: 48px;
    padding: 0;
    border-width: 1px;
    border-radius: 4px;
  }

  .model2 .page .item img {
    height: 100%;
    object-fit: cover;
  }

  .model2 .page .item span {
    width: 100%;
    padding: 0 6px;
    color: #ffffff;
    font-family: "Alibaba PuHuiTi";
    font-weight: 700;
    font-size: 14px;
    line-height: 75px;
        position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
.model3 .title{
  color: #003771;
font-family: "Alibaba PuHuiTi";
font-weight: 700;
font-size: 25px;
line-height: 34px;
}
.model3 .text{
  color: #003771;
font-family: Inter;
font-weight: 400;
font-size: 12px;
line-height: 39px;
}
  .model3 .wrap {
    gap: 14px;
  }

  .model3 .left {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .model3 .img1,
  .model3 .video {
    border-radius: 6px;
  }

  .model3 .img1 img,
  .model3 .video .cover {
    aspect-ratio: 1.28 / 1;
  }

  .model3 .img1 .content {
    right: 8px;
    bottom: 8px;
    gap: 5px;
  }

  .model3 .img1 .content span {
    color: #ffffff;
    font-family: Inter;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
  }

  .model3 .play {
    width: 40px;
    height: 40px;
  }

  .model3 .play svg {
    width: 15px;
    height: 15px;
  }

  .model3 .right {
    align-items: center;
  }

  .model3 .h2 {
    display: none;
  }

  .model3 .button {
        margin: 28px auto 26px;
        padding: 8px 9px 8px 28px;
color: #ffffff;
font-family: Inter;
font-weight: 700;
font-size: 14px;
line-height: 20px;
  }



  .model3 .number {
    width: 100%;
    margin-top: 18px;
    padding-top: 6px;
  }

  .model3 .number .value {
color: #fb903b;
font-family: Inter;
font-weight: 700;
font-size: 25px;
line-height: 40px;
  }

  .model3 .number .label {
color: #003771;
font-family: Inter;
font-weight: 500;
font-size: 16px;
line-height: 24px;
  }

  .model4 .title p {
  color: #003771;
  font-family: Inter;
  font-weight: 700;
  font-size: 25px;
  line-height: 27px;
  }
  .model4 .line {
    margin-top: 8px;
width: 81px;
height: 1px;
border-radius: 3px;
background: #fb903b;
  }

  .model4 .list {
    gap: 12px;
    margin-top: 18px;
  }
.model4 .text{
  text-align: center;
color: #003771;
font-family: Inter;
font-weight: 400;
font-size: 12px;
line-height: 30px;
margin-top: 50px;
}
  .model4 .item {
    display: flex;
    flex-direction: column;
    gap: 0;
    min-height: 0;
    border-radius: 7px;
  }

  .model4 .item:nth-child(2) .img,
  .model4 .item:nth-child(2) .text {
    order: initial;
  }

  .model4 .img {
    min-height: 0;
  }

  .model4 .img img {
    width: 100%;
    aspect-ratio: 16 / 7;
    height: auto;
    object-fit: cover;
  }

  .model4 .img strong {
    top: 8px;
    left: 10px;
    font-size: 30px;
    line-height: 1;
  }

  .model4 .text {
    min-height: 98px;
    padding: 12px 14px 14px;
  }

  .model4 .text p {
    font-size: 9px;
  }

  .model4 .text h2 {
    margin-top: 2px;
    font-size: 14px;
    line-height: 1.35;
  }

  .model4 .text > span {
    margin-top: 6px;
    font-size: 10px;
    line-height: 1.55;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .model4 .tags,
  .model4 .button {
    display: none;
  }

  .model4 .no {
    right: 12px;
    bottom: 8px;
    font-size: 42px;
    line-height: 1;
  }

  .model5 {
    padding: 28px 0;
    background: #102f43;
  }

  .model5 .title {
    gap: 6px;
    color: #ffffff;

    color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 25px;
  line-height: 34px;
  }

  .model5 .title .icon {
    width:30px;
    height: 30px;
  }

  .model5 .title .icon svg {
    width: 100%;
  }

  .model5 .p {
    width: 82%;
    margin-top: 8px;
text-align: center;
color: #ffffff;
font-family: "Alibaba PuHuiTi";
font-weight: 400;
font-size: 13px;
line-height: 24px;
  }

  .model5 .steps {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-top: 20px;
  }

  .model5 .steps_item .icon {
    width: 63px;
    height: 63px;
    padding: 12px;
    background: #ffffff;
  }

  .model5 .steps_item .num {
    width: 30px;
    height: 30px;
    padding: 0;
    border-width: 1px;
    color: #ffffff;
    font-family: Inter;
    font-weight: 600;
    font-size: 10px;
    line-height: 36px;
    top: -7px;
    left: -7px;
  }

  .model5 .steps_item .name {
    margin-top: 8px;
    color: #ffffff;
    font-family: "Alibaba PuHuiTi";
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
  }

  .model6 {
    gap: 12px;
    padding: 26px 0;
  }

  .model6 .card1 {
    padding: 18px 16px;
    border-radius: 12px;
  }

  .model6 .card1 {
    display: flex;
    padding: 18px 16px;
    border: 0;
    border-radius: 12px;
    background: #102f43;
    color: #ffffff;
  }

  .model6 .card2 {
    display: none;
  }

  .model6 .title {
   text-align: center;
color: #1a3648;
font-family: "Alibaba PuHuiTi";
font-weight: 700;
font-size: 20px;
line-height: 27px;
  }

  .model6 .card1 .title,
  .model6 .card1 .name {
    color: #ffffff;
  }

  .model6 .content {
    align-items: flex-start;
    margin-top: 12px;
  }

  .model6 .row {
    justify-content: flex-start;
  }

  .model6 .type {
    padding: 3px 8px;
    font-size: 9px;
  }

  .model6 .card2 .time {
    color: rgba(255, 255, 255, 0.64);
    font-size: 9px;
  }

  .model6 .card2 .name {
    margin-top: 8px;
    font-size: 11px;
    line-height: 1.55;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .model6 .desc {
    color: rgba(255, 255, 255, 0.72);
    font-size: 9px;
    line-height: 1.7;
    text-align: left;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .model6 .button {
    align-self: flex-start;
    margin-top: 10px;
    padding: 6px 11px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.7);
    font-size: 9px;
  }

  .model6 .img {
    flex: 0 0 32%;
    width: auto;
    border-radius: 6px;
  }

  .model6 .img img {
    aspect-ratio: 1 / 1.05;
    height: auto;
  }

  .model6 .card1 .list {
    margin-top: 12px;
  }

  .model6 .card1 .item {
    padding: 9px 0;
  }

  .model6 .card1 .time,
  .model6 .card1 .name,
  .model6 .card1 .more {
    font-size: 10px;
  }

  .model6 .card1 .name {
    margin-top: 4px;
    line-height: 1.5;
    -webkit-line-clamp: 2;
  }

  .model6 .card1 .more {
    align-self: center;
    margin-top: 10px;
    padding-top: 0;
  }
  .model6 .card1 .time{
  color: #accad0;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 12px;
  line-height: 21px;
  }
  .model6 .card1 .name{
    color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  }
  .model6 .card1 .more {
color: #ffffff;
font-family: "Alibaba PuHuiTi";
font-weight: 700;
font-size: 14px;
line-height: 21px;
  }
}

@media (max-width: 450px) {
  .container {
    padding-top: 52px;
  }

  .banner{
    height: 330px;
  }

  .banner .p {
    width: 90%;
    margin-top: 14px;
    font-size: 13px;
    line-height: 28px;
  }

  .banner .buttons {
    margin-top: 28px;
  }

  .banner .button-light {
    padding: 9px 9px 9px 24px;
    font-size: 15px;
    line-height: 22px;
  }

  .banner .button-light .icon {
    width: 32px;
    height: 32px;
  }

  .banner .button-light .icon svg {
    width: 16px;
    height: 16px;
  }

  .model1 .wrap {
    width: 84%;
  }

  .model1 .title .label svg {
    width: 10%;
  }

  .model1 .title .label span {
    font-size: 26px;
    line-height: 34px;
  }

  .model1 .title p {
    font-size: 15px;
    line-height: 28px;
  }

  .model1 .list {
    gap: 16px 5%;
    margin-top: 30px;
  }

  .model1 .list .item {
    flex-basis: 47.5%;
    padding: 10px 4%;
    border-width: 1px;
    border-radius: 14px;
  }

  .model1 .list .img {
    flex-basis: 25%;
  }

  .model1 .list .name {
    font-size: 13px;
    line-height: 20px;
  }

  .model2 .swiper-slide {
    min-height: 330px;
  }

  .model5 .steps {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .model1 {
    padding: 36px 0 42px;
  }

  .model1 .bg {
    width: 100%;
  }

  .model1 .wrap {
    width: 84%;
  }

  .model1 .pro {
    display: none;
  }

  .model1 .title {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 14px;
    text-align: center;
  }

  .model1 .title .label {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 10px;
    padding-bottom: 12px;
  }

  .model1 .title .label::after {
    position: absolute;
    bottom: 0;
    left: 39%;
    width: 22%;
    padding-top: 2px;
    background: #fb903b;
    content: "";
  }

  .model1 .title .label svg {
    width: 9%;
    height: auto;
  }

  .model1 .title .label span {
    color: #003771;
    font-size: 30px;
    line-height: 38px;
  }

  .model1 .title p {
    width: 100%;
    color: #666666;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
  }

  .model1 .list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    gap: 20px 6%;
    margin-top: 34px;
    overflow: visible;
  }

  .model1 .list.swiper {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    gap: 20px 6%;
    margin-top: 34px;
    overflow: visible;
  }

  .model1 .list.swiper .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    gap: 20px 6%;
    width: 100% !important;
    transform: none !important;
    transition: none !important;
  }

  .model1 .list .item {
    display: flex;
    align-items: center;
    flex: 0 0 47%;
    flex-direction: row;
    justify-content: center;
    gap: 7%;
    width: 47% !important;
    margin-right: 0 !important;
    padding: 12px 4%;
    color: #53769a;
    background: #ffffff;
    border: 2px solid #9bb8d7;
    border-radius: 18px;
    box-sizing: border-box;
  }

  .model1 .list.swiper .item {
    display: flex;
    align-items: center;
    flex: 0 0 47%;
    flex-direction: row;
    justify-content: center;
    gap: 7%;
    width: 47% !important;
    margin-right: 0 !important;
    padding: 12px 4%;
    color: #53769a;
    background: #ffffff;
    border: 2px solid #9bb8d7;
    border-radius: 18px;
    box-sizing: border-box;
  }

  .model1 .list.swiper .swiper-slide {
    display: flex;
    align-items: center;
    flex: 0 0 47%;
    flex-direction: row;
    justify-content: center;
    gap: 7%;
    width: 47% !important;
    margin-right: 0 !important;
    padding: 12px 4%;
    color: #53769a;
    background: #ffffff;
    border: 2px solid #9bb8d7;
    border-radius: 18px;
    box-sizing: border-box;
  }

  .model1 .list .item.active {
    color: #fb903b;
    background: #fff0e3;
    border-color: #fb903b;
  }

  .model1 .list.swiper .item.active {
    color: #fb903b;
    background: #fff0e3;
    border-color: #fb903b;
  }

  .model1 .list.swiper .swiper-slide.active {
    color: #fb903b;
    background: #fff0e3;
    border-color: #fb903b;
  }

  .model1 .list .img {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 26%;
  }

  .model1 .list .img img {
    width: 100%;
    height: auto;
  }

  .model1 .list .img svg {
    width: 100%;
    height: auto;
  }

  .model1 .list .name {
    flex: 1 1 0;
    color: #53769a;
    font-size: 17px;
    line-height: 24px;
    text-align: left;
  }

  .model1 .list .item.active .name {
    color: #fb903b;
    font-weight: 700;
  }

  .model5 .steps {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    width: 100%;
  }

  .model5 .steps::before {
    position: absolute;
    top: 32px;
    left: 12%;
    right: 12%;
    border-top: 1px dashed rgba(255, 255, 255, 0.55);
    content: "";
  }

  .model5 .steps_item {
    position: relative;
    z-index: 1;
    width: 100%;
  }

  .model5 .steps_item .icon {
    margin: 0 auto;
  }

  .model5 .steps_img {
    display: none;
  }
}

@media (max-width: 450px) {
  .model1 {
    padding: 32px 0 38px;
  }

  .model1 .wrap {
    width: 84%;
  }

  .model1 .title {
    gap: 12px;
  }

  .model1 .title .label {
    gap: 8px;
    padding-bottom: 10px;
  }

  .model1 .title .label svg {
    width: 10%;
  }

  .model1 .title .label span {
    font-size: 26px;
    line-height: 34px;
  }

  .model1 .title p {
    font-size: 15px;
    line-height: 28px;
  }

  .model1 .list {
    gap: 16px 5%;
    margin-top: 30px;
  }

  .model1 .list.swiper {
    gap: 16px 5%;
    margin-top: 30px;
  }

  .model1 .list.swiper .swiper-wrapper {
    gap: 16px 5%;
  }

  .model1 .list .item {
    flex-basis: 47.5%;
    width: 47.5% !important;
    gap: 6%;
    padding: 10px 4%;
    border-width: 1px;
    border-radius: 14px;
  }

  .model1 .list.swiper .item {
    flex-basis: 47.5%;
    width: 47.5% !important;
    gap: 6%;
    padding: 10px 4%;
    border-width: 1px;
    border-radius: 14px;
  }

  .model1 .list.swiper .swiper-slide {
    flex-basis: 47.5%;
    width: 47.5% !important;
    gap: 6%;
    padding: 10px 4%;
    border-width: 1px;
    border-radius: 14px;
  }

  .model1 .list .img {
    flex-basis: 25%;
  }

  .model1 .list .name {
    font-size: 13px;
    line-height: 20px;
  }
}

.model1M {
  display: none;
}

@media (max-width: 960px) {
  .model1 {
    display: none;
  }

  .model1M {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #ffffff;
  }

  .model1M > .bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    opacity: 0.62;
    pointer-events: none;
  }

  .model1M .section1 {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 86%;
    margin: 0 auto;
    padding-top: 28px;
  }

  .model1M .section1 .title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #003771;
    font-family: "Alibaba PuHuiTi";
    font-weight: 700;
    font-size: 25px;
    line-height: 34px;
  }

  .model1M .section1 .line {
  width: 81px;
  height: 1px;
  border-radius: 3px;
  background: #fb903b;
    margin-top: 4px;
  }

  .model1M .section1 .desc {
    width: 100%;
    margin-top: 17px;
  color: #333333;
  font-family: "Source Han Sans SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 21px;
    text-align: center;
  }

  .model1M .section2 {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 86%;
    margin: 36px auto 48px;
    gap: 20px 8%;
  }

  .model1M .section2 .item {
    display: flex;
    align-items: center;
    align-self: stretch;
    flex: 0 0 46%;
    justify-content: center;
    gap: 10%;
    min-height: 76px;
    padding: 12px 5%;
    color: #53769a;
    background: #ffffff;
    border: 2px solid #9bb8d7;
    border-radius: 18px;
    box-sizing: border-box;
  }

  .model1M .section2 .item.active {
    color: #fb903b;
    background: #fff0e3;
    border-color: #fb903b;
  }

  .model1M .section2 .item.active svg path{
    fill: #fb903b;
  }
    .model1M .section2 .item.active p{
    color: #fb903b;
  }
  
  .model1M .section2 .img {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 26%;
  }

  .model1M .section2 .img svg {
    width: 100%;
    height: auto;
  }

  .model1M .section2 .img img {
    width: 100%;
    height: auto;
  }

  .model1M .section2 p {
    display: -webkit-box;
    overflow: hidden;
    flex: 1 1 0;
  color: #003771;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
    text-align: left;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .model1M .section3 {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-bottom: 20px;
    background: #f7f7f7;
  }

  .model1M .productTitle {
    width: 100%;
    padding: 15px 8%;
    color: #ffffff;
    background: #fb903b;
  color: #ffffff;
  font-family: "Source Han Sans SC";
  font-weight: 700;
  font-size: 25px;
  line-height: 34px;
    text-align: center;
  }

  .model1M .swiper1 {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #f7f7f7;
  }

  .model1M .swiper1 .swiper-wrapper {
    display: flex;
    align-items: center;
  }

  .model1M .swiper1 .swiper-slide {
    display: flex;
    align-items: center;
    flex: 0 0 100%;
    justify-content: center;
    box-sizing: border-box;
  }

  .model1M .swiper1 img {
    width: 70%;
    height: auto;
    object-fit: contain;
  }

  .model1M .swiper1 .prev,
  .model1M .swiper1 .next {
    position: absolute;
    top: 45%;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
    background: #fb903b;
    border-radius: 50%;
    cursor: pointer;
  }

  .model1M .swiper1 .prev {
    left: 9%;
  }

  .model1M .swiper1 .next {
    right: 9%;
  }

  .model1M .swiper1 .prev svg,
  .model1M .swiper1 .next svg {
    display: block;
  }

  .model1M .button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin: 30px auto 28px;
    padding: 9px 10px 9px 30px;
    color: #ffffff;
    background: #003771;
    border-radius: 999px;
  color: #ffffff;
  font-family: Inter;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  }

  .model1M .button .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9px;
    background: #ffffff;
    border-radius: 50%;
  }

  .model1M .button .icon svg {
    display: block;
  }

  .model1M .swiper2 {
    width: 100%;
    overflow: hidden;
  }

  .model1M .swiper2 .swiper-wrapper {
    display: flex;
    align-items: stretch;
  }

  .model1M .swiper2 .swiper-slide {
    display: flex;
    align-items: center;
    flex: 0 0 32%;
    flex-direction: column;
    justify-content: space-between;
    padding: 14px 2% 12px;
    color: #53769a;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    box-sizing: border-box;
  }

  .model1M .swiper2 .swiper-slide.active {
    color: #fb903b;
    border-color: #fb903b;
  }

  .model1M .swiper2 .img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 1 / 0.78;
  }

  .model1M .swiper2 img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .model1M .swiper2 p {
    width: 100%;
    color: currentColor;
    font-family: "Alibaba PuHuiTi";
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }
}

@media (max-width: 640px) {
  .model1M .section1 {
    width: 86%;
    padding-top: 22px;
  }

  .model1M .section1 .title {
    gap: 8px;
    font-size: 30px;
    line-height: 38px;
  }


  .model1M .section1 .desc {
    margin-top: 22px;
    font-size: 18px;
    line-height: 34px;
  }

  .model1M .section2 {
    width: 86%;
    margin: 30px auto 42px;
    gap: 18px 8%;
  }

  .model1M .section2 .item {
    flex-basis: 46%;
    min-height: 68px;
    padding: 10px 4%;
    border-width: 1px;
    border-radius: 16px;
  }

  .model1M .section2 p {
    font-size: 10px;
    line-height: 14px;
  }

  .model1M .productTitle {
    padding: 12px 7%;
    font-size: 20px;
    line-height: 32px;
  }

  .model1M .swiper1 img {
    width: 66%;
  }

  .model1M .button {
    margin: 28px auto 26px;
    padding: 8px 9px 8px 28px;
  color: #ffffff;
  font-family: Inter;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  }

  .model1M .swiper2 .swiper-slide {
    flex-basis: 32%;
  }
}

@media (max-width: 450px) {
  .model1M .section1 .title {
    font-size: 26px;
    line-height: 34px;
  }

  .model1M .section1 .desc {
    font-size: 15px;
    line-height: 30px;
  }

  .model1M .section2 {
    gap: 14px;
    margin-bottom: 36px;
  }

  .model1M .section2 .item {
    flex-basis: 46%;
    gap: 8%;
    min-height: 62px;
    padding: 9px 4%;
    border-radius: 14px;
  }

  .model1M .productTitle {
    font-size: 14px;
    line-height: 20px;
  }


  .model1M .swiper1 .prev,
  .model1M .swiper1 .next {
    padding: 12px;
  }

  .model1M .button .icon {
    padding: 8px;
  }

  .model1M .swiper2 p {
    font-size: 13px;
    line-height: 20px;
  }
}

@media (max-width: 960px) {
  .model4 {
    padding: 34px 0 44px;
    background: #f6f7f8;
  }

  .model4 .top-bg,
  .model4 .bottom-bg {
    display: block;
    opacity: 0.45;
  }

  .model4 .wrap {
    width: 91%;
  }

  .model4 .list {
    display: flex;
    flex-direction: column;
    gap: 34px;
    margin-top: 28px;
  }

  .model4 .item {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0;
    overflow: hidden;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 10px 28px rgba(16, 36, 58, 0.08);
  }

  .model4 .item:nth-child(2) .img {
    order: 1;
  }

  .model4 .item:nth-child(2) .text {
    order: 2;
  }

  .model4 .img {
    order: 1;
    width: 100%;
    min-height: 0;
    overflow: hidden;
    border-radius: 0;
    box-shadow: none;
  }

  .model4 .img img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 4.4;
    height: auto;
    object-fit: cover;
  }

  .model4 .text {
    position: static;
    order: 2;
    min-height: 0;
    padding: 24px 5% 32px;
    overflow: visible;
    background: #ffffff;
    border-radius: 0;
    box-shadow: none;
  }

  .model4 .text p {
    display: none;
  }

  .model4 .text h2 {
    margin-top: 0;
    color: #111827;
    font-family: "Alibaba PuHuiTi";
    font-weight: 700;
    font-size: 30px;
    line-height: 42px;
  }

  .model4 .text > span {
    display: block;
    margin-top: 20px;
    color: #667085;
    font-family: "Alibaba PuHuiTi";
    font-weight: 400;
    font-size: 22px;
    line-height: 44px;
  }

  .model4 .tags {
    display: none;
  }

  .model4 .button {
    position: absolute;
    top: 34px;
    right: 5%;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    padding: 0;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: none;
  }

  .model4 .button span {
    display: none;
  }

  .model4 .button .icon {
    width: auto;
    height: auto;
    padding: 14px;
    background: #ffffff;
    border-radius: 50%;
  }

  .model4 .button .icon svg {
    display: block;
  }

  .model4 .no {
    position: absolute;
    top: 20px;
    left: 4%;
    right: auto;
    bottom: auto;
    z-index: 3;
    color: #ffffff;
    font-family: Inter;
    font-weight: 900;
    font-size: 84px;
    line-height: 84px;
  }
  .model4 .img .num{
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 4%;
  color: #ffffffe6;
font-family: Inter;
font-weight: 900;
font-size: 48px;
line-height: 48px;
}
}

@media (max-width: 640px) {
  .model4 {
    padding: 30px 0 40px;
  }

  .model4 .wrap {
    width: 91%;
  }

  .model4 .list {
    gap: 30px;
    margin-top: 24px;
  }

  .model4 .item {
    border-radius: 18px;
  }

  .model4 .img img {
    aspect-ratio: 16 / 4.3;
  }

  .model4 .text {
    padding: 22px 5% 30px;
  }

  .model4 .text h2 {
    font-size: 28px;
    line-height: 40px;
  }

  .model4 .text > span {
    margin-top: 16px;
    font-size: 20px;
    line-height: 42px;
  }

  .model4 .button {
    top: 28px;
  }

  .model4 .button .icon {
    padding: 13px;
  }

  .model4 .no {
    top: 16px;
    font-size: 78px;
    line-height: 78px;
  }

}

@media (max-width: 450px) {
  .model4 .list {
    gap: 26px;
  }

  .model4 .item {
    border-radius: 16px;
  }

  .model4 .img img {
    aspect-ratio: 16 / 4.1;
  }

  .model4 .text {
    padding: 18px 5% 26px;
  }

  .model4 .text h2 {
    font-size: 22px;
    line-height: 32px;
  }

  .model4 .text > span {
    margin-top: 12px;
    font-size: 16px;
    line-height: 34px;
  }

  .model4 .button {
    top: 22px;
  }

  .model4 .button .icon {
    padding: 10px;
  }

  .model4 .button .icon svg {
    width: 17px;
    height: 16px;
  }

  .model4 .no {
    top: 12px;
    font-size: 62px;
    line-height: 62px;
  }
}

.model4 .wrap > .text {
  display: none;
}

.model4 .list {
  display: flex;
  flex-direction: column;
  gap: 42px;
  margin-top: 6%;
}

.model4 .item {
  display: flex;
  align-items: stretch;
  gap: 0;
  min-height: 0;
  overflow: hidden;
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 18px 42px rgba(18, 38, 63, 0.1);
}

.model4 .item:nth-child(1) .img {
  order: 1;
}

.model4 .item:nth-child(1) .text {
  order: 2;
}

.model4 .item:nth-child(2) .text {
  order: 1;
}

.model4 .item:nth-child(2) .img {
  order: 2;
}

.model4 .item:nth-child(3) .img {
  order: 1;
}

.model4 .item:nth-child(3) .text {
  order: 2;
}

.model4 .img {
  display: flex;
  flex: 0 0 42%;
  min-height: 0;
  overflow: hidden;
  border-radius: 0;
  box-shadow: none;
}

.model4 .img img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.model4 .text {
  position: relative;
  display: flex;
  flex: 1 1 58%;
  flex-direction: column;
  justify-content: center;
  min-height: 0;
  padding: 4% 5%;
  overflow: hidden;
  background: #ffffff;
  border-radius: 0;
  box-shadow: none;
}

.model4 .text p {
  color: #003771;
  font-family: Inter;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}

.model4 .text h2 {
  margin-top: 10px;
  color: #101828;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
}

.model4 .text > span {
  display: block;
  margin-top: 20px;
  color: #667085;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}

.model4 .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 24px;
}

.model4 .t {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #003771;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}

.model4 .t .dot {
  flex: 0 0 auto;
  width: 6px;
  height: 6px;
  background: #fb903b;
  border-radius: 50%;
}

.model4 .button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: 44px;
  gap: 10px;
  padding: 10px 18px;
  color: #ffffff;
  font-family: Inter;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  background: #003771;
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(0, 55, 113, 0.16);
}

.model4 .button .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  padding: 7px;
  background: #ffffff;
  border-radius: 50%;
}

.model4 .button .icon svg {
  display: block;
}

.model4 .no {
  display: none;
}

@media (max-width: 1250px) {
  .model4 .wrap {
    width: 88%;
  }

  .model4 .list {
    gap: 34px;
  }

  .model4 .text h2 {
    font-size: 26px;
    line-height: 36px;
  }

  .model4 .text > span {
    font-size: 15px;
    line-height: 26px;
  }

  .model4 .button {
    margin-top: 32px;
  }
}

@media (max-width: 960px) {
  .model4 {
    padding: 34px 0 44px;
    background: #f6f7f8;
  }

  .model4 .top-bg,
  .model4 .bottom-bg {
    display: block;
    opacity: 0.45;
  }

  .model4 .wrap {
    width: 91%;
  }

  .model4 .list {
    gap: 34px;
    margin-top: 28px;
  }

  .model4 .item {
    position: relative;
    flex-direction: column;
    border-radius: 20px;
    box-shadow: 0 10px 28px rgba(16, 36, 58, 0.08);
  }

  .model4 .item:nth-child(1) .img {
    order: 1;
  }

  .model4 .item:nth-child(1) .text {
    order: 2;
  }

  .model4 .item:nth-child(2) .img {
    order: 1;
  }

  .model4 .item:nth-child(2) .text {
    order: 2;
  }

  .model4 .item:nth-child(3) .img {
    order: 1;
  }

  .model4 .item:nth-child(3) .text {
    order: 2;
  }

  .model4 .img {
    flex: 0 0 auto;
    width: 100%;
  }

  .model4 .img img {
    aspect-ratio: 16 / 4.4;
  }

  .model4 .text {
    position: static;
    flex: 0 0 auto;
    width: 100%;
    min-height: 0;
    padding: 24px 5% 32px;
    overflow: visible;
  }

  .model4 .text p {
    display: none;
  }

  .model4 .text h2 {
    margin-top: 0;
  color: #101828;
  font-family: Inter;
  font-weight: 700;
  font-size: 20px;
  line-height: 36px;
  }

  .model4 .text > span {
color: #101828;
font-family: "Alibaba PuHuiTi";
font-weight: 300;
font-size: 17px;
line-height: 26px;
  }

  .model4 .tags {
    display: none;
  }

  .model4 .button {
    position: absolute;
    top: 34px;
    right: 5%;
    z-index: 3;
    margin-top: 0;
    padding: 0;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: none;
  }

  .model4 .button span {
    display: none;
  }

  .model4 .button .icon {
    padding: 14px;
    background: #ffffff;
    border-radius: 50%;
  }
}

@media (max-width: 640px) {
  .model4 {
    padding: 30px 0 40px;
  }

  .model4 .list {
    gap: 30px;
    margin-top: 24px;
  }

  .model4 .item {
    border-radius: 18px;
  }

  .model4 .img img {
    aspect-ratio: 16 / 4.3;
  }

  .model4 .text {
    padding: 10px;
    margin-top: 0px;
  }
  .model4 .text h2 {
    margin-top: 0;
    text-align: left;
  color: #101828;
  font-family: Inter;
  font-weight: 700;
  font-size: 16px;
  line-height: 36px;
  }

  .model4 .text > span {
    text-align: left;
color: #101828;
font-family: "Alibaba PuHuiTi";
font-weight: 300;
font-size: 12px;
line-height: 26px;
margin-top: 5px;
  }
.model4 .wrap > .text{
  display: flex;
  margin-top: 50px;
  text-align: center;
  color: #003771;
font-family: Inter;
font-weight: 400;
font-size: 12px;
line-height: 30px;background: transparent;
}

  .model4 .button {
    top: 28px;
  }

  .model4 .button .icon {
    padding: 13px;
  }
}

@media (max-width: 450px) {
  .model4 .list {
    gap: 26px;
  }

  .model4 .item {
    border-radius: 16px;
  }

  .model4 .img  {
    height: 80px;
  }


  .model4 .button {
    top: 22px;
  }

  .model4 .button .icon {
    padding: 10px;
  }

  .model4 .button .icon svg {
    width: 17px;
    height: 16px;
  }
}

.model6 .card1 {
  padding: 0;
  background: #e5e7eb;
  --model6-title-width: 39%;
  --model6-title-height: 76px;
  --model6-title-radius: 38px;
}

.model6 .card1::before {
  top: 76px;
  background: #1a3648;
  border-top-left-radius: 38px;
}

.model6 .card1::after {
  content: "";
  display: block;
  position: absolute;
  left: calc(var(--model6-title-width) - var(--model6-title-radius));
  top: calc(var(--model6-title-height) - var(--model6-title-radius));
  width: var(--model6-title-radius);
  height: var(--model6-title-radius);
  background: #1a3648;
  pointer-events: none;
  z-index: 0;
}

.model6 .card1 .title {
  display: flex;
  align-items: center;
  width: var(--model6-title-width);
  min-height: var(--model6-title-height);
  padding: 0 0 0 7%;
  background: #e5e7eb;
  border-bottom-right-radius: var(--model6-title-radius);
  box-sizing: border-box;
  color: #1a3648;
  text-align: left;
}

.model6 .card1 .title::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 170%;
  height: 100%;
  background: #1a3648;
  border-top-left-radius: 38px;
}

.model6 .card1 .title::after {
  display: none;
}

.model6 .card2 {
  padding: 0;
  background: #1a3648;
  --model6-title-width: 39%;
  --model6-title-height: 76px;
  --model6-title-radius: 38px;
}

.model6 .card2::before {
  top: 76px;
  background: #e5e7eb;
  border-top-left-radius: 38px;
}

.model6 .card2::after {
  content: "";
  display: block;
  position: absolute;
  left: calc(var(--model6-title-width) - var(--model6-title-radius));
  top: calc(var(--model6-title-height) - var(--model6-title-radius));
  width: var(--model6-title-radius);
  height: var(--model6-title-radius);
  background: #e5e7eb;
  pointer-events: none;
  z-index: 0;
}

.model6 .card2 .title {
  display: flex;
  align-items: center;
  width: var(--model6-title-width);
  min-height: var(--model6-title-height);
  padding: 0 0 0 7%;
  background: #1a3648;
  border-bottom-right-radius: var(--model6-title-radius);
  box-sizing: border-box;
  color: #e5e7eb;
  text-align: left;
}

.model6 .card2 .title::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 170%;
  height: 100%;
  background: #e5e7eb;
  border-top-left-radius: 38px;
}

.model6 .card2 .title::after {
  display: none;
}

.model6 .card1 .list {
  margin-top: 52px;
  padding: 0 7%;
}

.model6 .content {
  margin-top: 52px;
  padding: 0 7% 7%;
}

.model6 .card1 .more {
  margin-left: 7%;
  margin-bottom: 7%;
}

@media (max-width: 960px) {
  .model6 .card1,
  .model6 .card2 {
    --model6-title-width: 42%;
    --model6-title-height: 64px;
    --model6-title-radius: 32px;
  }

  .model6 .card1::before {
    top: 64px;
    border-top-left-radius: 32px;
  }

  .model6 .card1 .title {
    text-align: left;
  }

  .model6 .card1 .title::before {
    width: 160%;
    border-top-left-radius: 32px;
  }

  .model6 .card2::before {
    top: 64px;
    border-top-left-radius: 32px;
  }

  .model6 .card2 .title {
    text-align: left;
  }

  .model6 .card2 .title::before {
    width: 160%;
    border-top-left-radius: 32px;
  }

  .model6 .card1 .list {
    margin-top: 38px;
  }

  .model6 .content {
    margin-top: 38px;
  }
}

@media (max-width: 640px) {
  .model6 .card1 {
    background: #e5e7eb;
    --model6-title-width: 46%;
    --model6-title-height: 56px;
    --model6-title-radius: 28px;
  }

  .model6 .card1 .title {
    color: #1a3648;
    text-align: left;
  }

  .model6 .card1 .title::before {
    width: 150%;
    border-top-left-radius: 28px;
  }

  .model6 .card1 .list {
    margin-top: 28px;
    padding: 0 7%;
  }

  .model6 .card1::before {
    top: 56px;
    border-top-left-radius: 28px;
  }

}

.model1 .pro_detail .next,
.model1 .pro_detail .next:hover {
  top: auto !important;
  bottom: 30% !important;
  transform: none !important;
}
