.crumb .wrap{
    border-bottom: 1px solid rgb(216, 216, 216);
    padding-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.crumb .return {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.crumb .return svg {
  margin-right: 4px;
}
.crumb .return svg path {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.crumb .return:hover {
  color: rgb(224, 26, 33);
}
.crumb .return:hover svg path {
  fill: rgb(224, 26, 33);
}

.all {
  padding-bottom: 70px;
}
.all .common_title {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
          margin-bottom: 45px;
}
.all .common_title div::after {
  margin-left: auto;
  margin-right: auto;
}
.all .number_flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
margin-bottom: 33px;
}
.all .number_flx > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 6%;
  border-right: 1px solid rgba(45, 45, 45, 0.1);
}
.all .number_flx > div:nth-child(n+5) {
  margin-top: 54px;
}
.all .number_flx > div:nth-child(4n) {
  border-right: none;
}
.all .number_flx > div:nth-child(4n+1) {
  padding-left: 0;
}
.all .number_btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1;
}
.all .number_btm > div:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.all .number {
  font-weight: bold;
  color: rgb(224, 26, 33);
  margin-right: 4px;
  font-family: "Arial";
  height: 40px;
}
.all .number_top {
  margin-bottom: 7px;
}
.all .number_dw {
  color: rgb(224, 26, 33);
}
.all .content {
  line-height: 30px;
}
.all .content img{
  max-width: 100% !important;
}
.honor {
  background: rgba(45, 45, 45, 0.05);
  padding: 70px 0;
  overflow: hidden;
}
.honor .wrap {
  position: relative;
}
.honor .wrap::after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 200%;
  background: rgb(229, 229, 229);
}
.honor .honor_flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.honor .honor_l {
  width: 70%;
}
.honor .sw_l {
  margin-top: 45px;
}
.honor .sw_l img {
  max-width: 53%;
}
.honor .sw_r {
  height: 516px;
  padding-top: 28px;
}
.honor .sw_r .swiper-slide {
  padding-right: 20px;
  text-align: right;
  color: rgba(45, 45, 45, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  cursor: pointer;
}
.honor .sw_r .swiper-slide-thumb-active {
  color: rgb(224, 26, 33);
  border-right: 2px solid rgb(224, 26, 33);
}
.honor .honor_title {
  margin-bottom: 32px;
  font-weight: bold;
}

@media only screen and (max-width: 1600px) {
  .all .number {
    height: 30px;
  }
  .all .number_des {
    margin-top: 0px;
  }
  .all .number_flx > div {
    padding-left: 4%;
  }
  .all .number_flx > div:nth-child(n+5) {
    margin-top: 40px;
  }
  .honor .sw_r {
    height: 450px;
  }
}
@media only screen and (max-width: 1200px) {
  .all .number_flx > div:nth-child(4n) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 19.9%;
            flex: 0 0 19.9%;
  }
  .all .number {
    font-size: 24px;
    height: 20px;
  }
}
@media only screen and (max-width: 1000px) {
  .all .number {
    font-size: 18px;
    height: 16px;
  }
}
@media only screen and (max-width: 768px) {
    .all .common_title{
        margin-bottom: 25px;
    }
  .all .number_flx > div {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
            flex: 0 0 50% !important;
    margin-bottom: 20px;
  }
  .all .number_flx {
    margin-bottom: 0;
  }
  .all .number_flx > div:nth-child(2) {
    border-right: none;
  }
  .all {
    padding-bottom: 40px;
  }
  .all .number_flx > div:nth-child(2n) {
    border-right: none;
  }
  .all .number_flx > div:nth-child(n+5) {
    margin-top: 0px;
  }
  .all .number_flx > div {
    padding-left: 4% !important;
    margin-bottom: 20px;
  }
  .honor .sw_r {
    height: auto;
  }
  .honor .honor_flx {
    display: block;
  }
  .honor .honor_l {
    width: 100%;
  }
  .honor .honor_r {
    width: 100%;
  }
  .honor .sw_r .swiper-slide {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 0;
    border-right: none;
    font-size: 12px !important;
  }
  .honor {
    padding: 40px 0;
  }
  .honor .honor_l .common_title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .honor .honor_l .common_title > div::after {
    margin-left: auto;
    margin-right: auto;
  }
  .honor .wrap::after {
    height: 1px;
    width: 150%;
    top: inherit;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .honor .honor_title {
    margin-bottom: 15px;
    text-align: center;
    font-size: 18px;
  }
  .sw_l .swiper-slide {
    text-align: center;
  }
  .honor .sw_l img {
    max-width: 100%;
  }
  .honor .sw_r .swiper-slide-thumb-active {
    border-right: none;
    font-size: inherit;
    font-weight: bold;
    border-bottom: 2px solid rgb(224, 26, 33);
    padding-bottom: 4px;
  }
  .honor .sw_l {
    margin-top: 25px;
  }
}
