@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;
  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) {
  margin: 2.5rem 0;
  color: #FFFFFF;
}

.benner-box .item-txt-box a:nth-child(4) {
  border: 1px solid #b81c22;
}

.benner-box .item-txt-box a:nth-child(5) {
  border: 1px solid green;
}

.benner-box .item-txt-box a:nth-child(4):hover {
  background: #b81c22;
  opacity: 1;
}

.benner-box .item-txt-box a:nth-child(5):hover {
  background: green;
  opacity: 1;
}

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

.benner-box .bnenr-img {
  max-width: 100%;
}

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

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

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

.section-pd-01 .module-box1 .title-box p {
  color: #A0AEC0;
  margin: 1.25rem 0;
  width: 80vw;
  text-align: center;
}

.section-pd-01 .module-box1 .item-txt-box {
  width: 80vw;
}

.section-pd-01 .module-box1 .item-txt-box p:nth-child(2) {
  margin: 1.25rem 0;
}

.section-pd-01 .module-box2 {
  display: flex;
  background: #EDF2F7;
  justify-content: center;
  gap: 1.25rem;
  padding: 5rem;
  text-align: center;
}

.section-pd-01 .module-box2 .item-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

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

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

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

.section-pd-01 .module-box2 .item-box .txt-box p {
  color: #1a202c;
  white-space: pre-wrap;
  font-weight: 400;
}

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

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

.section-pd-01 .module-box3 p {
  margin: 1.25rem 0;
  color: #A0AEC0;
}

.section-pd-01 .module-box3 .my-accor-box {
  width: 80vw;
}

.section-pd-01 .module-box3 .item-heading-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 3.5rem;
  padding: 0.5rem 1rem;
}

.section-pd-01 .module-box3 .item-heading-btn .left-box {
  display: flex;
  width: 90%;
  align-items: center;
}

.section-pd-01 .module-box3 .item-heading-btn .left-box .timer-txt {
  margin-right: 5rem;
  padding: 0.25rem 0.5rem;
  height: 2rem;
  display: flex;
  align-items: center;
  white-space: nowrap;
  background: #718096;
  color: #ffffff;
}

.section-pd-01 .module-box3 .item-heading-btn .left-box .btn-txt {
  font-weight: 600;
  font-size: 1rem;
}

.section-pd-01 .module-box3 .item-heading-btn .rigth-show-ico {
  display: flex;
  font-weight: 700;
  transition: all 0.3s;
}

.section-pd-01 .module-box3 .btn-right-box .rigth-show-ico {
  transform: rotate(0deg);
}

.section-pd-01 .module-box3 .collapsed .btn-right-box .rigth-show-ico {
  transform: rotate(180deg);
}

.section-pd-01 .module-box3 .my-heading {
  /* border-bottom: 1px solid #E2E8F0; */
  cursor: pointer;
}

.section-pd-01 .module-box3 .my-heading:hover {
  background: rgba(0, 0, 0, 0.04);
}

.section-pd-01 .module-box3 .accor-conten {
  overflow: auto;
  font-size: 16px;
}

.section-pd-01 .module-box3 .accor-conten .txt-box p {
  padding: 0.75rem 0;
  color: #1a202c;
  margin: 0;
}

.section-pd-01 .module-box3 .accordion-item:first-child .my-heading {
  border-top: 1px solid #E2E8F0;
}

.section-pd-01 .module-box3 .accordion-item:last-child .my-heading {
  border-bottom: 1px solid #E2E8F0;
}

.section-pd-01 .module-box4 {
  display: flex;
  justify-content: center;
  padding: 2.5rem 0;
  background: #c53030;
  color: #FFFFFF;
}

.section-pd-01 .module-box4 p {
  width: 80vw;
  font-weight: 600;
}

.section-pd-01 .module-box5 {
  display: flex;
  justify-content: center;
  padding: 5rem;
  background-color: #EDF2F7;
}

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

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

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

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

/* banner区样式 end */
@media (max-width: 1024px) {
  .section-pd-01 .module-box2 {
    flex-direction: column;
  }
  .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-box2 .item-box .txt-box {
    width: 80vw;
  }
  .section-pd-01 .module-box5 .item-box .item-txt-box {
    width: 80vw;
  }
  .module-box4 .item-left-box {
    display: none;
  }
  .module-box5 {
    flex-direction: column;
    align-items: center;
    padding: 1.5rem;
  }
  .module-box5 .item-box .item-txt-box {
    width: 80vw;
  }
  .module-box6 .conten-box {
    flex-direction: column;
    align-items: center;
  }
  .module-box6 .conten-box .item-box {
    width: 80%;
    padding: .625rem;
    margin: .625rem;
  }
}

@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 .btn-box {
    flex-direction: column;
  }
  .section-pd-01 .module-box3 {
    padding: 2.5rem;
    /*padding-left: 1rem;*/
    /*padding-right: 1rem;*/
  }
  .section-pd-01 .module-box3 .my-accor-box{
  	padding-left: 0;
  	padding-right: 0;
  }
  .module-box4 .item-right-box h5 {
    font-size: 1.75rem;
  }
	.section-pd-01 .module-box3 .accor-conten .txt-box p,
  .section-pd-01 .module-box3 .item-heading-btn .left-box .btn-txt{
  	font-size: 12px;
  }
}


html[lang="ar"]  .benner-box .item-txt-box p:nth-child(2){
  text-align: right;
}

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

html[lang="ar"]  .section-pd-01 .module-box3 .accor-conten{
  text-align: right;
}

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