@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;
}

.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;
  margin: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: start;
  background: #EDF2F7;
  padding-top: 10rem;
}

.section-pd-01 .module-box1 .item-img-box {
  display: flex;
}

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

.section-pd-01 .module-box1 .item-txt-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 50%;
  left: -10%;
  margin-top: 10rem;
  padding: 4rem 6rem;
  background: #EDF2F7;
  text-align: left;
}

.section-pd-01 .module-box1 .item-txt-box .css-icon {
  width: 0px;
  height: 0px;
  position: relative;
  top: -13px;
  right: 3px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #c53030;
  transform: rotate(45deg);
}

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

.section-pd-01 .module-box1 .item-txt-box p {
  margin: 0.75rem 0;
}

.section-pd-01 .module-box1 .item-txt-box .f-title-box h5 {
  font-weight: 700;
  font-size: 22px;
}

.section-pd-01 .module-box1 .item-txt-box .f-title-box h5 span {
  font-size: 22px;
  color: #C53030;
  margin-right: 0.75rem;
  font-weight: 600;
}

.section-pd-01 .module-box2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 2.5rem 0;
}

.section-pd-01 .module-box2 .title-box {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 2.5rem 0;
}

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

.section-pd-01 .module-box2 .title-box p {
  margin-bottom: 1.25rem;
  width: 80vw;
  text-align: center;
}

.section-pd-01 .module-box2 .content-box {
  display: flex;
  justify-content: center;
    justify-content: space-between;
  width: 80vw;
  margin:0 auto;
}

.section-pd-01 .module-box2 .content-box .item-box {
  width: 25vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 10px;
}

.section-pd-01 .module-box2 .content-box .item-box img {
  max-width: 100%;
  padding: 10px;
}

.section-pd-01 .module-box2 .content-box .item-box .txt-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  margin-inline: auto;
  padding-inline: 0px;
  text-align: center;
  margin: 2.5rem 0;
}

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

.section-pd-01 .module-box3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5rem 0;
  height: 460px;
  background-image: url(../img/cooperation/box3_img1.png);
  justify-content: center;
}

.section-pd-01 .module-box3 .txt-box {
  width: 30vw;
  color: #EDF2F7;
  padding-bottom: 1.5rem;
  position: relative;
}

.section-pd-01 .module-box3 .txt-box h4 {
  min-height: auto;
  font-weight: 700;
  font-size: 30px;
  margin: 0.5rem 0;
}

.section-pd-01 .module-box3 .txt-box::after {
  content: "";
  position: absolute;
  left: -30%;
  top: 0px;
  height: 6rem;
  width: 2.5rem;
  background: #E53E3E;
}

.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;
  margin-bottom: 1.5rem;
}

.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 {
  padding-top: 1.75rem;
  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: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-box2 .content-box {
    flex-direction: column;
    align-items: center;
  }
  .section-pd-01 .module-box2 .content-box .item-box img {
    width: 100%;
    object-fit: cover;
  }
  .section-pd-01 .module-box2 .content-box .item-box {
    width: 80vw;
  }
  .section-pd-01 .module-box3 .txt-box {
    width: 50vw;
  }
  .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 {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    padding: 0;
  }
  .section-pd-01 .module-box1 .item-txt-box {
    width: 80vw;
    top: 0;
    left: 0;
    padding: 4rem 0;
    margin-top: 0;
  }
}

@media (max-width: 820px) {
  .section-pd-01 .module-box2 .title-box p {
    text-align: left;
  }
  .section-pd-01 .module-box2 .title-box {
    text-align: left;
  }
  .section-pd-01 .module-box4 .title-box {
    text-align: left;
  }
  .section-pd-01 .module-box3 .txt-box{
    /*width: 80vw;*/
  }
  .section-pd-01 .module-box3 .txt-box::after{
    z-index: 1;
    /*left: -10%;*/
    pointer-events:none;
  }
  .section-pd-01 .module-box3 .txt-box *{
    position: relative;
    z-index: 3;
  }
  .section-pd-01 .module-box1 .item-img-box img{
  	height: auto;
  }
}

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


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