.company-wrap {
  margin: 8vw 0;
  color: #fff;
}
.company-wrap .title {
  font-weight: bold;
  font-size: 5.3vw;
  line-height: 9.1vw;
  text-align: center;
}
.company-wrap .subtitle {
  margin-top: 2.7vw;
  text-align: center;
}
.company-wrap .desc {
  font-weight: 400;
  font-size: 3.7vw;
  line-height: 6.4vw;
}

.intro,
.advantage {
  padding: 4vw;
}
.intro .scale-container .img,
.advantage .scale-container .img {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
  overflow: hidden;
}
.intro .scale-container .img img,
.advantage .scale-container .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4.8vw;
}
.intro .scale-container .wrap,
.advantage .scale-container .wrap {
  position: relative;
  padding: 4vw 0 0;
}
.intro .scale-container .wrap .name,
.advantage .scale-container .wrap .name {
  font-weight: bold;
  font-size: 4.8vw;
  margin-bottom: 4vw;
}

.intro {
  margin-top: 8vw;
  padding-top: 0;
}
.intro .scale-wrap {
  margin-top: 5.3vw;
}
.intro .scale-wrap .scale-container .title {
  text-align: left;
  margin-bottom: 4vw;
}
.intro .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4vw;
  margin-top: 4vw;
}
.intro .data .item {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 44vw;
          flex: 0 0 44vw;
  background: #fff;
  -webkit-box-shadow: 0px -1.3vw 2.7vw 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px -1.3vw 2.7vw 0px rgba(0, 0, 0, 0.1);
  border-radius: 4.8vw;
  overflow: hidden;
  padding: 7.5vw 0;
}
.intro .data .item .num {
  font-weight: bold;
  font-size: 9.6vw;
  color: #0E4BA3;
  line-height: 11.5vw;
  text-align: center;
}
.intro .data .item .word {
  font-weight: 400;
  font-size: 3.7vw;
  color: #374649;
  line-height: 5vw;
  text-align: center;
  margin-top: 3.2vw;
}
.intro .data .item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2.7vw;
  background-color: #0E4BA3;
}
.intro .data .item:nth-child(2) .num {
  color: #E60012;
}
.intro .data .item:nth-child(2)::after {
  background-color: #E60012;
}
.intro .data .item:nth-child(3) .num {
  color: #C9B42D;
}
.intro .data .item:nth-child(3)::after {
  background-color: #FFE74F;
}
.intro .data .item:nth-child(4) .num {
  color: #0E9F16;
}
.intro .data .item:nth-child(4)::after {
  background-color: #02C10C;
}

.advantage {
  margin-top: 8vw;
  background: #06214A;
}
.advantage .scale-wrap {
  margin-top: 5.3vw;
}
.advantage .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4vw 3vw;
}
.advantage .list .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 1.6vw);
          flex: 0 0 calc(50% - 1.6vw);
  border-radius: 3.2vw;
  border: 0.3vw solid #4B6CB4;
  padding: 2.9vw 2vw;
  background: #12284C;
}
.advantage .list .item .iname {
  font-weight: bold;
  font-size: 4.3vw;
  line-height: 6.4vw;
  height: 12.8vw;
}
.advantage .list .item .idesc {
  font-weight: 400;
  font-size: 3.5vw;
  line-height: 5.3vw;
  margin-top: 1.6vw;
}

.partner {
  margin-top: 8vw;
}
.partner .container {
  position: relative;
  padding: 0 4vw !important;
}
.partner .container .title {
  text-align: left;
}
.partner .container::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.1vw;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#0E8EC8), to(#4B6CB4));
  background: linear-gradient(180deg, #0E8EC8 0%, #4B6CB4 100%);
}
.partner .container .list {
  margin-top: 4vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4vw 2.7vw;
}
.partner .container .list .item {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.333% - 1.85vw);
          flex: 0 0 calc(33.333% - 1.85vw);
  height: 0;
  padding-top: 19.65%;
  border-radius: 2.1vw;
  background: #fff;
  -webkit-box-shadow: 0px 1.3vw 2.7vw 0px rgba(75, 108, 180, 0.13);
          box-shadow: 0px 1.3vw 2.7vw 0px rgba(75, 108, 180, 0.13);
  overflow: hidden;
}
.partner .container .list .item img {
  width: 85%;
  height: 85%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 991.98px) {
  .company-wrap .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .company-wrap {
    margin: 60px 0;
  }
  .company-wrap .title {
    font-size: 2.6vw;
    line-height: 3.6vw;
  }
  .company-wrap .desc {
    font-size: 0.9vw;
    line-height: 1.8vw;
  }
  .company-wrap .subtitle {
    margin-top: 1.3vw;
    text-align: center;
  }
  .intro,
  .advantage {
    padding: 0;
  }
  .intro .scale-wrap,
  .advantage .scale-wrap {
    position: relative;
    height: 0;
    padding-top: 36.2%;
  }
  .intro .scale-wrap .scale-container,
  .advantage .scale-wrap .scale-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    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;
  }
  .intro .scale-wrap .scale-container .img,
  .advantage .scale-wrap .scale-container .img {
    width: 48.2%;
    height: 100%;
    padding-top: unset;
    border-radius: 2.1vw;
  }
  .intro .scale-wrap .scale-container .img img,
  .advantage .scale-wrap .scale-container .img img {
    border-radius: 2.1vw;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
  }
  .intro .scale-wrap .scale-container .wrap,
  .advantage .scale-wrap .scale-container .wrap {
    position: relative;
    width: 48.2%;
    height: 100%;
    padding: 2.6vw 0 0;
  }
  .intro .scale-wrap .scale-container .wrap .name,
  .advantage .scale-wrap .scale-container .wrap .name {
    font-weight: bold;
    font-size: 2.1vw;
    margin-bottom: 1.8vw;
  }
  .intro .scale-wrap .scale-container:hover .img img,
  .advantage .scale-wrap .scale-container:hover .img img {
    -webkit-transform: translate(-50%, -50%) scale(1.04);
            transform: translate(-50%, -50%) scale(1.04);
  }
  .intro {
    margin-top: 60px;
    padding-top: 0;
  }
  .intro .scale-wrap {
    margin-top: 2.6vw;
  }
  .intro .scale-wrap .scale-container .title {
    margin-bottom: 1vw;
  }
  .intro .data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 4.3vw;
    margin-top: 2.6vw;
  }
  .intro .data .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 3.3vw);
            flex: 0 0 calc(25% - 3.3vw);
    -webkit-box-shadow: 0px -0.3vw 0.5vw 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px -0.3vw 0.5vw 0px rgba(0, 0, 0, 0.1);
    border-radius: 1.3vw;
    padding: 2.1vw 0;
    cursor: pointer;
  }
  .intro .data .item .num {
    font-size: 3.1vw;
    line-height: 3.8vw;
  }
  .intro .data .item .word {
    font-size: 0.9vw;
    line-height: 1.8vw;
    margin-top: 1vw;
  }
  .intro .data .item::after {
    height: 1vw;
  }
  .advantage {
    margin-top: 60px;
    padding: 3.4vw 0;
  }
  .advantage .scale-wrap {
    margin-top: 0;
  }
  .advantage .scale-wrap .scale-container .img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .advantage .scale-wrap .scale-container .wrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
  .advantage .title,
  .advantage .subtitle {
    width: 100%;
    text-align: left;
    margin: 0;
  }
  .advantage .list {
    gap: 1.6vw 2vw;
  }
  .advantage .list .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 1.05vw);
            flex: 0 0 calc(50% - 1.05vw);
    border-radius: 1vw;
    border: 0.1vw solid #4B6CB4;
    padding: 1vw 1.3vw;
    cursor: pointer;
  }
  .advantage .list .item .iname {
    font-size: 1.5vw;
    line-height: 1.9vw;
    height: 3.8vw;
  }
  .advantage .list .item .idesc {
    font-size: 0.9vw;
    line-height: 1.6vw;
    margin-top: 1.5vw;
  }
  .partner {
    margin-top: 60px;
  }
  .partner .container {
    position: relative;
    padding: 0 0 0 2.6vw !important;
  }
  .partner .container .title {
    text-align: left;
  }
  .partner .container::before {
    width: 0.5vw;
  }
  .partner .container .list {
    margin-top: 2.8vw;
    gap: 2.6vw 3.5vw;
  }
  .partner .container .list .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 2.65vw);
            flex: 0 0 calc(25% - 2.65vw);
    padding-top: 12.857%;
    border-radius: 1vw;
    -webkit-box-shadow: 0px 1.3vw 2.7vw 0px rgba(75, 108, 180, 0.13);
            box-shadow: 0px 1.3vw 2.7vw 0px rgba(75, 108, 180, 0.13);
    cursor: pointer;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
  }
  .partner .container .list .item img {
    width: 85%;
    height: 85%;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
  }
  .partner .container .list .item:hover {
    -webkit-box-shadow: 0px 0.5vw 1.3vw 0px rgba(255, 255, 255, 0.3);
            box-shadow: 0px 0.5vw 1.3vw 0px rgba(255, 255, 255, 0.3);
  }
  .partner .container .list .item:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
  }
}