.page1 {
  background-image: url(../img/aboutus1_bg1.png);
  background-size: cover;
  background-position: center top;
}
.page1 .top-txt {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
}
.page1 .top-txt .txt-l {
  width: 40%;
}
.page1 .top-txt .txt-l img {
  width: 90%;
}
.page1 .top-txt .txt-r {
  width: 50%;
}
.page1 .top-txt .txt-r .tit {
  color: #333333;
}
.page1 .top-txt .txt-r .des {
  color: #666666;
  line-height: 1.42;
}
.page1 .pic {
  width: 100%;
}
.page2 {
  background-image: url(../img/aboutus2.jpg);
  background-size: cover;
  background-position: center bottom;
}
.page2 .logo {
  width: 151px;
  padding-top: 90px;
  margin: 0px auto;
}
.page2 .des {
  margin: 40px auto 0;
  width: 100%;
}
.page2 .des p {
  font-weight: 400;
  color: #fff;
  line-height: 1.43;
  text-align: center;
  margin-bottom: 20px;
}
.page2 .des p:nth-last-child(1) {
  margin-bottom: 0;
}
.page2 .des .h5 p {
  line-height: 1.57;
  margin-bottom: 10px;
  color: #f7f9fc;
  font-weight: 400;
}
.page2 .feature {
  margin: 90vh auto 0;
  display: flex;
  justify-content: space-between;
  width: 90%;
  padding-bottom: 40px;
}
.page2 .feature li {
  width: 22%;
  position: relative;
  border-right: 1px solid rgba(204, 204, 204, 0.48);
}
.page2 .feature li:nth-last-child(1) {
  border: 0;
}
.page2 .feature li .txt .num {
  display: flex;
  align-items: flex-start;
}
.page2 .feature li .txt .num p {
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 1px;
  display: inline-block;
  color: #fff;
  line-height: 1;
}
.page2 .feature li .txt .num i {
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.page2 .feature li .txt em {
  display: block;
  margin-top: 15px;
  font-size: 12px;
  font-weight: 500;
  color: #f7f9fc;
  font-style: initial;
}
.page2 .feature li img {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 0;
  right: 15%;
}
.page3 {
  background: #FAFAFA;
  padding: 80px 0;
}
.page3 .title {
  width: 100%;
  text-align: center;
  color: #172033;
  font-weight: 400;
}
.page3 ul {
  width: 90%;
  margin: 40px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.page3 ul li:hover {
  box-shadow: 0px 6px 32px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 1440px) {
  .page2 .feature li {
    width: 24%;
  }
  .page2 .feature li svg {
    right: 6%;
    width: 35px;
    height: 35px;
  }
  .page2 .feature li .txt .num p {
    font-size: 50px;
  }
}
@media screen and (max-width: 998px) {
  .pc {
    display: none;
  }
  .h5 {
    display: block;
  }
  .page2 {
    background-image: url('../img/aboutus2h5.jpg') !important;
    position: relative;
    background-size: 100%;
    padding-bottom: 189%;
    background-position: center top;
  }
  .page2 .des {
    margin: 25px auto 0;
    width: 90%;
  }
  .page2 .feature {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    padding: 5% 5% 10%;
    background: linear-gradient(180deg, rgba(12, 16, 26, 0.42) 0%, #0c101a 30%);
  }
  .page2 .feature li {
    width: 42%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    border-radius: 4px;
    border: 0.24px solid rgba(255, 255, 255, 0.36) !important;
    margin: 1%;
  }
  .page2 .feature li img {
    top: 15px;
    right: 20px;
  }
  .page2 .feature li svg {
    position: static;
    width: 45px;
    height: 45px;
    transform: translate(0, 0);
  }
  .page2 .feature li .txt {
    width: calc(100% - 65px);
  }
  .page2 .feature li img.pc {
    display: none!important;
  }
  .page2 .feature li img.h5 {
    display: block!important;
  }
  .page2 .feature li .txt .num p {
    color: var(--main-color);
  }
  .page2 .feature li .txt .num i {
    color: var(--main-color);
  }
  .anchor {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .page2 .des br {
    display: none;
  }
  .page2 .des p {
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 1.6;
  }
  .page2 .feature li {
    width: 48%;
  }
  .page2 .feature li .txt .num p {
    font-size: 34px;
  }
  .page2 .feature li .txt .num i {
    font-size: 14px;
  }
  .page2 .feature li .txt em {
    font-size: 8px;
    margin-top: 1px;
  }
  .page2 .feature li svg {
    width: 40px;
    height: 40px;
  }
  .page2 .feature li .txt {
    width: 100%;
  }
  .page2 .bg {
    bottom: 0%;
    height: auto;
    margin-bottom: 0;
  }
  .page2 .feature {
    margin: 0;
    top: 76%;
    padding: 5% 5% 20%;
  }
  .page3 {
    padding: 60px 0;
  }
  .page3 .title {
    font-size: 24px;
    color: #0c101a;
    font-weight: 500;
  }
  .page3 ul {
    margin: 15px auto 0;
  }
  .page1 {
    padding-top: 60px;
    background-position: center 34vw;
    background-repeat: no-repeat;
  }
  .page1 .top-txt {
    flex-wrap: wrap;
  }
  .page1 .top-txt .txt-l {
    width: 100%;
  }
  .page1 .top-txt .txt-l img {
    width: 55%;
  }
  .page1 .top-txt .txt-r {
    width: 100%;
    margin-top: 30px;
  }
  .page1 .top-txt .txt-r .tit {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
  }
  .page2 .logo {
    width: 20%;
    padding-top: 60px;
  }
  .page2 {
    padding-bottom: 0%;
    height: 260vw;
  }
  .page2 .feature li img {
    width: 20px;
    height: 20px;
    right: 15px;
  }
  .page3 ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 7px;
  }
}
@media screen and (max-width: 320px) {
  .page2 .feature li {
    padding: 10px 7px;
  }
}
/*# sourceMappingURL=./AboutUs.css.map */