.valueBox .col-xs-4 {
  text-align: center;
  color: #1b2a55;
}
.valueBox .col-xs-4 .iconBox {
  font-size: 30px;
}
.valueBox .col-xs-4 .iconBox img {
  margin-right: 10px;
  position: relative;
  top: -5px;
}
.valueBox .col-xs-4 .line {
  border-top: 1px solid #c7d1d3;
  height: 1px;
  width: 270px;
  margin: 15px auto;
}
.valueBox .col-xs-4 .value {
  font-weight: 800;
  font-size: 48px;
}
.mapImg {
  margin: 93px 0;
  position: relative;
}
.mapImg .mapBtn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mapImg .mapBtn .beijing {
  position: absolute;
  display: block;
  width: 50px;
  height: 30px;
  top: 386px;
  left: 768px;
}
.mapImg .mapBtn .shijiazhuang {
  position: absolute;
  display: block;
  width: 67px;
  height: 30px;
  top: 421px;
  left: 762px;
}
.mapImg .mapBtn .jinan {
  position: absolute;
  display: block;
  width: 50px;
  height: 30px;
  top: 448px;
  left: 816px;
}
.mapImg .mapBtn .qingdao {
  position: absolute;
  display: block;
  width: 50px;
  height: 30px;
  top: 458px;
  left: 881px;
}
.mapImg .mapBtn .nanjing {
  position: absolute;
  display: block;
  width: 41px;
  height: 30px;
  top: 548px;
  left: 868px;
}
.mapImg .mapBtn .wuxi {
  position: absolute;
  display: block;
  width: 21px;
  height: 30px;
  top: 536px;
  left: 909px;
}
.mapImg .mapBtn .hefei {
  position: absolute;
  display: block;
  width: 50px;
  height: 30px;
  top: 546px;
  left: 813px;
}
.mapImg .mapBtn .shanghai {
  position: absolute;
  display: block;
  width: 36px;
  height: 30px;
  top: 560px;
  left: 929px;
}
.mapImg .mapBtn .wuhan {
  position: absolute;
  display: block;
  width: 38px;
  height: 30px;
  top: 583px;
  left: 766px;
}
.mapImg .mapBtn .hangzhou {
  position: absolute;
  display: block;
  width: 38px;
  height: 30px;
  top: 587px;
  left: 893px;
}
.mapImg .mapBtn .ningbo {
  position: absolute;
  display: block;
  width: 45px;
  height: 30px;
  top: 621px;
  left: 894px;
}
.mapImg .mapBtn .nanchang {
  position: absolute;
  display: block;
  width: 38px;
  height: 30px;
  top: 628px;
  left: 808px;
}
.mapImg .mapBtn .shenzhen {
  position: absolute;
  display: block;
  width: 28px;
  height: 30px;
  top: 740px;
  left: 800px;
}
.mapImg .mapBtn .guangzhou {
  position: absolute;
  display: block;
  width: 50px;
  height: 30px;
  top: 771px;
  left: 750px;
}
.mapRow {
  text-align: center;
  margin-bottom: 83px;
}
.successCase {
  background: white;
}
.successCase .table .tableRow {
  text-align: center;
  font-size: 18px;
  color: #1b2a55;
  padding: 10px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.successCase .table .tableRow:nth-child(1) {
  padding-bottom: 20px;
  font-size: 24px;
}
.successCase .table .tableRow:nth-child(odd) {
  color: #1b2a55;
}
.successCase .table .tableRow:nth-child(even) {
  background: #1b2a55;
  color: white;
}
.successCase .table .tableRow .item1 {
  width: 33%;
  display: inline-block;
}
.successCase .table .tableRow .item2 {
  display: inline-block;
  width: 33%;
}
.successCase .table .tableRow .item3 {
  display: inline-block;
  width: 32%;
}
.successCase .table .tableRow .col-xs-5 {
  text-align: left;
  padding-left: 40px;
}
.successCase .table .tableRow .col-xs-3 {
  text-align: left;
  padding-left: 57px;
}
.successCase .table .tableRow .col-xs-4 {
  text-align: left;
  padding-left: 118px;
}
