/**
 * about
 * @date 2021-08-25
 * @author wuji
 */
.biz-about {
  text-align: center;
  background-image: url(../img/about/banner.jpg);
}
.biz-about .sketch-content {
  width: 100%;
}
.dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  border-radius: 50%;
  background-color: currentColor;
  vertical-align: middle;
}
/**
 * navbar
 */
.about-navbar {
  display: flex;
  justify-content: center;
  text-align: center;
  background-color: #f9f9f9;
}
.about-navbar.app-fixed {
  position: fixed;
  top: 55px;
  left: 0;
  right: 0;
  z-index: 10;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}
.about-navbar.app-fixed + .about-navbar-backup {
  height: 68px;
}
.about-nav {
  width: 200px;
  box-sizing: border-box;
  padding: 20px 0px;
  font-size: 18px;
  cursor: pointer;
  color: inherit;
}
.about-nav.active {
  color: #fff;
  background-color: #2a62fe;
}
/**
 * company-intro
 */
.company-intro {
  line-height: 2em;
}
.company-intro h2 {
  font-size: 36px;
}
.company-intro .intro-desc {
  padding: 40px 0 45px;
  color: #777;
}
.company-intro .intro-desc p {
  margin: 0;
  text-indent: 2em;
  line-height: 2;
}
.company-intro .number-areas {
  display: flex;
  justify-content: space-around;
  padding: 20px 0;
  text-align: center;
  border-top: 1px solid #eee;
}
.company-intro .intro-number {
  color: #8eb5ff;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.6;
}
.company-intro .number-desc {
  color: #777;
  line-height: 2;
  font-size: 18px;
}
@media (max-width: 768px) {
  .company-intro .intro-number {
    font-size: 24px;
  }
  .company-intro .number-desc {
    font-size: 14px;
  }
}
/* condition */
.cooperation-conditions {
  padding: 20px 0 20px;
}
.co-condition {
  position: relative;
  margin-top: 110px;
  padding: 90px 30px 30px;
  text-align: center;
  border-radius: 4px;
  box-shadow: 0 0 20px #c7e3ff;
  background-color: #fff;
}
.co-condition .condition-hd {
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  box-sizing: border-box;
  padding: 12px;
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.co-condition .condition-hd:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #f2f9ff;
}
.co-condition .condition-logo {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  width: 56px;
}
.co-condition .condition-title {
  font-size: 18px;
  font-weight: bold;
}
.co-condition .condition-desc {
  min-height: 120px;
  margin-bottom: 0;
  font-size: 18px;
  color: #999;
  text-align: left;
}
.bg-grey {
  background-color: #f6fbff;
}
/**
 * qualification-area
 */
.qualification-area {
  margin: 50px 0 0;
  text-align: center;
}
.qualification-desc {
  margin: 0;
  font-size: 15px;
  color: #000;
  line-height: 2;
}

/**
 * contact-us
 */
.contact-us {
  font-size: 15px;
  color: #000;
  line-height: 2;
  background: #fff;
  align-items: center;
  margin-top: 50px;
}
.contact-us p {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
}
.contact-items {
  padding: 0 0 0 40px;
}
/**
 * baidu map
 */
.baidu-map {
  height: 500px;
  border: #ccc solid 1px;
}
.iw_poi_title {
  color: #CC5522;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  padding-right: 13px;
  white-space: nowrap;
}
.iw_poi_content {
  font: 12px arial, sans-serif;
  overflow: visible;
  padding-top: 4px;
  white-space: -moz-pre-wrap;
  word-wrap: break-word;
}
.company-intro, .bg-grey, .honor-qualification {
  position: relative;
}
.anchor-container {
  position: absolute;
  top: -123px;
  width: 100%;
  height: 123px;
  z-index: -1;
}
@media (max-width: 768px) {
  .about-navbar .about-nav:hover {
    color: inherit;
  }
  .cooperation-conditions {
    padding: 0px;
  }
  .company-intro .intro-desc {
    padding: 20px 0 22px;
  }
  .qualification-area {
    margin: 25px 0 0;
  }
  .qualification-desc {
    font-size: 12px;
  }
  .qualification-item:not(:last-child) {
    margin-bottom: 10px;
  }
  .contact-us {
    background: inherit;
    margin-top: 0px;
  }
  .contact-us p {
    font-size: 13px;
  }
  .contact-items {
    padding: 10px 0 10px 20px;
  }
}
@media (min-width: 992px) {
  .qualification-area > div {
    width: 20%;
    flex-basis: 20%;
    max-width: unset;
  }
}