

html {
  font-size: calc(100vw/19.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scrollbar-width: thin;
}
@media (min-width: 1901px) {
  html {
    font-size: 100px;
  }
}
@media (max-width: 1580px) {
  html {
    font-size: calc(100vw / 21);
  }
}
@media (max-width:1280px) {
  html {
    font-size: calc(100vw / 19.3);
  }
}
@media (max-width: 767px) {
  html {
    font-size: calc(100vw/15);
  }
}
@media (max-width:480px) {
  html {
    font-size: calc(100vw/7.5);
  }
}
.text-blue {
    background: linear-gradient(118deg, var(--color1) 0%, var(--color2) 99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
.monitor-power {
    margin-top: 0;
    padding-top: 0.98rem;
}
.cases-page .list .item .item-box .text-box .text-body{ color:  #000000; }
.curun{ cursor: unset;}
.cases-page .list .item .item-box { cursor: unset; }
.cases-page .list .item .item-box[href] { cursor: pointer !important; }
@media (max-width:990px) {
    .contact-us .tab-box .title2, .contact-us .tab-box .address-title {
        display: block !important;
    }
    .contact-us .map-content{
        flex-direction: column-reverse;
        display: flex;
    }
    .contact-us .map-content .map-left {
        margin-top: 20px;
    }
    .downloadcenter-page .down-list .down-wrap{
        width: calc(50% - 0.2rem) !important;
    }
    .ins_procuct2_28_3 .center_box .box_info .swiper_box { overflow: unset !important; }
    .ins_procuct2_28_3 .center_box .box_info .swiper_box ul li .centerInfo .images.pbig { transform: scale(1.2); }
    .ins_procuct2_28_3 .center_box .box_info .swiper_box ul li .centerInfo .images.pbig  .pb { padding-bottom: 93% !important; } 
}

.cases-page .list .item .item-box .text-box .btn-container2 .more-primary{ opacity: 0.7; }
#hi-video-pop .hi-video-box .hi-video-wrap video { max-width: 100%; max-height: 100%; }
#hi-video-pop .hi-video-box .hi-video-wrap { display: flex; align-items: center; justify-content: center; }

#hi-video-pop .hi-video-box .hi-video-wrap iframe { 
        width: 100%;
    height: 8rem;
    
}
#hi-video-pop .hi-video-box .hi-video-wrap iframe video{
    width: 100%;
    height: 100%!important;
}





.downloadcenter-page .down-list { display: flex;  width: 100%; gap: 0.25rem; margin: 0; }
.downloadcenter-page .down-list .down-wrap { flex: unset; width: calc(20% - 0.2rem); max-width: 100%;  margin: 0; margin-top: 0.5rem; }
.downloadcenter-page .down-list .down-wrap .down-block .content-wrap .wrap ,
.downloadcenter-page .down-list .down-wrap .down-block .content-wrap  { position: relative; top: unset; }
.downloadcenter-page .down-list .down-wrap .down-block { display: flex; justify-content: center; text-align: center; padding-top: 0 !important; }
.downloadcenter-page .down-list .down-wrap .down-block .content-wrap .wrap { padding: 0.3rem 0.2rem !important;  }
.downloadcenter-page .down-list .down-wrap .down-block .content-wrap { width: 100%; }
.downloadcenter-page .down-list .down-wrap .down-block .content-wrap .wrap img { width: 0.6rem; } 




/* ------------------------------------------------------------------- 文本弹窗 */
.popup_text {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background: #000000b0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 20px;
  --tetx_width: 80%;
  --text_height: 80vh;
  --paddingX: 0.5rem;
  --paddingY: 0.5rem;
  --color: #c9c9c9;
}
.popup_text .text_box {
  max-width: var(--tetx_width);
  max-height: var(--text_height);
  width: 100%;
  height: auto;
  background-color: #ffffff;
  border-radius: 0.2rem;
  padding: var(--paddingX) var(--paddingY);
  position: relative;
  z-index: 1;
  background-size: cover;
  overflow: auto;
}
.popup_text .text_box .icon_colse {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 0rem;
  right: 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.popup_text .text_box .icon_colse i {
  width: 0;
  height: 0;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.popup_text .text_box .icon_colse i::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 0.25rem;
  background: #000000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: rotate(45deg);
}
.popup_text .text_box .icon_colse i::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 0.25rem;
  background: #000000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: rotate(-45deg);
}
.popup_text .text_box .icon_colse:hover i {
  transform: rotate(360deg);
}
.popup_text.active {
  opacity: 1;
  visibility: visible;
}

.popup_text .text_box .title { text-align: center; font-weight: 700; } 
.popup_text .text_box .item_box { width: 100%; height: auto; 
/*display: grid; grid-template-columns: repeat(5, 1fr); */
display: flex; justify-content: center;
gap: 0.2rem; margin-top: 0.3rem; }
.popup_text .text_box .item_box .item { width: 100%; max-width: 25%; height: auto; background: #FFFFFF; border: 1px solid #979797; padding: 0.5rem 0.2rem; 
     display: flex; flex-direction: column; align-items: center;
}

.popup_text .text_box .item_box .item .icon { width: 0.6rem; }
.popup_text .text_box .item_box .item .t1 { margin-top: 0.12rem; }
.popup_text .text_box .item_box .item .t2 { margin-top: 0.12rem; }
.popup_text .text_box .item_box .item .downBtn { margin-top: 0.3rem; }

.popup_text .text_box .item_box .item .downBtn {
  display: inline-block;
  width: 1rem;
  min-width: 60px;
  height: 0.3rem;
  min-height: 25px;
  border-radius: 60px;
  margin: auto;
  margin-top: 0.2rem;
  color: #487FF8;
  border: 1px solid #487FF8;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.popup_text .text_box .item_box .item .downBtn:hover {
  color: #fff;
  border: 1px solid #487FF8;
  background: #487FF8;
}




@media (max-width:990px) {
  .popup_text {
    --tetx_width: 100%;
  }
  .popup_text .text_box .item_box {    display: grid;   grid-template-columns: repeat(2, 1fr); }
  .popup_text .text_box .item_box .item{ max-width: 100%; }
}



/* 比例 */
.pb {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  z-index: 5;
  overflow: hidden;
}
.ab {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  text-align: center;
  overflow: hidden;
}
.newPro {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  background: #F0F2F5;
}
.new_productCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top:  .44rem;
  padding-bottom: 2.84rem;
  background: #FFF;
}
.new_productCon1 .centerbox {
  width: 100%;
  height: auto;
}
.new_productCon1 .content1 {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-left: 10%;
  padding-right: 10%;
}
.new_productCon1 .content1 .imagesBox {
  width: 50%;
  height: auto;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.new_productCon1 .content1 .imagesBox .item_box {
  width: 13%;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 0.28rem;
}
.new_productCon1 .content1 .imagesBox .item_box .item {
  width: 100%;
  height: auto;
  background: #FFFFFF;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
}
.new_productCon1 .content1 .imagesBox .item_box .item .pb .ab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.new_productCon1 .content1 .imagesBox .item_box .item .pb .ab img {
  width: auto;
  height: auto;
  max-width: 80%;
}
.new_productCon1 .content1 .imagesBox .item_box .item::after {
  content: '';
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid #000;
  z-index: 10;
  opacity: 0;
}
.new_productCon1 .content1 .imagesBox .item_box .item.active::after {
  opacity: 1;
}
.new_productCon1 .content1 .imagesBox .imgBox {
  width: 80.5%;
  height: auto;
  background: #FFFFFF;
}
.new_productCon1 .content1 .imagesBox .imgBox .pb {
  padding-bottom: 63.5%;
}
.new_productCon1 .content1 .imagesBox .imgBox .pb .ab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.new_productCon1 .content1 .imagesBox .imgBox .pb .ab img {
  width: 100%;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  max-width: 80%;
}
.new_productCon1 .content1 .imagesBox .imgBox .pb .ab .active {
  opacity: 1;
}
.new_productCon1 .content1 .wordBox {
  width: 46%;
  height: auto;
}
.new_productCon1 .content1 .wordBox .t1 {
  font-weight: 600;
  color: #000000;
  font-size: var(--font40) !important;
}
.new_productCon1 .content1 .wordBox .t2 {
  width: 100%;
  height: auto;
  margin-top: 0.48rem;
  line-height: 2.14;
  color: #000000;
  font-size: var(--font22) !important;
}
.new_productCon1 .content1 .wordBox .butBox {
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.new_productCon1 .content1 .wordBox .butBox .moreB {
  width: 1.6rem;
  height: 0.5rem;
  min-height: 38px;
  background: #131313;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: var(--font18);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.new_productCon1 .content1 .wordBox .butBox .moreB:hover {
  background: var(--color-active);
}
.new_productCon1 .content2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  /*margin-top: 2rem;*/
  max-width: 100%;
  padding: 0 10% !important;
}
.new_productCon1 .content2 .item_box {
  width: fit-content;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  color: #FFF;
  border-radius: 0.08rem 0.08rem 0 0;
  padding-bottom: 0.2rem;
}
.new_productCon1 .content2 .item_box .item {
  padding: 0.15rem 0.3rem;
  line-height: 1.05;
  font-size: var(--font24);
  position: relative;
  z-index: 1;
  cursor: pointer;
  color: #ffffff78;
}
.new_productCon1 .content2 .item_box .item::after {
  content: '';
  position: absolute;
  right: 0;
  width: 2px;
  height: 0.3rem;
  background: #FFF;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0.6;
}
.new_productCon1 .content2 .item_box .item:last-child::after {
  display: none;
}
.new_productCon1 .content2 .item_box .item.active {
  color: #FFFFFF;
}
.new_productCon1 .content2 .wordBox {
  width: 100%;
  height: auto;
  border-radius: 0.08rem;
  overflow: hidden;
  background: #F6F6F6;
  padding: 0.45rem 0 0.86rem 0;
  margin-top: -0.2rem;
  display: none;
}
.new_productCon1 .content2 .wordBox .title {
  width: 100%;
  height: auto;
  text-align: center;
  font-weight: 700;
  font-size: var(--font34);
}
.new_productCon1 .content2 .wordBox .conBox {
  width: 100%;
  height: auto;
  padding: 0 0.96rem;
  margin-top: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 0.64rem;
}
.new_productCon1 .content2 .wordBox .conBox .listBox {
  width: 12%;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
  padding-top: 0.45rem;
}
.new_productCon1 .content2 .wordBox .conBox .listBox .list {
  font-weight: 600;
  font-size: var(--font26);
  color: #c2c2c2;
  cursor: pointer;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.new_productCon1 .content2 .wordBox .conBox .listBox .list span {
  font-size: var(--font24); 
}
.new_productCon1 .content2 .wordBox .conBox .listBox .list.active {
  color: #000000;
}
.new_productCon1 .content2 .wordBox .conBox .infoBox1 {
  width: 100%;
  height: auto;
  background: #FFFFFF;
  border-radius: 0.08rem;
}
.new_productCon1 .content2 .wordBox .conBox .infoBox1 .wordInfo {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  display: none;
  padding: 0.4rem 0.7rem;
  padding-bottom: 0.7rem;
}
.new_productCon1 .content2 .wordBox .conBox .infoBox1 .wordInfo.active {
  display: block !important;
}
.new_productCon1 .content2 .wordBox .conBox .infoBox1 .wordInfo .sub {
  width: 100%;
  height: auto;
  padding-bottom: 0.14rem;
  position: relative;
  z-index: 1;
  font-weight: 600;
  font-size: var(--font22);
}
.new_productCon1 .content2 .wordBox .conBox .infoBox1 .wordInfo .sub::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #CBCBCB;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.new_productCon1 .content2 .wordBox .conBox .infoBox1 .wordInfo .ulB {
  width: 100%;
  height: auto;
  margin-top: 0.35rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 0.25rem;
  max-height: 260px;
  overflow: auto;
}
.new_productCon1 .content2 .wordBox .conBox .infoBox1 .wordInfo .ulB .liB {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: var(--font18);
  color: #373737;
  gap: 0.3rem;
}
.new_productCon1 .content2 .wordBox .conBox .infoBox1 .wordInfo .ulB .liB .af {
  width: 38%;
  flex-shrink: 0;
}
.new_productCon1 .content2 .wordBox .conBox .infoBox1 .wordInfo .inBOx + .inBOx {
  width: 100%;
  height: auto;
  margin-top: 0.75rem;
}
.new_productCon1 .content2 .wordBox.active {
  display: block !important;
}
@media (max-width:990px) {
  .new_productCon1 .content1 {
    width: 100%;
    height: auto;
    padding: 0 20px;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .new_productCon1 .content1 .imagesBox {
    width: 100%;
    height: auto;
    gap: 0.2rem;
  }
  .new_productCon1 .content1 .imagesBox .item_box .item {
    width: 0.8rem;
  }
  .new_productCon1 .content1 .imagesBox .imgBox {
    width: 100%;
    height: auto;
  }
  .new_productCon1 .content1 .wordBox {
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
  }
  .new_productCon1 .content2 .wordBox .conBox {
    padding: 0 20px;
  }
  .new_productCon1 .content2 .wordBox .conBox .listBox {
    display: none;
  }
  .new_productCon1 .content2 .wordBox .conBox .infoBox1 {
    background: none;
  }
  .new_productCon1 .content2 .wordBox .conBox .infoBox1 .wordInfo {
    padding: 0.6rem 0.2rem;
    display: block !important;
    background: #FFFFFF;
    border-radius: 0.15rem;
    overflow: hidden;
  }
  .new_productCon1 .content2 .wordBox .conBox .infoBox1 .wordInfo .subtt {
    font-weight: 600;
    padding-bottom: 0.4rem;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-left: 15px;
  }
  .new_productCon1 .content2 .wordBox .conBox .infoBox1 .wordInfo .subtt::after {
    content: '';
    position: absolute;
    width: 0.1rem;
    height: 0.1rem;
    background: #000;
    -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
    left: 0;
    border-radius: 50%;
  }
  .new_productCon1 .content2 .wordBox .conBox .infoBox1 .wordInfo .sub {
    font-size: var(--font22);
  }
  .new_productCon1 .content2 .wordBox .conBox .infoBox1 .wordInfo .ulB .liB {
    font-size: var(--font20);
  }
  .new_productCon1 .content2 .wordBox .conBox .infoBox1 .wordInfo + .wordInfo {
    margin-top: 0.3rem;
  }
  .new_productCon1 .content2{ padding: 0 20px !important; }
}



.w1654 {
  width: 86.1458%;
}
.center_box {
  z-index: 5;
}
.imgW100 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.imgW100 img {
  width: 100%;
  height: auto;
}
.ins_pCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_pCon1 .center_box {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ins_pCon1 .center_box .word {
  width: 100%;
  height: auto;
  margin-top: 0.1rem;
  text-align: center;
}
.ins_pCon1 .center_box .word .t1 {
  font-weight: 600;
}
.ins_pCon1 .center_box .word .t2 {
  margin-top: 0.1rem;
  color: #1F2329;
  opacity: 0.8;
}
@media (max-width:750px) {
  .ins_pCon1 .center_box .img {
    max-width: 80%;
  }
}
.ins_pCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_pCon2 .center_box {
  width: 100%;
  height: auto;
  position: absolute;
  top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ins_pCon2 .center_box .word {
  width: 100%;
  height: auto;
  text-align: center;
}
.ins_pCon2 .center_box .word .t1 {
  font-weight: 600;
}
.ins_pCon2 .center_box .word .t2 {
  margin-top: 0.28rem;
  color: #1F2329;
  opacity: 0.8;
}
.ins_pCon3 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-left: 12.5%;
  padding-right: 6.92%;
  background: #F7F9FF;
  padding-top: 1rem;
  padding-bottom: 1.8rem;
}
.ins_pCon3 .title {
  width: 100%;
  height: auto;
  text-align: center;
  font-weight: 600;
}
.ins_pCon3 .center_box {
  width: 100%;
  height: auto;
  margin-top: 1.62rem;
}
.ins_pCon3 .center_box .box_info {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ins_pCon3 .center_box .box_info .item_box {
  width: 27.8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 0.45rem;
}
.ins_pCon3 .center_box .box_info .item_box .item {
  width: 100%;
  height: auto;
}
.ins_pCon3 .center_box .box_info .item_box .item .top {
  width: 100%;
  height: auto;
  padding-left: 0.47rem;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_pCon3 .center_box .box_info .item_box .item .top::after {
  content: '';
  position: absolute;
  left: 0;
  width: 0.32rem;
  height: 0.32rem;
  background: url(../images/za15.png);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: rotate(90deg);
  filter: brightness(0) invert(0);
}
.ins_pCon3 .center_box .box_info .item_box .item .bot {
  width: 100%;
  height: auto;
  padding-left: 0.47rem;
  margin-top: 0.2rem;
  color: #1F2329;
  /*font-weight: 300;*/
  display: none;
}
.ins_pCon3 .center_box .box_info .item_box .item.active .top {
  color: #336DF4;
  font-weight: 600;
}
.ins_pCon3 .center_box .box_info .item_box .item.active .top::after {
  transform: rotate(0);
  filter: unset;
}
.ins_pCon3 .center_box .box_info .swiper_box {
  width: 69.7%;
}
.ins_pCon3 .center_box .box_info .swiper_box ul li {
  width: 100%;
  height: auto;
}
.ins_pCon3 .center_box .box_info .swiper_box ul li .centerInfo {
  width: 100%;
  height: auto;
}
.ins_pCon3 .center_box .box_info .swiper_box ul li .centerInfo .images {
  width: 100%;
  height: auto;
}
.ins_pCon3 .center_box .box_info .swiper_box ul li .centerInfo .images .pb {
  padding-bottom: 52%;
}
.ins_pCon3 .center_box .box_info .swiper_box ul li .centerInfo .images .pb .ab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_pCon3 .center_box .box_info .swiper_box ul li .centerInfo .word {
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
  text-align: center;
}
.ins_pCon3 .center_box .box_info .swiper_box ul li .centerInfo .word .t2 {
  width: 100%;
  height: auto;
  margin-top: 0.12rem;
  color: #1F2329;
}
.ins_pCon3 .center_box .idxPageHide {
  margin-top: 0.8rem;
  gap: 0.2rem;
  display: none;
}
.ins_pCon3 .center_box .idxPageHide span {
  width: 8px;
  height: 8px;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_pCon3 .center_box .idxPageHide .swiper-pagination-bullet-active {
  width: 25px;
  background: #336DF4;
}
@media (max-width:990px) {
  .ins_pCon3 {
    width: 100%;
    height: auto;
    padding: 1.28rem 0 !important;
  }
  .ins_pCon3 .center_box {
    width: 100%;
    height: auto;
    margin-top: 0.75rem;
  }
  .ins_pCon3 .center_box .box_info .item_box {
    display: none;
  }
  .ins_pCon3 .center_box .box_info .swiper_box {
    width: 100%;
    height: auto;
    padding: 0 10px;
  }
  .ins_pCon3 .center_box .box_info .swiper_box ul li .centerInfo .images .pb {
    padding-bottom: 62%;
  }
  .ins_pCon3 .center_box .idxPageHide {
    display: flex !important;
  }
}
.ins_pCon4 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_pCon4 .center_box {
  width: 100%;
  height: 100%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 12.5%;
}
.ins_pCon4 .center_box .word {
  width: 31%;
  height: auto;
}
.ins_pCon4 .center_box .word .t1 {
  font-weight: 600;
}
.ins_pCon4 .center_box .word .t2 {
  margin-top: 0.34rem;
  color: #1F2329;
  opacity: 0.8;
}
.ins_pCon4 .center_box .word .list {
  width: 100%;
  height: auto;
  margin-top: 0.34rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.8rem;
}
.ins_pCon4 .center_box .word .list .one {
  width: fit-content;
}
.ins_pCon4 .center_box .word .list .one .t3 {
  color: #336DF4;
  font-weight: 600;
}
.ins_pCon4 .center_box .word .list .one .t4 {
  color: #1E232A;
}
@media (max-width:990px) {
  .ins_pCon4 .center_box {
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    text-align: center;
    top: 1rem;
  }
  .ins_pCon4 .center_box * {
    text-align: center;
  }
  .ins_pCon4 .center_box .word {
    width: 80%;
    height: auto;
  }
  .ins_pCon4 .center_box .word .list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .ins_pCon4 .center_box .word .list .one .t3 {
    font-size: var(--font38);
  }
}
.ins_pCon5 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_pCon5 .center_box {
  width: 100%;
  height: 100%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  padding-right: 12.5%;
}
.ins_pCon5 .center_box .word {
  width: fit-content;
  max-width: 42%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  text-align: end;
}
.ins_pCon5 .center_box .word .t1 {
  font-weight: 600;
}
.ins_pCon5 .center_box .word .t2 {
  margin-top: 0.34rem;
  color: #1F2329;
  opacity: 0.8;
}
.ins_pCon5 .center_box .word .list {
  width: 100%;
  height: auto;
  margin-top: 0.34rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  gap: 0.8rem;
}
.ins_pCon5 .center_box .word .list .one {
  width: fit-content;
}
.ins_pCon5 .center_box .word .list .one .t3 {
  color: #336DF4;
  font-weight: 600;
}
.ins_pCon5 .center_box .word .list .one .t4 {
  color: #1E232A;
}
@media (max-width:990px) {
  .ins_pCon5 .center_box {
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    text-align: center;
    top: 1rem;
  }
  .ins_pCon5 .center_box * {
    text-align: center;
  }
  .ins_pCon5 .center_box .word {
    width: 100%;
    height: auto;
    max-width: unset;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .ins_pCon5 .center_box .word .t1 {
    max-width: 80%;
  }
  .ins_pCon5 .center_box .word .t2 {
    max-width: 80%;
  }
  .ins_pCon5 .center_box .word .list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .ins_pCon5 .center_box .word .list .one .t3 {
    font-size: var(--font38);
  }
}

.center_box { z-index: 5; }
.ins_pCon2 .center_box .word .t2 p { text-align: center; } 

.ins_pCon3 .center_box .box_info .item_box .item .top { width: fit-content; border-radius: 0.08rem; line-height: 1;  }
.ins_pCon3 .center_box .box_info .item_box .item.active .top { box-shadow: 0 0 10px 3px #D4DBF261; padding: 0.12rem 0.1rem; padding-left: 0.47rem; }
.ins_pCon3 .center_box .box_info .swiper_box{ overflow: hidden; }
.ins_pCon1 .center_box .img img {     width: 4.66rem; }

.ins_pCon3 .center_box .box_info .item_box .item .top::after { background-size: 100%; }


.news-details .text-center p { display: flex; }
.news-details .text-center p *{ display: contents; }
.news-details .text-center p img,.news-details .text-center img{ display:block }





/* ----------------------------------------------------------------------  */
/* ----------------------------------------------------------------------  */
/* ----------------------------------------------------------------------  */
/* ----------------------------------------------------------------------  */
/* ----------------------------------------------------------------------  */
/* ----------------------------------------------------------------------  */
/* ----------------------------------------------------------------------  */
/* ----------------------------------------------------------------------  */
/* ----------------------------------------------------------------------  */
/* ----------------------------------------------------------------------  */
/* ----------------------------------------------------------------------  */
/* --------------------------------------121212121212121--------------------------------  */
.w1360_w {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
}
@media (max-width:1920px) {
  .w1360_w {
    max-width: 70.83333333%;
  }
}
@media (max-width:990px) {
  .w1360_w {
    max-width: 100%;
    padding: 0 0.6rem;
  }
}
.w1440_w {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width:1920px) {
  .w1440_w {
    max-width: 75%;
  }
}
@media (max-width:990px) {
  .w1440_w {
    max-width: 100%;
    padding: 0 0.5rem;
  }
}
.tec {
  text-align: center;
}
.tec p {
  text-align: center;
}
/* 比例 */
.pb {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  z-index: 5;
  overflow: hidden;
}
.ab {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  text-align: center;
  overflow: hidden;
}
img,
video {
  max-width: 100%;
  max-height: 100%;
}
.img_bg100 {
  width: 100%;
  height: auto;
}
.img_bg100 img {
  width: 100%;
  height: auto;
}
.ins_t28 {
  width: 100%;
  height: auto;
}
.ins_t28 .t1 {
  font-weight: 600;
}
@media (max-width:990px) {
  .font56 {
    font-size: var(--font48);
  }
}
.ins_m228 {
  width: 100%;
  height: auto;
}
.ins_m228 .more {
  width: fit-content;
  padding: 0.08rem 0.24rem;
  background: #000;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: var(--font26);
  line-height: 1.5;
  border-radius: 0.08rem;
}
.wtec p {
  display: contents;
}
@media (max-width:990px) {
  .wtec p {
    display: block;
  }
}
.ins_procuct2_28_1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_procuct2_28_1 .center_box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_procuct2_28_1 .center_box .word {
  width: 50%;
}
.ins_procuct2_28_1 .center_box .word .icon {
  width: 0.74rem;
}
.ins_procuct2_28_1 .center_box .word .ins_t28 {
  width: 100%;
  height: auto;
  margin-top: 0.27rem;
  line-height: 1.3;
  font-weight: 600;
}
.ins_procuct2_28_1 .center_box .word .t2 {
  width: 100%;
  height: auto;
  margin-top: 0.05rem;
  color: #5A5A5A;
}
.ins_procuct2_28_1 .center_box .word .ins_m228 {
  width: 100%;
  height: auto;
  margin-top: 0.87rem;
}
@media (max-width:990px) {
    
.ins_procuct2_28_1 .center_box {
    align-items: start;
    padding-top: 1rem;
}
  .ins_procuct2_28_1 .center_box .word {
    width: 100%;
    height: auto;
    left: unset;
    top: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .ins_procuct2_28_1 .center_box .word * {
    text-align: center;
  }
  .ins_procuct2_28_1 .center_box .word .ins_m228 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .ins_procuct2_28_1 .center_box .word .ins_m228 .more {
    padding: 0.2rem 0.8rem;
    font-size: var(--font25);
    line-height: 1;
  }
}
.ins_procuct2_28_2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 1rem;
  padding-bottom: 1.4rem;
  background: url(../images/2-28/z2.jpg);
  background-size: cover !important;
  background-position: left center !important;
}
.ins_procuct2_28_2 .center_box {
  width: 100%;
  height: auto;
}
.ins_procuct2_28_2 .center_box .video_box {
  width: 100%;
  height: auto;
  margin-top: 1rem;
}
.ins_procuct2_28_2 .center_box .video_box video {
  width: 100%;
  height: auto;
}
.ins_more28 {
  width: 100%;
  height: auto;
  margin-top: 0.45rem;
  color: #336DF4;
  padding-left: 0.4rem;
}
.ins_more28 .more {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.1rem;
  line-height: 1.33;
  color: #336DF4;
  /*font-weight: 600;*/
  padding-left: 0.33rem;
}
.ins_more28 .more i {
  font-size: 12px;
  transform: translateY(-1px);
}
.ins_m228_2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_m228_2 .more {
  width: fit-content;
  height: 40px;
  padding: 0 0.55rem;
  font-size: var(--font28);
  background: #3D6FF6;
  border-radius: 100px;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  line-height: 1;
}
.ins_procuct2_28_3 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: 1rem;
  padding-bottom: 2.2rem;
  background: #f9fbff;
}
.ins_procuct2_28_3 .center_box {
  width: 100%;
  height: auto;
}
.ins_procuct2_28_3 .center_box .title {
  width: 100%;
  height: auto;
  text-align: center;
  font-weight: 600;
}
.ins_procuct2_28_3 .center_box .box_info {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 1.15rem;
}
.ins_procuct2_28_3 .center_box .box_info .left_box {
  width: 41.8%;
  height: auto;
}
.ins_procuct2_28_3 .center_box .box_info .item_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 0.45rem;
}
.ins_procuct2_28_3 .center_box .box_info .item_box .item {
  width: 100%;
  height: auto;
}
.ins_procuct2_28_3 .center_box .box_info .item_box .item .top {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.14rem;
  cursor: pointer;
  /*-webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);*/
  /*-o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);*/
  /*transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);*/
  padding: 0rem 0.33rem;
  border-radius: 0.1rem;
  font-size: var(--font28);
}
.ins_procuct2_28_3 .center_box .box_info .item_box .item .top img {
  width: 0.2rem;
  filter: brightness(0) invert(0.5);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: rotate(-90deg);
}
.ins_procuct2_28_3 .center_box .box_info .item_box .item .bot {
  width: 100%;
  height: 4em !important;
  padding-left: 0.4rem;
  margin-top: 0.3rem;
  color: #00000080;
  font-weight: 300;
  display: none;
}
.ins_procuct2_28_3 .center_box .box_info .item_box .item .bot .t0 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-left: 0.26rem;
  font-weight: 400;
}
.ins_procuct2_28_3 .center_box .box_info .item_box .item .bot .t0::after {
  content: '';
  position: absolute;
  width: 2px;
  top: 0;
  left: 0;
  height: 100%;
  background: #3D6FF6;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_procuct2_28_3 .center_box .box_info .item_box .item.active .top {
  color: #336DF4;
  background: linear-gradient(0deg, rgba(133, 174, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 4px 7px 10px 2px rgba(215, 227, 255, 0.5), inset 2px -2px 2px 2px #FFFFFF, inset 0px 0px 2px 2px rgba(94, 151, 255, 0.11);
  padding: 0.25rem 0.33rem;
  padding-right: 0.2rem;
  font-size: var(--font36);
  font-weight: 600;
}
.ins_procuct2_28_3 .center_box .box_info .item_box .item.active .top img {
  filter: unset;
  transform: rotate(0deg);
}
.ins_procuct2_28_3 .center_box .box_info .item_box .item.active .top::after {
  transform: rotate(0);
  filter: unset;
}
.ins_procuct2_28_3 .center_box .box_info .swiper_box {
  width: 53%;
  overflow: hidden;
}
.ins_procuct2_28_3 .center_box .box_info .swiper_box ul li {
  width: 100%;
  height: auto;
}
.ins_procuct2_28_3 .center_box .box_info .swiper_box ul li .centerInfo {
  width: 100%;
  height: auto;
}
.ins_procuct2_28_3 .center_box .box_info .swiper_box ul li .centerInfo .images {
  width: 100%;
  height: auto;
}
.ins_procuct2_28_3 .center_box .box_info .swiper_box ul li .centerInfo .images .pb {
  padding-bottom: 69%;
}
.ins_procuct2_28_3 .center_box .box_info .swiper_box ul li .centerInfo .images .pb .ab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_procuct2_28_3 .center_box .box_info .swiper_box ul li .centerInfo .word {
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
  text-align: center;
}
.ins_procuct2_28_3 .center_box .box_info .swiper_box ul li .centerInfo .word .t2 {
  width: 100%;
  height: auto;
  margin-top: 0.12rem;
  color: #1F2329;
}
.ins_procuct2_28_3 .center_box .idxPageHide {
  margin-top: 0.8rem;
  gap: 0.2rem;
  display: none;
}
.ins_procuct2_28_3 .center_box .idxPageHide span {
  width: 8px;
  height: 8px;
  border-radius: 100px;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_procuct2_28_3 .center_box .idxPageHide .swiper-pagination-bullet-active {
  width: 25px;
  background: #336DF4;
}
.ins_procuct2_28_3.bgnone {
  background: #FFF;
}
@media (max-width:990px) {
  .ins_procuct2_28_3 {
    width: 100%;
    height: auto;
    padding: 1.28rem 0 !important;
  }
  .ins_procuct2_28_3 .center_box {
    width: 100%;
    height: auto;
    /*margin-top: 0.75rem;*/
  }
  .ins_procuct2_28_3 .center_box .box_info .item_box .item .top {
      transition: unset !important; 
  }
  .ins_procuct2_28_3 .center_box .box_info {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
  }
  .ins_procuct2_28_3 .center_box .box_info .left_box {
    width: 100%;
    height: auto;
  }
  .ins_procuct2_28_3 .center_box .box_info .left_box .item_box {
    width: 100%;
    height: auto;
  }
  .ins_procuct2_28_3 .center_box .box_info .swiper_box {
    width: 100%;
    height: auto;
    padding: 0 10px;
    /*display: none;*/
  }
  .ins_procuct2_28_3 .center_box .box_info .swiper_box ul li .centerInfo .images .pb {
    padding-bottom: 62%;
  }
  .ins_procuct2_28_3 .center_box .idxPageHide {
    display: none;
  }
}
.ins_procuct2_28_4 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding: 1rem 0;
  background: #FFF;
}
.ins_procuct2_28_4 .center_box {
  width: 100%;
  height: auto;
}
.ins_procuct2_28_4 .center_box .item_box {
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.32rem;
}
.ins_procuct2_28_4 .center_box .item_box .item {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  background: #f8fbfe;
  border-radius: 0.2rem;
  overflow: hidden;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_procuct2_28_4 .center_box .item_box .item .img_bg {
  width: 100%;
  height: auto;
}
.ins_procuct2_28_4 .center_box .item_box .item .word {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  padding: 0.3rem;
  text-align: center;
}
.ins_procuct2_28_4 .center_box .item_box .item .word .t1 {
  color: #3D6FF6;
  font-weight: 600;
}
.ins_procuct2_28_4 .center_box .item_box .item .word .t2 {
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
  line-height: 2;
}
.ins_procuct2_28_4 .center_box .item_box .item:hover {
  box-shadow: 5px 5px 20px 1px #d3d3d3bd;
  /*transform: translateY(-10px);*/
}
@media (max-width:990px) {
  .ins_procuct2_28_4 .center_box .item_box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .ins_procuct2_28_4 .center_box .item_box .item {
    width: 100%;
    height: auto;
  }
  .ins_procuct2_28_4 .center_box .item_box .item .img_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .ins_procuct2_28_4 .center_box .item_box .item .img_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .ins_procuct2_28_4 .center_box .item_box .item .word {
    width: 58%;
    height: auto;
    position: relative;
    z-index: 1;
    text-align: left;
    padding: 0.4rem 0.5rem;
  }
  .ins_procuct2_28_4 .center_box .item_box .item .word .t2 {
    line-height: 1.3;
    font-size: 12px;
    opacity: 0.8;margin-top: 0.15rem;
  }
}
.ins_procuct2_28_5 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1rem 0;
  background: #f9fbff;
}
.ins_procuct2_28_5 .center_box {
  width: 100%;
  height: auto;
}
.ins_procuct2_28_5 .center_box .title {
  width: 100%;
  height: auto;
  text-align: center;
}
.ins_procuct2_28_5 .center_box .content {
  width: 100%;
  height: auto;
  margin-top: 0.41rem;
}
.ins_procuct2_28_5 .center_box .content .item_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ins_procuct2_28_5 .center_box .content .item_box .item {
  font-size: var(--font36);
  color: #929292;
  padding-bottom: 0.15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  cursor: pointer;
  /*-webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);*/
  /*-o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);*/
  /*transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);*/
}
.ins_procuct2_28_5 .center_box .content .item_box .item::after {
  content: '';
  position: absolute;
  width: 1.05rem;
  height: 0.06rem;
  background: #3D6FF6;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  bottom: 0;
  opacity: 0;
}
.ins_procuct2_28_5 .center_box .content .item_box .item.active {
  /*font-size: var(--font48);*/
  color: #000;
  font-weight: 600;
}
.ins_procuct2_28_5 .center_box .content .item_box .item.active::after {
  opacity: 1;
}
.ins_procuct2_28_5 .center_box .content .swiper_box {
  width: 91%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
.ins_procuct2_28_5 .center_box .content .swiper_box ul li {
  width: 100%;
  height: auto;
}
.ins_procuct2_28_5 .center_box .content .swiper_box ul li .centerInfo {
  width: 100%;
  height: auto;
}
.ins_procuct2_28_5 .center_box .content .swiper_box ul li .centerInfo .img_bg {
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
}
.ins_procuct2_28_5 .center_box .content .swiper_box ul li .centerInfo .img_bg .pb {
  padding-bottom: 49.5%;
}
.ins_procuct2_28_5 .center_box .content .swiper_box ul li .centerInfo .subtitle {
  width: 80%;
  min-height: calc(2em * 1.3);
  line-height: 1.3;
  margin: 0 auto;
  margin-top: 0.46rem;
  text-align: center;
  color: #929292;
}
.ins_procuct2_28_5 .center_box .content .swiper_box ul li .centerInfo .word_box {
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.6rem;
}
.ins_procuct2_28_5 .center_box .content .swiper_box ul li .centerInfo .word_box .icon {
  width: 0.56rem;
    min-width: 40px;
    flex-shrink: 0;
}
.ins_procuct2_28_5 .center_box .content .swiper_box ul li .centerInfo .word_box .list {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.5rem 0.8rem;
  flex-wrap: wrap;
}
.ins_procuct2_28_5 .center_box .content .swiper_box ul li .centerInfo .word_box .list .one {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.14rem;
}
.ins_procuct2_28_5 .center_box .content .swiper_box ul li .centerInfo .word_box .list .one img {
  max-width: 0.7rem;
  max-height: 0.5rem;
}
  .ins_procuct2_28_5 .center_box .title { font-weight: 600; }
@media (max-width:990px) {
  .ins_procuct2_28_5 .center_box .content .item_box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 1rem;
    gap: 0.4rem 0.2rem;
  }
  .ins_procuct2_28_5 .center_box .title { font-weight: 600; }
  .ins_procuct2_28_5 .center_box .content .item_box .item {
    width: 100%;
    font-size: var(--font26) ;
  }
  .ins_procuct2_28_5 .center_box .content .item_box .item::after {
    width: 100%;
  }
  .ins_procuct2_28_5 .center_box .content .item_box .item.active {
    font-size: var(--font28);
  }
  .ins_procuct2_28_5 .center_box .content .swiper_box {
    width: 100%;
    height: auto;
  }
  .ins_procuct2_28_5 .center_box .content .swiper_box ul li .centerInfo .subtitle {
    width: 100%;
    font-size: var(--font16);
    text-align: left;
    line-height: 1.3;
    height: calc(3em * 1.3);
  }
  .ins_procuct2_28_5 .center_box .content .swiper_box ul li .centerInfo .word_box {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .ins_procuct2_28_5 .center_box .content .swiper_box ul li .centerInfo .word_box .icon {
    width: 100%;
    height: auto;
  }
  .ins_procuct2_28_5 .center_box .content .swiper_box ul li .centerInfo .word_box .list {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4rem;
  }
  .ins_procuct2_28_5 .center_box .content .swiper_box ul li .centerInfo .word_box .list .one {
    font-size: 13px;
  }
  .ins_procuct3_5wap .center_box .swiper_info .swiper_box ul li .centerInfo .t1{
      font-size: var(--font40);
  }
  .ins_procuct3_5wap .center_box .swiper_info .swiper_box ul li .centerInfo .t2 {
      font-size: var(--font22);
      margin-top: 0.2rem;
  }
  .ins_procuct3_6 .center_box .item_box .item .wordHover {
      opacity: 1 !important;
      transform: translateY(0%) !important;
  }
  section { line-height: 1.3; }
}
.ins_procuct2_28_6 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 0 20px;
  padding-top: 1.35rem;
  padding-bottom: 1.6rem;
  background: url(../images/2-28/bg2.png);
  background-size: cover !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
.ins_procuct2_28_6 .tl {
  font-weight: 600;
}
.ins_procuct2_28_6 .ins_m228_2 {
  width: 100%;
  height: auto;
  margin-top: 0.28rem;
}
.ins_procuct2_28_7 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1rem 0;
  background: #FFF;
}
.ins_procuct2_28_7 .center_box {
  width: 77%;
  margin: 0 auto;
}
.ins_procuct2_28_7 .center_box .content {
  width: 100%;
  height: auto;
  color: #000;
  /*line-height: 2.5;*/
  font-size: var(--font14);
}
.ins_procuct2_28_7 .center_box .content p {
  /*opacity: 0.5;*/
  color: #00000080;
}
.ins_procuct2_28_8 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ins_procuct2_28_8 .title {
  width: 100%;
  height: auto;
  position: absolute;
  text-align: center;
  top: 1rem;
  font-weight: 600;
}
.ins_procuct2_28_8 .img_bg {
    width: 100%;
  height: auto;
}
.ins_procuct2_28_8 .img_bg img {
    width: 100%;
  height: auto;
}
.ins_more3_1 {
  width: 100%;
  height: auto;
}
.ins_more3_1 .more {
  width: fit-content;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #000;
  padding: 0.12rem 0.72rem;
  font-size: var(--font20);
  color: #FFF;
}
.ins_procuct3_1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_procuct3_1 .center_box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_procuct3_1 .center_box .word_box {
  width: 33%;
  height: auto;
}
.ins_procuct3_1 .center_box .word_box .t1 {
  font-weight: 600;
}
.ins_procuct3_1 .center_box .word_box .t2 {
  width: 100%;
  height: auto;
  margin-top: 0.34rem;
  font-weight: 400;
}
.ins_procuct3_1 .center_box .word_box .ins_more3_1 {
  width: 100%;
  height: auto;
  margin-top: 0.44rem;
}
@media (max-width:990px) {
  .ins_procuct3_1 .center_box {
    display: none;
  }
  .ins_procuct2_28_6 .tl { font-size: var(--font30); }
}
.ins_procuct3_2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding: 1.2rem 0;
}
.ins_procuct3_2 .center_box {
  width: 100%;
  height: auto;
}
.ins_procuct3_2 .center_box .img_bg {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 0.4rem;
}
.ins_procuct3_2 .center_box .img_bg .img {
  width: 100%;
  height: auto;
}
.ins_procuct3_2 .center_box .img_bg .icon {
  position: absolute;
  width: 1.22rem;
  height: 1.22rem;
}
.ins_procuct3_3 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding: 1.23rem 0;
  overflow: hidden;
}
.ins_procuct3_3 .center_box {
  width: 100%;
  height: auto;
}
.ins_procuct3_3 .center_box .ins_t28 {
  width: 100%;
  height: auto;
  text-align: center;
}
.ins_procuct3_3 .center_box .item_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.17rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 0.45rem;
}
.ins_procuct3_3 .center_box .item_box .item {
  width: 13.5%;
  height: 5.68rem;
  background: #F3F5F8;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  overflow: hidden;
}
.ins_procuct3_3 .center_box .item_box .item .img_bg {
  width: 100%;
  height: 100%;
  padding-right: 0%;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_procuct3_3 .center_box .item_box .item .img_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: unset;
  max-height: unset;
}
.ins_procuct3_3 .center_box .item_box .item .word {
  width: 27.7%;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  padding: 0.66rem 0.17rem 0.6rem 0.30rem;
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  transform: translateY(20%);
  transition-delay: 0s;
}
.ins_procuct3_3 .center_box .item_box .item .word .t1 {
  font-weight: 600;
}
.ins_procuct3_3 .center_box .item_box .item .word .t2 {
  width: 100%;
  height: auto;
  margin-top: 0.15rem;
}
.ins_procuct3_3 .center_box .item_box .item.active {
  width: 70.5%;
}
.ins_procuct3_3 .center_box .item_box .item.active .img_bg {
  width: 100%;
  padding-right: 27.7%;
}
.ins_procuct3_3 .center_box .item_box .item.active .word {
  width: 27.7%;
  transform: translateY(0%);
  opacity: 1;
  transition-delay: 0.6s;
}
@media (max-width:990px) {
  .ins_procuct3_3 .center_box .item_box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .ins_procuct3_3 .center_box .item_box .item {
    width: 100% !important;
    height: auto;
  }
  .ins_procuct3_3 .center_box .item_box .item .img_bg {
    width: 100%;
    height: auto;
    padding-right: 0 !important;
  }
  .ins_procuct3_3 .center_box .item_box .item .word {
    width: 100% !important;
    height: auto;
    position: relative;
    z-index: 1;
    opacity: 1;
    transform: translateY(0%);
  }
}
@media (max-width:990px) {
  .ins_procuct3_3 {
    padding-top: 0;
  }
}
.ins_procuct3_4 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ins_procuct3_4 .ins_t28 {
  width: 100%;
  height: auto;
  position: absolute;
  text-align: center;
  top: 1rem;
  font-weight: 600;
  color: #FFFFFF;
}
@media (max-width:990px) {
  .ins_procuct3_4 .ins_t28 {
    width: 100%;
    height: auto;
    padding: 0 20px;
  }
  .ins_procuct3_4 .ins_t28 p {
    text-align: left;
  }
}
.ins_procuct3_5 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #F3F5F8;
  padding: 1.2rem 0;
}
.ins_procuct3_5 .center_box {
  width: 100%;
  height: auto;
}
.ins_procuct3_5 .center_box .item_box {
  width: fit-content;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  margin-top: 0.8rem;
}
.ins_procuct3_5 .center_box .item_box::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: rgba(0, 0, 0, 0.27);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  bottom: 0;
}
.ins_procuct3_5 .center_box .item_box .item {
  width: auto;
  font-size: var(--font32);
  padding: 0 0.7rem;
  padding-bottom: 0.2rem;
  position: relative;
  z-index: 1;
  opacity: 0.24;
  font-weight: 600;
  cursor: pointer;
}
.ins_procuct3_5 .center_box .item_box .item::after {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  height: 4px;
  background: #D2A76E;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  bottom: 0;
  opacity: 0;
}
.ins_procuct3_5 .center_box .item_box .item.active {
  color: #D2A76E;
  opacity: 1;
}
.ins_procuct3_5 .center_box .item_box .item.active::after {
  opacity: 1;
}
.ins_procuct3_5 .center_box .swiper_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 0.57rem;
  background: #FFF;
}
.ins_procuct3_5 .center_box .swiper_box ul li {
  width: 100%;
  height: auto;
}
.ins_procuct3_5 .center_box .swiper_box ul li .centerInfo {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0.2rem;
  padding-left: 0.65rem;
}
.ins_procuct3_5 .center_box .swiper_box ul li .centerInfo .list {
  width: 28.5%;
}
.ins_procuct3_5 .center_box .swiper_box ul li .centerInfo .list .one {
  width: 100%;
  height: auto;
  font-size: var(--font20);
  border-bottom: 1px solid rgba(151, 151, 151, 0.3);
  cursor: pointer;
}
.ins_procuct3_5 .center_box .swiper_box ul li .centerInfo .list .one .top {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 0.32rem;
  padding-top: 0.27rem;
}
.ins_procuct3_5 .center_box .swiper_box ul li .centerInfo .list .one .top span {
  opacity: 0.3;
  font-weight: 600;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_procuct3_5 .center_box .swiper_box ul li .centerInfo .list .one .top img {
  width: 0.25rem;
  flex-shrink: 0;
  opacity: 0;
  transform: rotate(90deg);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_procuct3_5 .center_box .swiper_box ul li .centerInfo .list .one .bot {
  width: 100%;
  height: auto;
  padding-bottom: 0.3rem;
  display: none;
}
.ins_procuct3_5 .center_box .swiper_box ul li .centerInfo .list .one:last-child {
  border-bottom: 0;
}
.ins_procuct3_5 .center_box .swiper_box ul li .centerInfo .list .one:first-child {
  padding-top: 0;
}
.ins_procuct3_5 .center_box .swiper_box ul li .centerInfo .list .one.active .top span {
  color: #D2A76E;
  opacity: 1;
}
.ins_procuct3_5 .center_box .swiper_box ul li .centerInfo .list .one.active .top img {
  opacity: 1;
  transform: rotate(0deg);
}
.ins_procuct3_5 .center_box .swiper_box ul li .centerInfo .img_bg {
  width: 65%;
  position: relative;
  z-index: 1;
}
.ins_procuct3_5 .center_box .swiper_box ul li .centerInfo .img_bg .pb {
  padding-bottom: 58%;
}
.ins_procuct3_5 .center_box .swiper_box ul li .centerInfo .img_bg .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_procuct3_5 .center_box .swiper_box ul li .centerInfo .img_bg .video.active {
  opacity: 1;
  z-index: 2;
}
@media (max-width:990px) {
  .ins_procuct3_5 .center_box .swiper_box {
    width: 100%;
    height: auto;
    margin-top: 0.52rem;
  }
  .ins_procuct3_5 .center_box .swiper_box ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.83rem;
  }
  .ins_procuct3_5 .center_box .swiper_box ul li .centerInfo {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .ins_procuct3_5 .center_box .swiper_box ul li .centerInfo .list {
    width: 100%;
    height: auto;
  }
  .ins_procuct3_5 .center_box .swiper_box ul li .centerInfo .img_bg {
    width: 100%;
    height: auto;
  }
}
@media (max-width:990px) {
  .ins_procuct3_5 {
    display: none !important;
  }
}
.ins_procuct3_5wap {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  background: #F3F5F8;
  padding: 1.2rem 0;
  display: none;
}
.ins_procuct3_5wap .center_box {
  width: 100%;
  height: auto;
}
.ins_procuct3_5wap .center_box .swiper_info {
  width: 100%;
  height: auto;
  margin-top: 1.2rem;
  position: relative;
  z-index: 1;
}
.ins_procuct3_5wap .center_box .swiper_info .title {
  font-weight: 600;
  color: #C19758;
}
.ins_procuct3_5wap .center_box .swiper_info .swiper_box {
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
  background: #FFF;
  padding: 0.3rem;
  overflow: hidden;
  padding-bottom: 1.8rem;
  position: relative;
  z-index: 1;
}
.ins_procuct3_5wap .center_box .swiper_info .swiper_box ul li {
  width: 100%;
  height: auto;
}
.ins_procuct3_5wap .center_box .swiper_info .swiper_box ul li .centerInfo {
  width: 100%;
  height: auto;
}
.ins_procuct3_5wap .center_box .swiper_info .swiper_box ul li .centerInfo .video {
  width: 100%;
  height: auto;
}
.ins_procuct3_5wap .center_box .swiper_info .swiper_box ul li .centerInfo .video video {
  width: 100%;
  height: auto;
}
.ins_procuct3_5wap .center_box .swiper_info .swiper_box ul li .centerInfo .t1 {
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
  font-weight: 600;
}
.ins_procuct3_5wap .center_box .swiper_info .swiper_box ul li .centerInfo .t2 {
  width: 100%;
  height: auto;
  margin-top: 0.12rem;
}
.ins_procuct3_5wap .center_box .swiper_info .idxPageHide1 {
  width: 100%;
  height: auto;
  gap: 0.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  bottom: 0.9rem;
  z-index: 3;
}
.ins_procuct3_5wap .center_box .swiper_info .idxPageHide1 span {
  width: 0.8rem;
  height: 4px;
  background: #979797;
  border-radius: 0 !important;
}
@media (max-width:990px) {
  .ins_procuct3_5wap {
    display: block !important;
  }
}
.ins_procuct3_6 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 1.3rem;
}
.ins_procuct3_6 .center_box {
  width: 100%;
  height: auto;
}
.ins_procuct3_6 .center_box .item_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 0.7rem;
}
.ins_procuct3_6 .center_box .item_box .item {
  width: 20.833%;
  height: auto;
  cursor: pointer;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_procuct3_6 .center_box .item_box .item .word {
  position: absolute;
  bottom: 0.54rem;
  width: 50%;
  color: #FFFFFF;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.ins_procuct3_6 .center_box .item_box .item .word .t2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  opacity: 0;
  transform: translateX(50%);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_procuct3_6 .center_box .item_box .item .wordHover {
  position: absolute;
  bottom: 0.54rem;
  width: 57%;
  color: #FFFFFF;
  opacity: 0;
  transform: translateY(50%);
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.ins_procuct3_6 .center_box .item_box .item .img_bg {
  width: 100%;
  height: 8rem;
  overflow: hidden;
}
.ins_procuct3_6 .center_box .item_box .item .img_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ins_procuct3_6 .center_box .item_box .item.active {
  width: 58.38%;
}
.ins_procuct3_6 .center_box .item_box .item.active .word {
  width: 57%;
  opacity: 0;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.ins_procuct3_6 .center_box .item_box .item.active .word .t2 {
  opacity: 1;
  transform: translateX(0%);
}
.ins_procuct3_6 .center_box .item_box .item.active .wordHover {
  opacity: 1;
  transform: translateY(0);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
@media (max-width:990px) {
  .ins_procuct3_6 {
    padding: 0 20px;
    padding-top: 1.3rem;
  }
  .ins_procuct3_6 .center_box {
    width: 100%;
    height: auto;
  }
  .ins_procuct3_6 .center_box .ins_t28 p {
    text-align: left;
  }
  .ins_procuct3_6 .center_box .item_box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.3rem;
  }
  .ins_procuct3_6 .center_box .item_box .item {
    width: 100% !important;
  }
  .ins_procuct3_6 .center_box .item_box .item .word {
    display: none;
  }
  .ins_procuct3_6 .center_box .item_box .item .word,
  .ins_procuct3_6 .center_box .item_box .item .wordHover {
    width: 100% !important;
    height: auto;
    padding: 0 0.6rem !important;
  }
  .ins_procuct3_6 .center_box .item_box .item .word .t1 p,
  .ins_procuct3_6 .center_box .item_box .item .wordHover .t1 p {
    display: contents;
  }
  .ins_procuct3_6 .center_box .item_box .item .word .t1 span,
  .ins_procuct3_6 .center_box .item_box .item .wordHover .t1 span {
    display: contents;
  }
  .ins_procuct3_6 .center_box .item_box .item .word .t2,
  .ins_procuct3_6 .center_box .item_box .item .wordHover .t2 {
    opacity: 1;
    transform: translateX(0);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
    margin-top: 0.4rem;
  }
  .ins_procuct3_6 .center_box .item_box .item .img_bg {
    height: 6rem;
  }
}
.ins_procuct3_8 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #FFFFFF;
  padding: 1.2rem 0;
}
.ins_procuct3_8 .center_box {
  width: 100%;
  height: auto;
}
.ins_procuct3_8 .center_box .item_box {
  width: fit-content;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  margin-top: 0.85rem;
}
.ins_procuct3_8 .center_box .item_box::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: rgba(0, 0, 0, 0.27);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  bottom: 0;
}
.ins_procuct3_8 .center_box .item_box .item {
  width: auto;
  font-size: var(--font32);
  padding: 0 1.2rem;
  padding-bottom: 0.2rem;
  position: relative;
  z-index: 1;
  opacity: 0.24;
  font-weight: 600;
  cursor: pointer;
}
.ins_procuct3_8 .center_box .item_box .item::after {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  height: 4px;
  background: #D2A76E;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  bottom: 0;
  opacity: 0;
}
.ins_procuct3_8 .center_box .item_box .item.active {
  color: #D2A76E;
  opacity: 1;
}
.ins_procuct3_8 .center_box .item_box .item.active::after {
  opacity: 1;
}
.ins_procuct3_8 .center_box .swiper_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 0.24rem;
  background: #FFF;
}
.ins_procuct3_8 .center_box .swiper_box ul li {
  width: 100%;
  height: auto;
}
.ins_procuct3_8 .center_box .swiper_box ul li .centerInfo {
  width: 100%;
  height: auto;
}
.ins_procuct3_8 .center_box .swiper_box ul li .centerInfo .img_bg {
  width: 100%;
  height: auto;
  margin-top: 0.45rem;
}
.ins_procuct3_8 .center_box .swiper_box ul li .centerInfo .img_bg img {
  width: 100%;
  height: auto;
}
@media (max-width:990px) {
  .ins_procuct3_8 .center_box {
    width: 100%;
    height: auto;
  }
  .ins_procuct3_8 .center_box .ins_t28 .t1 p {
    text-align: left;
  }
  .ins_procuct3_8 .center_box .item_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    height: auto;
    display: none !important;
  }
  .ins_procuct3_8 .center_box .item_box::after {
    display: none;
  }
  .ins_procuct3_8 .center_box .swiper_box {
    width: 100%;
    height: auto;
    margin-top: 0.52rem;
  }
  .ins_procuct3_8 .center_box .swiper_box ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.83rem;
  }
  .ins_procuct3_8 .center_box .swiper_box ul li .centerInfo {
    background: #F3F5F8;
  }
  .ins_procuct3_8 .center_box .swiper_box ul li .centerInfo .word {
    width: 100%;
    height: auto;
    padding: 0.8rem 0.56rem;
  }
  .ins_procuct3_8 .center_box .swiper_box ul li .centerInfo .word .title {
    text-align: left !important;
    margin-top: 0.3rem;
    font-size: var(--font28);
  }
  .ins_procuct3_8 .center_box .swiper_box ul li .centerInfo .tit {
    color: #C19758;
    font-weight: 600;
    font-size: var(--font48);
  }
  .ins_procuct2_28_4 .center_box .item_box .item .word .t1 {
      font-size: var(--font28);
  }
  .ins_procuct3_8 .center_box .swiper_box ul li .centerInfo .img_bg {
    width: 100%;
    height: auto;
    margin-top: 0;
  }
  .ins_procuct3_8 .center_box .swiper_box ul li .centerInfo .img_bg img {
    min-height: 250px;
    object-fit: cover;
  }
}
.ins_procuct3_9 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #F3F5F8;
  padding: 0.8rem 0;
  padding-bottom: 1.6rem;
}
.ins_procuct3_9 .center_box {
  width: 100%;
  height: auto;
  padding: 0 0.66rem;
}
.ins_procuct3_9 .swiper_info {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_procuct3_9 .swiper_info .swiperPager {
  position: absolute;
  z-index: 5;
  cursor: pointer;
  width: 0.9rem;
  height: 0.9rem;
  opacity: 0.5;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_procuct3_9 .swiper_info .swiperPager.next {
  right: 0.8rem;
}
.ins_procuct3_9 .swiper_info .swiperPager.prev {
  left: 0.8rem;
}
.ins_procuct3_9 .swiper_info .swiperPager.prev img {
  transform: rotate(180deg);
}
.ins_procuct3_9 .swiper_info .swiperPager:hover {
  opacity: 1;
}
.ins_procuct3_9 .swiper_info .swiper_box {
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
  overflow: hidden;
}
.ins_procuct3_9 .swiper_info .swiper_box ul li {
  width: 100%;
  height: auto;
}
.ins_procuct3_9 .swiper_info .swiper_box ul li .centerInfo {
  opacity: 0.4;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_procuct3_9 .swiper_info .swiper_box ul li .word {
  width: 100%;
  height: auto;
  opacity: 0;
  transform: translateY(10%);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_procuct3_9 .swiper_info .swiper_box ul li .word .t1 {
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
}
.ins_procuct3_9 .swiper_info .swiper_box ul li .word .t2 {
  width: 100%;
  height: auto;
  margin-top: 0.1rem;
}
.ins_procuct3_9 .swiper_info .swiper_box ul li .img_bg {
  width: 100%;
  height: auto;
}
.ins_procuct3_9 .swiper_info .swiper_box ul li .img_bg img {
  width: 100%;
  height: auto;
}
.ins_procuct3_9 .swiper_info .swiper_box ul li.swiper-slide-active .centerInfo {
  opacity: 1;
}
.ins_procuct3_9 .swiper_info .swiper_box ul li.swiper-slide-active .word {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width:990px) {
  .ins_procuct3_9 .swiper_info .swiperPager {
    display: none;
  }
  .ins_procuct3_9 .swiper_info .swiper_box {
    width: 100%;
    height: auto;
    margin-top: 0.52rem;
  }
  .ins_procuct3_9 .swiper_info .swiper_box ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.68rem;
  }
  .ins_procuct3_9 .swiper_info .swiper_box ul li .centerInfo {
    background: #F3F5F8;
    opacity: 1 !important;
    background: #FFF;
    padding: 20px;
  }
  .ins_procuct3_9 .swiper_info .swiper_box ul li .centerInfo .word {
    width: 100%;
    height: auto;
    opacity: 1 !important;
    transform: translateY(0);
    margin-top: 0.3rem;
  }
  .ins_procuct3_9 .swiper_info .swiper_box ul li .centerInfo .word .t1 {
    font-weight: 600;
  }
  .ins_procuct3_9 .swiper_info .swiper_box ul li .centerInfo .img_bg img {
    min-height: 250px;
    object-fit: cover;
  }
}
@media (max-width:990px) {
  .ins_procuct3_9 .center_box {
    padding: 0 20px;
  }
}
.checkbox_c {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  /*-ms-flex-align: center;*/
  /*-webkit-align-items: center;*/
  /*align-items: center;*/
  gap: 0.1rem;
  cursor: pointer;
}
.checkbox_c span {
  color: #717171;
}
.checkbox_c .icon {
  width: 15px;
  height: 15px;
  border: 1px solid #979797;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-style: normal;
  top: 0.28em;
}
.checkbox_c .icon i {
  width: 9px;
  height: 9px;
  background: #000;
  opacity: 0;
  display: block;
}
.checkbox_c input {
  display: none;
}
.checkbox_c.active .icon i {
  opacity: 1;
}
.ins_procuct3_10 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 2rem;
  padding-bottom: 1.5rem;
  background: url(../images/2-28/2/P10.jpg) no-repeat;
  background-size: cover !important;
}
.ins_procuct3_10 .center_box {
  width: 100%;
  height: auto;
}
.ins_procuct3_10 .center_box .content {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ins_procuct3_10 .center_box .content .left_box {
  width: 41.319%;
  height: auto;
  padding: 0.7rem;
  padding-top: 0.56rem;
  background: #FFF;
}
.ins_procuct3_10 .center_box .content .left_box .word {
  width: 100%;
  height: auto;
}
.ins_procuct3_10 .center_box .content .left_box .word .t1 {
  font-weight: 600;
  line-height: 1.2;
}
.ins_procuct3_10 .center_box .content .left_box .word .t2 {
  font-weight: 600;
  line-height: 1.2;
}
.ins_procuct3_10 .center_box .content .left_box .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0.27rem;
  margin-top: 0.45rem;
}
.ins_procuct3_10 .center_box .content .left_box .item_box .item {
  width: 100%;
  height: auto;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid rgba(215, 215, 215, 0.7);
}
.ins_procuct3_10 .center_box .content .left_box .item_box .item .btnBox {
  width: 100%;
  height: 0.56rem;
  min-height: 40px;
  background: #000;
  margin-top: 0.18rem;
  color: #FFF;
}
.ins_procuct3_10 .center_box .content .left_box .item_box .item .btnBox button {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #FFF;
  font-size: var(--font20);
}
.ins_procuct3_10 .center_box .content .left_box .item_box .item.pb0 {
  padding-bottom: 0;
  border-bottom: 0;
  padding-top: 0.25rem;
}
.ins_procuct3_10 .center_box .content .right_box {
  max-width: 40%;
  padding: 0.39rem 0.47rem;
  width: fit-content;
  background: #ffffffcc;
}
.ins_procuct3_10 .center_box .content .right_box .t1 {
  font-weight: 600;
}
.ins_procuct3_10 .center_box .content .right_box .t2 {
  width: 100%;
  height: auto;
  margin-top: 0.12rem;
  line-height: 1.9;
  color: #717171;
}
.ins_procuct3_10 .center_box .content .right_box .t3 {
  width: 100%;
  height: auto;
  line-height: 1.9;
  color: #717171;
}
@media (max-width:990px) {
  .ins_procuct3_10 .center_box .content {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 0.4rem;
  }
  .ins_procuct3_10 .center_box .content .left_box {
    width: 100%;
    height: auto;
  }
  .ins_procuct3_10 .center_box .content .right_box {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
}
.ins_procuct3_11 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 0.5rem 0;
  background: #131415;
}
.ins_procuct3_11 .center_box {
  width: 77%;
  margin: 0 auto;
}
.ins_procuct3_11 .center_box .content {
  width: 100%;
  height: auto;
  color: #9598A1;
  font-size: var(--font14);
}
.ins_procuct3_12 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_procuct3_12 .img-content { margin-top: 0 !important; } 
.ins_procuct3_12 .img-five5 .up .text-content-block {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  text-align: center;
  max-width: 62.5%;
  margin: 0.8rem auto auto;
}
.ins_procuct3_12 .img-five5 .up .list {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_procuct3_12 .img-five5 .up .text-body {
  margin: 0 auto;
  margin-top: 0.2rem;
  max-width: 80%;
  font-weight: 600;
}
.ins_procuct3_12 .img-five5 .up .title {
  font-weight: 600;
}
.ins_procuct3_12 .img-five5 .up .oneb {
  color: #C19758 !important;
  font-weight: 600;
}
@media (max-width:990px) {
  .ins_procuct3_12 .img-five5 .up .text-content-block {
    max-width: 100%;
    padding: 0 20px;
    text-align: left;
  }
  .ins_procuct3_12 .img-five5 .up .text-body {
    max-width: 100%;
    text-align: left;
  }
  .ins_procuct3_12 .img-five5 .up .list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem !important;
  }
}

.ins_procuct2_28_3 .center_box .box_info .item_box .item .bot .images {
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
}
.ins_procuct2_28_3 .center_box .box_info .item_box .item .bot .images .pb {
  padding-bottom: 69%;
}
.ins_procuct2_28_3 .center_box .box_info .item_box .item .bot .images .pb .ab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;.ins_procuct2_28_4 .center_box .item_box .item .word .t2
  justify-content: center;
}


.ins_procuct2_28_1 .center_box .word .t2 { width: 83%;  margin-top: 0.21rem; }

@media (max-width:990px) {
    .ins_procuct2_28_1 .center_box .word .ins_t28 { margin-top: 0.59rem; line-height: calc(78/56); }
    .ins_procuct2_28_1 .center_box .word .ins_t28 .t1 {  }
    .ins_procuct2_28_1 .center_box .word .t2 { margin-top: 0.22rem; }
    .ins_procuct2_28_1 .center_box .word .ins_m228 { margin-top: 0.26rem; }
    .ins_procuct2_28_1 .center_box .word .ins_m228 .more { padding: 0.2rem 0.3rem; }
    .ins_procuct2_28_3 .center_box .title{ text-align: left !important }
    .ins_procuct2_28_2 { padding-top: 1.6rem; padding-bottom: 1.45rem }
    .ins_procuct2_28_8 .title { top: 1.8rem; } 
    .ins_procuct2_28_4 { padding-top: 1.63rem; background: #F1F4FF; }
    .ins_procuct2_28_4 .center_box .item_box .item .word .t1 { line-height:calc(45/32); }
    .ins_procuct2_28_4 .center_box .item_box .item .word .t2 { margin-top: 0.32rem; line-height: calc(29/20); }
    .ins_procuct2_28_3 .w1360_w { padding: 0 0.73rem; }
    .ins_procuct2_28_3 .center_box .box_info .item_box .item.active .top{ font-size: var(--font26); }
    .ins_procuct2_28_1 .center_box .word .t2 { width: 100% !important;  margin-top: 0.21rem; }
    .ins_procuct3_2 { 
        /*padding-top: 2.17rem; */
        padding-bottom: 2.3rem;  
        
    }
    .ins_procuct2_28_1.YZai802 .center_box .word { width: 84% !important; margin: 0 auto; }
    .ins_procuct2_28_2.YZai802 .center_box .video_box video { width: 100% !important; }
    .ins_procuct3_2 .center_box .img_bg{ padding-top: 0.7rem; margin-top: 0 !important; }
    .ins_procuct3_5wap .ins_t28 .t1 { text-align: start !important; }
    .ins_procuct3_5wap { padding-top: 1.33rem; }
    .ins_procuct3_5wap .center_box .swiper_info .title {font-size: 24px;padding-left: 0.33rem;}
    .ins_procuct3_3 .center_box .item_box { gap: 1.2rem;}
    .ins_procuct3_3 { padding-bottom: 1.7rem; }
    .ins_procuct3_4 .ins_t28 { top: 1.4rem; }
    .ins_procuct3_6 .center_box .item_box { gap: 1.06rem; }
    .ins_procuct3_12 .img-five5 .up .text-body { margin-top: 0.5rem; }
    .img-five5 .up .text-content-block .text-body p { color:  #000000; line-height: calc(70/46); font-weight: 400; }
    .ins_procuct3_12 .img-five5 .up .list { gap: 0.6rem; }
    .ins_procuct3_8 { padding-top: 1.7rem; }
    .ins_procuct3_9 .swiper_info .swiper_box ul li .centerInfo .word { margin-top: 0; }
    .ins_procuct3_9 .swiper_info .swiper_box ul li .word .t1{ margin-top: 0.51rem; }
    .ins_procuct3_9 .swiper_info .swiper_box ul li .word .t2{ margin-top: 0.18rem; }
    .ins_procuct3_9 .swiper_info .swiper_box ul li .centerInfo{ padding-bottom: 0.8rem;}
    .ins_procuct3_10 .center_box .content .left_box { padding: 0.56rem; }
    .ins_procuct3_10 .center_box .content .right_box { padding: 0.8rem 0.54rem; }
    .ins_procuct3_3 .center_box .item_box { margin-top: 0.59rem; }
    .ins_procuct3_4 .ins_t28 { padding: 0 0.8rem; }
    .ins_procuct3_5wap .center_box .swiper_info .swiper_box{ padding-bottom: 1.95rem; }
    .ins_procuct3_5wap .center_box .swiper_info:nth-child(3),.ins_procuct3_5wap .center_box .swiper_info:nth-child(4) { margin-top: 2.12rem; }
    .ins_procuct3_5wap .center_box .swiper_info .swiper_box ul li .centerInfo .t2 { margin-top: 0.18rem; }
    .ins_procuct3_6 { padding-bottom: 1.86rem; }
    .ins_t28 .t1 { line-height: calc(120/80); }
    .ins_procuct3_6 .center_box .item_box .item .word .t2, .ins_procuct3_6 .center_box .item_box .item .wordHover .t2 { margin-top: 0.34rem; }
    .ins_procuct3_12 .img-five5 .up .text-content-block { padding: 0 0.84rem; }
    .ins_procuct3_12 .img-five5 .up .oneb{  font-size: var(--font26); }
    .ins_procuct3_9 .swiper_info .swiper_box { margin-top: 0.68rem; }
    .ins_procuct3_9 .swiper_info .swiper_box ul li .centerInfo { padding: .38rem 0.32rem; }
    .ins_procuct3_10 { padding-top: 0.87rem; }
    .ins_procuct3_10 .center_box .content .left_box .item_box {  gap: 1.03rem; }
    .ins_procuct3_10 .center_box .content .left_box .item_box .item.pb0 { padding-top: 0; }
    .checkbox_c .icon{ width: 13px; height: 13px; transform: translateY(-17%); }
    .checkbox_c .icon i{ width: 5px; height: 5px; }
    .ins_procuct3_11{ padding-top: 1rem 1.8rem; }
    .ins_procuct2_28_2{background-position:100% top !important; background-color: #FFF !important; background-size: cover !important; background-repeat: no-repeat !important;}
    .ins_procuct2_28_4 .center_box .item_box{ margin-top: 0.63rem; }
    .ins_procuct2_28_4 .center_box .item_box{ gap: 0.5rem; }
    .ins_procuct2_28_4 .w1360_w { padding: 0 0.4rem; }
    .ins_procuct2_28_3 { padding-top: 1.7rem; }
    .ins_procuct2_28_7 { line-height: 1.9 !important; }
    .ins_procuct2_28_7 .center_box .content {  display: flex; flex-direction: column; gap: 0.11rem; } 
    .ins_procuct3_5wap .ins_t28 .t1 { padding-left: 0.33rem; }
    .ins_procuct3_8 .center_box .swiper_box ul li .centerInfo .word .title { font-size: var(--font20); }
    .ins_procuct3_8 .center_box .swiper_box ul li .centerInfo .tit { font-size: var(--font40); }
    .ins_procuct3_10 .center_box .content .left_box .word .t2{ margin-top: 0.18rem; }
    .checkbox_c { align-items: baseline; }
    .ins_procuct3_10 .center_box .content .right_box .t2 { color: #000; }
    .ins_procuct3_10 .center_box .content .right_box .t3 { color: #000; }
    .ins_procuct2_28_3 .center_box .box_info .item_box .item .bot .t0 { line-height: 1.35; }
    .ins_procuct2_28_1 .center_box .word .t2 { width: 100%; }
    .ins_procuct3_5wap .center_box .swiper_info .swiper_box ul li .centerInfo .video { position: relative; z-index: 1; display: flex; align-items: center; justify-content: center;  }
    .ins_procuct3_5wap .center_box .swiper_info .swiper_box ul li .centerInfo .video::after {display:none; content:''; position: absolute;  width: .8rem; height: .8rem; background: url(../images/2-28/2/P2-2.png) no-repeat; background-size: 100% 100%; }
    .ins_procuct3_2 .center_box .img_bg .icon { width: .8rem; height: .8rem; }
    .ins_procuct3_5wap .center_box .swiper_info .swiper_box ul li .centerInfo .video.active::after { opacity: 0; }
    .ins_procuct3_5wap .center_box .swiper_info .swiper_box ul li .centerInfo .video .c-play{
            position: absolute;
            width: .8rem;
            height: .8rem;
            z-index: 12;
    }
    .ins_procuct2_28_2 .center_box .video_box { position: relative; z-index: 1; display: flex; align-items: center; justify-content: center;  }
    .ins_procuct2_28_2 .center_box .video_box::after { content:''; position: absolute;  width: .8rem; height: .8rem; background: url(../images/2-28/2/P2-2.png) no-repeat; background-size: 100% 100%; }
    .ins_procuct2_28_2 .center_box .video_box.active::after { opacity: 0; }
}






/* 新增 */

.ins_procuct4_191 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #FFFFFF;
}
.ins_procuct4_191 .content {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  padding-top: 0.95rem;
}
.ins_procuct4_191 .content .center_box {
  width: 100%;
  height: auto;
}
.ins_procuct4_191 .content .center_box .ins_title5 {
  width: 100%;
  height: auto;
  text-align: center;
}
.ins_procuct4_191 .content .center_box .ins_title5 .t1 {
  font-weight: 600;
}
.ins_procuct4_191 .content .center_box .item_box {
  width: 36%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 0.45rem;
  margin-top: 1.5rem;
}
.ins_procuct4_191 .content .center_box .item_box .item {
  width: 100%;
  height: auto;
}
.ins_procuct4_191 .content .center_box .item_box .item .top {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.14rem;
  cursor: pointer;
  padding: 0rem 0.33rem;
  border-radius: 0.1rem;
  font-size: var(--font28);
}
.ins_procuct4_191 .content .center_box .item_box .item .top img {
  width: 0.2rem;
  filter: brightness(0) invert(0.5);
  transform: rotate(-90deg);
}
.ins_procuct4_191 .content .center_box .item_box .item .bot {
  width: 100%;
  height: auto;
  padding-left: 0.4rem;
  margin-top: 0.3rem;
  color: #00000080;
  font-weight: 300;
  display: none;
  line-height: 1.3;
  min-height: calc(4em * 1.3);
}
.ins_procuct4_191 .content .center_box .item_box .item .bot .t0 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-left: 0.26rem;
  font-weight: 400;
}
.ins_procuct4_191 .content .center_box .item_box .item .bot .t0::after {
  content: '';
  position: absolute;
  width: 2px;
  top: 0;
  left: 0;
  height: 100%;
  background: #3D6FF6;
}
.ins_procuct4_191 .content .center_box .item_box .item.active .top {
  color: #336DF4;
  background: linear-gradient(0deg, rgba(133, 174, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 4px 7px 10px 2px rgba(215, 227, 255, 0.5), inset 2px -2px 2px 2px #FFFFFF, inset 0px 0px 2px 2px rgba(94, 151, 255, 0.11);
  padding: 0.25rem 0.33rem;
  padding-right: 0.2rem;
  font-size: var(--font36);
}
.ins_procuct4_191 .content .center_box .item_box .item.active .top img {
  filter: unset;
  transform: rotate(0deg);
}
.ins_procuct4_191 .content .center_box .item_box .item.active .top::after {
  transform: rotate(0);
  filter: unset;
}
.ins_procuct4_191 .swiper_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_procuct4_191 .swiper_box .centerInfo {
  width: 100%;
  height: auto;
}
.ins_procuct4_191 .swiper_box .centerInfo img {
  width: 100%;
  height: auto;
}
@media (max-width:990px) {
  .ins_procuct4_191 .content {
    width: 100%;
    height: auto;
    padding-top: 1.63rem;
  }
  .ins_procuct4_191 .content .w1360_w {
    padding: 0 0.87rem;
  }
  .ins_procuct4_191 .content .center_box .item_box {
    width: 95%;
    height: auto;
    margin-top: 0.82rem;
  }
}


.ins_procuct4_192 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 1.07rem;
  padding-bottom: 1.64rem;
  background-image: url(../images/4-19/bg1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #FFF;
}
.ins_procuct4_192 .center_box {
  width: 100%;
  height: auto;
}
.ins_procuct4_192 .center_box .content {
  width: 100%;
  height: auto;
}
.ins_procuct4_192 .center_box .content .ins_title5 {
  width: 100%;
  height: auto;
  text-align: center;
}
.ins_procuct4_192 .center_box .content .ins_title5 .t1 {
  font-weight: 700;
}
.ins_procuct4_192 .center_box .content .item_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.42rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 0.9rem;
}
.ins_procuct4_192 .center_box .content .item_box .item {
  width: 2.49rem;
  height: auto;
  background-image: url(../images/4-19/bg2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  cursor: pointer;
  position: relative;
  z-index: 1;
  border-radius: 0.08rem; 
  overflow: hidden;
}
.ins_procuct4_192 .center_box .content .item_box .item .icon {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding: 0.35rem;
  padding-top: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  text-align: center;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  visibility: visible;
}
.ins_procuct4_192 .center_box .content .item_box .item .icon .dom {
  position: absolute;
  top: 0.17rem;
  right: 0.19rem;
}
.ins_procuct4_192 .center_box .content .item_box .item .icon .img {
  width: 0.76rem;
  height: 0.76rem;
}
.ins_procuct4_192 .center_box .content .item_box .item .icon .wordS {
  width: 100%;
  height: auto;
  margin-top: 0.18rem;
}
.ins_procuct4_192 .center_box .content .item_box .item .icon .wordS .t1 {
  font-size: var(--font36);
  line-height: 1.388;
  color: #FFFFFF;
}
.ins_procuct4_192 .center_box .content .item_box .item .icon .wordS .t2 {
  font-size: var(--font18);
  color: #FFFFFF;
}
.ins_procuct4_192 .center_box .content .item_box .item .word {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.2);
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_procuct4_192 .center_box .content .item_box .item .word .img {
  width: 0.82rem;
  height: 0.82rem;
  background: #FFFFFF;
  border-radius: 50%;
}
.ins_procuct4_192 .center_box .content .item_box .item .word .name {
  font-size: var(--font28);
  color: #FFFFFF;
  margin-top: 0.22rem;
}
.ins_procuct4_192 .center_box .content .item_box .item:hover .icon {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.2);
}
.ins_procuct4_192 .center_box .content .item_box .item:hover .word {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
@media (max-width:990px) {
  .ins_procuct4_192 {
    padding-top: 1.17rem;
    padding-bottom: 1.12rem;
    background-size: 100% 100%;
  }
  .ins_procuct4_192 .contWap .ins_title5 {
    width: 100%;
    height: auto;
    text-align: center;
  }
  .ins_procuct4_192 .contWap .ins_title5 .t1 {
    font-weight: 800;
  }
  .ins_procuct4_192 .contWap .more {
    width: 100%;
    height: auto;
    margin-top: 0.28rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .ins_procuct4_192 .contWap .more .one {
    width: 1.79rem;
  }
}





/*  2025-5-29 新出CSS */
.ins_appCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.6rem 0;
  background-image: url(../images/5-29/z1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.ins_appCon1 .center_box {
  width: 100%;
  height: auto;
}
.ins_appCon1 .center_box .img_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
.ins_appCon1 .center_box .img_box .word {
  width: 100%;
  height: auto;
  margin-top: 0.32rem;
}
.ins_appCon1 .center_box .img_box .word .t1 {
  font-weight: 500;
}
.ins_appCon1 .center_box .img_box .word .t2 {
  margin-top: 0.08rem;
}
.ins_appCon1 .center_box .item_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 0.7rem;
  gap: 0.4rem;
}
.ins_appCon1 .center_box .item_box .item {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  border-radius: 0.12rem;
  overflow: hidden;
}
.ins_appCon1 .center_box .item_box .item .icon {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: 0.5rem 0;
}
.ins_appCon1 .center_box .item_box .item .icon .img {
  width: 0.56rem;
  height: 0.56rem;
}
.ins_appCon1 .center_box .item_box .item .icon .t1 {
  margin-top: 0.24rem;
}
.ins_appCon1 .center_box .item_box .item .icon .t2 {
  margin-top: 0.05rem;
  color: #000;
}
.ins_appCon1 .center_box .item_box .item .icon .t3 {
  margin-top: 0.05rem;
  color: #999;
}
.ins_appCon1 .center_box .item_box .item .icon .t4 {
  margin-top: 0.05rem;
  color: #000;
}
.ins_appCon1 .center_box .item_box .item .word {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  z-index: 10;
  opacity: 0;
  padding: 0 0.2rem;
}
.ins_appCon1 .center_box .item_box .item .word .img {
  width: 0.64rem;
}
.ins_appCon1 .center_box .item_box .item .word .t1 {
  margin-top: 0.12rem;
}
.ins_appCon1 .center_box .item_box .item .word .imgS {
  width: 1.5rem;
}
.ins_appCon1 .center_box .item_box .item:hover {
  box-shadow: 0 0.56rem 1.75rem 0.5rem rgba(0, 0, 0, 0.04), 0 0.38rem 1rem 0 rgba(0, 0, 0, 0.02), 0 0 0.19rem 0 rgba(0, 0, 0, 0.04);
}
.ins_appCon1 .center_box .item_box .item:hover .word {
  opacity: 1;
}
@media (max-width:990px) {
  .ins_appCon1 .center_box .item_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
































/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* --------------------55555555555555555555555555555555555555------------ */
/* -----7-21------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
@media (min-width: 1901px) {
  html {
    font-size: 100px;
  }
}
@media (max-width: 1580px) {
  html {
    font-size: calc(100vw / 21);
  }
}
@media (max-width: 1280px) {
  html {
    font-size: calc(100vw / 20);
  }
}
@media (max-width: 767px) {
  html {
    font-size: calc(100vw/15);
  }
}
@media (max-width: 480px) {
  html {
    font-size: calc(100vw/7.5);
  }
}
:root {
  /* --- font40以下 */
  --font12n: clamp(12px, 0.12rem, 12px);
  --font14n: clamp(12px, 0.14rem, 14px);
  --font16n: clamp(12px, 0.16rem, 16px);
  --font17n: clamp(12px, 0.17rem, 17px);
  --font18n: clamp(13px, 0.18rem, 18px);
  --font20n: clamp(14px, 0.2rem, 20px);
  --font22n: clamp(15px, 0.22rem, 22px);
  --font24n: clamp(15px, 0.24rem, 24px);
  --font26n: clamp(15px, 0.26rem, 26px);
  --font28n: clamp(16px, 0.28rem, 28px);
  --font30n: clamp(16px, 0.3rem, 30px);
  --font32n: clamp(16px, 0.32rem, 32px);
  --font34n: clamp(17px, 0.34rem, 34px);
  --font36n: clamp(17px, 0.36rem, 36px);
  --font38n: clamp(18px, 0.38rem, 38px);
  /* --- font40 */
  --font40n: clamp(18px, 0.4rem, 40px);
  --font42n: clamp(18px, 0.42rem, 42px);
  --font44n: clamp(19px, 0.44rem, 44px);
  --font46n: clamp(25px, 0.46rem, 46px);
  --font48n: clamp(26px, 0.48rem, 48px);
  /* --- font50 */
  --font50n: clamp(19px, 0.5rem, 50px);
  --font52n: clamp(20px, 0.52rem, 52px);
  --font54n: clamp(28px, 0.54rem, 54px);
  --font56n: clamp(28px, 0.56rem, 56px);
  --font58n: clamp(28px, 0.58rem, 58px);
  /* --- font60 */
  --font60n: clamp(30px, 0.6rem, 60px);
  --font64n: clamp(31px, 0.66rem, 64px);
  --font66n: clamp(31px, 0.66rem, 66px);
  /* --- font70以及以上 */
  --font70n: clamp(32px, 0.7rem, 70px);
  --font72n: clamp(32px, 0.72rem, 72px);
  --font80n: clamp(32px, 0.8rem, 80px);
  --font100n: 1rem;
  --font120n: 1.2rem;
  --font160n: 1.6rem;
  --font15n: clamp(12px, 0.15rem, 15px);
  --font23n: clamp(15px, 0.23rem, 23px);
}
/* 公共字体 */
.font12n {
  font-size: var(--font12n);
}
.font14n {
  font-size: var(--font14n);
}
.font16n {
  font-size: var(--font16n);
}
.font18n {
  font-size: var(--font18n);
}
.font20n {
  font-size: var(--font20n);
}
.font22n {
  font-size: var(--font22n);
}
.font24n {
  font-size: var(--font24n);
}
.font26n {
  font-size: var(--font26n);
}
.font28n {
  font-size: var(--font28n);
}
.font30n {
  font-size: var(--font30n);
}
.font32n {
  font-size: var(--font32n);
}
.font34n {
  font-size: var(--font34n);
}
.font36n {
  font-size: var(--font36n);
}
.font38n {
  font-size: var(--font38n);
}
.font40n {
  font-size: var(--font40n);
}
.font42n {
  font-size: var(--font42n);
}
.font44n {
  font-size: var(--font44n);
}
.font46n {
  font-size: var(--font46n);
}
.font48n {
  font-size: var(--font48n);
}
.font50n {
  font-size: var(--font50n);
}
.font52n {
  font-size: var(--font52n);
}
.font54n {
  font-size: var(--font54n);
}
.font56n {
  font-size: var(--font56n);
}
.font58n {
  font-size: var(--font58n);
}
.font60n {
  font-size: var(--font60n);
}
.font66n {
  font-size: var(--font66n);
}
.font70n {
  font-size: var(--font70n);
}
.font72n {
  font-size: var(--font72n);
}
.font80n {
  font-size: var(--font80n);
}
.font64n {
  font-size: var(--font64n);
}
.font15n {
  font-size: var(--font15n);
}
.font23n {
  font-size: var(--font23n);
}
.font17n {
  font-size: var(--font17n);
}
.w1300n {
  width: 100%;
  height: auto;
  max-width: 1300px;
  margin: 0 auto;
}
@media (max-width:1920px) {
  .w1300n {
    max-width: 67.7%;
  }
}
@media (max-width: 990px) {
  .w1300n {
    max-width: 100%;
    padding: 0 20px;
  }
}
.box_info2 {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 990px) {
  .box_info2 {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 0.5rem;
  }
  .box_info2 .left_box,
  .box_info2 .right_box {
    width: 100% !important;
    height: auto;
  }
}
.wowUpS {
  opacity: 0;
}
ul li.swiper-slide-active {
  pointer-events: initial !important;
  z-index: 50;
}
ul li.swiper-slide-active .wowUpS {
  animation: fadeInUp 0.7s forwards;
  -webkit-transition: all 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_721title {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ins_721title .t1 {
  color: #DFB984;
  line-height: 1.392;
  font-weight: 600;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: linear-gradient(76.96182778deg, #FFD59E 0%, #D7AA71 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.ins_721title .t1 img {
  position: absolute;
}
.ins_721title .t1 .le {
  transform: translateX(-120%);
  left: 0;
  width: 0.2rem;
}
.ins_721title .t1 .ri {
  top: 0;
  right: 0;
  transform: translateX(80%) translateY(-50%);
  width: 0.34rem;
}
.ins_721title .t2 {
  color: #978775;
  margin-top: 0.23rem;
  font-weight: 500;
}
.idx_721more {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.idx_721more .more {
  width: fit-content;
  height: auto;
  color: #FFFFFF;
  padding: 0.06rem 0.53rem;
  font-size: var(--font28n);
  line-height: 1.857;
  border-radius: 100px;
  background-image: url(../images/7-21/bg2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.idx_721more .more:hover {
  opacity: 0.7;
}
.idxPageShow721 {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 0.17rem;
  margin-top: 1.02rem;
}
.idxPageShow721 span {
  width: 0.11rem;
  height: 0.11rem;
  background: #3B2D16;
  opacity: 1;
}
.idxPageShow721 span.swiper-pagination-bullet-active {
  background: #EFB572;
}
.idxPageShow7212 {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 0.12rem;
  position: absolute;
}
.idxPageShow7212 span {
  width: 0.08rem;
  height: 0.08rem;
  background: #FFFFFF;
  opacity: 0.8;
}
.idxPageShow7212 span.swiper-pagination-bullet-active {
  background: #EFB572;
  opacity: 1;
}
@keyframes translate721 {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  30% {
    transform: translateY(0.3rem);
    opacity: 0;
  }
  31% {
    transform: translateY(-0.3rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
.idx_721more2 {
  width: 100%;
  height: auto;
}
.idx_721more2 .more {
  width: fit-content;
  color: #3C250B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.05rem;
  font-size: var(--font14n);
}
.idx_721more2 .more img {
  width: 12px;
}
.ins_721ProductCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #12100B;
}
.ins_721ProductCon1::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 4rem;
  background: linear-gradient(0deg, #12100B, #12100B00);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  left: 0;
  bottom: 0;
  z-index: 10;
}
.ins_721ProductCon1 .content {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 9;
  top: 1.83rem;
  padding: 0 1.82rem;
}
.ins_721ProductCon1 .content .center_box {
  width: 100%;
  height: auto;
}
.ins_721ProductCon1 .content .center_box .img {
  width: 41%;
}
.ins_721ProductCon1 .bgImg {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_721ProductCon1 .bgImg img {
  width: 100%;
  height: auto;
}
.ins_721ProductCon1 .iconBox {
  position: absolute;
  z-index: 11;
  bottom: 0.33rem;
  width: 0.22rem;
}
.ins_721ProductCon1 .iconBox img {
  animation: translate721 3s linear infinite;
}
@media (max-width: 990px) {
  .ins_721ProductCon1 .content {
    width: 100%;
    height: auto;
    padding: 20px;
    top: 1rem;
    padding-top: 0;
  }
  .ins_721ProductCon1 .content .center_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .ins_721ProductCon1 .content .center_box .img {
    width: 50%;
    height: auto;
    display: none;
  }
}
.ins_721ProductInfo {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  background-image: url(../images/7-21/bg5.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-color: #12100B;
}
.ins_721ProductInfo::after {
  content: '';
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 2rem;
  background: linear-gradient(180deg, #12100B, #12100B00);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  left: 0;
  top: 0;
  z-index: 10;
}
.ins_721ProductInfo * {
  scrollbar-color: #FFFEFC #FFFFFF00;
  scrollbar-width: thin;
}
.ins_721ProductInfo *::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: #d4d6d7;
}
.ins_721ProductInfo *::-webkit-scrollbar-thumb {
  background-color: var(--active_color);
  border-radius: 10px;
}
.ins_721ProductInfo *::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(226, 226, 226, 0.76);
}
.ins_721ProductCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 2.06rem;
  padding-bottom: 1.525rem;
}
.ins_721ProductCon2 * {
  scrollbar-color: #7a7a7a8a #FFFFFF00;
  scrollbar-width: thin;
}
.ins_721ProductCon2 *::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: #d4d6d7;
}
.ins_721ProductCon2 *::-webkit-scrollbar-thumb {
  background-color: var(--active_color);
  border-radius: 10px;
}
.ins_721ProductCon2 *::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(226, 226, 226, 0.76);
}
.ins_721ProductCon2 .center_box {
  width: 100%;
  height: auto;
}
.ins_721ProductCon2 .center_box .content1 {
  width: 100%;
  height: auto;
  margin-top: 1.07rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}
.ins_721ProductCon2 .center_box .content1 .left_box {
  width: 37%;
  height: 100%;
  color: #978775;
  position: absolute;
  left: 0;
  top: 0;
  overflow: auto;
  padding-right: 0.2rem;
}
.ins_721ProductCon2 .center_box .content1 .left_box .word {
  width: 100%;
  height: auto;
  line-height: 1.722;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 0.2rem;
  text-align: justify;
}
.ins_721ProductCon2 .center_box .content1 .right_box {
  width: 57%;
}
.ins_721ProductCon2 .center_box .content1 .right_box .img_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_721ProductCon2 .center_box .content1 .right_box .img_box .img {
  width: 100%;
  height: auto;
  border-radius: 0.2rem;
  overflow: hidden;
}
.ins_721ProductCon2 .center_box .content1 .right_box .img_box .img img,
.ins_721ProductCon2 .center_box .content1 .right_box .img_box .img video {
  width: 100%;
  height: auto;
}
.ins_721ProductCon2 .center_box .content1 .right_box .img_box .icon {
  width: auto;
  height: auto;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
}
.ins_721ProductCon2 .center_box .content1 .right_box .img_box .icon .ic {
  width: 0.62rem;
  height: 0.62rem;
}
.ins_721ProductCon2 .center_box .content1 .right_box .img_box .icon .on {
  font-size: var(--font20n);
  color: #FFFFFF;
  line-height: 1.75;
  margin-top: 0.08rem;
}
.ins_721ProductCon2 .center_box .content2 {
  width: 100%;
  height: auto;
  margin-top: 1.43rem;
}
.ins_721ProductCon2 .center_box .content2 .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
}
.ins_721ProductCon2 .center_box .content2 .item_box .item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.ins_721ProductCon2 .center_box .content2 .item_box .item .word {
  background: linear-gradient(76.96182778deg, #FFD59E 0%, #D7AA71 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: bold;
  line-height: 1.1;
}
.ins_721ProductCon2 .center_box .content2 .item_box .item .icon {
  color: #978775;
}
.ins_721ProductCon2 .center_box .content2 .item_box .item .line {
  height: 1.17rem;
  position: absolute;
  right: 0;
  transform: translateX(3px);
}
@media (max-width: 990px) {
  .ins_721ProductCon2 {
    padding-top: 1rem;
    padding-bottom: 0.8rem;
  }
  .ins_721ProductCon2 .center_box {
    width: 100%;
    height: auto;
  }
  .ins_721ProductCon2 .center_box .content1 {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-top: 1rem;
  }
  .ins_721ProductCon2 .center_box .content1 .left_box {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
  }
  .ins_721ProductCon2 .center_box .content1 .right_box {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    margin-top: 0.8rem;
  }
  .ins_721ProductCon2 .center_box .content2 {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .ins_721ProductCon2 .center_box .content2 .item_box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.5rem;
  }
  .ins_721ProductCon2 .center_box .content2 .item_box .line {
    display: none;
  }
  .ins_721ProductCon2 .center_box .content2 .item_box .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: 100%;
    height: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
.ins_721ProductCon3 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 1.525rem;
  padding-bottom: 0.83rem;
}
.ins_721ProductCon3 .center_box {
  width: 100%;
  height: auto;
}
.ins_721ProductCon3 .center_box .content1 {
  width: 100%;
  height: auto;
  margin-top: 0.38rem;
}
.ins_721ProductCon3 .center_box .content1 .item_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 0.14rem;
  border-radius: 0.2rem;
  overflow: hidden;
}
.ins_721ProductCon3 .center_box .content1 .item_box .item {
  width: 17.92%;
  height: 4.44rem;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_721ProductCon3 .center_box .content1 .item_box .item::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  top: 0;
  left: 0;
  opacity: 0.5;
  z-index: 2;
}
.ins_721ProductCon3 .center_box .content1 .item_box .item .img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.ins_721ProductCon3 .center_box .content1 .item_box .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ins_721ProductCon3 .center_box .content1 .item_box .item .word1 {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 3;
  padding: 0.44rem 0.1rem;
  color: #FFFFFF;
  text-align: center;
  top: 0;
  left: 0;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_721ProductCon3 .center_box .content1 .item_box .item .word2 {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 3;
  padding: 0.44rem 0.1rem;
  color: #3C250B;
  text-align: center;
  top: 0;
  left: 0;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
}
.ins_721ProductCon3 .center_box .content1 .item_box .item.active {
  width: 62.3%;
}
.ins_721ProductCon3 .center_box .content1 .item_box .item.active::after {
  opacity: 0;
}
.ins_721ProductCon3 .center_box .content1 .item_box .item.active .word1 {
  opacity: 0;
}
.ins_721ProductCon3 .center_box .content1 .item_box .item.active .word2 {
  opacity: 1;
}
.ins_721ProductCon3 .center_box .content2 {
  width: 100%;
  height: auto;
  margin-top: 0.45rem;
  overflow: hidden;
}
.ins_721ProductCon3 .center_box .content2 .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.ins_721ProductCon3 .center_box .content2 .item_box .item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.ins_721ProductCon3 .center_box .content2 .item_box .item .icon {
  width: 0.8rem;
}
.ins_721ProductCon3 .center_box .content2 .item_box .item .word {
  color: #978775;
  text-align: center;
  line-height: 1.75;
  margin-top: 0.14rem;
}
.ins_721ProductCon3 .center_box .content2 .item_box .item .line {
  height: 1.17rem;
  position: absolute;
  right: 0%;
  transform: translateX(3px);
}
.ins_721ProductCon3 .center_box .content2 .idx_721more {
  margin-top: 0.45rem;
}
.ins_721ProductCon3 .center_box .content2 .content3 {
  margin-top: 0.15rem;
  text-align: center;
  color: #979797;
}
@media (max-width: 990px) {
  .ins_721ProductCon3 {
    padding-top: 0.8rem;
  }
  .ins_721ProductCon3 .center_box .content1 .item_box {
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 0.4rem;
  }
  .ins_721ProductCon3 .center_box .content1 .item_box .item {
    width: 100% !important;
    height: auto;
    border-radius: 0.2rem;
    overflow: hidden;
  }
  .ins_721ProductCon3 .center_box .content1 .item_box .item::after {
    opacity: 0;
  }
  .ins_721ProductCon3 .center_box .content1 .item_box .item .word1 {
    opacity: 1 !important;
    padding: 0.3rem;
  }
  .ins_721ProductCon3 .center_box .content1 .item_box .item .word1 p {
    display: contents;
  }
  .ins_721ProductCon3 .center_box .content1 .item_box .item .word2 {
    opacity: 0 !important;
  }
  .ins_721ProductCon3 .center_box .content2 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 0.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .ins_721ProductCon3 .center_box .content2 .idx_721more {
    margin-top: 0.8rem;
  }
  .ins_721ProductCon3 .center_box .content2 .content3 {
    max-width: 80%;
    margin-top: 0.4rem;
  }
}
.ins_721ProductCon4 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 0.83rem;
  padding-bottom: 1.11rem;
}
.ins_721ProductCon4 .center_box {
  width: 100%;
  height: auto;
}
.ins_721ProductCon4 .center_box .content1 {
  width: 100%;
  height: auto;
  margin-top: 0.99rem;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.ins_721ProductCon4 .center_box .content1 .btn {
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  cursor: pointer;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_721ProductCon4 .center_box .content1 .btn.next {
  left: 100%;
  transform: translateX(0.21rem);
}
.ins_721ProductCon4 .center_box .content1 .btn.prev {
  right: 100%;
  transform: translateX(-0.21rem);
}
.ins_721ProductCon4 .center_box .content1 .btn:hover {
  opacity: 0.8;
}
.ins_721ProductCon4 .center_box .content1 .swiper_box {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.ins_721ProductCon4 .center_box .content1 .swiper_box ul li {
  width: 100%;
  height: auto;
}
.ins_721ProductCon4 .center_box .content1 .swiper_box ul li .centerInfo {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border-radius: 0.2rem;
  overflow: hidden;
}
.ins_721ProductCon4 .center_box .content1 .swiper_box ul li .centerInfo .left_box {
  width: 59.8%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_721ProductCon4 .center_box .content1 .swiper_box ul li .centerInfo .left_box .img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.ins_721ProductCon4 .center_box .content1 .swiper_box ul li .centerInfo .left_box .img img,
.ins_721ProductCon4 .center_box .content1 .swiper_box ul li .centerInfo .left_box .img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-size: 0;
}
.ins_721ProductCon4 .center_box .content1 .swiper_box ul li .centerInfo .left_box .icon {
  position: absolute;
  z-index: 5;
  cursor: pointer;
  width: 0.62rem;
}
.ins_721ProductCon4 .center_box .content1 .swiper_box ul li .centerInfo .right_box {
  width: 40.2%;
  padding: 0.71rem 0.62rem;
  padding-right: 0.4rem;
  padding-bottom: 0.61rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 0.5rem;
}
.ins_721ProductCon4 .center_box .content1 .swiper_box ul li .centerInfo .right_box .word {
  width: 100%;
  height: auto;
}
.ins_721ProductCon4 .center_box .content1 .swiper_box ul li .centerInfo .right_box .word .t1 {
  margin-top: 0.74rem;
  color: #3C250B;
  line-height: 1.4;
  font-weight: 600;
}
.ins_721ProductCon4 .center_box .content1 .swiper_box ul li .centerInfo .right_box .word .t2 {
  margin-top: 0.2rem;
  color: #3C250B;
}
.ins_721ProductCon4 .center_box .content1 .swiper_box ul li .centerInfo .right_box .word .icon {
  /*height: 0.3rem;*/
}
@media (max-width: 990px) {
  .ins_721ProductCon4 .center_box {
    width: 100%;
    height: auto;
  }
  .ins_721ProductCon4 .center_box .content1 .btn {
    display: none;
  }
  .ins_721ProductCon4 .center_box .content1 .swiper_box {
    width: 100%;
    height: auto;
  }
  .ins_721ProductCon4 .center_box .content1 .swiper_box ul li {
    width: 100%;
    height: auto;
  }
  .ins_721ProductCon4 .center_box .content1 .swiper_box ul li .centerInfo {
    gap: 0;
  }
  .ins_721ProductCon4 .center_box .content1 .swiper_box ul li .centerInfo .left_box .img {
    min-height: 300px;
  }
  .ins_721ProductCon4 .center_box .content1 .swiper_box ul li .centerInfo .right_box {
    padding: 0.4rem;
    gap: 0.15rem;
  }
  .ins_721ProductCon4 .center_box .content1 .swiper_box ul li .centerInfo .right_box .word .t1 {
    margin-top: 0.5rem;
  }
  .ins_721ProductCon4 .center_box .content1 .swiper_box ul li .centerInfo .right_box .word .t2 {
    margin-top: 0.1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
}
.ins_721ProductCon5 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 1.11rem;
  padding-bottom: 1.04rem;
}
.ins_721ProductCon5 .center_box {
  width: 100%;
  height: auto;
}
.ins_721ProductCon5 .center_box .content1 {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0.65rem 0;
}
.ins_721ProductCon5 .center_box .content1 .word {
  width: 100%;
  height: auto;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #DFB984;
}
.ins_721ProductCon5 .center_box .content1 .word .t2 {
  font-weight: 600;
}
.ins_721ProductCon5 .center_box .content1 .icon {
  width: 25.5%;
  position: absolute;
}
.ins_721ProductCon5 .center_box .content2 {
  width: 100%;
  height: auto;
}
.ins_721ProductCon5 .center_box .content2 .img {
  width: 100%;
  height: auto;
}
.ins_721ProductCon5 .center_box .content2 .img img {
  width: 100%;
  height: auto;
}
.ins_721ProductCon5 .center_box .content3 {
  width: 100%;
  height: auto;
  padding: 0.3rem 0;
}
.ins_721ProductCon5 .center_box .content3 .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 0.13rem;
}
.ins_721ProductCon5 .center_box .content3 .item_box .item {
  width: 100%;
  height: auto;
  background: #FFFFFF;
  border-radius: 0.14rem;
  overflow: hidden;
}
.ins_721ProductCon5 .center_box .content3 .item_box .item .pb {
  padding-bottom: 51%;
}
.ins_721ProductCon5 .center_box .content3 .item_box .item .pb .ab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_721ProductCon5 .center_box .content3 .item_box .item .pb .ab img {
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_721ProductCon5 .center_box .content3 .item_box .item:hover .pb .ab img {
  transform: scale(1.02);
}
@media (max-width: 990px) {
  .ins_721ProductCon5 .center_box .content3 .item_box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
.ins_721ProductCon5 .swiper_info {
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 0.13rem;
  position: relative;
  z-index: 1;
}
.ins_721ProductCon5 .swiper_info::after {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, #12100bcc, #12100B00);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 10;
  top: 0;
  left: 0;
}
.ins_721ProductCon5 .swiper_info::before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  background: linear-gradient(-90deg, #12100bcc, #12100B00);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 10;
  top: 0;
  right: 0;
}
.ins_721ProductCon5 .swiper_box {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.ins_721ProductCon5 .swiper_box ul {
  transition-timing-function: linear !important;
}
.ins_721ProductCon5 .swiper_box ul li {
  width: 10%;
  height: auto;
}
.ins_721ProductCon5 .swiper_box ul li .centerInfo {
  width: 100%;
  height: auto;
  border-radius: 0.08rem;
  background: rgba(221, 221, 221, 0.212);
  cursor: pointer;
  background: #FFFFFF;
  border-radius: 0.1rem;
  overflow: hidden;
}
.ins_721ProductCon5 .swiper_box ul li .centerInfo .pb {
  padding-bottom: 51%;
}
.ins_721ProductCon5 .swiper_box ul li .centerInfo .pb .ab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_721ProductCon5 .swiper_box ul li .centerInfo .pb .ab img {
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 990px) {
  .ins_721ProductCon5 .center_box .content3,
  .ins_721ProductCon5 .center_box .content2 {
    display: none !important;
  }
  .ins_721ProductCon5 .swiper_info {
    display: flex !important;
  }
}
.ins_721ProductCon6 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 1.04rem;
  padding-bottom: 1.2rem;
}
.ins_721ProductCon6 .center_box {
  width: 100%;
  height: auto;
}
.ins_721ProductCon6 .center_box .content1 {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding-top: 0.85rem;
  position: relative;
  z-index: 1;
}
.ins_721ProductCon6 .center_box .content1 .btn {
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  cursor: pointer;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_721ProductCon6 .center_box .content1 .btn.next {
  left: 100%;
  transform: translateX(0.21rem);
}
.ins_721ProductCon6 .center_box .content1 .btn.prev {
  right: 100%;
  transform: translateX(-0.21rem);
}
.ins_721ProductCon6 .center_box .content1 .btn:hover {
  opacity: 0.8;
}
.ins_721ProductCon6 .center_box .content1 .swiper_box {
  width: 40%;
}
.ins_721ProductCon6 .center_box .content1 .swiper_box ul li {
  width: 100%;
  height: auto;
}
.ins_721ProductCon6 .center_box .content1 .swiper_box ul li .centerInfo {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 0.2rem;
  overflow: hidden;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scale(0.9);
  opacity: 0.5;
}
.ins_721ProductCon6 .center_box .content1 .swiper_box ul li .centerInfo img {
  width: 100%;
  height: auto;
}
.ins_721ProductCon6 .center_box .content1 .swiper_box ul li.swiper-slide-next {
  opacity: 1 !important;
}
.ins_721ProductCon6 .center_box .content1 .swiper_box ul li.swiper-slide-next .centerInfo {
  transform: translateX(80%) scale(0.9);
  opacity: 0.4;
}
.ins_721ProductCon6 .center_box .content1 .swiper_box ul li.swiper-slide-prev {
  opacity: 1 !important;
}
.ins_721ProductCon6 .center_box .content1 .swiper_box ul li.swiper-slide-prev .centerInfo {
  transform: translateX(-80%) scale(0.9);
  opacity: 0.4;
}
.ins_721ProductCon6 .center_box .content1 .swiper_box ul li.swiper-slide-active {
  z-index: 10;
}
.ins_721ProductCon6 .center_box .content1 .swiper_box ul li.swiper-slide-active .centerInfo {
  opacity: 1;
  box-shadow: 0 0 50px 1px #000;
  transform: scale(1);
}
.ins_721ProductCon6 .center_box .content1 .idxPageShow721 {
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
}
@media (max-width: 990px) {
  .ins_721ProductCon6 .center_box .content1 .btn {
    display: none;
  }
  .ins_721ProductCon6 .center_box .content1 .swiper_box {
    width: 80%;
  }
}
.ins_721ProductCon7 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 1.2rem;
  padding-bottom: 1.61rem;
}
.ins_721ProductCon7 .center_box {
  width: 100%;
  height: auto;
}
.ins_721ProductCon7 .center_box .content1 {
  width: 100%;
  height: auto;
  margin-top: 0.75rem;
  position: relative;
  z-index: 1;
}
.ins_721ProductCon7 .center_box .content1 .left_box {
  width: 43%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ins_721ProductCon7 .center_box .content1 .left_box .swiper_box {
  width: 100%;
  height: auto;
  display: none;
}
.ins_721ProductCon7 .center_box .content1 .left_box .swiper_box ul li {
  width: 100%;
  height: auto;
}
.ins_721ProductCon7 .center_box .content1 .left_box .swiper_box ul li .item {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_721ProductCon7 .center_box .content1 .left_box .swiper_box ul li .item .img {
  width: 100%;
  height: auto;
}
.ins_721ProductCon7 .center_box .content1 .left_box .swiper_box ul li .item .word {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.12rem 0.26rem;
  color: #FFFFFF;
  font-size: var(--font20);
}
.ins_721ProductCon7 .center_box .content1 .left_box .idxPageShow7212 {
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 10;
  position: relative;
  z-index: 1;
  margin-top: 0.2rem;
  display: none;
}
.ins_721ProductCon7 .center_box .content1 .left_box .item_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 0.22rem;
}
.ins_721ProductCon7 .center_box .content1 .left_box .item_box .item {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_721ProductCon7 .center_box .content1 .left_box .item_box .item .img {
  width: 100%;
  height: auto;
}
.ins_721ProductCon7 .center_box .content1 .left_box .item_box .item .word {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.12rem 0.26rem;
  color: #FFFFFF;
  font-size: var(--font20);
}
.ins_721ProductCon7 .center_box .content1 .right_box {
  width: 55%;
  height: 100%;
  background: linear-gradient(90deg, #F5EFE2 0%, #FFFEFC 50%, #F0E4C9 100%);
  border-radius: 0.1rem;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0.49rem 0;
}
.ins_721ProductCon7 .center_box .content1 .right_box .item_box {
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 0 0.49rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 0.22rem;
}
.ins_721ProductCon7 .center_box .content1 .right_box .item_box .item {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-size: var(--font20);
  color: #3c250b80;
  position: relative;
  z-index: 1;
  gap: 0.5rem;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_721ProductCon7 .center_box .content1 .right_box .item_box .item .word {
  width: 100%;
  height: auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.ins_721ProductCon7 .center_box .content1 .right_box .item_box .item .icon {
  flex-shrink: 0;
  width: fit-content;
}
.ins_721ProductCon7 .center_box .content1 .right_box .item_box .item:hover {
  color: #3c250b;
}
.ins_721ProductCon7 .center_box .content2 {
  width: 100%;
  height: auto;
  margin-top: 2.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.ins_721ProductCon7 .center_box .content2 .img img {
  width: 100%;
  height: auto;
}
.ins_721ProductCon7 .center_box .content2 .word {
  width: 100%;
  height: auto;
  margin-top: 0.28rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 0.05rem;
  font-size: var(--font24n);
  margin-top: 0.22rem;
  color: #B4864C;
}
.ins_721ProductCon7 .center_box .content2 .word span {
  font-weight: 600;
  opacity: 0.5;
}
.ins_721ProductCon7 .center_box .content2 .word img {
  width: 0.2rem;
}
@media (max-width: 990px) {
  .ins_721ProductCon7 .center_box .content1 {
    width: 100%;
    height: auto;
  }
  .ins_721ProductCon7 .center_box .content1 .left_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .ins_721ProductCon7 .center_box .content1 .left_box .swiper_box {
    width: 100%;
    height: auto;
    display: block !important;
  }
  .ins_721ProductCon7 .center_box .content1 .left_box .idxPageShow7212 {
    display: flex !important;
  }
  .ins_721ProductCon7 .center_box .content1 .left_box .item_box {
    display: none;
  }
  .ins_721ProductCon7 .center_box .content1 .right_box {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
  }
  .ins_721ProductCon7 .center_box .content1 .right_box .item_box {
    width: 100%;
    height: auto;
    max-height: 5rem;
  }
  .ins_721ProductCon7 .center_box .content1 .right_box .item_box .item {
    width: 100%;
    height: auto;
    gap: 0.2rem;
    font-size: 12px;
  }
}
.pointItem {
  width: 100%;
  height: 0;
  transform: translateY(-1.3rem);
}
.ins_721ProductCon8 {
  width: auto;
  height: 100vh;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_721ProductCon8 .item_box {
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 0.2rem;
}
.ins_721ProductCon8 .item_box .item {
  width: fit-content;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.15rem;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.ins_721ProductCon8 .item_box .item i {
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  background: #EFB572;
  opacity: 0.21;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_721ProductCon8 .item_box .item span {
  color: #978775;
  font-size: var(--font14n);
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: max-content;
  left: 0.27rem;
}
.ins_721ProductCon8 .item_box .item.active i {
  opacity: 1;
  background: #EFB572;
}
.ins_721ProductCon8 .item_box .item.active span {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.ins_721ProductCon8 .item_box .item:hover i {
  opacity: 1;
}
@media (max-width: 990px) {
  .ins_721ProductCon8 {
    display: none;
  }
}
.toUp721 {
  position: fixed;
  bottom: 0.2rem;
  right: 0;
  z-index: 100;
  cursor: pointer;
  transform: translateY(100%) scale(0);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 0.48rem;
  min-width: 30px;
}
.toUp721.active {
  transform: translateY(0) scale(1);
}
#hi-video-pop .hi-video-box .hi-video-wrap {
  border: 0 !important; width: 55% !important; height: auto !important;
}
#hi-video-pop .hi-video-box .hi-video-wrap video {
    width: auto;
  height: 100%;
  object-fit: unset;
}

#hi-video-pop{
     background: #26262678;
}

.ins_721ProductCon4 .center_box .content1 .swiper_box ul li .centerInfo .right_box .word .icon {
    width: 1.6rem; min-width: 120px;
}


.ins_721ProductCon5.protwo .swiper_info { display: none; }

@media (max-width:990px) {
    .ins_721ProductCon5.protwo .swiper_info { display: flex !important; }
}


.ins_procuct2_28_1.YZai802 .center_box .word .ins_t28 { margin-top: 0; }
.ins_procuct2_28_1.YZai802 .center_box .word .word .t2 { margin-top: 0.3rem; }
.ins_procuct2_28_1.YZai802 .center_box .word .ins_m228 { margin-top: 0.36rem; }
.ins_procuct2_28_1.YZai802 .center_box .word { width: 35%; }
.ins_procuct2_28_2.YZai802 { padding-top: 1.02rem; padding-bottom: 1.6rem; }
.ins_procuct2_28_2.YZai802 .center_box .video_box video { width: 66.6%; height: auto; }
.ins_procuct2_28_2.YZai802 .center_box .video_box {  display: flex; justify-content: center; }
.ins_procuct2_28_2.YZai802 .center_box .video_box { margin-top: 0.74rem; }










/*//////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////    8-2    ////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////*/









.w1430n {
  width: 100%;
  height: auto;
  max-width: 1430px;
  margin: 0 auto;
}
@media (max-width:1920px) {
  .w1430n {
    max-width: 74.479%;
  }
}
@media (max-width: 990px) {
  .w1430n {
    max-width: 100%;
    padding: 0 20px;
  }
}
.title802 {
  width: 100%;
  height: auto;
}
.title802 .t1 {
  text-align: center;
  font-weight: 600;
}
@media (max-width: 990px) {
  .title802 {
    width: 100%;
    height: auto;
    padding-left: 0.56rem;
  }
  .title802 .t1 {
    text-align: start;
  }
}
.idxLineBox {
  width: 100%;
  height: auto;
  margin-top: 0.58rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.2rem;
  padding-left: 0.56rem;
}
.idxLineBox span {
  width: 0.78rem;
  height: 0.11rem;
  opacity: 0.1;
  background: #000000;
  border-radius: 0;
}
.idxLineBox span.swiper-pagination-bullet-active {
  opacity: 0.8;
  background: #3d6ff5;
}
.ins_802ProductCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ins_802ProductCon1 .content {
  width: 100%;
  height: auto;
  position: absolute;
  padding-top: 0.96rem;
}
.ins_802ProductCon1 .content .center_box {
  width: 100%;
  height: auto;
  text-align: center;
}
.ins_802ProductCon1 .content .center_box .t1 {
  text-align: center;
  font-weight: 600;
}
@media (max-width: 990px) {
  .ins_802ProductCon1 .content {
    padding-top: 1.1rem;
  }
}
.ins_802ProductCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 0 0.6rem;
  padding-top: 1.08rem;
  padding-bottom: 0.77rem;
}
.ins_802ProductCon2 .center_box {
  width: 100%;
  height: auto;
}
.ins_802ProductCon2 .center_box .content {
  width: 100%;
  height: auto;
  margin-top: 0.96rem;
}
.ins_802ProductCon2 .center_box .content .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.32rem;
}
.ins_802ProductCon2 .center_box .content .item_box .item {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  border-radius: 0.15rem;
  overflow: hidden;
}
.ins_802ProductCon2 .center_box .content .item_box .item .img {
  width: 100%;
  height: auto;
}
.ins_802ProductCon2 .center_box .content .item_box .item .img img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_802ProductCon2 .center_box .content .item_box .item .word {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.63rem 0.29rem;
  padding-right: 0.5rem;
}
.ins_802ProductCon2 .center_box .content .item_box .item .word .t1 {
  color: #000;
  font-weight: 500;
}
.ins_802ProductCon2 .center_box .content .item_box .item .word .t2 {
  width: 100%;
  height: auto;
  margin-top: 0.19rem;
  color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transform: translateY(0.2rem);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_802ProductCon2 .center_box .content .item_box .item:hover .img img {
  transform: scale(1.05);
}
.ins_802ProductCon2 .center_box .content .item_box .item:hover .word .t2 {
  transform: translateY(0);
  opacity: 1;
}
@media (max-width: 990px) {
  .ins_802ProductCon2 {
    display: none !important;
  }
}
.ins_802ProductCon2wap {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 0 0.35rem;
  padding-top: 1.57rem;
  padding-bottom: 1.23rem;
  display: none;
}
.ins_802ProductCon2wap .center_box {
  width: 100%;
  height: auto;
}
.ins_802ProductCon2wap .center_box .title802 {
  width: 100%;
  height: auto;
  padding-left: 0.56rem;
}
.ins_802ProductCon2wap .center_box .title802 p {
  text-align: start;
}
.ins_802ProductCon2wap .center_box .content {
  width: 100%;
  height: auto;
  margin-top: 0.65rem;
}
.ins_802ProductCon2wap .center_box .content .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0.33rem;
}
.ins_802ProductCon2wap .center_box .content .item_box .item {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  border-radius: 0.15rem;
  overflow: hidden;
}
.ins_802ProductCon2wap .center_box .content .item_box .item .img {
  width: 100%;
  height: auto;
}
.ins_802ProductCon2wap .center_box .content .item_box .item .img img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_802ProductCon2wap .center_box .content .item_box .item .word {
  width: 62%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.4rem 0.36rem;
  padding-right: 0.5rem;
}
.ins_802ProductCon2wap .center_box .content .item_box .item .word .t1 {
  color: #000;
  font-weight: 500;
}
.ins_802ProductCon2wap .center_box .content .item_box .item .word .t2 {
  width: 100%;
  height: auto;
  margin-top: 0.19rem;
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_802ProductCon2wap .center_box .content .item_box .item:hover .img img {
  transform: scale(1.05);
}
.ins_802ProductCon2wap .center_box .content .item_box .item:hover .word .t2 {
  transform: translateY(0);
  opacity: 1;
}
@media (max-width: 990px) {
  .ins_802ProductCon2wap {
    display: block !important;
  }
}
.ins_802ProductCon3 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 1.1rem;
  padding-bottom: 1.22rem;
  background: #f9fbff;
}
.ins_802ProductCon3 .center_box {
  width: 100%;
  height: auto;
}
.ins_802ProductCon3 .center_box .content {
  width: 100%;
  height: auto;
  margin-top: 0.7rem;
}
.ins_802ProductCon3 .center_box .content .item_box {
  width: 88.7%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
.ins_802ProductCon3 .center_box .content .item_box::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: #d2d2d2;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_802ProductCon3 .center_box .content .item_box .item {
  width: 100%;
  height: auto;
  padding-bottom: 0.17rem;
  font-size: var(--font34n);
  text-align: center;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
}
.ins_802ProductCon3 .center_box .content .item_box .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0%;
  height: 0.06rem;
  background: #3d6ff6;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translateY(25%);
}
.ins_802ProductCon3 .center_box .content .item_box .item.active::after {
  width: 100%;
}
.ins_802ProductCon3 .center_box .content .swiper_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 0.47rem;
}
.ins_802ProductCon3 .center_box .content .swiper_box ul li {
  width: 100%;
  height: auto;
}
.ins_802ProductCon3 .center_box .content .swiper_box ul li .centerInfo {
  width: 100%;
  height: auto;
}
.ins_802ProductCon3 .center_box .content .swiper_box ul li .centerInfo .img {
  width: 100%;
  height: auto;
}
.ins_802ProductCon3 .center_box .content .swiper_box ul li .centerInfo .img img {
  width: 100%;
  height: auto;
}
.ins_802ProductCon3 .center_box .content .swiper_box ul li .centerInfo .list {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 0.42rem;
  gap: 0.42rem;
}
.ins_802ProductCon3 .center_box .content .swiper_box ul li .centerInfo .list .one {
  width: 100%;
  height: auto;
  padding: 0 0.42rem;
  position: relative;
  z-index: 1;
}
.ins_802ProductCon3 .center_box .content .swiper_box ul li .centerInfo .list .one::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #D2D2D2;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_802ProductCon3 .center_box .content .swiper_box ul li .centerInfo .list .one .t1 {
  color: #3D6FF6;
}
.ins_802ProductCon3 .center_box .content .swiper_box ul li .centerInfo .list .one .t2 {
  margin-top: 0.15rem;
  color: rgba(0, 0, 0, 0.4);
}
.ins_802ProductCon3 .center_box .content .swiper_box ul li .centerInfo .list .one:last-child::before {
  opacity: 0;
}
.ins_802ProductCon3wap {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 1.3rem;
  padding-bottom: 0.96rem;
  background: #f9fbff;
}
.ins_802ProductCon3wap .center_box {
  width: 100%;
  height: auto;
}
.ins_802ProductCon3wap .center_box .content {
  width: 100%;
  height: auto;
  margin-top: 0.7rem;
}
.ins_802ProductCon3wap .center_box .content .swiper_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  margin-top: 0.47rem;
}
.ins_802ProductCon3wap .center_box .content .swiper_box ul li {
  width: 100%;
  height: auto;
}
.ins_802ProductCon3wap .center_box .content .swiper_box ul li .centerInfo {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border-radius: 0.2rem;
  overflow: hidden;
  box-shadow: 0 0 20px 1px #0000001a;
}
.ins_802ProductCon3wap .center_box .content .swiper_box ul li .centerInfo .img {
  width: 100%;
  height: auto;
}
.ins_802ProductCon3wap .center_box .content .swiper_box ul li .centerInfo .img img {
  width: 100%;
  height: auto;
}
.ins_802ProductCon3wap .center_box .content .swiper_box ul li .centerInfo .list {
  width: 100%;
  height: auto;
  margin-top: 0.64rem;
  gap: 0.3rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  padding-bottom: 0.8rem;
}
.ins_802ProductCon3wap .center_box .content .swiper_box ul li .centerInfo .list .one {
  width: 100%;
  height: auto;
  padding: 0 0.42rem;
  position: relative;
  z-index: 1;
}
.ins_802ProductCon3wap .center_box .content .swiper_box ul li .centerInfo .list .one .t1 {
  color: #3D6FF6;
}
.ins_802ProductCon3wap .center_box .content .swiper_box ul li .centerInfo .list .one .t2 {
  margin-top: 0.15rem;
  color: rgba(0, 0, 0, 0.4);
}
.ins_802ProductCon3wap .center_box .content .swiper_box ul li .centerInfo .list .one:last-child::before {
  opacity: 0;
}
.ins_802ProductCon4 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 1.08rem;
  padding-bottom: 1.3rem;
}
.ins_802ProductCon4 .center_box {
  width: 100%;
  height: auto;
}
.ins_802ProductCon4 .center_box .content {
  width: 100%;
  height: auto;
  margin-top: 0.7rem;
}
.ins_802ProductCon4 .center_box .content .item_box {
  width: 88.7%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
.ins_802ProductCon4 .center_box .content .item_box::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: #d2d2d2;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_802ProductCon4 .center_box .content .item_box .item {
  width: 100%;
  height: auto;
  padding-bottom: 0.16rem;
  font-size: var(--font34n);
  text-align: center;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
}
.ins_802ProductCon4 .center_box .content .item_box .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0%;
  height: 0.06rem;
  background: #3d6ff6;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translateY(25%);
}
.ins_802ProductCon4 .center_box .content .item_box .item.active::after {
  width: 100%;
}
.ins_802ProductCon4 .center_box .content .swiper_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 0.68rem;
}
.ins_802ProductCon4 .center_box .content .swiper_box ul li {
  width: 100%;
  height: auto;
}
.ins_802ProductCon4 .center_box .content .swiper_box ul li .centerInfo {
  width: 100%;
  height: auto;
}
.ins_802ProductCon4 .center_box .content .swiper_box ul li .centerInfo .img {
  width: 100%;
  height: auto;
}
.ins_802ProductCon4 .center_box .content .swiper_box ul li .centerInfo .img img {
  width: 100%;
  height: auto;
}
.ins_802ProductCon4 .center_box .content .swiper_box ul li .centerInfo .name {
  width: 100%;
  height: auto;
  margin-top: 0.22rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  overflow: hidden;
}
.ins_802ProductCon4 .center_box .content .swiper_box ul li .centerInfo .name span {
  width: fit-content;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_802ProductCon4 .center_box .content .swiper_box ul li .centerInfo .name span::after {
  content: '';
  position: absolute;
  right: calc(100% + 0.42rem);
  width: 100vw;
  height: 1px;
  background: #D2D2D2;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_802ProductCon4 .center_box .content .swiper_box ul li .centerInfo .name span::before {
  content: '';
  position: absolute;
  left: calc(100% + 0.42rem);
  width: 100vw;
  height: 1px;
  background: #D2D2D2;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_802ProductCon4 .center_box .content .swiper_box ul li .centerInfo .list {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 0.2rem;
  gap: 0.22rem;
}
.ins_802ProductCon4 .center_box .content .swiper_box ul li .centerInfo .list .one {
  width: 100%;
  height: auto;
  padding: 0.17rem;
  padding-bottom: 0.09rem;
  position: relative;
  z-index: 1;
  background: #f1f4f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  border-radius: 0.15rem;
  overflow: hidden;
}
.ins_802ProductCon4 .center_box .content .swiper_box ul li .centerInfo .list .one .icon {
  width: 1.1rem;
  height: 0.66rem;
}
.ins_802ProductCon4 .center_box .content .swiper_box ul li .centerInfo .list .one .word {
  margin-top: 0.08rem;
  text-align: center;
}
.ins_802ProductCon4wap {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 1.11rem;
  padding-bottom: 0.57rem;
}
.ins_802ProductCon4wap .center_box {
  width: 100%;
  height: auto;
}
.ins_802ProductCon4wap .center_box .content {
  width: 100%;
  height: auto;
  margin-top: 0.7rem;
}
.ins_802ProductCon4wap .center_box .content .item_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 1;
}
.ins_802ProductCon4wap .center_box .content .item_box::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: #d2d2d2;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_802ProductCon4wap .center_box .content .item_box .item {
  width: 100%;
  height: auto;
  padding-bottom: 0.16rem;
  font-size: var(--font34n);
  text-align: center;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
}
.ins_802ProductCon4wap .center_box .content .item_box .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0%;
  height: 0.06rem;
  background: #3d6ff6;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translateY(25%);
}
.ins_802ProductCon4wap .center_box .content .item_box .item.active::after {
  width: 100%;
}
.ins_802ProductCon4wap .center_box .content .swiper_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 0.54rem;
}
.ins_802ProductCon4wap .center_box .content .swiper_box ul li {
  width: 100%;
  height: auto;
}
.ins_802ProductCon4wap .center_box .content .swiper_box ul li .centerInfo {
  width: 100%;
  height: auto;
}
.ins_802ProductCon4wap .center_box .content .swiper_box ul li .centerInfo .img {
  width: 100%;
  height: auto;
}
.ins_802ProductCon4wap .center_box .content .swiper_box ul li .centerInfo .img img {
  width: 100%;
  height: auto;
}
.ins_802ProductCon4wap .center_box .content .swiper_box ul li .centerInfo .name {
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
  padding-left: 0.56rem;
}
.ins_802ProductCon4wap .center_box .content .swiper_box ul li .centerInfo .list {
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
  gap: 0.17rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.ins_802ProductCon4wap .center_box .content .swiper_box ul li .centerInfo .list .one {
  width: 100%;
  height: auto;
  padding: 0.17rem;
  padding-bottom: 0.09rem;
  position: relative;
  z-index: 1;
  background: #f1f4f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  border-radius: 0.15rem;
  overflow: hidden;
}
.ins_802ProductCon4wap .center_box .content .swiper_box ul li .centerInfo .list .one .icon {
  width: 1.1rem;
  height: 0.66rem;
}
.ins_802ProductCon4wap .center_box .content .swiper_box ul li .centerInfo .list .one .word {
  margin-top: 0.08rem;
  text-align: center;
}
.ins_802ProductCon4wap .center_box .content .swiper_box ul li .centerInfo .list.list2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr) !important;
}
.ins_802ProductCon4wap .center_box .content .swiper_box ul li .centerInfo .list.list2 .one:last-child {
  grid-column: span 3;
}
.ins_802ProductCon5 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.3rem 0;
}
.ins_802ProductCon5 .center_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 2.43rem;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.ins_802ProductCon5 .center_box .left {
  width: 38.5%;
}
.ins_802ProductCon5 .center_box .left .content {
  width: 100%;
  height: auto;
  background: #FFFFFF;
  padding: 0.86rem 0.55rem;
  padding-bottom: 0.65rem;
}
.ins_802ProductCon5 .center_box .left .content .word_box {
  width: 100%;
  height: auto;
}
.ins_802ProductCon5 .center_box .left .content .word_box .t1 {
  font-weight: 600;
}
.ins_802ProductCon5 .center_box .left .content .word_box .t2 {
  margin-top: 0.05rem;
}
.ins_802ProductCon5 .center_box .left .content .item_box {
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 0.2rem;
}
.ins_802ProductCon5 .center_box .left .content .item_box .item {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #CCCCCC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.1rem;
  font-size: var(--font16n);
}
.ins_802ProductCon5 .center_box .left .content .item_box .item input {
  width: 100%;
  height: 42px;
}
.ins_802ProductCon5 .center_box .left .content .item_box .item span {
  flex-shrink: 0;
  color: #67696D;
}
.ins_802ProductCon5 .center_box .left .content .item_box .item span i {
  color: #FF3C3C;
}
.ins_802ProductCon5 .center_box .left .content .layui_item {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 0.57rem;
}
.ins_802ProductCon5 .center_box .left .content .layui_item .layui-form-checkbox[lay-skin=primary] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse;
  gap: 0.1rem;
  padding: 0;
}
.ins_802ProductCon5 .center_box .left .content .layui_item .layui-form-checkbox[lay-skin=primary] > div {
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: var(--font14n);
  color: #67696D;
}
.ins_802ProductCon5 .center_box .left .content .layui_item .layui-form-checkbox[lay-skin=primary] > i {
  transform: translateY(0.2em);
  width: 0.14rem;
  height: 0.14rem;
  min-width: 10px;
  min-height: 10px;
  position: relative;
  z-index: 1;
  top: unset;
  right: unset;
  left: unset;
  bottom: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: none;
  border: 1px solid #000000;
  flex-shrink: 0;
}
.ins_802ProductCon5 .center_box .left .content .layui_item .layui-form-checkbox[lay-skin=primary] > i::before {
  opacity: 0;
  font-size: 13px;
}
.ins_802ProductCon5 .center_box .left .content .layui_item .layui-form-checked[lay-skin=primary] > i {
  background: #3D6FF6;
}
.ins_802ProductCon5 .center_box .left .content .layui_item .layui-form-checked[lay-skin=primary] > i::before {
  opacity: 1;
}
.ins_802ProductCon5 .center_box .left .content .layui_item .layui-form-checkbox > div {
  white-space: unset;
  text-overflow: unset;
}
.ins_802ProductCon5 .center_box .left .content .layui_item .layui-form-checkbox > div a {
  display: contents;
}
.ins_802ProductCon5 .center_box .left .content .layui_item .layui-form-checked[lay-skin=primary] > i {
  border-color: #3D6FF6 !important;
}
.ins_802ProductCon5 .center_box .left .content .butbox {
  width: 100%;
  height: auto;
  margin-top: 0.19rem;
}
.ins_802ProductCon5 .center_box .left .content .butbox button {
  width: 100%;
  height: auto;
  padding: 0.15rem;
  background: #000000;
  border: 0;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: var(--font18n);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_802ProductCon5 .center_box .left .content .butbox button:hover {
  opacity: 0.8;
}
.ins_802ProductCon5 .center_box .right {
  width: 32.6%;
}
.ins_802ProductCon5 .center_box .right .content {
  width: 100%;
  height: auto;
  background: #FFFFFFe6;
  padding: 0.46rem 0.38rem;
}
.ins_802ProductCon5 .center_box .right .content .t2 {
  margin-top: 0.18rem;
  line-height: 1.9;
  font-weight: 600;
}
.ins_802ProductCon5 .center_box .right .content .more {
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.05rem;
  font-size: var(--font14n);
  margin-top: 0.23rem;
  color: #3D6FF6;
}
.ins_802ProductCon5 .center_box .right .content .more img {
  width: 0.11rem;
  min-width: 8px;
}
.ins_802ProductCon5 .imgbg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.ins_802ProductCon5 .imgbg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 990px) {
  .ins_802ProductCon5 {
    padding-top: 0.88rem;
    padding-bottom: 1.72rem;
  }
  .ins_802ProductCon5 .center_box {
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .ins_802ProductCon5 .center_box .left {
    width: 100%;
    height: auto;
  }
  .ins_802ProductCon5 .center_box .left .content {
    padding: 0.65rem 0.7rem;
    padding-top: 0.85rem;
  }
  .ins_802ProductCon5 .center_box .right {
    display: none;
  }
}
.ins_802ProductCon6 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 1.14rem;
  padding-bottom: 0.99rem;
  background-image: url(../images/8-2/z15.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: none !important;
}
.ins_802ProductCon6 .center_box {
  width: 100%;
  height: auto;
}
.ins_802ProductCon6 .center_box .word {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.ins_802ProductCon6 .center_box .word .t1 {
  text-align: center;
  font-weight: 600;
}
.ins_802ProductCon6 .center_box .word .more {
  min-width: 2.06rem;
  margin-top: 0.25rem;
  height: 0.54rem;
  background: linear-gradient(0deg, #3d6ff51A 10%, #3d6ff5 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 100px;
  padding: 0.1rem;
  font-size: var(--font24n);
  min-height: 40px;
  color: #FFFFFF;
  padding: 0 0.42rem;
}
.ins_802ProductCon2 .center_box .content .item_box .item .word .t2 {     line-height: 1.8; }


/*#F0F2F5*/


.swi802 {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 0.58rem;
}
.swi802 .icon {
  flex-shrink: 0;
  font-size: var(--font20);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.05rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #2A86F9;
}
.swi802 .icon img {
  width: 0.16rem;
  transform: rotate(180deg);
}
.swi802 .idxLineBox {
  margin-top: 0;
}


.ins_802ProductCon7 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 2.91rem;
  padding-bottom: 1.95rem;
}
.ins_802ProductCon7 .center_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ins_802ProductCon7 .center_box .left_box {
  width: 43%;
}
.ins_802ProductCon7 .center_box .left_box .title {
  font-weight: 600;
  padding-left: 0.16rem;
}
.ins_802ProductCon7 .center_box .left_box .item_box {
  width: 100%;
  height: auto;
  margin-top: 0.73rem;
}
.ins_802ProductCon7 .center_box .left_box .item_box .item {
  width: 100%;
  height: auto;
}
.ins_802ProductCon7 .center_box .left_box .item_box .item .top {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.14rem;
  padding: 0.2rem 0.33rem;
  cursor: pointer;
  border-radius: 0.1rem;
}
.ins_802ProductCon7 .center_box .left_box .item_box .item .top span {
  font-size: var(--font28n);
}
.ins_802ProductCon7 .center_box .left_box .item_box .item .top img {
  width: 0.2rem;
  min-width: 12px;
  filter: brightness(0) invert(0);
}
.ins_802ProductCon7 .center_box .left_box .item_box .item .bot {
  width: 100%;
  height: auto;
  padding: 0.3rem 0.33rem;
  display: none;
  padding-bottom: 0.15rem;
}
.ins_802ProductCon7 .center_box .left_box .item_box .item .bot .word {
  width: 100%;
  height: auto;
  padding-left: 0.27rem;
  position: relative;
  z-index: 1;
  line-height: 2;
  color: #00000080;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: var(--font18n);
}
.ins_802ProductCon7 .center_box .left_box .item_box .item .bot .word::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 0.5rem;
  background: #3D6FF6;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  left: 0;
}
.ins_802ProductCon7 .center_box .left_box .item_box .item.active .top {
  color: #336DF4;
  background: linear-gradient(0deg, rgba(133, 174, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 4px 7px 10px 2px rgba(215, 227, 255, 0.5), inset 2px -2px 2px 2px #FFFFFF, inset 0px 0px 2px 2px rgba(94, 151, 255, 0.11);
  padding: 0.25rem 0.33rem;
  padding-right: 0.2rem;
  font-weight: 600;
}
.ins_802ProductCon7 .center_box .left_box .item_box .item.active .top span {
  font-size: var(--font36n);
}
.ins_802ProductCon7 .center_box .left_box .item_box .item.active .top img {
  filter: unset;
  transform: rotate(-90deg);
}
.ins_802ProductCon7 .center_box .left_box .item_box .item.active .bot {
  display: block !important;
}
.ins_802ProductCon7 .center_box .right_box {
  width: 50%;
}
.ins_802ProductCon7 .center_box .right_box .swiper_box {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.ins_802ProductCon7 .center_box .right_box .swiper_box ul li {
  width: 100%;
  height: auto;
}
.ins_802ProductCon7 .center_box .right_box .swiper_box ul li .img {
  width: 100%;
  height: auto;
}
.ins_802ProductCon7 .center_box .right_box .swiper_box ul li .img .pb {
  padding-bottom: 83.2%;
}
.ins_802ProductCon7 .center_box .right_box .swiper_box ul li .img .pb .ab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_802ProductCon7.bgF9FBFF {
  background: #F9FBFF;
}
@media (max-width: 990px) {
  .ins_802ProductCon7 {
    padding-top: 1.99rem;
    padding-bottom: 0.99rem;
  }
  .ins_802ProductCon7 .center_box {
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .ins_802ProductCon7 .center_box .left_box {
    width: 100%;
    height: auto;
    padding: 0 0.2rem;
  }
  .ins_802ProductCon7 .center_box .left_box .item_box {
    margin-top: 0.78rem;
  }
  .ins_802ProductCon7 .center_box .left_box .item_box .bot .word p {
    display: contents;
  }
  .ins_802ProductCon7 .center_box .right_box {
    width: 100%;
    height: auto;
    transform: scale(1.1);
    margin-top: 0.97rem;
  }
}
.ins_procuct2_28_1.YZai802 .center_box .word .t2 { text-align: justify;  width: 84%;}


/*.ins_802ProductCon4  { background: #F0F2F5;  }*/
.ins_procuct2_28_3.YZai802 .center_box .title p { display: contents; }
.ins_procuct2_28_3.YZai802l .ins_more28, .ins_procuct2_28_3.YZai802 .ins_more28 { display: none !important; }
.ins_802ProductCon4wap .center_box .content .swiper_box ul li .centerInfo .list.list2 .imgs:last-child { grid-column: span 3; }
@media (max-width: 990px) {
   .ins_procuct2_28_3.YZai802 { padding-top: 1.99rem !important; padding-bottom: 0.99rem; }
  .ins_procuct2_28_3.YZai802 .center_box .box_info .swiper_box ul li .centerInfo .images .pb{ padding-bottom: 96% !important; }
  .ins_procuct2_28_3.YZai802 .center_box .box_info .item_box .item.active .top { font-weight: 400; }
  .ins_procuct2_28_3.YZai802 .center_box { padding: 0 0.2rem; }
  .ins_procuct2_28_3.YZai802 .center_box .title p { display: block !important; }
  .ins_procuct2_28_3.YZai802 .center_box .box_info { margin-top: 0.76rem !important; }
  .ins_procuct2_28_3.YZai802 .center_box .box_info .swiper_box ul li .centerInfo .images { transform: scale(1.1);}
  .ins_procuct2_28_3.YZai802l .center_box .box_info .swiper_box ul li .centerInfo .images { transform: scale(1.1); }
  .ins_procuct2_28_3.YZai802l .center_box .box_info .swiper_box ul li .centerInfo .images .pb{ padding-bottom: 96% !important; }
  .ins_procuct4_192 .contWap .ins_title5 .t1 { font-size: var(--font36n)!important; }
  .ins_procuct2_28_3.YZai802 .center_box .title { font-size: var(--font42n)!important; }
  .ins_procuct2_28_3.YZai802l .center_box .title { font-size: var(--font42n)!important; }
  .ins_802ProductCon2wap .center_box .content .item_box .item .word .t1{ font-weight: normal !important; }
  .ins_802ProductCon2wap .center_box .content .item_box .item .word .t2 { text-align: justify; }
  .ins_procuct2_28_1.YZai802 .center_box .word .t2 { font-size: var(--font16) !important;  text-align: justify; line-height: 1.6; }
  .ins_procuct2_28_2.YZai802 { background-image:url('../images/8-2/z19.png') !important; }
  .ins_procuct2_28_1.YZai802 .center_box .word .t2 { text-align: justify;  width: 100%; }
  .ins_procuct2_28_1.YZai802 .center_box .word .t2 p{ text-align: justify !important; }
  .ins_procuct2_28_1.YZai802 .center_box .word .ins_t28 .t1 { text-align: center !important; }
}





