@charset "UTF-8";
/*
 * @Description: 联系我们
 * @Author: hxh
 * @Date: 2025-06-17 16:21:46
 */
.sub-banner .banner-text {
  font-size: 28px;
}

.sub-banner {
  background-image: url("../images/contact_us/sub_banner.png");
}

.viewer {
  padding-top: 40px;
}
.viewer .tip {
  text-align: center;
  line-height: 33px;
  font-weight: 400;
  font-size: 24px;
  color: #999999;
  text-shadow: 0px 4px 4px rgba(255, 255, 255, 0.55);
  margin-bottom: 20px;
}
.viewer .title {
  text-align: center;
  line-height: 60px;
  font-size: 40px;
  color: #333333;
  text-shadow: 0px 4px 4px rgba(255, 255, 255, 0.55);
  margin-bottom: 40px;
}
.viewer .info-cells {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.viewer .info-cells .info-cell {
  width: -webkit-calc(50% - 6px);
  width: -moz-calc(50% - 6px);
  width: calc(50% - 6px);
  margin-right: 12px;
  height: 86px;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #e7effa;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 99px;
  padding-right: 20px;
}
.viewer .info-cells .info-cell .cell-label {
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
  font-size: 18px;
  color: #2e3033;
  line-height: 26px;
}
.viewer .info-cells .info-cell .cell-value {
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 4px;
  font-size: 16px;
  color: #646464;
  line-height: 23px;
}
.viewer .info-cells .info-cell:nth-child(2n) {
  margin-right: 0;
}
.viewer .info-cells .info-cell:nth-child(n+3) {
  margin-top: 12px;
}
.viewer .info-cells .info-cell:nth-child(1) {
  background: url("../images/contact_us/icon_cell1.png") left 48px center no-repeat;
}
.viewer .info-cells .info-cell:nth-child(2) {
  background: url("../images/contact_us/icon_cell2.png") left 48px center no-repeat;
}
.viewer .info-cells .info-cell:nth-child(3) {
  background: url("../images/contact_us/icon_cell3.png") left 48px center no-repeat;
}
.viewer .info-cells .info-cell:nth-child(4) {
  background: url("../images/contact_us/icon_cell4.png") left 48px center no-repeat;
}
.viewer .map {
  margin: 40px 0;
  height: 548px;
}
.viewer .map img {
  height: 100%;
  width: 100%;
}
.viewer .centers {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 24px;
}
.viewer .centers .center-item {
  width: -webkit-calc(33.33% - 8px);
  width: -moz-calc(33.33% - 8px);
  width: calc(33.33% - 8px);
  margin-right: 12px;
  height: 111px;
  border-radius: 8px 8px 8px 8px;
  padding: 16px 64px 16px 24px;
  color: #fff;
  background: url("../images/contact_us/center_item.png");
  -o-background-size: 100%;
     background-size: 100%;
  position: relative;
}
.viewer .centers .center-item::after {
  content: "";
  position: absolute;
  top: 16px;
  right: 24px;
  width: 24px;
  height: 24px;
  background: url("../images/contact_us/center_local.png") center no-repeat;
}
.viewer .centers .center-item:nth-child(3n) {
  margin-right: 0;
}
.viewer .centers .center-item:nth-child(n+4) {
  margin-top: 12px;
}
.viewer .centers .center-item .item-name {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  line-height: 26px;
  margin-bottom: 4px;
}
.viewer .centers .center-item .item-text {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.89);
  line-height: 23px;
  max-height: 46px;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* ! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
}