.page-heading {
  margin-top: 80px;
  background-image: url("../images/Group29@1x.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-heading .inner-content {
  text-align: left;
  padding-top: 150px;
}
.page-heading .inner-content h2 {
  font-size: 32px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 30px;
}
.nav-content {
  background-color: rgba(75,122,192,0.098);
}
.nav-content .tab-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-content .tab-box .tab-item {
  width: 182px;
  height: 50px;
  color: #4b7ac0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.nav-content .tab-box .tab-item span {
  text-align: center;
}
.nav-content .tab-box .active {
  background-color: #4b7ac0;
  color: #fff;
}
.nav-link {
  padding: 40px 0;
}
.nav-link .link {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.nav-link .link img {
  padding-right: 10px;
}
.nav-link .link span {
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  padding-left: 10px;
}
.nav-link .link .line {
  width: 1px;
  height: 16px;
  border-left: 2px solid #726f6f;
}
#aboutPage .item-box {
  padding: 15px 0;
  text-align: center;
  display: flex;
}
#aboutPage .item-box .item {
  text-align: center;
}
#aboutPage .item-box .item img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
#aboutPage .item-box .item .title {
  padding: 20px 0;
}
#aboutPage .about-img img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
#aboutPage .desc {
  text-indent: 2em;
  font-size: 14px;
  padding: 30px 0;
  color: #686868;
  text-align: left;
}
#aboutPage .concat-info {
  text-align: center;
  font-size: 14px;
  color: #686868;
}
