.page-heading {
  margin-top: 80px;
  background-image: url("../images/Group38@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 {
  height: 50px;
  color: #4b7ac0;
  display: flex;
  align-items: center;
}
.nav-content .tab-box .tab-item span {
  padding: 0 50px;
}
.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;
}
#concatUs .item .top {
  background-color: rgba(75,122,192,0.098);
  height: 71px;
  line-height: 71px;
  text-align: center;
  color: #232323;
  font-size: 16px;
}
#concatUs .item .content {
  padding: 30px 0;
  text-align: center;
}
#concatUs .item .content ul li {
  font-size: 14px;
  color: #686868;
  height: 30px;
  line-height: 30px;
}
#concatUs .map {
  text-align: center;
}
#concatUs .concatInfo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#concatUs .concatInfo .item-box {
  padding-right: 12px;
}
#concatUs .concatInfo .item {
  padding: 5px 0;
  color: #686868;
}
iframe {
  width: 100%;
  min-height: 500px;
}
@media screen and (max-width: 640px) {
  #iframe {
    min-height: 271px;
  }
}
@media screen and (min-width: 750px) and (max-width: 800px) {
  #iframe {
    min-height: 271px;
  }
}
