.bg-light {
  background-color: #fff !important;
}

.manufacture {
  margin: 5.3vw 0 8vw;
}

.name .line {
  width: 9.3vw;
  height: 0.3vw;
  border: 0.3vw solid;
  -o-border-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgb(255, 255, 255)) 3 3;
     border-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255))) 3 3;
     border-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgb(255, 255, 255)) 3 3;
}
.name .line:last-child {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.manu {
  width: 100%;
  background-image: url(../../images/manu-1-bg-wap.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 4vw;
}
.manu .wrap {
  width: 100%;
  background: #FFFFFF;
  -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: 2.1vw;
  padding: 4vw 2.7vw;
}
.manu .wrap .name {
  width: 67vw;
  height: 16vw;
  margin: 0 auto;
  background-image: url(../../images/partner-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.manu .wrap .name .word {
  font-weight: bold;
  font-size: 4.3vw;
  color: #FFFFFF;
  text-align: center;
}
.manu .wrap .title {
  font-weight: bold;
  font-size: 4.8vw;
  color: #0E4BA3;
  text-align: center;
  margin: 2.7vw 0;
}
.manu .wrap .desc {
  font-weight: 400;
  font-size: 3.7vw;
  color: #374649;
  line-height: 6.4vw;
  margin-bottom: 2.7vw;
}
.manu .wrap .pics {
  width: 100%;
  overflow: hidden;
  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;
}
.manu .wrap .pics .img {
  position: relative;
  width: calc((100% - 2.2vw) / 3);
  overflow: hidden;
}
.manu .wrap .pics .img div {
  height: 0;
  padding-top: 100%;
}
.manu .wrap .pics .img div img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2.1vw;
}

.core {
  padding: 8vw 4vw;
}
.core .name {
  width: 67vw;
  height: 16vw;
  margin: 0 auto;
  background-image: url(../../images/partner-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 4vw;
}
.core .name .word {
  font-weight: bold;
  font-size: 4.3vw;
  color: #FFFFFF;
  text-align: center;
}
.core .item {
  width: 100%;
  height: 32.3vw;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1.3vw 2.7vw 0px rgba(0, 0, 0, 0.1), 0px -0.8vw 1.6vw 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1.3vw 2.7vw 0px rgba(0, 0, 0, 0.1), 0px -0.8vw 1.6vw 0px rgba(0, 0, 0, 0.1);
  border-radius: 2.1vw;
  padding: 2.7vw 4vw;
  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;
  margin-top: 4vw;
}
.core .item .img {
  position: relative;
  width: 16vw;
  height: 16vw;
  border-radius: 16vw;
  background: #F2F6FD;
}
.core .item .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50%;
}
.core .item .words {
  width: calc(100% - 16vw - 5.3vw);
  height: 100%;
  padding-left: 4.3vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  border-left: 0.3vw dashed #AFB5B9;
}
.core .item .words .title {
  width: 100%;
  font-weight: bold;
  font-size: 4.3vw;
  color: #374649;
}
.core .item .words .desc {
  width: 100%;
  font-weight: 500;
  font-size: 3.2vw;
  color: #90A0B0;
  line-height: 5.4vw;
}

.quality .img,
.support .img {
  position: relative;
  width: 100%;
  height: 75.2vw;
  overflow: hidden;
}
.quality .img img,
.support .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.quality .wrap,
.support .wrap {
  position: relative;
  padding: 17.6vw 4vw;
  background: #F7F9FA;
}
.quality .wrap .icon1,
.support .wrap .icon1 {
  position: absolute;
  left: 4vw;
  top: 4vw;
  width: 10.7vw;
  height: 10.7vw;
}
.quality .wrap .circle1,
.support .wrap .circle1 {
  position: absolute;
  right: 11.5vw;
  top: 11vw;
  border: 0.8vw solid #4B6CB4;
  width: 2.9vw;
  height: 2.9vw;
  border-radius: 2.9vw;
  opacity: 0.25;
}
.quality .wrap .circle2,
.support .wrap .circle2 {
  position: absolute;
  right: 4vw;
  top: 4vw;
  width: 6.9vw;
  height: 6.9vw;
  border: 1.3vw solid #4B6CB4;
  border-radius: 6.9vw;
  opacity: 0.5;
}
.quality .wrap::after,
.support .wrap::after {
  content: "METSLURRY";
  position: absolute;
  left: 4vw;
  bottom: 0;
  font-weight: bold;
  font-size: 9.6vw;
  color: #4B6CB4;
  opacity: 0.2;
}
.quality .wrap .title,
.support .wrap .title {
  font-weight: bold;
  font-size: 4.8vw;
  color: #374649;
  margin-bottom: 3.2vw;
}
.quality .wrap .desc,
.support .wrap .desc {
  font-weight: 400;
  font-size: 3.7vw;
  color: #36464A;
  line-height: 6.9vw;
  text-align: justify;
}

.support {
  margin-top: 8vw;
}

@media (min-width: 992px) {
  .manufacture {
    margin: 60px 0 80px;
  }
  .manufacture .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .name .line {
    width: 1.8vw;
    height: 0.1vw;
    border: 0.1vw solid;
    -o-border-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgb(255, 255, 255)) 3 3;
       border-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255))) 3 3;
       border-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgb(255, 255, 255)) 3 3;
  }
  .name .line:last-child {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .manu {
    width: 100%;
    background-image: url(../../images/manu-1-bg-pc.jpg);
    padding: 4.2vw 0;
  }
  .manu .wrap {
    width: 100%;
    background: #FFFFFF;
    -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: 2.1vw;
    padding: 2.6vw;
  }
  .manu .wrap .name {
    width: 29.2vw;
    height: 5.5vw;
    padding: 0 5px;
  }
  .manu .wrap .name .word {
    font-size: 2vw;
  }
  .manu .wrap .title {
    font-size: 1.3vw;
    margin: 1.8vw 0 0.8vw;
  }
  .manu .wrap .desc {
    font-size: 1vw;
    line-height: 1.6vw;
    margin-bottom: 1.8vw;
  }
  .manu .wrap .pics {
    width: 100%;
  }
  .manu .wrap .pics .img {
    width: calc((100% - 5.2vw) / 3);
    border-radius: 0.9vw;
  }
  .manu .wrap .pics .img div {
    height: 0;
    padding-top: 100%;
  }
  .manu .wrap .pics .img div img {
    border-radius: 0.9vw;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
  }
  .manu .wrap .pics .img:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
  }
  .core {
    margin-top: 4.2vw;
    padding: 0;
  }
  .core .name {
    width: 23vw;
    height: 5.5vw;
    padding: 0 10px;
  }
  .core .name .word {
    font-size: 2vw;
  }
  .core .wrap {
    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;
    margin-top: 2.6vw;
  }
  .core .item {
    width: 47.5%;
    height: 15.2vw;
    -webkit-box-shadow: 0px 0.3vw 0.5vw 0px rgba(0, 0, 0, 0.1), 0px -0.2vw 0.3vw 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0.3vw 0.5vw 0px rgba(0, 0, 0, 0.1), 0px -0.2vw 0.3vw 0px rgba(0, 0, 0, 0.1);
    border-radius: 1.3vw;
    padding: 1.6vw 2.1vw;
    display: block;
    margin-top: 0;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
    cursor: pointer;
  }
  .core .item .img {
    width: 5.2vw;
    height: 5.2vw;
    border-radius: 5.2vw;
    margin: 0 auto;
  }
  .core .item .img img {
    width: 50%;
  }
  .core .item .words {
    width: 100%;
    height: calc(100% - 5.2vw - 1.6vw);
    display: block;
    border-left: none;
    padding-left: 0;
  }
  .core .item .words .title {
    font-size: 1.3vw;
    text-align: center;
    margin: 1.3vw 0 1vw;
  }
  .core .item .words .desc {
    font-size: 1vw;
    line-height: 1.4vw;
    text-align: center;
  }
  .core .item:hover {
    -webkit-box-shadow: 0px 0.5vw 1vw 0px rgba(0, 0, 0, 0.3), 0px -0.3vw 0.6vw 0px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 0.5vw 1vw 0px rgba(0, 0, 0, 0.3), 0px -0.3vw 0.6vw 0px rgba(0, 0, 0, 0.3);
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
  }
  .quality,
  .support {
    width: 100%;
    height: 31.3vw;
    margin-top: 4.2vw;
    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;
  }
  .quality .img,
  .support .img {
    width: 55.2%;
    height: 100%;
  }
  .quality .img img,
  .support .img img {
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
  }
  .quality .wrap,
  .support .wrap {
    width: 43%;
    height: 100%;
    padding: 8.6vw 2.1vw 0;
  }
  .quality .wrap .icon1,
  .support .wrap .icon1 {
    left: 2.1vw;
    top: 2.6vw;
    width: 4.2vw;
    height: 4.2vw;
  }
  .quality .wrap .circle1,
  .support .wrap .circle1 {
    border: 3px solid #4B6CB4;
    width: 0.6vw;
    height: 0.6vw;
    border-radius: 0.6vw;
  }
  .quality .wrap .circle2,
  .support .wrap .circle2 {
    width: 1.35vw;
    height: 1.35vw;
    border: 5px solid #4B6CB4;
    border-radius: 1.35vw;
  }
  .quality .wrap::after,
  .support .wrap::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 5.2vw;
    display: block;
    text-align: justify;
    -moz-text-align-last: justify;
         text-align-last: justify;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
  }
  .quality .wrap .title,
  .support .wrap .title {
    font-size: 1.9vw;
    margin-bottom: 1.3vw;
  }
  .quality .wrap .desc,
  .support .wrap .desc {
    font-size: 1vw;
    line-height: 1.6vw;
  }
  .quality:hover .img img,
  .support:hover .img img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
  }
  .quality:hover .wrap::after,
  .support:hover .wrap::after {
    opacity: 0.3;
  }
  .quality .img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .quality .wrap {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .quality .wrap .circle1 {
    right: 9.5vw;
    top: 3vw;
  }
  .quality .wrap .circle2 {
    right: 8vw;
    top: 1.6vw;
  }
  .support .img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .support .wrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .support .wrap .circle1 {
    right: 3.6vw;
    top: 3.5vw;
  }
  .support .wrap .circle2 {
    right: 2.1vw;
    top: 2.1vw;
  }
}