.pc {
  display: block;
}
.h5 {
  display: none;
}
.page1 {
  background-size: cover;
  background-position: center bottom;
}
.page1 .logo {
  width: 360px;
  padding-top: 100px;
  margin: 0px auto;
}
.page1 .des {
  margin: 40px auto 0;
  width: 52%;
}
.page1 .des p {
  font-weight: 400;
  color: #fff;
  line-height: 1.77;
  text-align: center;
}
.page1 .des p:nth-last-child(1) {
  margin-bottom: 0;
}
.page1 .des .h5 p {
  line-height: 1.57;
  margin-bottom: 10px;
  color: #f7f9fc;
  font-weight: 400;
}
.page1 .feature {
  margin: 90vh auto 0;
  display: flex;
  justify-content: space-between;
  width: 90%;
  padding-bottom: 40px;
}
.page1 .feature li {
  width: 22%;
  position: relative;
  border-right: 1px solid rgba(204, 204, 204, 0.48);
}
.page1 .feature li:nth-last-child(1) {
  border: 0;
}
.page1 .feature li .txt .num {
  display: flex;
  align-items: flex-start;
}
.page1 .feature li .txt .num p {
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 1px;
  display: inline-block;
  color: #fff;
  line-height: 1;
}
.page1 .feature li .txt .num i {
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.page1 .feature li .txt em {
  display: block;
  margin-top: 15px;
  font-size: 12px;
  font-weight: 500;
  color: #f7f9fc;
  font-style: initial;
}
.page1 .feature li svg {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 0;
  right: 15%;
}
.page2 {
  background: #0c101a;
  padding: 60px 0;
}
.page2 .title {
  font-weight: 500;
  text-align: center;
  color: #fff;
}
.page2 .pic {
  position: relative;
  width: 90%;
  margin: 30px auto 0;
}
.page2 .pic video {
  width: 100%;
  height: 100%;
}
.page2 .pic .play_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page2 .vr {
  width: 145px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 0;
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.12);
  border-radius: 100px;
  margin: 40px auto 0;
  transition: all 0.3s;
}
.page2 .vr p {
  font-size: 16px;
  font-weight: 500;
  color: #f7f9fc;
  transition: all 0.3s;
}
.page2 .vr .ic {
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #f7f9fc;
  position: relative;
  margin-right: 4px;
  transition: all 0.3s;
}
.page2 .vr svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
}
.page2 .vr svg path {
  transition: all 0.3s;
}
.page2 .vr:hover {
  border: 1px solid #fc782c;
}
.page2 .vr:hover p {
  color: #fc782c;
}
.page2 .vr:hover .ic {
  background: #fc782c;
}
.page2 .vr:hover .ic svg path {
  fill: #fff;
}
.page3 {
  position: relative;
  border-bottom: 1px solid #f0f0f0;
}
.page3 .more {
  display: none;
}
.page3 .title {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  z-index: 10;
}
.page3 .welfare-ctn .swiper-button-prev,
.page3 .welfare-ctn .swiper-button-next {
  width: 40px;
  height: 40px;
  border: 2px solid rgba(0, 0, 0, 0.06);
  border-radius: 100%;
  transition: all 0.3s;
  top: auto;
  bottom: 50px;
  z-index: 10;
  opacity: 1;
}
.page3 .welfare-ctn .swiper-button-prev::after,
.page3 .welfare-ctn .swiper-button-next::after {
  font-size: 13px;
  color: #000;
  font-weight: bold;
}
.page3 .welfare-ctn .swiper-button-prev:hover,
.page3 .welfare-ctn .swiper-button-next:hover {
  background: #fc782c;
  border: 2px solid #fc782c;
}
.page3 .welfare-ctn .swiper-button-prev:hover::after,
.page3 .welfare-ctn .swiper-button-next:hover::after {
  color: #fff;
}
.page3 .welfare-ctn .swiper-button-prev {
  left: auto;
  right: calc(5% + 70px);
}
.page3 .welfare-ctn .swiper-button-next {
  right: 5%;
}
.page3 .welfare .swiper-slide {
  /* .img{
                img{
                    transition: all 1s;
                }
            }
            &:hover{
                .img{
                    img{
                        transform: scale(1.02);
                    }
                }
            } */
}
.page3 .welfare .swiper-pagination {
  width: 100%;
  left: 0;
  bottom: 160px;
  background: transparent;
}
.page3 .welfare .swiper-pagination .swiper-pagination-bullet {
  width: 24px;
  height: 2px;
  border-radius: 0;
  background: #e6e6e6;
  opacity: 1;
}
.page3 .welfare .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fc782c;
}
.page3 .swiper-slide .txt {
  background: rgba(255, 255, 255, 0.96);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 5%;
  height: 140px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.page3 .swiper-slide .txt p {
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 1.5em;
  color: #0c101a;
  font-weight: 500;
}
.page3 .swiper-slide .txt .time {
  margin-top: 10px;
}
.page3 .swiper-slide .txt .time span {
  color: #fc782c;
  display: inline-block;
}
.page3 .swiper-slide .txt .time em {
  font-style: initial;
  display: inline-block;
  border-radius: 2px;
  background: rgba(252, 120, 44, 0.08);
  color: #fc782c;
  font-weight: 400;
  padding: 2px 6px;
}
.page4 {
  padding: 60px 0 72px;
  background: #fafafa;
}
.page4 .title {
  width: 100%;
  text-align: center;
  color: #172033;
  font-weight: 400;
}
.page4 ul {
  width: 90%;
  margin: 40px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page4 ul li {
  width: 24.5%;
  margin-bottom: 0.5%;
}
.page4 ul li:hover {
  box-shadow: 0px 6px 32px rgba(0, 0, 0, 0.08);
}
/* 125% */
@media screen and (max-width: 1440px) {
  .page1 .feature li {
    width: 24%;
  }
  .page1 .feature li svg {
    right: 6%;
    width: 35px;
    height: 35px;
  }
  .page1 .feature li .txt .num p {
    font-size: 50px;
  }
}
/* 150 */
@media screen and (max-width: 998px) {
  .pc {
    display: none;
  }
  .h5 {
    display: block;
  }
  .page1 {
    background-image: url(' ') !important;
    position: relative;
    padding-bottom: 100%;
  }
  .page1 .bg {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    height: 100%;
    object-fit: cover;
  }
  .page1 .logo {
    width: 40%;
    padding-top: 50px;
  }
  .page1 .logo img {
    opacity: 0.6;
  }
  .page1 .des {
    margin: 25px auto 0;
    width: 90%;
  }
  .page1 .des p {
    color: #f7f9fc;
    margin-bottom: 10px;
    text-align: left;
    text-indent: 2em;
  }
  .page1 .feature {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    padding: 5%;
    background: linear-gradient(180deg, rgba(12, 16, 26, 0.58) 0%, #0c101a 70%);
  }
  .page1 .feature li {
    width: 42%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2% 4%;
    border: 1px solid rgba(255, 255, 255, 0.24) !important;
    margin: 1%;
  }
  .page1 .feature li svg {
    position: static;
    width: 45px;
    height: 45px;
    transform: translate(0, 0);
  }
  .page1 .feature li .txt {
    width: calc(100% - 65px);
  }
  .anchor {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .page1 {
    overflow: hidden;
    padding-bottom: 105%;
  }
  .page1 .feature li {
    width: 48%;
  }
  .page1 .feature li .txt .num p {
    font-size: 24px;
  }
  .page1 .feature li .txt .num i {
    font-size: 14px;
  }
  .page1 .feature li .txt em {
    font-size: 10px;
    margin-top: 1px;
  }
  .page1 .feature li svg {
    width: 40px;
    height: 40px;
  }
  .page1 .feature li .txt {
    width: calc(100% - 45px);
  }
  .page1 .bg {
    bottom: 0%;
    height: auto;
    margin-bottom: 0;
  }
  .page1 .feature {
    background: linear-gradient(180deg, rgba(12, 16, 26, 0.58) 0%, #0c101a 50%);
  }
  .page2 {
    padding: 30px 0;
  }
  .page2 .title {
    font-size: 24px;
  }
  .page2 .pic {
    margin: 15px auto 0;
  }
  .page2 .vr {
    width: 113px;
    margin: 20px auto 0px;
  }
  .page2 .vr p {
    font-size: 12px;
  }
  .page2 .vr .ic {
    width: 24px;
    height: 24px;
  }
  .page2 .vr .ic svg {
    width: 13px;
    height: 13px;
  }
  .page3 {
    padding: 36px 0;
  }
  .page3 .title {
    position: static;
    font-size: 24px;
    color: #0c101a;
  }
  .welfare-ctn {
    width: 90%;
    margin: 15px auto 0;
  }
  .welfare-ctn > .swiper-wrapper {
    flex-wrap: wrap;
  }
  .page3 .swiper-slide .txt {
    position: static;
    height: auto;
    background: #fff;
    padding: 0 0 30px 0;
  }
  .page3 .swiper-slide .txt p {
    margin-top: 10px;
    display: block;
    height: auto;
    font-size: 14px;
    color: #0c101a;
  }
  .page3 .welfare-ctn .swiper-button-prev,
  .page3 .welfare-ctn .swiper-button-next {
    display: none;
  }
  .page3 .swiper-slide .txt .time {
    margin-top: 5px;
  }
  .page3 .swiper-slide .txt .time span {
    font-size: 12px;
  }
  .page3 .swiper-slide .txt .time em {
    font-size: 10px;
    margin-left: 6px;
  }
  .page3 .welfare .swiper-pagination {
    font-size: 0;
    bottom: auto;
    top: 59%;
  }
  .page3 .more {
    width: 74px;
    display: block;
    margin: 10px auto 0;
  }
  .page3 .more p {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 0;
    border: 1px solid #e6e6e6;
    border-radius: 100px;
    color: #8f8f8f;
    font-size: 10px;
    width: 100%;
    transition: all 0.3s;
  }
  .page3 .more p svg {
    margin-left: 5px;
    width: 7px;
    height: 7px;
    transition: all 0.3s;
  }
  .page3 .more p svg path {
    transition: all 0.3s;
  }
  .page3 .more:hover p {
    border: 1px solid #fc782c;
    color: #fc782c;
  }
  .page3 .more:hover p svg {
    transform: rotate(180deg);
  }
  .page3 .more:hover p svg path {
    fill: #fc782c;
  }
  .page4 {
    padding: 36px 0;
  }
  .page4 .title {
    font-size: 24px;
    color: #0c101a;
    font-weight: 500;
  }
  .page4 ul li {
    width: 49%;
    margin-bottom: 2%;
  }
  .page4 ul {
    margin: 15px auto 0;
  }
}
@media screen and (max-width: 320px) {
  .page3 .welfare .swiper-pagination {
    top: 54%;
  }
  .page1 .feature li .txt .num p {
    font-size: 20px;
  }
  .page1 .feature li .txt em {
    font-size: 8px;
    line-height: 1.4;
  }
  .page1 .feature li svg {
    width: 35px;
    height: 35px;
  }
}
/*# sourceMappingURL=./AboutUs.css.map */