.wrap {
  width: 83.334%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
.swiper {
  overflow: hidden;
}
/* 公用 */
.common-baner {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.common-baner .pic {
  display: block;
  width: 100%;
  height: auto;
}
/* 7-25 修改 */
.common-baner .text {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: bold;
  font-size: var(--font60);
  color: #ffffff;
  position: absolute;
  left: 7.174%;
  bottom: 16%;
  line-height: 1;
}
/* 公用分页 */
.common-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.common-pagination .pagination-item {
  width: 47px;
  height: 47px;
  border-radius: 24px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  cursor: pointer;
  margin-right: 11px;
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}
.common-pagination .pagination-item:hover,
.common-pagination .pagination-item.current {
  background: #00496c;
  color: #fff;
}
.common-pagination .icon .active {
  display: none;
}
.common-pagination .icon:hover .active {
  display: block;
}
.common-pagination .icon:hover .default {
  display: none;
}
/* 公用面包屑 */
.common-bread {
  margin-top: max(0.19rem, 10px);
}
.common-bread ul {
  display: flex;
}
.common-bread li:last-of-type a::after {
  content: none;
  display: none;
}
.common-bread li a {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: var(--font-16);
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.625;
}
.common-bread li a::after {
  content: "-";
  font-size: var(--font-16);
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.625;
  margin-left: 5px;
  margin-right: 5px;
}
.common-bread li.current a {
  color: #000000;
}
/* about 页面 */
.about-page .life {
  padding-top: 129px;
  padding-bottom: 120px;
  position: relative;
  /* 2025-2-26 修改 */
  overflow: hidden;
}
.about-page .life .bg-img {
  position: absolute;
  left: 0;
  bottom: -102px;
  width: 100%;
  height: auto;
  z-index: -2;
  user-select: none;
}
.about-page .life .bg-img img {
  display: block;
  width: 100%;
  height: auto;
}
/* 2025-7-25    修改 */
.about-page .life .life-wrap {
  display: flex;
  /* align-items: flex-start; */
  align-items: center;
}
/* 2025-7-25    修改 */
.about-page .life .left {
  width: 50%;
  margin-right: 9.5%;
}
.about-page .life .left .title {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: var(--font40);
  color: #00496c;
  line-height: 1;
  margin-bottom: calc(30px - 6px);
}
.about-page .life .left .description {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: var(--font-18);
  line-height: 1.66666667;
  color: rgba(0, 0, 0, 0.6);
}
.about-page .life .left .content {
  margin-top: calc(54px - 6px);
}
.about-page .life .left .content .content-title {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  text-align: left;
  color: #000000;
  margin-bottom: 37px;
  /* 2025-2-28 修改字体大小 */
  font-size: var(--font-18);
  line-height: 1.66666667;
}
/* 2025-7-25 修改 */
.about-page .life .left .content .list .item {
  display: flex;
  align-items: center;
  /* border: 1px solid rgba(0, 0, 0, 0.1); */
  border: none;
  border-radius: 10px;
  padding-top: 5.335%;
  padding-bottom: 5.335%;
  /* padding-left: 8.689%; */
  padding-left: 0;
  padding-right: 15px;
  margin-bottom: 23px;
  position: relative;
  z-index: 2;
}
.about-page .life .left .content .list .item:last-child {
  margin-bottom: 0;
}
.about-page .life .left .content .list .item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background: rgba(0, 73, 108, 0.1);
  transition: all 0.6s ease;
}

/* 7-25 修改 */
/* .about-page .life .left .content .list .item:hover::after {
  width: 100%;
  right: auto;
  left: 0;
} */

/* 2025-7-25 修改 */
.about-page .life .left .content .list .item .icon {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 38px;
  display: none !important;
}
.about-page .life .left .content .list .item .text {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  text-align: left;
  color: #000000;
  font-size: var(--font-18);
  line-height: 1.66666667;
}
.about-page .life .right {
  flex: 1;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
}
.about-page .life .right .pic {
  flex: 1;
  border-radius: 10px;
  overflow: hidden;
}
.about-page .life .right .pic.active img {
  animation: picAnimate 5s linear forwards;
}
.about-page .life .right .pic img {
  display: block;
  width: 100%;
  transition: all 0.6s ease;
}
.about-page .life .right .pic:first-of-type {
  margin-right: 31px;
  margin-top: 126px;
}
.about-page .history {
  background-color: #f1f1f2;
  border-radius: 10px;
  padding-top: 115.5px;
  padding-bottom: 114.5px;
}
.about-page .history .content {
  padding-left: 7.119%;
  padding-right: 7.173%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.about-page .history .left {
  width: 42.98%;
}
.about-page .history .left .history-title {
  font-size: var(--font40);
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  text-align: left;
  color: #00496c;
  line-height: 1;
  margin-bottom: calc(30px - 6px);
}
.about-page .history .left .description p {
  font-size: 18px;
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  text-align: left;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.666;
}
.about-page .history .left .description p:first-child {
  margin-bottom: 40px;
}
.about-page .history .left .link-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: calc(52.45px - 6px);
  width: fit-content;
  width: 320px;
  height: 50px;
  border-radius: 30px;
  border: solid 1px rgba(0, 73, 108, 0.2);
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.about-page .history .left .link-btn:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
.about-page .history .left .link-btn::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: rgba(0, 73, 108, 0.1);
  transition: all 0.45s ease;
  z-index: -1;
}
.about-page .history .left .link-btn .text {
  /* 2025-3-1 修改字体大小 */
  font-size: var(--font-18);
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  text-align: left;
  color: #00496c;
  line-height: 1;
  transition: all 0.6s ease;
}
.about-page .history .left .link-btn .icon {
  width: 22px;
  height: 22px;
  background: #00496c;
  border-radius: 50%;
  user-select: none;
  cursor: pointer;
  font-size: 14px;
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.6s ease;
  margin-left: 12.45px;
}
/* 2025-3-14 修改 */
.about-page .history .right {
  width: 46.658%;
  /* background: #ffffff; */
  border-radius: 10px;
  position: relative;
}
.about-page .history .right .pic {
  width: 100%;
  /* padding-top: 38.957%; */
  /* padding-bottom: 38.7%; */
  text-align: center;
}
.about-page .history .right .pic img {
  vertical-align: middle;
  max-width: 90%;
  object-fit: contain;
}

.about-page .history .right .btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  cursor: pointer;
}
.about-page .history .right .btn img {
  opacity: 0.65;
  transition: all 0.45s ease;
}
.about-page .history .right .btn:hover img {
  opacity: 1;
}
.about-page .pro-area {
  margin-top: 141px;
  margin-bottom: 205px;
}
.about-page .pro-area .pro-title {
  font-size: var(--font40);
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  text-align: center;
  color: #00496c;
  line-height: 1;
  margin-bottom: calc(30px - 6px);
}
.about-page .pro-area .description {
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  text-align: center;
}
.about-page .pro-area .description p {
  font-size: 18px;
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.666;
}
.about-page .pro-area .list {
  margin-top: calc(108px - 6px);
}
.about-page .pro-area .list .swiper1 .swiper-slide .pic {
  width: 100%;
  padding-top: 88.889%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.about-page .pro-area .list .swiper1 .swiper-slide .pic:hover img {
  transform: scale(1.05);
}
.about-page .pro-area .list .swiper1 .swiper-slide .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s ease;
}
.about-page .network {
  padding-top: 118px;
  padding-bottom: 137px;
  background-color: #f1f1f2;
  border-radius: 10px;
  margin-bottom: 29px;
}
.about-page .network .text-box {
  max-width: 1023px;
  overflow-wrap: break-word;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 89.56px;
}
.about-page .network .text-box .title {
  font-size: var(--font40);
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  color: #00496c;
  line-height: 1;
  text-align: center;
}
.about-page .network .text-box .description {
  margin-top: calc(30px - 6px);
  font-size: 18px;
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.666;
  margin-bottom: calc(36.44px - 6px);
}
.about-page .network .text-box .link-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  width: 140px;
  height: 40px;
  border-radius: 20px;
  border: solid 1px rgba(0, 73, 108, 0.2);
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.about-page .network .text-box .link-btn:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}
.about-page .network .text-box .link-btn::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: rgba(0, 73, 108, 0.1);
  transition: all 0.45s ease;
  z-index: -1;
}
.about-page .network .text-box .link-btn .text {
  /* 2025-2-28 修改字体大小 */
  font-size: var(--font-18);
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  color: #00496c;
  line-height: 1;
  transition: all 0.6s ease;
  text-transform: capitalize;
}
.about-page .network .text-box .link-btn .icon {
  width: 22px;
  height: 22px;
  background: #00496c;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  cursor: pointer;
  font-size: 14px;
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  color: #ffffff;
  margin-left: 11.45px;
}
.about-page .network .content {
  width: 61.082%;
  margin-left: auto;
  margin-right: auto;
}
.about-page .network .content .pic {
  width: 100%;
  position: relative;
}
.about-page .network .content .pic .map {
  display: block;
  width: 100%;
  height: auto;
}
.about-page .network .content .pic .line {
  max-width: 75.72%;
  position: absolute;
  right: 0.59rem;
  bottom: 0.85rem;
}
.about-page .network .content .pic .line img {
  display: block;
  width: 100%;
  clip-path: inset(49% 18% 49% 83%);
  transition: all 1.6s ease;
}
.about-page .network .content .pic .line img.enter {
  clip-path: inset(0% 0% 0% 0%);
}
.about-page .network .content .num-list {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: -47px;
  z-index: 2;
}
.about-page .network .content .num-list .num-item {
  display: flex;
  align-items: stretch;
  padding-left: 74px;
  padding-right: 73px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.about-page .network .content .num-list .num-item:last-child {
  border-right: none;
}
.about-page .network .content .num-list .num-item .num {
  font-size: 60px;
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  color: #00496c;
  line-height: 1;
  margin-right: 18px;
}
.about-page .network .content .num-list .num-item .info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.about-page .network .content .num-list .num-item .info .top {
  font-size: 20px;
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  color: #000000;
  line-height: 1;
}
.about-page .network .content .num-list .num-item .info .text {
  margin-top: calc(17px - 9px);
  font-size: 18px;
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1;
}
/* contact-pae */
.contact-page .address-list {
  padding-top: 147px;
}
.contact-page .address-list .address-item {
  display: flex;
  align-items: stretch;
  margin-bottom: 20px;
}
.contact-page .address-list .address-item .left {
  width: 57.5%;
  background: #f9f9f9;
  padding-left: 5.3125%;
  padding-right: 5.3125%;
  padding-bottom: calc(56px - 8px);
  padding-top: 57px;
  border-radius: 10px 0px 0px 10px;
  overflow: hidden;
}
.contact-page .address-list .address-item .left .title {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: var(--font40);
  color: #00496c;
  line-height: 1;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.contact-page .address-list .address-item .left .info-list .info-item-common {
  display: flex;
  align-items: flex-start;
  padding-top: calc(28px - 6px);
  padding-bottom: calc(28px - 5px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.contact-page .address-list .address-item .left .info-list .info-item-common .info-icon {
  width: 40px;
  height: 40px;
  background: #00496c;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-right: 18px;
}
.contact-page .address-list .address-item .left .info-list .info-item-common .info-text .info-title {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.666;
  margin-bottom: calc(18px - 11px);
}
.contact-page .address-list .address-item .left .info-list .info-item-common .info-text .info-desc {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  /* 2025-3-1 修改字体 */
  font-size: var(--font-18);
  line-height: 1.66666667;
  color: #000000;
  overflow-wrap: break-word;
}
.contact-page .address-list .address-item .left .info-list .info-item-common.info-item-custom .info-text {
  display: flex;
  align-items: flex-start;
}
.contact-page .address-list .address-item .left .info-list .info-item-common.info-item-custom .info-text .text-item {
  margin-right: 70px;
}
.contact-page .address-list .address-item .left .info-list .info-item-common.info-item-custom .info-text .text-item.space-min {
  margin-right: 49px;
}
.contact-page .address-list .address-item .left .info-list .info-item-common.info-item-custom .info-text .text-item:last-of-type {
  margin-right: 0;
}
.contact-page .address-list .address-item .right {
  flex: 1;
  overflow: hidden;
  position: relative;
}
.contact-page .address-list .address-item .right .pic {
  width: 100%;
  height: 100%;
  border-radius: 0 10px 10px 0;
  overflow: hidden;
}
.contact-page .address-list .address-item .right .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-page .address-list .address-item .right .marker {
  position: absolute;
  left: 42.352%;
  top: 37.924%;
}
.contact-page .address-list .address-item .right .marker .point {
  margin-bottom: 16px;
  text-align: center;
}
.contact-page .address-list .address-item .right .marker .point img {
  vertical-align: middle;
}
.contact-page .address-list .address-item .right .marker .text {
  display: inline-block;
  vertical-align: top;
  padding: 16px 29px 17px 30px;
  background: #00496c;
  border-radius: 10px;
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 1;
  white-space: nowrap;
  user-select: none;
  cursor: pointer;
}
.contact-page .know-list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 164px;
}
.contact-page .know-list .item {
  width: 49.375%;
  background: #f9f9f9;
  border-radius: 10px;
}
.contact-page .know-list .item .content {
  padding-left: 13.544%;
  padding-right: 14.177%;
  border-radius: 10px;
  padding-top: calc(56px - 5px);
  padding-bottom: 56px;
}
.contact-page .know-list .item .title {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #000000;
  line-height: 1.416;
  min-height: 68px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
}
.contact-page .know-list .item .link-btn {
  margin-top: calc(43px - 5px);
  width: fit-content;
  width: 140px;
  height: 40px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px rgba(0, 73, 108, 0.2);
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.contact-page .know-list .item .link-btn:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
.contact-page .know-list .item .link-btn::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: rgba(0, 73, 108, 0.1);
  transition: all 0.45s ease;
  z-index: -1;
}
.contact-page .know-list .item .link-btn .text {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #00496c;
  line-height: 1.25;
  transition: all 0.6s ease;
}
.contact-page .know-list .item .link-btn .icon {
  margin-left: 13px;
  width: 22px;
  height: 22px;
  background: #00496c;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  cursor: pointer;
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
}
.contact-page .form-area {
  background: #f1f1f2;
  border-radius: 10px;
  margin-bottom: 25px;
}
.contact-page .form-area .content {
  padding-left: 7.174%;
  padding-right: 7.174%;
  padding-top: 102px;
  padding-bottom: 108px;
}
.contact-page .form-area .content .form-title {
  text-align: center;
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: var(--font40);
  color: #00496c;
  margin-bottom: 18px;
}
.contact-page .form-area .content .form-sub-title {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: var(--font-18);
  color: rgba(0, 0, 0, 0.6);
  line-height: 1;
  text-align: center;
  margin-bottom: max(0.4rem, 30px);
}
.contact-page .form-area .content .form-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.contact-page .form-area .content .form-row .form-col {
  width: 32.5%;
}
.contact-page .form-area .content .form-row .form-col input {
  display: block;
  width: 100%;
  height: 70px;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #d2d2d2;
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  padding-left: 27px;
  padding-right: 15px;
}
.contact-page .form-area .content .form-row .form-col input::placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.contact-page .form-area .content .form-row .form-col input:focus {
  outline: none;
  border: 1px solid #00496c;
}
.contact-page .form-area .content .form-row .form-col select {
  display: block;
  width: 100%;
  height: 70px;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #d2d2d2;
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-left: 27px;
  background-image: url(../images/contact-select-icon.svg);
  background-repeat: no-repeat;
  background-position: right 27px center;
}
.contact-page .form-area .content .form-row .form-col select:focus {
  outline: none;
  border-color: #00496c;
}
.contact-page .form-area .content .row-full {
  margin-bottom: 15px;
}
.contact-page .form-area .content .row-full select {
  display: block;
  width: 100%;
  height: 70px;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #d2d2d2;
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-left: 27px;
  background-image: url(../images/contact-select-icon.svg);
  background-repeat: no-repeat;
  background-position: right 27px center;
}
.contact-page .form-area .content .row-full select:focus {
  outline: none;
  border-color: #00496c;
}
.contact-page .form-area .content .row-full textarea {
  display: block;
  width: 100%;
  height: 176px;
  resize: none;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #d2d2d2;
  padding: 20px 15px;
}
.contact-page .form-area .content .row-full textarea:focus {
  outline: none;
  border-color: #00496c;
}
.contact-page .form-area .content .placehold-text {
  line-height: 1;
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 21px;
}
.contact-page .form-area .content .btn-row {
  margin-top: 10px;
  text-align: center;
}
.contact-page .form-area .content .btn-row .submit-btn {
  width: 160px;
  height: 50px;
  background: #00496c;
  border-radius: 6px;
  border: none;
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: var(--font-18);
  color: #ffffff;
  vertical-align: middle;
  user-select: none;
  cursor: pointer;
  transition: all 0.45s ease;
}
.contact-page .form-area .content .btn-row .submit-btn:focus {
  outline: none;
}
.contact-page .form-area .content .btn-row .submit-btn span {
  position: relative;
}
.contact-page .form-area .content .btn-row .submit-btn span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 0;
  height: 2px;
  transition: all 0.45s ease;
  background-color: #fff;
}
.contact-page .form-area .content .btn-row .submit-btn:hover {
  font-weight: bold;
}
.contact-page .form-area .content .btn-row .submit-btn:hover span::after {
  width: 100%;
}
/* pro-type-page */
.pro-type-page .list {
  display: flex;
  margin-top: 19px;
  margin-bottom: 45px;
}
.pro-type-page .list .item {
  transform: translateZ(0);
  will-change: width;
  width: 13.918%;
  height: 6.97rem;
  position: relative;
  margin-right: 14px;
  transition: width 0.6s ease-in-out;
  transform: translate3d(0, 0, 0);
}
.pro-type-page .list .item:last-of-type {
  margin-right: 0;
}
.pro-type-page .list .item.current {
  width: 26.767%;
}
.pro-type-page .list .item.current .pic::after {
  background-image: linear-gradient(to top, rgba(0, 73, 108, 0.2), transparent);
}
.pro-type-page .list .item.current .text-panel {
  padding-right: 22px;
}
.pro-type-page .list .item.current .text-panel .icon {
  display: block;
}
.pro-type-page .list .item .pic {
  transform: translateZ(0);
  will-change: width;
  width: 100%;
  height: 100%;
  position: relative;
}
.pro-type-page .list .item .pic img {
  transform: translateZ(0);
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.pro-type-page .list .item .pic::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70%;
  background-image: linear-gradient(to top, rgba(0, 73, 108, 0.7), transparent);
}
.pro-type-page .list .item .text-panel {
  position: absolute;
  left: 0;
  bottom: 5.882%;
  width: 100%;
  padding-left: 27px;
  padding-right: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
.pro-type-page .list .item .text-panel .text {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #ffffff;
  line-height: 1.25;
}
.pro-type-page .list .item .text-panel .icon {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #ffffff;
  display: none;
}
/* pro-type1-page */
.pro-type1-page .description {
  padding-top: 58px;
  padding-left: 57px;
  padding-right: 63px;
  padding-bottom: calc(58px - 6px);
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: max(0.81rem, 35px);
  margin-bottom: max(0.63rem, 35px);
}
.pro-type1-page .description .title {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #00496c;
  line-height: 1;
}
.pro-type1-page .description .title::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 3px;
  height: 19px;
  background: #00496c;
  margin-right: 19px;
}
.pro-type1-page .description .desc {
  margin-top: calc(30px - 6px);
}
.pro-type1-page .description .desc p {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  line-height: 1.666;
  margin-bottom: 40px;
}
.pro-type1-page .description .desc p:last-of-type {
  margin-bottom: 0;
}
.pro-type1-page .tab-full {
  position: sticky;
  top: 0;
  z-index: 67;
  padding-top: max(0.2rem, 10px);
  padding-bottom: max(0.2rem, 10px);
  background-color: #fff;
}
.pro-type1-page .tab-list {
  background-color: #fff;
}
.pro-type1-page .tab-list ul {
  display: flex;
}
.pro-type1-page .tab-list ul li {
  margin-right: 14px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.pro-type1-page .tab-list ul li:last-of-type {
  margin-right: 0;
}
.pro-type1-page .tab-list ul li::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #00496c;
  z-index: -1;
  transition: all 0.6s ease;
}
.pro-type1-page .tab-list ul li:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
.pro-type1-page .tab-list ul li:hover a {
  color: #fff;
}
.pro-type1-page .tab-list ul li.current {
  background-color: #00496c;
}
.pro-type1-page .tab-list ul li.current a {
  color: #ffffff;
}
.pro-type1-page .tab-list ul li a {
  display: block;
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  /* 2025-3-1 修改字体大小 */
  font-size: max(0.24rem, 16px);
  color: #000000;
  line-height: normal;
  padding: 20px 39px 19px 29px;
  user-select: none;
  cursor: pointer;
}
.pro-type1-page .pro-list {
  margin-top: max(0.86rem, 15px);
  margin-bottom: max(35px, 1.41rem);
}
.pro-type1-page .pro-list .list-area {
  margin-bottom: calc(101px - 30px);
}
.pro-type1-page .pro-list .list-area:last-of-type {
  margin-bottom: 0;
}
.pro-type1-page .pro-list .list-area .title {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: 30px;
  color: #00496c;
  line-height: 1;
  margin-bottom: 38px;
}
.pro-type1-page .pro-list .list-area .list {
  display: flex;
  flex-wrap: wrap;
}
.pro-type1-page .pro-list .list-area .list .item {
  display: block;
  width: 23.7%;
  margin-right: 1.6875%;
  background: #ffffff;
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  border: 1px solid transparent;
  margin-bottom: 30px;
  transition: all 0.6s ease;
}
.pro-type1-page .pro-list .list-area .list .item:nth-child(4n) {
  margin-right: 0;
}
/* 2025-3-14 修改 */
.pro-type1-page .pro-list .list-area .list .item .pic {
  width: 100%;
  height: auto;
  padding-top: 68%;
  position: relative;
  overflow: hidden;
  margin-top: max(0.4rem, 15px);
  /* margin-bottom: max(0.94rem, 15px); */
  margin-bottom: max(0.4rem, 15px);
}
.pro-type1-page .pro-list .list-area .list .item .pic img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 89%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  transition: all 0.6s ease;
}
.pro-type1-page .pro-list .list-area .list .item .text-panel {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 11px;
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: var(--font-18);
  color: #000000;
  line-height: 1.66666667;
  padding-top: calc(22px - 5px);
  padding-right: calc(13px - 5px);
  padding-bottom: calc(17px - 5px);
  padding-left: calc(13px - 5px);
  border-radius: 10px;
  display: flex;
}
.pro-type1-page .pro-list .list-area .list .item .text-panel .text {
  flex: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  transition: all 0.6s ease;
  min-height: calc(20px * 1.5 * 2);
  text-align: center;
}
.pro-type1-page .pro-list .list-area .list .item .text-panel .icon {
  display: none;
  align-self: flex-end;
  line-height: 1;
  opacity: 0;
  transition: all 0.6s ease;
}
.pro-type1-page .pro-list .list-area .list .item:hover {
  border-color: #00496c;
}

/* 2025-3-14 修改 */
.pro-type1-page .pro-list .list-area .list .item:hover .pic img {
  transform: translate(-50%, -50%) scale(1.05);
}

.pro-type1-page .pro-list .list-area .list .item:hover .text-panel {
  background: #00496c;
  color: #fff;
}
.pro-type1-page .citation-text {
  margin-top: calc(171px - 30px);
  background: rgba(0, 0, 0, 0.04);
  border-radius: 10px;
  padding-left: 7.173%;
  padding-right: 5%;
  padding-top: 50px;
  padding-bottom: calc(60px - 5px);
  margin-bottom: 20px;
}
.pro-type1-page .citation-text .title {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #00496c;
  line-height: 1;
  margin-bottom: calc(22px - 5px);
}
.pro-type1-page .citation-text .title::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 18px;
  background: #00496c;
  margin-right: 15px;
  vertical-align: middle;
}
.pro-type1-page .citation-text .list p {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.625;
  overflow-wrap: break-word;
  margin-bottom: 5px;
}
.pro-type1-page .citation-text .list p:last-of-type {
  margin-bottom: 0;
}
/* support 技术支持公用的 */
.support-page .tab-list {
  display: flex;
  justify-content: center;
  margin-top: 133px;
  margin-bottom: 65px;
}
.support-page .tab-list .tab-item {
  padding: max(0.3rem, 10px) max(0.3rem, 10px);
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: max(0.24rem, 16px);
  color: #000000;
  line-height: 1;
  white-space: nowrap;
  /* margin-right: 30px; */
  margin-right: max(0.3rem, 15px);
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.support-page .tab-list .tab-item:last-of-type {
  margin-right: 0;
}
.support-page .tab-list .tab-item.current {
  background: #00496c;
  border-color: transparent;
  color: #fff;
}
.support-page .tab-list .tab-item:hover {
  color: #fff;
}
.support-page .tab-list .tab-item:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}
.support-page .tab-list .tab-item::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 0;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #00496c;
  transition: all 0.6s ease;
}
.support-page .download-list .download-item {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: calc(47px - 6px);
  background: #ffffff;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  margin-bottom: 21px;
}
.support-page .download-list .download-item .head {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.support-page .download-list .download-item .head .text {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #000000;
  line-height: 1.5;
  margin-right: 15px;
  flex: 1;
  overflow-wrap: break-word;
}
.support-page .download-list .download-item .head .download-icon {
  margin-left: auto;
  width: 160px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #00496c;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  cursor: pointer;
  transition: all 0.6s ease;
  position: relative;
  z-index: 2;
}
.support-page .download-list .download-item .head .download-icon::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background-color: #00496c;
  transition: all 0.6s ease;
  border-radius: 6px;
}
.support-page .download-list .download-item .head .download-icon:hover {
  color: #fff;
}
.support-page .download-list .download-item .head .download-icon:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}
.support-page .download-list .download-item .head .download-icon:hover .icon .default {
  display: none;
}
.support-page .download-list .download-item .head .download-icon:hover .icon .active {
  display: block;
}
.support-page .download-list .download-item .head .download-icon .icon {
  margin-left: 15px;
}
.support-page .download-list .download-item .head .download-icon .icon .active {
  display: none;
}
.support-page .download-list .download-item .head .download-icon .icon img {
  display: block;
}
.support-page .download-list .download-item .main {
  padding-top: calc(24px - 7px);
  padding-bottom: calc(49px - 7px);
}
.support-page .download-list .download-item .main .params {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.777;
  overflow-wrap: break-word;
}
.support-page .learn-more {
  width: 200px;
  height: 50px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  /* 2025-3-1 修改字体大小 */
  font-size: var(--font-18);
  color: #00496c;
  margin-top: 61px;
  user-select: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin-bottom: 137px;
}
.support-page .learn-more::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: #00496c;
  transition: all 0.6s ease;
}
.support-page .learn-more:hover {
  color: #fff;
}
.support-page .learn-more:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}
/* support page-1 */
.support-page1 .tab-list {
  margin-bottom: calc(30px - 6px);
}
.support-page1 .search-panel .placehold-text {
  max-width: 1267px;
  overflow-wrap: break-word;
  font-weight: 400;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.666;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: calc(53px - 6px);
}
.support-page1 .search-panel form {
  display: flex;
  max-width: 680px;
  width: 42.5%;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: calc(71px - 5px);
}
.support-page1 .search-panel form input {
  display: block;
  width: 83.97%;
  height: 100%;
  outline: none;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 32px;
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}
.support-page1 .search-panel form input::placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.support-page1 .search-panel form input:focus {
  outline: none;
  border-color: #00496c;
}
.support-page1 .search-panel form button {
  width: 100px;
  height: 70px;
  background: #00496c;
  border-radius: 10px;
  flex-shrink: 0;
  margin-left: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  cursor: pointer;
  border: none;
}
.support-page1 .search-panel .result {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  color: #00496c;
  margin-bottom: calc(35px - 5px);
  overflow-wrap: break-word;
  /* 2025-3-1 修改字体大小 */
  font-size: var(--font-18);
  line-height: 1.66666667;
}
.support-page1 .learn-more {
  margin-top: 63px;
  margin-bottom: 130px;
}
/* 新闻列表 */
.news-page {
  padding-bottom: 145px;
}
.news-page .news-list {
  padding-top: max(1.55rem, 45px);
  margin-bottom: 64px;
}
.news-page .item {
  padding-left: max(0.71rem, 30px);
  padding-right: max(0.87rem, 30px);
  padding-top: max(0.53rem, 20px);
  padding-bottom: max(0.53rem, 20px);
  display: flex;
  align-items: flex-start;
  border-radius: 10px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  /* 2025-2-26修改 */
  transition: border-color, background, box-shadow 0.6s ease;
}
.news-page .item.transparent {
  border-color: transparent;
}
.news-page .item:hover {
  background: #ffffff;
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.1);
  border-bottom-color: transparent;
}
.news-page .item:hover .text .head .title {
  color: #00496c;
}
.news-page .item .pic {
  width: 28.552%;
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 10px;
}
.news-page .item .pic::after {
  content: "";
  display: block;
  padding-top: 81.25%;
}
.news-page .item .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.6s ease;
  object-fit: cover;
  object-position: center center;
}
.news-page .item .pic:hover img {
  transform: scale(1.05);
}
.news-page .item .text {
  overflow: hidden;
  margin-left: 78px;
}
.news-page .item .text .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-page .item .text .head .title {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  /* font-size: 30px; */
  font-size: var(--font30);
  color: #000;
  line-height: 1.5;
  margin-right: 20px;
  flex: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
}
.news-page .item .text .head .time {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.5;
}
.news-page .item .text .desc {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.666;
  margin-top: calc(39px - 13.5px);
  margin-bottom: calc(88px - 6px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
}
.news-page .item .text .learn-btn {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  color: #000;
  width: fit-content;
  transition: all 0.6s ease;
  width: 140px;
  height: 40px;
  border: solid 1px rgba(0, 73, 108, 0.2);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.news-page .item .text .learn-btn::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: rgba(0, 73, 108, 0.1);
  z-index: -1;
  transition: all 0.6s ease;
}
.news-page .item .text .learn-btn:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
.news-page .item .text .learn-btn .icon {
  margin-left: 12px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #e5e5e5;
  user-select: none;
  cursor: pointer;
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #2e2e2e;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-page .item.common .text {
  padding-top: calc(45px - 7.5px);
}
.news-page .item.common .text .desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
}
.news-page .item.custom .text {
  padding-top: calc(66px - 7.5px);
}
.news-page .item.custom .text .desc {
  margin-bottom: calc(60px - 6px);
}
.news-page .item.custom .text .desc p {
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
}
/* 新闻详情 */
.news-detail-page .detail-content {
  margin-top: calc(113px - 5px);
  margin-bottom: 20px;
}
.news-detail-page .detail-content .detail-title {
  overflow-wrap: break-word;
  text-align: center;
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: bold;
  font-size: 60px;
  color: #000000;
  line-height: 1.25;
  margin-bottom: calc(36px - 10.5px);
}
.news-detail-page .detail-content .detail-info {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  line-height: 1.25;
  margin-bottom: 48px;
}
.news-detail-page .detail-content .main {
  background: #f1f1f2;
  border-radius: 10px;
  padding-top: 91px;
  padding-bottom: 159px;
}
.news-detail-page .detail-content .main .article-wrap {
  width: 53.427%;
  margin-left: auto;
  margin-right: auto;
}
.news-detail-page .detail-content .main .article * {
  max-width: 100%;
  height: auto;
  overflow-wrap: break-word;
}
.news-detail-page .detail-content .main .article p,
.news-detail-page .detail-content .main .article span {
  max-width: 100%;
  overflow-wrap: break-word;
}
.news-detail-page .detail-content .main .article img {
  vertical-align: top;
  max-width: 100%;
}
.news-detail-page .detail-content .main .article .table-wrap {
  overflow-x: auto;
  max-width: 100%;
  scrollbar-color: #ccc;
  scrollbar-width: thin;
}
.news-detail-page .detail-content .main .article-copyright .link-text {
  color: #00496c;
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.666;
  margin-bottom: 36px;
  display: block;
  width: fit-content;
}
.news-detail-page .detail-content .main .article-copyright .copyright-list .item-text {
  margin-bottom: 30px;
}
.news-detail-page .detail-content .main .article-copyright .copyright-list .item-text:last-of-type {
  margin-bottom: 0;
}
.news-detail-page .detail-content .main .article-copyright .copyright-list .item-text a {
  color: rgba(0, 0, 0, 0.6);
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.666;
  overflow-wrap: break-word;
}
.news-detail-page .detail-content .recommend {
  display: flex;
  justify-content: space-between;
  margin-top: 91px;
}
.news-detail-page .detail-content .recommend .prev,
.news-detail-page .detail-content .recommend .next {
  width: 38.376%;
  background: #ffffff;
  border-radius: 10px;
  padding-left: 33px;
  padding-right: 20px;
  padding-top: calc(28px - 5px);
  padding-bottom: calc(29px - 5px);
}
.news-detail-page .detail-content .recommend .prev .top,
.news-detail-page .detail-content .recommend .next .top {
  display: block;
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #00496c;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
}
.news-detail-page .detail-content .recommend .prev .bottom,
.news-detail-page .detail-content .recommend .next .bottom {
  display: block;
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  color: #000000;
  /* 2025-3-1 修改字体大小 */
  font-size: 18px;
  line-height: 1.66666667;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
}
.news-detail-page .detail-content .recommend .back {
  width: 20.04%;
  background: #ffffff;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
/*  产品系列公用 */
.pro-detail-banner {
  position: relative;
  z-index: 3;
  margin-bottom: 22px;
}
.pro-detail-banner .bread {
  position: absolute;
  left: 7.226%;
  top: 0;
  z-index: 2;
  margin-top: 27px;
}

/* 2025-6-3 */
@media (max-width: 1200px) {
  .pro-detail-banner .bread {
    display: none;
  }
}
.pro-detail-banner .swiper1 {
  position: relative;
}
.pro-detail-banner .swiper1 .swiper-slide {
  position: relative;
}
.pro-detail-banner .swiper1 .swiper-slide .pic {
  width: 100%;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
}
.pro-detail-banner .swiper1 .swiper-slide .pic img {
  display: block;
  width: 100%;
  height: auto;
}
/*  2025-3-19 修改 */
.pro-detail-banner .swiper1 .swiper-slide .text {
  position: absolute;
  right: 7.28%;
  top: 50%;
  transform: translateY(-50%);
  /* bottom: 38.965%; */
  max-width: 577px;
  overflow-wrap: break-word;
  width: 65%;
}
.pro-detail-banner .swiper1 .swiper-slide .text .title {
  line-height: 1.25;
  padding-bottom: calc(34px - 7.5px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  max-width: 100%;
  display: flex !important;
  align-items: flex-start !important;
}
.pro-detail-banner .swiper1 .swiper-slide .text .title .line {
  display: flex !important;
  align-items: flex-start !important;
}
.pro-detail-banner .swiper1 .swiper-slide .text .title h5 {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: bold;
  font-size: var(--font60);
  color: #00496c;
}
.pro-detail-banner .swiper1 .swiper-slide .text .title p {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #00496c;
}
.pro-detail-banner .swiper1 .swiper-slide .text .desc {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  /* 2025-3-1 修改字体大小 */
  font-size: var(--font-18);
  line-height: 1.66666667;
  color: rgba(0, 0, 0, 0.8);
  margin-top: calc(35px - 5px);
}
.pro-detail-banner .swiper1 .arrow {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  z-index: 2;
  user-select: none;
  cursor: pointer;
  width: 47px;
  height: 47px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.45s ease;
  overflow: hidden;
}
.pro-detail-banner .swiper1 .arrow::after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #00496c;
  border-radius: 50%;
  transition: width 0.45s ease;
  z-index: -1;
}
.pro-detail-banner .swiper1 .left-arrow {
  left: 3%;
}
.pro-detail-banner .swiper1 .left-arrow::after {
  left: 0;
}
.pro-detail-banner .swiper1 .left-arrow:hover::after {
  left: auto;
  right: 0;
  width: 100%;
}
.pro-detail-banner .swiper1 .right-arrow {
  right: 3%;
}
.pro-detail-banner .swiper1 .right-arrow::after {
  right: 0;
}
.pro-detail-banner .swiper1 .right-arrow:hover::after {
  right: auto;
  left: 0;
  width: 100%;
}
.pro-detail-banner .swiper1 .swiper-pagination {
  display: flex;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 7%;
  width: auto;
}
.pro-detail-banner .swiper1 .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  margin-right: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.75);
  position: relative;
}
.pro-detail-banner .swiper1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
.pro-detail-banner .swiper2 {
  width: 349px;
  position: absolute;
  left: 19.807%;
  bottom: 13.103%;
  z-index: 6;
}
.pro-detail-banner .swiper2 .swiper-slide {
  cursor: pointer;
}
.pro-detail-banner .swiper2 .swiper-slide .pic {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid transparent;
}
.pro-detail-banner .swiper2 .swiper-slide .pic::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(240, 240, 240, 0.4);
}
.pro-detail-banner .swiper2 .swiper-slide .pic:hover img {
  transform: scale(1.05);
}
.pro-detail-banner .swiper2 .swiper-slide .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: all 0.6s ease;
}
.pro-detail-banner .swiper2 .swiper-slide.current .pic {
  border-color: #00496c;
}
.pro-detail-banner .swiper2 .swiper-slide.current .pic::after {
  content: none;
}
/* 产品详情系列公用 */
.pro-detail-list {
  padding-top: 113px;
  padding-bottom: 92px;
  background: #f8f8f8;
  border-radius: 10px;
  margin-bottom: 131px;
}
.pro-detail-list .title {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: var(--font40);
  color: #00496c;
  line-height: 1;
  text-align: center;
  margin-bottom: calc(62px - 27px);
}
.pro-detail-list .swiper-list {
  max-width: 1600px;
  width: 85.653%;
  margin-left: auto;
  margin-right: auto;
}
/* 2025-7-18 修改 */
.pro-detail-list .swiper-list .swiper-slide {
  background: #ffffff;
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-top: max(0.27rem, 20px);
  margin-bottom: max(0.27rem, 20px);
  padding-bottom: max(0.5rem, 20px);
  height: auto;
}
.pro-detail-list .swiper-list .swiper-slide:hover .text {
  color: #00496c;
}

/* 2025-3-14 修改 */
.pro-detail-list .swiper-list .swiper-slide:hover .pic img {
  transform: translate(-50%, -50%) scale(1.05);
}
/* 2025-3-14 修改 */
.pro-detail-list .swiper-list .swiper-slide .pic {
  width: 100%;
  padding-top: 64.473%;
  position: relative;
  overflow: hidden;
  /* margin-bottom: max(1.24rem, 15px); */
  margin-top: max(0.5rem, 20px);
  margin-bottom: max(0.5rem, 20px);
}
/* 2025-3-14 修改 */
.pro-detail-list .swiper-list .swiper-slide .pic img {
  position: absolute;
  left: 50%;
  top: 50%;
  /* bottom: 0; */
  transform: translate(-50%, -50%);
  width: 89%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  transition: all 0.6s ease;
}
.pro-detail-list .swiper-list .swiper-slide .text {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  /* 2025-3-1 修改字体大小 */
  font-size: var(--font-18);
  line-height: 1.66666667;
  color: #000000;
  padding-left: 15px;
  padding-right: 15px;
  transition: all 0.6s ease;
  /* 2025-7-15 */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  text-align: center;
}
.pro-detail-list .swiper-list .swiper-pagination {
  position: static;
  margin-top: max(0.4rem, 20px);
}
.pro-detail-list .swiper-list .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: rgba(0, 0, 0, 0.1);
  opacity: 1;
  border-radius: 50%;
  margin-left: 0;
  margin-right: 9px;
}
.pro-detail-list .swiper-list .swiper-pagination .swiper-pagination-bullet:last-of-type {
  margin-right: 0;
}
.pro-detail-list .swiper-list .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #00496c;
}
/* 产品系列，公用手册 */
.pro-detail-shouce .title {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: var(--font40);
  color: #00496c;
  line-height: 1;
  text-align: center;
  margin-bottom: 68px;
}
.pro-detail-shouce .shouce-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  /* margin-bottom: max(0.5rem, 30px); */
}
.pro-detail-shouce .shouce-list .item {
  width: 48.75%;
  background: #ffffff;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding-left: max(0.6rem, 20px);
  padding-right: max(0.6rem, 20px);
  padding-top: max(0.54rem, 10px);
  padding-bottom: max(0.5rem, 10px);
  margin-bottom: max(0.25rem, 20px);
}
.pro-detail-shouce .shouce-list .item .item-head {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 26px;
}
.pro-detail-shouce .shouce-list .item .item-head .left {
  flex: 1;
  overflow: hidden;
}
.pro-detail-shouce .shouce-list .item .item-head .type,
.pro-detail-shouce .shouce-list .item .item-head .name {
  max-width: 100%;
  overflow-wrap: break-word;
}
.pro-detail-shouce .shouce-list .item .item-head .type {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  line-height: 1.25;
}
.pro-detail-shouce .shouce-list .item .item-head .name {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #000000;
  line-height: 1.25;
  margin-top: calc(26px - 5px);
}
.pro-detail-shouce .shouce-list .item .item-head .download-btn {
  width: 160px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  cursor: pointer;
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #00496c;
  margin-left: 15px;
  position: relative;
  z-index: 2;
}
.pro-detail-shouce .shouce-list .item .item-head .download-btn .icon {
  margin-left: 5px;
  flex-shrink: 0;
}
.pro-detail-shouce .shouce-list .item .item-head .download-btn .icon img {
  display: block;
}
.pro-detail-shouce .shouce-list .item .item-head .download-btn .icon .active {
  display: none;
}
.pro-detail-shouce .shouce-list .item .item-head .download-btn::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #00496c;
  transition: all 0.6s ease;
  z-index: -1;
}
.pro-detail-shouce .shouce-list .item .item-head .download-btn:hover {
  color: #fff;
}
.pro-detail-shouce .shouce-list .item .item-head .download-btn:hover .icon .default {
  display: none;
}
.pro-detail-shouce .shouce-list .item .item-head .download-btn:hover .icon .active {
  display: block;
}
.pro-detail-shouce .shouce-list .item .item-head .download-btn:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
.pro-detail-shouce .shouce-list .item .item-main {
  padding-top: calc(24px - 4px);
}
.pro-detail-shouce .shouce-list .item .item-main p {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  line-height: 1.45;
}
/* 产品系列，视频 */
.pro-detail-video {
  margin-bottom: 120px;
}
.pro-detail-video .video-title {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: var(--font40);
  color: #00496c;
  line-height: 1;
  text-align: center;
}
.pro-detail-video .video-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: max(0.62rem, 35px);
  position: relative;
}
.pro-detail-video .video-list .item {
  width: 100%;
  position: relative;
}
.pro-detail-video .video-list .item .video-wrap {
  display: block;
  width: 100%;
  padding-top: 69.23%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.pro-detail-video .video-list .item .video-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.pro-detail-video .video-list .item .video-wrap img {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pro-detail-video .video-list .item .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  user-select: none;
  cursor: pointer;
  transition: all 0.6s ease;
}
.pro-detail-video .video-list .item .play-btn:hover {
  transform: translate(-50%, -50%) scale(1.05);
}
.pro-detail-video .video-list .item .text-panel {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 100px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 10px 10px;
  padding-top: calc(34px - 6px);
  padding-bottom: calc(18px - 6px);
  padding-left: 31px;
  padding-right: 43px;
}
.pro-detail-video .video-list .item .text-panel p {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  line-height: 1.666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
}
.pro-detail-video .video-list .video-pagination {
  position: static;
  display: flex;
  margin-top: max(0.35rem, 15px);
  justify-content: center;
}
.pro-detail-video .video-list .video-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: rgba(0, 0, 0, 0.1);
  opacity: 1;
  border-radius: 50%;
  margin-left: 0;
  margin-right: 9px;
}
.pro-detail-video .video-list .video-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #00496c;
}
/* 产品表格 */
.pro-table {
  margin-bottom: max(1.6rem, 35px);
}
.pro-table .table-title {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: var(--font40);
  color: #00496c;
  line-height: 1;
  margin-bottom: 57px;
  text-align: center;
}
.pro-table .table-wrap {
  width: 100%;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: #ccc;
  /* 2026-6-6 修改 */
  /* border: 1px solid rgba(0, 0, 0, 0.1); */
  border-radius: 10px;
}
.pro-table .table-wrap .text-left {
  text-align: left;
}
.pro-table table {
  border-radius: 10px;
  border-collapse: collapse;
  width: 100%;
}
.pro-table table td,
.pro-table table th {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.pro-table table th {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  line-height: 1.25;
  padding-top: max(0.2rem, 10px);
  padding-bottom: max(0.2rem, 10px);
  padding-left: 10px;
  padding-right: 10px;
}
/* .pro-table table th:first-of-type {
  padding-left: 10px;
  padding-right: 10px;
} */
.pro-table table tr:nth-child(even) {
  background-color: rgba(0, 73, 108, 0.06);
}
.pro-table table tr td {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: var(--font-18);
  line-height: 1.66666667;
  color: rgba(0, 0, 0, 0.6);
  padding-top: max(0.24rem, 10px);
  padding-bottom: max(0.24rem, 10px);
  padding-left: 10px;
  padding-right: 10px;
}
.pro-detail-description {
  padding-top: 30px;
  background: rgba(0, 0, 0, 0.04);
  border-radius: 10px;
  margin-bottom: 20px;
}
.pro-detail-description .detail-wrap {
  max-width: 1600px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.pro-detail-description .detail-title {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: var(--font-18);
  line-height: 1;
  color: #00496c;
  display: flex;
  align-items: center;
  user-select: none;
  cursor: pointer;
  width: fit-content;
  padding-bottom: 17px;
}
.pro-detail-description .detail-title.current .icon {
  transform: rotate(-180deg);
}
.pro-detail-description .detail-title .icon {
  margin-left: 10px;
  display: flex;
  align-items: center;
  transition: all 0.45s ease;
}
.pro-detail-description .detail-title .icon img {
  width: 16px;
  cursor: pointer;
  user-select: none;
}
.pro-detail-description .detail-title::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 3px;
  height: 18px;
  background: #00496c;
  margin-right: 15px;
}
.pro-detail-description .pro-detail-main {
  padding-bottom: calc(61px - 5px);
}
.pro-detail-description p {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.625;
  margin-bottom: calc(13-10px);
  overflow-wrap: break-word;
}
/* 产品详情样式3 */
.pro-detail3-page .feature {
  background: #f8f8f8;
  border-radius: 10px;
  padding-top: max(1.39rem, 35px);
  padding-bottom: max(1.39rem, 35px);
  margin-bottom: 22px;
}
.pro-detail3-page .feature .feat-title {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: var(--font40);
  color: #00496c;
  line-height: 1;
  margin-bottom: 67px;
}
.pro-detail3-page .feature .list {
  display: flex;
}
/* 2025-3-17 修改 */
.pro-detail3-page .feature .list .item {
  /* width: 16.666%; */
  flex: 1;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 21px;
  padding-right: 25px;
  padding-top: 32px;
  transition: all 0.6s ease;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.pro-detail3-page .feature .list .item .icon {
  height: 53px;
}
.pro-detail3-page .feature .list .item .icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.pro-detail3-page .feature .list .item .title {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #000000;
  line-height: normal;
  margin-top: 40px;
  margin-bottom: calc(24px - 6px);
  overflow-wrap: break-word;
}
.pro-detail3-page .feature .list .item .desc p {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.666;
}
.pro-detail3-page .feature .list .item:hover {
  background-color: #fff;
  border-color: transparent;
}
.pro-detail3-page .feature .list .item:hover .hover-icon {
  opacity: 1;
}
.pro-detail3-page .feature .list .item .hover-icon {
  position: absolute;
  left: 50%;
  bottom: -7.5%;
  transform: translateX(-50%);
  width: 60%;
  z-index: -1;
  opacity: 0;
}
.pro-detail3-page .feature .list .item .hover-icon img {
  display: block;
  width: 100%;
  height: auto;
}
/* 产品详情样式4 */
.pro-detail4-page {
  /* banner */
  /* feature */
}
.pro-detail4-page .pro-detail-banner {
  margin-bottom: 111px;
}
.pro-detail4-page .detail4-feature {
  margin-bottom: 35px;
}
.pro-detail4-page .detail4-feature .feature-title {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: var(--font40);
  color: #00496c;
  line-height: 1;
  text-align: center;
  margin-bottom: 47px;
}
.pro-detail4-page .detail4-feature .list {
  display: flex;
  flex-wrap: wrap;
}
.pro-detail4-page .detail4-feature .list .item {
  position: relative;
  z-index: 2;
  width: 32.5%;
  background: #f3f3f3;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 1.25%;
  margin-bottom: 20px;
}
.pro-detail4-page .detail4-feature .list .item .content {
  padding-left: 6.538%;
  padding-right: 47.5%;
  padding-top: 48px;
  padding-bottom: 30px;
}
.pro-detail4-page .detail4-feature .list .item:nth-of-type(3n) {
  margin-right: 0;
}
.pro-detail4-page .detail4-feature .list .item .text h5 {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #000000;
  line-height: 1.083;
  margin-bottom: calc(24px - 5px);
}
.pro-detail4-page .detail4-feature .list .item .text p {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.625;
}
.pro-detail4-page .detail4-feature .list .item .text p::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  background: #00496c;
  border-radius: 50%;
  margin-right: 10px;
}
.pro-detail4-page .detail4-feature .list .item .bg {
  position: absolute;
  width: 45.576%;
  height: 100%;
  z-index: -1;
  bottom: 0;
  right: 0;
}
.pro-detail4-page .detail4-feature .list .item .bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 94% center;
}
.pro-detail4-page .detail4-feature .list .item .bg img.object-left {
  object-position: left center;
}
.pro-detail4-page .pro4-table {
  margin-bottom: 164px;
}
.pro-detail4-page .pro4-table .table-title {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: var(--font40);
  color: #00496c;
  margin-bottom: 57px;
  line-height: 1;
  text-align: center;
}
.pro-detail4-page .pro4-table .table-wrap {
  width: 100%;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: #ccc;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.pro-detail4-page .pro4-table .table-wrap table {
  width: 100%;
  border-collapse: collapse;
}
.pro-detail4-page .pro4-table .table-wrap table th,
.pro-detail4-page .pro4-table .table-wrap table td {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.pro-detail4-page .pro4-table .table-wrap table th {
  text-align: left;
}
.pro-detail4-page .pro4-table .table-wrap table th,
.pro-detail4-page .pro4-table .table-wrap table td {
  padding-top: calc(28px - 5.5px);
  padding-bottom: calc(26px - 5.5px);
  width: 50%;
  overflow-wrap: break-word;
}
.pro-detail4-page .pro4-table .table-wrap table tr th:nth-child(1),
.pro-detail4-page .pro4-table .table-wrap table tr td:nth-child(1) {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  /* 2025-3-1 修改字体大小 */
  font-size: var(--font-18);
  line-height: 1.66666667;
  color: #000000;
  padding-left: 46px;
}
.pro-detail4-page .pro4-table .table-wrap table tr th:nth-child(2),
.pro-detail4-page .pro4-table .table-wrap table tr td:nth-child(2) {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  padding-left: 45px;
  font-size: var(--font-18);
  line-height: 1.66666667;
}
.pro-detail4-page .pro4-table .table-wrap table tr td:nth-child(2) {
  padding-right: 130px;
}
.pro-detail4-page .pro4-table .table-wrap table tr:nth-child(even) {
  background: rgba(0, 73, 108, 0.06);
}
/* 产品详情样式5 */
.pro-detail5-page {
  /* 公用的文字大小设置 */
}
.pro-detail5-page .pic-max {
  position: relative;
  margin-bottom: 27px;
}
.pro-detail5-page .pic-max .pic {
  display: block;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.pro-detail5-page .pic-max .pic img {
  display: block;
  width: 100%;
  height: auto;
}
.pro-detail5-page .pic-max .text {
  position: absolute;
}
.pro-detail5-page .pic-max .text .pic-title {
  font-size: var(--font40);
  margin-bottom: calc(25px - 5px);
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  white-space: nowrap;
  line-height: normal;
}
.pro-detail5-page .pic-max .text .pic-title.text-blue {
  color: #00496c;
}
.pro-detail5-page .pic-max .text .pic-title.text-white {
  color: #fff;
}
.pro-detail5-page .pic-max .text .pic-desc {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: var(--font-18);
  line-height: 1.66666667;
}
.pro-detail5-page .pic-max .text .pic-desc.text-black {
  color: #000;
}
.pro-detail5-page .pic-max .text .pic-desc.text-white {
  color: #fff;
}
.pro-detail5-page .pic-max1 .text {
  right: 14.132%;
  top: 40%;
}
.pro-detail5-page .pic-max2 .text {
  top: 38.358%;
  left: 13.918%;
}
.pro-detail5-page .pic-max3 .text {
  top: 11.94%;
  left: 50%;
  transform: translate(-50%);
  text-align: center;
  width: 80%;
}
.pro-detail5-page .pic-max4 .text {
  top: 35.074%;
  right: 18.736%;
}
.pro-detail5-page .pic-max5 .text {
  top: 36.865%;
  left: 12.152%;
}
.pro-detail5-page .pic-max6 .text {
  top: 34.029%;
  left: 12.419%;
}
/* 产品详情页面5,6公用表格 */
.pro-common-table {
  margin-bottom: 144px;
}
.pro-common-table .table-title {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: var(--font40);
  color: #00496c;
  line-height: 1;
  text-align: center;
  margin-bottom: 57px;
}
.pro-common-table .table-wrap {
  width: 100%;
  overflow-x: auto;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.pro-common-table .table-wrap table {
  width: 100%;
  border-collapse: collapse;
}
.pro-common-table .table-wrap table th,
.pro-common-table .table-wrap table td {
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow-wrap: break-word;
}
.pro-common-table .table-wrap table th {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  color: #000000;
  padding-top: calc(28px - 5.5px);
  padding-bottom: calc(26px - 5.5px);
  padding-left: 45px;
  text-align: left;
  font-size: var(--font-18);
  line-height: 1.66666667;
}
.pro-common-table .table-wrap table tr:nth-child(even) {
  background: rgba(0, 73, 108, 0.06);
}
.pro-common-table .table-wrap table td {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  padding-left: 47px;
  padding-top: calc(27px - 5.5px);
  padding-bottom: calc(26px - 5.5px);
  font-size: var(--font-18);
  line-height: 1.66666667;
}
/* 产品详情页面6 */
.pro-detail6-page .feature {
  /* margin-bottom: 174px; */
  /* margin-top: 124px; */
}
.pro-detail6-page .feature .feature-title {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: var(--font40);
  color: #00496c;
  line-height: 1;
  margin-bottom: 38px;
}

/* 2025-3-18 修改 */
.pro-detail6-page .feature .list6 .item {
  display: flex;
  align-items: center;
  padding-top: 38px;
  padding-bottom: calc(33px - 6px);
  padding-left: 51px;
  padding-right: 20px;
  background: #ffffff;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  margin-bottom: 20px;
}
.pro-detail6-page .feature .list6 .item:last-of-type {
  margin-bottom: 0;
}
.pro-detail6-page .feature .list6 .item .icon {
  margin-right: 45px;
}
.pro-detail6-page .feature .list6 .item .icon img {
  vertical-align: text-top;
}
.pro-detail6-page .feature .list6 .item .text .item-title {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: var(--font-24);
  color: #000000;
  line-height: 1.083;
  margin-bottom: 8px;
}
.pro-detail6-page .feature .list6 .item .text .item-desc p {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: var(--font-18);
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.66;
  overflow-wrap: break-word;
}
.pro-detail6-page .feature .list6 .item .text .item-desc p::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #00496c;
  border-radius: 50%;
  margin-right: 9px;
  /* 2025-6-3 */
  vertical-align: middle;
}
/* 新加上的视频弹窗 */
.common-video-mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 9999;
  display: none;
  cursor: zoom-out;
}
.common-video-mask .video-panel {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.common-video-mask .video-panel video {
  max-width: 86vw;
  max-height: 86vh;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
}
.common-video-mask .video-panel .close {
  position: absolute;
  right: 5vw;
  top: 5vh;
  z-index: 2;
  color: #fff;
  font-weight: bold;
  transition: all 0.45s ease;
  font-size: max(0.24rem, 18px);
  user-select: none;
  cursor: pointer;
}
.common-video-mask .video-panel .close:hover {
  color: #00496c;
}
/* pro-type 修改为swiper形式 */
.pro-type-page .swiper1 {
  margin-bottom: max(0.45rem, 35px);
}

.pro-type-page .swiper1 .swiper-wrapper {
}

/* 2025-3-15 修改 */
.pro-type-page .swiper1 .swiper-slide {
  /* width: 13.9%; */
  flex: 1;
  height: 6.97rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  transform: translateZ(0);
  transition: all 0.6s ease;
}

.pro-type-page .swiper1 .swiper-slide.on {
  /* width: 26.737%; */
  flex: 2.4;
  transform: translateZ(0);
}
.pro-type-page .swiper1 .swiper-slide.on .mask {
  background-image: linear-gradient(to top, rgba(0, 73, 108, 0.2), transparent);
}
.pro-type-page .swiper1 .swiper-slide.on .text-line {
  padding-right: 14px;
}
.pro-type-page .swiper1 .swiper-slide.on .text-line .icon {
  display: block;
}
.pro-type-page .swiper1 .swiper-slide .mask {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70%;
  background-image: linear-gradient(to top, rgba(0, 73, 108, 0.45), transparent);
}
.pro-type-page .swiper1 .swiper-slide .text-line {
  position: absolute;
  left: 0;
  bottom: 0;
  padding-left: max(0.26rem, 15px);
  padding-right: max(0.2rem, 15px);
  padding-bottom: max(15px, 0.41rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  line-height: 1.25;
}
.pro-type-page .swiper1 .swiper-slide .text-line .text {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: max(0.24rem, 18px);
  color: #ffffff;
}
.pro-type-page .swiper1 .swiper-slide .text-line .icon {
  font-weight: 400;
  font-size: max(0.24rem, 18px);
  color: #ffffff;
  display: none;
}
/* 断点到1500px */
@media (max-width: 1700px) {
  .pro-type1-page .citation-text {
    margin-top: 5vw;
  }
  .pro-type-page .list .item .text-panel .text {
    font-size: 20px;
  }
  .pro-detail-banner .swiper1 .swiper-slide .text {
    right: 9%;
  }

  .pro-detail4-page .detail4-feature .list .item .text h5 {
    font-size: 20px;
  }
  .pro-detail4-page .detail4-feature .list .item .content {
    padding-right: 30%;
  }
  .pro-detail4-page .detail4-feature .list .item .bg {
    width: 36%;
  }
  .pro-detail3-page .feature .list .item .hover-icon {
    bottom: 0;
  }
  .pro-detail3-page .feature .list .item {
    padding-left: 15px;
    padding-right: 15px;
  }
  .pro-detail3-page .feature .list .item .title {
    margin-top: 20px;
  }
  .news-detail-page .detail-content .main .article-wrap {
    width: 70%;
  }
  .contact-page .address-list .address-item .left .title {
    font-size: 35px;
  }
  .news-page .item.common .text,
  .news-page .item.custom .text {
    padding-top: 35px;
  }
  .pro-detail-shouce .shouce-list .item {
    padding-left: calc(61px - 15px);
    padding-right: calc(51px - 15px);
    padding-top: calc(54px - 15px);
    padding-bottom: calc(54px - 15px);
  }
}
@media (max-width: 1650px) {
  /* 产品详情4页面适配 */
  .pro-detail4-page .detail4-feature {
    width: 90%;
  }
  .pro-detail4-page .detail4-feature .list .item .content {
    padding-left: 4.538%;
    padding-right: 35%;
  }
}
/* 断点到1200px */
@media (max-width: 1500px) {
  .wrap {
    width: 86%;
  }
  .support-page .tab-list {
    margin-top: calc(65px + 10px);
  }
  .support-page .learn-more {
    margin-bottom: calc(65px + 10px);
  }
  .support-page1 .search-panel .placehold-text {
    width: 92%;
  }
  .pro-type1-page .tab-list ul li a {
    padding: 20px 15px;
  }
  .pro-type-page .list .item .text-panel .text {
    font-size: 18px;
  }
  .pro-detail-banner .swiper1 .swiper-slide .text .title {
    font-size: 45px;
    padding-bottom: 20px;
  }
  .pro-detail-banner .swiper1 .swiper-slide .text .desc {
    margin-top: 15px;
  }

  .pro-detail-video .video-list .item .text-panel {
    padding: 15px 10px;
    min-height: 78px;
  }
  .pro-detail-video .video-list .item .text-panel p {
    font-size: 16px;
    line-height: 1.5;
  }
  .pro-detail6-page .feature {
    /* margin-top: 7vw;
    margin-bottom: 6vw; */
  }
  .pro-detail-video .video-list .item .play-btn {
    width: 45px;
    top: 42%;
  }
  .pro-detail-list {
    padding-top: 6vw;
    padding-bottom: 5vw;
    margin-bottom: 5vw;
  }
  .pro-detail5-page .pic-max .text .pic-title {
    font-size: 32px;
  }
  .pro-detail5-page .pic-max6 .text {
    top: 24%;
    left: 6%;
  }
  .pro-detail4-page .pro-detail-banner {
    margin-bottom: 7vw;
  }
  .pro-detail4-page .detail4-feature {
    margin-bottom: 8vw;
  }
  .pro-detail4-page .pro4-table {
    margin-bottom: 12vw;
  }
  .pro-detail3-page .feature .list .item .title {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .pro-detail3-page .feature .list .item .desc p {
    font-size: 16px;
  }

  .news-page .news-list {
    padding-top: 0.7rem;
  }
  .news-page .item.common .text,
  .news-page .item.custom .text {
    margin-left: 45px;
    padding-top: 25px;
  }
  .news-page .item.common .text .desc {
    margin-bottom: 45px;
  }
  .news-page {
    padding-bottom: 10vw;
  }
  .news-detail-page .detail-content .main .article-wrap {
    width: 86%;
  }
  .news-detail-page .detail-content .detail-title {
    font-size: 45px;
  }
  .news-detail-page .detail-content .main {
    padding-top: 6vw;
    padding-bottom: 12vw;
  }
  .news-detail-page .detail-content {
    margin-top: 8.2vw;
  }
  .contact-page .address-list .address-item .left {
    padding: 30px 20px;
  }
  .contact-page .address-list .address-item .left .title {
    font-size: 29px;
  }
  .contact-page .know-list {
    margin-bottom: 12vw;
  }
  .contact-page .address-list {
    padding-top: 10vw;
  }
  .contact-page .form-area .content {
    padding-top: 7vw;
    padding-bottom: 7vw;
  }
  .about-page .life {
    padding-top: 9.5vw;
    padding-bottom: 8.5vw;
  }
  .about-page .history {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
  .about-page .pro-area {
    margin-top: 8.5vw;
    margin-bottom: 9.5vw;
  }
  .about-page .pro-area .list {
    margin-top: 6vw;
  }
  .about-page .network {
    padding-top: 7.5vw;
    padding-bottom: 8vw;
  }
  .about-page .network .text-box {
    margin-bottom: 5.4vw;
  }
  .pro-type-page .swiper1 .swiper-slide.on {
    width: 26%;
  }
}
@media (max-width: 1200px) {
  /* 2025-7-25 修改 */
  .support-page .tab-list {
    flex-wrap: wrap;
    row-gap: 15px;
    justify-content: flex-start;
  }
  .support-page .tab-list .tab-item {
    /* padding: 20px 0; */
    width: 47.5%;
  }
  .support-page .download-list .download-item {
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 32px;
  }
  .support-page .download-list .download-item .main {
    padding-bottom: 37px;
  }
  .support-page1 .search-panel form {
    width: 86%;
  }
  .pro-type1-page .description {
    padding: 30px 20px;
  }
  .pro-type1-page .description .desc p {
    margin-bottom: 25px;
  }
  .pro-type1-page .pro-list .list-area .list .item {
    width: 31%;
    margin-right: 3.5%;
  }
  .pro-type1-page .pro-list .list-area .list .item:nth-child(4n) {
    margin-right: 3.5%;
  }
  .pro-type1-page .pro-list .list-area .list .item:nth-child(3n) {
    margin-right: 0;
  }
  .pro-type1-page .pro-list .list-area .list .item .text-panel .text {
    font-size: 16px;
    min-height: calc(16px * 1.5 * 2);
  }
  .pro-type-page .list {
    flex-wrap: wrap;
  }
  .pro-type-page .list .item {
    width: 32%;
    margin-right: 2%;
    max-width: none;
    margin-bottom: 25px;
  }
  .pro-type-page .list .item .text-panel .icon {
    display: block;
  }
  .pro-type-page .list .item.current {
    width: 32%;
    max-width: none;
  }
  .pro-type-page .list .item:last-of-type {
    margin-right: 2%;
  }
  .pro-type-page .list .item:nth-child(3n) {
    margin-right: 0;
  }
  .pro-detail-banner .swiper2 {
    left: 6%;
    width: 300px;
  }
  .pro-detail-banner .swiper1 .swiper-slide .text {
    width: 45%;
  }

  .pro-detail-banner .swiper1 .swiper-slide .text .desc {
    font-size: 16px;
  }
  .pro-detail5-page .pic-max .text .pic-title {
    font-size: 26px;
  }
  .pro-detail4-page .detail4-feature .list {
    justify-content: space-between;
  }
  /* 产品详情页面4 */
  .pro-detail4-page .detail4-feature .list .item {
    width: 100%;
  }
  .pro-detail3-page .feature .list {
    flex-wrap: wrap;
  }
  /* 2025-3-17 修改 */
  .pro-detail3-page .feature .list .item {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 25px;
    flex: none;
  }
  .pro-detail3-page .feature .list .item:nth-child(3n) {
    margin-right: 0;
  }
  .news-page .item.common .text,
  .news-page .item.custom .text {
    margin-left: 25px;
    padding-top: 5px;
  }
  .news-page .item .text .head .title {
    font-size: 24px;
  }
  .news-page .item .text .head .time {
    font-size: 16px;
  }
  .news-page .item.custom .text .desc {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .contact-page .address-list .address-item .left .title {
    font-size: 26px;
  }
  .contact-page .address-list .address-item .left .info-list .info-item-common .info-text .info-title {
    font-size: 16px;
  }
  .contact-page .address-list .address-item .left .info-list .info-item-common .info-text .info-desc {
    font-size: 18px;
  }
  .contact-page .know-list .item .content {
    padding: 30px 20px;
  }
  .contact-page .know-list .item .title {
    font-size: 18px;
    min-height: 54px;
  }
  .contact-page .know-list .item .link-btn {
    margin-top: 15px;
  }
  .about-page .life .left .title,
  .about-page .history .left .history-title,
  .about-page .pro-area .pro-title,
  .about-page .network .text-box .title {
    font-size: calc(40px - 10px);
  }
  .about-page .network .content .num-list .num-item {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* pro-type 页面 */
  .pro-type-page .swiper1 .swiper-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  /* 2025-3-15 修改 */
  .pro-type-page .swiper1 .swiper-slide,
  .pro-type-page .swiper1 .swiper-slide.on {
    width: 47.5%;
    margin-right: 0;
    margin-bottom: 25px;
    flex: none;
  }
  .pro-type-page .swiper1 .swiper-slide.mask,
  .pro-type-page .swiper1 .swiper-slide.on.mask {
    background-image: linear-gradient(to top, rgba(0, 73, 108, 0.45), transparent);
  }
  .pro-type-page .swiper1 .swiper-slide:nth-child(3n),
  .pro-type-page .swiper1 .swiper-slide.on:nth-child(3n) {
    margin-right: 0;
  }
  /* 产品详情页面4 */
  .pro-detail4-page .detail4-feature .list .item {
    width: 100%;
  }
  .pro-detail4-page .detail4-feature .list .item:nth-child(1) .bg {
    width: 20%;
  }
}
@media (max-width: 992px) {
  .pro-detail-banner .swiper1 .swiper-slide .text {
    /* bottom: 7%; */
  }
  .pro-detail-shouce .shouce-list .item {
    padding: 20px 15px;
  }
  .pro-table table th:first-of-type,
  .pro-table table th {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .wrap {
    width: 92%;
  }
  .common-baner {
    width: 94% !important;
  }
  .common-baner .pic {
    height: 180px;
    object-fit: cover;
  }
  .common-baner .text {
    font-size: 24px;
  }
  .support-page .tab-list {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .support-page .tab-list {
    justify-content: space-between;
  }
  .support-page .tab-list .tab-item {
    margin-right: 0;
    white-space: wrap;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .support-page .download-list .download-item .head {
    flex-wrap: wrap;
  }
  .support-page .download-list .download-item .head .text {
    font-size: 16px;
    width: 100%;
    flex: none;
    margin-bottom: 10px;
  }
  .support-page .download-list .download-item .main .params {
    font-size: 16px;
  }
  .support-page .learn-more {
    margin-top: 25px;
    margin-bottom: 35px;
  }
  .support-page1 .search-panel .placehold-text {
    width: 100%;
  }
  .support-page1 .search-panel form {
    width: 90%;
  }
  .support-page1 .search-panel form,
  .support-page1 .search-panel form button {
    height: 45px;
  }
  .support-page1 .search-panel .placehold-text {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .support-page1 .search-panel form {
    width: 100%;
    margin-bottom: 25px;
  }
  .support-page1 .search-panel .result {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .support-page1 .search-panel form input {
    padding-left: 10px;
  }
  .pro-type1-page .description {
    margin-top: 35px;
  }
  .pro-type1-page .description {
    padding: 20px 15px;
  }
  .pro-type1-page .description .title {
    font-size: 22px;
  }
  .pro-type1-page .description .desc p {
    margin-bottom: 15px;
  }
  .pro-type1-page .tab-list ul {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
  .pro-type1-page .tab-list ul li {
    width: 48.5%;
    margin-right: 0;
    margin-bottom: 15px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  .pro-type1-page .tab-list ul li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    padding: 15px 10px;
  }
  .pro-type1-page .pro-list .list-area .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  /* 2025-3-1 修改 */
  .pro-type1-page .pro-list .list-area .list {
    justify-content: space-between;
  }
  .pro-type1-page .pro-list .list-area .list .item {
    margin-right: 0 !important;
    width: 48.5%;
  }
  /* 2025-3-1 修改 */
  .pro-type1-page .pro-list .list-area {
    margin-bottom: 35px;
    overflow-x: hidden;
    width: 100%;
  }
  .pro-type1-page .citation-text {
    padding: 20px 15px;
  }
  .pro-type1-page .pro-list .list-area .list .item .text-panel {
    margin-left: 6px;
    margin-right: 6px;
  }
  .pro-type-page .list {
    justify-content: center;
  }
  .pro-type-page .list .item {
    margin-right: 0 !important;
    width: 92% !important;
    height: auto;
  }
  .pro-type-page .list .item.current .pic::after {
    background-image: linear-gradient(to top, rgba(0, 73, 108, 0.7), transparent);
  }

  /* 2025-3-19 先添加蒙层 */
  .pro-detail-banner .swiper1 .swiper-slide .pic {
    position: relative;
  }
  .pro-detail-banner .swiper1 .swiper-slide .pic::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.75);
  }

  /* 2025-6-3 */
  .pro-detail-banner .swiper1 .swiper-slide .pic img {
    min-height: 370px;
    object-fit: cover;
    object-position: left center;
  }
  .pro-detail-banner .swiper1 .swiper-slide .text {
    width: 92%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }
  .pro-detail-banner .swiper1 .swiper-slide .text .title {
    padding-bottom: 10px;
  }
  .pro-detail-banner .swiper1 .swiper-slide .text .title h5 {
    font-size: 20px;
  }
  .pro-detail-banner .swiper1 .swiper-slide .text .title p {
    font-size: 18px;
  }
  .pro-detail-banner .swiper1 .swiper-slide .text .desc {
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.45;
  }
  .pro-detail-banner .swiper2 {
    bottom: 4.5%;
    left: 50%;
    transform: translateX(-50%);
    width: 230px;
  }
  .pro-detail6-page .feature .feature-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  /* 2025-3-18修改 */
  .pro-detail6-page .feature .list6 .item {
    padding: 20px 15px;
    flex-wrap: wrap;
  }
  /* 2025-3-18 修改 */
  .pro-detail6-page .feature .list6 .item .icon {
    margin-left: auto;
    margin-right: auto;
  }
  /* 2025-3-18 修改 */
  .pro-detail6-page .feature .list6 .item .text {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px;
  }

  .pro-detail6-page .feature .list6 .item .text .item-desc p {
    font-size: 16px;
  }
  /* .pro-detail6-page .feature .list6 .item .icon {
    margin-right: 15px;
    flex-shrink: 0;
  } */
  /* .pro-detail6-page .feature .list6 .item .icon img {
    display: block;
    width: 100%;
  } */
  .pro-detail-list .title {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .pro-detail-list .swiper-list .swiper-slide .text {
    font-size: 16px;
  }
  .pro-detail-list .swiper-list .swiper-slide .text {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    margin-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .pro-detail-list .swiper-list .swiper-pagination {
    margin-top: 5px;
  }
  .pro-detail-shouce .title {
    margin-bottom: 25px;
    font-size: 24px;
  }
  .pro-detail-shouce .shouce-list .item {
    width: 100%;
    padding: 20px 15px;
  }
  .pro-detail-shouce .shouce-list .item .item-head {
    padding-bottom: 15px;
  }
  .pro-detail-shouce .shouce-list .item .item-head .name {
    font-size: 20px;
    margin-top: 10px;
  }
  .pro-detail-shouce .shouce-list .item .item-head {
    flex-wrap: wrap;
  }
  .pro-detail-shouce .shouce-list .item .item-head .left {
    width: 100%;
    flex: none;
    margin-bottom: 15px;
  }
  .pro-detail-shouce .shouce-list .item .item-head .download-btn {
    margin-left: auto;
  }
  .pro-detail-shouce .shouce-list .item .item-main {
    padding-top: 15px;
  }
  .pro-detail-shouce .shouce-list .item .item-main p {
    font-size: 16px;
  }
  .pro-detail-video .video-title {
    font-size: 24px;
  }
  .pro-detail-shouce .shouce-list {
    margin-bottom: 35px;
  }
  .pro-detail-video {
    margin-bottom: 45px;
  }
  .pro-detail-video .video-list .item .text-panel p {
    font-size: 14px;
  }
  .pro-detail-video .video-list .item .text-panel {
    padding: 10px;
    min-height: 57px;
  }
  .pro-common-table .table-title {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .pro-common-table .table-wrap table {
    width: auto;
    min-width: 100%;
  }
  .pro-common-table .table-wrap table th {
    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .pro-common-table .table-wrap table td {
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .pro-common-table {
    margin-bottom: 35px;
  }
  .pro-detail5-page .pic-max .text .pic-title {
    font-size: 22px;
  }
  .pro-detail5-page .pic-max .pic img {
    min-height: 300px;
    object-fit: cover;
  }
  .pro-detail5-page .pic-max1 .text {
    right: 7%;
    top: 15%;
  }
  .pro-detail5-page .pic-max2 .text {
    top: 14%;
    left: 6%;
  }
  .pro-detail5-page .pic-max3 .text {
    top: 7%;
    max-width: 90%;
  }
  .pro-detail5-page .pic-max4 .text {
    top: 20%;
    right: 6%;
  }
  .pro-detail5-page .pic-max5 .text {
    top: 17%;
    left: 6%;
    max-width: 82%;
  }
  .pro-detail5-page .pic-max .text .pic-title {
    margin-bottom: 15px;
  }
  .pro-detail4-page .detail4-feature .feature-title {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .pro-detail4-page .detail4-feature .list .item {
    width: 100%;
  }
  .pro-detail4-page .detail4-feature .list .item .content {
    padding-left: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pro-detail4-page .pro4-table .table-title {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .pro-detail4-page .pro4-table .table-wrap table tr th,
  .pro-detail4-page .pro4-table .table-wrap table tr td,
  .pro-detail4-page .pro4-table .table-wrap table tr th:nth-child(1),
  .pro-detail4-page .pro4-table .table-wrap table tr th:nth-child(2),
  .pro-detail4-page .pro4-table .table-wrap table tr td:nth-child(1),
  .pro-detail4-page .pro4-table .table-wrap table tr td:nth-child(2) {
    font-size: 16px;
    padding: 15px 10px;
  }
  .pro-detail3-page .feature .feat-title {
    margin-bottom: 25px;
    font-size: 24px;
  }
  .pro-detail3-page .feature .list {
    justify-content: space-between;
  }
  .pro-detail3-page .feature .list .item {
    width: 49.5%;
    margin-right: 0 !important;
    padding-bottom: 25px;
  }
  .pro-detail3-page .feature .list .item .icon {
    text-align: center;
  }
  .pro-detail3-page .feature .list .item .icon img {
    height: 45px;
  }
  .pro-table table th,
  .pro-table table tr td {
    font-size: 16px;
  }
  .pro-table .table-title {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .pro-detail-list {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .pro-detail-list .title {
    margin-bottom: 0;
  }
  .news-page .item .text .learn-btn {
    display: none;
  }
  .news-page .item .text .head .title {
    font-size: 18px;
  }
  .news-page .item .text .head .time {
    font-size: 14px;
  }
  .news-page .item.common .text .desc,
  .news-page .item.custom .text .desc {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .news-page .item .text .desc {
    font-size: 16px;
    line-height: 1.5;
  }
  .news-page .item.common .text,
  .news-page .item.custom .text {
    margin-left: 15px;
  }
  .news-detail-page .detail-content .detail-title {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .news-detail-page .detail-content .detail-info {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .news-detail-page .detail-content .main .article-wrap {
    width: 92%;
  }
  .news-detail-page .detail-content .main .article-copyright .link-text {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .news-detail-page .detail-content .main .article-copyright .copyright-list .item-text a {
    font-size: 16px;
  }
  .news-detail-page .detail-content .main .article-copyright .copyright-list .item-text {
    margin-bottom: 15px;
  }
  .news-detail-page .detail-content .main .article-wrap {
    margin-top: 25px;
  }
  .news-detail-page .detail-content .recommend {
    flex-wrap: wrap;
  }
  .news-detail-page .detail-content .recommend .back {
    width: 100%;
    padding: 10px;
    order: 1;
  }
  .news-detail-page .detail-content .recommend .prev,
  .news-detail-page .detail-content .recommend .next {
    width: 100%;
    padding: 20px 15px;
    margin-bottom: 15px;
  }
  /* .news-detail-page .detail-content .recommend .prev .top,
  .news-detail-page .detail-content .recommend .next .top {
    font-size: 16px;
  }
  .news-detail-page .detail-content .recommend .prev .bottom,
  .news-detail-page .detail-content .recommend .next .bottom {
    font-size: 14px;
  } */
  .contact-page .address-list .address-item {
    flex-wrap: wrap;
  }
  .contact-page .address-list .address-item .left,
  .contact-page .address-list .address-item .right {
    width: 100%;
    flex: none;
  }
  .contact-page .address-list .address-item .left .title {
    font-size: 24px;
    padding-bottom: 10px;
  }
  .contact-page .address-list .address-item .left .info-list .info-item-common {
    padding-top: 15px;
    padding-bottom: 15px;
    align-items: center;
  }
  .contact-page .address-list .address-item .right .marker {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .contact-page .form-area .content .form-title {
    font-size: 24px;
  }
  .contact-page .form-area .content .form-sub-title {
    margin-bottom: 25px;
    font-size: 20px;
  }
  .contact-page .form-area .content .form-row {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .contact-page .form-area .content .form-row .form-col {
    width: 100%;
    margin-bottom: 15px;
  }
  .contact-page .form-area .content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .contact-page .form-area .content .form-sub-title {
    font-size: 18px;
  }
  .contact-page .form-area .content .form-row .form-col input,
  .contact-page .form-area .content .form-row .form-col select,
  .contact-page .form-area .content .row-full select {
    font-size: 16px;
    height: 55px;
    padding-left: 15px;
  }
  .about-page .life .left .title,
  .about-page .history .left .history-title,
  .about-page .pro-area .pro-title,
  .about-page .network .text-box .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .about-page .life .left .description {
    line-height: 1.5;
  }
  .about-page .life .life-wrap {
    flex-wrap: wrap;
  }
  .about-page .life .life-wrap .left {
    width: 100%;
    margin-right: 0;
  }
  .about-page .life .life-wrap .right {
    width: 100%;
    flex: none;
    margin-top: 35px;
    align-items: stretch;
  }

  .about-page .life .right .pic {
    height: auto;
  }

  .about-page .life .right .pic img {
    height: 100%;
    object-fit: cover;
  }
  .about-page .life .left .content {
    margin-top: 25px;
  }
  .about-page .life .left .content .content-title {
    margin-bottom: 15px;
  }
  .about-page .life .left .content .list .item {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
  }

  .about-page .life .right .pic:first-of-type {
    margin-top: 0;
    margin-right: 15px;
  }
  .about-page .life .left .content .list .item .text {
    font-size: 16px;
  }
  .about-page .life .left .content .list .item .icon {
    margin-right: 25px;
  }
  .about-page .history .content {
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap;
  }
  .about-page .history .content .left,
  .about-page .history .content .right {
    width: 100%;
  }
  .about-page .history .content .right {
    order: -1;
    margin-bottom: 25px;
  }
  .about-page .history .left .description p:first-child {
    margin-bottom: 15px;
  }
  .about-page .history .left .link-btn {
    margin-top: 20px;
  }
  .about-page .pro-area .description {
    width: 90%;
  }
  .about-page .pro-area .description p {
    font-size: 16px;
  }
  .about-page .network .text-box .description {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    overflow-wrap: break-word;
    font-size: 16px;
  }
  .about-page .network .content {
    width: 100%;
  }
  .about-page .network .content .num-list {
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .about-page .network .content .num-list .num-item {
    width: 47.5%;
    justify-content: center;
    margin-bottom: 35px;
  }
  .about-page .network .content .num-list .num-item:last-of-type {
    margin-bottom: 0;
  }
  .about-page .network .content .num-list .num-item .num {
    font-size: 45px;
    vertical-align: middle;
  }
  /* .about-page .history .right .pic {
    padding-top: 25%; 
     padding-bottom: 25%;
  } */
  .pro-type-page .swiper1 .swiper-wrapper {
    justify-content: space-between;
  }
  .pro-type-page .swiper1 .swiper-slide,
  .pro-type-page .swiper1 .swiper-slide.on {
    width: 100%;
    margin-right: 0;
    height: 3.6rem;
  }
  .pro-type-page .swiper1 .swiper-slide .text-line .icon {
    display: block;
  }
  /*  .pro-type1-page .pro-list .list-area .list .item .pic {
    margin-bottom: max(15px, 0.64rem);
  } */
  /* 统一修改x轴方向溢出隐藏 */
  .about-page,
  .contact-page,
  .news-detail-page,
  .news-page,
  .pro-detail3-page,
  .pro-detail4-page,
  .pro-detail5-page,
  .pro-detail6-page,
  .pro-type-page,
  .support-page,
  .support-page1 {
    overflow-x: hidden;
  }
  /* 有粘性定位，单独设置 */
  .pro-type1-page {
    overflow-x: clip;
  }
}
@media (max-width: 576px) {
  /* 登录框 */
  .common-bread {
    display: none;
  }
  .pro-type1-page .tab-list ul li a {
    font-size: 13px;
    padding: 10px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .pro-type1-page .pro-list .list-area .title {
    font-size: 20px;
  }
  /* 2025-3-25 修改 */
  .pro-detail6-page .feature .list6 .item .icon img {
    width: auto;
    max-height: 32px;
    object-fit: contain;
  }
  .pro-detail6-page .feature .list6 .item .text .item-title {
    font-size: 20px;
  }
  .pro-detail-description {
    padding: 25px 15px;
  }
  .pro-detail-list .swiper-list .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin-right: 5px;
  }
  .pro-detail-video .video-list .video-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin-right: 5px;
  }
  .pro-detail5-page .pic-max .text {
    width: 76%;
    left: 50% !important;
    transform: translateX(-50%) !important;
    text-align: center;
  }
  .pro-detail5-page .pic-max1 .text {
    right: auto;
    left: 57% !important;
  }
  .pro-detail5-page .pic-max .text .pic-title {
    white-space: wrap;
    font-size: 18px;
  }
  .pro-detail5-page .pic-max .text .pic-desc {
    font-size: 14px;
  }
  .pro-detail5-page .pic-max6 .text .desc-br {
    display: none;
  }
  .pro-detail4-page .detail4-feature .list .item .content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .pro-detail4-page .detail4-feature .list .item .text h5 {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .pro-detail4-page .detail4-feature .list .item .text p {
    font-size: 14px;
  }
  .pro-detail3-page .feature .list .item {
    width: 100%;
    border: 0px;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .pro-detail3-page .feature .list .item .title {
    font-size: 18px;
    margin-top: 7px;
    margin-bottom: 7px;
    text-align: center;
  }
  .pro-detail3-page .feature .list .item .desc p {
    line-height: 1.5;
    text-align: center;
  }
  .pro-detail-shouce .shouce-list .item .item-head .type {
    font-size: 16px;
  }
  .pro-detail-shouce .shouce-list .item .item-head .name {
    font-size: 18px;
  }
  .pro-detail-shouce .shouce-list .item .item-main p {
    font-size: 14px;
  }
  .news-page .item {
    padding: 20px 0px;
  }
  .news-page .item.common .text,
  .news-page .item.custom .text {
    padding-top: 0;
  }
  .news-page .item .text .desc {
    font-size: 14px;
  }
  .common-pagination .pagination-item {
    width: 37px;
    height: 37px;
  }
  /* 联系我们 */
  .contact-page .address-list .address-item .left .info-list .info-item-common .info-icon {
    width: 35px;
    height: 35px;
    margin-right: 7px;
  }
  .contact-page .address-list .address-item .left .title {
    font-size: 22px;
  }
  .contact-page .address-list .address-item .left .info-list .info-item-common .info-text .info-title {
    margin-bottom: 0;
  }
  .contact-page .address-list .address-item .left .info-list .info-item-common .info-text .info-desc {
    font-size: 17px;
  }
  .contact-page .address-list .address-item .left .info-list .info-item-common.info-item-custom .info-text {
    flex-wrap: wrap;
  }
  .contact-page .address-list .address-item .left .info-list .info-item-common.info-item-custom .info-text .text-item {
    margin-right: 0;
    width: 100%;
  }
  .contact-page .address-list .address-item .right .marker .text {
    padding: 15px;
  }
  .contact-page .address-list .address-item .right .marker .point {
    margin-bottom: 10px;
  }
  .contact-page .know-list {
    flex-wrap: wrap;
  }
  .contact-page .know-list .item {
    width: 100%;
    margin-bottom: 15px;
  }
  .contact-page .know-list .item .content {
    padding: 20px 15px;
  }
  .contact-page .know-list .item .title {
    font-size: 16px;
    min-height: auto;
  }
  .contact-page .know-list .item .link-btn .text {
    font-size: 14px;
  }
  .contact-page .form-area .content .placehold-text {
    font-size: 16px;
  }
  .contact-page .form-area .content .btn-row {
    margin-top: 25px;
    width: 100%;
  }
  .contact-page .form-area .content .btn-row .submit-btn {
    width: 100%;
  }
  .about-page .life .left .description {
    font-size: 16px;
    line-height: 1.5;
  }
  .about-page .history .left .description p {
    font-size: 16px;
  }
  .about-page .network .content .num-list .num-item {
    width: 100%;
  }
  .about-page .network .content .num-list .num-item .num {
    vertical-align: bottom;
    margin-right: 15px;
  }
  .about-page .network .content .num-list .num-item .info .text {
    margin-top: 0;
    font-size: 16px;
  }
  .news-page .item .text .head {
    flex-wrap: wrap;
  }
  .news-page .item .text .head .title {
    width: 100%;
    margin-right: 0;
    flex: none;
    font-size: 17px;
  }
  .news-page .item .text .head .time {
    font-size: 12px;
  }
  .news-page .item.common .text .desc,
  .news-page .item.custom .text .desc {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .news-page .item .pic::after {
    padding-top: 100%;
  }
  .support-page .download-list .download-item {
    padding-left: 15px;
    padding-right: 15px;
  }
  .common-video-mask .video-panel video {
    max-width: 96vw;
  }
  .pro-type1-page .pro-list .list-area .list .item .text-panel {
    padding-top: 0;
  }
  .pro-detail4-page .detail4-feature .list .item:nth-child(1) .bg {
    width: 32%;
  }
  .pro-detail4-page .detail4-feature .list .item .content {
    padding-left: 15px;
    padding-right: 36%;
  }
  .pro-detail4-page .detail4-feature .list .item .text h5 {
    font-size: 16px;
  }
  .pro-detail4-page .detail4-feature .list .item .text p {
    line-height: 1.25;
  }
  .pro-type1-page .pro-list .list-area .list .item .text-panel .text {
    font-size: 14px;
    min-height: calc(14px * 1.5 * 2);
  }
}
@keyframes anmatewidth {
  from {
    transform: scale(0.92);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes linewidth {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes picAnimate {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
/* 搜索结果页面 */
.search-list-page {
  padding-top: max(0.73rem, 35px);
  padding-bottom: max(1.74rem, 35px);
  /* 拷贝过来的新闻样式 */
  /* 拷贝过来的产品样式 */
}
.search-list-page .search-area {
  margin-bottom: max(0.71rem, 35px);
}
.search-list-page .search-area .form {
  display: flex;
  justify-content: center;
  height: 70px;
}
.search-list-page .search-area .form input {
  display: block;
  outline: none;
  width: 520px;
  height: 100%;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 33px;
  font-weight: 400;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
  transition: all 0.6s ease;
}
.search-list-page .search-area .form input:focus {
  outline: none;
  border-color: #00496c;
}
.search-list-page .search-area .form button {
  width: 100px;
  height: 100%;
  background: #00496c;
  border-radius: 10px;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
  outline: none;
  border: none;
}
.search-list-page .tab-area {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: max(0.57rem, 35px);
}
.search-list-page .tab-area::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
.search-list-page .tab-area .tab-item {
  font-weight: 400;
  font-size: max(0.24rem, 18px);
  color: #000000;
  line-height: 1.5;
  padding-bottom: max(0.17rem, 10px);
  margin-right: max(15px, 0.62rem);
  cursor: pointer;
  user-select: none;
  position: relative;
}
.search-list-page .tab-area .tab-item.active {
  color: #00496c;
}
.search-list-page .tab-area .tab-item.active::after {
  width: 100%;
}
.search-list-page .tab-area .tab-item:hover {
  color: #00496c;
}
.search-list-page .tab-area .tab-item:last-of-type {
  margin-right: 0;
}
.search-list-page .tab-area .tab-item::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1px;
  width: 0;
  height: 2px;
  background-color: #00496c;
  transition: all 0.6s ease;
}
.search-list-page .main-content .content-item {
  display: none;
}
.search-list-page .main-content .content-item.active {
  display: block;
}
.search-list-page .news-page {
  padding-bottom: 0;
}
.search-list-page .news-page .news-list {
  padding-top: 0;
  margin-bottom: 0;
}
.search-list-page .pro-type1-page .pro-list {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .search-list-page {
    padding-bottom: max(35px, 0.65rem);
  }
  .search-list-page .search-area .form {
    height: 45px;
  }
  .search-list-page .search-area .form input {
    width: auto;
    flex: 1;
    font-size: 14px;
    padding-left: 15px;
  }
  .search-list-page .search-area .form button {
    flex-shrink: 0;
    width: 90px;
  }
}

/* 恢复文章详情页面ul,ol的样式 */
.news-detail-page .detail-content .main .article-wrap ul li {
  list-style: disc;
}

.news-detail-page .detail-content .main .article-wrap ol li {
  list-style: decimal;
}

.pro-detail-shouce {
  padding-top: max(0.6rem, 30px);
  padding-bottom: max(0.6rem, 30px);
}
