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

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

.benner-box .item-txt-box p:nth-child(2) {
  padding: 2.5rem 0;
  /*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;
  justify-content: space-evenly;
  background: #EDF2F7;
  /*width: 80vw;*/
  padding-left: 10vw;
  padding-right: 10vw;
  margin:0 auto;
}

.section-pd-01 .module-box2 .item-img-box {
  width: 35%;
  /*width: 40vw;*/
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-pd-01 .module-box2 .item-img-box img{
  width: 100%;
  object-fit:contain;
}
.section-pd-01 .module-box2 .item-txt-box {
  /*width: 40vw;*/
  padding: 2rem;
  width: 65%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

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

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

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

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

.section-pd-01 .module-box3 {
  display: flex;
  justify-content: center;
  padding: 5rem;
  padding-left: 10vw;
  padding-right: 10vw;
}

.section-pd-01 .module-box3 .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-box3 .item-box img {
  margin: 0.5rem 0;
  padding-top: 40px;
}

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

.section-pd-01 .module-box3 .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-box4 .title-box img{
  width: 80vw;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 52em){
  .section-pd-01 .module-box4 .title-box img{
      width: 50vw;
  }
}

@media screen and (min-width: 80em){
  .section-pd-01 .module-box4 .title-box img{
      width: 40vw;
  }
}

.section-pd-01 .module-box3 .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-box3 .item-box .item-txt-box h5 {
  font-size: 24px;
  font-weight: 700;
}

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

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

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

.section-pd-01 .module-box4 .title-box img{
  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-img-box {
  margin-top: 4rem;
  padding: 0 1.25rem;
}

.section-pd-01 .module-box4 .item-img-box img {
  max-width: 100%;
}

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

.section-pd-01 .module-box5 .item-center-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 80vw;
  padding-bottom: 2rem;
}

.section-pd-01 .module-box5 .item-center-box .item-box:nth-child(2) .txt-box p {
  color: rgba(0, 0, 0, 0.92);
}

.section-pd-01 .module-box5 .item-center-box .item-box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.section-pd-01 .module-box5 .item-center-box .item-box img {
  max-width: 100%;
}

.section-pd-01 .module-box5 .item-center-box .item-box .txt-box {
  font-size: 60px;
  color: #FFFFFF;
  top: 50%;
  position: absolute;
  font-weight: 700;
  width: max-content;
  left: 10%;
  transform: scale(0.5) translate(-50%, -50%);
}

.section-pd-01 .module-box5 .item-center-box .item-box .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-box5 .item-boottom-box {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.section-pd-01 .module-box5 .item-boottom-box .title-box {
  width: 80vw;
  text-align: center;
  padding-top: 3rem;
}
@media screen and (min-width: 64em){
  .section-pd-01 .module-box5 .item-boottom-box .title-box{
    width: 45vw;
  }
}
.section-pd-01 .module-box5 .item-boottom-box .title-box h5 {
  font-weight: 700;
  font-size: 30px;
  margin: 0.5rem 0;
}

.section-pd-01 .module-box5 .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-box5 .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 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .section-pd-01 .module-box2 .item-txt-box {
    width: 80vw;
    margin: 2.5rem 0;
  }
  .section-pd-01 .module-box2 .item-txt-box h4 {
    text-align: center;
  }
  .section-pd-01 .module-box2 .item-img-box {
    width: 80vw;
  }
  .section-pd-01 .module-box2 .item-img-box img {
    max-width: 100%;
  }
  .section-pd-01 .module-box3 .item-box .item-txt-box {
    width: 80vw;
  }
  .module-box3 {
    flex-direction: column;
    align-items: center;
    padding: 1.5rem;
  }
  .module-box3 .item-box .item-txt-box {
    width: 80vw;
  }
  .section-pd-01 .module-box4 .title-box {
    width: 80vw;
  }
  .section-pd-01 .module-box5 .item-center-box {
    flex-direction: column;
    align-items: center;
  }
  .section-pd-01 .module-box5 .item-center-box .item-box .txt-box {
    top: 35%;
  }
  .section-pd-01 .module-box5 .item-boottom-box .title-box {
    width: 80vw;
  }
}

@media (max-width: 1024px) {
  .section-pd-01 .module-box1 .title-box {
    width: 80vw;
    text-align: left;
  }
  .section-pd-01 .module-box5 .item-center-box{
    width: 100vw;
  }
}

@media (max-width: 820px) {
  .section-pd-01 .module-box1 .txt-box {
    width: 80vw;
  }
  .section-pd-01 .module-box2 .item-txt-box h4 {
    text-align: left;
    font-size: 20px;
  }
  .section-pd-01 .module-box4 .title-box {
    text-align: left;
  }
  .section-pd-01 .module-box5 .item-boottom-box .title-box {
    text-align: left;
  }
  .section-pd-01 .module-box2 .item-img-box{
    width: 100vw;
  }
  .section-pd-01 .module-box2 .item-img-box img{
    height: auto;
  }
  .section-pd-01 .module-box2 .item-txt-box{
    padding: 0;
  }
  .section-pd-01 .module-box2 .item-txt-box p{
    text-align: left;
  }
  .section-pd-01 .module-box2 .item-txt-box p:empty{
    display: none;
  }
  .section-pd-01 .module-box2 .item-txt-box{
    margin:2rem 0;
  }
  .section-pd-01 .module-box5 .item-center-box .item-box img{
    height: auto;
  }
  .section-pd-01 .module-box5{
    padding-top: 0;
  }
}




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