@charset "UTF-8";
/* banner区样式 start */
.benner-box {
  position: relative;
  min-height: 500px;
  padding: 5rem;
  padding-left: 5rem;
  background: linear-gradient(to right bottom, #4a5568, #4a5568 75%, transparent 30%, transparent);
  display: flex;
  justify-content: center;
}

.benner-box .item-txt-box {
  width: 60vw;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 2.5rem 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;
  width: 200px;
  text-decoration: none;
  color: #FFFFFF;
  background: #C53030;
  padding: 0 0.5rem;
}

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

.benner-box .item-txt-box p {
  color: #FFFFFF;
  margin: 2.5rem 0;
}

.benner-box .item-img-box {
  width: 40vw;
  display: flex;
  justify-content: center;
}

.benner-box .bnenr-img {
  max-width: 100%;
  object-fit: scale-down;
}

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

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

.section-pd-01 .module-box1 .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 .title-box p {
  color: #A0AEC0;
  margin-bottom: 1.25rem;
  width: 60vw;
  text-align: center;
}

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

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

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

.section-pd-01 .module-box1 .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-box1 .item-box .item-txt-box {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 40vw;
  margin: 2.5rem 0;
  padding: 0 1.25rem;
}

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

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

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

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

.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 {
  color: #A0AEC0;
  margin-bottom: 1.25rem;
  width: 60vw;
  text-align: center;
}

.section-pd-01 .module-box2 .content-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

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

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

.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: 2.5rem;
}

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

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

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

.section-pd-01 .module-box4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #4A5568;
  color: #FFFFFF;
  padding: 5rem 0;
}

.section-pd-01 .module-box4 .content-box {
  width: 60vw;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

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

.section-pd-01 .module-box4 .content-box h2 {
  text-align: center;
  color: inherit;
  min-height: auto;
  font-weight: 700;
  font-size: 30px;
  margin: 0.5rem 0;
}

.section-pd-01 .module-box4 .content-box :nth-child(5) {
  font-weight: 700;
  font-size: 22px;
  margin: 0.5rem 0;
  color: #F56565;
}

.section-pd-01 .module-box4 .content-box :nth-child(10) {
  font-weight: 700;
  font-size: 22px;
  margin: 0.5rem 0;
  color: #F56565;
}

.section-pd-01 .module-box4 .content-box :nth-child(12) {
  font-weight: 700;
  font-size: 18px;
  margin: 0.5rem 0;
  color: tomato;
}

.section-pd-01 .module-box4 .content-box :nth-child(14) {
  font-weight: 700;
  font-size: 18px;
  margin: 0.5rem 0;
  color: tomato;
}

@media (max-width: 1280px){
  .section-pd-01 .module-box2 .content-box .item-box{
    width: 40vw;
  }
}

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

@media (max-width: 820px) {
  .benner-box .item-txt-box p:nth-child(2) {
    font-size: 1rem;
  }
  .benner-box .item-txt-box {
    padding: .625rem;
  }
  .benner-box {
    padding: 0;
    background: #4a5568;
  }
  .section-pd-01 .module-box2 .content-box .item-box {
    width: 80vw;
  }
  .benner-box{
    padding-top: 5rem;
  }
  .section-pd-01 .module-box1{
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .section-pd-01 .module-box1 .title-box,.section-pd-01 .module-box1 .title-box p{
    width: 100%;
  }


  .section-pd-01 .module-box4 img{
    width: 100%;
    height: auto;
  }
  .section-pd-01 .module-box4 .content-box{
    padding-left: 0;
    padding-right: 0;
  }
  .section-pd-01 .module-box2 .content-box .item-box img{
    width: 100%;
    height: auto;
  }
  .section-pd-01 .module-box2 .content-box,
  .section-pd-01 .module-box2{
    padding: 0;
  }
  .section-pd-01 .module-box2 .title-box{
    width: 80vw;
  }
  .section-pd-01 .module-box2 .title-box p{
    width: 100%;
  }
  .benner-box .item-txt-box{
    padding-bottom: 5rem;
  }
  .section-pd-01 .module-box4 .content-box{
  	align-items: flex-start;
  }
  .section-pd-01 .module-box4 .content-box{
  	width: 82vw;
  }
}

  .section-pd-01 .module-box4 img{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

html[lang="ar"]  .section-pd-01 .module-box2 .content-box,
html[lang="ar"]  .section-pd-01 .module-box1 .content-box{
    flex-direction: row-reverse;
}

html[lang="ar"]  .section-pd-01 .module-box4 .content-box h3,
html[lang="ar"]  .section-pd-01 .module-box4 .content-box h4,
html[lang="ar"]  .section-pd-01 .module-box4 .content-box p{
  text-align: right;
}

html[lang="ar"]  .section-pd-01 .module-box4 img{
  display: block;

}