body {
  padding-top: 70px;
}
.l2-page-head {
  background-image: url(/static/img/case-head-bg.jpg?v=327715f);
}
.title {
  padding-top: 82px;
  font-size: 24px;
  font-weight: 600;
  color: #090f27;
  text-align: center;
}
@media (max-width: 500px) {
  .title {
    text-align: left;
    padding-left: 25px;
    padding-top: 48px;
  }
}
.sub-title {
  width: 880px;
  margin: 21px auto 0 auto;
  font-size: 13px;
  line-height: 22px;
  color: #686a7a;
  text-align: center;
}
@media (max-width: 500px) {
  .sub-title {
    text-align: justify;
    width: auto;
    margin: 8px 0 0 0;
    padding: 0 25px;
  }
}
.com-dev-area {
  background: #fafafa;
  margin-top: 105px;
}
@media (max-width: 500px) {
  .com-dev-area {
    padding-top: 33px;
    margin-top: 79px;
  }
}
.com-dev,
.com-orgs {
  width: 1100px;
  margin: 0 auto;
}
@media (max-width: 500px) {
  .com-dev,
  .com-orgs {
    width: 350px;
  }
}
.com-dev img,
.com-orgs img {
  display: block;
  width: 100%;
}
.com-dev .for-pc,
.com-orgs .for-pc {
  display: block;
}
@media (max-width: 500px) {
  .com-dev .for-pc,
  .com-orgs .for-pc {
    display: none;
  }
}
.com-dev .for-mobile,
.com-orgs .for-mobile {
  display: none;
}
@media (max-width: 500px) {
  .com-dev .for-mobile,
  .com-orgs .for-mobile {
    display: block;
  }
}
.com-orgs-title,
.com-map-title {
  font-size: 24px;
  font-weight: 500;
  color: #090f27;
  text-align: center;
  margin: 100px 0 48px 0;
}
@media (max-width: 500px) {
  .com-orgs-title,
  .com-map-title {
    text-align: left;
    margin-left: 25px;
  }
}
.org-zh-area {
  background: #fafafa;
  margin-top: 76px;
  padding-top: 67px;
  padding-bottom: 86px;
}
.org-zh-area .com-orgs-title {
  margin-top: 0;
  margin-bottom: 74px;
}
.com-map {
  width: 1100px;
  height: 414px;
  margin: 0 auto 120px auto;
  background: url(/static/img/com-map.jpg?v=6e9a948) no-repeat center center;
  background-size: 100%;
}
@media (max-width: 500px) {
  .com-map {
    width: 326px;
    height: 414px;
    background: url(/static/img/com-map-m.jpg?v=740636e) no-repeat center center;
    background-size: 100%;
  }
}

