.supplier {
  padding-top: 47px;
  padding-bottom: 53px;
}
.supplier .container {
  display: flex;
}
.supplier .container .supplier-left {
  flex: 1;
  padding-top: 40px;
}
.supplier .container .supplier-left .block-header .block-title {
  font-size: 46px;
}
.supplier .container .supplier-left .supplier-text {
  margin-top: 63px;
}
.supplier .container .supplier-left .supplier-text p {
  font-size: 16px;
  line-height: 30px;
}
.supplier .container .supplier-left .supplier-text p::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../images/strategic/check-icon.png");
  background-size: cover;
  vertical-align: top;
  margin-right: 8px;
}
.supplier .container .supplier-left .supplier-text p + p {
  margin-top: 19px;
}
.supplier .container .supplier-right {
  width: 398px;
  height: 328px;
  background: url("../images/strategic/gys.png");
  background-size: cover;
}
.competence {
  background: #F7F7F7;
  padding: 67px 0 81px;
}
.competence .block-header .block-sub-title {
  font-size: 16px;
  margin-bottom: 4px;
}
.competence .block-header .block-title {
  font-size: 40px;
}
.competence .competence-list {
  margin-top: 84px;
  display: flex;
  flex-wrap: wrap;
}
.competence .competence-list li {
  width: 33.3333%;
  font-weight: 700;
  font-size: 18px;
  color: #222222;
  line-height: 64px;
}
.competence .competence-list li::before {
  display: inline-block;
  width: 52px;
  height: 63px;
  line-height: 54px;
  background: url("../images/strategic/num-bg.png");
  background-size: cover;
  border-top: 3px solid #00BC40;
  color: #fff;
  text-align: center;
  font-size: 26px;
  margin-right: 24px;
  vertical-align: top;
}
.competence .competence-list li:nth-child(1)::before {
  content: "01";
}
.competence .competence-list li:nth-child(2)::before {
  content: "02";
}
.competence .competence-list li:nth-child(3)::before {
  content: "03";
}
.competence .competence-list li:nth-child(4)::before {
  content: "04";
}
.competence .competence-list li:nth-child(5)::before {
  content: "05";
}
.competence .competence-list li:nth-child(6)::before {
  content: "06";
}
.competence .competence-list li:nth-child(n+4) {
  margin-top: 66px;
}
.philosophy {
  background: url("../images/strategic/philosophy-bg.png") right center;
  background-size: cover;
  padding: 68px 0 107px;
}
.philosophy .block-header .block-sub-title {
  font-size: 16px;
  margin-bottom: 4px;
}
.philosophy .block-header .block-title {
  font-size: 40px;
}
.philosophy .philosophy-list {
  margin-top: 68px;
  display: flex;
  justify-content: space-between;
}
.philosophy .philosophy-list li {
  width: 370px;
  height: 244px;
  background: #FFFFFF;
  padding-top: 43px;
  font-weight: 700;
  font-size: 22px;
  line-height: 40px;
  color: #222222;
  text-align: center;
}
.philosophy .philosophy-list li::before {
  content: "";
  display: block;
  margin: 0 auto 22px;
  width: 72px;
  height: 68px;
  background: url("../images/strategic/icon.png");
  background-size: 164px 156px;
}
.philosophy .philosophy-list li:nth-child(1)::before {
  background-position: -5px -5px;
}
.philosophy .philosophy-list li:nth-child(2)::before {
  background-position: -87px -5px;
}
.philosophy .philosophy-list li:nth-child(3)::before {
  background-position: -5px -83px;
}
.step {
  padding: 65px 0 93px;
  background: #F7F7F7;
}
.step .block-header .block-sub-title {
  font-size: 16px;
  margin-bottom: 4px;
}
.step .block-header .block-title {
  font-size: 40px;
}
.step .tips {
  color: #999999;
  margin-top: 30px;
  font-size: 22px;
  line-height: 24px;
  text-align: center;
}
.step .step-list {
  margin-top: 112px;
  position: relative;
  padding-top: 70px;
  display: flex;
  justify-content: space-between;
}
.step .step-list::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: url("../images/strategic/border.png");
  background-size: cover;
}
.step .step-list li {
  position: relative;
  background: #FFFFFF;
  width: 270px;
  height: 220px;
  padding: 38px 44px 0;
  text-align: center;
}
.step .step-list li::before {
  display: block;
  position: absolute;
  width: 68px;
  height: 80px;
  background: url("../images/strategic/step-bg.png");
  background-size: cover;
  top: -108px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-weight: 400;
  font-size: 28px;
  line-height: 68px;
}
.step .step-list li h4 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 21px;
  color: #019B2E;
  font-weight: 700;
}
.step .step-list li p {
  font-size: 16px;
  line-height: 30px;
  color: #222222;
}
.step .step-list li:nth-child(1)::before {
  content: "01";
}
.step .step-list li:nth-child(2)::before {
  content: "02";
}
.step .step-list li:nth-child(3)::before {
  content: "03";
}
.step .step-list li:nth-child(4)::before {
  content: "04";
}
