.content {
  display: block;
}

.content .number {
  margin-bottom: 40px;
}

.content .number .numberTitle ,.content .typeTitle {
  width: 23%;
  margin: auto;
  margin-top: 60px;
  display: flex;
  margin-bottom: 10px;
}

.content .number .numberTitle .sanjiaoxing,.typeTitle .sanjiaoxing {
  width: 60%;
  height: 60%;
}

.content .number .numberTitle .yuanxing,.typeTitle .yuanxing{
  width: 48px;
  height: 37px;
}
.title img{
  margin: 0 !important;
}

.content .number .numberTitle h3,.typeTitle h3 {
  line-height: 1em;
  text-align: center;
  margin: 0 0.3em;
  font-size: 26px;
  color: #43a8ff;
}

.content .number #numberMain {
  width: 100%;
  height: 540px;
}
.type {
  margin-bottom: 50px;
}



.content .type #typeMain {
  width: 100%;
  height: 540px;
}

.w1400 {
  width: 1350px;
  margin: 0 auto;
}


@media screen and (max-width: 1044px) {
  .w1400 {
    width: 94%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px){
  .content .number .numberTitle,
    .content .typeTitle{
      width: 85%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px){
.content .number .numberTitle,
  .content .typeTitle {
    width: 40%;
  }
}

