﻿/* .about-us-container{padding-top: 70px; box-sizing: border-box; width: 100%; display: flex; flex-direction: column; justify-content: flex-start; align-items: center;} */
body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: auto;
  background: #EEF0F5;
  height: 100vh;
  max-height: 100vh;
  width: 100vw;
  max-width: 100vw;
}

body .about-door {
  color: #5781FF;
}

#about-us-linke-text{
    color: #FFFFFF;
}

body #container {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  max-height: 100vh;
  overflow-y: auto;
  padding-top: 80px;
}

body #container .about-us-container {
  padding-top: 70px;
  width: 100%;
  background: #F5F5F7;
}

body #container .about-us-banner-box {
  width: 100%;
    height: 500px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

body #container .about-us-banner-box img {
  max-width: 100%;
  height: 100%;
    width: 100%;
    object-fit: cover;
}

body #container .about-us-top-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 3.645833vw;
  font-weight: bolder;
  color: white;
}

body #container .about-content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 100%;
  padding-top: 90px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body #container .about-profile-pallet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 128px;
  max-width: 100%;
}

body #container .about-profile-title {
  font-size: 32px;
  letter-spacing: 0.8px;
  font-weight: 900;
  margin-bottom: 36px;
}

body #container .about-profile-logo {
  max-width: 102px;
  overflow: hidden;
}

body #container .about-profile-logo img {
  max-width: 100%;
  height: auto;
}

body #container .about-profile-text {
  max-width: 800px;
  font-size: 16px;
  color: #79797B;
  text-align: justify;
  text-indent: 36px;
  font-weight: 400;
  font-family: PingFang SC;
  margin-top: 20px;
    line-height: 26px;
}

@media screen and (max-width: 768px) {
  body #container .about-profile-text {
    max-width: 90%;
    font-size: 15px;
  }
}

body #container .about-profile-cre-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 70px;
  max-width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  body #container .about-profile-cre-box {
    margin-top: 30px;
  }
}

body #container .about-profile-cre-img {
  margin: 0 90px;
  width: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  body #container .about-profile-cre-img {
    margin-bottom: 40px;
    margin-right: 40px;
    margin-left: 40px;
  }
}

body #container .about-profile-cre-img img {
  max-width: 100%;
  height: auto;
}

body #container .about-team-pallet {
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 70px 0 90px 0;
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

body #container .about-main-title {
  font-size: 32px;
  letter-spacing: 0.8px;
}

body #container .about-team-pallet .team-box {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  justify-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-grid-columns: 300px 300px 300px;
      grid-template-columns: 300px 300px 300px;
  -ms-grid-rows: 280px 280px;
      grid-template-rows: 280px 280px;
  gap: 20px;
  margin-top: 50px;
  grid-auto-flow: row dense;
  max-width: 80vw;
}

body #container .about-team-pallet .team-box2 {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  justify-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-grid-columns: 150px 150px 150px 150px 150px;
      grid-template-columns: 150px 150px 150px 150px 150px;
  -ms-grid-rows: 200px;
      grid-template-rows: 200px;
  gap: 20px;
  margin-top: 50px;
  grid-auto-flow: row dense;
  max-width: 80vw;
}

@media screen and (max-width: 1180px) {
  body #container .about-team-pallet .team-box {
    -ms-grid-columns: 300px 300px;
        grid-template-columns: 300px 300px;
    -ms-grid-rows: 280px 580px 280px;
        grid-template-rows: 280px 580px 280px;
  }
}

@media screen and (max-width: 768px) {
  body #container .about-team-pallet .team-box {
    -ms-grid-columns: 300px;
        grid-template-columns: 300px;
    -ms-grid-rows: 280px 280px 580px 135px;
        grid-template-rows: 280px 280px 580px 135px;
  }
}

body #container .team-img-box {
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  border-radius: 6px;
}

body #container .team-img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body #container .itme-ime-height {
  -ms-grid-column: 3;
      grid-column-start: 3;
  grid-column-end: 4;
  -ms-grid-row: 1;
      grid-row-start: 1;
  grid-row-end: 3;
}

@media screen and (max-width: 1180px) {
  body #container .itme-ime-height {
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
        grid-row-start: 2;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 768px) {
  body #container .itme-ime-height {
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
        grid-row-start: 3;
    grid-row-end: 4;
  }
}

body #container .itme-ime-width {
  -ms-grid-column: 1;
      grid-column-start: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
      grid-row-start: 2;
  grid-row-end: 3;
}

@media screen and (max-width: 1180px) {
  body #container .itme-ime-width {
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-column-end: 3;
    -ms-grid-row: 3;
        grid-row-start: 3;
    grid-row-end: 4;
  }
}

@media screen and (max-width: 768px) {
  body #container .itme-ime-width {
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-column-end: 2;
    -ms-grid-row: 4;
        grid-row-start: 4;
    grid-row-end: 5;
  }
}
/*# sourceMappingURL=about.css.map */

@media screen and (max-width: 768px) {
    body #container .about-us-banner-box {height: 200px;}
    body #container .about-team-pallet .team-box2 {
        grid-template-columns: repeat(2, 50%);
        grid-template-rows: repeat(3, 200px);
        gap: 10px;
        width: calc(100% + 10px);
        margin-left: -10px;
    }
}