.snp1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.snp2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.snp3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.snp4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
@font-face {
  font-family: "myFont";
  src: url("../../../asset/SanJiXingKaiJianTi-Cu-2.ttf") format("truetype");
}
@media screen and (min-width: 40rem) {
  .AI_icon{
    width: 3.54vw;
    height: 4.58vw;
    background: #FFFFFF;
    box-shadow: 0px 0px 0.625vw 0.3125vw rgba(168,27,0,0.05);
    border-radius: 0.52vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    position: fixed;
    bottom: 7vw;
    right: 1.04vw;
    z-index: 9999;
  }
  .AI_icon img{
    width: 2.18vw;
    height: 2.18vw;
  }
  .AI_icon p{
    width: 3vw;
    font-weight: 400;
    font-size: 0.83vw;
    color: #333333;
    margin: 0;
    text-align: center;
  }
  .home_box {
    width: 100%;
    overflow: hidden;
    background-image: url("../../image/icon/index-back1.png");
    background-size: 100% 126vw;
  }
  .home_box1 {
    width: 83.3vw;
    margin: 0 auto;
    padding: 4.375vw 0 2vw 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .box_title {
    background-image: url("../../image/icon/title-back1.png");
    background-size: 100% 100%;
    width: 15vw;
    height: 6vw;
  }
  .box_title .mobile_title_img{
    display: none;
  }
  .box_title div {
    display: flex;
    align-items: center;
  }
  .box_title div img {
    width: 2.4vw;
    height: 2.4vw;
    margin-right: 4.53vw;
  }
  .box_title div p {
    margin-bottom: 0;
    font-family: myFont;
    font-weight: 400;
    font-size: 3.125vw;
    color: #a81b00;
    margin-left: 1.77vw;
    line-height: 3.125vw;
  }
  .box_title div span:first-child {
    font-family: SJxingkai-C, SJxingkai-C;
    font-weight: 400;
    font-size: 1.04vw;
    color: #212c41;
    font-family: myFont;
    line-height: 1.04vw;
    margin-left: 5.3vw;
  }
  .box_title div span {
    font-family: SJxingkai-C, SJxingkai-C;
    font-weight: 400;
    font-size: 2.6vw;
    color: #212c41;
    font-family: myFont;
    line-height: 2.6vw;
  }
  .home_news {
    width: 100%;
    display: flex;
    margin-top: 3.125vw;
    justify-content: space-between;
    position: relative;
  }
  .home_news_l {
    width: 39.58vw;
    height: 24.6vw;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .newsSwiper {
    width: 39.58vw;
    height: 24.6vw;
    border-radius: 1vw;
    overflow: hidden;
  }

  .newsSwiper .swiper-slide {
    position: relative;
    display: flex;
    justify-content: center;
  }
  .newsSwiper .swiper-slide img {
    width: 39.58vw;
    height: 24.6vw;
  }
  .home_news_l .btnBox {
    position: absolute;
    width: 42vw;
    height: 2.6vw;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .home_news_l .btnBox .btn {
    width: 2.6vw;
    height: 2.6vw;
    padding: 0;
    margin: 0;
    background-color: rgba(0, 0, 0, 0);
    border: none;
  }
  .home_news_l .btnBox .btn:hover {
    background-color: rgba(0, 0, 0, 0);
    border: none;
  }
  .home_news_l .btnBox .btn img {
    width: 2.6vw;
    height: 2.6vw;
  }
  .list1 {
    width: 41.66vw;
  }
  .list1_item {
    width: 41.66vw;
    height: 7.92vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 1vw;
    margin-bottom: 1vw;
    border-radius: 1vw;
    position: relative;
    border-bottom: 1px solid #d9d9d9;
  }
  .list1_item p {
    width: 39.5vw;
    font-weight: 600;
    font-size: 1.15vw;
    color: #333333;
    margin-bottom: 0.78vw;
    transition: all 0.2s;
    position: relative;
    z-index: 3;
  }
  .list1_item span {
    width: 39.5vw;
    font-weight: 400;
    font-size: 0.93vw;
    color: #666666;
    line-height: 1.77vw;
    transition: all 0.2s;
    position: relative;
    z-index: 3;
  }
  .list1_item_back {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #a81b00;
    transition: all 0.3s;
    width: 40vw;
    height: 0;
    border-radius: 1vw;
  }
  .list1_item_back1{
    position: absolute;
    right: 36vw;
    bottom: 0;
    transition: all 0.35s;
    width: auto;
    height: 0;
  }
  .list1_item:hover .list1_item_back {
    width: 41.66vw;
    height: 7.92vw;
  }
  .list1_item:hover .list1_item_back1 {
    height: 7vw;
  }
  .list1_item:hover p {
    color: #ffffff;
  }
  .list1_item:hover span {
    color: #ffffff;
  }
  .home-news-back {
    position: absolute;
    right: -8.35vw;
    top: -4.9vw;
    width: 25vw;
    height: 30vw;
  }
  .home_box2 {
    width: 83.3vw;
    margin: 0 auto;
    /* padding: 2.6vw 0; */
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .list2 {
    width: 83.3vw;
    display: flex;
    justify-content: space-between;
  }
  .list2_item {
    width: 23.5%;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 1vw;
  }
  .list2_item_topimg {
    width: 17vw;
    height: 8.6vw;
    border-radius: 1vw;
    margin-top: 1vw;
  }
  .list2_item_center {
    width: 17vw;
    height: 15.625vw;
  }
  .list2_item_center_item {
    position: relative;
    width: 17vw;
    height: 3.125vw;
    border-bottom: 1px solid #d9d9d9;
    display: flex;
    align-items: center;
  }
  .list2_item_center_item p {
    width: 17vw;
    font-weight: 400;
    font-size: 0.83vw;
    color: #333333;
    margin-bottom: 0;
    transition: all 0.2s;
  }
  .list2_item_center_item .line {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #a81b00;
    transition: all 1s;
  }
  .list2_item_center_item:hover .line {
    width: 17vw;
  }
  .list2_item_center_item:hover p {
    color: #a81b00;
  }
  .list2_item_bottom {
    width: 17vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .list2_item_bottom p {
    font-family: myFont;
    font-weight: 400;
    font-size: 2.08vw;
    color: #212c41;
    margin-bottom: 0;
  }
  .more_icon {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    width: 7.08vw;
    height: 2.08vw;
    border: 1px solid #a81b00;
    border-radius: 0.25vw;
  }
  .more_icon span {
    font-weight: 400;
    font-size: 0.93vw;
    color: #ffffff;
    position: relative;
    z-index: 9;
    margin-left: 0.52vw;
  }
  .more_icon img {
    position: absolute !important;
    right: 0.2vw;
    position: relative;
    z-index: 9;
    transition: all 0.5s;
    width: 1.25vw;
    height: 1.25vw;
  }
  .more_icon_hover {
    opacity: 1;
  }
  .more_icon_img {
    opacity: 0;
  }
  .list2_item_bottom_back {
    background-color: #a81b00;
    position: absolute;
    transform: rotate(25deg);
    width: 5vw;
    height: 7vw;
    left: -0.2vw;
    transition: all 0.5s;
  }
  .more_icon:hover .list2_item_bottom_back {
    width: 7.5vw;
  }
  .more_icon:hover .more_icon_hover {
    opacity: 0;
  }
  .more_icon:hover .more_icon_img {
    opacity: 1;
  }
  .home_box3 {
    width: 83.3vw;
    margin: 0 auto;
    padding-top: 4.1vw;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .videoBox {
    display: flex;
    justify-content: space-between;
    margin-top: 4vw;
  }
  .videoBox_left {
    box-sizing: border-box;
  }
  .videoBox_left a {
    margin-bottom: 1.56vw;
  }
  .videoBox_left_item {
    width: 31.25vw;
    height: 4.5vw;
    background: #ffffff;
    border-radius: 10px 10px 10px 10px;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    margin-bottom: 1.56vw;
    box-sizing: border-box;
  }
  .videoBox_left a:last-child .videoBox_left_item {
    margin-bottom: 0;
  }
  .videoBox_left_item .line {
    width: 0.625vw;
    height: 0.625vw;
    background: #a81b00;
    border-radius: 100px 100px 100px 100px;
    position: relative;
    z-index: 3;
    margin: 0 1.04vw;
  }
  .videoBox_left_item p {
    font-weight: 400;
    font-size: 1.04vw;
    color: #333333;
    margin-bottom: 0;
    position: relative;
    z-index: 3;
  }
  .videoBox_left_item img {
    width: 2.96vw;
    height: 2.39vw;
    position: absolute;
    right: 0.52vw;
    z-index: 3;
  }
  .video-icon2 {
    opacity: 1;
  }
  .video-icon3 {
    transition: all 0.5s;
    opacity: 0;
  }

  .videoBox_left_item .back {
    width: 0;
    height: 4.5vw;
    position: absolute;
    left: 0;
    transition: all 0.5s;
    background-color: #fff6e9;
  }
  .videoBox_left_item:hover .back {
    width: 31.25vw;
  }
  .videoBox_left_item:hover .video-icon2 {
    opacity: 0;
  }
  .videoBox_left_item:hover .video-icon3 {
    opacity: 1;
    width: 4.2vw;
    height: 3.44vw;
  }
  .videoBox_right {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 8.35vw;
  }
  .videoBox_right_img {
    width: 51.7vw;
    height: 28.6vw;
  }
  .playIcon {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .playIcon_img {
    width: 7.2vw;
    height: 7.2vw;
  }
  @keyframes enlarge1 {
    from {
      width: 7.2vw;
      height: 7.2vw;
    }

    to {
      width: 9.325vw;
      height: 9.325vw;
    }
  }
  @keyframes enlarge2 {
    from {
      width: 9.325vw;
      height: 9.325vw;
    }

    to {
      width: 11.45vw;
      height: 11.45vw;
    }
  }
  .round1 {
    width: 7.2vw;
    height: 7.2vw;
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    animation: enlarge1 1s linear infinite;
  }
  .round2 {
    width: 9.325vw;
    height: 9.325vw;
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    animation: enlarge2 1s linear infinite;
  }
  .home_box4 {
    margin-top: 4.16vw;
    display: flex;
    position: relative;
  }
  .home_box4 .box_title span,
  .home_box4 .box_title p {
    color: #ffffff !important;
  }
  .home_box4 .box_title {
    background-image: url("../../image/icon/title-back2.png");
    margin-top: 2.8vw;
    margin-bottom: 1.8vw;
  }
  .home_box4_left {
    width: 40vw;
    height: 30.7vw;
    background-image: url("../../image/icon/Enroll.png");
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
  }
  .home_box4_left_msg {
    width: 18.3vw;
    font-weight: 400;
    font-size: 0.83vw;
    color: #ffffff;
    line-height: 1.875vw;
  }
  .container {
    width: 66vw;
    height: 25vw;
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 3.33vw;
    z-index: 3;
  }

  .scroll-container {
    width: 100%;
    height: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    cursor: grab;
    scroll-behavior: smooth;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }

  /* 隐藏滚动条 */
  .scroll-container::-webkit-scrollbar {
    display: none;
  }

  .list {
    display: flex;
    height: 100%;
    width: max-content;
  }

  .item {
    width: 18.75vw;
    height: 100%;
    flex-shrink: 0;
    margin-right: 1.5vw;
    border-radius: 8px;
    overflow: hidden;
    background-color: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
  }

  .item:last-child {
    margin-right: 0;
  }
  .item-content:hover .list2_item_bottom_back {
    width: 7.5vw;
  }
  .item-content:hover .more_icon_hover {
    opacity: 0;
  }
  .item-content:hover .more_icon_img {
    opacity: 1;
  }
  .item-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 0.52vw 1.56vw;
    background-color: white;
    position: relative;
  }
  .home_box4_back {
    width: 67.2vw;
    height: 19.375vw;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
  }
  .home_box4_back img {
    width: 67.2vw;
    height: 19.375vw;
  }
  .item-content-date {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .item-content-date-l {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 5.2vw;
    height: 5.2vw;
    margin-top: 1vw;
  }
  .item-content-date-l span {
    font-weight: 600;
    font-size: 0.78vw;
    color: #a81b00;
    position: relative;
    z-index: 3;
    margin-bottom: 0.8vw;
  }
  .item-content-date-l p {
    font-weight: bold;
    font-size: 1.46vw;
    color: #a81b00;
    margin-bottom: 0;
    position: relative;
    z-index: 3;
  }
  .item-content-date-l img {
    position: absolute;
    width: 5.2vw;
    height: 5.2vw;
    transition: all 0.5s;
  }
  .item-content-date-r {
    position: relative;
    width: 5.7vw;
    height: 5.7vw;
  }
  .item-content-date-r img {
    width: 5.7vw;
    height: 5.7vw;
    position: absolute;
    top: 0;
    right: 0;
  }
  .item-content-date-r img:first-child {
    opacity: 1;
  }
  .item-content-date-r img:last-child {
    opacity: 0;
    transition: all 0.5s;
  }
  .item_content_title {
    width: 15.6vw;
    height: 3.33vw;
    font-weight: 600;
    font-size: 1.04vw;
    color: #333333;
    line-height: 1.6vw;
    margin-bottom: 1.04vw;
    margin-top: 1.5vw;
    position: relative;
    z-index: 3;
  }
  .item_content_subtitle {
    width: 15.6vw;
    height: 7vw;
    font-weight: 400;
    font-size: 0.9375vw;
    color: #666666;
    line-height: 1.77vw;
    margin-bottom: 1.04vw;
    position: relative;
    z-index: 3;
  }
  .more_icon_box {
    display: flex;
    justify-content: flex-end;
  }
  .item-content-back {
    height: 0;
    width: 18.75vw;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(254, 225, 181, 0.3);
    transition: all 0.5s;
  }
  .item-content:hover .item-content-back {
    height: 25vw;
  }
  .item-content:hover .item_content_title {
    color: #a81b00;
  }
  .item-content:hover .item-content-date-l img {
    /* transform: rotate(50deg); */
  }

  .item-content:hover .item-content-date-r img:first-child {
    opacity: 0;
  }
  .item-content:hover .item-content-date-r img:last-child {
    opacity: 1;
    width: 7.08vw;
    height: 7.08vw;
  }
  .home_box5 {
    width: 100%;
    background-image: url("../../image/icon/index-back3.png");
    background-size: 100% 100%;
  }
  .home_box5_top {
    width: 86.3vw;
    margin: 0 auto;
    padding: 4.7vw 0;
    display: flex;
    align-items: center;
  }
  .dataBox {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .dataBox:first-child {
    padding-left: 15.4vw;
  }
  .dataBox:last-child {
    padding-right: 15.4vw;
  }
  /* .dataBox_item{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 20.6vw;
    height: 18vw;
    clip-path: polygon(
      25% 0%, 75% 0%,
      100% 50%, 75% 100%,
      25% 100%, 0% 50%
    );
  } */
  .dataBox:first-child .dataBox_item:first-child {
    position: absolute;
    left: -0.3vw;
  }
  .dataBox:first-child .dataBox_item:nth-child(2) {
    margin-bottom: 0.3vw;
  }
  .dataBox:last-child .dataBox_item:last-child {
    position: absolute;
    right: -0.3vw;
  }
  .dataBox:last-child .dataBox_item:nth-child(1) {
    margin-bottom: 0.3vw;
  }

  .dataBox_item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 20.6vw;
    height: 18vw;
    /* overflow: hidden; */
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    background-color: #ffffff;
    border-radius: 1vw;
  }
  .dataBox_item_in {
    position: relative;
    z-index: 9;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 19.5vw;
    height: 17vw;
    /* overflow: hidden; */
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    background-color: #ffe9e5;
    border-radius: 1vw;
  }

  .dataBox_item_in_back {
    position: absolute;
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 19.3vw;
    height: 16.8vw;
    overflow: hidden;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    background-color: #ffffff;
    border-radius: 1vw;
  }
  .dataBox_item_in_back div {
    width: 50vw;
    height: 0;
    background-color: #be3217;
    transition: height 0.5s;
  }
  .dataBox_item:hover .dataBox_item_in_back div {
    height: 20vw;
  }
  .dataBox_back {
    position: absolute;
  }
  .text_back {
    width: 13vw;
    height: 14vw;
    z-index: 3;
    top: -4vw;
    left: 3vw;
    transition: all 0.5s;
    opacity: 0;
  }
  .dataBox_item:hover .text_back {
    top: 2vw;
    opacity: 1;
  }
  .dataBox_item_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgba(0, 0, 0, 0);
  }
  .dataBox_item_content_top {
    position: relative;
    width: 8.33vw;
    height: 8.33vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2vw;
  }
  .data_back {
    position: absolute;
    z-index: 9;
    width: 8.33vw;
    height: 8.33vw;
  }
  .data_red_back {
    opacity: 1;
    transition: all 0.8s;
  }
  .data_white_back {
    opacity: 0;
    transition: all 0.8s;
  }
  .dataBox_item:hover .data_white_back {
    opacity: 1;
    transform: rotate(-100deg);
  }
  .dataBox_item:hover .data_red_back {
    opacity: 0;
    transform: rotate(-100deg);
  }
  .data-icon {
    position: absolute;
    opacity: 1;
    z-index: 9;
    width: 4.16vw;
    height: 4.16vw;
  }
  .s-data-icon {
    position: absolute;
    z-index: 9;
    opacity: 0;
    transition: all 0.3s;
    width: 4.16vw;
    height: 4.16vw;
  }
  .dataBox_item:hover .s-data-icon {
    opacity: 1;
  }
  .dataBox_item:hover .data-icon {
    opacity: 0;
  }
  .dataBox_item_content h2 {
    position: relative;
    z-index: 9;
    font-weight: bold;
    font-size: 2.6vw;
    color: #a81b00;
    margin-bottom: 0;
    transition: all 0.5s;
  }
  .dataBox_item_content h2 span {
    font-size: 1.04vw;
    transition: all 0.5s;
  }
  .dataBox_item_content p {
    position: relative;
    z-index: 9;
    font-weight: 400;
    font-size: 0.9375vw;
    color: #666666;
    margin-bottom: 0;
    transition: all 0.5s;
    text-align: center;
    width: 10vw;
  }
  .dataBox_item:hover .dataBox_item_content h2 {
    color: #ffffff;
  }
  .dataBox_item:hover .dataBox_item_content h2 span {
    color: #ffffff;
  }
  .dataBox_item:hover .dataBox_item_content p {
    color: #ffffff;
  }
  .dataBox_center {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .dataBox_center .box_title {
    position: relative;
    z-index: 9;
  }
  .dataBox_center .dataBox_center_back {
    width: 24.6vw;
    height: 24.6vw;
    position: absolute;
  }
  .home_box5_bottom {
    width: 83.3vw;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .home_box5_bottom_left {
    width: 16.66vw;
    height: 37.6vw;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-top: 4.2vw;
  }
  .home_box5_bottom_left_back {
    width: 16.66vw;
    height: 37.6vw;
    position: absolute;
    top: 0;
  }
  .home_box5_bottom_left_back1{
display: none;
  }
  .home_box5_bottom_left_item {
    position: relative;
    width: 2.6vw;
    height: 2.6vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5vw;
    margin-right: 3.6vw;
  }
  /* .home_box5_bottom_left_item:first-child{
    margin-top: 4.2vw;
  } */
  .home_box5_bottom_left_item .icon {
    width: 2.6vw;
    height: 2.6vw;
  }
  .home_box5_bottom_left_item .erweima {
    position: absolute;
    width: 7.25vw;
    height: 7.25vw;
    left: -6vw;
    transition: all 0.3s;
    background-color: #ffffff;
    border-radius: 1vw;
    overflow: hidden;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .home_box5_bottom_left_item .erweima img {
    width: 6.25vw;
    height: 6.25vw;
  }
  .home_box5_bottom_left .line {
    width: 2px;
    height: 8.5vw;
    background: rgba(255, 255, 255, 0.3);
    margin-right: 4.9vw;
    z-index: 9;
  }
  .home_box5_bottom_left_item:hover .erweima {
    opacity: 1;
    left: -8.5vw;
  }
  .home_box5_bottom_right {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .home_box5_bottom_right .box_title {
    margin-bottom: 1.3vw;
  }
  .home_box5_bottom_right_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 65vw;
  }
  .home_box5_bottom_right_list_item {
    position: relative;
  }
  .home_box5_bottom_right_list_item:nth-child(1),
  .home_box5_bottom_right_list_item:nth-child(2) {
    width: 31.77vw;
    height: 17.2vw;
    margin-bottom: 1.56vw;
  }
  .home_box5_bottom_right_list_item:nth-child(3),
  .home_box5_bottom_right_list_item:nth-child(4),
  .home_box5_bottom_right_list_item:nth-child(5) {
    width: 20.6vw;
    height: 11.45vw;
  }
  .home_box5_bottom_right_list_item .img {
    width: 100%;
    height: 100%;
    border-radius: 0 0 0 5vw;
  }
  .home_box5_bottom_right_list_item .r_icon {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 3.125vw;
    height: 3.125vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1vw 0 1vw 0;
  }
  .home_box5_bottom_right_list_item .r_icon img {
    width: 2.6vw;
    height: 2.6vw;
  }
  .item_title {
    font-weight: 400;
    font-size: 0.83vw;
    color: #ffffff;
    position: absolute;
    bottom: 1vw;
    left: 4.2vw;
    z-index: 9;
  }
  .r_icon1 {
    background-color: #28b242;
  }
  .r_icon2 {
    background-color: #f32950;
  }
  .r_icon3 {
    background-color: #ff8200;
  }
  .r_icon4 {
    background-color: #07c160;
  }
  .r_icon5 {
    background-color: #ff2d00;
  }
  .home_box6 {
    width: 100%;
    background-image: url("../../image/icon/index-back5.png");
    background-size: 100% 100%;
  }
  .home_box6_swiper {
    width: 83.3vw;
    margin: 0 auto;
    padding: 5.7vw 0 4.16vw 0;
    display: flex;
    justify-content: space-between;
  }
  .home_box6_swiper_left {
    width: 25vw;
  }
  .home_box6_swiper_left_list {
    overflow: hidden;
    width: 35vw;
    height: 22vw;
    margin-top: 2.66vw;
    position: relative;
  }
  .home_box6_swiper_left_content {
    position: absolute;
    left: -35vw;
    /* transition: left 0.3s; */
    opacity: 0;
    width: 0;
  }
  .msgBoxActive {
    left: 0;
    opacity: 1;
    width: 35vw;
  }
  .home_box6_swiper_left_title {
    display: flex;
    align-items: center;
    position: relative;
    width: 33vw;
  }

  .spherical_box {
    display: flex;
    align-items: center;
    position: relative;
    z-index: -1;
    margin-bottom: 1.04vw;
    /* width: 5vw; */
    padding-left: 1vw;
  }
  .msgBoxActive .spherical_box {
    z-index: 999;
  }
  .spherical_box .line {
    /* width: 367px; */
    height: 2px;
    background: #a81b00;
    position: relative;
    z-index: 999;
    width: -webkit-fill-available;
  }
  .spherical_box .spherical {
    width: 1.04vw;
    height: 1.04vw;
    min-height: 1.04vw;
    min-width: 1.04vw;
    background: #a81b00;
    border-radius: 50%;
    position: relative;
    z-index: 999;
  }
  .spherical_box .spherical:first-child {
    width: 0.41vw;
    height: 0.41vw;
    min-width: 0.41vw;
    min-height: 0.41vw;
  }
  .home_box6_swiper_left_title p {
    font-weight: 600;
    font-size: 1.56vw;
    color: #333333;
    white-space: nowrap;
    margin-bottom: 1.04vw;
    max-width: 25vw;
  }
  .home_box6_swiper_left_subtitle {
    width: 25vw;
    font-weight: 400;
    font-size: 0.9375vw;
    color: #666666;
    line-height: 1.77vw;
  }

  .home_box6_swiper_right {
    width: 54.16vw;
  }

  .carousel-container {
    width: 100%;
    max-width: 1400px;
    /* padding: 0 30px; */
  }

  .carousel {
    position: relative;
    height: 30vw;
    margin: 0 auto;
    perspective: 52vw;
    overflow: hidden;
    user-select: none;
    -webkit-user-select: none;
  }

  .cards-container {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: grab;
  }

  .cards-container.dragging {
    cursor: grabbing;
  }

  .card {
    position: absolute;
    width: 42vw;
    height: 26vw;
    border-radius: 15px;
    overflow: hidden;
    /* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); */
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: pointer;
    background: white;
    display: flex;
    flex-direction: column;
    transform-origin: center left;
    top: 50%;
    transform: translateY(-50%);
  }

  .card.dragging {
    transition: none;
  }

  .card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 40rem) {
  .AI_icon{
    width: 12vw;
    height: 15vw;
    background: #FFFFFF;
    box-shadow: 0px 0px 0.625vw 0.3125vw rgba(168,27,0,0.05);
    border-radius: 0.52vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    position: fixed;
    bottom: 15vw;
    right: 2vw;
    z-index: 9999;
  }
  .AI_icon img{
    width: 8vw;
    height: 8vw;
  }
  .AI_icon p{
    width: 10vw;
    font-weight: 400;
    font-size: 3vw;
    color: #333333;
    margin: 0;
    text-align: center;
  }
  .home_box {
    width: 100%;
    overflow: hidden;
    background-image: url("../../image/icon/index-back1.png");
    background-size: 100% 126vw;
  }
  .home_box1 {
    width: 94vw;
    margin: 0 auto;
    padding: 4.375vw 0 2vw 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .box_title {
    background-image: url("../../image/icon/title-back1.png");
    background-size: 100% 100%;
    width: 52.2vw;
    height: 20.4vw;
  }
  .box_title .pc_title_img{
    display: none;
  }
  .box_title div {
    display: flex;
    align-items: center;
  }
  .box_title div img {
    width: 7.46vwvw;
    height: 7.46vw;
    margin-right: 16.5vw;
  }
  .box_title div p {
    margin-bottom: 0;
    font-family: myFont;
    font-weight: 400;
    font-size: 10.6vw;
    color: #a81b00;
    margin-left: 1.77vw;
    line-height: 10.6vw;
  }
  .box_title div span:first-child {
    font-family: SJxingkai-C, SJxingkai-C;
    font-weight: 400;
    font-size: 4vw;
    color: #212c41;
    font-family: myFont;
    line-height: 4vw;
    margin-left: 16vw;
  }
  .box_title div span {
    font-family: SJxingkai-C, SJxingkai-C;
    font-weight: 400;
    font-size: 9.3vw;
    color: #212c41;
    font-family: myFont;
    line-height: 9.3vw;
  }
  .home_news {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 3.125vw;
    justify-content: space-between;
    position: relative;
  }
  .home_news_l {
    width: 94vw;
    height: 58.1vw;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .newsSwiper {
    width: 94vw;
    height: 58.1vw;
    border-radius: 1vw;
    overflow: hidden;
  }

  .newsSwiper .swiper-slide {
    position: relative;
    display: flex;
    justify-content: center;
  }
  .newsSwiper .swiper-slide img {
    width: 94vw;
    height: 58.1vw;
  }
  .home_news_l .btnBox {
    position: absolute;
    width: 99vw;
    height: 8vw;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .home_news_l .btnBox .btn {
    width: 8vw;
    height: 8vw;
    padding: 0;
    margin: 0;
    background-color: rgba(0, 0, 0, 0);
    border: none;
  }
  .home_news_l .btnBox .btn:hover {
    background-color: rgba(0, 0, 0, 0);
    border: none;
  }
  .home_news_l .btnBox .btn img {
    width: 8vw;
    height: 8vw;
  }
  .list1 {
    width: 94vw;
  }
  .list1_item {
    width: 94vw;
    height: 24vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 1vw;
    margin-bottom: 1vw;
    border-radius: 1vw;
    position: relative;
    border-bottom: 1px solid #d9d9d9;
  }
  .list1_item p {
    width: 94vw;
    font-weight: 600;
    font-size: 3.73vw;
    color: #333333;
    margin-bottom: 2.66vw;
    transition: all 0.2s;
    position: relative;
    z-index: 3;
  }
  .list1_item span {
    width: 94vw;
    font-weight: 400;
    font-size: 2.66vw;
    color: #666666;
    line-height: 5vw;
    transition: all 0.2s;
    position: relative;
    z-index: 3;
  }
  .list1_item_back {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #a81b00;
    transition: all 0.5s;
    width: 29vw;
    height: 0;
    border-radius: 1vw;
  }
  .list1_item_back1{
    display: none;
  }
  /* .list1_item:hover .list1_item_back {
    width: 41.66vw;
    height: 7.92vw;
  }
  .list1_item:hover p {
    color: #ffffff;
  }
  .list1_item:hover span {
    color: #ffffff;
  } */
  .home-news-back {
    display: none;
  }
  .home_box2 {
    width: 94vw;
    margin: 0 auto;
    /* padding: 2.6vw 0; */
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .list2 {
    width: 94vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .list2_item {
    width: 45.3vw;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 1.3vw;
  }
  .list2_item_topimg {
    width: 40vw;
    height: 20vw;
    border-radius: 1vw;
    margin-top: 2.66vw;
  }
  .list2_item_center {
    width: 40vw;
    height: 44vw;
  }
  .list2_item_center_item {
    position: relative;
    width: 40vw;
    height: 8.8vw;
    border-bottom: 1px solid #d9d9d9;
    display: flex;
    align-items: center;
  }
  .list2_item_center_item p {
    width: 40vw;
    font-weight: 400;
    font-size: 2.66vw;
    color: #333333;
    margin-bottom: 0;
    transition: all 0.2s;
  }
  .list2_item_center_item .line {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #a81b00;
    transition: all 1s;
  }
  /* .list2_item_center_item:hover .line {
    width: 17vw;
  } */
  /* .list2_item_center_item:hover p {
    color: #a81b00;
  } */
  .list2_item_bottom {
    width: 40vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .list2_item_bottom p {
    font-family: myFont;
    font-weight: 400;
    font-size: 5.33vw;
    color: #212c41;
    margin-bottom: 0;
  }
  .more_icon {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    /* width: 7.08vw;
    height: 2.08vw;
    border: 1px solid #a81b00;
    border-radius: 0.25vw; */
  }
  .more_icon span {
    font-weight: 400;
    font-size: 2.4vw;
    color: #a81b00;
    position: relative;
    z-index: 9;
    margin-left: 0.52vw;
  }
  .more_icon img {
    width: 3.2vw;
    height: 3.2vw;
    margin-left: 0.3vw;
  }
  .more_icon_hover {
    opacity: 1;
  }
  .more_icon_img {
    display: none;
  }
  .list2_item_bottom_back {
    display: none;
  }
  /* .more_icon:hover .list2_item_bottom_back {
    width: 7.5vw;
  }
  .more_icon:hover .more_icon_hover {
    opacity: 0;
  }
  .more_icon:hover .more_icon_img {
    opacity: 1;
  } */
  .home_box3 {
    width: 94vw;
    margin: 0 auto;
    padding-top: 4.1vw;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .videoBox {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 4vw;
  }
  .videoBox_left {
    box-sizing: border-box;
  }
  .videoBox_left a {
    margin-bottom: 4vw;
  }
  .videoBox_left_item {
    width: 94vw;
    height: 12.5vw;
    background: #ffffff;
    border-radius: 1.3vw;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    margin-bottom: 4vw;
    box-sizing: border-box;
  }
  .videoBox_left a:last-child .videoBox_left_item {
    margin-bottom: 0;
  }
  .videoBox_left_item .line {
    width: 2vw;
    height: 2vw;
    background: #a81b00;
    border-radius: 100px 100px 100px 100px;
    position: relative;
    z-index: 3;
    margin: 0 2.6vw;
  }
  .videoBox_left_item p {
    font-weight: 400;
    font-size: 3.46vw;
    color: #333333;
    margin-bottom: 0;
    position: relative;
    z-index: 3;
  }
  .videoBox_left_item img {
    width: 8.8vw;
    height: 7.2vw;
    position: absolute;
    right: 2.6vw;
    z-index: 3;
  }
  .video-icon2 {
    opacity: 1;
  }
  .video-icon3 {
    transition: all 0.5s;
    opacity: 0;
  }

  .videoBox_left_item .back {
    display: none;
  }
  /* .videoBox_left_item:hover .back {
    width: 100%;
  }
  .videoBox_left_item:hover .video-icon2 {
    opacity: 0;
  }
  .videoBox_left_item:hover .video-icon3 {
    opacity: 1;
    width: 4.2vw;
    height: 3.44vw;
  } */
  .videoBox_right {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4vw;
  }
  .videoBox_right_img {
    width: 94vw;
    height: 82vw;
  }
  .playIcon {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .playIcon_img {
    width: 20vw;
    height: 20vw;
  }
  @keyframes enlarge1 {
    from {
      width: 20vw;
      height: 20vw;
    }

    to {
      width: 24vw;
      height: 24vw;
    }
  }
  @keyframes enlarge2 {
    from {
      width: 24vw;
      height: 24vw;
    }

    to {
      width: 28vw;
      height: 28vw;
    }
  }
  .round1 {
    width: 20vw;
    height: 20vw;
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    animation: enlarge1 1s linear infinite;
  }
  .round2 {
    width: 24vw;
    height: 24vw;
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    animation: enlarge2 1s linear infinite;
  }
  .home_box4 {
    margin-top: 4.16vw;
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
  }
  /* .home_box4 .box_title span,
  .home_box4 .box_title p {
    color: #ffffff !important;
  } */
  .home_box4 .box_title {
    /* background-image: url("../../image/icon/title-back2.png"); */
    margin-top: 2.8vw;
    margin-bottom: 1.8vw;
  }
  .home_box4_left {
    width: 40vw;
    height: 30.7vw;
    /* background-image: url("../../image/icon/Enroll.png");
    background-size: 100% 100%; */
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
  }
  .home_box4_left_msg {
    width: 18.3vw;
    font-weight: 400;
    font-size: 0.83vw;
    color: #ffffff;
    line-height: 1.875vw;
  }
  .container {
    width: 94vw;
    /* height: 25vw;
    overflow: hidden; */
    /* position: absolute;
    right: 0; */
    /* bottom: 3.33vw; */
    z-index: 3;
  }

  .scroll-container {
    width: 100%;
    height: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    cursor: grab;
    scroll-behavior: smooth;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }

  /* 隐藏滚动条 */
  .scroll-container::-webkit-scrollbar {
    display: none;
  }

  .list {
    display: flex;
    height: 100%;
    width: max-content;
    width: 94vw;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .item {
    width: 48%;
    height: 100%;
    flex-shrink: 0;
    /* margin-right: 1.5vw; */
    border-radius: 8px;
    overflow: hidden;
    background-color: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    margin-bottom: 4vw;
  }

  /* .item:last-child {
    margin-right: 0;
  }
  .item-content:hover .list2_item_bottom_back {
    width: 7.5vw;
  }
  .item-content:hover .more_icon_hover {
    opacity: 0;
  }
  .item-content:hover .more_icon_img {
    opacity: 1;
  } */
  .item-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 2.6vw;
    background-color: white;
    position: relative;
  }
  .home_box4_back {
    display: none;
  }
  .home_box4_back img {
    width: 67.2vw;
    height: 19.375vw;
  }
  .item-content-date {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .item-content-date-l {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 17.8vw;
    height: 17.8vw;
    margin-top: 2.6vw;
  }
  .item-content-date-l span {
    font-weight: 600;
    font-size: 2.6vw;
    color: #a81b00;
    position: relative;
    z-index: 3;
    margin-bottom: 1.2vw;
  }
  .item-content-date-l p {
    font-weight: bold;
    font-size: 4.26vw;
    color: #a81b00;
    margin-bottom: 0;
    position: relative;
    z-index: 3;
  }
  .item-content-date-l img {
    position: absolute;
    width: 17.8vw;
    height: 17.8vw;
    transition: all 0.5s;
  }
  .item-content-date-r {
    position: relative;
    width: 17.8vw;
    height: 17.8vw;
  }
  .item-content-date-r img {
    width: 17.8vw;
    height: 17.8vw;
    position: absolute;
    top: 0;
    right: 0;
  }
  .item-content-date-r img:first-child {
    opacity: 1;
  }
  .item-content-date-r img:last-child {
    display: none;
  }
  .item_content_title {
    width: 40vw;
    height: 10.66vw;
    font-weight: 600;
    font-size: 3.2vw;
    color: #333333;
    line-height: 5.33vw;
    margin-bottom: 3.2vw;
    margin-top: 2.6vw;
    position: relative;
    z-index: 3;
  }
  .item_content_subtitle {
    width: 40vw;
    height: 21.33vw;
    font-weight: 400;
    font-size: 2.66vw;
    color: #666666;
    line-height: 5.33vw;
    margin-bottom: 2.66vw;
    position: relative;
    z-index: 3;
  }
  .more_icon_box {
    display: flex;
    justify-content: flex-end;
  }

  .container .more_icon ,.home_box6 .more_icon{
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border: 1px solid #a81b00;
    border-radius: 0.8vw;
    width: 18.4vw;
    height: 6vw;
    justify-content: space-between;
  }
  .container .more_icon span ,.home_box6 .more_icon span{
    margin-left: 1vw;
    width: 11vw;
    color: #FFFFFF;
  }
  .container .more_icon img ,.home_box6 .more_icon img{
    position: relative;
    z-index: 9;
    margin-right: 0.5vw;
  }
  .more_icon_hover {
    opacity: 1;
  }
  .more_icon_img {
    opacity: 0;
    display: none;
  }
  .container .list2_item_bottom_back , .home_box6 .list2_item_bottom_back{
    background-color: #a81b00;
    position: absolute;
    transform: rotate(25deg);
    width: 12vw;
    height: 14vw;
    left: -0.4vw;
    transition: all 0.5s;
    display: block;
  }
  .container .more_icon:hover .list2_item_bottom_back ,.home_box6 .more_icon:hover .list2_item_bottom_bac{
    width: 12vw;
  }

  .item-content-back {
    display: none;
  }
  .item-content:hover .item-content-back {
    /* height: 25vw; */
  }

  .home_box5 {
    width: 100%;
    background-image: url("../../image/icon/index-back3.png");
    background-size: 100% 100%;
  }
  .home_box5_top {
    width: 94vw;
    margin: 0 auto;
    padding: 24vw 0 7vw 0;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
  }
  .dataBox {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  /* .dataBox:first-child {
    padding-left: 15.4vw;
  }
  .dataBox:last-child {
    padding-right: 15.4vw;
  } */
  /* .dataBox_item{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 20.6vw;
    height: 18vw;
    clip-path: polygon(
      25% 0%, 75% 0%,
      100% 50%, 75% 100%,
      25% 100%, 0% 50%
    );
  } */
  /* .dataBox:first-child .dataBox_item:first-child {
    position: absolute;
    left: -0.3vw;
  }
  .dataBox:first-child .dataBox_item:nth-child(2) {
    margin-bottom: 0.3vw;
  }
  .dataBox:last-child .dataBox_item:last-child {
    position: absolute;
    right: -0.3vw;
  }
  .dataBox:last-child .dataBox_item:nth-child(1) {
    margin-bottom: 0.3vw;
  } */

  .dataBox_item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 45vw;
    height: 40vw;
    /* overflow: hidden; */
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    background-color: #ffffff;
    border-radius: 1vw;
    margin-bottom: 3vw;
  }
  .dataBox_item_in {
    position: relative;
    z-index: 9;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 43vw;
    height: 38vw;
    /* overflow: hidden; */
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    background-color: #ffe9e5;
    border-radius: 1vw;
  }

  .dataBox_item_in_back {
    position: absolute;
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 42vw;
    height: 37vw;
    overflow: hidden;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    background-color: #ffffff;
    border-radius: 1vw;
  }
  .dataBox_item_in_back div {
    display: none;
  }
  /* .dataBox_item:hover .dataBox_item_in_back div {
    height: 20vw;
  } */
  .dataBox_back {
    position: absolute;
  }
  .text_back {
    width: 13vw;
    height: 14vw;
    z-index: 3;
    top: -4vw;
    left: 3vw;
    transition: all 0.5s;
    opacity: 0;
  }
  .dataBox_item:hover .text_back {
    /* top: 2vw;
    opacity: 1; */
  }
  .dataBox_item_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgba(0, 0, 0, 0);
    
  }
  .dataBox_item_content_top {
    position: relative;
    width: 18.66vw;
    height: 18.66vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2vw;
  }
  .data_back {
    position: absolute;
    z-index: 9;
    width: 18.66vw;
    height: 18.66vw;
  }
  .data_red_back {
    opacity: 1;
    transition: all 0.8s;
  }
  .data_white_back {
    display: none;
  }
  /* .dataBox_item:hover .data_white_back {
    opacity: 1;
    transform: rotate(-100deg);
  }
  .dataBox_item:hover .data_red_back {
    opacity: 0;
    transform: rotate(-100deg);
  } */
  .data-icon {
    position: absolute;
    opacity: 1;
    z-index: 9;
    width: 9.33vw;
    height: 9.33vw;
  }
  .s-data-icon {
    position: absolute;
    z-index: 9;
    opacity: 0;
    transition: all 0.3s;
    width: 9.33vw;
    height: 9.33vw;
  }
  /* .dataBox_item:hover .s-data-icon {
    opacity: 1;
  }
  .dataBox_item:hover .data-icon {
    opacity: 0;
  } */
  .dataBox_item_content h2 {
    position: relative;
    z-index: 9;
    font-weight: bold;
    font-size: 6.66vw;
    color: #a81b00;
    margin-bottom: 0;
    transition: all 0.5s;
  }
  .dataBox_item_content h2 span {
    font-size: 2.6vw;
    transition: all 0.5s;
  }
  .dataBox_item_content p {
    position: relative;
    z-index: 9;
    font-weight: 400;
    font-size: 2.66vw;
    color: #666666;
    margin-bottom: 0;
    transition: all 0.5s;
    text-align: center;
    width: 20vw;
  }
  /* .dataBox_item:hover .dataBox_item_content h2 {
    color: #ffffff;
  }
  .dataBox_item:hover .dataBox_item_content h2 span {
    color: #ffffff;
  }
  .dataBox_item:hover .dataBox_item_content p {
    color: #ffffff;
  } */
  .dataBox_center {
    width: 94vw;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
  }
  .dataBox_center .box_title {
    position: relative;
    z-index: 9;
  }
  .dataBox_center .dataBox_center_back {
    display: none;
  }


  .home_box5_bottom {
    width: 94vw;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding-top: 24vw;
    position: relative;
  }
  .home_box5_bottom .box_title{
    position: absolute;
    top: 0;
  }
  .home_box5_bottom_left {
    width: 94vw;
    height: 33.3vw;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-top: 4.2vw;
  }
  .home_box5_bottom_left_back {
    display: none;
  }
  .home_box5_bottom_left_back1{
    width: 94vw;
    height: 33.3vw;
    position: absolute;
    top: 0;
    left: 0;
  }
  .home_box5_bottom_left_item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 16vw;
    height: 24vw;
  }
  /* .home_box5_bottom_left_item:first-child{
    margin-top: 4.2vw;
  } */
  .home_box5_bottom_left_item .icon {
    width: 6.6vw;
    height: 6.6vw;
    position: absolute;
    bottom: 0;
  }
  .home_box5_bottom_left_item .erweima {
    width: 16vw;
    height: 16vw;
    background-color: #ffffff;
    border-radius: 1vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .home_box5_bottom_left_item .erweima img {
    width: 14.66vw;
    height: 14.66vw;
  }
  .home_box5_bottom_left .line {
    display: none;
  }
  /* .home_box5_bottom_left_item:hover .erweima {
    opacity: 1;
    left: -8.5vw;
  } */
  .home_box5_bottom_right {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  /* .home_box5_bottom_right .box_title {
    margin-bottom: 1.3vw;
  } */
  .home_box5_bottom_right_list {
    display: flex;
    flex-direction: column;
    width: 94vw;
  }
  .home_box5_bottom_right_list_item {
    position: relative;
    margin-top: 2vw;
    width: 94vw;
    height: 44vw;
    border-radius: 1vw;
    overflow: hidden;
  }

  .home_box5_bottom_right_list_item .img {
    width: 100%;
    height: 100%;
    border-radius: 0 0 0 5vw;
  }
  .home_box5_bottom_right_list_item .r_icon {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 9.33vw;
    height: 9.33vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1vw 0 1vw 0;
  }
  .home_box5_bottom_right_list_item .r_icon img {
    width: 8.8vw;
    height: 8.8vw;
  }
  .item_title {
    font-weight: 400;
    font-size: 3.2vw;
    color: #ffffff;
    position: absolute;
    bottom: 2.6vw;
    left: 13vw;
    z-index: 9;
    margin-bottom: 0;
  }
  .r_icon1 {
    background-color: #28b242;
  }
  .r_icon2 {
    background-color: #f32950;
  }
  .r_icon3 {
    background-color: #ff8200;
  }
  .r_icon4 {
    background-color: #07c160;
  }
  .r_icon5 {
    background-color: #ff2d00;
  }
  .home_box6 {
    width: 100%;
    background-image: url("../../image/icon/index-back5.png");
    background-size: 100% 100%;
    padding-top: 24vw;
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: 8vw;
  }
  .home_box6 .box_title{
    position: absolute;
    top: 0;
    left: 20.9vw;
  }
  .home_box6_swiper {
    width: 94vw;
    margin: 0 auto;
    padding: 5.7vw 0 4.16vw 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .home_box6_swiper_left {
    width: 94vw;
  }
  .home_box6_swiper_left_list {
    overflow: hidden;
    width: 94vw;
    height: 43vw;
    margin-top: 2.66vw;
    position: relative;
  }
  .home_box6_swiper_left_content {
    position: absolute;
    left: -94vw;
    /* transition: left 0.3s; */
    opacity: 0;
    width: 0;
  }
  .msgBoxActive {
    left: 0;
    opacity: 1;
    width: 94vw;
  }
  .home_box6_swiper_left_title {
    display: flex;
    align-items: center;
    position: relative;
    width: 94vw;
  }

  .spherical_box {
    display: none;
  }
  .msgBoxActive .spherical_box {
    z-index: 999;
  }
  .spherical_box .line {
    /* width: 367px; */
    height: 2px;
    background: #a81b00;
    position: relative;
    z-index: 999;
    width: -webkit-fill-available;
  }
  .spherical_box .spherical {
    width: 1.04vw;
    height: 1.04vw;
    min-height: 1.04vw;
    min-width: 1.04vw;
    background: #a81b00;
    border-radius: 50%;
    position: relative;
    z-index: 999;
  }
  .spherical_box .spherical:first-child {
    width: 0.41vw;
    height: 0.41vw;
    min-width: 0.41vw;
    min-height: 0.41vw;
  }
  .home_box6_swiper_left_title p {
    font-weight: 600;
    font-size: 4.26vw;
    color: #333333;
    white-space: nowrap;
    margin-bottom: 1.04vw;
    max-width: 94vw;
  }
  .home_box6_swiper_left_subtitle {
    width: 94vw;
    font-weight: 400;
    font-size: 2.93vw;
    color: #666666;
    line-height: 5.33vw;
  }

  .home_box6_swiper_right {
    width: 94vw;
  }

  .carousel-container {
    width: 100%;
    /* max-width: 1400px; */
    /* padding: 0 30px; */
  }

  .carousel {
    position: relative;
    height: 58vw;
    margin: 0 auto;
    perspective: 52vw;
    overflow: hidden;
    user-select: none;
    -webkit-user-select: none;
  }

  .cards-container {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: grab;
  }

  .cards-container.dragging {
    cursor: grabbing;
  }

  .card {
    position: absolute;
    width: 94vw;
    height: 58vw;
    border-radius: 15px;
    overflow: hidden;
    /* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); */
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: pointer;
    background: white;
    display: flex;
    flex-direction: column;
    transform-origin: center left;
    top: 50%;
    transform: translateY(-50%);
  }

  .card.dragging {
    transition: none;
  }

  .card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
