#aboutus {
  margin-top: 64px;
}
#aboutus .aboutus-p1 {
  background-color: #e1ebfe;
  background-image: url(/website/live/images/aboutus/aboutus.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
#aboutus .aboutus-p1 .aboutus-p1-box {
  padding: 40px 36px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.5);
}
#aboutus .aboutus-p1 .aboutus-p1-box .leftbox .title {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-weight: 600;
  margin-bottom: 30px;
}
#aboutus .aboutus-p1 .aboutus-p1-box .leftbox .title img {
  height: 20px;
  margin-right: 12px;
}
#aboutus .aboutus-p1 .aboutus-p1-box .leftbox .desc {
  font-size: 12px;
  line-height: 18px;
  color: #666;
  margin-top: 12px;
}
#aboutus .aboutus-p1 .aboutus-p1-box .rightbox {
  position: relative;
}
#aboutus .aboutus-p1 .aboutus-p1-box .swiper-slide {
  padding: 10px 20px;
  outline: none;
}
#aboutus .aboutus-p1 .aboutus-p1-box .swiper-slide img {
  width: 100%;
}
#aboutus .swiper-pagination {
  bottom: -15px;
}
#aboutus .swiper-pagination .swiper-pagination-bullet {
  height: 3px;
  opacity: 0.3;
  width: 15px;
  border-radius: 3px;
  background: #1361d3;
  transition: all 0.3s linear;
}
#aboutus .swiper-pagination .swiper-pagination-bullet-active {
  width: 24px;
  opacity: 1;
  background: #1361d3;
}

#aboutus .aboutus-p3 {
  background: linear-gradient(180deg, #DDE8FE, #F1F6FE);
}
#aboutus .aboutus-p3-box {
  display: flex;
  margin-left: -8px;
  margin-right: -8px;
}
#aboutus .aboutus-p3-box-item {
  width: 17%;
  min-height: 480px;
  padding: 0px 8px;
  border-radius: 4px;
  transition: all 0.3s linear;
}
#aboutus .aboutus-p3-box-item.active {
  width: 32%;
}
#aboutus .aboutus-p3-box-item.active .content {
  position: relative;
  border-radius: 4px;
  background: linear-gradient(142deg, #307ef0 2.04%, #0b5dbf 97.96%);
}
#aboutus .aboutus-p3-box-item.active .content .icon,
#aboutus .aboutus-p3-box-item.active .content .title,
#aboutus .aboutus-p3-box-item.active .content .ellipsis {
  color: #fff;
}
#aboutus .aboutus-p3-box-item.active .content ul li {
  max-width: 80%;
  color: rgba(255, 255, 255, 0.64);
  white-space: wrap;
}
#aboutus .aboutus-p3-box-item.active .content ul li::before {
  background-color: rgba(255, 255, 255, 0.64);
}
#aboutus .aboutus-p3-box-item .content {
  height: 100%;
  padding: 36px 24px;
  background: #fff;
  position: relative;
}
#aboutus .aboutus-p3-box-item .content .bg {
  width: 160px;
  position: absolute;
  opacity: 0.1;
  right: 5%;
  bottom: 10%;
}
#aboutus .aboutus-p3-box-item .content .icon {
  color: #1361d3;
}
#aboutus .aboutus-p3-box-item .content .title {
  color: #333;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  margin-top: 16px;
  margin-bottom: 16px;
}
#aboutus .aboutus-p3-box-item .content ul {
  list-style: none;
}
#aboutus .aboutus-p3-box-item .content ul li {
  font-size: 12px;
  line-height: 20px;
  margin-top: 6px;
  color: #666;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#aboutus .aboutus-p3-box-item .content ul li::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #666;
  vertical-align: middle;
  margin-right: 8px;
}
#aboutus .aboutus-p3-box-item .content .ellipsis {
  font-size: 14px;
  line-height: 20px;
  color: #666;
  position: absolute;
  bottom: 30px;
}
#aboutus .aboutus-p4 .aboutus-p4-box {
  padding: 48px 36px;
  border-radius: 4px;
  border: 1px solid #fff;
  background: #f3f6fd;
}
#aboutus .aboutus-p4 .aboutus-p4-box .leftbox .title {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-weight: 600;
  margin-bottom: 30px;
}
#aboutus .aboutus-p4 .aboutus-p4-box .leftbox .title img {
  height: 20px;
  margin-right: 12px;
}
#aboutus .aboutus-p4 .aboutus-p4-box .leftbox .desc {
  font-size: 12px;
  line-height: 18px;
  color: #666;
  margin-top: 12px;
}
#aboutus .aboutus-p4 .aboutus-p4-box .rightbox {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
}
#aboutus .aboutus-p4 .aboutus-p4-box .rightbox::before {
  content: "";
  display: block;
  position: absolute;
  left: -40px;
  top: 0;
  width: 1px;
  height: 100%;
  background: rgba(188, 201, 219, 0.7);
}
#aboutus .aboutus-p4 .aboutus-p4-box .rightbox .textbox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#aboutus .aboutus-p4 .aboutus-p4-box .rightbox .textbox-item {
  padding: 6px 0;
  display: flex;
  align-items: center;
}
#aboutus .aboutus-p4 .aboutus-p4-box .rightbox .textbox-item .iconbox {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  border-radius: 50%;
  padding: 8px;
  margin-right: 8px;
}
#aboutus .aboutus-p4 .aboutus-p4-box .rightbox .textbox-item .iconbox img {
  width: 100%;
}
#aboutus .aboutus-p4 .aboutus-p4-box .rightbox .textbox-item .text .title {
  font-size: 12px;
  line-height: 18px;
  color: #666;
}
#aboutus .aboutus-p4 .aboutus-p4-box .rightbox .textbox-item .text .desc {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #333;
}
#aboutus .aboutus-p4 .aboutus-p4-box .rightbox .company {
  width: 56%;
  border-radius: 4px;
}
#aboutus .aboutus-p4 .aboutus-p4-number {
  margin-top: 12px;
  border-radius: 4px;
  background: #0b5dbf;
  padding: 36px 32px;
  display: flex;
  align-items: center;
}
#aboutus .aboutus-p4 .aboutus-p4-number-item {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  border-left: 1px solid rgba(226, 229, 233, 0.231372549);
  padding: 10px 28px;
}
#aboutus .aboutus-p4 .aboutus-p4-number-item:first-child {
  border-left: none;
}
#aboutus .aboutus-p4 .aboutus-p4-number-item .num {
  color: #ffe6b7;
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
}
#aboutus .aboutus-p4 .aboutus-p4-number-item .attributive {
  position: relative;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin-left: 18px;
}
#aboutus .aboutus-p4 .aboutus-p4-number-item .attributive.add::before {
  content: "+";
  display: block;
  font-size: 16px;
  color: #fff;
  position: absolute;
  left: -12px;
  top: -15px;
}
#aboutus .aboutus-p4 .aboutus-p4-number-item .desc {
  width: 100%;
  margin-top: 10px;
  padding: 0px 36px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

#aboutus .aboutus-p2 .aboutus-p2-box-item {
  height: 100%;
  display: flex;
  position: relative;
  padding: 32px 24px 64px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: linear-gradient(180deg, #e4ecf9 0%, #fff 100%);
}
#aboutus .aboutus-p2 .aboutus-p2-box-item .bgbox {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
#aboutus .aboutus-p2 .aboutus-p2-box-item .bgbox img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
}
#aboutus .aboutus-p2 .aboutus-p2-box-item .textbox {
  position: relative;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
#aboutus .aboutus-p2 .aboutus-p2-box-item .subtitle {
  color: #000;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
#aboutus .aboutus-p2 .aboutus-p2-box-item .title {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}
#aboutus .aboutus-p2 .aboutus-p2-box-item .desc {
  color: rgba(0, 0, 0, 0.48);
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}
#aboutus .aboutus-p2 .aboutus-p2-box-item .imgList {
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.imgList .imgList-item {
  width: 25%;
  display: flex;
  justify-content: center;
  align-content: center;
  margin-top: 12px;
}
.imgList .imgbox {
  height: 48px;
  width: 48px;
  border: 1px solid #f3f4f4;
  border-radius: 12px;
  background-color: #ffffff;
  padding: 10px 0px;
  -o-object-fit: cover;
  object-fit: cover;
}



@media (max-width: 768px) {

  #aboutus .aboutus-p1 .aboutus-p1-box {
    padding: 24px 20px;
  }
  #aboutus .aboutus-p1 .aboutus-p1-box .leftbox {
    margin-bottom: 20px;
  }
  #aboutus .aboutus-p1 .aboutus-p1-box .leftbox .title {
    margin-bottom: 20px;
    font-size: 14px;
  }
  #aboutus .aboutus-p1 .aboutus-p1-box .swiper-slide {
    padding: 0px;
  }
  #aboutus .aboutus-p3-box {
    flex-direction: column;
  }
  #aboutus .aboutus-p3-box-item {
    width: 100%;
    min-height: unset;
  }
  #aboutus .aboutus-p3-box-item.active {
    width: 100%;
  }
  #aboutus .aboutus-p3-box-item.active .content {
    padding: 15px 20px;
  }
  #aboutus .aboutus-p3-box-item.active .content ul {
    height: auto;
    max-height: 180px;
  }
  #aboutus .aboutus-p3-box-item.active .content ul li {
    max-width: 100%;
  }
  #aboutus .aboutus-p3-box-item.active .content .ellipsis {
    height: auto;
    max-height: 20px;
  }
  #aboutus .aboutus-p3-box-item .content {
    transition: all 0.3s linear;
    padding: 12px 20px;
    border: 1px solid #fff;
    background-color: rgba(226, 229, 233, 0.231372549);
    margin-bottom: 8px;
    display: flex;
    flex-wrap: wrap;
  }
  #aboutus .aboutus-p3-box-item .content .bg {
    display: none;
  }
  #aboutus .aboutus-p3-box-item .content .title {
    margin: 0px;
    margin-left: 12px;
  }
  #aboutus .aboutus-p3-box-item .content ul {
    max-height: 0px;
    min-height: unset;
    overflow: hidden;
    width: 100%;
    transition: all 0.3s linear;
  }
  #aboutus .aboutus-p3-box-item .content .ellipsis {
    transition: all 0.3s linear;
    max-height: 0px;
    min-height: unset;
    overflow: hidden;
    position: relative;
    bottom: -5px;
  }
  #aboutus .aboutus-p4 .aboutus-p4-box {
    padding: 24px 20px;
  }
  #aboutus .aboutus-p4 .aboutus-p4-number {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 20px;
  }
  #aboutus .aboutus-p4 .aboutus-p4-number-item {
    width: 100%;
    padding: 8px 0px;
    flex-wrap: nowrap;
    border: none;
    border-bottom: 1px solid rgba(226, 229, 233, 0.231372549);
  }
  #aboutus .aboutus-p4 .aboutus-p4-box .rightbox .company {
    width: 55%;
    object-fit: cover;
  }
  #aboutus .aboutus-p4 .aboutus-p4-number-item .num {
    flex-shrink: 0;
    font-size: 22px;
    line-height: 22px;
  }
  #aboutus .aboutus-p4 .aboutus-p4-number-item .attributive {
    flex-shrink: 0;
    font-size: 12px;
    line-height: 18px;
  }
  #aboutus .aboutus-p4 .aboutus-p4-number-item .attributive.add::before {
    left: -16px;
    top: -12px;
  }
  #aboutus .aboutus-p4 .aboutus-p4-number-item .desc {
    padding: 0px 16px;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  #aboutus .aboutus-p4 .aboutus-p4-box .rightbox .textbox-item .text .desc {
    font-size: 13px;
  }
  #aboutus .aboutus-p4 .aboutus-p4-box .leftbox {
    margin-bottom: 20px;
  }
  #aboutus .aboutus-p4 .aboutus-p4-box .leftbox .title {
    margin-bottom: 20px;
    font-size: 14px;
  }
  #aboutus .aboutus-p4 .aboutus-p4-box .rightbox .textbox-item .iconbox {
    width: 30px;
    height: 30px;
  }
  #aboutus .aboutus-p4 .aboutus-p4-box .rightbox .textbox-item .text .title {
    font-size: 11px;
    line-height: 14px;
  }
  #aboutus .aboutus-p4 .aboutus-p4-box .rightbox .textbox-item .text .desc {
    font-size: 12px;
    line-height: 16px;
  }
  #aboutus .aboutus-p2 .aboutus-p2-box-item {
    padding: 20px 12px 24px;
  }
  #aboutus .aboutus-p2 .aboutus-p2-box-item .subtitle {
    display: none;
  }
  #aboutus .aboutus-p2 .aboutus-p2-box-item .title {
    font-size: 14px;
    line-height: 20px;
  }
  #aboutus .aboutus-p2 .aboutus-p2-box-item .imgList {
    margin-top: 12px;
  }
  .imgList .imgList-item {
    width: 33.33%;
    margin-top: 6px;
  }
  .imgList .imgbox {
    height: 40px;
    width: 40px;
    border: 1px solid #f3f4f4;
    border-radius: 12px;
    padding: 8px 0px;
  }
}

@media (min-width: 992px) and (max-width: 1400px) {
  #aboutus .aboutus-p4 .aboutus-p4-number {
    padding: 24px 24px;
  }
  #aboutus .aboutus-p4 .aboutus-p4-number-item {
    padding: 10px 20px;
  }
  #aboutus .aboutus-p4 .aboutus-p4-number-item .num {
    font-size: 26px;
    line-height: 26px;
  }
  #aboutus .aboutus-p4 .aboutus-p4-number-item .attributive {
    font-size: 12px;
    line-height: 18px;
  }
  #aboutus .aboutus-p4 .aboutus-p4-number-item .desc {
    padding: 0px 16px;
  }
  #aboutus .aboutus-p4 .aboutus-p4-box .rightbox .textbox-item .text .desc {
    font-size: 13px;
  }
  #aboutus .aboutus-p4 .aboutus-p4-box .leftbox .title {
    margin-bottom: 20px;
    font-size: 14px;
  }
  #aboutus .aboutus-p1 .aboutus-p1-box .leftbox .title {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
@media (min-width: 1401px) and (max-width: 1600px) {
  #aboutus .aboutus-p4 .aboutus-p4-number {
    padding: 30px 28px;
  }
  #aboutus .aboutus-p4 .aboutus-p4-number-item {
    padding: 10px 24px;
  }
  #aboutus .aboutus-p4 .aboutus-p4-number-item .num {
    font-size: 28px;
    line-height: 28px;
  }
  #aboutus .aboutus-p4 .aboutus-p4-number-item .attributive {
    font-size: 13px;
    line-height: 18px;
  }
  #aboutus .aboutus-p4 .aboutus-p4-number-item .desc {
    padding: 0px 18px;
  }
  #aboutus .aboutus-p4 .aboutus-p4-box .leftbox .title {
    margin-bottom: 24px;
  }
}
@media (min-width: 1601px) and (max-width: 1800px) {
  #aboutus .aboutus-p1 .aboutus-p1-box .leftbox .desc {
    max-width: 90%;
    font-size: 13px;
    line-height: 22px;
  }
  #aboutus .aboutus-p4 .aboutus-p4-number-item .desc {
    padding: 0px 28px;
  }
}
@media (min-width: 1801px) {
  #aboutus .aboutus-p1 .aboutus-p1-box .leftbox .desc {
    font-size: 13px;
    line-height: 22px;
  }
}