.model1 {
  height: 678px;
  position: relative;
  overflow: hidden;
}

.m1-img {
  width: 1920px;
  height: 678px;
  object-fit: cover;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.m1-content {
  position: relative;
  z-index: 2;
  padding-top: 220px;
}

.m1-title {
  font-weight: 600;
  font-size: 60px;
  color: #000000;
  line-height: 83px;
  margin-bottom: 8px;
}

.m1-desc {
  font-weight: 300;
  font-size: 30px;
  color: #000000;
  line-height: 42px;
  margin-bottom: 42px;
}

.m1-btn {
  display: inline-block;
  width: 180px;
  height: 54px;
  background: linear-gradient(90deg, #2067FD 0%, #2067FD 100%);
  border-radius: 8px;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 54px;
  text-align: center;
  transition: all 0.2s linear;
}

.m1-btn:hover {
  background: linear-gradient(90deg, #2C46F1 0%, #532AFF 100%);
}

.cell_2 {
  height: 902px;
  position: relative;
  overflow: hidden;
}

.cell_2_img {
  width: 1920px;
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.cell_2_container {
  position: relative;
  z-index: 9;
  padding-top: 100px;
}

.cell_2_title {
  font-weight: 400;
  font-size: 46px;
  line-height: 48px;
  color: #000000;
  text-align: center;
  margin-bottom: 10px;
}

.cell_2_sub_title {
  font-weight: 400;
  font-size: 16px;
  color: #656D77;
  line-height: 20px;
  text-align: center;
  margin-bottom: 60px;
}

.cell_2_desc {
  width: 1280px;
  height: 406px;
  background: url(/images/about/cell_1_bg.png) no-repeat center center;
  background-size: 100% 100%;
  padding-top: 29px;
}

.cell_2_desc_t {
  font-weight: bold;
  font-size: 52px;
  color: #000000;
  margin-bottom: 27px;
  text-transform: uppercase;
}

.cell_2_desc_p {
  width: 542px;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  text-align: justify;
  margin-bottom: 20px;
}

.cell_2_list {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
}

.cell_2_list>li {
  padding-right: 40px;
  width: 230px;
}

.cell_2_list>li>p:first-child {
  font-weight: 400;
  font-size: 52px;
  color: #000000;
  line-height: 54px;
}

.cell_2_list>li>p:first-child>span:last-child {
  font-size: 36px;
  margin-left: 4px;
}

.cell_2_list>li>p:last-child {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 18px;
  margin-top: 8px;
}

.model3 {
  position: relative;
  overflow: hidden;
  height: 1045px;
}

.cell_3 {
  padding-top: 100px;
}

.cell_3_title {
  font-weight: 400;
  font-size: 46px;
  color: #000000;
  line-height: 48px;
  text-align: center;
}

.cell_3_sub_title {
  font-weight: 400;
  font-size: 16px;
  color: #656D77;
  line-height: 20px;
  text-align: center;
  margin-bottom: 60px;
  margin-top: 12px;
}

.cell_3_p1 {
  position: relative;
  height: 340px;
}

.cell_3_float {
  width: 585px;
  height: 377px;
  position: absolute;
  z-index: 1;
  top: -37px;
  right: 36px;
}

.cell_3_bg1 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.cell_3_c_t {
  width: 574px;
  position: relative;
  z-index: 2;
  padding: 54px 0 0 60px;
}

.cell_3_c_t.cell_3_c_t1 {
  padding: 54px 0 0 0;
  margin: 0 auto;
  width: 500px;
}

.cell_3_c_t_p1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 400;
  font-size: 36px;
  color: #222222;
  line-height: 46px;
  margin-bottom: 4px;
}

.cell_3_c_t_p1>span {
  height: 36px;
  padding: 10px 20px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 16px;
  color: #666170;
  line-height: 18px;
  border-radius: 18px;
}

.cell_3_c_t_p2 {
  font-size: 36px;
  color: #222;
  line-height: 46px;
  font-weight: 600;
  padding-bottom: 30px;
}

.cell_3_c_t_p3 {
  margin-top: 35px;
  font-weight: 300;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 26px;
  text-align: justify;
}

.cell_3_p2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
  gap: 12px;
}

.cell_3_p2_c1 {
  position: relative;
  flex: 1;
  height: 340px;
}

.cell_3_bg2,
.cell_3_bg3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.model4 {
  position: relative;
  overflow: hidden;
  height: 758px;
}

.cell_5 {
  padding-top: 100px;
  position: relative;
}

.cell_5_title {
  font-weight: 400;
  font-size: 46px;
  line-height: 48px;
  color: #000000;
  text-align: center;
  margin-bottom: 12px;
}

.cell_5_sub_title {
  font-weight: 400;
  font-size: 16px;
  color: #656D77;
  line-height: 26px;
  text-align: center;
  margin-bottom: 62px;
}

.cell_5_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  width: 970px;
}

.cell_5_list_item {
  position: relative;
  display: flex;
  width: 426px;
  height: 180px;
  border-radius: 24px;
}

.cell_5_list_item_c2 {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
  padding: 4px 16px;
  border-radius: 24px;
  position: absolute;
  top: 72px;
  right: 100px;
  background-color: #0FA942;
  animation: floatY 3s linear infinite;
}

@keyframes floatY {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0);
  }
}

.cell_5_list_item_c2::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 12px;
  border-width: 6px;
  border-style: solid;
  border-color: #0FA942 transparent transparent transparent;
  transform: rotate(135deg);
  transform-origin: center;
}

.cell_5_list_item:nth-child(1) {
  background: rgba(255, 197, 241, 0.40);
}

.cell_5_list_item:nth-child(2) {
  background: rgba(183, 242, 255, 0.40);
}

.cell_5_list_item:nth-child(3) {
  background: rgba(183, 222, 255, 0.40);
}

.cell_5_list_item:nth-child(4) {
  background: rgba(190, 255, 225, 0.40);
}

.cell_5_list_item>img {
  width: 96px;
  height: 106px;
}

.cell_5_list_item_c1 {
  margin: 56px 0 0 16px;
}

.cell_5_list_item_c1>p:first-child {
  font-weight: 400;
  font-size: 18px;
  color: #353535;
  line-height: 20px;
  margin-bottom: 10px;
}

.cell_5_list_item_c1>p:last-child {
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  line-height: 32px;
}

.cell_5_float {
  width: 391px;
  height: 674px;
  position: absolute;
  top: 84px;
  right: 0;
}

.model5 {
  position: relative;
  overflow: hidden;
  height: 816px;
  background-color: #F0F5FF;
}

.cell_6 {
  padding-top: 100px;
}

.cell_6_title {
  font-weight: 400;
  font-size: 46px;
  color: #000000;
  line-height: 48px;
  text-align: center;
  margin-bottom: 12px;
}

.cell_6_sub_title {
  font-weight: 400;
  font-size: 16px;
  color: #656D77;
  line-height: 26px;
  text-align: center;
  margin-bottom: 79px;
}

#swiper2 {
  height: 450px;
  overflow: hidden;
  position: relative;
}

#swiper2 .swiper-slide {
  width: 306px;
  height: 435px;
}

#swiper2 .swiper-slide>img {
  display: block;
  width: 260px;
  height: 260px;
  margin: 0 auto 35px;
}

.cell_6_p1 {
  font-weight: 400;
  font-size: 20px;
  color: #000;
  line-height: 22px;
  margin-bottom: 16px;
  text-align: center;
}

.cell_6_p2 {
  font-weight: 400;
  font-size: 14px;
  color: #656D77;
  line-height: 22px;
  text-align: center;
}

#swiper2 .swiper-pagination {
  bottom: 0;
  height: 4px;
  background: #E6ECF8;
  border-radius: 10px;
  display: flex;
  place-items: center;
}

#swiper2 .swiper-pagination-bullet {
  flex: 1;
  order: 1;
  height: 4px;
  background: linear-gradient(90deg, #00EDFF 0%, #0086FF 100%);
  border-radius: 10px;
  margin: 0;
  opacity: 0;
}

#swiper2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.cell_7 {
  padding-top: 100px;
}

.cell_7_title {
  font-weight: 400;
  font-size: 46px;
  color: #000000;
  line-height: 48px;
  text-align: center;
  margin-bottom: 12px;
}

.cell_7_sub_title {
  font-weight: 400;
  font-size: 16px;
  color: #656D77;
  line-height: 26px;
  text-align: center;
  margin-bottom: 60px;
}

#swiper3 {
  position: relative;
  overflow: hidden;
}

#swiper3 .swiper-slide {
  display: flex;
  width: 100%;
  height: 434px;
  border-radius: 16px;
  overflow: hidden;
}

.model6 {
  position: relative;
  overflow: hidden;
  height: 787px;
}

.cell_7_left {
  width: 620px;
  height: 100%;
  background: url(/images/about/cell_7_bg.png) no-repeat center center;
  background-size: 100% 100%;
  padding: 60px 46px 0 60px;
}

.cell_7_p1 {
  font-weight: 400;
  font-size: 38px;
  color: #FFFFFF;
  line-height: 40px;
  margin-bottom: 15px;
}

.cell_7_p2 {
  font-weight: 300;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 28px;
}

.cell_7_right {
  width: 660px;
  height: 100%;
}

.cell_7_right>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#swiper3 .swiper-pagination {
  position: absolute;
  top: 284px;
  left: 60px;
}

.swiper3_btn {
  display: flex;
  align-items: center;
  gap: 8px;
}

.swiper3_prev,
.swiper3_next {
  width: 64px;
  height: 40px;
  background: rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-origin: center;
  transition: all 0.1s linear;
}

.swiper3_prev::after,
.swiper3_next::after {
  content: '';
  display: block;
  width: 17px;
  height: 16px;
  background-image: url(/images/about/cell_7_r_d.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  transition: all 0.1s linear;
}

.swiper3_prev {
  transform: rotate(180deg);
}

.swiper3_prev:hover,
.swiper3_next:hover {
  background-color: #fff;
}

.swiper3_prev:hover::after,
.swiper3_next:hover::after {
  background-image: url(/images/about/cell_7_r_a.png);
}

.swiper3_process {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.swiper3_process_line {
  position: relative;
  width: 432px;
  height: 2px;
  background: rgba(255, 255, 255, 0.1);
}

.swiper3_process_line_active {
  height: 2px;
  background: #00EDFF;
  width: 72px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s linear;
}

.swiper3_process_count {
  font-weight: 500;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.4);
}

.swiper3_process_number {
  color: #fff;
}