.w {
  max-width: 1520rem;
  width: 100%;
  margin: 0 auto;
}

.w2 {
  max-width: 1678rem;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.nav {
  width: 100%;
  height: 120rem;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
  transition: all 0.3s;
}

.nav .w {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav .logo {
  width: 177rem;
  height: 53rem;
  background-image: url(../images/LOGO.svg);
  display: inline-block;
  background-size: contain;
  transition: all 0.3s;
  background-repeat: no-repeat;
}

.nav_list {
  display: flex;
  font-size: 24rem;
}

.nav_list span {
  margin-left: 92rem;
  position: relative;
  color: #383838;
  cursor: pointer;
  transition: all 0.3s;
}

.nav_list span::after {
  content: "";
  position: absolute;
  width: 0;
  height: 4rem;
  background-color: #5f21b4;
  left: 0;
  right: 0;
  bottom: -20rem;
  transition: all 0.3s;
}

.nav_list span.active::after {
  width: 100%;
}

.nav_list span.active {
  color: #5f21b4;
}

.nav_list span:hover {
  color: #5f21b4;
}

.active.nav {
  background-color: #fff;
  box-shadow: 0rem 4rem 30rem 0rem rgba(17, 88, 168, 0.25);
}

.active span {
  color: #333;
}

.active .nav_list span.active {
  color: #5f21b4;
}

.active .nav_list span:hover {
  color: #5f21b4;
}

/* box1 */
.box1 {
  padding-top: calc(50vh - 346rem);
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-image: url(../images/banner.png);
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: bottom;
}

.box1 .box_right {
  width: 784rem;
  height: 604rem;
  border-radius: 105rem;
  background-color: #f5f5f5;
}

.box1 .box_left {
  font-family: "Roboto";
  font-weight: 600;
  font-size: 96rem;
  line-height: 124rem;
  color: #383838;
  text-align: center;
}

.box1 .box_left .p1 {
  margin-top: 115rem;
  font-weight: 600;
  font-size: 96rem;
  line-height: 112rem;
  letter-spacing: 0%;
  text-align: center;
}
/* .box1{
  background: #000;
} */

.box1 .box_left .p4 {
  font-weight: 400;
  font-size: 44rem;
  line-height: 60rem;
  letter-spacing: 0%;
  margin-top: 25rem;
  color: #4b4b4b;
}

/* box2 */
.box2 {
  position: absolute;
  padding-bottom: 30rem;
  width: 100%;
  bottom: 0rem;
}
/* .box2::before,
.box2::after {
  content: "";
  position: absolute;
  top: 0;
  width: 200rem;        
  height: 100%;
  z-index: 1;
}

.box2::before {
  left: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
}

.box2::after {
  right: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
} */
.box2 .box_con {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    rgb(255, 254, 255) 20%,
    rgb(255, 255, 255) 80%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    rgb(255, 255, 255) 20%,
    rgb(255, 255, 255) 80%,
    transparent 100%
  );
}

.box2 .img_List {
  display: flex;
  width: 100%;
  overflow: hidden;
}

.box2 .img_List > div {
  animation-name: scroll;
  animation-duration: 100s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation: scroll 10s linear 0 infinite alternate;
  animation-play-state: running;
  animation-delay: 0s;
  animation-direction: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  width: 7757.44rem;
}

.box2 .img_List img {
  height: 80rem;
}

@keyframes scroll {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

/* box3 */
.box3 {
  height: 1171rem;
  overflow: hidden;
}

.box3 h1 {
  font-weight: 600;
  font-size: 92rem;
  line-height: 107.81rem;
  letter-spacing: 0%;
  text-align: center;
  margin-top: 100rem;
  margin-bottom: 130rem;
}

.box3 .p1 span {
  color: #7e7e7e;
  font-weight: 400;
  font-size: 24rem;
  line-height: 28.13rem;
  letter-spacing: 0%;
  margin-top: 40rem;
  display: inline-block;
}
.box3 .p1 .p1_1 {
  color: #6c6c6c;
  font-weight: 400;
  font-size: 48rem;
  /* line-height: 28.13rem; */
  letter-spacing: 0%;
  margin-top: 40rem;
  display: inline-block;
}
.box3 .p2 {
  color: #2f2f2f;
  font-weight: 400;
  font-size: 44rem;
  line-height: 51.56rem;
  letter-spacing: 0%;
  margin-top: 16rem;
}

.box3 .p3 {
  color: #6c6c6c;
  font-weight: 400;
  font-size: 30rem;
  line-height: 44.92rem;
  letter-spacing: 0%;
  margin-top: 42rem;
}

.box3 .w2 {
  display: flex;
}

.box3 .box_l {
  width: 784rem;
  height: 604rem;
  border-radius: 105rem;
  margin-right: 35rem;
  background: #f0f0f4;
  overflow: hidden;
  position: relative;
  background-size: contain;
  transition: all 0.3s;
  background-image: url("../images/box3_5.png");
  background-image: url("../images/box3_4.png");
  background-image: url("../images/box3_3.png");
  background-image: url("../images/box3_2.png");
  background-image: url("../images/box3_1.png");
}

.box3 canvas {
  position: absolute;
  top: 0;
}

.box3 .box_r {
  flex: 1;
}

.box3 .page {
  display: flex;
  margin-top: 30rem;
}

.box3 .page span {
  width: 110rem;
  height: 70rem;
  top: 345rem;
  left: 59rem;
  border: 1rem solid #d0d0d0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.box3 .page i {
  width: 20rem;
  height: 20rem;
  background-size: cover;
  transition: all 0.3s;
}

.box3 .page .page_pre {
  border-top-left-radius: 35rem;
  border-bottom-left-radius: 35rem;
}

.box3 .page .page_next {
  border-top-right-radius: 35rem;
  border-bottom-right-radius: 35rem;
}

.box3 .page .page_pre i {
  background-image: url(../images/icon_left.png);
}

.box3 .page .page_next i {
  background-image: url(../images/icon_right.png);
}

.box3 .page .page_pre:hover i {
  background-image: url(../images/icon_left_ed.png);
  transform: translateX(-5rem);
}

.box3 .page .page_next:hover i {
  background-image: url(../images/icon_right_ed.png);
  transform: translateX(5rem);
}

.box3 .progress {
  width: 712rem;
  height: 6rem;
  position: relative;
  background-color: #d9d9d9;
  margin: 0 auto;
  margin-top: 87rem;
}

.box3 .progress span {
  width: 142rem;
  height: 6rem;
  top: 2163rem;
  left: 604rem;
  border-radius: 3rem;
  position: absolute;
  background-color: #5f21b4;
  left: 0;
  top: 0;
  transition: all 0.3s;
}

/* box4 */
.box4 {
  overflow: hidden;
}

.box4 h1 {
  font-size: 92rem;
  line-height: 107.81rem;
  letter-spacing: 0%;
  text-align: center;
  margin-top: 100rem;
  margin-bottom: 170rem;
}

.box4 .p1 {
  font-weight: 400;
  font-size: 24rem;
  line-height: 28.13rem;
  letter-spacing: 0%;
  color: #7c7c7c;
}

.box4 .p2 {
  font-weight: 400;
  font-size: 44rem;
  line-height: 51.56rem;
  letter-spacing: 0%;
  color: #4b4b4b;
  margin-top: 15rem;
  position: relative;
  display: inline-block;
}

.box4 .p2 span {
  position: absolute;
  height: 4rem;
  width: 0;
  bottom: -11rem;
  left: 0;
  display: inline-block;
  background-color: #5f21b4;
  transition: all 0.1s;
}

.box4 .p3 {
  font-weight: 400;
  font-size: 24rem;
  line-height: 47.92rem;
  letter-spacing: 0%;
  color: #c8c8c8;
  margin-top: 40rem;
  position: relative;
}

.box4 .p3_1 {
  background: #ffffff;
}

.box4 .p3_2 {
  background: #ffffff;
  position: absolute;
  top: 0;
  overflow: hidden;
  z-index: 1;
  width: 100%;
  height: 0;
}

.p3_2 span {
  width: 100%;
  display: inline-block;
  color: #7c7c7c;
}

.box4 .item {
  height: 926rem;
  position: relative;
  padding-left: 70rem;
  transform: translateZ(0);
}

.box4 .item .txt {
  padding-left: 40rem;
  width: 746rem;
}

.box4 .sign {
  position: absolute;
  width: 28rem;
  height: 28rem;
  left: -47rem;
  top: 52rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box4 .sign i {
  position: absolute;
  width: 0;
  height: 0;
  /* left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto; */
  border-radius: 50%;
  background-color: #5f21b4;
  display: inline-block;
  transition: all 0.25s;
}

.box4 .item1 {
}

.box4 .progress {
  width: 4rem;
  /* 每块890*4 */
  height: 4720rem;
  position: absolute;
  left: 0;
  top: 62rem;
  background-color: #d9d9d9;
  overflow: hidden;
}

.box4 .progress span {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #5f21b4;
}

.box4 img {
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.15s;
  transform: translate3d(400rem, 0, 0);
  opacity: 0.4;
  /* 强制GPU加速 */
  will-change: transform;
  transition-timing-function: ease;
  width: 1080rem;
}

.box4 .item1 img {
  /* top: -11rem; */
}

.box4 .item2 img {
  /* top: -144rem; */
}

.box4 .item3 img {
  /* top: -62rem; */
}

.box4 .item4 img {
  /* top: 9rem; */
}

.box4 .item5 img {
  /* top: -56rem; */
}

/* .box5 */
.box5 {
  margin-top: 0rem;
}

.box5 .com {
  width: 1840rem;
  height: 644rem;
  border-radius: 100rem;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  color: #383838;
}

.box5 .com .bg_com {
  width: 1840rem;
  height: 644rem;
  top: 0;
  left: 0;
  position: absolute;
  background-size: contain;
  background-image: url(../images/box5_bg.png);
  animation: zoomAnimation 60s infinite;
}

.box5 .p1 {
  font-family: Roboto;
  font-weight: 600;
  font-size: 92rem;
  line-height: 107.81rem;
  letter-spacing: 0%;
  text-align: center;
  position: relative;
  margin-top: 200rem;
}

.box5 .p2 {
  font-family: Roboto;
  font-weight: 400;
  font-size: 44rem;
  line-height: 51.56rem;
  letter-spacing: 0%;
  text-align: center;
  position: relative;
  margin-top: 14rem;
}

@keyframes zoomAnimation {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

/* box6 */
.box6 {
  padding-bottom: 60rem;
}
.box6 .title {
  font-weight: 600;
  font-size: 92rem;
  line-height: 107.81rem;
  letter-spacing: 0%;
  text-align: center;
  color: #383838;
  margin-top: 180rem;
}

.box6 .title_dec {
  font-weight: 400;
  font-size: 44rem;
  line-height: 51.56rem;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 20rem;
  color: #737373;
  width: 1540rem;
  margin: 0 auto;
  margin-top: 30rem;
  margin-bottom: 80rem;
}

.box6 .box_con {
  /* background: #7c3737; */
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 907rem;
  position: relative;
}

.box6 .w2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.box6 .op {
  display: flex;
  justify-content: center;
  align-items: center;
}

.box6 .op .op_btn {
  width: 60rem;
  height: 50rem;
  border: 1rem solid #d0d0d0;
  border-radius: 25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.box6 .op .op_btn i {
  display: inline-block;
  background-size: contain;
  width: 20rem;
  height: 20rem;
  transition: all 0.3s;
}

.box6 .op .op_l i {
  background-image: url(../images/icon_left.png);
}

.box6 .op .op_r i {
  background-image: url(../images/icon_right.png);
}

.box6 .op_l:hover i {
  background-image: url(../images/icon_left_ed.png);
  transform: translateX(-5rem);
}

.box6 .op_r:hover i {
  background-image: url(../images/icon_right_ed.png);
  transform: translateX(5rem);
}

.box6 .progress {
  width: 1338rem;
  height: 4rem;
  border-radius: 2rem;
  background: #d9d9d9;
  margin: 0 20rem;
  position: relative;
}

.box6 .progress span {
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: #5f21b4;
}

.box6 .swiper {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 791rem;
  width: 100%;
  /* height: 100%; */
  overflow: auto;
  margin: auto;
  -ms-overflow-style: none;
  scroll-behavior: smooth;
  /* 使滚动行为平滑 */
}

.swiper::-webkit-scrollbar {
  display: none;
}

.box6 .swiper_wrap {
  display: flex;
  align-items: center;
  height: 100%;
  width: fit-content;
  margin: 0 auto;
}

.box6 .swiper .item .h_i {
  width: 234rem;
  display: block;
  margin: 0 auto;
}

.box6 .swiper .item {
  width: 456rem;
  height: 791rem;
  border-width: 10rem;
  border-radius: 10rem;
  /* background: #f5f5f5; */
  backdrop-filter: blur(15rem);
  margin: 0 15rem;
  flex-shrink: 0;
  box-sizing: border-box;
  position: relative;
  padding: 30rem 0rem;
  border: 10rem solid #f8f8fd;
}

.box6 .swiper .item:first-child {
  margin-left: 60rem;
}

.box6 .swiper .item:last-child {
  margin-right: 60rem;
}

.box6 .swiper .item .name {
  color: #000;
  margin-top: 46rem;
  margin-bottom: 30rem;
  position: relative;
  padding: 0 56rem;
  /* justify-content: center; */
}

.box6 .swiper .item .name h1 {
  font-weight: 600;
  font-size: 32rem;
  line-height: 37.5rem;
  letter-spacing: 0%;
  color: #383838;
}

.box6 .swiper .item .name span {
  font-weight: 400;
  font-size: 28rem;
  line-height: 37.5rem;
  letter-spacing: 0%;
  color: #383838;
}

.box6 .swiper .item ul {
  padding: 0 35rem;
}

.box6 .swiper .item li {
  font-weight: 400;
  font-size: 18rem;
  line-height: 21.09rem;
  letter-spacing: 0%;
  color: #9e9e9e;
  position: relative;
  padding-left: 23rem;
  margin-bottom: 20rem;
}

.box6 .swiper .item li::after {
  content: "";
  position: absolute;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #9e9e9e;
  top: 8rem;
  left: 0rem;
}

.box6 .btn {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 54rem;
  width: 54rem;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
}

.box6 .btn.btn_left {
  left: 30rem;
}

.box6 .btn.btn_right {
  right: 30rem;
}

.footer {
  width: 100%;
  height: 235rem;
  background-color: #373737;
}

.footer .w {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
.footer .item_c {
  display: flex;
}
.footer .item_c1 {
  width: 82%;
}
.foot_l {
  display: flex;
  flex-direction: column;
  margin-left: 40rem;
}

.foot_l .foot_dec {
  display: flex;
  flex-direction: column;
}

.foot_l .item {
  display: flex;
}
.foot_l:nth-child(1) {
  /* margin-bottom: 20px; */
}
.item_c1 .foot_l .item:nth-child(1) {
  margin-right: 80rem;
  margin-bottom: 20rem;
}

.foot_l .foot_dec {
  margin-left: 15rem;
}

.foot_l .foot_dec span {
  font-family: Roboto;
  font-weight: 400;
  font-size: 18rem;
  line-height: 21.09rem;
  letter-spacing: 0%;
  color: #9e9e9e;
}

.foot_l .foot_dec p {
  font-family: Roboto;
  font-weight: 400;
  font-size: 18rem;
  line-height: 21.09rem;
  letter-spacing: 0%;
  color: #7d7d7d;
}

.foot_m {
  width: 2rem;
  height: 115rem;
  margin-right: 40px;
  background-color: #4b4b4b;
}

.footer img {
  flex-shrink: 0;
}
.footer h1 {
  font-weight: 700;
  font-style: Bold;
  font-size: 24rem;
  color: #c8c8c8;
  margin-top: 25rem;
}

.footer .item_c2 .f_m1 {
  display: none;
}
.footer .item_c2 .f_m2 {
  display: block;
}
@media (max-width: 960px) {
  html {
    font-size: calc(100vw / 750);
  }

  .nav {
    display: none;
  }

  .nav_m {
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100rem;
    padding: 0 44rem;
    box-sizing: border-box;
    z-index: 111;
  }

  .nav_m.active {
    box-shadow: 0rem 0rem 10rem 0rem #ddd;
    background-color: #fff;
  }
  .nav_m .nav_box {
    width: 662rem;
    height: 694rem;
    border-radius: 24rem;
    display: none;
    position: fixed;
    top: 120rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0rem 0rem 5rem 0rem #ddd;
  }

  .nav_box .box_m {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 77rem 46rem 30rem;
  }

  .nav_m .nav_box .nav_item {
    font-size: 30rem;
    height: 80rem;
    line-height: 80rem;
    border-bottom: 1rem solid #d0d0d0;
    margin-bottom: 14rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .nav_m .nav_box i {
    width: 20rem;
    height: 20rem;
    background-size: cover;
    background-image: url(../images/icon_right.png);
  }

  .nav_m .nav_box .active.nav_item span {
    color: #5f21b4;
  }

  .nav_block {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .nav_block .logo {
    width: 177rem;
    height: 52rem;
    background-size: cover;
    background-image: url("../images/LOGO.svg");
  }

  .nav_block .menu_icon {
    width: 30rem;
    height: 24rem;
    background-position: center;
    background-size: cover;
    background-image: url("../images/icon_menu.png");
    background-repeat: no-repeat;
  }
  .nav_block .menu_icon.close {
    background-size: 24rem 24rem;
    background-image: url("../images/icon_close.png");
  }
  .box1 {
    padding-top: 258rem;
  }

  .box1 .box_left {
    font-size: 68rem;
    line-height: 80rem;
  }
  .box1 .box_left .p1 {
    font-size: 68rem;
    line-height: 80rem;
  }

  .box1 .box_left .p4 {
    font-size: 36rem;
  }
  .box1 {
    background-image: url("../images/banner_m.png");
  }
  .box2 .img_List img {
    height: 120rem;
  }
  .box3 {
    height: 1532rem;
    position: relative;
  }

  .box3 h1 {
    font-size: 56rem;
    margin-top: 80rem;
    margin-bottom: 44rem;
  }

  .box3 .w2 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .box3 .box_l {
    width: 696rem;
    height: 536rem;
    margin: 0;
  }

  .box3 .box_r {
    width: 662rem;
  }

  .box3 .page span {
    width: 109rem;
    height: 70rem;
  }
  .box3 .p2 {
    font-size: 42rem;
    animation-delay: 0.2s !important;
  }
  .box3 .p3 {
    animation-delay: 0.3s !important;
    margin-top: 20rem !important;
  }
  .box3 .page .page_pre {
    border-top-left-radius: 50rem;
    border-bottom-left-radius: 50rem;
  }

  .box3 .page .page_next {
    border-top-right-radius: 50rem;
    border-bottom-right-radius: 50rem;
  }

  .box3 .progress {
    width: 557rem;
    background-color: #d9d9d9;
    position: absolute;
    bottom: 25rem;
    left: 0;
    right: 0;
  }

  .box4 h1 {
    font-size: 62rem;
    margin-top: 76rem;
    margin-bottom: 60rem;
  }

  .box4 .progress {
    left: 22rem;
  }

  .box4 .item {
    padding-left: 37rem;
    height: auto;
  }

  .box4 .sign {
    left: -6rem;
  }

  .box4 img {
    position: relative;
    left: 0 !important;
    right: 0 !important;
    height: 456rem !important;
    width: auto !important;
    margin-bottom: 76rem;
    margin-top: 53rem;
  }

  .box4 .item .txt {
    width: 629rem;
  }

  .box4 .progress {
    height: 5040rem;
    left: 43rem;
  }
  .box4 .p3 {
    font-size: 30rem;
  }
  /* .box4 .item1 img {
    position: relative;
    left: 0 !important;
    right: 0 !important;
    height: 586rem;
    width: auto !important; 
 
  }

  .box4 .item2 img {
    position: relative; 
    right: 0 !important;
    width: 766rem !important;
    top: 0 !important;
     margin-top: 88rem; 
  }*/

  /* .box4 .item3 img {
    position: relative; 
    right: 0 !important;
    width: 706rem !important;
    top: 0 !important; 
  }

  .box4 .item4 img {
    position: relative;
    left: 43rem !important;
    right: 0 !important;
    width: 662rem !important;
    top: 0 !important; 
  }

  .box4 .item5 img {
    position: relative;
    left: -102rem !important;
    right: 0 !important;
    width: 902rem !important;
    top: 0 !important;
    margin-top: 45rem;
    margin-bottom: 125rem;
  }   */
  .box4 .item5 .sign::after {
    content: "";
    width: 10rem;
    height: 592rem;
    position: absolute;
    bottom: -592rem;
    background: #fff;
  }

  .box5 .com {
    width: 100%;
    height: 414rem;
    overflow: hidden;
    border-radius: 0;
  }

  .box5 .com .bg_com {
    width: 100%;
    height: 305rem;
    background-image: url(../images/box5_bg_m.png);
  }

  .box5 .p1 {
    font-size: 42rem;
    margin-top: 83rem;
    line-height: normal;
  }

  .box5 .p2 {
    font-size: 27rem;
    margin-top: 4rem;
  }

  .box6 .title {
    font-size: 62rem;
    margin-top: 75rem;
  }

  .box6 .title_dec {
    font-size: 30rem;
  }

  .box6 .title_dec {
    width: 662rem;
    line-height: normal;
    margin-top: 0;
  }

  .box6 .op {
    display: none;
  }

  .box6 .swiper {
    position: relative;
    height: auto;
  }

  .box6 .swiper_wrap {
    display: flex;
    flex-direction: column;
  }

  .box6 .box_con {
    height: auto;
  }

  .box6 .swiper .item {
    margin: 0 !important;
    width: 632rem;
    height: auto;
    border: 14rem solid #f8f8fd;
    margin-bottom: 30rem !important;
    border-radius: 30rem;
    background-color: #fff;
    overflow: hidden;
  }

  .box6 .swiper .item .h_i {
    width: 343rem;
    margin-top: 37rem;
  }
  .box6 .swiper .item .name {
    padding: 0 58rem;
  }
  .box6 .swiper .item .name h1 {
    font-size: 46rem;
  }

  .box6 .swiper .item .name span {
    font-size: 40rem;
    margin-top: 17rem;
    display: inline-block;
  }

  .box6 .swiper .item li {
    font-size: 26rem;
    line-height: 30.47rem;
    margin-bottom: 39rem;
    /* width: 436rem; */
    padding: 0 0 0 24rem;
  }
  .box6 .swiper .item li::after {
    top: 11rem;
  }

  .footer {
    height: 903rem;
    margin-top: 50rem;
  }

  .footer .w {
    display: flex;
    flex-direction: column;
    /* flex-direction: column-reverse; */
  }
  .footer .item_c {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .footer .foot_m {
    width: 100%;
    height: 2rem;
    margin: 40rem 0;
  }

  .footer .foot_l {
    display: flex;
    flex-direction: column;
    padding: 0 36rem;
    text-align: center;
    margin: 0;
  }

  .footer .foot_l img {
    display: none;
  }

  .foot_l .foot_dec span {
    font-size: 26rem;
    line-height: normal;
  }

  .foot_l .foot_dec p {
    font-size: 26rem;
    line-height: normal;
  }

  .foot_l .item {
    margin: 0 !important;
    margin-top: 35rem !important;
    /* align-items: center; */
    display: flex;
    justify-content: center;
  }
  .foot_l:nth-child(1) .item {
    margin: 0;
  }
  .footer img {
    width: 266rem !important;
    height: 78rem !important;
  }
  .footer .item_c2 .f_m1 {
    display: block;
    display: block;
    margin-top: 0;
    margin-bottom: 25rem;
  }
  .footer .item_c2 .f_m2 {
    display: none;
  }
  .footer .item_c2 img {
    width: 141rem !important;
    height: 122rem !important;
  }
}
