@charset "UTF-8";
.about-section {
  margin-top: 40px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05);
  padding: 20px;
}
.about-section.no-top-padding {
  margin-top: 24px;
  margin-bottom: 40px;
  padding: 0;
  box-shadow: none;
  background: none;
}
.about-section.no-top-padding .tab-content {
  background: #fff;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05);
  padding: 20px 20px;
  border-radius: 0 0 12px 12px;
}

.about-desc {
  font-size: 16px;
  color: #444;
  line-height: 28px;
  text-indent: 2em;
  text-align: justify;
}

/* 选项卡区域 */
.about-tabs {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 8px 8px 0 0;
  height: 58px;
  overflow: hidden;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.about-tabs .tab-item {
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05);
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  height: 48px;
  line-height: 48px;
  font-weight: bold;
  font-size: 20px;
  color: #666666;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  background: #e7f2ff; /* 浅蓝背景匹配设计稿圆角选项卡？ */
}
.about-tabs .tab-item::before, .about-tabs .tab-item::after {
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  z-index: 1;
  width: 12px;
  height: 100%;
  background-image: -webkit-linear-gradient(top, transparent 0 10px, #e7f2ff 10px 100%);
  background-image: -moz-linear-gradient(top, transparent 0 10px, #e7f2ff 10px 100%);
  background-image: -o-linear-gradient(top, transparent 0 10px, #e7f2ff 10px 100%);
  background-image: linear-gradient(to bottom, transparent 0 10px, #e7f2ff 10px 100%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.about-tabs .tab-item::before {
  left: -12px;
  border-radius: 0 0 12px 0;
}
.about-tabs .tab-item::after {
  right: -12px;
  border-radius: 0 0 0 12px;
}
.about-tabs .tab-item:last-child::after, .about-tabs .tab-item:first-child::before {
  display: none;
}
.about-tabs .tab-item:first-child {
  border-top-left-radius: 8px;
}
.about-tabs .tab-item:last-child {
  border-top-right-radius: 8px;
}
.about-tabs .tab-item.active {
  height: 58px;
  line-height: 58px;
  color: #3c8cff;
  font-size: 24px;
  background: #fff;
  box-shadow: 12px 12px 0 0 #fff, -12px 12px 0 0 #fff;
  border-radius: 12px 12px 0 0;
  z-index: 2;
}
.about-tabs .tab-item.active::after, .about-tabs .tab-item.active::before {
  opacity: 1;
}

/* 蓝底卡片区域 */
.contact-cards {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
}
.contact-cards .contact-card {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  margin-right: 32px;
  background: url("../images/about_us/contact_card_bg.png");
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  border-radius: 16px 16px 16px 16px;
  height: 124px;
  position: relative;
  color: #fff;
  padding: 70px 20px 20px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  box-shadow: 0px 4px 12px rgba(31, 93, 254, 0.2);
}
.contact-cards .contact-card:last-child {
  margin-right: 0;
}
.contact-cards .contact-card .card-tag {
  position: absolute;
  top: 19px;
  left: -7px;
  color: #333;
  font-size: 16px;
  width: 128px;
  height: 46px;
  background: url("../images/about_us/contact_card_tag.png");
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  font-weight: bold;
  padding: 8px 30px 8px 20px;
}
.contact-cards .contact-card .card-info {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  line-height: 22px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.contact-cards .contact-card.card-address .card-info {
  font-size: 18px;
  font-family: inherit;
}

/* 地图区域 */
.map-box {
  border-radius: 16px 16px 16px 16px;
  overflow: hidden;
  height: 520px;
  background: #eef1f6;
}

.section-title {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
.section-title .title-line {
  width: 0;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 10px;
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-title .title-line .line-main {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  height: 1px;
  display: block;
}
.section-title .title-line .line-dot {
  width: 12px;
  height: 3px;
  display: block;
  margin-top: 1px;
}
.section-title .title-line-left {
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.section-title .title-text {
  margin: 0 19px;
  font-size: 30px;
  font-weight: bold;
  color: #333;
  letter-spacing: 1px;
}
.section-title .title-text .blue {
  color: #267dff;
}

.about-section .section-title .title-text .blue {
  background: -webkit-linear-gradient(left, #1f5dfe, #57a9ff);
  background: -moz-linear-gradient(left, #1f5dfe, #57a9ff);
  background: -o-linear-gradient(left, #1f5dfe, #57a9ff);
  background: linear-gradient(to right, #1f5dfe, #57a9ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}