/*关于我们*/
.nums {
  margin-top: 50px;
}
.nums .name {
  font-size: 24px;
  font-weight: bold;
}
.nums .num {
  font-size: 80px;
  font-weight: bold;
  position: relative;
}
.nums .num:before {
  content: '';
  width: 52px;
  height: 52px;
  display: inline-block;
}
.nums span {
  font-size: 50px;
}
.nums .customer .num:before {
  background: url("../images/icon-customers.png") no-repeat center;
  background-size: contain;
}
.nums .experts .num:before {
  background: url("../images/icon-experts.png") no-repeat center;
  background-size: contain;
}
.nums .wangluo .num:before {
  background: url("../images/icon-ditu.png") no-repeat center;
  background-size: contain;
}
.nums .jigou .num:before {
  background: url("../images/icon-fenzhi.png") no-repeat center;
  background-size: contain;
}
.about-intro {
  margin-bottom: 120px;
  display: table;
}
.about-intro .left,
.about-intro .right {
  width: 50%;
  height: 100%;
  background-color: #032A4D;
  display: table-cell;
  float: none !important;
}
.about-intro .text {
  width: 85%;
  height: 100%;
  margin: 5% auto;
}
.about-intro .text .title {
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
}
.about-intro .text p {
  font-size: 18px;
}
.culture-box {
  border: 2px solid #ccc;
}
.position-box .title {
  font-size: 20px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 20px 40px;
  margin-bottom: 0;
}
.position-box .name {
  width: 40%;
  line-height: 1.6;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
}
.position-box .department {
  width: 30%;
  line-height: 1.6;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
}
.position-box .addr {
  width: 30%;
  line-height: 1.6;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
}
.position-box .position-list .item {
  border-bottom: 1px solid #ccc;
  position: relative;
}
.position-box .position-list .item.active .position-description {
  display: block;
}
.position-box .position-list .item.active .job-title:after {
  content: '-';
}
.position-box .position-list .item .job-title {
  padding: 20px 40px;
  font-size: 19px;
  position: relative;
  cursor: pointer;
}
.position-box .position-list .item .job-title:after {
  content: '+';
  font-size: 30px;
  color: #333333;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.position-box .position-list .item .position-description {
  padding: 20px 40px;
  display: none;
  background-color: #f5f5f5;
}
.position-box .position-list .item .position-description .description-content {
  margin-bottom: 40px;
}
.position-box .position-list .item .position-description .description-title {
  font-size: 20px;
  color: #666666;
  margin-bottom: 30px;
  position: relative;
}
.position-box .position-list .item .position-description .description-title:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 18px;
  background-color: #032A4D;
  position: absolute;
  left: -10px;
  top: 50%;
  margin-top: -9px;
}
.text-xxl {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .nums {
    margin-top: 0.8rem /* 30/37.5 */;
  }
  .nums ul {
    display: block;
  }
  .nums ul li {
    margin: 0.8rem /* 30/37.5 */ auto;
  }
  .nums ul li dl {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .nums ul li span {
    font-size: 0.64rem /* 24/37.5 */;
  }
  .nums .name {
    margin: 0.133rem /* 5/37.5 */;
    font-size: 0.533rem /* 20/37.5 */;
    text-align: center;
  }
  .nums .num {
    font-size: 1.333rem /* 50/37.5 */;
  }
  .nums .num:before {
    width: 0.8rem /* 30/37.5 */;
    height: 0.8rem /* 30/37.5 */;
  }
  .about-intro {
    margin-bottom: 1px;
    display: block;
  }
  .about-intro .left {
    display: block;
    width: 100%;
    height: 30vh;
  }
  .about-intro .right {
    padding: 0.8rem /* 30/37.5 */ 0;
    width: 100%;
    display: block;
  }
  .about-intro .text {
    margin: 0 auto;
  }
  .about-intro .text p {
    font-size: 0.373rem /* 14/37.5 */;
  }
  .culture-box {
    display: block;
  }
  .culture-box.padding-lg {
    padding: 0.533rem /* 20/37.5 */;
  }
  .culture-box .culture-img {
    margin-right: 0;
    width: 100%;
  }
  .position-box .title {
    padding: 0.4rem /* 15/37.5 */;
    font-size: 0.427rem /* 16/37.5 */;
  }
  .position-box .position-list .item .job-title {
    padding: 0.4rem /* 15/37.5 */;
    font-size: 0.373rem /* 14/37.5 */;
  }
  .position-box .position-list .item .position-description {
    padding: 0.4rem /* 15/37.5 */;
  }
  .position-box .position-list .item .position-description .description-content {
    margin-bottom: 0.533rem /* 20/37.5 */;
  }
  .position-box .position-list .item .position-description .description-title {
    margin-bottom: 0.4rem /* 15/37.5 */;
    font-size: 0.373rem /* 14/37.5 */;
  }
  .position-box .position-list .item .position-description .description-title:before {
    width: 0.053rem /* 2/37.5 */;
    height: 0.427rem /* 16/37.5 */;
    left: -0.133rem /* -5/37.5 */;
  }
  .text-xxl {
    font-size: 0.587rem /* 22/37.5 */;
  }
}
/*# sourceMappingURL=about.css.map */