.common-banner {
  position: relative;
  margin-top: var(--header-height);
}

.common-banner .pic img {
  display: block;
  width: 100%;
  height: auto;
}

.common-banner .text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 40%;
}

.common-banner .text .title-en {
  font-weight: 500;
  font-size: var(--font30);
  color: rgba(137, 137, 137, 0.3);
  font-style: italic;
  line-height: 1;
  margin-bottom: max(0.17rem, 10px);
}

.common-banner .text .title-zh {
  font-weight: bold;
  font-size: var(--font56);
  color: #d10007;
  font-style: italic;
  line-height: 1;
}

/* 2025-9-12 修改 */
.common-banner .common-tab {
  /* position: absolute; */
  /* left: 50%; */
  /* transform: translateX(-50%); */
  /* bottom: 12.5%; */
  display: flex;
  align-items: center;
  margin-top: max(.3rem,10px);
  margin-bottom: max(.3rem,10px);
}

.common-banner .common-tab .tab-item {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.common-banner .common-tab .tab-item.active a {
  background: #515151;
  border-radius: 23px;
}

.common-banner .common-tab .tab-item:not(:last-child)::after {
  content: "";
  display: block;
  width: 14px;
  height: 1px;
  background: #d1d2d4;
  transform: rotate(-45deg);
  margin-left: 0.6rem;
  margin-right: 0.6rem;
}

.common-banner .common-tab .tab-item a {
  font-size: var(--font18);
  color: #d1d2d4;
  line-height: 1;
  padding: max(0.13rem, 10px) max(0.36rem, 15px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.common-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 10px;
}

.common-pagination .arrow {
  width: max(1.31rem, 100px);
  height: max(0.48rem, 35px);
  border-radius: 24px;
  border: 1px solid #e5e5e5;
  font-size: var(--font18);
  color: #666666;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  cursor: pointer;
  flex-shrink: 0;
  transition: var(--duration);
}

.common-pagination .arrow:hover {
  border-color: transparent;
  background-color: #d10007;
  color: #fff;
}

.common-pagination .prev {
  margin-right: max(0.45rem, 10px);
}

.common-pagination .next {
  margin-left: max(0.45rem, 10px);
}

.common-pagination .item {
  width: max(0.39rem, 30px);
  height: max(0.39rem, 30px);
  border-radius: 50%;
  background-color: transparent display: flex;
  transition: var(--duration);
  margin-right: max(0.14rem, 10px);
  font-size: var(--font20);
  color: #cdcdcd;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  cursor: pointer;
}

.common-pagination .item:hover,
.common-pagination .active {
  background: #d10007;
  color: #fff;
}

.common-article-recommend {
  margin-top: max(30px, 0.98rem);
  margin-left: 0.53rem;
  display: flex;
  align-items: flex-start;
}

.common-article-recommend .left {
  flex: 1;
  min-width: 0;
  margin-right: max(0.9rem, 30px);
}

.common-article-recommend .left .item {
  display: flex;
  align-items: center;
}

.common-article-recommend .left .item:not(:last-child) {
  margin-bottom: max(0.2rem, 10px);
}

.common-article-recommend .left .item a,
.common-article-recommend .left .item span {
  font-size: var(--font16);
  color: #111111;
  white-space: nowrap;
}

.common-article-recommend .left .item a {
  transition: var(--duration);
  display: block;
  max-width: 100%;
  min-width: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
}

.common-article-recommend .left .item a:hover {
  color: #d10007;
}

.common-article-recommend .return {
  display: flex;
  align-items: center;
}

.common-article-recommend .return:hover img {
  filter: none;
}

.common-article-recommend .return:hover span {
  color: var(--theme);
}

.common-article-recommend .return img {
  display: block;
  filter: brightness(0);
  transition: var(--duration);
}

.common-article-recommend .return span {
  font-weight: 400;
  font-size: var(--font18);
  color: #000000;
  line-height: 1;
  margin-left: max(0.17rem, 10px);
  transition: var(--duration);
}

.mse-banner {
  position: relative;
}

.mse-banner .pic img {
  display: block;
  width: 100%;
  height: auto;
}

.mse-banner .text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 25.5%;
}

.mse-banner .text .title {
  font-weight: bold;
  font-size: var(--font56);
  color: #d10007;
  font-style: italic;
  line-height: 1;
}

.mse-banner .text .desc {
  font-family: SourceHanSansCN-Medium, sans-serif;
  font-weight: 500;
  font-size: var(--font24);
  color: rgba(82, 82, 82, 0.84);
  font-style: italic;
  margin-top: max(0.18rem, 10px);
  line-height: 1;
}

.mse-banner.mse-banner2 .text {
  top: 38.125%;
}

.mse-banner.mse-banner2 .text .title {
  color: #fff;
  line-height: 1.25;
}

.mse-title {
  font-weight: bold;
  font-size: var(--font50);
  color: #000000;
  position: relative;
  line-height: 1;
}

.mse-title::after {
  content: "";
  display: block;
  width: 1em;
  height: 5px;
  background: #d10007;
  margin-top: max(0.19rem, 10px);
}

.mse-title.center {
  text-align: center;
}

.mse-title.center::after {
  margin-left: auto;
  margin-right: auto;
}

.mse-intro {
  padding-top: max(1.67rem, var(--space));
  padding-bottom: max(1.45rem, var(--space));
}

.mse-intro .mse-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.mse-intro .mse-wrap .left {
  width: 29.06666667%;
  flex-shrink: 0;
}

.mse-intro .mse-wrap .left .desc {
  margin-top: max(0.85rem, 30px);
}

.mse-intro .mse-wrap .left .desc p {
  font-family: SourceHanSansCN-Light, sans-serif;
  font-weight: 300;
  font-size: var(--font18);
  color: #666666;
  line-height: 1.66666667;
  text-align: justify;
}

.mse-intro .mse-wrap .left .desc p:not(:last-child) {
  margin-bottom: max(0.3rem, 10px);
}

.mse-intro .mse-wrap .right {
  width: 60%;
  flex-shrink: 0;
}

.mse-intro .mse-wrap .right img {
  display: block;
  width: 100%;
  height: auto;
}

.mse-platform {
  background: #fafafa;
  padding-top: max(1.03rem, var(--space));
  padding-bottom: max(1.7rem, var(--space));
  overflow: hidden;
}

.mse-platform .platform-wrap .list {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  row-gap: max(0.8rem, 30px);
  column-gap: max(0.8rem, 15px);
  flex-wrap: wrap;
  margin-top: max(1.11rem, var(--space));
}

.mse-platform .platform-wrap .list .item {
  position: relative;
  border-radius: 50%;
  background-color: #fff;
  transition: var(--duration);
}

.mse-platform .platform-wrap .list .item .border {
  display: block;
  width: 100%;
  height: auto;
  transition: var(--duration);
  opacity: 1;
}

.mse-platform .platform-wrap .list .item .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  border-radius: 50%;
}

.mse-platform .platform-wrap .list .item .inner .icon {
  display: block;
  margin-left: auto;
  margin-right: auto;
  transition: var(--duration);
  max-width: 80%;
  object-fit: contain;
}

.mse-platform .platform-wrap .list .item .inner .text {
  font-size: var(--font18);
  color: #000020;
  line-height: 1.5;
  margin-top: max(6px, 0.14rem);
  text-align: center;
  transition: var(--duration);
}

.mse-platform .platform-wrap .list .item .point {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  pointer-events: none;
  transform: rotate(-42deg);
}

.mse-platform .platform-wrap .list .item .point::after {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  right: 0;
  margin: auto;
  width: 9px;
  height: 9px;
  background: #d2090f;
  border-radius: 50%;
}

.mse-platform .platform-wrap .list .item:hover {
  background-color: #d2090f;
}

.mse-platform .platform-wrap .list .item:hover .border {
  opacity: 0;
}

.mse-platform .platform-wrap .list .item:hover .inner .icon {
  filter: brightness(0) invert(1);
}

.mse-platform .platform-wrap .list .item:hover .inner .text {
  color: #fff;
}

.mse-platform .platform-wrap .list .item:hover .point::after {
  background-color: #ef7b7e;
}

.mse-light {
  padding-top: max(1.02rem, var(--space));
  padding-bottom: max(1.72rem, var(--space));
  perspective: 1000px;
}

.mse-light .container {
  position: relative;
  z-index: 2;
}

.mse-light .container .line {
  position: absolute;
  left: 0;
  top: 53%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: #efefef;
  z-index: -1;
}

.mse-light .container .list {
  margin-top: max(0.78rem, 30px);
  display: flex;
  flex-wrap: wrap;
  row-gap: 60px;
  justify-content: center;
  column-gap: 0.8rem;
}

.mse-light .container .list .item {
  width: 20.33333333%;
  padding-top: max(0.77rem, 20px);
  padding-bottom: max(0.75rem, 20px);
  padding-left: max(0.39rem, 15px);
  padding-right: max(0.32rem, 15px);
  filter: drop-shadow(0px 0px 55px rgba(0, 0, 0, 0.1));
  background-size: 100% 100%;
  background-image: url(../images/mse-light-bg1.png);
  position: relative;
}

.mse-light .container .list .item:nth-child(n + 5) {
  transform: rotate(180deg);
}

.mse-light .container .list .item:nth-child(n + 5) .content {
  transform: rotate(-180deg);
}

.mse-light .container .list .item .content {
  overflow-wrap: break-word;
}

.mse-light .container .list .item .content .title {
  font-weight: bold;
  font-size: var(--font22);
  color: #000000;
  margin-bottom: max(0.31rem, 15px);
  text-align: center;
  transition: var(--duration);
}

.mse-light .container .list .item .content .desc {
  font-family: SourceHanSansCN-Light, sans-serif;
  font-weight: 300;
  font-size: var(--font18);
  color: #5d5d5d;
  text-align: center;
  transition: var(--duration);
}

.mse-light .container .list .item::after {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% + 26px);
  z-index: 3;
  transform: translateX(-50%);
  width: 44px;
  height: 17px;
  background-image: url(../images/mse-light-border1.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center center;
}

.mse-light .container .list .item:nth-child(n + 5)::after {
  top: calc(100% + 18px);
}

.mse-light .container .list .item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/mse-light-bg2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  opacity: 0;
  transition: var(--duration);
  z-index: -1;
}

.mse-light .container .list .item:hover::before {
  opacity: 1;
}

.mse-light .container .list .item:hover::after {
  background-image: url(../images/mse-light-border2.png);
}

.mse-light .container .list .item:hover .content .title {
  color: #ffffff;
}

.mse-light .container .list .item:hover .content .desc {
  color: rgba(255, 255, 255, 0.6);
}

.mse-cloud {
  padding-top: max(0.98rem, var(--space));
  padding-bottom: max(1.47rem, var(--space));
  background: #fafafa;
}

.mse-cloud .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 30px;
  column-gap: max(0.33rem, 15px);
  margin-top: max(0.58rem, 30px);
}

.mse-cloud .list .item {
  background: #ffffff;
  box-shadow: 0px 0px 55px 24px rgba(0, 0, 0, 0.02);
  border-radius: 10px;
  display: flex;
  align-items: flex-start;
  padding-left: max(0.36rem, 15px);
  padding-right: max(0.2rem, 15px);
  padding-bottom: max(0.5rem, 20px);
  padding-top: 20px;
  transition: var(--duration);
}

.mse-cloud .list .item .text {
  padding-top: max(0.66rem, 20px);
}

.mse-cloud .list .item .text .title {
  font-family: SourceHanSansCN-Medium, sans-serif;
  font-weight: 500;
  font-size: var(--font30);
  color: #333333;
  margin-bottom: max(0.2rem, 10px);
  transition: var(--duration);
}

.mse-cloud .list .item .text .desc {
  font-family: SourceHanSansCN-Light, sans-serif;
  font-weight: 300;
  font-size: var(--font18);
  color: #5d5d5d;
  transition: var(--duration);
}

.mse-cloud .list .item .icon {
  margin-left: max(0.21rem, 10px);
}

.mse-cloud .list .item .icon img {
  transition: var(--duration);
  max-width: max(0.6rem, 40px);
  object-fit: contain;
}

.mse-cloud .list .item:hover {
  background-color: var(--theme);
}

.mse-cloud .list .item:hover .text .title,
.mse-cloud .list .item:hover .text .desc {
  color: #fff;
}

.mse-cloud .list .item:hover .icon img {
  filter: brightness(0) invert(1);
}

.mse-service {
  padding-bottom: max(1.92rem, var(--space));
  padding-top: max(0.88rem, var(--space));
}

.mse-service .service-wrap .main {
  margin-top: max(1.05rem, 30px);
  position: relative;
}

.mse-service .service-wrap .main .border-img {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 72%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}

.mse-service .service-wrap .list {
  margin-top: max(1.05rem, 30px);
}

.mse-service .service-wrap .list .line {
  display: flex;
  justify-content: center;
  column-gap: 2.15rem;
}

.mse-service .service-wrap .list .line.line1 {
  margin-bottom: 1.45rem;
  padding-left: 1.91rem;
  padding-right: 1.8rem;
}

.mse-service .service-wrap .list .item .icon {
  margin-bottom: max(0.14rem, 10px);
}

.mse-service .service-wrap .list .item .icon img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: max(1.14rem, 60px);
}

.mse-service .service-wrap .list .item .text {
  font-weight: bold;
  font-size: var(--font20);
  color: #000000;
  text-align: center;
  white-space: nowrap;
}

.mse-contact {
  background-image: url(../images/mse-contact-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: max(0.84rem, var(--space));
  padding-bottom: max(0.8rem, var(--space));
}

.mse-contact .contact-wrap {
  max-width: 900px;
  width: 86%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .mse-contact .contact-wrap {
    width: 90%;
  }
}

.mse-contact .contact-wrap .title {
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: var(--font50);
  color: #ffffff;
  text-align: center;
  line-height: 1;
}

.mse-contact .contact-wrap .sub-title {
  font-family: SourceHanSansCN-Light, sans-serif;
  font-weight: 300;
  font-size: var(--font18);
  /* color: rgba(255, 255, 255, 0.41); */
  color: #fff;
  margin-top: max(0.26rem, 10px);
  text-align: center;
}

.mse-contact .form {
  position: relative;
  margin-top: max(0.61rem, 30px);
}

.mse-contact .form .form-content {
  position: relative;
}

.mse-contact .form .form-content::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
}

.mse-contact .form .input-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mse-contact .form .input-line .input-item {
  width: 44.44444444%;
  flex-shrink: 0;
}

.mse-contact .form .input-line:not(:last-of-type) .input-item {
  padding-bottom: max(0.5rem, 20px);
}

.mse-contact .form .input-line input {
  display: block;
  width: 100%;
  height: 37px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  font-weight: 400;
  font-size: var(--font20);
  /* color: #d2090f; */
  color: #fff;
  padding-left: 9px;
  padding-right: 10px;
  background-color: transparent;
  padding-bottom: 18px;
}

.mse-contact .form .input-line input::placeholder {
  /* color: #d2090f; */
  color: #fff;
}

.mse-contact .submit-btn {
  margin-top: max(0.77rem, 25px);
  width: 143px;
  height: 48px;
  background: #d2090f;
  border-radius: 24px;
  font-weight: bold;
  font-size: var(--font18);
  color: #ffffff;
  line-height: 1;
  margin-left: auto;
  margin-right: auto;
  display: block;
  user-select: none;
  cursor: pointer;
}

.about-company-intro {
  padding-top: max(1.45rem, var(--space));
  padding-bottom: max(2.27rem, var(--space));
  position: relative;
  overflow: hidden;
  z-index: 6;
}

.about-company-intro #cas {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.about-company-intro .company-wrap {
  display: flex;
  align-items: flex-start;
}

.about-company-intro .company-wrap .left {
  margin-right: 1.82rem;
}

.about-company-intro .company-wrap .right {
  flex: 1;
  min-width: 0;
}

.about-company-intro .company-wrap .right .text {
  font-family: SourceHanSansCN-Light, sans-serif;
  font-weight: 500;
  font-size: var(--font16);
  color: #666666;
  line-height: 2.25;
}

.about-company-intro .company-wrap .right .text .black {
  color: #000000;
}

.about-company-intro .company-wrap .right .text p:not(:last-child) {
  margin-bottom: max(0.3rem, 10px);
}

.about-company-intro .company-wrap .right .list {
  margin-top: 1.09rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about-company-intro .company-wrap .right .list .item {
  width: 22.18246869%;
  height: auto;
  position: relative;
  border-radius: 50%;
}

.about-company-intro .company-wrap .right .list .item .border img {
  display: block;
  width: 100%;
  height: auto;
}

.about-company-intro .company-wrap .right .list .item .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.about-company-intro .company-wrap .right .list .item .inner .count {
  font-weight: 600;
  font-size: var(--font54);
  color: #d10007;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 1;
}

.about-company-intro .company-wrap .right .list .item .inner .count .symbol {
  font-size: var(--font30);
  margin-left: 6px;
}

.about-company-intro .company-wrap .right .list .item .inner .text {
  font-weight: 400;
  font-size: var(--font20);
  color: #000000;
  margin-top: max(0.21rem, 10px);
  text-align: center;
  width: 100%;
  line-height: 1;
  white-space: nowrap;
}

.about-company-intro .company-wrap .right .list .item .point {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  pointer-events: none;
  --w: 14px;
  animation: rotate 10s linear infinite;
}

.about-company-intro .company-wrap .right .list .item .point::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: var(--w);
  height: var(--w);
  background: #d10007;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  top: calc((var(--w) / 2) * -1 + 1px);
}

.about-company-development {
  padding-top: max(1.03rem, var(--space));
  padding-bottom: max(2rem, var(--space));
  background: #fcfcfc;
}

.about-company-development .development-swiper1 {
  padding-top: max(1.12rem, var(--space-min));
  --h: max(1.5rem, 90px);
}

.about-company-development .development-swiper1 .swiper-slide .text {
  padding-left: max(0.29rem, 10px);
  border-left: 1px solid #d9d9d9;
  width: fit-content;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.25rem;
}

.about-company-development .development-swiper1 .swiper-slide .text .year {
  font-weight: bold;
  font-size: var(--font34);
  color: #d10007;
  margin-bottom: max(0.35rem, 15px);
  line-height: 1;
}

.about-company-development .development-swiper1 .swiper-slide .text .desc {
  font-family: SourceHanSansCN-Light, sans-serif;
  font-weight: 300;
  font-size: var(--font18);
  color: #000000;
  line-height: 2;
}

.about-company-development .development-swiper1 .swiper-slide .current-year {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  z-index: -1;
  font-weight: bold;
  font-size: var(--font400);
  color: rgba(102, 102, 102, 0.04);
  line-height: 1;
  user-select: none;
}

.about-company-development .development-swiper2-line {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: max(var(--space-min), 1.05rem);
}

.about-company-development .development-swiper2-line .prev,
.about-company-development .development-swiper2-line .next {
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  cursor: pointer;
}

.about-company-development .development-swiper2-line .prev .hover,
.about-company-development .development-swiper2-line .next .hover {
  display: none;
}

.about-company-development .development-swiper2-line .prev .default,
.about-company-development .development-swiper2-line .next .default {
  display: block;
}

.about-company-development .development-swiper2-line .prev:hover .hover,
.about-company-development .development-swiper2-line .next:hover .hover {
  display: block;
}

.about-company-development .development-swiper2-line .prev:hover .default,
.about-company-development .development-swiper2-line .next:hover .default {
  display: none;
}

.about-company-development .development-swiper2-line .development-swiper2 {
  flex: 1;
  margin-left: max(0.5rem, 20px);
  margin-right: max(0.5rem, 20px);
  padding-top: 10px;
}

.about-company-development .development-swiper2-line .development-swiper2 .swiper-slide {
  border-top: 1px solid #e4e4e4;
  user-select: none;
  cursor: pointer;
}

.about-company-development .development-swiper2-line .development-swiper2 .swiper-slide .year {
  font-weight: 300;
  font-size: var(--font20);
  color: #b9b9b9;
  line-height: 1.8;
  text-align: center;
  line-height: 1;
  margin-top: max(0.29rem, 20px);
  transition: var(--duration);
}

.about-company-development .development-swiper2-line .development-swiper2 .swiper-slide .point {
  width: max(0.22rem, 10px);
  height: max(0.22rem, 10px);
  background: #dadada;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  top: 0;
  transition: var(--duration);
}

.about-company-development .development-swiper2-line .development-swiper2 .swiper-slide .point::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 45.45454545%;
  height: 45.45454545%;
  background: #b5b4b4;
  border-radius: 50%;
  transition: var(--duration);
}

.about-company-development .development-swiper2-line .development-swiper2 .swiper-slide.swiper-slide-thumb-active .year {
  color: #d10007;
  font-weight: 500;
}

.about-company-development .development-swiper2-line .development-swiper2 .swiper-slide.swiper-slide-thumb-active .point {
  background-color: #f8d1d2;
}

.about-company-development .development-swiper2-line .development-swiper2 .swiper-slide.swiper-slide-thumb-active .point::after {
  background-color: #d10007;
}

.about-company-culture {
  background-image: url(../images/about-culutre-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: max(0.94rem, var(--space));
  padding-bottom: max(2.14rem, var(--space));
}

.about-company-culture .culture-wrap {
  max-width: 1150px;
}

.about-company-culture .culture-wrap .culture-title {
  color: #fff;
}

.about-company-culture .culture-wrap .culture-title::after {
  background-color: #fff;
}

.about-company-culture .culture-wrap .culture-content {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  padding-top: max(0.74rem, 20px);
  padding-bottom: max(1.2rem, 20px);
  padding-left: max(1.17rem, 15px);
  padding-right: max(0.6rem, 15px);
  margin-top: max(1.02rem, 30px);
}

.about-company-culture .culture-wrap .culture-content .item {
  display: flex;
  align-items: center;
}

.about-company-culture .culture-wrap .culture-content .item:not(:last-child) {
  padding-bottom: max(0.6rem, 30px);
}

.about-company-culture .culture-wrap .culture-content .item:last-child .icon::after {
  display: none;
}

.about-company-culture .culture-wrap .culture-content .item .icon {
  margin-right: max(0.35rem, 10px);
  position: relative;
  z-index: 2;
}

.about-company-culture .culture-wrap .culture-content .item .icon img {
  display: block;
  width: max(0.65rem, 45px);
}

.about-company-culture .culture-wrap .culture-content .item .icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background-color: #efece3;
}

.about-company-culture .culture-wrap .culture-content .item .text {
  font-weight: 400;
  font-size: var(--font24);
  color: #888888;
}

.about-company-culture .culture-wrap .culture-content .item .text .color-black {
  color: #333333;
}

.about-company-style {
  padding-top: max(1.13rem, var(--space));
  padding-bottom: max(1.05rem, var(--space));
}

.about-company-style .style-wrap {
  max-width: 1230px;
}

.about-company-style .style-wrap .company-style-swiper {
  margin-top: max(0.6rem, 30px);
}

.about-company-style .style-wrap .company-style-swiper .swiper-slide {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.about-company-style .style-wrap .company-style-swiper .swiper-slide .left {
  width: 48.7804878%;
}

.about-company-style .style-wrap .company-style-swiper .swiper-slide .left .pic {
  display: block;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  border-radius: max(0.2rem, 10px);
}

.about-company-style .style-wrap .company-style-swiper .swiper-slide .left .pic:hover img {
  transform: scale(1.05);
}

.about-company-style .style-wrap .company-style-swiper .swiper-slide .left .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--duration);
}

.about-company-style .style-wrap .company-style-swiper .swiper-slide .left .pic::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/about-style-liner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.about-company-style .style-wrap .company-style-swiper .swiper-slide .right {
  width: 48.7804878%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.about-company-style .style-wrap .company-style-swiper .swiper-slide .right .line1 {
  display: block;
  width: 100%;
}

.about-company-style .style-wrap .company-style-swiper .swiper-slide .right .line1 .pic {
  display: block;
  width: 100%;
  padding-bottom: 47.5%;
  position: relative;
  overflow: hidden;
  border-radius: max(0.2rem, 10px);
}

.about-company-style .style-wrap .company-style-swiper .swiper-slide .right .line1 .pic:hover img {
  transform: scale(1.05);
}

.about-company-style .style-wrap .company-style-swiper .swiper-slide .right .line1 .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--duration);
}

.about-company-style .style-wrap .company-style-swiper .swiper-slide .right .line1 .pic::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/about-style-liner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.about-company-style .style-wrap .company-style-swiper .swiper-slide .right .line2 {
  display: flex;
  justify-content: space-between;
}

.about-company-style .style-wrap .company-style-swiper .swiper-slide .right .line2 .pic {
  width: 47.5%;
  position: relative;
  overflow: hidden;
  border-radius: max(0.2rem, 10px);
}

.about-company-style .style-wrap .company-style-swiper .swiper-slide .right .line2 .pic:hover img {
  transform: scale(1.05);
}

.about-company-style .style-wrap .company-style-swiper .swiper-slide .right .line2 .pic::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.about-company-style .style-wrap .company-style-swiper .swiper-slide .right .line2 .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--duration);
}

.about-company-style .style-wrap .company-style-swiper .swiper-slide .right .line2 .pic::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/about-style-liner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 2;
}

.about-company-style .style-wrap .company-style-swiper .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  --w: max(0.4rem, 10px);
  position: static;
  margin-top: max(0.84rem, 25px);
}

.about-company-style .style-wrap .company-style-swiper .swiper-pagination .swiper-pagination-bullet {
  width: var(--w);
  height: var(--w);
  border-radius: 50%;
  border: 1px solid transparent;
  position: relative;
  transition: var(--duration);
  background-color: transparent;
  margin: 0;
  opacity: 1;
}

.about-company-style .style-wrap .company-style-swiper .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
  margin-right: 6px;
}

.about-company-style .style-wrap .company-style-swiper .swiper-pagination .swiper-pagination-bullet .point {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max(0.09rem, 5px);
  height: max(0.09rem, 5px);
  background: #555555;
  border-radius: 50%;
  opacity: 0.2;
}

.about-company-style .style-wrap .company-style-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #cd3327;
}

.about-company-style .style-wrap .company-style-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .point {
  background: #f41e0e;
  opacity: 1;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.about-join-area {
  padding-top: max(0.89rem, var(--space));
  padding-bottom: max(1.33rem, var(--space));
  background-color: #f9f9f9;
}

.about-join-area .join-wrap {
  max-width: 1300px;
}

.about-join-area .join-desc {
  font-family: SourceHanSansCN-Light, sans-serif;
  font-weight: 300;
  font-size: var(--font16);
  color: #666666;
  line-height: 1.875;
  margin-top: max(0.3rem, 15px);
  text-align: center;
}

.about-join-area .job-list {
  margin-top: max(0.84rem, 35px);
}

.about-join-area .job-list .item:not(:last-child) {
  margin-bottom: 20px;
}

.about-join-area .job-list .item .item-head {
  display: flex;
  align-items: center;
  padding-left: max(0.45rem, 15px);
  padding-right: max(0.17rem, 15px);
  padding-top: max(0.18rem, 15px);
  padding-bottom: max(0.18rem, 15px);
  background-color: #f0f0f0;
  border-radius: 10px;
  user-select: none;
  cursor: pointer;
  transition: var(--duration);
}

.about-join-area .job-list .item .item-head .icon {
  display: flex;
  align-items: center;
  margin-right: max(0.13rem, 10px);
}

.about-join-area .job-list .item .item-head .icon img {
  display: block;
  transition: var(--duration);
}

.about-join-area .job-list .item .item-head .text {
  font-size: var(--font20);
  color: #333333;
  margin-right: max(0.3rem, 20px);
  overflow-wrap: break-word;
  flex: 1;
  min-width: 0;
  transition: var(--duration);
}

.about-join-area .job-list .item .item-head .state {
  width: max(0.38rem, 30px);
  height: max(0.38rem, 30px);
  border-radius: 50%;
  border: 1px solid #d1d1d1;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  cursor: pointer;
  position: relative;
  transition: var(--duration);
}

.about-join-area .job-list .item .item-head .state::before,
.about-join-area .job-list .item .item-head .state::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #d10007;
  transition: var(--duration);
}

.about-join-area .job-list .item .item-head .state::before {
  width: 12px;
  height: 2px;
}

.about-join-area .job-list .item .item-head .state::after {
  width: 2px;
  height: 12px;
}

.about-join-area .job-list .item .item-head.active {
  background-color: #d10007;
}

.about-join-area .job-list .item .item-head.active .icon img {
  filter: brightness(0) invert(1);
}

.about-join-area .job-list .item .item-head.active .text {
  color: #ffffff;
}

.about-join-area .job-list .item .item-head.active .state {
  background-color: #9c181c;
  border-color: transparent;
}

.about-join-area .job-list .item .item-head.active .state::after {
  transform: translate(-50%, -50%) rotate(90deg);
  background-color: #fff;
}

.about-join-area .job-list .item .item-main {
  display: none;
  padding-left: max(0.45rem, 15px);
  padding-right: max(0.45rem, 15px);
  padding-top: max(0.45rem, 20px);
  padding-bottom: max(0.69rem, 20px);
  background-color: #f5f5f5;
}

.about-join-area .job-list .item .item-main .text-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: max(15px, 0.3rem);
  border-bottom: 1px solid #e4e4e4;
  position: relative;
  padding-left: max(0.26rem, 10px);
}

.about-join-area .job-list .item .item-main .text-list::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  border: 1px solid #e4e4e4;
}

.about-join-area .job-list .item .item-main .text-list .text-item {
  width: 42%;
  flex-shrink: 0;
  overflow-wrap: break-word;
}

.about-join-area .job-list .item .item-main .text-list .text-item:not(:nth-last-child(-n + 2)) {
  margin-bottom: max(0.5rem, 20px);
}

.about-join-area .job-list .item .item-main .text-list .text-item .text-title {
  font-size: var(--font20);
  color: #111111;
  line-height: 1;
  margin-bottom: max(0.15rem, 10px);
}

.about-join-area .job-list .item .item-main .text-list .text-item .text-desc p {
  font-family: SourceHanSansCN-Light, sans-serif;
  font-weight: 300;
  font-size: var(--font16);
  color: #666666;
  line-height: 1.875;
  overflow-wrap: break-word;
}

.about-join-area .job-list .item .item-main .info-list {
  display: flex;
  align-items: center;
  padding-left: max(0.24rem, 10px);
  padding-top: max(0.51rem, 20px);
}

.about-join-area .job-list .item .item-main .info-list .info-item {
  display: flex;
  align-items: center;
}

.about-join-area .job-list .item .item-main .info-list .info-item:not(:last-child) {
  margin-right: 4.15rem;
}

.about-join-area .job-list .item .item-main .info-list .info-item .icon {
  width: max(0.45rem, 35px);
  height: max(0.45rem, 35px);
  border-radius: 50%;
  border: 1px solid #d1d1d1;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  cursor: pointer;
  margin-right: max(0.19rem, 10px);
  flex-shrink: 0;
}

.about-join-area .job-list .item .item-main .info-list .info-item .text {
  font-family: SourceHanSansCN-Light, sans-serif;
  font-weight: 300;
  font-size: var(--font18);
  color: #666666;
  line-height: 1.33333333;
}

.about-join-area .job-list .item .item-main .info-list .info-item .text .color-black {
  color: #000000;
}

.about-contact-area {
  padding-top: max(1.24rem, var(--space));
  padding-bottom: max(0.98rem, var(--space));
  background: #f9f9f9;
}

.about-contact-area .contact-panel {
  display: flex;
  border-radius: 20px;
  overflow: hidden;
}

.about-contact-area .contact-panel .pic {
  width: 50%;
  flex-shrink: 0;
  overflow: hidden;
}

.about-contact-area .contact-panel .pic:hover img {
  transform: scale(1.05);
}

.about-contact-area .contact-panel .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--duration);
}

.about-contact-area .contact-panel .info {
  width: 50%;
  flex-shrink: 0;
  background-image: url(../images/about-contact-item-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: max(0.79rem, 20px);
  padding-left: max(1.3rem, 20px);
  padding-right: 20px;
  background-color: #fff;
}

.about-contact-area .contact-panel .info .text-title {
  font-weight: 500;
  font-size: var(--font30);
  color: #000000;
  line-height: 1;
  margin-bottom: max(20px, 0.59rem);
}

.about-contact-area .contact-panel .info .list .item {
  display: flex;
  align-items: center;
  line-height: 1.33333333;
}

.about-contact-area .contact-panel .info .list .item:not(:last-child) {
  margin-bottom: max(0.3rem, 10px);
}

.about-contact-area .contact-panel .info .list .item .icon {
  margin-right: max(0.18rem, 10px);
}

.about-contact-area .contact-panel .info .list .item .icon img {
  display: inline-block;
  vertical-align: middle;
}

.about-contact-area .contact-panel .info .list .item .text {
  font-family: SourceHanSansCN-Light, sans-serif;
  font-weight: 300;
  font-size: var(--font18);
  color: #666666;
}

.about-contact-area .contact-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: max(0.3rem, 20px);
  margin-top: 30px;
}

.about-contact-area .contact-list .item {
  overflow: hidden;
  background: #ffffff;
  border-radius: 20px;
  background-image: url(../images/about-contact-item-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: max(0.41rem, 20px);
  padding-right: max(0.35rem, 10px);
  padding-bottom: max(0.5rem, 20px);
  padding-left: max(0.35rem, 10px);
  transition: var(--duration);
}

.about-contact-area .contact-list .item:hover {
  background-color: var(--theme);
  background-image: none;
}

/* 2025-9-12 修改 */
.about-contact-area .contact-list .item:hover .title,
.about-contact-area .contact-list .item:hover .list,
.about-contact-area .contact-list .item:hover .list p {
  color: #fff;
}


.about-contact-area .contact-list .item:hover .title::after {
  background-color: #fff;
}

.about-contact-area .contact-list .item .title {
  font-family: SourceHanSansCN-Medium, sans-serif;
  font-weight: 500;
  font-size: var(--font22);
  color: #000000;
  margin-bottom: max(0.34rem, 20px);
  transition: var(--duration);
}

.about-contact-area .contact-list .item .title::after {
  content: "";
  display: block;
  width: 2.1em;
  height: 3px;
  background: #d10007;
  margin-top: max(0.13rem, 10px);
  transition: var(--duration);
}

.about-contact-area .contact-list .item .list {
  font-family: SourceHanSansCN-Light, sans-serif;
  font-weight: 300;
  font-size: var(--font18);
  color: #666666;
  line-height: 1.5;
  overflow-wrap: break-word;
}

.about-contact-area .contact-list .item .list p {
  transition: var(--duration);
}

.about-contact-area .contact-list .item .list p:not(:last-child) {
  margin-bottom: 4.5px;
}

.solution-area {
  padding-top: max(0.8rem, var(--space));
  padding-bottom: max(0.72rem, var(--space));
  background-color: #f9f9f9;
}

.solution-area .solution-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: max(0.4rem, 30px);
  column-gap: max(0.5rem, 20px);
  margin-bottom: max(0.78rem, 30px);
}

.solution-area .solution-list .solution-item {
  position: relative;
}

.solution-area .solution-list .solution-item:hover .pic img {
  transform: scale(1.05);
}

.solution-area .solution-list .solution-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent);
}

.solution-area .solution-list .solution-item .pic {
  width: 100%;
  padding-bottom: 68.96551724%;
  position: relative;
  overflow: hidden;
}

.solution-area .solution-list .solution-item .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--duration);
}

.solution-area .solution-list .solution-item .text {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: max(0.61rem, 20px);
  padding-left: max(0.3rem, 15px);
  padding-right: max(0.3rem, 15px);
  z-index: 2;
  transition: var(--duration);
}

.solution-area .solution-list .solution-item .text .title {
  font-size: var(--font28);
  color: #ffffff;
  line-height: 1.14285714;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
}

.solution-area .solution-list .solution-item .text .text-content {
  margin-top: max(0.24rem, 15px);
  display: none;
}

.solution-area .solution-list .solution-item .text .desc {
  font-size: var(--font18);
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.66666667;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
}

.solution-area .solution-list .solution-item .text .more {
  width: 66px;
  height: 27px;
  background: #d3242b;
  border-radius: 14px;
  margin-top: max(0.36rem, 15px);
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  cursor: pointer;
  font-family: SourceHanSansCN-Light, sans-serif;
  font-weight: 300;
  font-size: var(--font16);
  color: #ffffff;
  line-height: 1;
}

.solution-detail-area {
  padding-top: max(0.98rem, var(--space));
  padding-bottom: max(1.46rem, var(--space));
  background-color: #f9f9f9;
}

.solution-detail-area .article-title {
  font-weight: bold;
  font-size: var(--font36);
  color: #000000;
  text-align: center;
  margin-bottom: max(0.45rem, 15px);
  overflow-wrap: break-word;
}

.solution-detail-area .article-info {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: max(0.23rem, 10px);
  border-bottom: 1px solid #e9e9e9;
}

.solution-detail-area .article-info .info-item {
  font-family: SourceHanSansCN-Light, sans-serif;
  font-weight: 300;
  font-size: var(--font16);
  color: #888888;
}

.solution-detail-area .article-info .info-item:not(:last-child) {
  margin-right: 1.9rem;
}

.solution-detail-area .article-main {
  display: flex;
  align-items: flex-start;
  margin-top: max(0.62rem, 30px);
  font-family: SourceHanSansCN-Light, sans-serif;
  font-weight: 300;
  font-size: var(--font16);
  color: #666666;
  line-height: 1.875;
}

.solution-detail-area .article-main .article-category {
  width: max(115px, 1.65rem);
  flex-shrink: 0;
  margin-right: 1.21rem;
  position: sticky;
  top: calc(var(--header-height) + 30px);
}

.solution-detail-area .article-main .article-category .icon img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.solution-detail-area .article-main .article-category .category-text {
  font-weight: 500;
  font-size: var(--font24);
  color: #000000;
  line-height: 1.25;
  margin-top: max(0.25rem, 10px);
  text-align: center;
  overflow-wrap: break-word;
}

.solution-detail-area .article-main .content {
  flex: 1;
  min-width: 0;
}

.solution-detail-area .article-main .article-content {
  /*
  color: #333333;
  line-height: 1.25;
  */
  overflow-wrap: break-word;
  padding-left: max(0.47rem, 15px);
  padding-right: max(0.5rem, 15px);
  padding-bottom: 1.05rem;
  padding-top: max(0.37rem, 20px);
  background-color: #f6f6f6;
  font-family: Source Han Sans CN;
  font-weight: 300;
  font-size: var(--font16);
  color: #666666;
  line-height: 1.8;
  text-align: justify;
}

.solution-detail-area .article-main .article-content p,
.solution-detail-area .article-main .article-content span,
.solution-detail-area .article-main .article-content a,
.solution-detail-area .article-main .article-content div,
.solution-detail-area .article-main .article-content * {
  max-width: 100%;
  overflow-wrap: break-word;
}

.solution-detail-area .article-main .article-content img,
.solution-detail-area .article-main .article-content video {
  max-width: 100%;
  vertical-align: top;
  height: auto;
}

.solution-detail-area .article-main .article-content .table-wrap {
  max-width: 100%;
  overflow-x: auto;
}

.customer-list-area {
  padding-top: max(1rem, var(--space));
  padding-bottom: max(1.12rem, var(--space));
  background-color: #f9f9f9;
}

.customer-list-area .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: max(0.45rem, 20px);
  row-gap: max(0.4rem, 30px);
  margin-bottom: max(0.87rem, 30px);
}

.customer-list-area .list .item {
  display: block;
  overflow: hidden;
  background: #ffffff;
  transition: var(--duration);
}

.customer-list-area .list .item .pic {
  display: block;
  width: 100%;
  padding-bottom: 55.31914894%;
  position: relative;
  overflow: hidden;
}

.customer-list-area .list .item .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--duration);
}

.customer-list-area .list .item .text {
  padding-top: max(0.26rem, 20px);
  padding-left: max(0.3rem, 10px);
  padding-right: max(0.3rem, 10px);
  padding-bottom: max(0.31rem, 20px);
}

.customer-list-area .list .item .text .title {
  font-weight: 400;
  font-size: var(--font22);
  color: #000000;
  line-height: 1.45454545;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  margin-bottom: max(0.12rem, 10px);
}

.customer-list-area .list .item .text .tag {
  font-family: SourceHanSansCN-Light, sans-serif;
  font-weight: 300;
  font-size: var(--font16);
  color: #666666;
  line-height: 1.5;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  margin-bottom: max(0.24rem, 15px);
}

.customer-list-area .list .item .text .more {
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  cursor: pointer;
  width: 66px;
  height: 27px;
  background: #ededed;
  border-radius: 14px;
  font-family: SourceHanSansCN-Light, sans-serif;
  font-weight: 300;
  font-size: var(--font16);
  color: #666666;
  line-height: 1;
  transition: var(--duration);
}

.customer-list-area .list .item:hover {
  box-shadow: 0px 0px 24px 10px rgba(0, 0, 0, 0.05);
}

.customer-list-area .list .item:hover .pic img {
  transform: scale(1.05);
}

.customer-list-area .list .item:hover .text .more {
  background-color: #d10007;
  color: #fff;
}

.customer-detail-area {
  padding-top: max(1rem, var(--space));
  padding-bottom: max(1.27rem, var(--space));
}

.customer-detail-area .article-title {
  text-align: center;
  font-weight: bold;
  font-size: var(--font36);
  color: #000000;
  margin-bottom: max(20px, 0.48rem);
  overflow-wrap: break-word;
}

.customer-detail-area .info-line {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 1.9rem;
  padding-bottom: max(0.23rem, 10px);
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 30px;
}

.customer-detail-area .info-line .info-item {
  font-family: SourceHanSansCN-Light, sans-serif;
  font-weight: 300;
  font-size: var(--font16);
  color: #888888;
}

.customer-detail-area .article-main {
  font-size: var(--font16);
  color: #333333;
  overflow-wrap: break-word;
}

.customer-detail-area .article-main p,
.customer-detail-area .article-main span,
.customer-detail-area .article-main div,
.customer-detail-area .article-main a,
.customer-detail-area .article-main * {
  max-width: 100%;
  overflow-wrap: break-word;
}

.customer-detail-area .article-main img,
.customer-detail-area .article-main video {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

.customer-detail-area .article-main .table-wrap {
  max-width: 100%;
  overflow-x: auto;
}

.customer-detail-area .common-article-recommend {
  margin-top: 0.97rem;
  margin-left: 1.01rem;
  margin-right: 1.03rem;
}

/* 新闻列表页面 */
.news-list-area {
  padding-top: max(0.72rem, var(--space));
  padding-bottom: max(0.92rem, var(--space));
  background-color: #f9f9f9;
}

.news-panel {
  margin-bottom: max(0.51rem, 30px);
}

.news-panel .swiper-slide {
  display: flex;
  align-items: flex-start;
  padding-top: max(0.3rem, 10px);
  padding-bottom: max(0.3rem, 10px);
  padding-left: max(0.3rem, 15px);
  padding-right: max(0.5rem, 15px);
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.news-panel .swiper-slide .pic {
  width: 51.13636364%;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  flex-shrink: 0;
}

.news-panel .swiper-slide .pic::after {
  content: "";
  display: block;
  padding-bottom: 61.11111111%;
}

.news-panel .swiper-slide .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--duration);
}

.news-panel .swiper-slide .text {
  flex: 1;
  min-width: 0;
  margin-left: 0.66rem;
  padding-bottom: 0.31rem;
  border-bottom: 1px solid #e9e9e9;
}

.news-panel .swiper-slide .text .title {
  font-family: SourceHanSansCN-Medium, sans-serif;
  font-weight: 500;
  font-size: var(--font33);
  color: #000000;
  line-height: 1.36363636;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  transition: var(--duration);
}

.news-panel .swiper-slide .text .info-line {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: max(0.12rem, 10px);
  column-gap: 0.38rem;
  margin-bottom: max(0.49rem, 20px);
}

.news-panel .swiper-slide .text .info-line .info-item {
  display: flex;
  align-items: center;
}

.news-panel .swiper-slide .text .info-line .info-item .icon {
  margin-right: 10px;
}

.news-panel .swiper-slide .text .info-line .info-item .data {
  font-family: SourceHanSansCN-Light, sans-serif;
  font-weight: 300;
  font-size: var(--font16);
  color: #4c4c4c;
  line-height: 1;
}

.news-panel .swiper-slide .text .desc {
  font-family: SourceHanSansCN-Light, sans-serif;
  font-weight: 300;
  font-size: var(--font18);
  color: #666666;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  margin-bottom: max(0.4rem, 20px);
}

.news-panel .swiper-slide .text .more {
  width: 77px;
  height: 32px;
  background: #d10007;
  border-radius: 16px;
  font-family: SourceHanSansCN-Light, sans-serif;
  font-weight: 300;
  font-size: var(--font16);
  color: #ffffff;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  cursor: pointer;
}

.news-panel .swiper-slide:hover .pic img {
  transform: scale(1.05);
}

.news-panel .swiper-slide:hover .text .title {
  color: var(--theme);
}

.news-panel .news-pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  left: auto;
  right: max(0.5rem, 15px);
  bottom: 11%;
}

.news-panel .news-pagination .swiper-pagination-bullet {
  opacity: 1;
  margin: 0;
  width: 11px;
  height: 11px;
  background: #dbdbdb;
  border-radius: 50%;
}

.news-panel .news-pagination .swiper-pagination-bullet:not(:last-child) {
  margin-right: max(0.2rem, 10px);
}

.news-panel .news-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #d10007;
}

.news-list {
  margin-bottom: max(0.77rem, 30px);
}

.news-list .news-item {
  display: flex;
  align-items: flex-start;
  padding-left: max(0.35rem, 15px);
  padding-right: max(0.56rem, 15px);
  padding-top: max(0.24rem, 20px);
  padding-bottom: max(0.24rem, 20px);
  background: #ffffff;
  border-radius: 10px;
}

.news-list .news-item:hover .left .pic img {
  transform: scale(1.05);
}

.news-list .news-item:hover .right .title {
  color: var(--theme);
}

.news-list .news-item:hover .right .more {
  background-color: var(--theme);
  color: #fff;
}

.news-list .news-item:not(:last-child) {
  margin-bottom: 20px;
}

.news-list .news-item .left {
  display: flex;
  align-items: flex-start;
  margin-right: max(0.5rem, 20px);
}

.news-list .news-item .left .info {
  white-space: nowrap;
  margin-right: 0.81rem;
}

.news-list .news-item .left .info .month {
  font-weight: bold;
  font-size: var(--font24);
  color: #222222;
  line-height: 1;
}

.news-list .news-item .left .info .month::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  margin-top: max(0.19rem, 10px);
  background: #000000;
}

.news-list .news-item .left .info .year {
  font-size: var(--font18);
  color: #aaaaaa;
  line-height: 1;
  margin-top: max(0.19rem, 10px);
}

.news-list .news-item .left .pic {
  width: max(3.3rem, 200px);
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  flex-shrink: 0;
}

.news-list .news-item .left .pic::after {
  content: "";
  display: block;
  padding-bottom: 57.57575758%;
}

.news-list .news-item .left .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--duration);
}

.news-list .news-item .right {
  flex: 1;
  min-width: 0;
}

.news-list .news-item .right .title {
  font-family: SourceHanSansCN-Medium, sans-serif;
  font-weight: 500;
  font-size: var(--font22);
  color: #222222;
  line-height: 1.36363636;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  margin-bottom: max(0.15rem, 10px);
  transition: var(--duration);
}

.news-list .news-item .right .desc {
  font-family: SourceHanSansCN-Light, sans-serif;
  font-weight: 300;
  font-size: var(--font18);
  color: #666666;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
}

.news-list .news-item .right .more {
  width: 77px;
  height: 32px;
  background: #e2e2e2;
  border-radius: 16px;
  font-family: SourceHanSansCN-Light, sans-serif;
  font-weight: 300;
  font-size: var(--font16);
  color: #666666;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  cursor: pointer;
  transition: var(--duration);
  margin-top: max(0.36rem, 20px);
}

/* 新闻详情页面 */
.news-detail-area {
  background-color: #f9f9f9;
  padding-top: max(1.09rem, var(--space));
  padding-bottom: max(0.86rem, var(--space));
}

.news-detail-area .news-detail-wrap {
  max-width: 1300px;
}

.news-detail-area .article-title {
  font-weight: bold;
  font-size: var(--font36);
  color: #000000;
  text-align: center;
  overflow-wrap: break-word;
}

.news-detail-area .article-info {
  font-family: SourceHanSansCN-Light, sans-serif;
  font-weight: 300;
  font-size: var(--font16);
  color: #888888;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  column-gap: 1.9rem;
  margin-top: max(0.48rem, 10px);
  padding-bottom: max(0.23rem, 10px);
  border-bottom: 1px solid #e9e9e9;
}

.news-detail-area .article-main {
  padding-top: max(0.54rem, 30px);
  padding-bottom: 1.01rem;
  border-bottom: 1px solid #e9e9e9;
}

.news-detail-area .article-main p,
.news-detail-area .article-main span,
.news-detail-area .article-main div,
.news-detail-area .article-main a,
.news-detail-area .article-main * {
  max-width: 100%;
  font-size: var(--font16);
  color: #333333;
  line-height: 1.5;
  overflow-wrap: break-word;
}

.news-detail-area .article-main img,
.news-detail-area .article-main video {
  max-width: 100%;
  vertical-align: top;
}

.news-detail-area .article-main .table-wrap {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.news-detail-area .common-article-recommend {
  margin-top: max(0.5rem, 20px);
  margin-left: 0;
}

/* 招商加盟 */
.investment-area {
  padding-top: max(0.88rem, var(--space));
  background-color: #fff;
}

.investment-area .market {
  padding-bottom: max(1.77rem, var(--space));
}

.investment-area .market .title-area {
  margin-bottom: max(30px, 0.83rem);
}

.investment-area .market .title-area .sub-title {
  font-family: SourceHanSansCN-Regular, sans-serif;
  font-weight: 300;
  font-size: var(--font18);
  color: #666666;
  line-height: 1.33333333;
  text-align: center;
  margin-top: max(0.25rem, 10px);
}

.investment-area .market .list {
  height: 7rem;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.investment-area .market .list .pic-list {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.investment-area .market .list .pic-list img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: var(--duration);
  opacity: 0;
}

.investment-area .market .list .pic-list img.on {
  opacity: 1;
}

.investment-area .market .list .main-list {
  width: 100%;
  height: 100%;
  display: flex;
}

.investment-area .market .list .main-list .main-item {
  width: 16.66666667%;
  flex-shrink: 0;
  background-color: rgba(0, 0, 0, 0.05);
  transition: var(--duration);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.investment-area .market .list .main-list .main-item.active {
  background: rgba(211, 36, 43, 0.7);
}

.investment-area .market .list .main-list .main-item:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.34);
}

.investment-area .market .list .main-list .main-item .zh {
  font-weight: 400;
  font-size: var(--font24);
  color: #ffffff;
  line-height: 1.25;
  text-align: center;
}

.investment-area .market .list .main-list .main-item .en {
  font-family: SourceHanSansCN-Light, sans-serif;
  font-weight: 300;
  font-size: var(--font16);
  color: #ffffff;
  margin-top: 5px;
  text-align: center;
}

.investment-area .advantage {
  background: #fafafa;
  padding-top: max(0.88rem, 30px);
  padding-bottom: max(1.56rem, var(--space));
}

.investment-area .advantage .advantage-wrap {
  max-width: 1220px;
}

.investment-area .advantage .advantage-wrap .list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  row-gap: max(0.4rem, 30px);
  margin-top: max(0.78rem, 30px);
}

.investment-area .advantage .advantage-wrap .list .item {
  width: 47.54098361%;
  flex-shrink: 0;
  background: #ffffff;
  border-radius: 10px;
  padding-top: max(0.29rem, 20px);
  padding-left: max(0.4rem, 15px);
  padding-right: max(0.4rem, 15px);
  padding-bottom: max(0.72rem, 20px);
  transition: var(--duration);
}

.investment-area .advantage .advantage-wrap .list .item:hover {
  background-color: #d2090f;
}

.investment-area .advantage .advantage-wrap .list .item:hover .index,
.investment-area .advantage .advantage-wrap .list .item:hover .zh {
  color: #fff;
}

.investment-area .advantage .advantage-wrap .list .item:hover .en {
  color: #c5c5c5;
}

.investment-area .advantage .advantage-wrap .list .item .index {
  font-weight: bold;
  font-size: var(--font72);
  color: #e7e7e7;
  line-height: 1;
  text-align: right;
  margin-bottom: 0.42rem;
  transition: var(--duration);
}

.investment-area .advantage .advantage-wrap .list .item .zh {
  font-weight: 500;
  font-size: var(--font36);
  color: #333333;
  margin-bottom: 9px;
  transition: var(--duration);
  line-height: 1.25;
}

.investment-area .advantage .advantage-wrap .list .item .en {
  font-size: var(--font20);
  color: #c5c5c5;
  transition: var(--duration);
}

.investment-area .support {
  padding-top: max(0.88rem, var(--space));
  background-color: #fff;
}

.investment-area .support .support-list {
  margin-top: max(0.78rem, 30px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: max(0.3rem, 20px);
}

.investment-area .support .support-list .support-item {
  background: #ffffff;
  box-shadow: 0px 0px 55px 24px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  overflow: hidden;
  padding-left: max(0.3rem, 15px);
  padding-right: max(0.3rem, 15px);
  padding-top: max(0.3rem, 20px);
  padding-bottom: max(0.7rem, 20px);
  transition: var(--duration);
}

.investment-area .support .support-list .support-item:hover {
  background-color: var(--theme);
}

.investment-area .support .support-list .support-item:hover .icon img {
  filter: brightness(0) invert(1);
}

.investment-area .support .support-list .support-item:hover .tag,
.investment-area .support .support-list .support-item:hover .desc {
  color: #fff;
}

.investment-area .support .support-list .support-item .icon {
  margin-bottom: 0.85rem;
}

.investment-area .support .support-list .support-item .icon img {
  display: block;
  margin-left: auto;
  transition: var(--duration);
}

.investment-area .support .support-list .support-item .tag {
  line-height: 1;
  font-weight: bold;
  font-size: var(--font36);
  color: #000000;
  margin-bottom: max(15px, 0.49rem);
  transition: var(--duration);
}

.investment-area .support .support-list .support-item .desc {
  font-family: SourceHanSansCN-Light, sans-serif;
  font-weight: 300;
  font-size: var(--font18);
  color: #5d5d5d;
  overflow-wrap: break-word;
  transition: var(--duration);
}

.investment-area .data-list {
  background-image: url(../images/investment-data.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: max(30px, 0.75rem) 0;
  margin-top: max(1.73rem, var(--space));
}

.investment-area .data-list .data-wrap {
  display: flex;
}

.investment-area .data-list .data-wrap .item {
  width: 25%;
  flex-shrink: 0;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}

.investment-area .data-list .data-wrap .item .top {
  font-weight: 400;
  color: #ffffff;
  line-height: 1;
  font-size: var(--font24);
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.investment-area .data-list .data-wrap .item .top .data-num {
  font-size: var(--font72);
  margin-right: max(0.18rem, 10px);
  font-weight: bold;
}

.investment-area .data-list .data-wrap .item .bottom {
  margin-top: max(0.21rem, 10px);
  font-weight: 400;
  font-size: var(--font24);
  color: rgba(255, 255, 255, 0.8);
}

.investment-area .progress {
  padding-top: max(1.19rem, var(--space));
  padding-bottom: max(1.03rem, var(--space));
  background-color: #fafafa;
}

.investment-area .progress .progress-wrap {
  max-width: 1662px;
}

.investment-area .progress .list {
  margin-top: max(0.68rem, 30px);
  display: flex;
}

.investment-area .progress .list .item {
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 100% 100%;
  padding-top: max(0.27rem, 20px);
  padding-right: max(0.42rem, 15px);
  padding-left: max(0.5rem, 20px);
  padding-bottom: max(0.51rem, 20px);
  flex: 1;
  box-shadow: 0px 0px 55px 24px rgba(0, 0, 0, 0.03);
}

.investment-area .progress .list .item:nth-child(odd) {
  background-image: url(../images/investment-bg1.png);
}

.investment-area .progress .list .item:nth-child(even) {
  background-image: url(../images/investment-bg2.png);
}

.investment-area .progress .list .item:last-child {
  background-image: url(../images/investment-bg-last.png);
}

.investment-area .progress .list .item .index {
  font-weight: bold;
  font-size: var(--font70);
  color: #ebebeb;
  line-height: 1;
  margin-bottom: 0.75rem;
  text-align: right;
}

.investment-area .progress .list .item .zh {
  font-weight: bold;
  font-size: var(--font22);
  color: #000000;
  margin-bottom: 10px;
  overflow-wrap: break-word;
}

.investment-area .progress .list .item .en {
  font-family: SourceHanSansCN-Light, sans-serif;
  font-weight: 300;
  font-size: var(--font18);
  color: #5d5d5d;
  overflow-wrap: break-word;
}

.investment-area .progress .list .item .line {
  margin-top: 0.68rem;
  width: 40px;
  height: 4px;
  background: #d2090f;
}

.investment-area .form {
  background-image: url(../images/investment-form-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: max(0.72rem, 30px);
  padding-bottom: max(0.65rem, 30px);
}

.investment-area .form .form-title {
  font-weight: bold;
  font-size: var(--font40);
  color: #ffffff;
  line-height: 1;
  text-align: center;
  margin-bottom: 1.08rem;
}

.investment-area .form .form-wrap {
  max-width: 1170px;
}

.investment-area .form .form-wrap .line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.investment-area .form .form-wrap .line .item1 {
  width: 23.93162393%;
}

.investment-area .form .form-wrap .line .item2 {
  width: 29.91452991%;
}

.investment-area .form .form-wrap .line .item3 {
  width: 35.8974359%;
}

.investment-area .form .form-wrap .line .input-item input {
  display: block;
  width: 100%;
  height: 40px;
  padding-bottom: max(0.18rem, 10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  font-weight: 400;
  font-size: var(--font20);
  color: #d2090f;
  background-color: transparent;
  padding-left: 10px;
  padding-right: 10px;
}

.investment-area .form .form-wrap .line .input-item input::placeholder {
  color: #d2090f;
}

.investment-area .form .form-wrap .submit-btn {
  margin-top: max(0.56rem, 30px);
  width: 143px;
  height: 48px;
  border-radius: 24px;
  border: 1px solid #ffffff;
  font-weight: bold;
  font-size: var(--font18);
  color: #ffffff;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  transition: var(--duration);
}

.investment-area .form .form-wrap .submit-btn:hover {
  background-color: var(--theme);
  border-color: transparent;
}

/* mse系统页面 */
.mse-system-page .mse-cloud {
  padding-top: max(0.97rem, var(--space));
  padding-bottom: max(1.46rem, var(--space));
  background-color: #fff;
}

.mse-system-page .mse-cloud .list .item {
  box-shadow: 0px 0px 55px 24px rgba(0, 0, 0, 0.03);
}

.mse-system-page .mse-system-data {
  background-image: url(../images/investment-data.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: max(30px, 0.75rem) 0;
}

.mse-system-page .mse-system-data .data-wrap .list {
  display: flex;
}

.mse-system-page .mse-system-data .data-wrap .list .item {
  width: 25%;
  flex-shrink: 0;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}

.mse-system-page .mse-system-data .data-wrap .list .item .top {
  font-weight: 400;
  color: #ffffff;
  line-height: 1;
  font-size: var(--font24);
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.mse-system-page .mse-system-data .data-wrap .list .item .top .data-num {
  font-size: var(--font72);
  margin-right: max(0.18rem, 10px);
  font-weight: bold;
}

.mse-system-page .mse-system-data .data-wrap .list .item .bottom {
  margin-top: max(0.21rem, 10px);
  font-weight: 400;
  font-size: var(--font24);
  color: rgba(255, 255, 255, 0.8);
}

.mse-system-page .common-component-case {
  padding-top: max(1.13rem, var(--space));
  padding-bottom: max(1.46rem, var(--space));
}

.mse-system-core {
  padding-top: max(1.08rem, var(--space));
  padding-bottom: max(1.85rem, var(--space));
  background-color: #fafafa;
  overflow: hidden;
}

.mse-system-core .core-list {
  margin-top: max(1.02rem, 30px);
  max-width: 1295px;
  width: 76%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 1rem;
  row-gap: max(0.7rem, 30px);
}

.mse-system-core .core-list .item {
  position: relative;
  transition: var(--duration);
  border-radius: 50%;
}

.mse-system-core .core-list .item:hover {
  background-color: #d2090f;
}

.mse-system-core .core-list .item:hover .border {
  opacity: 0;
}

.mse-system-core .core-list .item:hover .inner .icon {
  filter: brightness(0) invert(1);
}

.mse-system-core .core-list .item:hover .inner .text {
  color: #fff;
}

.mse-system-core .core-list .item:hover .point {
  opacity: 0;
}

.mse-system-core .core-list .item .border {
  display: block;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  opacity: 1;
  transition: var(--duration);
}

.mse-system-core .core-list .item .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.mse-system-core .core-list .item .inner .icon {
  max-width: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  transition: var(--duration);
}

.mse-system-core .core-list .item .inner .text {
  font-size: var(--font18);
  color: #000020;
  line-height: 1;
  margin-top: max(0.14rem, 10px);
  text-align: center;
  transition: var(--duration);
}

.mse-system-core .core-list .item .point {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin: auto;
  pointer-events: none;
  --w: max(0.16rem, 10px);
  transform: rotate(-45deg);
  transition: var(--duration);
}

.mse-system-core .core-list .item .point::after {
  content: "";
  position: absolute;
  width: var(--w);
  height: var(--w);
  background: #d2090f;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  top: calc((var(--w) / 2 - 2px) * -1);
}

.mse-system-framework {
  padding-top: max(1.18rem, var(--space));
  padding-bottom: max(1.22rem, var(--space));
  background-color: #fff;
}

.mse-system-framework .framework-wrap {
  max-width: 1193px;
}

.mse-system-framework .framework-wrap .frame-title {
  font-weight: bold;
  font-size: var(--font28);
  color: #d2090f;
  margin-top: max(20px, 0.57rem);
  margin-bottom: max(20px, 0.7rem);
  text-align: center;
}

.mse-system-framework .framework-wrap .pic {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
}

.mse-system-intro-area .intro-section {
  padding-top: 1.57rem;
  padding-bottom: 1.64rem;
}

.mse-system-intro-area .intro-section .intro-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.mse-system-intro-area .intro-section .intro-wrap .text {
  width: 41.6%;
  flex-shrink: 0;
  overflow-wrap: break-word;
  padding-top: 0.91rem;
}

.mse-system-intro-area .intro-section .intro-wrap .text .title {
  font-weight: bold;
  font-size: var(--font50);
  color: #000000;
  margin-bottom: max(0.84rem, 20px);
}

.mse-system-intro-area .intro-section .intro-wrap .text .title::after {
  content: "";
  display: block;
  width: 1em;
  height: 5px;
  background: #d10007;
  margin-top: max(0.19rem, 10px);
}

.mse-system-intro-area .intro-section .intro-wrap .text .desc {
  font-family: SourceHanSansCN-Light, sans-serif;
  font-weight: 300;
  font-size: var(--font18);
  color: #000000;
  line-height: 2;
  overflow-wrap: break-word;
  text-align: justify;
}

.mse-system-intro-area .intro-section .intro-wrap .pic {
  overflow: hidden;
  width: 49.86666667%;
  border-radius: max(0.2rem, 10px);
}

.mse-system-intro-area .intro-section .intro-wrap .pic:hover img {
  transform: scale(1.05);
}

.mse-system-intro-area .intro-section .intro-wrap .pic img {
  display: block;
  width: 100%;
  height: auto;
  transition: var(--duration);
}

.mse-system-intro-area .intro-section.intro-section-type1 {
  background-color: #fafafa;
}

.mse-system-intro-area .intro-section.intro-section-type2 {
  background-color: #fff;
}

.mse-system-compose {
  padding-top: max(var(--space), 1.13rem);
  padding-bottom: max(var(--space), 1.75rem);
  background-color: #fafafa;
}

.mse-system-compose .compose-pic {
  margin-top: max(0.61rem, 30px);
}

.mse-system-compose .compose-pic img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1200px) {
  .about-contact-area .contact-panel .info {
    padding-top: 20px;
  }

  .about-contact-area .contact-panel .info .list .item .icon img {
    width: 35px;
  }
}

@media (max-width: 992px) {
  .about-company-intro .company-wrap {
    flex-wrap: wrap;
  }

  .about-company-intro .company-wrap .left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .about-company-intro .company-wrap .right {
    width: 100%;
    flex: none;
  }
}

@media (max-width: 768px) {
  .common-banner {
    margin-top: var(--header-height);
  }

  .about-contact-area .contact-panel .info {
    padding-left: 20px;
  }
}

@media (max-width: 576px) {
  .common-banner .pic img {
    min-height: 200px;
    object-fit: cover;
  }

  .common-banner .text .title-en {
    font-size: 18px;
  }

  .common-banner .text .title-zh {
    font-size: 22px;
  }

  .common-banner .text {
    top: 30%;
  }

  .common-banner .common-tab .tab-item:not(:last-child)::after {
    display: none;
  }

  .common-banner .common-tab {
    overflow-x: auto;
    overflow-y: hidden;
    column-gap: 10%;
  }

  .common-banner .common-tab .tab-item {
    min-width: 20%;
  }

  .about-contact-area .contact-panel {
    flex-wrap: wrap;
  }

  .about-contact-area .contact-panel .pic {
    width: 100%;
  }

  .about-contact-area .contact-panel .info {
    width: 100%;
  }

  .about-contact-area .contact-panel .info .list .item .icon img {
    width: 30px;
  }

  .about-contact-area .contact-list {
    grid-template-columns: repeat(1, 1fr);
  }

  .about-join-area .job-list .item .item-main .text-list {
    flex-wrap: wrap;
  }

  .about-join-area .job-list .item .item-main .text-list .text-item {
    width: 100%;
    margin-bottom: max(0.5rem, 20px) !important;
  }

  .about-join-area .job-list .item .item-main .text-list::after {
    display: none;
  }

  .about-join-area .job-list .item .item-main .info-list {
    flex-wrap: wrap;
    row-gap: 10px;
  }

  .about-join-area .job-list .item .item-main .info-list .info-item {
    width: 100%;
  }
}

/* 加入我们 */
@media (max-width: 768px) {
  .about-join-area .job-list .item .item-main .info-list .info-item .icon img {
    max-width: 50%;
  }

  .about-join-area .job-list .item .item-main .info-list {
    justify-content: space-between;
  }

  .about-join-area .job-list .item .item-main .info-list .info-item {
    width: 47.5%;
  }

  .about-join-area .job-list .item .item-main .info-list .info-item:not(:last-child) {
    margin-right: 0;
  }
}


/* 关于我们 */
/* 大于等于577的这个隐藏掉 */
/* @media (min-width: 577px) {
  .phone-company-swiper {
    display: none;
  }
} */
 


@media (max-width: 576px) {
  .mse-title {
    font-size: var(--phone-title);
  }

  .about-company-intro .company-wrap .right .list {
    justify-content: space-between;
    row-gap: 30px;
    flex-wrap: wrap;
  }

  .about-company-intro .company-wrap .right .list .item {
    width: 46.5%;
  }

  .about-company-development .development-swiper1 .swiper-slide .text {
    border-left: none;
    padding-left: 0;
  }

  .about-company-development .development-swiper1 .swiper-slide .text {
    text-align: center;
  }

  .about-company-culture .culture-wrap .culture-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .about-company-culture .culture-wrap .culture-content .item .text {
    font-size: 14px;
  }

  /* 员工风采 */
  .pc-company-swiper {
    display: none;
  }

}

/* 案例详情 */
@media (max-width: 768px) {
  .customer-detail-area .common-article-recommend {
    margin-left: 15px;
    margin-right: 15px;
    flex-wrap: wrap;
  }
}

@media (max-width: 576px) {
  .customer-detail-area .article-title {
    font-size: 18px;
  }

  .customer-detail-area .common-article-recommend .left {
    width: 100%;
    flex: none;
  }

  .customer-detail-area .common-article-recommend .return {
    display: none;
  }
}

/* 案例列表页面 */
@media (max-width: 768px) {
  .customer-list-area .list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .customer-list-area .list {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* 招商加盟 */
@media (max-width: 992px) {
  .investment-area .support .support-list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
  }

  .investment-area .support .support-list .support-item .icon img {
    width: 30px;
  }

  .investment-area .data-list .data-wrap {
    flex-wrap: wrap;
    row-gap: 30px;
  }

  .investment-area .data-list .data-wrap .item {
    width: 50%;
  }

  .investment-area .progress .list {
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 2%;
  }

  .investment-area .progress .list .item {
    flex: none;
    width: 32%;
    background-image: none !important;
    background-color: #fff;
  }
}

@media (min-width: 769px) {
  .investment-area .market .phone-list {
    display: none;
  }
}

@media (max-width: 768px) {
  .investment-area .market .pc-list {
    display: none;
  }

  .investment-area .market .phone-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 30px;
  }

  .investment-area .market .phone-list .phone-item {
    width: 47.5%;
    overflow: hidden;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px 10px rgba(204, 204, 204, 0.2);
  }

  .investment-area .market .phone-list .phone-item .pic {
    position: relative;
  }

  .investment-area .market .phone-list .phone-item .pic::after {
    content: "";
    display: block;
    padding-bottom: 46.66666667%;
  }

  .investment-area .market .phone-list .phone-item .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--duration);
  }

  .investment-area .market .phone-list .phone-item .text {
    padding: 20px 10px;
  }

  .investment-area .market .phone-list .phone-item .text .zh {
    font-size: 18px;
    font-weight: bold;
    overflow-wrap: break-word;
    margin-bottom: 10px;
  }

  .investment-area .market .phone-list .phone-item .text .en {
    font-size: 14px;
    overflow-wrap: break-word;
  }
}

@media (max-width: 576px) {
  .investment-area .market .phone-list .phone-item {
    width: 100%;
  }

  .investment-area .market .phone-list .phone-item .text .zh {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .investment-area .advantage .advantage-wrap .list {
    row-gap: 20px;
  }

  .investment-area .advantage .advantage-wrap .list .item {
    width: 100%;
    box-shadow: 0 0 10px rgba(204, 204, 204, 0.2);
  }

  .investment-area .advantage .advantage-wrap .list .item .index {
    font-size: 22px;
  }

  .investment-area .advantage .advantage-wrap .list .item .zh {
    font-size: 18px;
  }

  .investment-area .advantage .advantage-wrap .list .item .en {
    font-size: 14px;
  }

  .investment-area .support .support-list {
    grid-template-columns: 1fr;
  }

  .investment-area .support .support-list .support-item .tag {
    font-size: 18px;
  }

  .investment-area .data-list .data-wrap .item .bottom {
    font-size: 14px;
  }

  .investment-area .progress .list {
    column-gap: 0;
    justify-content: space-between;
  }

  .investment-area .progress .list .item {
    width: 48%;
  }

  .investment-area .progress .list .item .index {
    margin-bottom: 10px;
    text-align: center;
  }

  .investment-area .progress .list .item .zh,
  .investment-area .progress .list .item .en {
    text-align: center;
  }

  .investment-area .progress .list .item .en {
    font-size: 12px;
  }

  .investment-area .progress .list .item .line {
    margin-left: auto;
    margin-right: auto;
  }

  .investment-area .form .form-wrap .line {
    flex-wrap: wrap;
  }

  .investment-area .form .form-wrap .line {
    row-gap: 15px;
  }

  .investment-area .form .form-wrap .line .item1,
  .investment-area .form .form-wrap .line .item2,
  .investment-area .form .form-wrap .line .item3 {
    width: 100%;
  }

  .investment-area .form .form-wrap .submit-btn {
    width: 135px;
    height: 40px;
  }
}

/* mse 系统 */
@media (max-width: 1250px) {
  .mse-system-core .core-list {
    column-gap: 0.6rem;
  }

  .mse-system-core .core-list .item .inner .icon {
    max-width: 30%;
  }

  .mse-system-core .core-list .item .inner .text {
    font-size: 12px;
  }
}

@media (max-width: 992px) {
  .mse-cloud .list {
    grid-template-columns: repeat(2, 1fr);
  }

  .mse-cloud .list .item .icon img {
    width: 35px;
  }

  .mse-system-intro-area .intro-section .intro-wrap {
    align-items: center;
  }

  .mse-system-intro-area .intro-section .intro-wrap .text {
    padding-top: 0;
  }
}

@media (max-width: 768px) {
  .mse-banner {
    margin-top: var(--header-height);
  }

  .mse-banner .pic img {
    min-height: 200px;
    object-fit: cover;
    object-position: center bottom;
  }

  .mse-banner .text .title {
    font-size: 22px;
  }

  .mse-system-core .core-list {
    width: 92%;
  }

  .mse-system-page .mse-system-data .data-wrap .list .item .bottom {
    font-size: 14px;
  }

  .mse-service .service-wrap .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
    column-gap: 2%;
  }

  .mse-service .service-wrap .list .item {
    width: 32%;
  }
}

@media (max-width: 576px) {
  .mse-system-core .core-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .mse-system-framework .framework-wrap .frame-title {
    font-size: 16px;
  }

  .mse-system-intro-area .intro-section .intro-wrap {
    flex-wrap: wrap;
    row-gap: 25px;
  }

  .mse-system-intro-area .intro-section .intro-wrap .text,
  .mse-system-intro-area .intro-section .intro-wrap .pic {
    width: 100%;
  }

  .mse-system-intro-area .intro-section .intro-wrap .text {
    order: 1;
  }

  .mse-system-intro-area .intro-section .intro-wrap .text .title {
    font-size: 20px;
  }

  .mse-cloud .list {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }

  .mse-cloud .list .item .text {
    padding-top: 0;
  }

  .mse-cloud .list .item .text .title {
    font-size: 16px;
  }

  .mse-system-page .mse-system-data .data-wrap .list {
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
    column-gap: 0;
  }

  .mse-system-page .mse-system-data .data-wrap .list .item {
    width: 48%;
  }

  .mse-contact .contact-wrap .title {
    font-size: var(--phone-title);
  }

  .mse-contact .form .form-content::after {
    display: none;
  }

  .mse-contact .form .input-line {
    flex-wrap: wrap;
    row-gap: 15px;
  }

  .mse-contact .form .input-line:not(:last-child) {
    margin-bottom: 15px;
  }

  .mse-contact .form .input-line .input-item {
    width: 100%;
    padding-bottom: 0 !important;
  }
}

/* mse 页面 */
@media (max-width: 1750px) {
  .mse-service .service-wrap .main .border-img {
    width: 90%;
  }
}

@media (max-width: 1450px) {
  .mse-platform .platform-wrap .list {
    column-gap: max(0.6rem, 15px);
  }

  .mse-platform .platform-wrap .list .item .inner .icon {
    max-width: 30%;
  }
}

@media (max-width: 1250px) {
  .mse-light .container .list .item::after {
    top: calc(100% + 35px);
  }

  .mse-light .container .list .item:nth-child(n + 5)::after {
    top: calc(100% + 7px);
  }
}

@media (max-width: 992px) {
  .mse-platform .platform-wrap .list {
    grid-template-columns: repeat(5, 1fr);
  }

  .mse-light .container .list .item::after {
    display: none;
  }

  .mse-service .service-wrap .main .border-img {
    display: none;
  }
}

@media (max-width: 768px) {
  .mse-intro .mse-wrap .left {
    width: 32%;
  }
}

@media (max-width: 576px) {
  .mse-banner .text .desc {
    font-size: 14px;
  }

  .mse-intro .mse-wrap {
    flex-wrap: wrap;
    row-gap: 30px;
  }

  .mse-intro .mse-wrap .left,
  .mse-intro .mse-wrap .right {
    width: 100%;
  }

  .mse-platform .platform-wrap .list {
    grid-template-columns: repeat(3, 1fr);
  }

  .mse-light .container .line {
    display: none;
  }

  .mse-light .container .list {
    justify-content: space-between;
    row-gap: 20px;
    column-gap: 0;
  }

  .mse-light .container .list .item {
    width: 100%;
    background-image: none !important;
    background-color: #fff;
  }

  .mse-cloud .list .item .icon img {
    width: 35px;
    height: 30px;
  }

  .mse-service .service-wrap .list .item .text {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .news-detail-area .article-title {
    font-size: 18px;
  }

  .common-article-recommend .left {
    flex: none;
    margin-right: 0;
    width: 100%;
  }

  .common-article-recommend .return {
    display: none;
  }
}

/* 新闻列表 */
@media (max-width: 768px) {
  .news-panel .swiper-slide {
    flex-wrap: wrap;
    padding-bottom: 40px;
  }

  .news-panel .swiper-slide .pic {
    width: 100%;
  }

  .news-panel .swiper-slide .text {
    margin-left: 0;
    padding-top: 30px;
    flex: none;
    width: 100%;
  }

  .news-panel .news-pagination {
    width: fit-content;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 576px) {
  .news-panel .swiper-slide .text .title {
    font-size: 16px;
  }

  .news-panel .swiper-slide .text .info-line {
    display: none;
  }

  .news-panel .swiper-slide .text .more {
    display: none;
  }

  .news-list .news-item {
    padding-left: 10px;
    padding-right: 10px;
    align-items: stretch;
  }

  .news-list .news-item .left {
    margin-right: 10px;
  }

  .news-list .news-item .left .info {
    display: none;
  }

  .news-list .news-item .left .pic {
    width: 110px;
  }

  .news-list .news-item .right .more {
    display: none;
  }

  .news-list .news-item .right .desc {
    font-size: 12px;
    line-height: 1.5;
  }

  .news-list .news-item .left .pic {
    height: 100%;
  }

  .news-list .news-item .left .pic::after {
    display: none;
  }

  .news-list .news-item .right .title {
    font-size: 14px;
  }
}

/* 解决方案详情 */
@media (max-width: 576px) {
  .solution-detail-area .article-title {
    font-size: 18px;
  }

  .solution-detail-area .article-main {
    flex-wrap: wrap;
    row-gap: 20px;
  }

  .solution-detail-area .article-main .article-category {
    margin-left: auto;
    margin-right: auto;
    position: initial;
  }

  .solution-detail-area .article-main .content {
    flex: none;
    width: 100%;
  }
}

/* 解决方案列表页面 */
@media (max-width: 576px) {
  .solution-area .solution-list {
    grid-template-columns: repeat(1, 1fr);
  }

}



.search-list-area {
  padding-top: max(1rem, var(--space));
  padding-bottom: max(1rem, var(--space));
}

.search-list-area .search-result-list .item {
  display: block;
  padding-bottom: max(0.2rem, 10px);
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
  margin-bottom: 30px;
}

.search-list-area .search-result-list .item:hover .title {
  color: var(--theme);
}

.search-list-area .search-result-list .item .title {
  font-family: SourceHanSansCN-Medium, sans-serif;
  font-weight: 500;
  font-size: var(--font26);
  color: #222222;
  line-height: 1.36363636;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  transition: var(--duration);
  margin-bottom: 10px;
}

.search-list-area .search-result-list .item .time {
  font-size: var(--font14);
  color: #666;
}

.search-list-area .search-result-list .item .desc {
  font-family: SourceHanSansCN-Light, sans-serif;
  font-size: var(--font16);
  color: #666666;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  margin-top: max(0.2rem, 10px);
}



/* 2025-9-12 修改关于我们轮播图 */



.phone-company-swiper {
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 30px;
}

.phone-company-swiper .swiper-slide {
  position: relative;
}

.phone-company-swiper .swiper-slide .pic {
  display: block;
  width: 100%;
  padding-bottom: 50%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.phone-company-swiper .swiper-slide .pic:hover img {
  transform: scale(1.05);
}

.phone-company-swiper .swiper-slide .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: var(--duration, 0.45s);
}

.phone-company-swiper .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  --w: max(0.4rem, 10px);
  position: static;
  margin-top: 20px;
}

.phone-company-swiper .swiper-pagination .swiper-pagination-bullet {
  width: var(--w);
  height: var(--w);
  border-radius: 50%;
  border: 1px solid transparent;
  position: relative;
  transition: var(--duration);
  background-color: transparent;
  margin: 0;
  opacity: 1;
}

.phone-company-swiper .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
  margin-right: 6px;
}

.phone-company-swiper .swiper-pagination .swiper-pagination-bullet .point {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max(0.09rem, 5px);
  height: max(0.09rem, 5px);
  background: #555555;
  border-radius: 50%;
  opacity: 0.2;
}

.phone-company-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #cd3327;
}

.phone-company-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .point {
  background: #f41e0e;
  opacity: 1;
}

.customer-detail-area .article-main, .news-detail-area .article-main{
  font-family: SourceHanSansCN-Light, sans-serif;
   font-weight: 300;
    font-size: var(--font16); 
    color: #666666;
   line-height: 1.875
}
