@charset "UTF-8";
html {
  font-size: 5.2083333333vw;
}

.txt_linear {
  background: linear-gradient(90deg, #1173F6 0%, #5542CF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bg_linear {
  background: linear-gradient(90deg, #1173F6 0%, #5542CF 100%);
}

.video_box {
  position: relative;
}

.video_btn {
  position: absolute;
  bottom: 0.2rem;
  right: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.47rem;
  height: 0.47rem;
  cursor: pointer;
}
.video_btn .play_btn {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: none;
  opacity: 0.6;
  transition: all 0.6s ease;
}
.video_btn .play_btn.show {
  display: block;
}
.video_btn .play_btn:hover {
  opacity: 1;
}
.video_btn .replay_btn {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: none;
  transition: all 0.6s ease;
  opacity: 0.6;
}
.video_btn .replay_btn.show {
  display: block;
}
.video_btn .replay_btn:hover {
  opacity: 1;
}

.tit_h1 {
  color: #333;
  font-size: 0.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.h1_txt {
  color: #333;
  font-size: 0.2rem;
  font-weight: 500;
  line-height: 1.65;
}

.tit1 {
  color: #333;
  font-size: 0.54rem;
  font-weight: 600;
  line-height: 1.2;
}

.tit2 {
  color: #333;
  font-size: 0.28rem;
  font-weight: 600;
}

.tit3 {
  color: #333;
  font-size: 0.22rem;
  font-weight: 600;
  line-height: 1.25;
}

.tit_txt {
  color: #989797;
  font-size: 0.14rem;
  font-weight: 500;
  line-height: 1.4;
}

.box1 {
  padding: 1.2rem;
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.box1 .video_box {
  margin-bottom: 1.6rem;
  width: 80%;
  position: relative;
  display: flex;
}
.box1 .video_box video {
  width: 90%;
  margin: 0 auto;
  height: auto;
  object-fit: cover;
  display: block;
}
.box1 .desc {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  align-items: center;
  position: absolute;
  bottom: -1rem;
}
.box1 .desc .tit2 {
  display: flex;
}
.box1 .desc .tit2 span {
  display: inline-block;
  font-size: 0.4rem;
  font-weight: 700;
  line-height: 1.5;
}
.box1 .desc .tit2 span::after {
  content: "·";
  color: #007FFF;
  font-size: 0.4rem;
  font-weight: 700;
  margin: 0 0.1rem;
}
.box1 .desc .tit2 span:last-child::after {
  display: none;
}
.box1 .desc .tit2 span:nth-child(1) {
  color: #007FFF;
}
.box1 .desc .tit2 span:nth-child(2) {
  color: #0DF;
}
.box1 .desc .tit2 span:nth-child(3) {
  color: #6536C6;
}
.box1 .desc .tit {
  color: #423F3F;
  font-size: 1.6rem;
  font-weight: 700;
}
.box1 .desc .txt {
  color: #5F5F5F;
  text-align: center;
  font-size: 0.22rem;
  font-weight: 500;
  line-height: 1.5;
}
.box1 .desc .btn {
  display: flex;
  gap: 0.2rem;
}
.box1 .desc .btn .btn_item {
  width: 0.7rem;
  height: 0.6rem;
  cursor: pointer;
  transition: all 0.6s ease;
}
.box1 .desc .btn .btn_item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.box1 .desc .btn .btn_item:hover {
  opacity: 0.6;
}

.box2 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.6rem 0 1rem;
}
.box2 .bg {
  background: linear-gradient(180deg, #e1e5fd 0%, #f5f5f7 100%);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.box2 .cont {
  position: relative;
  z-index: 2;
  height: 100%;
  min-width: 8.7rem;
  padding: 0.5rem 0;
}
.box2 .cont .txt {
  line-height: 1.2;
  overflow: hidden;
}
.box2 .cont .txt .lf {
  background: linear-gradient(109deg, #8ae2ff 5.58%, #9c66d0 95.45%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1rem;
  font-weight: 600;
  padding-left: 0.8rem;
}
.box2 .cont .txt .rg {
  color: #333;
  font-size: 0.84rem;
  font-weight: 600;
  padding-left: 2.5rem;
}
.box2 .cont .pr_box {
  width: 100%;
  height: 100%;
}
.box2 .cont .pr_box .pr1 {
  width: 2.5rem;
  height: auto;
  position: absolute;
  bottom: -0.15rem;
  left: 0.15rem;
}
.box2 .cont .pr_box .pr1 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.box2 .cont .pr_box .pr2 {
  width: 2.5rem;
  height: auto;
  position: absolute;
  top: 0;
  right: 0.5rem;
}
.box2 .cont .pr_box .pr2 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.box4 {
  position: relative;
  background: #f5f5f7;
}
.box4 .desc-tit {
  padding: 1rem 2.7rem 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.box4 .desc-tit .tit {
  padding-right: 0.9rem;
  color: #333;
  font-weight: 600;
  margin-bottom: 0.3rem;
  line-height: 1.2;
}
.box4 .desc-tit .txt {
  line-height: 1.65;
}
.box4 .desc {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  display: flex;
  width: 100%;
  padding: 0 1.35rem;
  justify-content: space-between;
  align-items: center;
  line-height: 1.2;
  z-index: 1;
}
.box4 .desc .lf {
  width: 4.2rem;
}
.box4 .desc .rg {
  width: 3.7rem;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.box4 .desc .rg .item {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.box4 .desc .rg .item .tit {
  font-size: 0.22rem;
  font-weight: 500;
  line-height: 1.2;
}
.box4 .desc .rg .item .value {
  font-size: 0.36rem;
  font-weight: 600;
  line-height: 1.2;
}
.box4 .pro_box {
  width: 11rem;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.box4 .pro_box .bg_hand {
  z-index: 2;
  width: 100%;
}
.box4 .pro_box .pro_1 {
  width: 5.6rem;
  height: auto;
  position: absolute;
  top: 0.4rem;
  left: 2.5rem;
}
.box4 .pro_box .top_bg {
  border-radius: 0.4rem;
  border: 0.04rem solid #fff;
  background: #bbbde5;
  opacity: 0;
  width: 5.6rem;
  height: 6.3rem;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.8rem 0.28rem 0.31rem;
}
.box4 .pro_box .top_bg_inner {
  position: absolute;
  top: 0.93rem;
  left: 0.35rem;
  border-radius: 0.16rem;
  border: 0.03rem solid #fff;
  width: 4.9rem;
  height: 4.7rem;
}
.box4 .pro_box .top_bg_inner_svg {
  position: absolute;
  top: 0.16rem;
  left: 0.07rem;
  width: 5.5rem;
  height: 6.2rem;
}
.box4 .pro_box .top_bg_inner_svg svg {
  width: 100%;
  height: 100%;
}

.pin-spacer-box4-animation {
  background-color: #f5f5f7;
}

.box5 {
  padding: 1.3rem 2.7rem 1.3rem;
  position: relative;
}
.box5 .bg {
  width: 100%;
  height: 100%;
}
.box5 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box5 .card_item {
  border-radius: 0.16rem;
  overflow: hidden;
  position: relative;
}
.box5 .card {
  position: relative;
  display: flex;
  gap: 0.1rem;
}
.box5 .card .lf {
  width: 6.8rem;
}
.box5 .card .lf .cont {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0.41rem 0.65rem 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.box5 .card .lf .pro_list {
  width: 100%;
  margin-bottom: 0.4rem;
}
.box5 .card .lf .btn {
  border-radius: 0.36rem;
  border: 0.4px solid #fff;
  backdrop-filter: blur(0.1rem);
  width: 2rem;
  height: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.2rem;
  font-weight: 500;
  line-height: 1.2;
}
.box5 .card .rg {
  width: calc(100% - 6.8rem);
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}
.box5 .card .rg .top {
  width: 100%;
}
.box5 .card .rg .top .cont {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0.44rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
}
.box5 .card .rg .top .cont .tit {
  color: #333;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.22rem;
}
.box5 .card .rg .top .cont .desc {
  display: flex;
  flex-direction: column;
}
.box5 .card .rg .top .cont .desc .dtit {
  font-size: 0.18rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.4rem;
}
.box5 .card .rg .top .cont .desc .btxt {
  color: #989797;
  font-size: 0.14rem;
  font-weight: 500;
  line-height: 1.4;
  max-width: 2.5rem;
}
.box5 .card .rg .bottom {
  width: 100%;
  display: flex;
  gap: 0.1rem;
}
.box5 .card .rg .bottom .cont {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0.3rem 0.3rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  text-align: center;
}
.box5 .card .rg .bottom .item {
  width: calc(50% - 0.05rem);
}

.box6 {
  padding: 0 2.7rem 1.6rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.box6 .tit1 {
  margin-bottom: 0.5rem;
  text-align: center;
  max-width: 11rem;
}
.box6 .list {
  display: flex;
  gap: 0.1rem;
  position: relative;
}
.box6 .list .item {
  width: calc((100% - 0.3rem) / 4);
  position: relative;
}
.box6 .list .item:nth-child(1) {
  transform: translateX(0);
  z-index: 4;
}
.box6 .list .item:nth-child(2) {
  transform: translateX(0);
  z-index: 3;
}
.box6 .list .item:nth-child(3) {
  transform: translateX(0);
  z-index: 2;
}
.box6 .list .item:nth-child(4) {
  transform: translateX(0);
  z-index: 1;
}
.box6 .list .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.2rem;
}

.box7 {
  padding: 0 0 1.6rem;
  position: relative;
  overflow: hidden;
}
.box7 .desc {
  padding: 0 2.7rem;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  align-items: center;
  margin-bottom: 0.5rem;
}
.box7 .list {
  padding: 0 2.7rem;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  width: 100%;
}
.box7 .list .big_item {
  display: flex;
  align-items: center;
  gap: 0.1rem;
  width: 100%;
  height: 5.7rem;
  border-radius: 0.16rem;
  overflow: hidden;
  flex-flow:row-reverse;
}
.box7 .list .big_item .video_box {
  width: 8.4rem;
  height: 100%;
  overflow: hidden;
}
.box7 .list .big_item .video_box video {
  width: 100%;
  height: 100%;
  transform: scale(1.3);
  transform-origin: right center;
  object-fit: cover;
  object-position: right center;
}
.box7 .list .big_item .cont {
  width: calc(100% - 8.4rem);
  height: 100%;
  padding: 0.4rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 0.1rem;
  background: #F5F5F5;
}
.box7 .list .big_item .cont .tit {
  font-size: 0.4rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 1rem;
}
.box7 .list .big_item .cont .tit2 {
  font-size: 0.16rem;
  font-weight: 500;
  color: #989797;
  line-height: 1.4;
  margin-bottom: 0.15rem;
}
.box7 .list .big_item .cont .txt {
  font-size: 0.24rem;
  font-weight: 500;
  color: #333;
  line-height: 1.25;
}
.box7 .list .min-item {
  display: flex;
  align-items: stretch;
  gap: 0.2rem;
}
.box7 .list .min-item .item {
  width: calc((100% - 0.1rem) / 2);
  display: flex;
  flex-direction: column;
  border-radius: 0.16rem;
  overflow: hidden;
  gap: 0.1rem;
}
.box7 .list .min-item .item .video_box {
  width: 100%;
  height: 4.24rem;
  max-height: 4.24rem;
  overflow: hidden;
  flex-shrink: 0;
}
.box7 .list .min-item .item .video_box video {
  width: 100%;
  height: 100%;
  transform: scale(1.3);
  transform-origin: right center;
  object-fit: cover;
  object-position: right center;
}
.box7 .list .min-item .item .cont {
  width: 100%;
  height: 100%;
  padding: 0.5rem 0.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  background: #F5F5F5;
}
.box7 .list .min-item .item .cont .tit {
  font-size: 0.34rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.5rem;
}
.box7 .list .min-item .item .cont .tit2 {
  font-size: 0.16rem;
  font-weight: 500;
  color: #989797;
  line-height: 1.4;
  margin-bottom: 0.15rem;
}
.box7 .list .min-item .item .cont .txt {
  font-size: 0.24rem;
  font-weight: 500;
  color: #333;
  line-height: 1.25;
  padding-right: 0.75rem;
}

.box8 {
  padding: 1.8rem 0 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.box8 .bg {
  background: linear-gradient(180deg, #e1e5fd 0%, #f5f5f7 100%);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.box8 .cont {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.1rem;
}
.box8 .cont span {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
}
.box8 .cont span:first-child {
  margin-right: -0.9rem;
  
}
.box8 .cont span:last-child {
  margin-left: -1rem;
}

.box8 .cont span em{
  font-style: normal;
  background: linear-gradient(109deg, #8ae2ff 5.58%, #9c66d0 95.45%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.box8 .cont img {
  width: 3.5rem;
  z-index: 2;
}

.box9 {
  padding: 0 2.7rem 1rem;
  background: #F5F5F7;
}
.box9 > .desc {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin: 0 auto;
  margin-bottom: 0.5rem;
  text-align: center;
  max-width: 8.8rem;
}
.box9 .pic_box {
  width: 100%;
  height: 100%;
}
.box9 .pic_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box9 .list {
  margin-top: -0.5rem;
  display: flex;
  gap: 0.1rem;
}
.box9 .list .item {
  min-height: 2rem;
  flex: 1;
  border-radius: 0.16rem;
  background: rgba(211, 213, 244, 0.3);
  padding: 0.4rem 0.35rem;
}
.box9 .list .item .desc {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  align-items: flex-start;
}
.box9 .list .item .desc .tit {
  font-size: 0.24rem;
  font-weight: 600;
  line-height: 1.37;
}
.box9 .list .item .desc .txt {
  color: #666;
  font-size: 0.16rem;
  font-weight: 500;
  line-height: 1.62;
}

.box10 {
  padding: 1.6rem 2.7rem;
}
.box10 > .desc {
  margin-bottom: 1.26rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.box10 .list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.box10 .list .item {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}
.box10 .list .item .desc {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.box10 .list .item .desc .tit {
  font-size: 0.42rem;
  font-weight: 600;
  color: #333;
  padding-right: 1rem;
  line-height: 1.37;
}
.box10 .list .item .desc .txt {
  color: #333;
  font-size: 0.24rem;
  font-weight: 500;
  line-height: 1.62;
}
.box10 .list .item .desc .txt span {
  font-weight: 600;
}
.box10 .list .item .video_box {
  flex-shrink: 0;
  width: 8rem;
  height: 5.2rem;
  overflow: hidden;
  border-radius: 0.16rem;
}
.box10 .list .item .video_box video {
  transform: scale(1.5);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box10 .list .item:nth-child(even) {
  flex-direction: row-reverse;
}
.box10 .list .item:nth-child(even) .desc .txt {
  padding-right: 1.2rem;
}

.box11 {
  padding: 1.2rem 0 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.box11 .txt_linear {
  background: linear-gradient(109deg, #8AE2FF 5.58%, #9C66D0 95.45%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.box11 .bg {
  background: linear-gradient(180deg, #E1E5FD 0%, #FFF 100%);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.box11 .cont {
  display: flex;
  flex-direction: column;
}
.box11 .cont .item {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.1rem;
}
.box11 .cont .item span {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
}
.box11 .cont .item span:nth-of-type(1) {
  margin-right: -0.6rem;
}
.box11 .cont .item span:nth-of-type(2) {
  margin-right: -0.9rem;
  margin-left: -0.9rem;
}
.box11 .cont .item span:nth-of-type(3) {
  margin-left: -1.4rem;
}
.box11 .cont .item img {
  width: 3.5rem;
  z-index: 2;
  flex-shrink: 0;
}
.box11 .cont .item img:nth-of-type(1) {
  margin-top: 0.9rem;
}
.box11 .cont .item img:nth-of-type(2) {
  margin-top: -0.9rem;
}

.box13 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: auto;
}
.box13 > .list {
  padding: 0 2.7rem 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  height: 5.3rem;
}
.box13 > .list .item {
  display: flex;
  align-items: center;
  gap: 0.1rem;
}
.box13 > .list .item .desc {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  border-radius: 0 0.16rem 0.16rem 0;
  background: linear-gradient(180deg, #F9FAFE 0%, #E4E1F7 100%);
  padding: 0.4rem 0.55rem;
  box-sizing: border-box;
  flex: 1;
  height: 100%;
}
.box13 > .list .item .desc .tit {
  font-size: 0.42rem;
  font-weight: 600;
  color: #333;
  line-height: 1.37;
}
.box13 > .list .item .desc .txt {
  color: #333;
  font-size: 0.2rem;
  font-weight: 500;
  line-height: 1.62;
}
.box13 > .list .item .desc .txt span {
  font-weight: 600;
}
.box13 > .list .item .video_box {
  flex-shrink: 0;
  width: 8rem;
  height: 5.2rem;
  overflow: hidden;
  border-radius: 0.16rem 0 0 0.16rem;
}
.box13 > .list .item .video_box video {
  transform: scale(1.5);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box13 > .list .item:nth-child(even) {
  flex-direction: row-reverse;
}
.box13 .box13_sequence {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  min-height: 8rem;
}
.box13 .box13_sequence .desc {
  padding-left: 2.7rem;
  padding-right: 2.7rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  z-index: 3;
}
.box13 .box13_sequence .desc .tit {
  font-size: 0.42rem;
  font-weight: 600;
  color: #333;
  padding-right: 1rem;
  line-height: 1.37;
  text-align: center;
  margin-bottom: 0.7rem;
}
.box13 .box13_sequence .desc .list {
  display: flex;
  gap: 1.1rem;
}
.box13 .box13_sequence .desc .list .item {
  width: calc((100% - 2.2rem) / 3);
  display: flex;
  gap: 0.3rem;
  align-items: flex-start;
}
.box13 .box13_sequence .desc .list .item .icon {
  width: 0.52rem;
  height: 0.52rem;
  flex-shrink: 0;
}
.box13 .box13_sequence .desc .list .item .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.box13 .box13_sequence .desc .list .item .txt {
  font-size: 0.22rem;
  font-weight: 600;
  color: #3F3F3F;
  line-height: 1.33;
}
.box13 .box13_sequence .pic_box {
  z-index: 2;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -0.6rem;
  left: 0;
  margin: 0 auto;
}
.box13 .box13_sequence .pic_box video {
  transform: scale(1);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box13 .box13_sequence .pic_box img {
  transform: scale(1);
  width: 60%;
  height: 100%;
  object-fit: contain;
}

.box14 {
  padding: 1.6rem 2.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box14 .video_box {
  flex-shrink: 0;
  width: 100%;
  overflow: hidden;
  border-radius: 0.16rem;
}
.box14 .video_box video {
  transform: scale(1);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box14 .video_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.box15 {
  padding: 1.6rem 2.7rem;
  display: flex;
  flex-direction: column;
}
.box15 .desc {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
  margin-bottom: 0.5rem;
  text-align: center;
}
.box15 .list {
  display: flex;
  gap: 0.3rem;
  position: relative;
}
.box15 .list .item {
  width: calc((100% - 0.6rem) / 3);
  border-radius: 0.16rem;
  overflow: hidden;
  height: 6rem;
  position: relative;
}
.box15 .list .item:nth-child(1) {
  transform: translateX(0);
  z-index: 3;
}
.box15 .list .item:nth-child(2) {
  transform: translateX(0);
  z-index: 2;
}
.box15 .list .item:nth-child(3) {
  transform: translateX(0);
  z-index: 1;
}
.box15 .list .item .video_box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0.16rem;
}
.box15 .list .item .video_box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.box16 {
  padding: 0 2.7rem 1.6rem;
}
.box16 .feature {
  display: flex;
  gap: 0.1rem;
  max-height: 9.55rem;
}
.box16 .feature .col {
  width: calc((100% - 0.2rem) / 3);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.1rem;
}
.box16 .feature .col .min {
  display: flex;
  gap: 0.1rem;
}
.box16 .feature .col .min .min_item {
  width: calc((100% - 0.1rem) / 2);
}
.box16 .feature .col img {
  border-radius: 0.2rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box16 .more {
  width: fit-content;
  display: flex;
  margin: 0 auto;
  margin-top: 0.8rem;
  padding: 0.1rem 0.27rem;
  align-items: center;
}
.box16 .more .icon {
  width: 0.23rem;
  height: 0.23rem;
  margin-right: 0.09rem;
}
.box16 .more .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.box16 .more .icon img.img2 {
  display: none;
}
.box16 .more .icon img.img1 {
  display: block;
}
.box16 .more:hover .icon img.img2 {
  display: block;
}
.box16 .more:hover .icon img.img1 {
  display: none;
}

@media screen and (max-width: 1024px) {
  .box1{padding: 80px 0;}
  .box1 .video_box{display: block;width: 100%;}
  .box1 .desc{position: static;}
  .box1 .desc .tit2{font-size: 20px;}
  .box1 .desc .tit{font-size: 80px;}
  .box1 .desc .txt{font-size: 12px;}
  .box1 .desc{gap: 10px;}
  .box2{padding: 80px 0 30px 0;}
  .box2 .cont{min-width: 0;width: calc(100% - 36px);}
  .box2 .cont .txt .lf{font-size: 30px;transform: translate3d(0, 0, 0) !important;}
  .box2 .cont .txt .rg{font-size: 30px;transform: translate3d(0, 0, 0) !important;padding-left: 116px;}
  .box2 .cont .pr_box .pr2{width: 78px;right: 11px;}
  .box2 .cont .pr_box .pr1{width: 82px;left: 40px;}
  .box4{position: static!important;}
  .box4 .desc-tit{padding: 0 18px;text-align: center;}
  .box4 .desc-tit .tit{padding-right: 0;width: 100%;}
  .box4 .desc{display: none;}
  .box4 .pro_box{display: none;}
  .box4 .mimg{display: block!important;width: 100%;}
  .box5{padding: 20px 18px;}
  .box5 .card{display: block;}
  .box5 .card .lf{width: 100%;margin-bottom: 5px;}
  .box5 .card .rg .top .cont{padding: 23px 16px;}
  .box5 .card .rg .top .cont .tit{font-size: 14px;}
  .box5 .card .rg .top .cont .desc .btxt{font-size: 12px;}
  .box5 .card .rg{width: 100%;gap:5px;}
  .box5 .card .rg .bottom .cont{padding: 26px 11px;}
  .box5 .card .rg .bottom .cont .tit3{font-size: 14px;}
  .box5 .card .rg .bottom .cont .tit_txt{font-size: 12px;}
  .box5 .card .rg .bottom .item{height: 65.6vw;}

  .box6{padding: 50px 18px 70px 18px;}
  .box6 .tit1{font-size: 23px;margin-bottom: 33px;}
  .box6 .list{flex-wrap: wrap;gap: 10px;}
  .box6 .list .item{width: 100%;height: 43.73vw;}
  .box6 .list .item img{display: none;}
  .box6 .list .item img.mimg{display: block!important;}

  .box7{padding-bottom: 70px;}
  .box7 .desc{padding: 0 18px;}
  .box7 .desc{margin-bottom: 22px;}
  .tit_h1{font-size: 23px;}
  .h1_txt{text-align: center;font-size: 12px;}
  .box7 .list{padding: 0 18px;gap: 5px;}
  .box7 .list .big_item{display: block;width: 100%;height: auto;}
  .box7 .list .big_item .video_box{width: 100%;height: 56.53vw;}
  .box7 .list .big_item .cont{width: 100%;padding: 28px 17px 24px 17px;}
  .box7 .list .big_item .cont .tit{font-size: 17px;margin-bottom: 22px;}
  .box7 .list .big_item .cont .tit2{font-size: 12px;margin-bottom: 4px;}
  .box7 .list .big_item .cont .txt{font-size: 12px;}
  .box7 .list .min-item{gap: 5px;flex-wrap: wrap;}
  .box7 .list .min-item .item{width: 100%;}
  .box7 .list .min-item .item .cont{padding: 28px 17px 24px 17px;}
  .box7 .list .min-item .item .cont .tit{font-size: 17px;margin-bottom: 22px;}
  .box7 .list .min-item .item .cont .tit2{font-size: 12px;margin-bottom: 4px;}
  .box7 .list .min-item .item .cont .txt{padding-right: 0;font-size: 12px;}

  .box8{padding: 70px 0 30px 0;}
  .box8 .cont span{font-size: 23px;}
  .box8 .cont span:last-child{margin-left: -20px;}
  .box8 .cont img{width: 100px;}
  .box9{padding: 0 18px 70px 18px;}
  .box9 .list{flex-wrap: wrap;gap: 10px;margin-top: 10px;}
  .box9 .list .item{width: 100%;flex: none;padding: 18px 22px;min-height: 0;}
  .box9 .list .item .desc .tit{font-size: 14px;}
  .box9 .list .item .desc .txt{font-size: 12px;}

  .box10{padding: 70px 18px;}
  .box10 > .desc{margin-bottom: 30px;}
  .box10 .list .item{display: block;}
  .box10 .list .item .video_box{margin-bottom: 23px;width: 100%;height: auto;}
  .box10 .list .item .desc{gap: 10px;}
  .box10 .list{gap: 30px;}
  .box10 .list .item .desc .tit{padding-right: 0;font-size: 17px;}
  .box10 .list .item .desc .txt{font-size: 12px;}
  .box11 .cont .item span:nth-of-type(2){margin-right: 0.3rem;margin-left: -0.6rem;}
  .box11 .cont .item img{width: 80px;}
  .box11{padding: 70px 18px 0 18px;}
  .box11 .cont .item img:nth-of-type(1){margin-top: -0.4rem;}
  .box11 .cont .item img:nth-of-type(2){    margin-top: -0.4rem;transform: translateX(-0.7rem);}
  .box11 .cont .item span{font-size: 23px;}
  .box13{gap: 50px;}
  .box13 > .list{padding: 30px 18px;height: auto;}
  .box13 > .list .item{flex-wrap: wrap;gap: 5px;}
  .box13 > .list .item .video_box{width: 100%;height: auto;}
  .box13 > .list .item .desc{padding: 28px 16px;}
  .box13 > .list .item .desc .tit{font-size: 17px;}
  .box13 > .list .item .desc .txt{font-size: 12px;}
  .box13 .box13_sequence .desc{padding: 0 18px;}
  .box13 .box13_sequence .desc{gap: 0;}
  .box13 .box13_sequence .desc .tit{font-size: 23px;text-align: center;margin-bottom: 52px;padding-right: 0;}
  .box13 .box13_sequence .pic_box img{width: 100%;}
  .box13 .box13_sequence .pic_box{position: static;margin-top: 30px;}
  .box13 .box13_sequence .desc .list{flex-wrap: wrap;gap: 30px;}
  .box13 .box13_sequence .desc .list .item{width: 100%;}

  .box15{padding: 50px 18px 25px 18px;}
  .tit1{font-size: 23px;}
  .box15 .list{gap: 7px;}
  .box15 .list .item{width: 100%;height: 39.33vw;}
  .box16{padding: 0 18px 70px 18px;}
  .box1 .desc .btn .btn_item:nth-child(1){display: none;}
}

/*# sourceMappingURL=s30.css.map */
