@charset "UTF-8";
.section-pd-01 .module-box1 {
  display: flex;
  width: 100%;
  justify-content: center;
}

.section-pd-01 .module-box1 .content-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 60vw;
  margin: 5rem 0 3rem 0;
}

.section-pd-01 .module-box1 .content-box img {
  width: 100%;
}

.section-pd-01 .module-box1 .content-box .title-box {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 60vw;
}

.section-pd-01 .module-box1 .content-box .title-box h2 {
  min-height: auto;
  font-weight: 700;
  font-size: 30px;
  margin: 0.5rem 0;
  margin-bottom: 1.25rem;
}

.section-pd-01 .module-box1 .content-box .title-box p {
  color: #A0AEC0;
  margin: 0.5rem 0;
  text-align: center;
}

.section-pd-01 .module-box2 {
  display: flex;
  justify-content: center;
  padding: 5rem;
}

.section-pd-01 .module-box2 .item-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #1A202C;
  text-align: center;
  position: relative;
  margin: 0.75rem;
  min-height: 300px;
}

.section-pd-01 .module-box2 .item-box .svg-box {
  margin: 0.5rem 0;
  padding-top: 40px;
  color: #C53030;
}

.section-pd-01 .module-box2 .item-box .lft-top-icon {
  display: inherit;
  width: 0;
  height: 0;
  position: absolute;
  top: -13px;
  left: -3px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #c53030;
  transform: rotate(45deg);
}

.section-pd-01 .module-box2 .item-box .item-txt-box {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 30vw;
  margin: 2.5rem 0;
  padding: 0 1.25rem;
}

.section-pd-01 .module-box2 .item-box .item-txt-box h5 {
  font-size: 24px;
  font-weight: 700;
}

.section-pd-01 .module-box2 .item-box .item-txt-box p {
  white-space: pre-wrap;
}

.section-pd-01 .module-box3 {
  background: #EDF2F7;
  display: flex;
  flex-direction: column;
}

.section-pd-01 .module-box3 .item-box:nth-child(odd) {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 2.5rem;
  padding: 5rem 0;
}

.section-pd-01 .module-box3 .item-box:nth-child(odd) .img-box {
  width: 40vw;
}

.section-pd-01 .module-box3 .item-box:nth-child(odd) .txt-box {
  width: 40vw;
}

.section-pd-01 .module-box3 .item-box:nth-child(odd) .txt-box h5 {
  min-height: auto;
  font-weight: 700;
  font-size: 30px;
  margin: 0.5rem 0;
}

.section-pd-01 .module-box3 .item-box:nth-child(odd) .txt-box p {
  margin: 0.75rem 0;
}

.section-pd-01 .module-box3 .item-box:nth-child(even) {
  display: flex;
  justify-content: space-around;
  flex-direction: row-reverse;
  align-items: center;
}

.section-pd-01 .module-box3 .item-box:nth-child(even) .img-box {
  width: 40vw;
}

.section-pd-01 .module-box3 .item-box:nth-child(even) .txt-box {
  width: 40vw;
}

.section-pd-01 .module-box3 .item-box:nth-child(even) .txt-box h5 {
  min-height: auto;
  font-weight: 700;
  font-size: 30px;
  margin: 0.5rem 0;
}

.section-pd-01 .module-box3 .item-box:nth-child(even) .txt-box p {
  margin: 0.75rem 0;
}

.section-pd-01 .module-box4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5rem 0;
}

.section-pd-01 .module-box4 .title-box {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 60vw;
}

.section-pd-01 .module-box4 .title-box h2 {
  min-height: auto;
  font-weight: 700;
  font-size: 30px;
  margin: 0.5rem 0;
  margin-bottom: 1.25rem;
}

.section-pd-01 .module-box4 .title-box p {
  color: #A0AEC0;
  margin: 0.5rem 0;
  text-align: center;
}

.section-pd-01 .module-box4 .content-box {
  display: flex;
  justify-content: center;
}

.section-pd-01 .module-box4 .content-box a {
  text-decoration: none;
  color: #1a202c;
}

.section-pd-01 .module-box4 .content-box .item-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 20vw;
  padding: 1.25rem;
  margin: 2.5rem 0;
  transition: all 0.3s;
}

.section-pd-01 .module-box4 .content-box .item-box .img-box {
  margin-bottom: 2.5rem;
}

.section-pd-01 .module-box4 .content-box .item-box:hover {
  background: #E2E8F0;
}

/* banner区样式 end */
@media (max-width: 1024px) {
  .section-pd-01 .module-box1 .content-box {
    width: 80vw;
  }
  .section-pd-01 .module-box2 {
    flex-direction: column;
    padding: 10px;
  }
  .section-pd-01 .module-box2 .item-box .item-txt-box {
    width: 80vw;
  }
  .section-pd-01 .module-box3 .item-box:nth-child(odd) {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
  }
  .section-pd-01 .module-box3 .item-box:nth-child(odd) .img-box {
    width: 80vw;
    display: flex;
    justify-content: center;
  }
  .section-pd-01 .module-box3 .item-box:nth-child(odd) .img-box img {
    max-width: 100%;
  }
  .section-pd-01 .module-box3 .item-box:nth-child(odd) .txt-box {
    text-align: center;
    width: 80vw;
    margin: 2.5rem 0;
  }
  .section-pd-01 .module-box3 .item-box:nth-child(even) {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
    padding-bottom: 5rem;
  }
  .section-pd-01 .module-box3 .item-box:nth-child(even) .img-box {
    width: 80vw;
    display: flex;
    justify-content: center;
  }
  .section-pd-01 .module-box3 .item-box:nth-child(even) .img-box img {
    max-width: 100%;
  }
  .section-pd-01 .module-box3 .item-box:nth-child(even) .txt-box {
    text-align: center;
    width: 80vw;
    margin: 2.5rem 0;
  }
}

@media (max-width: 820px) {
  .section-pd-01 .module-box4 .content-box .item-box {
    width: 30vw;
  }
  .section-pd-01 .module-box4 .content-box a:nth-child(4) {
    display: none;
  }

  .section-pd-01 .module-box1 .content-box .title-box{
    width: 100%;
  }
  .section-pd-01 .module-box2{
    padding-bottom: 5rem;
  }
  .section-pd-01 .module-box3 .item-box:nth-child(odd){
    margin-top: 1rem;
  }

  .section-pd-01 .module-box3 .item-box .img-box{
    width: 60vw!important;
  }
}

html[lang="ar"]  .section-pd-01 .module-box3 .item-box .txt-box p,
html[lang="ar"]  .section-pd-01 .module-box3 .item-box .txt-box h5{
  text-align: right;
}