@charset "UTF-8";
/* banner区样式 start */
.benner-box {
  position: relative;
  min-height: 500px;
  padding: 5rem 0;
  padding-left: 5rem;
  background: #4A5568;
  display: flex;
  justify-content: flex-start;
}

.benner-box .item-txt-box {
  width: 38vw;
  /*width: 60vw;*/
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 5rem;
  z-index: 1;
  color: #fff;
}

.benner-box .item-txt-box h2 {
  color: inherit;
  min-height: auto;
  font-weight: 700;
  font-size: 30px;
  margin: 0.5rem 0;
  color: #ffffff;
}

.benner-box .item-txt-box a {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 40px;
  min-width: 200px;
  text-decoration: none;
  color: #FFFFFF;
  background: #C53030;
  padding: 0 0.5rem;
  font-weight: bold;
}
.benner-box .item-txt-box a span:nth-child(1){
  margin-right: .25em;
}

.benner-box .item-txt-box a:hover {
  opacity: 0.8;
  transition: all 0.8s;
}

.benner-box .item-txt-box p:nth-child(2) {
  padding: 1.25rem 0;
  color: #FFFFFF;
}

.benner-box .item-txt-box p:nth-child(3) {
  color: #FFFFFF;
}

.benner-box .item-txt-box p:nth-child(4) {
  color: #FFFFFF;
}

.benner-box .bnenr-img {
  object-fit: cover;
  object-position: 0;
  position: absolute;
  right: 0px;
  top: 0;
  height: 100%;
  width: 60vw;
}

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

.section-pd-01 .module-box1 .title-box {
  width: 60vw;
  text-align: center;
}

.section-pd-01 .module-box1 .title-box h5 {
  font-weight: 700;
  font-size: 30px;
  margin: 0.5rem 0;
}

.section-pd-01 .module-box2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #EDF2F7;
}

.section-pd-01 .module-box2 .content-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 80vw;
}

.section-pd-01 .module-box2 .content-box .item-box {
  align-items: center;
  justify-content: center;
}

.section-pd-01 .module-box2 .content-box .item-box img {
  width: 50%;
  object-fit: cover;
}

.section-pd-01 .module-box2 .content-box .item-box .item-txt-box {
  width: 50%;
  text-align: center;
  padding: 0 2rem;
}

.section-pd-01 .module-box2 .content-box .item-box .item-txt-box h5 {
  min-height: auto;
  font-weight: 700;
  font-size: 20px;
  margin: 0.5rem 0;
}

.section-pd-01 .module-box2 .content-box .item-box:nth-child(odd) {
  display: flex;
  align-items: center;
}

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

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

.section-pd-01 .module-box3 .content-box {
  width: 80vw;
  display: flex;
  justify-content: center;
}

.section-pd-01 .module-box3 .content-box .item-img-box {
  width: 50%;
  display: flex;
  align-self: center;
  position: relative;
  justify-content: center;
}

.section-pd-01 .module-box3 .content-box .item-img-box img {
  object-fit: cover;
  max-width: 100%;
}

.section-pd-01 .module-box3 .content-box .item-img-box::after {
  content: "";
  position: absolute;
  top: unset;
  left: -11vw;
  top: 81%;
  bottom: unset;
  bottom: -11%;
  width: 100vw;
  height: 30%;
  background-color: #EDF2F7;
  z-index: -1;
}

.section-pd-01 .module-box3 .content-box .item-txt-box {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
  text-align: center;
}

.section-pd-01 .module-box3 .content-box .item-txt-box h5 {
  font-weight: 700;
  font-size: 20px;
  margin: 0.5rem 0;
}

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

.section-pd-01 .module-box4 .title-box {
  width: 60vw;
  text-align: center;
  margin-top: 4rem;
}

.section-pd-01 .module-box4 .title-box h5 {
  font-weight: 700;
  font-size: 30px;
  margin: 0.5rem 0;
}

.section-pd-01 .module-box4 .item-center-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 2rem;
}

.section-pd-01 .module-box4 .item-center-box .item-box {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 30vw;
}

.section-pd-01 .module-box4 .item-center-box .item-box .svg-box {
  color: #C53030;
  margin: 1.75rem 0;
}

.section-pd-01 .module-box4 .item-center-box .item-box .txt-box {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  text-align: center;
}

.section-pd-01 .module-box4 .item-center-box .item-box h5 {
  font-size: 24px;
  font-weight: 700;
  margin: .625rem 0;
}

.section-pd-01 .module-box4 .item-boottom-box {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.section-pd-01 .module-box4 .item-boottom-box a {
  margin-top: 2.5rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 40px;
  min-width: 200px;
  text-decoration: none;
  color: #FFFFFF;
  background: #C53030;
  padding: 0 0.5rem;
}
.section-pd-01 .module-box4 .item-boottom-box a span:nth-child(1){
  margin-right: .25em;
}

.section-pd-01 .module-box4 .item-boottom-box a:hover {
  opacity: 0.8;
  transition: all 0.8s;
}

/* banner区样式 end */
@media (max-width: 1024px) {
  .benner-box {
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .benner-box .bnenr-img {
    width: 100%;
  }
  .benner-box .item-txt-box {
    width: 80vw;
    padding: 0;
  }
  .section-pd-01 .module-box1 .content-box .item-right-box {
    display: none;
  }
  .section-pd-01 .module-box4 .item-center-box {
    flex-direction: column;
    align-items: center;
  }
  .section-pd-01 .module-box4 .item-center-box .item-box {
    width: 80vw;
  }
  .section-pd-01 .module-box4 .title-box {
    width: 80vw;
  }
}

@media (max-width: 1024px) {
  .section-pd-01 .module-box1 .title-box {
    width: 80vw;
    text-align: left;
  }
  .section-pd-01 .module-box2 .content-box .item-box {
    width: 100%;
  }
  .section-pd-01 .module-box2 .content-box .item-box:nth-child(odd) {
    flex-direction: column;
  }
  .section-pd-01 .module-box2 .content-box .item-box:nth-child(even) {
    flex-direction: column;
  }
  .section-pd-01 .module-box2 .content-box .item-box .item-txt-box {
    width: 80vw;
    padding: 2rem 0;
    text-align: left;
  }
  .section-pd-01 .module-box2 .content-box .item-box img {
    width: 100%;
  }
  .section-pd-01 .module-box3 .content-box {
    flex-direction: column-reverse;
    align-items: center;
  }
  .section-pd-01 .module-box3 .content-box .item-img-box {
    width: 100%;
  }
  .section-pd-01 .module-box3 .content-box .item-txt-box {
    width: 80vw;
    text-align: left;
    padding: 2rem 0;
  }
}

@media (max-width: 820px) {
  .section-pd-01 .module-box1 .txt-box {
    width: 80vw;
  }

  .section-pd-01 .module-box3 .content-box .item-img-box img{
    height: auto;
  }
  .section-pd-01 .module-box1 .title-box p{
    text-align: left!important;
  }
  .section-pd-01 .module-box2 .content-box{
    width: 100vw;
  }
  .section-pd-01 .module-box2 .content-box .item-box img{
    height: auto;
  }
  .section-pd-01 .module-box3{
    padding-top: 2rem;
  }
  .section-pd-01 .module-box3 .content-box .item-txt-box{
    padding-top: .5rem;
  }
}

html[lang="ar"] .section-pd-01 .module-box4 .item-center-box{
      flex-direction: row-reverse;
}

html[lang="ar"] .benner-box .item-txt-box p.chakra-text.css-13vio0n{
  text-align: left;
}
