.content {
  min-height: 300px;
  padding-top: 0.72rem;
  padding-bottom: var(--ant-padding-xxl);
}

.content img {
  max-width: 100%;
}

.sub-banner {
  --sub-banner-height: 5.94rem;
  --sub-banner-title-font-size: 0.48rem;
}

.sub-banner {
  box-sizing: border-box;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0;
  height: var(--sub-banner-height);
  display: flex;
  align-items: center;
  padding-top: 0.88rem;
}

.sub-banner-title {
  font-size: var(--sub-banner-title-font-size);
  color: rgb(255, 255, 255);
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .sub-banner {
    --sub-banner-height: 200px;
    --sub-banner-title-font-size: 24px;
  }
}

/* news */
.news-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.25rem;
  padding-top: 0.28rem;
}

.news-list li {
  box-sizing: border-box;
  width: 33.33%;
  padding: 0.25rem;
}

.news-list li a {
  display: block;
}

.news-list li .wrap {
  border-radius: 0.06rem;
  box-shadow: 0px 0.04rem 0.19rem 0px rgba(0, 0, 0, 0.15);
  background: rgb(255, 255, 255);
}

.news-list li .media,
.news-list li .media .pic,
.news-list li .media img {
  border-radius: 0.06rem 0.06rem 0 0;
}

.news-list li .meta {
  box-sizing: border-box;
  padding: 0.28rem 0.24rem 0.56rem;
  position: relative;
}

.news-list li .meta::after {
  content: "";
  position: absolute;
  left: 0.24rem;
  bottom: 0.4rem;
  width: 1rem;
  height: 0.02rem;
  background-color: var(--main-color);
}

.news-list li .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
  overflow: hidden;
  font-size: 0.16rem;
  color: rgb(50, 50, 50);
  line-height: 1.5;
  min-height: 0.48rem;
  font-weight: normal;
  transition: all 0.3s;
}

.news-list li .date {
  color: rgb(120, 120, 120);
  font-size: 0.14rem;
  padding-left: 0.28rem;
  background-image: url("../images/icons/calendar.png");
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 0.1438rem auto;
  margin-bottom: 0.18rem;
}

.news-list li:hover .title {
  color: var(--ant-color-primary);
}

.news-list li:hover:hover .upimg {
  transform: scale(1.05);
}

@media only screen and (max-width: 768px) {
  .news-list {
    margin: 0;
    padding-top: 4px;
  }

  .news-list li {
    width: 100%;
    padding: 0;
    margin-bottom: 24px;
  }

  .news-list li .wrap {
    border-radius: 6px;
  }

  .news-list li .media,
  .news-list li .media img {
    border-radius: 6px 6px 0 0;
  }

  .news-list li .meta {
    padding: 16px 16px 28px;
  }

  .news-list li .title {
    font-size: 14px;
    min-height: auto;
  }

  .news-list li .meta::after {
    display: none;
  }

  .news-list li .date {
    font-size: 12px;
    padding-left: 20px;
    background-size: 12px auto;
    margin-bottom: 8px;
  }
}

/* contact */
.contact-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.24rem 0.24rem;
}

.contact-list li {
  box-sizing: border-box;
  width: 25%;
  padding: 0.24rem;
}

.contact-list li .wrap {
  box-sizing: border-box;
  border-radius: 0.08rem;
  box-shadow: 0px 0px 0.19rem 0px rgba(0, 0, 0, 0.1);
  background: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 2.18rem;
}

.contact-list li .title {
  color: rgb(14, 53, 127);
  font-size: 0.3rem;
  margin-bottom: 0.08rem;
}

.contact-list li .desc {
  color: rgb(51, 51, 51);
  font-size: 0.24rem;
}

.contact-list li:nth-child(5),
.contact-list li:nth-child(6) {
  width: 50%;
}

.contact-list li:nth-child(5) .wrap,
.contact-list li:nth-child(6) .wrap {
  flex-direction: row;
  height: 2.06rem;
}

.contact-list li:nth-child(5) .title,
.contact-list li:nth-child(6) .title {
  margin-bottom: 0;
  margin-right: 0.44rem;
}

@media only screen and (max-width: 768px) {
  .contact-list {
    margin: 0 -6px 24px;
  }

  .contact-list li {
    width: 50%;
    padding: 6px;
  }

  .contact-list li .title {
    font-size: 16px;
  }

  .contact-list li .desc {
    font-size: 14px;
  }

  .contact-list li:nth-child(5),
  .contact-list li:nth-child(6) {
    width: 100%;
  }

  .contact-list li:nth-child(5) .title,
  .contact-list li:nth-child(6) .title {
    margin-right: 12px;
  }
}

.map {
}

/* Pagination */
#Lb_pager {
  --pagination-item-size: 32px;
  --pagination-item-border-color-disabled: #d9d9d9;
}

#Lb_pager {
  text-align: center;
  font-size: var(--ant-font-size);
  margin: var(--ant-margin) 0;
}

#Lb_pager .pages a {
  box-sizing: border-box;
  display: inline-block;
  transition: all 0.3s;
  min-width: var(--pagination-item-size);
  height: var(--pagination-item-size);
  margin: 0 var(--ant-margin-xxs);
  line-height: calc(var(--pagination-item-size) - 2px);
  text-align: center;
  vertical-align: middle;
  background-color: transparent;
  border: 1px solid var(--ant-color-border);
  border-radius: 4px;
  outline: 0;
  cursor: pointer;
  user-select: none;
  color: var(--ant-color-text);
}

#Lb_pager .pages a:not(.pgcurrent):hover,
#Lb_pager .pages a:not(.pgcurrent):active {
  border-color: var(--ant-color-primary);
  color: var(--ant-color-primary);
}

#Lb_pager .pages .pgcurrent {
  font-weight: bold;
  background-color: var(--ant-color-primary);
  border-color: var(--ant-color-primary);
  color: #fff;
}

#Lb_pager .pages .pgcurrent:hover {
  opacity: 0.8;
}

#Lb_pager .pages .pgnext.pgempty,
#Lb_pager .pages .pgnext.pgempty:hover {
  cursor: not-allowed;
  border-color: var(--pagination-item-border-color-disabled);
  color: var(--ant-color-text-disabled);
  background: var(--ant-color-bg-container-disabled);
}

@media only screen and (max-width: 768px) {
  #Lb_pager {
    --pagination-item-size: 24px;
  }

  #Lb_pager {
    font-size: var(--ant-font-size-sm);
  }

  #Lb_pager .pages a {
    margin: var(--ant-margin-xxs) calc(var(--ant-margin-xxs) / 2);
  }
}

.service-list {
  /* --service-item-media-width: 40%; */
  --service-item-media-width: 45%;
}

.service-list > li {
  /* padding-bottom: 0.44rem;
  margin-bottom: 0.45rem; */
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  border-bottom-color: #ddd;
  box-sizing: border-box;
  height: calc(100vh - 1.2rem);

  display: flex;
  align-items: center;
}

.service-list > li a {
  display: block;
  width: 100%;
}

.service-list > li .wrap {
  display: flex;
  flex-wrap: wrap;
}

.service-list > li .media {
  width: var(--service-item-media-width);
}

.service-list > li .media,
.service-list > li .pic,
.service-list > li .media img {
  border-radius: 0.08rem;
}

.service-list > li .media .upimg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.service-list > li .meta {
  box-sizing: border-box;
  width: calc(100% - var(--service-item-media-width));
  padding-left: 0.7rem;
  padding-top: 0.06rem;

  display: flex;
  justify-content: center;
  flex-direction: column;
}

.service-list > li .title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: color 0.3s;
  color: var(--ant-color-primary);
  font-size: 0.36rem;
  margin-bottom: var(--ant-margin);
  margin-bottom: 0.38rem;
  font-weight: bold;
}

.service-list > li .mod-hd {
  margin-bottom: 0.38rem;
}

.service-list > li .desc {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  word-break: break-all;
  overflow: hidden;
  color: #333;
  font-size: 0.2rem;
  line-height: 2;
  margin-bottom: 0.4rem;
}

.service-list > li .extra {
  display: flex;
  flex-wrap: wrap;
}

.service-list > li .button {
  margin-right: 0.2rem;
  margin-bottom: 0.2rem;
  width: auto;
  height: 0.48rem;
  font-size: 0.16rem;
}

@media only screen and (max-width: 768px) {
  .service-list > li .button {
    height: 36px;
    font-size: 14px;
  }
}

.service-list > li .button span {
  display: block;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  text-align: center;
}

.service-list > li:hover {
  border-bottom-color: #ddd;
}

.service-list > li:hover .title {
}

.service-list > li:hover .upimg {
  transform: scale(1.05);
}

@media only screen and (max-width: 768px) {
  .service-list {
    --service-item-media-width: 100%;
  }

  .service-list > li {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }

  .service-list > li .meta {
    width: 100%;
    padding: 16px 0 0;
  }

  .service-list > li .title {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .service-list > li .desc {
    font-size: 14px;
    margin-bottom: 12px;
  }
}

.hotline strong {
  color: var(--ant-color-primary);
  font-weight: normal;
  font-size: 0.36rem;
  margin-right: 0.4rem;
}

.hotline span {
  color: #555;
  font-size: 0.36rem;
}

.job-area {
  position: relative;
  padding-bottom: 0.4rem;
  padding-top: 0.32rem;
}

.job-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.17rem;
  padding-top: 0.32rem;
}

.job-list li {
  box-sizing: border-box;
  width: 25%;
  padding: 0 0.17rem;
}

.job-list li .meta {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.32rem 0.04rem;
}

.job-list li .title {
  color: #000;
  font-size: 0.24rem;
  margin-bottom: 0.16rem;
}

.job-list li .desc {
  color: #333;
  font-size: 0.16rem;
  line-height: 2;
  text-align: center;
}

.job-list li:hover .upimg {
  transform: scale(1.05);
}

@media only screen and (max-width: 768px) {
  .job-list {
    --job-item-media-width: 100%;
  }

  .job-list li .meta {
    flex: auto;
    width: 100%;
    padding: 16px 0 0;
  }

  .job-list li .title {
    font-size: 14px;
    margin-bottom: 4px;
  }

  .job-list li .desc {
    font-size: 12px;
    margin-bottom: 4px;
  }
}

.job-list-item .meta {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.32rem 0.04rem;
}

.job-list-item .title {
  color: #000;
  font-size: 0.24rem;
  margin-bottom: 0.16rem;
}

.job-list-item .desc {
  color: #333;
  font-size: 0.16rem;
  line-height: 2;
  text-align: center;
}

.job-list-item:hover .upimg {
  transform: scale(1.05);
}

@media only screen and (max-width: 768px) {
  .hotline strong {
    font-size: 20px;
    margin-right: 8px;
  }

  .hotline span {
    font-size: 20px;
  }

  .job-area {
    padding-bottom: 32px;
  }

  .job-list-item .meta {
    padding: 16px 0 0;
  }

  .job-list-item .title {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .job-list-item .desc {
    font-size: 14px;
    text-align: left;
  }
}

.page-job .content {
  padding-top: 1.04rem;
}

.career {
  padding-bottom: 0.24rem;
}

.career-list {
  padding-top: 0.28rem;
}

.career-title .icon {
  display: block;
  padding: 0;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  margin-right: 0.12rem;
  transition: all 0.3s;
}

.career-title .icon-user {
  background-image: url("../images/icons/users-dark.svg");
}

.career-title .icon-clock {
  background-image: url("../images/icons/clock-dark.svg");
}

.career-title .icon-location {
  background-image: url("../images/icons/location-dark.svg");
}

.career-item.on .career-title .icon-user {
  background-image: url("../images/icons/users.svg");
}

.career-item.on .career-title .icon-clock {
  background-image: url("../images/icons/clock.svg");
}

.career-item.on .career-title .icon-location {
  background-image: url("../images/icons/location.svg");
}

.career-item {
  transition: all 0.3s;
  margin-bottom: 0.34rem;
}

.career-title {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  transition: all 0.3s;
  cursor: pointer;
  font-weight: normal;
  font-size: 0.2rem;
  color: #333;
  padding: 0 0.2rem;
  height: 0.79rem;
  border-bottom: 1px solid #dfdfdf;
  border-top: 1px solid #dfdfdf;
}

.career-title .td {
  box-sizing: border-box;
  padding: 0 0.12rem;
  display: flex;
  align-items: center;
}

.career-item.on {
  border-radius: 0.08rem;
  box-shadow: 0px 0.1rem 0.19rem 0px rgba(0, 0, 0, 0.1);
}

.career-item.on .career-title {
  transition: all 0.3s;
  background: var(--ant-color-primary);
  border-radius: 0.08rem 0.08rem 0 0;
  color: #fff;
  border-bottom: 1px solid var(--ant-color-primary);
  border-top: 1px solid var(--ant-color-primary);
}

.career-item .trigger {
  width: 1rem;
  height: 0.6rem;
  position: relative;
}

.career-item .trigger::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: solid;
  border-color: rgb(223, 223, 223) transparent transparent;
  transform: translateY(-50%);
  margin-top: 3px;
  transition: all 0.3s;
}

.career-item .trigger::after {
  content: "展开";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.career-item.on .trigger::after {
  content: "收起";
}

.career-item.on .trigger::before {
  border-color: transparent transparent rgb(223, 223, 223);
  margin-top: -3px;
}

.career-title .td1 {
  width: 30%;
}

.career-title .td2,
.career-title .td3,
.career-title .td4 {
  width: 20%;
}

.career-title .td5 {
  width: 10%;
}

.career-content {
  display: none;
  box-sizing: border-box;
  padding: 0.44rem 0.48rem;
  border-radius: 0px 0px 8px 8px;
  background: rgb(255, 255, 255);
  font-size: 0.18rem;
  color: rgb(51, 51, 51);
  line-height: 2;
}

.career-content h5 {
  font-weight: bold;
}

.career-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}

.career-info .career-info-left {
  box-sizing: border-box;
  width: calc(100% - 2rem);
  padding-right: 0.48rem;
}

.career-info .career-info-right {
  box-sizing: border-box;
  width: 2rem;
}

.send-btn {
  font-size: 0.2rem;
  width: 1.88rem;
  height: 0.6rem;
  margin-bottom: 0.18rem;
  background-image: url("../images/icons/arr.svg");
  background-repeat: no-repeat;
  background-position: 76% 50%;
  background-size: 0.12rem auto;
  padding-right: 0.4rem;
}

@media only screen and (max-width: 768px) {
  .career {
    width: 100%;
    overflow-x: scroll;
  }

  .career-list {
    width: 240%;
  }

  .career-title {
    height: 48px;
    font-size: 16px;
  }

  .career-content {
    font-size: 14px;
  }

  .send-btn {
    font-size: 14px;
    width: 124px;
    height: 36px;
    margin: 0 12px 0 0;
    background-size: 12px auto;
    padding-right: 20px;
  }

  .career-info .career-info-left {
    width: 100%;
    padding-right: 0;
  }

  .career-info .career-info-right {
    width: 100%;
    padding-top: 24px;
  }

  .career-info .career-info-right {
    width: 100%;
    padding: 16px 0;
    display: flex;
    align-items: center;
  }
}

/* pro-list */

.pro-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.32rem;
  padding: 0.24rem 0;
}

.pro-list li {
  box-sizing: border-box;
  width: 25%;
  padding: 0.32rem;
}

.pro-list .wrap {
  box-sizing: border-box;
  border-radius: 0.08rem;
  box-shadow: 0px 0px 0.19rem 0px rgba(0, 0, 0, 0.15);
  background: rgb(255, 255, 255);
  padding: 0.04rem;
  padding-top: 0.12rem;
}

.pro-list .media {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.pro-list .upimg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}

.pro-list li .meta {
  box-sizing: border-box;
  /* padding: 0.12rem 0; */
}

.pro-list li .title {
  height: 0.48rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(51, 51, 51);
  font-size: 0.16rem;
  line-height: 1.5;
  font-weight: normal;
  padding: 0 0.12rem;
  text-align: center;
}

.loadmore-row {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.12rem;
}

.loadmore {
  color: rgb(107, 107, 107);
  font-size: 0.18rem;
  background-image: url("../images/icons/loadmore.svg");
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 0.255rem auto;
  padding-left: 0.4rem;
}

.load-more-row {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.12rem;
}

.load-more {
  color: #6b6b6b;
  font-size: 0.18rem;
  background-image: url("../images/icons/mouse.svg");
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 0.195rem auto;
  padding-left: 0.4rem;
}

@media only screen and (max-width: 768px) {
  .pro-list {
    margin: 0 -12px;
    padding: 24px 0;
  }

  .pro-list li {
    width: 50%;
    padding: 12px;
  }

  .pro-list .wrap {
    padding: 12px;
  }

  .pro-list li .meta {
    padding: 12px 0;
  }

  .pro-list li .title {
    font-size: 14px;
    height: 42px;
  }

  .loadmore-row {
    padding: 0 0 8px;
  }

  .loadmore {
    font-size: 14px;
    background-size: 16px;
    padding-left: 32px;
  }

  .load-more-row {
    padding: 32px 12px 12px;
  }

  .load-more {
    font-size: 16px;
    background-size: 16px auto;
    padding-left: 32px;
  }
}

.pro-summary {
  /* max-width: 534px; */
  color: rgb(51, 51, 51);
  /* font-size: 0.2rem; */
  font-size: 0.16rem;
  line-height: 1.8;
  /* min-height: 2rem; */
  padding-top: 0.12rem;
}

/* feature-list */

.feature-list {
  width: 7.16rem;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.35rem;
}

.feature-list li {
  box-sizing: border-box;
  width: 1.79rem;
  padding: 0 0.35rem;
}

.feature-list .wrap {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.feature-list .icon {
  position: relative;
  padding: 0;
  width: 1.09rem;
  height: 1.09rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.35rem;
}

.feature-list .icon::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.35rem;
  background: linear-gradient(
    45deg,
    rgba(16, 164, 211, 0.7) 0%,
    rgba(16, 164, 211, 0.11) 87.023%,
    rgba(16, 164, 211, 0) 100%
  );
  opacity: 0.36;
}

.feature-list .icon img {
  position: relative;
  width: 0.7rem;
}

.feature-list .title {
  color: rgb(51, 51, 51);
  font-size: 0.16rem;
  margin-top: 0.24rem;
  margin-left: -0.32rem;
  margin-right: -0.32rem;
}

.feature-list .desc {
  text-align: center;
  color: #777;
  font-size: 12px;
  line-height: 1.5;
  margin: 0.08rem -0.3rem 0;
}

.focus-box {
  display: flex;
  flex-wrap: wrap;
}

.focus-box .focus-box-left {
  box-sizing: border-box;
  width: 60%;
  padding-right: 0.4rem;
}

.focus-box .focus-box-right {
  box-sizing: border-box;
  width: 40%;
  padding-left: 0.48rem;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .focus-box {
    padding: 0;
  }

  .focus-box .focus-box-left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 24px;
  }

  .focus-box .focus-box-right {
    width: 100%;
    padding-left: 0;
  }
}

.pro-area {
  position: relative;
  margin-top: -0.6rem;
}

.pro-list-item {
}

.pro-list-item .pic {
  margin: 0 auto;
}

.pro-list-item .meta {
  /* margin-top: 0.4rem; */
  margin-top: -0.36rem;
  position: relative;
}

.mod-pro2 .pro-list-item .meta {
  margin-top: -0.8rem;
}

.pro-list-item .title {
  text-align: center;
  font-size: 0.18rem;
  transition: all 0.3s;
  color: #333333;
  line-height: 1.5;
}

.pro-list-item .upimg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  height: auto;
  max-width: 80%;
  max-height: 80%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
.pro-area .swiper-button-next,
.pro-area .swiper-button-prev {
  top: auto;
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 50%;
  margin-top: 0;
  color: #fff;
  background-color: var(--ant-color-primary);
  bottom: 0;
}

.pro-area .swiper-button-prev {
  left: 0.4rem;
}

.pro-area .swiper-button-next {
  right: 0.4rem;
}

.pro-area .swiper-button-next:after,
.pro-area .swiper-button-prev:after {
  font-size: 0.16rem;
}

.tag-list {
  /* max-width: 500px; */
  /* padding: 0.28rem 0 0.32rem; */
  padding: 0.24rem 0;
}

.tag-list li {
  display: inline-block;
  box-sizing: border-box;
}

.tag-list .button.ghost {
  width: auto;
  padding: 0 0.3rem;
  height: 0.48rem;
  margin: 0 0.2rem 0.2rem 0;
  font-size: 0.18rem;
  color: #818181;
}
.tag-list .cur .ghost {
  color: #fff;
  background-color: var(--sk-button-background);
}
.tag-list .button.ghost:hover,
.tag-list .button.ghost:active {
  color: #fff;
}

.mod-pro1 {
  /* padding: 0.32rem 0 0.72rem; */
}

.mod-pro2 {
  background-color: #f9fafd;
  /* padding: 1.16rem 0 0.72rem; */
  padding: 0.4rem 0;
}

.mod-pro3 {
  /* padding: 1.16rem 0 0.4rem; */
  padding: 0.4rem 0;
}

.page-pro .mod .mod-bd {
  padding: 0.2rem 0;
}

@media only screen and (max-width: 768px) {
  .pro-area {
    margin-top: 0;
    padding: 12px 36px;
  }

  .pro-area .swiper-button-next,
  .pro-area .swiper-button-prev {
    width: 32px;
    height: 32px;
    bottom: auto;
    top: 40%;
    transform: translateY(-50%);
  }

  .pro-area .swiper-button-prev {
    left: 0;
  }

  .pro-area .swiper-button-next {
    right: 0;
  }

  .pro-area .swiper-button-next:after,
  .pro-area .swiper-button-prev:after {
    font-size: 16px;
  }

  .pro-list-item .meta {
    margin-top: 12px;
  }

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

  .mod-pro1 {
    padding: 0 0 24px;
  }

  .mod-pro2 {
    padding: 1.16rem 0 0.72rem;
  }

  .mod-pro3 {
    padding: 1.16rem 0 0.4rem;
  }

  .pro-summary {
    max-width: 100%;
    font-size: 14px;
    min-height: auto;
    padding-top: 0;
  }

  .feature-list {
    margin: 0 -6px;
  }

  .feature-list li {
    padding: 0 6px;
  }

  .feature-list .icon {
    padding: 0;
    width: 60px;
    height: 60px;
  }

  .feature-list .title {
    font-size: 14px;
  }

  .feature-list .desc {
    font-size: 12px;
  }

  .tag-list {
    max-width: 100%;
    padding: 16px 0 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
  }

  .tag-list li {
    display: block;
    width: 50%;
    box-sizing: border-box;
    padding: 0 8px;
  }

  .tag-list .button.ghost {
    width: 100%;
    padding: 0;
    height: 40px;
    font-size: 14px;
  }
}

.mod-history {
  background-image: url("../images/history-bg.jpeg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  padding: 1.04rem 0 0.92rem;
  position: relative;
  z-index: 1;
}

.mod-history .mod-hd h3 {
  color: #fff;
}

.mod-history .mod-bd {
  padding-top: 1.04rem;
}

.history-area {
  position: relative;
  width: 10.52rem;
  margin: 0 auto;
  box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 0.08rem;
}

.history-list-item .meta {
  box-sizing: border-box;
  padding: 0.32rem;

  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.history-list-item .headline {
  display: flex;
  align-items: first baseline;
  justify-content: center;
  width: 45%;
  box-sizing: border-box;
  padding: 0 0.12rem;
}

.history-list-item .title {
  font-size: 0.82rem;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

.history-list-item .suffix {
  font-size: 0.34rem;
  margin-left: 0.04rem;
}

.history-list-item .desc-wrap {
  box-sizing: border-box;
  width: 55%;
  height: 2.8rem;
  display: flex;
  align-items: center;
}

.history-list-item .desc {
  box-sizing: border-box;
  font-size: 0.2rem;
  line-height: 1.5;
  max-height: 2.8rem;
  overflow-y: auto;
  padding-right: 0.48rem;
}

.history-list-item .desc li {
  margin: 0.16rem 0;
  position: relative;
  padding-left: 0.2rem;
}

.history-list-item .desc li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0.12rem;
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
}

.history-area .swiper-button-next,
.history-area .swiper-button-prev {
  transition: all 0.3s;
  transform: translateY(-50%);
  margin-top: 0;
  box-sizing: border-box;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  border: 0.03rem solid #8fc31f;
}

.history-area .swiper-button-next:after,
.history-area .swiper-button-prev:after {
  color: #8fc31f;
  font-size: 0.32rem;
}

.history-area .swiper-button-prev {
  left: -1.48rem;
}

.history-area .swiper-button-next {
  right: -1.48rem;
}

.year-area {
  position: relative;
  padding: 0 0.2rem;
  width: 10rem;
  height: 0.5rem;
}

.year-swiper {
  background-image: url("../images/dash-line.png");
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 100% 1px;
}
.year-area .swiper-button-next,
.year-area .swiper-button-prev {
  transition: all 0.3s;
  transform: translateY(-50%);
  margin-top: 0;
  width: 0.5rem;
  height: 0.5rem;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.year-area .swiper-button-next:after,
.year-area .swiper-button-prev:after {
  display: none;
}

.year-area .swiper-button-prev {
  left: 0;
  background-image: url("../images/icons/prev-arr.png");
}

.year-area .swiper-button-next {
  right: 0;
  background-image: url("../images/icons/next-arr.png");
}

.year-list-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Arial, Helvetica, sans-serif;
  height: 0.5rem;
  cursor: pointer;
}

.year-list-item .meta {
  font-size: 0.24rem;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  transition: all 0.3s;
}

.year-list-item:hover .meta {
  color: rgba(255, 255, 255, 0.8);
}

.swiper-slide-active .year-list-item .meta {
  color: #8fc31f;
  font-weight: bold;
  font-size: 0.36rem;
}

@media only screen and (max-width: 833px) {
  .mod-history {
    padding: 48px 0;
  }

  .mod-history .mod-bd {
    padding-top: 24px;
  }

  .history-area {
    width: 100%;
    border: 0 none;
  }

  .history-list-item .meta {
    padding: 12px 24px;
  }

  .history-list-item .headline {
    display: none;
  }

  .history-list-item .title {
    font-size: 20px;
  }

  .history-list-item .suffix {
    font-size: 12px;
    margin-left: 4px;
  }

  .history-list-item .desc {
    font-size: 14px;
    width: 100%;
    height: 200px;
  }

  .history-list-item .desc li {
    margin: 12px 0;
  }

  .history-area .swiper-button-next,
  .history-area .swiper-button-prev {
    display: none;
  }

  .history-area .swiper-button-prev {
    left: 0;
  }

  .history-area .swiper-button-next {
    right: 0;
  }

  .year-area {
    box-sizing: border-box;
    padding: 0 0.2rem;
    width: 100%;
    height: 40px;
    margin-top: 36px;
  }

  .year-swiper {
    background-image: none;
  }

  .year-area .swiper-button-next,
  .year-area .swiper-button-prev {
    width: 24px;
    height: 24px;
  }

  .year-list-item {
    height: 40px;
  }

  .year-list-item .meta {
    font-size: 16px;
  }

  .swiper-slide-active .year-list-item .meta {
    font-size: 20px;
  }
}

.page-about .content {
  background-image: url("../images/about-bg.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  padding-top: 0;
  padding-bottom: 0;
}

.company-info {
  padding-left: 41%;
  padding-top: 0.96rem;
  margin-bottom: 0.8rem;
  position: relative;
  z-index: 1;
}

.company-info .mod-bd {
  padding-top: 0.44rem;
}

.company-desc {
  font-size: 0.16rem;
  line-height: 2;
  overflow-y: auto;
}

.company-info .company-desc {
  /* height: 3.2rem; */
  padding-right: 0.4rem;
}

@media only screen and (max-width: 1400px) {
  .company-desc {
    font-size: 14px;
  }
}

.mod-statistic {
  position: relative;
}

.mod-statistic::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 45%;
  width: 8.64rem;
  height: 4.88rem;
  background-image: url("../images/about-pic.jpeg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}

.statistic-area {
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.15);
  background: rgb(255, 255, 255);
  width: 70%;
  box-sizing: border-box;
  padding: 0.68rem 0.48rem;
  position: relative;
  z-index: 1;
}

.statistic-list {
  display: flex;
}
.statistic-list li {
  width: 33.33%;
}
.statistic {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.statistic-content {
  line-height: 1.3;
}
.statistic-content-value {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--ant-color-primary);
}
.statistic-content-suffix {
  color: rgb(85, 85, 85);
  font-size: 0.24rem;
}

.statistic-content-suffix {
}

.statistic-title {
  color: rgb(51, 51, 51);
  font-size: 0.16rem;
}

.about-extra {
  box-sizing: border-box;
  padding: 0.9rem 55% 0.9rem 0;
}

.about-extra .company-desc {
  height: 1.2rem;
  padding-left: 0.4rem;
  direction: rtl;
}

.company-desc-inner {
  direction: ltr;
}

.footer-slogan-area {
  background-image: url("../assets/s5bg.jpeg");
  background-repeat: no-repeat;
  background-position: 50% -1rem;
  background-size: 100% auto;
}

.footer-slogan {
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.48rem;
  color: #fff;
  line-height: 1.5;

  font-weight: 900;
}

.footer-slogan img {
  max-width: 12.09rem;
}

@media only screen and (max-width: 833px) {
  .page-about .content {
    background-image: url("../images/about-bg.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
    background-image: none;
  }

  .company-info {
    padding-left: 0;
    padding-top: 36px;
    margin-bottom: 12px;
  }

  .company-info .mod-bd {
    padding-top: 24px;
  }

  .company-desc {
    font-size: 14px;
  }

  .company-info .company-desc {
    height: auto;
    padding-right: 0;
  }

  .about-extra .company-desc {
    height: auto;
    padding-left: 0;
    direction: ltr;
  }

  .mod-statistic::after {
    display: none;
  }

  .statistic-area {
    width: 100%;
    padding: 12px;
  }

  .statistic-list {
    flex-wrap: wrap;
  }
  .statistic-list li {
    width: 50%;
    margin: 12px 0;
  }

  .statistic-list li:first-child {
    width: 100%;
  }

  .statistic-content-value {
    font-size: 32px;
  }
  .statistic-content-suffix {
    font-size: 12px;
  }

  .statistic-title {
    font-size: 14px;
  }

  .about-extra {
    padding: 24px 0;
  }

  .footer-slogan-area {
    background-position: 50% 0;
    background-size: cover;
  }

  .footer-slogan {
    height: 120px;
  }

  .footer-slogan img {
    max-width: 90%;
  }
}

@media only screen and (min-width: 834px) {
  .history-list-item .desc::-webkit-scrollbar,
  .company-desc::-webkit-scrollbar {
    width: 0.15rem;
  }
  /* 滑块颜色 */

  .history-list-item .desc::-webkit-scrollbar-thumb,
  .company-desc::-webkit-scrollbar-thumb {
    background-color: var(--ant-color-primary);
    border-radius: 0.21rem;
  }

  .history-list-item .desc::-webkit-scrollbar-thumb:hover,
  .company-desc::-webkit-scrollbar-thumb:hover {
    background-color: var(--link-color);
  }
  /* 轨道颜色 非必须项 默认不显示滚动条的轨道 */

  .history-list-item .desc::-webkit-scrollbar-track,
  .company-desc::-webkit-scrollbar-track {
    border-radius: 0.21rem;
    box-shadow: none;
  }

  .history-list-item .desc::-webkit-scrollbar-thumb {
    background-color: #00a0e9;
  }

  .history-list-item .desc::-webkit-scrollbar-thumb:hover {
    background-color: #15adf2;
  }
}

.select-list {
  padding-top: 0.04rem;
}

.select-list li {
  display: inline-block;
  position: relative;
  margin-left: 0.1rem;
}

.select-list li select {
  box-sizing: border-box;
  border: solid 1px #e7e7e7;
  height: 0.4rem;
  padding: 0 0.24rem;
  width: 2.2rem;
  border-radius: 980px;
  display: inline-block;
  font-size: 0.16rem;
  color: #333;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
}

.select-list li .fa {
  position: absolute;
  right: 0.24rem;
  top: 50%;
  transform: translateY(-50%);
}

select::-ms-expand {
  display: none;
}

@media only screen and (max-width: 833px) {
  .select-list {
    padding-top: 0;
    display: flex;
  }

  .select-list li {
    box-sizing: border-box;
    width: 100%;
    padding: 0 6px;
    margin: 0;
  }

  .select-list li select {
    box-sizing: border-box;
    height: 36px;
    padding: 0 20px;
    width: 100%;
    font-size: 14px;
  }

  .select-list li .fa {
    right: 24px;
  }
}

/* 新闻详情 */
.article-wrapper {
  --article-aside-width: 380px;
  --article-ft-right-width: 2rem;
  display: flex;
}

.article-wrapper .main {
  box-sizing: border-box;
  width: 100%;
  padding-right: 0;
}

.article-wrapper .aside {
  width: var(--article-aside-width);
}

.article {
  font-size: 0.16rem;
}

.article .article-hd {
  border-bottom: 1px solid #ddd;
}
.article .article-hd h1 {
  font-weight: bold;
  font-size: var(--ant-font-size-heading-1);
  color: var(--ant-color-text-heading);
  margin-bottom: var(--ant-margin-xs);
}

.article .article-hd .subhead {
  font-size: 0.16rem;
  margin-bottom: var(--ant-margin-sm);
}

.article .article-hd .byline {
  margin-bottom: var(--ant-margin-xs);
  font-size: 0.14rem;
}

.article .article-hd .sharesheet {
  color: var(--ant-color-text-secondary);
}

.article .article-bd {
  font-size: 0.16rem;
  padding: var(--ant-padding-xl) 0;
  line-height: 2;
  min-height: 300px;
}

.article .article-ft {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-top: 1px solid #ddd;
  padding: var(--ant-padding) 0;
}

.article .article-ft .article-ft-left {
  box-sizing: border-box;
  width: calc(100% - var(--article-ft-right-width));
  padding-right: var(--ant-padding);
}

.article .article-ft .article-ft-right {
  width: var(--article-ft-right-width);
}

.article .article-ft .article-ft-right .button {
  width: 1.9rem;
}

.article .article-ft .article-ft-right .fa {
  margin-right: 0.08rem;
}

.article .article-ft .quick-read-list li {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: var(--ant-padding-xs) 0;
}

.article .article-ft .quick-read-list li a {
  transition: all 0.3s;
}

.article .article-ft .quick-read-list li a:hover {
  color: var(--ant-color-primary);
}

@media only screen and (max-width: 920px) {
  .article-wrapper .aside {
    display: none;
  }

  .article-wrapper .main {
    width: 100%;
    padding-right: 0;
  }
}

@media only screen and (max-width: 768px) {
  .article .article-hd .byline {
    font-size: 14px;
  }
  .article {
    font-size: 14px;
  }

  .article .article-hd h1 {
    font-size: 20px;
  }

  .article .article-hd .subhead {
    font-size: 14px;
  }

  .article .article-bd {
    padding: var(--ant-padding) 0;
    font-size: 14px;
  }

  .article .article-ft {
    padding: var(--ant-padding-xs) 0;
  }

  .article .article-ft .article-ft-left {
    width: 100%;
    padding-right: 0;
  }

  .article .article-ft .article-ft-right {
    width: 100%;
    padding: 0;
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .article .article-ft .quick-read-list li {
    padding: 4px 0;
  }

  .article .article-ft .article-ft-right .button {
    width: 120px;
  }
}

.article-bd table {
  --ant-table-border-color: rgba(0, 0, 0, 0.08);
  width: 100%;
  text-align: start;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 1300px;
  margin: 0 auto;
}

.article-bd table th {
  padding: 8px var(--ant-padding-xl) !important;
  overflow-wrap: break-word;
  position: relative;
  color: #333;
  font-size: 18px;
  font-weight: normal;
}

.article-bd table tr:nth-child(2n) td {
  background-color: rgba(0, 0, 0, 0.02);
}

.article-bd table td {
  position: relative;
  padding: 8px var(--ant-padding-xl) !important;
  overflow-wrap: break-word;
  border: 1px solid var(--ant-table-border-color);
  transition: all 0.3s;
  font-size: var(--ant-font-size-lg);
  color: #666;
}

@media only screen and (max-width: 768px) {
  .article-bd table th {
    padding: var(--ant-padding-xs) !important;
    font-size: 14px;
  }

  .article-bd table td {
    padding: var(--ant-padding-xs) !important;
    font-size: var(--ant-font-size-sm);
  }

  .article-bd table td a {
    padding: 0 var(--ant-padding-xs);
  }
}

.service-detail-hd {
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.12rem;
}
.service-detail-hd h1 {
  font-weight: normal;
  font-size: 0.24rem;
  color: var(--ant-color-text-heading);
  margin-bottom: var(--ant-margin-xs);
  text-align: center;
}

.service-detail-hd .subhead {
  font-size: 0.16rem;
  margin-bottom: var(--ant-margin-sm);
}

.service-detail-bd {
  font-size: 0.16rem;
  line-height: 2;
  min-height: 300px;
  padding: 0.48rem 0;
}

.service-detail-list {
  padding-top: 0.4rem;
}

.service-detail-list li {
  margin-bottom: 0.4rem;
}

.service-detail-list li .wrap {
  display: flex;
  background-color: rgba(0, 0, 0, 0.02);
  border-radius: 0.08rem;
}

.service-detail-list li .wrap-left {
  box-sizing: border-box;
  width: 60%;
  display: flex;
  align-items: center;
  padding: 0 2%;
}

.service-detail-list li .service-txt {
  display: flex;
  flex-direction: column;
}

.service-detail-list li .title {
  font-size: 0.24rem;
  color: #000;
  font-weight: bold;
  margin-bottom: 0.24rem;
}

.service-detail-list li .desc {
  line-height: 2;
}

.service-detail-list li .wrap-right {
  box-sizing: border-box;
  width: 40%;
  padding: 2%;
}

.service-detail-list li .wrap-right img {
  border-radius: 0.08rem;
}

.service-detail-list li:nth-child(2n) .wrap {
  flex-direction: row-reverse;
}

.page-service .content {
  padding-top: 0;
}

.page-service .tag-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.page-service .tag-list .button.ghost {
  margin: 0 0.2rem 0.2rem;
}

.pro-cert-title {
  font-size: 0.18rem;
  margin-bottom: 0.1rem;
}

.pro-cert-list {
  display: flex;
  flex-wrap: wrap;
}

.pro-cert-list li {
  width: 33.33%;
  box-sizing: border-box;
  padding: 0 0.2rem 0 0.16rem;
  position: relative;
  margin: 0.04rem 0;
  font-size: 0.16rem;
}

.pro-cert-list li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.06rem;
  height: 0.06rem;
  background-color: #aaa;
  border-radius: 50%;
}

@media only screen and (max-width: 768px) {
  .service-detail-list li .title {
    font-size: 16px;
  }

  .service-detail-list li {
    margin-bottom: 24px;
  }

  .service-detail-list li .wrap {
    flex-wrap: wrap;
    background-color: transparent;
  }

  .service-detail-list li .wrap-left {
    width: 100%;
    padding: 0;
    margin-bottom: 12px;
  }

  .service-detail-list li .wrap-right {
    width: 100%;
    padding: 0;
  }

  .service-detail-list li .wrap,
  .service-detail-list li:nth-child(2n) .wrap {
    flex-direction: column;
  }

  .page-service .tag-list {
    display: none;
  }
}
