@charset "UTF-8";
@font-face {
  font-family: "popm";
  src: url(../fonts/Poppins-Medium.ttf);
}
.popm {
  font-family: "popm";
}

.w100 {
  width: 100%;
}

.h100 {
  height: 100%;
}

.wh100 {
  width: 100%;
  height: 100%;
}

.t_line1 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.t_line2 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.t_line3 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.t_line4 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.t_line5 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

body {
  cursor: url("../images_die/lc/svg/18.svg") 15 0, auto;
}

a, .hover, .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: url("../images_die/lc/svg/19.svg") 14 0, pointer;
}

.my-time {
  -webkit-transition: all 0.5s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all 0.5s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all 0.5s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all 0.5s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.my-time::before, .my-time::after {
  -webkit-transition: all 0.5s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all 0.5s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all 0.5s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all 0.5s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.my-times {
  -webkit-transition: all 0.5s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all 0.5s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all 0.5s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all 0.5s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.my-times::before, .my-times::after {
  -webkit-transition: all 0.5s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all 0.5s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all 0.5s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all 0.5s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.my-times * {
  -webkit-transition: all 0.5s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all 0.5s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all 0.5s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all 0.5s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.my-times *::before, .my-times *::after {
  -webkit-transition: all 0.5s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all 0.5s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all 0.5s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all 0.5s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.my-img-active {
  cursor: url("../images_die/lc/svg/19.svg"), pointer;
}

.my-img-active.my-img-container, .my-img-active .my-img-container {
  overflow: hidden;
}

.my-img-active .my-img-target {
  -webkit-transition: all 0.5s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all 0.5s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all 0.5s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all 0.5s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.my-img-active:hover.my-img-target {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.my-img-active:hover .my-img-target {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.my-img-toggle {
  cursor: url("../images_die/lc/svg/19.svg"), pointer;
}

.my-img-toggle.my-img-target, .my-img-toggle .my-img-target {
  position: relative;
  display: inline-block;
}

.my-img-toggle.my-img-target img, .my-img-toggle .my-img-target img {
  -webkit-transition: all 0.5s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all 0.5s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all 0.5s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all 0.5s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.my-img-toggle.my-img-target img:nth-child(2), .my-img-toggle .my-img-target img:nth-child(2) {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.my-img-toggle:not(.my-img-not):hover.my-img-target img:nth-child(1), .my-img-toggle:not(.my-img-not):hover .my-img-target img:nth-child(1), .my-img-toggle.active.my-img-target img:nth-child(1), .my-img-toggle.active .my-img-target img:nth-child(1) {
  opacity: 0;
}

.my-img-toggle:not(.my-img-not):hover.my-img-target img:nth-child(2), .my-img-toggle:not(.my-img-not):hover .my-img-target img:nth-child(2), .my-img-toggle.active.my-img-target img:nth-child(2), .my-img-toggle.active .my-img-target img:nth-child(2) {
  opacity: 1;
}

.my-toggle {
  position: relative;
}

.my-toggle > .my-toggle-item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  visibility: visible;
  pointer-events: none;
  opacity: 0;
  z-index: -9;
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: all 0.5s, z-index 1s ease-in;
  -o-transition: all 0.5s, z-index 1s ease-in;
  -moz-transition: all 0.5s, z-index 1s ease-in;
  transition: all 0.5s, z-index 1s ease-in;
}

.my-toggle > .my-toggle-item.active {
  position: relative;
  -webkit-transition: 0.5s all 0.5s, z-index 0s;
  -o-transition: 0.5s all 0.5s, z-index 0s;
  -moz-transition: 0.5s all 0.5s, z-index 0s;
  transition: 0.5s all 0.5s, z-index 0s;
  pointer-events: auto;
  opacity: 1;
  z-index: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

header {
  z-index: 100;
  background: #192330;
}

header.active {
  position: sticky;
  top: 0;
  left: 0;
}

header.active .head {
  position: relative;
}

/*.my-ani1 {*/
/*  -webkit-animation: xbdh1 2s infinite linear alternate;*/
/*  -moz-animation: xbdh1 2s infinite linear alternate;*/
/*  -o-animation: xbdh1 2s infinite linear alternate;*/
/*  animation: xbdh1 2s infinite linear alternate;*/
/*}*/
@-webkit-keyframes xbdh1 {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes xbdh1 {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes xbdh1 {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@keyframes xbdh1 {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
.my-main {
  color: #fff;
}

.my-main img {
  -o-object-fit: cover;
  object-fit: cover;
}

.my-main video {
  max-width: 100%;
}

.my-main a {
  color: inherit;
}

.my-main input, .my-main textarea {
  font-size: inherit;
  background-color: transparent;
  border: none;
  outline: none;
}

.my-main textarea {
  resize: none;
  font-family: "微软雅黑";
}

.z_tanchuang .tbox .modal .out {
  background-image: url(../images_die/lc/svg/out.svg);
}

.z_tanchuang .tbox .modal .out:hover {
  background-image: url(../images_die/lc/svg/out2.svg);
}

.my-banner {
  position: relative;
}

.my-banner .play-icon {
  position: absolute;
  bottom: 20px;
  right: 5%;
  width: 50px;
  z-index: 3;
}

.my-banner .play-icon + .hide960{
    display: none;
}

.my-banner .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.my-banner .title {
  color: #fff;
  text-align: center;
  line-height: 1.2;
}

.my-swiper-pagination.status1 .swiper-pagination-bullet-active {
  background-color: var(--vi-color);
}

.my-swiper-pagination.swiper-pagination-horizontal {
  bottom: 0;
}

.my-swiper-pagination.swiper-pagination-horizontal .swiper-pagination-bullet {
  margin: 0 5px;
}

.my-swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.2;
  border-radius: 8px;
}

.my-swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  width: 35px;
}

.my-swiper-button .swiper-button {
  --swiper-navigation-size: 26px;
  opacity: 0.3;
}

.my-swiper-button .swiper-button:hover {
  opacity: 1;
}

.my-swiper-button .swiper-button::after {
  display: none;
}

.my-swiper-button .swiper-button-prev {
  left: 0.3rem;
}

.my-swiper-button .swiper-button-next {
  right: 0.3rem;
}

.my-swiper-button .swiper-button-next img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.my-swiper-button2 .swiper-button {
  --swiper-navigation-size: 60px;
  width: 60px;
  background-color: #192330;
  border: 2px solid rgba(255, 255, 255, 0.1);
}

.my-swiper-button2 .swiper-button::after {
  display: none;
}

.my-swiper-button2 .swiper-button:hover {
  background-color: var(--vi-color);
  border-color: var(--vi-color);
}

.my-swiper-button2 .swiper-button img {
  width: 40px;
}

.my-swiper-button2 .swiper-button-prev {
  left: 0;
}

.my-swiper-button2 .swiper-button-next {
  right: 0;
}

.my-swiper-button2 .swiper-button-next img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.my-select {
  text-align: center;
  color: #fff;
}

.my-select .select-container {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: safe center;
  -moz-box-pack: safe center;
  -ms-flex-pack: safe center;
  justify-content: safe center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 0.1rem;
  -moz-column-gap: 0.1rem;
  column-gap: 0.1rem;
  row-gap: 0.1rem;
  padding: 5px;
  border-radius: 56px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  overflow: auto;
}

.my-select .select-item {
  min-height: 2.5555555556em;
  line-height: 1.3;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0.35rem;
  border-radius: 100px;
  cursor: url("../images_die/lc/svg/19.svg"), pointer;
  position: relative;
  overflow: hidden;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.my-select .select-item::before {
  position: absolute;
  content: "";
  width: 0%;
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
  background-color: var(--vi-color);
  z-index: -1;
}

.my-select .select-item:hover::before, .my-select .select-item.active::before {
  width: 100%;
  left: 0;
  right: auto;
}

.my-corner {
  position: relative;
}

.my-corner .my-corner-icon {
  width: 0.16rem;
  position: absolute;
}

.my-corner .my-corner-icon1 {
  left: 0;
  top: 0;
}

.my-corner .my-corner-icon2 {
  right: 0;
  top: 0;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.my-corner .my-corner-icon3 {
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.my-corner .my-corner-icon4 {
  left: 0;
  bottom: 0;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

.product1 {
  padding-top: 1.4rem;
  padding-bottom: 0.92rem;
}

.product1 .swiper_1 {
  padding-bottom: 0.48rem;
}

.product1 .swiper_1 > .swiper-wrapper > .swiper-slide {
  padding-left: 7.5%;
  padding-right: 8.75%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product1 .slide-left {
  width: 40.2985074627%;
}

.product1 .slide-title {
  line-height: 1.2777777778;
  margin-bottom: 0.32rem;
}

.product1 .slide-icon {
  width: 2.5555555556em;
  margin-bottom: 0.4rem;
}

.product1 .slide-text {
  opacity: 0.8;
  line-height: 1.4444444444;
  margin-bottom: 0.44rem;
}

.product1 .slide-imgs {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  row-gap: 0.2rem;
  margin-left: -0.11rem;
}

.product1 .slide-img {
  width: 4em;
}

.product1 .slide-swiper {
  margin-right: 0;
  width: 47.7611940299%;
}

.product1 .swiper_2 .swiper-pagination {
  bottom: 0.2rem;
}

.product1 .swiper_2 .swiper-slide::before {
  position: absolute;
  content: "";
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.35);
}

.product1 .slide-play {
  position: absolute;
  width: 0.8rem;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  z-index: 5;
}

.product2 {
  padding-top: 0.6rem;
  padding-bottom: 1rem;
}

.product2 .my-select {
  margin-bottom: 0.6rem;
}

.product2 .content {
  overflow: auto;
  position: relative;
}

.product2 .content::-webkit-scrollbar {
  height: 0;
}

.product2 .th {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.product2 .th .td {
  padding: 0 5px 10px;
  width: 20%;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.product2 .th .td:nth-child(1) {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 8;
  padding-left: 0;
}

.product2 .td:nth-child(1) {
  margin-left: auto;
}

.product2 .td:last-child {
  margin-right: auto;
}

.product2 .th .td:nth-child(1) .cell {
  background: var(--vi-color2) url(../images_die/lc/1.webp) no-repeat left center;
  -o-background-size: auto 100%;
  background-size: auto 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0.4rem;
}

.product2 .th .td:hover .td-mask {
  opacity: 1;
}

.product2 .th .td:hover .td-mask + .td-img, .product2 .th .td:hover .td-mask + .td-img + .td-title {
  opacity: 0.3;
}

.product2 .th .cell {
  padding: 0.3rem 0.3rem 0.24rem;
  background-color: var(--vi-color2);
  min-height: 100%;
  position: relative;
}

.product2 .th .td-img2 {
  width: 6.25em;
}

.product2 .th .td-title {
  margin-top: 0.24rem;
  line-height: 1.25;
  text-align: center;
}

.product2 .th .td-mask {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(27, 87, 156, 0.2);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
}

.product2 .th .td-icon {
  width: 2.5em;
}

.product2 .tr {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

.product2 .tr:nth-child(2) .td {
  padding-top: 0.35rem;
}

.product2 .tr:last-child .td {
  padding-bottom: 0.35rem;
}

.product2 .tr .td {
  padding: 0.1rem 0.4rem;
  min-height: 3.75em;
  width: 20%;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  background-color: var(--vi-color2);
  border-right: 1px solid rgba(255, 255, 255, 0.06);
}

.product2 .tr .td:last-child {
  border-right: none;
}

.product2 .tr .td:nth-child(1) {
  text-align: left;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 3;
}

.product2 .tr .cell {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.3;
}

.product2 .tr span {
  width: 100%;
}

.product2 .swiper-button-prev {
  left: -30px;
}

.product2 .swiper-button-next {
  right: -30px;
}

.product3 {
  background-color: #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #040404;
}

.product3 .title {
  text-align: center;
  margin-bottom: 0.55rem;
}

.product3 .swiper {
  padding-bottom: 0.4rem;
}

.product3 .swiper-slide:hover .slide-line {
  background-color: var(--vi-color);
}

.product3 .swiper-slide:hover .slide-title {
  color: var(--vi-color);
}

.product3 .slide-img {
  margin-bottom: 0.26rem;
}

.product3 .slide-line {
  width: 16.2162162162%;
  height: 0.06rem;
  display: block;
  background-color: #CCCCCC;
  margin-bottom: 0.26rem;
}

.product3 .slide-title {
  line-height: 1.1666666667;
  width: 76.2162162162%;
  height: 3.5em;
  margin-bottom: 0.21rem;
}

.product3 .slide-by {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #999999;
}

.product3 .slide-icon {
  width: 4.6428571429em;
  margin-left: 0.1rem;
}

.product3 .swiper-pagination {
  top: auto;
  bottom: 0;
  height: 3px;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgb(229, 229, 229) 51%, rgb(229, 229, 229) 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgb(229, 229, 229) 51%, rgb(229, 229, 229) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgb(229, 229, 229) 51%, rgb(229, 229, 229) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgb(229, 229, 229) 51%, rgb(229, 229, 229) 100%);
}

.product3 .swiper-pagination-progressbar-fill {
  background-color: var(--vi-color);
}

.product4 {
  padding-top: 0.8rem;
  padding-bottom: 1rem;
}

.product4 .my-select {
  margin-bottom: 0.6rem;
}

.product4 .swipers {
  position: relative;
  margin-bottom: 0.45rem;
}

.product4 .swiper-slide {
  padding: 0.35rem 0.3rem 0.42rem;
  background: url(../images_die/lc/3.webp) no-repeat center center;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-transition-property: background-image;
  -o-transition-property: background-image;
  -moz-transition-property: background-image;
  transition-property: background-image;
}

.product4 .swiper-slide.active {
  background-image: url(../images_die/lc/5.webp);
}

.product4 .swiper-slide:hover .slide-tip {
  opacity: 1;
}

.product4 .slide-info {
  padding: 0 3.5em 0 0.08rem;
  margin-bottom: 0.12rem;
}

.product4 .slide-img {
    aspect-ratio: 510 / 300;
}

.product4 .slide-title {
  line-height: 1.25;
  margin-bottom: 0.15rem;
}

.product4 .slide-icon {
  width: 3.8333333333em;
}

.product4 .slide-tip {
  position: absolute;
  width: 2.5em;
  right: 0.4rem;
  top: 0.4rem;
  opacity: 0;
}

.product4 .swiper-button-prev {
  left: -90px;
}

.product4 .swiper-button-next {
  right: -90px;
}

.product4 .swiper-pagination {
  position: static;
  top: auto;
  bottom: 0;
  height: 5px;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, rgba(255, 255, 255, 0.06) 71%, rgba(255, 255, 255, 0.06) 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, rgba(255, 255, 255, 0.06) 71%, rgba(255, 255, 255, 0.06) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, rgba(255, 255, 255, 0.06) 71%, rgba(255, 255, 255, 0.06) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, rgba(255, 255, 255, 0.06) 71%, rgba(255, 255, 255, 0.06) 100%);
  margin-bottom: 0.18rem;
}

.product4 .swiper-pagination-progressbar-fill {
  background-color: var(--vi-color);
}

.product4 .arr {
  margin-bottom: 0.2rem;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.product4 .arr span {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.product4 .content {
  background-color: var(--vi-color2);
  padding: 0.4rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product4 .item {
  width: 48.6842105263%;
  position: relative;
  border-image-slice: 10% fill;
  border-image-width: auto;
}

.product4 .item:nth-child(1) {
  border-image-source: url(../images_die/lc/22.webp);
}

.product4 .item:nth-child(2) {
  border-image-source: url(../images_die/lc/23.webp);
}

.product4 .item-content {
  aspect-ratio: 740/465;
  padding: 0.3rem 0.73rem 0.3rem 0.39rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.product4 .item-title {
  line-height: 1.2777777778;
  margin-bottom: 0.12rem;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.product4 .item-icon {
  width: 2.5555555556em;
  margin-bottom: 0.44rem;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.product4 .item-text {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: auto;
  height: 0;
  line-height: 1.3888888889;
  width: 100%;
}

.product4 .item-text p {
  padding-left: 1em;
  position: relative;
}

.product4 .item-text p::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 0.2777777778em;
  height: 0.2777777778em;
  left: 0;
  border-radius: 50%;
  top: 0.55em;
  background-color: #fff;
}

.product4 .item-text p + p {
  margin-top: 0.13rem;
}

.product5 {
  padding-top: 0.9rem;
  padding-bottom: 1rem;
}

.product5 .title {
  text-align: center;
  line-height: 1.1666666667;
  margin-bottom: 0.3rem;
}

.product5 .my-select {
  margin-bottom: 0.6rem;
}

.product5 .swiper_1 .swiper-slide {
  padding: 0.15rem 10px;
  height: auto;
  text-align: center;
  cursor: url("../images_die/lc/svg/19.svg"), pointer;
  -webkit-transition-property: background-color;
  -o-transition-property: background-color;
  -moz-transition-property: background-color;
  transition-property: background-color;
}

.product5 .swiper_1 .swiper-slide::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 1px;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  height: 71.4285714286%;
  background-color: #FFFFFF;
  opacity: 0.06;
}

.product5 .swiper_1 .swiper-slide.active, .product5 .swiper_1 .swiper-slide:hover {
  background-color: var(--vi-color);
  z-index: 1;
}

.product5 .swiper_1 .swiper-slide.active::before, .product5 .swiper_1 .swiper-slide:hover::before {
  opacity: 0;
}

.product5 .swiper_1 .swiper-slide.active .slide-icon, .product5 .swiper_1 .swiper-slide:hover .slide-icon {
  opacity: 0.8;
}

.product5 .swiper_1 .slide-icon {
  width: 7.2222222222em;
  margin: 0 auto 0.12rem;
  opacity: 0.3;
}

.product5 .swiper_1 .slide-title {
  line-height: 1.5555555556;
}

.product5 .content2 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--vi-color2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0 0.25rem;
}

.product5 .content2 .swiper-button {
  position: static;
  margin-top: 0;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.product5 .swiper_2 {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0 1.36rem;
  position: relative;
  overflow: hidden;
}

.product5 .swiper_2 .swiper {
  overflow: initial;
}

.product5 .swiper_2::before {
  position: absolute;
  pointer-events: none;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  bottom: 0;
  background: -webkit-linear-gradient(left, rgb(32, 42, 54) 0%, rgb(32, 42, 54) 5%, rgba(32, 42, 54, 0) 10%, rgba(32, 42, 54, 0) 90%, rgb(32, 42, 54) 95%, rgb(32, 42, 54) 100%);
  background: -moz-linear-gradient(left, rgb(32, 42, 54) 0%, rgb(32, 42, 54) 5%, rgba(32, 42, 54, 0) 10%, rgba(32, 42, 54, 0) 90%, rgb(32, 42, 54) 95%, rgb(32, 42, 54) 100%);
  background: -o-linear-gradient(left, rgb(32, 42, 54) 0%, rgb(32, 42, 54) 5%, rgba(32, 42, 54, 0) 10%, rgba(32, 42, 54, 0) 90%, rgb(32, 42, 54) 95%, rgb(32, 42, 54) 100%);
  background: linear-gradient(to right, rgb(32, 42, 54) 0%, rgb(32, 42, 54) 5%, rgba(32, 42, 54, 0) 10%, rgba(32, 42, 54, 0) 90%, rgb(32, 42, 54) 95%, rgb(32, 42, 54) 100%);
}

.product5 .swiper_2 .swiper-slide {
  min-height: 4.5833333333em;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.3;
  width: auto;
}

.product5 .swiper_2 .swiper-slide::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0%;
  height: 3px;
  background-color: var(--vi-color);
}

.product5 .swiper_2 .swiper-slide.active::before {
  width: 100%;
}

.product5 .content3 {
  background-color: var(--vi-color2);
  position: relative;
}

.product5 .content3 .item {
  padding: 0.73rem 2.19rem 0.6rem 1.2rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: url(../images_die/lc/7.webp) no-repeat center bottom;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}

.product5 .content3 .item-left {
  width: 41.2698412698%;
}

.product5 .content3 .item-swiper1 {
  width: 80.7692307692%;
  margin-bottom: 0.4rem;
}

.product5 .content3 .item-swiper1 .swiper-slide {
  height: auto;
  aspect-ratio: 420 / 485;
}

.product5 .content3 .item-swiper1 .swiper-slide img {
    height: 100%;
}

.product5 .content3 .item-swiper1 .swiper-slide video {
  -o-object-fit: contain;
     object-fit: contain;
}

.product5 .content3 .item-swiper1 .slide-play {
  width: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
     -moz-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

.product5 .content3 .item-swiper2 .swiper-slide {
  padding: 0.11rem 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.product5 .content3 .item-swiper2 .swiper-slide video{
    aspect-ratio: 120 / 58;
}
.product5 .content3 .item-swiper2 img {
  width: 41.6666666667%;
  margin: 0 auto;
  aspect-ratio: 420 / 485;
}

.product5 .content3 .item-right {
  width: 43.6507936508%;
}

.product5 .content3 .item-title {
  line-height: 1.2777777778;
  margin-bottom: 0.11rem;
}

.product5 .content3 .item-icon {
  width: 2.5555555556em;
  margin-bottom: 0.55rem;
}

.product5 .content3 .item-ul {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 0.5rem;
  margin-bottom: 0.37rem;
}

.product5 .content3 .item-ul .item-li {
  width: 50%;
  padding-right: 1%;
}

.product5 .content3 .item-ul .item-li-title {
  line-height: 1.1428571429;
  margin-bottom: 2px;
}

.product5 .content3 .item-ul .item-li-title span {
  display: inline-block;
  vertical-align: top;
  margin-left: 0.05rem;
  -webkit-transform: translate3d(0, 15%, 0);
  -moz-transform: translate3d(0, 15%, 0);
  transform: translate3d(0, 15%, 0);
}

.product5 .content3 .item-ul .item-li-text {
  opacity: 0.4;
}

.product5 .content3 .item-ul2 {
  background: url(../images_die/lc/8.webp) no-repeat center center;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

.product5 .content3 .item-ul2 .item-li {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.product5 .content3 .item-ul2 .item-li + .item-li {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.product5 .content3 .item-ul2 .item-li:first-child .item-text {
  min-height: 3.25em;
}

.product5 .content3 .item-ul2 .item-li:last-child .item-text {
  min-height: 3.25em;
}

.product5 .content3 .item-ul2 .item-text {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  width: 50%;
  padding: 5px 0.25rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 2.625em;
  line-height: 1.3;
}

.product5 .content3 .item-ul2 .item-text:nth-child(1) {
  border-right: 1px solid rgba(255, 255, 255, 0.06);
}

.product5 .content3 .swiper-button-prev {
  left: 0.4rem;
}

.product5 .content3 .swiper-button-next {
  right: 0.4rem;
}

.product5 .content3 .item-icon2 {
  width: 3.75em;
  position: absolute;
  top: 0.6rem;
  right: 0.4rem;
}

.download1 {
  padding-top: 0.8rem;
  padding-bottom: 1rem;
}

.download1 .my-select {
  margin-bottom: 0.6rem;
}

.download1 .list {
  margin-bottom: 0.7rem;
}

.download1 .item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0.24rem 0.38rem 0.29rem 0.28rem;
  background: var(--vi-color2);
  background-position: 72.5% 200%;
}

.download1 .item + .item {
  margin-top: 0.2rem;
}

.download1 .item:hover {
  background: var(--vi-color) url(../images_die/lc/svg/14.svg) no-repeat;
  background-position: 72.5% bottom;
  -o-background-size: 1.05rem auto;
  background-size: 1.05rem auto;
}

.download1 .item:hover .item-icon, .download1 .item:hover .item-btns1, .download1 .item:hover .item-text {
  opacity: 1;
}

.download1 .item:hover .item-btns2 {
  opacity: 0;
  pointer-events: none;
}

.download1 .item-icon {
  width: 1em;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-right: 0.2rem;
  margin-top: 0.25em;
  opacity: 0.6;
}

.download1 .item-info {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.download1 .item-title {
  line-height: 1.5;
  margin-bottom: 3px;
}

.download1 .item-text {
  line-height: 1.5;
  opacity: 0.6;
}

.download1 .item-right {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-left: 15px;
  position: relative;
}

.download1 .item-btns {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.2rem;
  -moz-column-gap: 0.2rem;
  column-gap: 0.2rem;
}

.download1 .item-btns1 {
  opacity: 0;
}

.download1 .item-btns2 {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.download1 .item-btns2 .item-btn {
  height: 2.5em;
  padding: 0 0.21rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  opacity: 0.6;
}

.download1 .item-btn {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 0.11rem;
  -moz-column-gap: 0.11rem;
  column-gap: 0.11rem;
  padding: 0 0.34rem;
  line-height: 3.125;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.download1 .item-btn:hover {
  background-color: var(--vifu-color);
  border-color: var(--vifu-color);
}

.download1 .item-btn img {
  width: 1.125em;
}

.case1 .box {
  padding-top: 0.8rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.case1 .swiper {
  padding-bottom: 0.48rem;
}

.case1 .swiper-slide {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.case1 .swiper-slide:hover .slide-title {
  text-decoration: underline;
}

.case1 .slide-img {
  width: 50%;
}

.case1 .slide-info {
  width: 50%;
  background-color: var(--vi-color2);
  padding-right: 0.8rem;
  padding-left: 0.6rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.case1 .slide-line {
  width: 9.0909090909%;
  height: 0.06rem;
  display: block;
  background-color: #FFFFFF;
  margin-bottom: 0.2rem;
}

.case1 .slide-title {
  line-height: 1.2222222222;
  margin-bottom: 0.46rem;
  width: 100%;
}

.case1 .slide-text {
  line-height: 1.5;
  margin-bottom: 0.5rem;
}

.case1 .slide-by {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.case1 .slide-icon {
  width: 4.6428571429em;
  margin-left: 0.1rem;
}

.case1 .slide-arr {
  position: absolute;
  height: 0.6rem;
  right: 0;
  bottom: 0;
  width: 0.6rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--vi-color);
}

.case1 .slide-arr img {
  width: 0.4rem;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.case2 {
  padding-top: 0.6rem;
  padding-bottom: 1rem;
}

.case2 .list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 2.5%;
  -moz-column-gap: 2.5%;
  column-gap: 2.5%;
  row-gap: 0.4rem;
  margin-bottom: 0.4rem;
}

.case2 .item {
  width: 23.125%;
}

.case2 .item:hover .item-line {
  background-color: var(--vi-color);
}

.case2 .item:hover .item-title {
  color: var(--vi-color);
}

.case2 .item-info {
  background-color: var(--vi-color2);
  padding: 0.32rem 0.29rem;
}

.case2 .item-line {
  width: 19.2307692308%;
  height: 0.06rem;
  display: block;
  background-color: #FFFFFF;
  margin-bottom: 0.25rem;
}

.case2 .item-title {
  line-height: 1.1666666667;
  width: 90.3846153846%;
  height: 3.5em;
  margin-bottom: 0.21rem;
}

.case2 .item-by {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(255, 255, 255, 0.6);
}

.case2 .item-icon {
  width: 4.6428571429em;
  margin-left: 0.1rem;
}

.case-detail {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
  padding-bottom: 1rem;
}

.case-detail .breadcrumb {
  padding-top: 0.25rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1.375;
  margin-bottom: 0.73rem;
}

.case-detail .breadcrumb .home {
  opacity: 0.6;
  margin-right: 0.2rem;
  width: 1.125em;
}

.case-detail .breadcrumb .home:hover {
  opacity: 1;
}

.case-detail .breadcrumb .link {
  opacity: 0.6;
}

.case-detail .breadcrumb a.link:hover {
  opacity: 1;
  text-decoration: underline;
}

.case-detail .breadcrumb .arr {
  width: 0.75em;
  margin: 0 0.15rem;
}

.case-detail .line {
  width: 1rem;
  height: 0.08rem;
  background-color: var(--vi-color);
  display: block;
  margin-bottom: 0.42rem;
}

.case-detail .title {
  line-height: 1.1666666667;
  width: 1080px;
  max-width: 100%;
  margin-bottom: 0.64rem;
}

.case-detail .title span {
  position: relative;
}

.case-detail .title span::before {
  position: absolute;
  content: "";
  left: -2px;
  right: 0;
  height: 0.08rem;
  background-color: #fff;
  opacity: 0.3;
  bottom: 15%;
}

.case-detail .video {
  margin-bottom: 0.85rem;
  width: 100%;
}

.case-detail .title2 {
  line-height: 1.1666666667;
  margin-bottom: 0.5rem;
}

.case-detail .swiper_1 {
  margin-bottom: 0.4rem;
  overflow: initial;
}

.case-detail .swiper_1 .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 0.2rem;
  -webkit-column-gap: 2.5%;
  -moz-column-gap: 2.5%;
  column-gap: 2.5%;
}

.case-detail .swiper_1 .swiper-slide {
  padding: 10px 0.4rem;
  min-height: 4.1666666667em;
  background-color: var(--vi-color2);
  width: 23.125%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
}

.case-detail .swiper_1 .slide-icon {
  width: 1.25em;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-right: 0.2rem;
}

.case-detail .swiper_1 .slide-title {
  line-height: 1.25;
}

.case-detail .swiper_2 {
  overflow: initial;
  margin-bottom: 0.85rem;
}

.case-detail .swiper_2 .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 0.2rem;
  -webkit-column-gap: 2.5%;
  -moz-column-gap: 2.5%;
  column-gap: 2.5%;
}

.case-detail .swiper_2 .swiper-slide {
  padding: 0.4rem 0.9rem 0.4rem 0.4rem;
  background-color: var(--vi-color2);
  width: 48.75%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: auto;
}

.case-detail .swiper_2 .slide-icon {
  width: 1.25em;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-right: 0.2rem;
}

.case-detail .swiper_2 .slide-info {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.case-detail .swiper_2 .slide-title {
  line-height: 1.25;
  margin-bottom: 0.32rem;
}

.case-detail .swiper_2 .slide-ul {
  line-height: 1.375;
  list-style-type: decimal;
  opacity: 0.8;
  padding-left: 1.1em;
}

.case-detail .swiper_2 .slide-li + .slide-li {
  margin-top: 0.16rem;
}

.case-detail .title3 {
  text-align: center;
}

.case-detail .swiper_3 {
  padding-bottom: 0.48rem;
  margin-bottom: 0.83rem;
}

.case-detail .swiper_3 .swiper-slide {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.case-detail .swiper_3 .item {
  width: 48.75%;
  padding: 0.67rem 0.26rem 0.6rem 0.49rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  aspect-ratio: 780/500;
}

.case-detail .swiper_3 .item:nth-of-type(odd) {
  background: url(../images_die/lc/9.webp) no-repeat center center/100%;
}

.case-detail .swiper_3 .item:nth-of-type(even) {
  background: url(../images_die/lc/10.webp) no-repeat center center/100%;
}

.case-detail .swiper_3 .slide-info {
  width: 56.7375886525%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.case-detail .swiper_3 .slide-title {
  line-height: 1.2777777778;
  margin-bottom: 0.11rem;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.case-detail .swiper_3 .slide-icon {
  width: 2.5555555556em;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-bottom: 0.55rem;
}

.case-detail .swiper_3 .slide-ul {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 0;
  overflow: auto;
  opacity: 0.8;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding-right: 5px;
  padding-bottom: 2px;
}

.case-detail .swiper_3 .slide-li {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 0.1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 1.4285714286;
}

.case-detail .swiper_3 .slide-li + .slide-li {
  margin-top: 0.3rem;
}

.case-detail .swiper_3 .slide-li-title {
  width: 37.5%;
  padding-right: 0.1rem;
}

.case-detail .swiper_3 .slide-li-text {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: right;
}

.case-detail .swiper_3 .slide-img {
  width: 34.0425531915%;
  margin-top: 0.27rem;
}

.case-detail .content {
  padding: 0.4rem 0.4rem 0.8rem;
  background-color: var(--vi-color2);
}

.case-detail .content2 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0.7rem;
}

.case-detail .content2 .left {
  background: url(../images_die/lc/11.webp) no-repeat center center/100%;
  width: 48.6842105263%;
  aspect-ratio: 740/480;
  padding-right: 2.8947368421%;
  padding-top: 3.0263157895%;
  padding-bottom: 3.0263157895%;
}

.case-detail .content2 .list {
  height: 100%;
  overflow: auto;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding-right: 5px;
  padding-left: 0.5rem;
}

.case-detail .content2 .item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 1.375;
  opacity: 0.48;
  position: relative;
}

.case-detail .content2 .item::before {
  position: absolute;
  content: "";
  left: -0.5rem;
  top: 0;
  bottom: 0;
  width: 0.06rem;
  background-color: var(--vi-color);
  opacity: 0;
}

.case-detail .content2 .item + .item {
  margin-top: 0.2rem;
}

.case-detail .content2 .item:hover, .case-detail .content2 .item.active {
  opacity: 0.8;
}

.case-detail .content2 .item:hover::before, .case-detail .content2 .item.active::before {
  opacity: 1;
}

.case-detail .content2 .item span {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-right: 0.13rem;
}

.case-detail .content2 .item p {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.case-detail .content2 .imgs {
  position: relative;
  width: 48.6842105263%;
}

.case-detail .content2 .img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.case-detail .content2 .img.active {
  opacity: 1;
  z-index: 2;
}

.case-detail .content2 .img:nth-child(1) {
  position: relative;
}

.case-detail .content2 .play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  z-index: 1;
  width: 60px;
}

.case-detail .title4 {
  line-height: 1.2777777778;
  margin-bottom: 0.11rem;
}

.case-detail .icon2 {
  width: 2.5555555556em;
  margin-bottom: 0.4rem;
}

.faq1 {
  padding-top: 0.8rem;
  padding-bottom: 1rem;
}

.faq1 .my-select {
  margin-bottom: 0.6rem;
}

.faq1 .item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--vi-color2);
  background-position: right top;
}

.faq1 .item:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.faq1 .item:hover, .faq1 .item.active {
  background: var(--vi-color) url(../images_die/lc/12.webp) no-repeat right top;
  border-color: var(--vi-color);
}

.faq1 .item.active .item-btn {
  opacity: 1;
}

.faq1 .item.active .item-btn::after {
  opacity: 0;
}

.faq1 .item-top {
  padding: 10px 0.4rem;
  min-height: 5em;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq1 .item-icon {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  width: 1.1em;
  margin-right: 0.2rem;
}

.faq1 .item-title {
  line-height: 1.4;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.faq1 .item-btn {
  width: 1em;
  height: 1em;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-left: 10px;
  position: relative;
  opacity: 0.6;
}

.faq1 .item-btn::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  height: 10%;
  background-color: #fff;
}

.faq1 .item-btn::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  width: 10%;
  background-color: #fff;
}

.faq1 .item-bottom {
  padding: 0.3rem 0 0.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin: 0 0.4rem;
  line-height: 1.5;
  display: none;
}

.news-detail1 {
  padding-top: 0.87rem;
  padding-bottom: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.news-detail1 .box {
  max-width: 1000px;
}

.news-detail1 .title {
  line-height: 1.3888888889;
  margin-bottom: 0.12rem;
}

.news-detail1 .infos {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 0.64rem;
  -moz-column-gap: 0.64rem;
  column-gap: 0.64rem;
  row-gap: 10px;
  margin-bottom: 0.45rem;
}

.news-detail1 .info {
  line-height: 1.625;
  color: rgba(255, 255, 255, 0.6);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-detail1 .info img {
  width: 1em;
  margin-right: 0.08rem;
}

.news-detail1 .container {
  position: relative;
}

.news-detail1 .links {
  position: absolute;
  left: 100%;
  top: 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 0.15rem;
  margin-left: 0.43rem;
}

.news-detail1 .link {
  width: 50px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 3px;
}

.news-detail1 .link:hover {
  background-color: var(--vi-color);
  border-color: var(--vi-color);
}

.news-detail1 .content {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 0.47rem;
  padding-bottom: 0.35rem;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.8);
}

.news-detail1 .content img {
  display: inline-block;
}

.news-detail1 .content ul {
  padding-left: 1.3em;
}

.news-detail1 .bottom {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.3rem;
}

.news-detail1 .bottom .back {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin: 0 15px;
}

.news-detail1 .bottom .back:hover .back-text {
  color: var(--vi-color);
}

.news-detail1 .bottom .back-icon {
  width: 1.125em;
  margin-left: 0.06rem;
}

.news-detail1 .bottom .item {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 0;
  line-height: 1.4285714286;
  color: rgba(255, 255, 255, 0.6);
}

.news-detail1 .bottom .item:nth-child(3) {
  text-align: right;
}

.news-detail1 .bottom .item:hover {
  color: var(--vi-color);
}

.contact1 {
  padding-top: 0.8rem;
  padding-bottom: 1rem;
}

.contact1 .content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.contact1 .img {
  width: 62.5%;
  position: relative;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.contact1 .info {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: var(--vi-color2);
  padding: 0.53rem 1.6rem 0 0.79rem;
}

.contact1 .ul {
  margin-bottom: 0.44rem;
}

.contact1 .ul .li + .li {
  margin-top: 0.28rem;
}

.contact1 .ul .li-title {
  line-height: 1.625;
  margin-bottom: 0.07rem;
}

.contact1 .ul .li-text {
  line-height: 1.5;
  opacity: 0.6;
}

.contact1 .ul a.li-text:hover {
  opacity: 1;
  text-decoration: underline;
}

.contact1 .ul2 .li {
  display: block;
  position: relative;
  margin-right: 15px;
}

.contact1 .ul2 .li .ico {
  width: 50px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 3px;
}

.contact1 .ul2 .li .ewm {
  display: block;
  width: 90px;
  position: absolute;
  left: 0;
  top: 62px;
  opacity: 0;
  pointer-events: none;
}

.contact1 .ul2 .li:hover .ico {
  background: var(--vi-color);
}

.contact1 .ul2 .li:hover .ewm {
  opacity: 1;
  top: 70px;
}

.contact1 .dot {
  position: absolute;
  top: 43.75%;
  left: 46.6%;
  width: 6%;
}

.contact1 .dot-container {
  padding-top: 100%;
  position: relative;
  background-color: var(--vi-color);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(27, 87, 156, 0.3);
  -webkit-animation: ani2 1.25s infinite cubic-bezier(0.24, 0, 0.38, 1);
  -moz-animation: ani2 1.25s infinite cubic-bezier(0.24, 0, 0.38, 1);
  -o-animation: ani2 1.25s infinite cubic-bezier(0.24, 0, 0.38, 1);
  animation: ani2 1.25s infinite cubic-bezier(0.24, 0, 0.38, 1);
}

.contact1 .dot-icon {
  position: absolute;
  width: 78.3333333333%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

@-webkit-keyframes ani2 {
  100% {
    box-shadow: 0 0 0 0.2rem transparent;
  }
}
@-moz-keyframes ani2 {
  100% {
    box-shadow: 0 0 0 0.2rem transparent;
  }
}
@-o-keyframes ani2 {
  100% {
    box-shadow: 0 0 0 0.2rem transparent;
  }
}
@keyframes ani2 {
  100% {
    box-shadow: 0 0 0 0.2rem transparent;
  }
}
.news1 .box {
  padding-top: 0.8rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.news1 .swiper {
  padding-bottom: 0.48rem;
}

.news1 .slide {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.news1 .slide:hover .title {
  text-decoration: underline;
}

.news1 .slide:hover .btn {
  background-color: var(--vi-color);
}

.news1 .slide .media {
  width: 50%;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.news1 .slide .media .img img {
  width: 100%;
}

.news1 .slide .info {
  width: 45%;
  color: #fff;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.news1 .slide .date {
  opacity: 0.6;
  line-height: 1.25;
  margin-bottom: 0.03rem;
}

.news1 .slide .title {
  line-height: 1.3888888889;
  margin-bottom: 0.33rem;
}

.news1 .slide .text {
  opacity: 0.8;
  line-height: 1.5em;
}

.news1 .slide .btn {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 0.6rem;
  height: 0.6rem;
  border: 2px solid rgba(255, 255, 255, 0.1);
  position: relative;
  margin-top: 0.54rem;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.news1 .slide .btn img {
  width: 0.4rem;
}

.news1 .slide .btn:hover {
  border-color: var(--vi-color);
  background-color: var(--vi-color);
}

.news2 {
  padding-top: 0.6rem;
  padding-bottom: 1rem;
}

.news2 .grid {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 2.1875%;
  -moz-column-gap: 2.1875%;
  column-gap: 2.1875%;
  row-gap: 0.35rem;
  margin-bottom: 0.6rem;
}

.news2 .card {
  width: 31.875%;
  display: block;
  color: #fff;
}

.news2 .card .pic {
  width: 100%;
}

.news2 .card .pic img {
  width: 100%;
}

.news2 .card .body {
  position: relative;
  padding: 0.26rem 0.3rem 0.32rem;
  background-color: var(--vi-color2);
  overflow: hidden;
}

.news2 .card .date {
  opacity: 0.6;
  line-height: 1.25;
  margin-bottom: 0.2rem;
  position: relative;
  z-index: 1;
}

.news2 .card .title {
  line-height: 1.25;
  height: 2.5em;
  margin-bottom: 0.27rem;
  position: relative;
  z-index: 1;
}

.news2 .card .arrow {
  width: 1.6666666667em;
}

.news2 .card:hover .body {
  background: var(--vi-color) url(../images_die/lc/4.webp) no-repeat 145% center;
  -o-background-size: auto 100%;
  background-size: auto 100%;
}

.about1 {
  padding-top: 1.3rem;
  padding-bottom: 0.6rem;
}

.about1 .content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about1 .info {
  width: 48.75%;
}

.about1 .title {
  line-height: 1.1666666667;
  padding-bottom: 0.37rem;
  position: relative;
  margin-bottom: 0.45rem;
}

.about1 .title::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 0.06rem;
  width: 1em;
  background-color: var(--vi-color);
}

.about1 .text {
  line-height: 1.5555555556;
  opacity: 0.8;
}

.about1 .imgs {
  width: 48.75%;
  position: relative;
}

.about1 .line1 {
  position: absolute;
  left: 0;
  width: 80.7692307692%;
  top: -0.11rem;
}

.about1 .line2 {
  position: absolute;
  right: 0;
  width: 80.7692307692%;
  bottom: -0.11rem;
}

.about1 .dot1 {
  position: absolute;
  width: 14.358974359%;
  left: 3.8461538462%;
  top: -0.29rem;
}

.about1 .dot2 {
  position: absolute;
  width: 14.358974359%;
  right: 3.8461538462%;
  bottom: -0.29rem;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.about1 .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.my-content {
  border-image-source: url(../images_die/lc/13.webp);
  border-image-slice: 10% fill;
  border-image-width: auto;
  padding: 0.2rem;
}

.my-content .content-border {
  border-image-source: url(../images_die/lc/14.webp);
  border-image-slice: 10% fill;
  border-image-width: auto;
}

.about2 {
  padding-top: 0.6rem;
  padding-bottom: 0.46rem;
}

.about2 .title {
  line-height: 1.1666666667;
  text-align: center;
  margin-bottom: 0.5rem;
}

.about2 .info {
  padding: 0 0.4rem;
}

.about2 .text1 {
  line-height: 1.2777777778;
  margin-bottom: 0.2rem;
}

.about2 .icon {
  width: 2.5555555556em;
  margin-bottom: 0.3rem;
}

.about2 .text2 {
  line-height: 1.5555555556;
  opacity: 0.8;
}

.about2 .item1 {
  margin-bottom: 0.6rem;
}

.about2 .item1 .content-border {
  padding-top: 0.5rem;
  padding-bottom: 0.95rem;
}

.about2 .item1 .info {
  margin-bottom: 0.64rem;
}

.about2 .item1 .list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-evenly;
  -moz-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.about2 .item1 .item {
  position: relative;
  z-index: 2;
}

.about2 .item1 .item-line {
  position: absolute;
  left: 0;
  right: 0;
  top: 1.0416666667em;
  height: 2.5833333333em;
  background: url(../images_die/lc/15.webp) repeat-x center center;
  -o-background-size: auto 100%;
  background-size: auto 100%;
}

.about2 .item1 .item-car {
  position: absolute;
  width: 2.9166666667em;
  top: 1.5em;
  -webkit-animation-name: car1;
  -moz-animation-name: car1;
  -o-animation-name: car1;
  animation-name: car1;
  -webkit-animation-duration: 12s;
  -moz-animation-duration: 12s;
  -o-animation-duration: 12s;
  animation-duration: 12s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

.about2 .item1 .item-mask {
  position: absolute;
  width: 23.9743589744%;
  height: 4.1666666667em;
  background: -webkit-linear-gradient(left, rgba(32, 42, 54, 0) 0.08%, #202A36 99.92%);
  background: -moz-linear-gradient(left, rgba(32, 42, 54, 0) 0.08%, #202A36 99.92%);
  background: -o-linear-gradient(left, rgba(32, 42, 54, 0) 0.08%, #202A36 99.92%);
  background: linear-gradient(90deg, rgba(32, 42, 54, 0) 0.08%, #202A36 99.92%);
  right: 0;
  top: 0;
}

.about2 .item1 .item-icon {
  width: 5em;
  height: 5em;
  border-radius: 50%;
  border: 0.4166666667em solid #192330;
  background-color: var(--vi-color2);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 0.25rem;
}

.about2 .item1 .item-icon img {
  width: 2.5em;
}

.about2 .item1 .item-title {
  line-height: 1.4166666667;
  margin-bottom: 0.1rem;
}

.about2 .item1 .item-text {
  line-height: 1.625;
  opacity: 0.8;
}

.about2 .item2 {
  margin-bottom: 0.6rem;
}

.about2 .item2 .content-border {
  padding-top: 0.5rem;
  padding-bottom: 0.82rem;
}

.about2 .item2 .info {
  margin-bottom: 0.54rem;
}

.about2 .item2 .content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /*height: 4.6rem;*/
  padding: 0 0.4rem;
}

.about2 .item2 .left {
  width: 48.6486486486%;
  border-image-source: url(../images_die/lc/18.webp);
  border-image-slice: 10% fill;
  border-image-width: auto;
  padding: 15px 0.6rem;
  aspect-ratio: 720/460;
}

.about2 .item2 .ul {
  height: 100%;
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: safe center;
  -moz-box-pack: safe center;
  -ms-flex-pack: safe center;
  justify-content: safe center;
  overflow: auto;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding-right: 5px;
}

.about2 .item2 .li {
  width: 100%;
  min-height: 5.5em;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about2 .item2 .li:hover .li-title, .about2 .item2 .li:hover .li-text, .about2 .item2 .li.active .li-title, .about2 .item2 .li.active .li-text {
  opacity: 1;
}

.about2 .item2 .li + .li {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.about2 .item2 .li-title, .about2 .item2 .li-text {
  opacity: 0.3;
}

.about2 .item2 .li-title {
  line-height: 1.25;
  margin-bottom: 0.2rem;
}

.about2 .item2 .li-text {
  line-height: 1.2222222222;
  color: rgba(255, 255, 255, 0.8);
}

.about2 .item2 .swipers {
  width: 48.6486486486%;
  position: relative;
  aspect-ratio: 720/460;
}

.about2 .item2 .swiper {
  height: 100%;
  border-image-source: url(../images_die/lc/17.webp);
  border-image-slice: 10% fill;
  border-image-width: auto;
}

/*.about2 .item2 .swiper-slide {*/
/*  padding: 0.3rem 8.3333333333%;*/
/*  display: -webkit-flex;*/
/*  display: -moz-box;*/
/*  display: -ms-flexbox;*/
/*  display: flex;*/
/*  -webkit-flex-wrap: wrap;*/
/*      -ms-flex-wrap: wrap;*/
/*          flex-wrap: wrap;*/
/*  -webkit-justify-content: space-between;*/
/*     -moz-box-pack: justify;*/
/*      -ms-flex-pack: justify;*/
/*          justify-content: space-between;*/
/*  -webkit-align-items: flex-start;*/
/*     -moz-box-align: start;*/
/*      -ms-flex-align: start;*/
/*          align-items: flex-start;*/
/*}*/
/*.about2 .item2 .swiper-slide::before {*/
/*  position: absolute;*/
/*  content: "";*/
/*  width: 1px;*/
/*  top: 0.3rem;*/
/*  bottom: 0.3rem;*/
/*  background-color: #fff;*/
/*  opacity: 0.06;*/
/*  left: 50%;*/
/*}*/
/*.about2 .item2 .swiper-slide::after {*/
/*  position: absolute;*/
/*  content: "";*/
/*  height: 1px;*/
/*  left: 8.3333333333%;*/
/*  right: 8.3333333333%;*/
/*  background-color: #fff;*/
/*  opacity: 0.06;*/
/*  top: 50%;*/
/*}*/
/*.about2 .item2 .item {*/
/*  width: 41.6666666667%;*/
/*}*/
/*.about2 .item2 .item:nth-child(3), .about2 .item2 .item:nth-child(4) {*/
/*  margin-top: auto;*/
/*}*/
/*.about2 .item2 .item-title {*/
/*  line-height: 1.2857142857;*/
/*  text-align: center;*/
/*  margin-top: 0.05rem;*/
/*  opacity: 0.8;*/
/*}*/
.about2 .item2 .swiper-button {
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  margin-top: 0;
}

.about2 .item2 .swiper-button-prev {
  top: -0.45rem;
}

.about2 .item2 .swiper-button-prev img {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.about2 .item2 .swiper-button-next {
  right: auto;
  top: auto;
  bottom: -0.45rem;
}

.about2 .item2 .swiper-button-next img {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

.about2 .item3 .content-border {
  padding-top: 0.5rem;
  padding-bottom: 0.42rem;
}

.about2 .item3 .info {
  margin-bottom: 0.4rem;
}

.about2 .item3 .content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0.4rem;
}

.about2 .item3 .left {
  width: 39.1891891892%;
  border-image-source: url(../images_die/lc/20.webp);
  border-image-slice: 10% fill;
  border-image-width: auto;
  background: url(../images_die/lc/21.webp) no-repeat right center;
  -o-background-size: auto 100%;
  background-size: auto 100%;
  padding-left: 0.6rem;
  padding-right: 0.88rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about2 .item3 .icon2 {
  width: 4.2857142857em;
  height: 4.2857142857em;
  border: 0.03rem solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin-bottom: 0.5rem;
}

.about2 .item3 .icon2 .icon2-img {
  width: 2.1428571429em;
}

.about2 .item3 .icon2 .icon2-img2 {
  width: 2.5em;
  position: absolute;
  top: -0.4285714286em;
  right: -0.7857142857em;
}

.about2 .item3 .icon2 p {
  margin-top: -0.4em;
  margin-right: -2.2em;
}

.about2 .item3 .text3 {
  line-height: 1.3571428571;
  margin-bottom: 0.15rem;
}

.about2 .item3 .text4 {
  line-height: 1.5555555556;
  opacity: 0.8;
}

.about2 .item3 .img {
  width: 57.972972973%;
  border-image-source: url(../images_die/lc/19.webp);
  border-image-slice: 10% fill;
  border-image-width: auto;
  position: relative;
}

.about2 .item3 .texts {
  position: absolute;
  left: 3.4965034965%;
  top: 4.693877551%;
  width: 70%;
}

.about2 .item3 .text5 {
  line-height: 1.5555555556;
  margin-bottom: 0.1rem;
}

.about2 .item3 .text6 {
  line-height: 1.25;
  opacity: 0.8;
}

.about3 {
  padding-top: 0.46rem;
  padding-bottom: 1rem;
}

.about3 .title {
  line-height: 1.1666666667;
  text-align: center;
  margin-bottom: 0.5rem;
}

.about3 .content {
  background-color: var(--vi-color2);
  padding: 0.5rem;
}

.about3 .swiper {
  padding-bottom: 0.58rem;
}

.about3 .swiper-slide {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.6%;
  -moz-column-gap: 2.6%;
  column-gap: 2.6%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 0.4rem;
}

.about3 .item {
  width: 14.4666666667%;
  position: relative;
  background: url(../images_die/lc/24.webp) no-repeat center center/100%;
}

.about3 .item-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.search1 {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.search1 .title {
  margin-bottom: 0.33rem;
}

.search1 .content {
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.search1 .left {
  width: 18.75%;
  background-color: var(--vi-color2);
  padding: 0.26rem 0.3rem 0.72rem;
  position: sticky;
  top: 130px;
  left: 0;
}

.search1 .left-title {
  line-height: 1.2;
  margin-bottom: 0.35rem;
}

.search1 .select-item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.search1 .select-item + .select-item {
  margin-top: 0.35rem;
}

.search1 .select-item.active .select-text {
  opacity: 1;
}

.search1 .select-icon {
  width: 1.5555555556em;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-right: 0.15rem;
}

.search1 .select-text {
  line-height: 1.5555555556;
  opacity: 0.6;
}

.search1 .right {
  width: 79.375%;
}

.search1 .input {
  padding: 0.1rem 0.2rem 0.2rem;
  background-color: var(--vi-color2);
  margin-bottom: 0.22rem;
}

.search1 .input p {
  line-height: 2;
  margin-bottom: 0.05rem;
}

.search1 .input-container {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.search1 .input-container input {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 3em;
  padding: 0 0.2rem;
  color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.search1 .input-container input:focus {
  border-color: var(--vi-color);
}

.search1 .input-container span {
  width: 3em;
  height: 3em;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-left: 0.12rem;
  background-color: var(--vi-color);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.search1 .input-container span:hover {
  background-color: var(--vifu-color);
}

.search1 .input-container span img {
  width: 1em;
}

.search1 .tip {
  line-height: 1.75;
  margin-bottom: 0.23rem;
}

.search1 .list {
  margin-bottom: 0.74rem;
}

.search1 .item {
  padding: 0.25rem 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.search1 .item:hover .item-title {
  color: var(--vi-color);
}

.search1 .item:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.search1 .item-img {
  width: 14.1732283465%;
  aspect-ratio: 180/135;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-right: 0.3rem;
}

.search1 .item-info {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 0;
}

.search1 .item-time {
  line-height: 2;
  opacity: 0.6;
  margin-bottom: 0.16rem;
}

.search1 .item-title {
  line-height: 1.4444444444;
  margin-bottom: 0.16rem;
}

.search1 .item-text {
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.8);
}

.search1 .item-text span {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  -moz-text-decoration-color: var(--vi-color);
  text-decoration-color: var(--vi-color);
}

@-webkit-keyframes car1 {
  0% {
    right: 100%;
  }
  100% {
    right: -72px;
  }
}
@-moz-keyframes car1 {
  0% {
    right: 100%;
  }
  100% {
    right: -72px;
  }
}
@-o-keyframes car1 {
  0% {
    right: 100%;
  }
  100% {
    right: -72px;
  }
}
@keyframes car1 {
  0% {
    right: 100%;
  }
  100% {
    right: -72px;
  }
}
@media (max-width: 1440px) {
  .product5 .content3 .item-icon {
    margin-bottom: 0.3rem;
  }
  .product5 .content3 .item-ul {
    row-gap: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .case-detail .swiper_3 .slide-icon{
      margin-bottom: 0.3rem;
  }
  .case-detail .swiper_3 .slide-li + .slide-li{
      margin-top: 0.2rem;
  }
  .case-detail .swiper_3 .item{
      padding: 0.47rem 0.26rem 0.3rem 0.49rem;
  }
}
@media (max-width: 1200px) {
  .z_tanchuang .tbox .modal {
    width: 90%;
    padding: 5px;
  }
  .z_tanchuang .tbox .modal .out {
    right: 0;
    top: -50px;
  }
  .news-detail1 .links {
    position: static;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: 0;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    margin-bottom: 15px;
  }
  .contact1 .info {
    padding: 15px 15px 0;
  }
}
@media (min-width: 961px) {
  .show960 {
    display: none;
  }
}
@media (max-width: 960px) {
  .show960 {
    display: block;
  }
  .hide960 {
    display: none;
  }
  .padding50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .my-swiper-button .swiper-button, .my-swiper-button2 .swiper-button {
    display: none;
  }
  .my-swiper-pagination.swiper-pagination-horizontal .swiper-pagination-bullet {
    margin: 0 4px;
  }
  .my-swiper-pagination .swiper-pagination-bullet-active {
    width: 20px;
  }
  .my-select .select-container {
    /*padding: 20px 5%;*/
    /*border-radius: 33px;*/
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .product1 .swiper_1 > .swiper-wrapper > .swiper-slide {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
  }
  .product1 .slide-left, .product1 .slide-swiper {
    width: 100%;
  }
  .product1 .slide-left {
    margin-bottom: 15px;
  }
  .product2 .content::-webkit-scrollbar {
    height: 3px;
  }
  .product2 .tr .td, .product2 .th .td {
    width: 200px;
  }
  .product2 .th .td:nth-child(1), .product2 .tr .td:nth-child(1) {
    position: relative;
  }
  .product3 .swiper-slide {
    width: 300px;
  }
  .product4 .content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px;
  }
  .product4 .item {
    width: 100%;
  }
  .product4 .item + .item {
    margin-top: 15px;
  }
  .product5 .swiper_1 .swiper-slide {
    width: 200px;
  }
  .product4 .slide-tip {
    opacity: 1;
  }
  .product5 .swiper_2 {
    padding: 0;
  }
  .product5 .swiper_2 .swiper-slide {
    width: auto;
    max-width: 200px;
    text-align: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .product5 .swiper_2::before {
    display: none;
  }
  .product5 .content3 .item {
    padding: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product5 .content3 .item-swiper1 {
    width: 100%;
    padding-bottom: 30px;
  }
  .product5 .content3 .item-swiper2 {
    display: none;
  }
  .product5 .content3 .item-left, .product5 .content3 .item-right {
    width: 100%;
  }
  .product5 .content3 .item-icon2 {
    top: 20px;
    right: 20px;
  }
  .download1 .item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-position: 94.5% 200%;
  }
  .download1 .item:hover {
    background-position: 94.5% bottom;
  }
  .download1 .item-info {
    width: -webkit-calc(100% - 26px);
    width: -moz-calc(100% - 26px);
    width: calc(100% - 26px);
    -webkit-flex-grow: initial;
    -moz-box-flex: initial;
    -ms-flex-positive: initial;
    flex-grow: initial;
  }
  .download1 .item-right {
    margin-left: 0;
    width: 100%;
  }
  .download1 .item-btns1 {
    opacity: 1;
    margin-top: 15px;
    /*-webkit-justify-content: center;*/
    /*-moz-box-pack: center;*/
    /*-ms-flex-pack: center;*/
    /*justify-content: center;*/
  }
  .download1 .item-btns2 {
    display: none;
  }
  .case1 .swiper-slide {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .case1 .slide-img, .case1 .slide-info {
    width: 100%;
  }
  .case1 .slide-info {
    padding: 20px;
  }
  .case2 .list {
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
  .case2 .item {
    width: 100%;
  }
  .case2 .item-title {
    width: 100%;
  }
  .case-detail .swiper_1, .case-detail .swiper_2 {
    padding-bottom: 30px;
  }
  .case-detail .swiper_1 .swiper-wrapper, .case-detail .swiper_2 .swiper-wrapper {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    row-gap: initial;
    -webkit-column-gap: initial;
    -moz-column-gap: initial;
    column-gap: initial;
  }
  .case-detail .swiper_1 .swiper-slide {
    width: 244px;
  }
  .case-detail .swiper_3 .swiper-slide {
    height: auto;
  }
  .case-detail .swiper_3 .item {
    width: 100%;
    height: 100%;
    background: var(--vi-color2) !important;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    aspect-ratio: initial;
  }
  .case-detail .swiper_3 .slide-info {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }
  .case-detail .swiper_3 .slide-img {
    width: 240px;
    margin: auto auto 0;
  }
  .case-detail .swiper_3 .slide-ul {
    -webkit-flex-grow: initial;
    -moz-box-flex: initial;
    -ms-flex-positive: initial;
    flex-grow: initial;
    height: auto;
  }
  .case-detail .content2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .case-detail .content2 .left, .case-detail .content2 .imgs {
    width: 100%;
  }
  .case-detail .content2 .left {
    margin-bottom: 15px;
  }
  .case-detail .content .swiper_1 {
    overflow: hidden;
  }
  .news1 .slide {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .news1 .slide .media {
    margin-bottom: 15px;
  }
  .news1 .slide .media, .news1 .slide .info {
    width: 100%;
  }
  .news1 .slide .btn {
    display: none;
  }
  .news2 .card {
    width: 100%;
  }
  .news2 .card .arrow {
    display: none;
  }
  .news2 .card .title {
    margin-bottom: 0;
  }
  .contact1 .content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact1 .img {
    width: 100%;
  }
  .contact1 .info {
    padding: 15px;
  }
  .about1 .content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about1 .info {
    width: 100%;
    margin-bottom: 40px;
  }
  .about1 .imgs {
    width: 100%;
  }
  .about2 .item1 .item-line, .about2 .item1 .item-car, .about2 .item1 .item-mask {
    display: none;
  }
  .about2 .item1 .list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 15px;
  }
  .about2 .item1 .item {
    width: 50%;
  }
  .about2 .item2 .content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
  }
  .about2 .item2 .left {
    width: 100%;
    /*height: 4.6rem;*/
    aspect-ratio: initial;
    margin-bottom: 20px;
  }
  .about2 .item2 .content-border {
    padding-bottom: 20px;
  }
  .about2 .item2 .swipers {
    width: 100%;
    aspect-ratio: initial;
  }
  .about2 .item2 .swiper {
    border-image-source: initial;
    padding-bottom: 30px;
    -webkit-clip-path: initial !important;
            clip-path: initial !important;
  }
  .about2 .item2 .swiper-slide::after, .about2 .item2 .swiper-slide::before {
    display: none;
  }
  .about2 .item2 .swiper-slide {
    width: 150px;
    padding: 0;
  }
  .about2 .item2 .item {
    width: 100%;
  }
  .about2 .item3 .content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about2 .item3 .left, .about2 .item3 .img {
    width: 100%;
  }
  .about2 .item3 .left {
    padding: 30px;
    margin-bottom: 15px;
  }
  .about2 .item3 .img {
    padding: 25px 0;
  }
  .about2 .item3 .texts {
    position: static;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 15px;
  }
  .about3 .swiper-slide {
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .about3 .item {
    width: 48%;
  }
  .search1 .content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .search1 .left {
    width: 100%;
    position: static;
    margin-bottom: 20px;
  }
  .search1 .right {
    width: 100%;
  }
  .search1 .item-img {
    width: 110px;
  }
  .product4 .item-content {
    aspect-ratio: initial;
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .product4 .item-text {
    height: auto;
  }
}