.wid {
  margin-left: auto;
  margin-right: auto;
}

.service .service-link {
  height: 100%;
}

.address {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.address-fl {
  flex: 1 1 auto;
  min-width: 0;
  width: auto;
}

.address-fr {
  flex: 0 0 200px;
  margin-left: 40px;
}

.address p {
  align-items: flex-start;
  clear: both;
  display: flex;
}

.address p span {
  flex: 0 0 54px;
  float: none;
}

.address p em {
  flex: 1 1 auto;
  float: none;
  min-width: 0;
  width: auto;
}

.address p a {
  float: none;
  overflow-wrap: anywhere;
}

.service-txt .service-card-title {
  color: #333;
  font-size: 20px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
}

.case-txt .case-card-title {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  line-height: 34px;
  position: relative;
  text-align: center;
}

.case-txt .case-card-title::before,
.case-txt .case-card-title::after {
  background: #fff;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -105px;
  position: absolute;
  width: 210px;
}

.case-txt .case-card-title::before { bottom: 0; }
.case-txt .case-card-title::after { top: 0; }

.introduce-txt .metric-title {
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  line-height: 24px;
  text-align: center;
}

.team-txt .team-card-title {
  font-size: 10px;
  font-weight: normal;
  line-height: 14px;
}

.team-txt .team-card-title b {
  color: #333;
  font-size: 14px;
  padding: 0 2px;
}

.inform-list-txt-title .service-item-heading {
  padding-left: 14px;
  position: relative;
}

.inform-list-txt-title .service-item-heading::after {
  background: #2626db;
  content: "";
  height: 38px;
  left: 0;
  margin-top: -19px;
  position: absolute;
  top: 50%;
  width: 3px;
}

.inform-list-txt-title .service-item-heading b {
  color: #2626db;
  display: block;
  font-size: 20px;
  line-height: 32px;
}

.inform-list-txt-title .service-item-heading em {
  color: #333;
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
}

.inform-list-item-fr .inform-list-txt-title .service-item-heading {
  padding-left: 0;
  padding-right: 14px;
  text-align: right;
}

.inform-list-item-fr .inform-list-txt-title .service-item-heading::after {
  left: auto;
  right: 0;
}

@media (max-width: 1024px) {
  .wid {
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    width: 100%;
  }

  .service ul {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-left: 0;
    width: 100%;
  }

  .service ul li {
    float: none;
    margin-left: 0;
    margin-top: 0;
    width: 100%;
  }

  .customer-col ul {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-left: 0;
    width: 100%;
  }

  .customer-col ul li {
    float: none;
    margin: 0;
    width: 100%;
  }

  .inform-list-txt { width: 56%; }
  .inform-list-img { width: 40%; }

  .address-fr {
    flex-basis: 180px;
    margin-left: 28px;
  }

  .address-wx {
    height: 180px;
    width: 180px;
  }
}

@media (max-width: 900px) {
  .header {
    display: block;
    padding: 10px 0 0;
  }

  .header.fix { position: relative; }
  .null { height: 0; }

  .header .wid {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    padding-left: 16px;
    padding-right: 16px;
  }

  .logo {
    float: none;
    height: 44px;
    padding-right: 0;
  }

  .logo img {
    height: auto;
    max-width: min(220px, 56vw);
  }

  .addr { display: none; }

  .cont {
    float: none;
    margin-left: auto;
  }

  .cont span { line-height: 44px; }

  .nav {
    -webkit-overflow-scrolling: touch;
    float: none;
    margin: 8px -16px 0;
    order: 3;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    width: calc(100% + 32px);
  }

  .nav::-webkit-scrollbar { display: none; }

  .nav ul {
    display: flex;
    padding: 0 16px;
    width: max-content;
  }

  .nav ul li {
    float: none;
    line-height: 40px;
    padding-right: 24px;
    white-space: nowrap;
  }
}

@media (max-width: 768px) {
  body { font-size: 14px; }

  .wid {
    padding-left: 16px;
    padding-right: 16px;
  }

  img {
    height: auto;
    max-width: 100%;
  }

  .page-bann {
    background-size: cover;
    height: 180px;
  }

  .bannar .swiper-slide img {
    height: 190px;
    object-fit: cover;
  }

  .bannar .swiper-pagination { bottom: 12px !important; }

  .service,
  .case,
  .team,
  .customer {
    padding-top: 48px;
  }

  .service ul {
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-top: 28px;
  }

  .service ul li {
    height: 280px;
    min-width: 0;
  }

  .service ul li .service-box::after { height: 274px; }

  .case-tab ul {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 28px 0 14px;
  }

  .case-tab ul li {
    flex: 0 0 126px;
    margin: 0;
  }

  .case-tab .case-more {
    float: none;
    text-align: right;
  }

  .case-col ul li { width: 50%; }

  .case-txt {
    bottom: 0;
    opacity: 0;
  }

  .case-col ul li:focus-within .case-txt,
  .case-col ul li:hover .case-txt { opacity: 1; }

  .introduce {
    background-size: cover;
    height: auto;
    padding: 48px 0;
  }

  .introduce-col ul {
    display: grid;
    gap: 28px 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-top: 32px;
  }

  .introduce-col ul li {
    float: none;
    width: 100%;
  }

  .introduce-ico { margin-bottom: 14px; }

  .team-col ul li {
    flex: 0 0 220px;
    width: 220px !important;
  }

  .customer-col ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .inform-list-item {
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    flex-direction: column;
    padding: 30px 0;
  }

  .inform-list-txt,
  .inform-list-img {
    float: none !important;
    width: 100%;
  }

  .inform-list-img {
    order: 2;
    padding: 22px 0 0;
  }

  .inform-list-txt-title,
  .inform-list-item-fr .inform-list-txt-title {
    text-align: left;
  }

  .inform-list-item-fr .inform-list-txt-title .service-item-heading {
    padding-left: 14px;
    padding-right: 0;
    text-align: left;
  }

  .inform-list-item-fr .inform-list-txt-title .service-item-heading::after {
    left: 0;
    right: auto;
  }

  .inform-list-txt-type { min-height: 0; }

  .inform-list-item-fr .inform-list-txt-more a { float: none; }

  .content,
  .entity-page,
  .inform {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .content img,
  .entity-page img,
  .inform img {
    height: auto;
    max-width: 100%;
  }

  .address {
    display: flex;
    flex-direction: column;
    padding: 34px 0 24px;
  }

  .address-fl,
  .address-fr {
    float: none;
    flex: 0 0 auto;
    height: auto;
    margin-left: 0;
    width: 100%;
  }

  .address p {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
  }

  .address p span {
    flex: 0 0 54px;
    float: none;
  }

  .address p em {
    flex: 1 1 180px;
    float: none;
    min-width: 0;
    width: auto;
  }

  .address p a {
    float: none;
    overflow-wrap: anywhere;
  }

  .address-wx {
    height: 150px;
    margin: 22px 0 0;
    width: 150px;
  }

  .copyright p {
    line-height: 1.7;
    padding: 16px 0;
  }
}

@media (max-width: 560px) {
  .cont { display: none; }

  .logo img { max-width: min(220px, 72vw); }

  .service ul { grid-template-columns: 1fr; }

  .service ul li {
    height: 300px;
    margin-left: 0;
  }

  .service ul li .service-box::after { height: 294px; }

  .case-col ul li { width: 100%; }

  .introduce-col ul { grid-template-columns: 1fr; }

  .homepage-knowledge .homepage-knowledge-item { width: 100% !important; }

  .page-bann { height: 150px; }

  .inform-loaction {
    height: auto;
    line-height: 1.7;
    padding: 14px 0;
  }
}
