.fixed-top {
  background: #000000 !important ;
}
#pc-header .navbar{
background: rgba(0, 0, 0, 0.01);
}
.header-top{
background-color: #000000 !important;
color: #fff;
}
.header-top .warning{
color: #fff !important;
}
.cm_slogan {
  display: inline-block;
  vertical-align: middle;

  height: 6.5vw !important;
  overflow: hidden;
  font-size: 1.5vw;
  font-weight: 600;
  color: #7e7e87;
  line-height: 6.5vw;
  letter-spacing: -0.51px;
  opacity: 0;
  transition: 3s;
  -webkit-transition: 3s;
}

.cm_slogan.on {
  letter-spacing: -0.5px;
}

.cm_slogan.opacity {
  opacity: 1;
}

.cm_slogan:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 500px;
  background-image: linear-gradient(to right, rgba(15, 15, 16, 1) 0%, rgba(15, 15, 16, 0) 100%);
}

.cm_slogan:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 500px;
  background-image: linear-gradient(to left, rgba(15, 15, 16, 1) 0%, rgba(15, 15, 16, 0) 100%);
}

.cm_slogan mark {
  color: #fff;
background-color: #000;
}

.cm_slogan .cms_marquee {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  left: 0;
  white-space: nowrap;
  animation: mrqueev1 30s linear infinite;
}

.cm_slogan .cms_marquee.t2 {
  animation-delay: -15s;
}

@keyframes mrqueev1 {
  0% {
      transform: translateX(100%)
  }

  to {
      transform: translateX(-100%)
  }
}

.cm_slogan .cms_marquee span {
  display: inline-block;
  box-sizing: border-box;
  padding: 0 2px;
margin-left: 3%;
}
@media all and (max-width: 1600px) {
.cm_slogan {
      height: 60px;
      font-size: 18px;
      line-height: 60px;
  }

  .cm_slogan:before {
      width: 450px;
  }

  .cm_slogan:after {
      width: 450px;
  }
}


@media all and (max-width: 1400px) {
.cm_slogan {
      height: 50px;
      font-size: 16px;
      line-height: 50px;
  }

  .cm_slogan:before {
      width: 380px;
  }

  .cm_slogan:after {
      width: 380px;
  }

}
@media all and (max-width: 1024px) {
.cm_slogan {
      height: 40px;
      font-size: 14px;
      line-height: 40px;
  }

  .cm_slogan:before {
      width: 250px;
  }

  .cm_slogan:after {
      width: 250px;
  }
}
@media all and (max-width: 560px) {

  .cm_slogan {
      height: 20px;
      font-size: 12px;
      line-height: 20px;
  }

  .cm_slogan:before {
      width: 100px;
  }

  .cm_slogan:after {
      width: 100px;
  }
}
#prs .x4{
  padding: 1%;

}
.pro_list{
  position: relative;
  display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    background: #494949;
    border-radius: 20px;
  height: 25vw;
 
}
.zz{
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
  display: none;
}
.pro_list img{
  position: absolute;
  width: 20%;
  z-index: 1;
  margin-top: -20%;
}
.pro_list:hover{
  box-shadow: 0 0 80px #ff00c6;
}
.pro_list:hover .zz{
  display: block !important;
}
.pro_list.list1:hover img{
  content: url('/uploads/allimg/index/p800_bg.png');
  width: 100%;height: 100%;
  margin-top:0;
}
.pro_list.list2:hover img{
  content: url('/uploads/allimg/index/A700_bg.png');
  width: 100%;height: 100%;
  margin-top:0;
}
.pro_list.list3:hover img{
  content: url('/uploads/allimg/index/list_bg.jpg');
  width: 100%;height: 100%;
  margin-top:0;
}
.pro_list:hover h1{
  display: none;
  
}
.pro_list:hover h2{
  z-index: 3;
  display: block !important;
}
.pro_list h1{
  position: absolute;
  bottom: 24%;
  font-size: 1.2vw;
  font-family: Montserrat-Bold;
  font-weight: bold;
  color: #FFFFFF;
}
.pro_list .p_more{
  text-align: center;
  position: absolute;
  bottom: 10%;
  left: 20%;
  width: 8vw;
  height: 2.5vw;
  border: 1px solid #FFFFFF;
  border-radius: 2vw;
  font-size: 0.7vw;
  font-family: HarmonyOS_Sans_SC_Medium;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 2.5vw;
  z-index: 8;
}
.pro_list .lxgm{
  text-align: center;
  position: absolute;

  bottom: 10%;
  right: 20%;
  width: 8vw;
  height: 2.5vw;
  border: 1px solid #FFFFFF;
  border-radius: 2vw;
  font-size: 0.7vw;
  font-family: HarmonyOS_Sans_SC_Medium;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 2.5vw;
  z-index: 8;
}
.pro_list h2{
  position: absolute;
  text-align: center;
  font-size: 1.5vw;
font-family: Montserrat;
font-weight: bold;
color: #FFFFFF;
line-height: 2vw;
}
.cm_slogan1 {
  display: inline-block;
  vertical-align: middle;
  height: 15vw;
  overflow: hidden;
  font-size: 15vw;
  font-weight: 600;
  color: #7e7e87;
  line-height: 15vw;
  letter-spacing: -0.51px;
  opacity: 0;
  transition: 3s;
  -webkit-transition: 3s;
}
.swiper {
  width: 100%;
  height: 100%;
  }

  .mySwiper1 .swiper-slide {
  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;
  }
  .mySwiper1 .swiper-pagination{
  right:3% !important;
  
  }
 .mySwiper1 .swiper-pagination span{
  background-color: #FFFFFF !important;
  width: 0.6vw !important;height: 0.6vw !important;
  margin-bottom: 1vw !important;
  margin-top: 4% !important;
  opacity: 1;
  }
 
 .mySwiper1 .swiper-pagination-bullet-active{
  box-shadow:0 0 1vw #FFFFFF, 0 0 1vw #FFFFFF;
  transform: scale(1.3);
  background-color: #FFFFFF !important;
  }
  
.cm_slogan1.on {
  letter-spacing: -0.5px;
}

.cm_slogan1.opacity {
  opacity: 1;
}

.cm_slogan1:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 500px;
 
}

.cm_slogan1:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 500px;
 
}

.cm_slogan1 mark {
  color: #fff;
background-color: #000;
}

.cm_slogan1 .cms_marquee {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  left: 0;
  white-space: nowrap;
  animation: mrqueev2 40s linear infinite;
}

.cm_slogan1 .cms_marquee.t2 {
  animation-delay: -20s;
}

@keyframes mrqueev2 {
  0% {
      transform: translateX(100%)
  }

  to {
      transform: translateX(-100%)
  }
}

.cm_slogan1 .cms_marquee span {
  display: inline-block;
  box-sizing: border-box;
  padding: 0 2px;
  margin-left: 3%;
  font-family: HarmonyOS Sans SC;
  font-weight: bold;
  color: #FEFEFE;text-shadow:0 0 30px #ffffff,0 0 25px #ffffff,0 0 5px #ffffff,0 0 5px #ffffff;
}
.pb_tit h1{
  font-size: 1.8vw;
  font-family: Montserrat-Medium;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 2vw;

  background: linear-gradient(180deg, #FFFFFF 29.9560546875%, #B2B2B2 93.115234375%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pb_tit h2{
  font-size: 6vw;
  font-family: Montserrat;
  font-weight: bold;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
  width: 30%;
  background: linear-gradient(45deg, #B113FF 0%, #FF05E1 9.6435546875%, #FF6D00 37.20703125%, #DEFF2A 70.556640625%, #84FFA8 92.8466796875%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.yan{
  margin-left: -6%;
  margin-top: 3%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5%;
}
.yan img{
  width: 15%;
}

.mySwiper .swiper-slide img{
  width: 74% ;
}
.mySwiper .swiper-slide{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding-bottom: 9%;
}
.swiper-pagination-bullet{
  width: 15px !important;height: 15px !important;
  opacity:1 !important;
  margin-right: 5%;    margin: 0 var(--swiper-pagination-bullet-horizontal-gap,8px) !important;
}
.swiper-pagination-bullet:nth-child(1){
  background: #a32035 !important;
}
.swiper-pagination-bullet:nth-child(2){
  background: #ffc600 !important;
}
.swiper-pagination-bullet:nth-child(3){
  background: #f32735 !important;
}
.swiper-pagination-bullet:nth-child(4){
  background: #c2e76b !important;
}
.swiper-pagination-bullet:nth-child(5){
  background: #52c300 !important;
}
.swiper-pagination-bullet:nth-child(6){
  background: #FFE800 !important;
}
.swiper-pagination-bullet:nth-child(7){
  background: #9578D3 !important;
}
.swiper-pagination-bullet:nth-child(8){
  background: #FF8189 !important;
}
.swiper-pagination-bullet:nth-child(9){
  background: #D50057 !important;
}
.swiper-pagination-bullet:nth-child(10){
  background: #FF6C0E !important;
}
.swiper-pagination-bullet:nth-child(11){
  background: #FF9E18 !important;
}
.swiper-pagination-bullet:nth-child(12){
  background: #8A1A9B !important;
}
.swiper-pagination-bullet:nth-child(13){
  background: #FEAEBB !important;
}
.swiper-pagination-bullet:nth-child(14){
  background: #A1D683 !important;
}
.swiper-pagination-bullet:nth-child(15){
  background: #BFFF12 !important;
}

.swiper-pagination-bullet:nth-child(1).swiper-pagination-bullet-active{
  box-shadow: 0 0 15px 5px #a32035;
}
.swiper-pagination-bullet:nth-child(2).swiper-pagination-bullet-active{
  box-shadow: 0 0 15px 5px #ffc600;
}

.swiper-pagination-bullet:nth-child(3).swiper-pagination-bullet-active{
  box-shadow: 0 0 15px 5px #f32735;
}

.swiper-pagination-bullet:nth-child(4).swiper-pagination-bullet-active{
  box-shadow: 0 0 15px 5px #c2e76b;
}

.swiper-pagination-bullet:nth-child(5).swiper-pagination-bullet-active{
  box-shadow: 0 0 15px 5px #52c300;
}
.swiper-pagination-bullet:nth-child(6).swiper-pagination-bullet-active{
  box-shadow: 0 0 15px 5px #FFE800;
}
.swiper-pagination-bullet:nth-child(7).swiper-pagination-bullet-active{
  box-shadow: 0 0 15px 5px #9578D3;
}

.swiper-pagination-bullet:nth-child(8).swiper-pagination-bullet-active{
  box-shadow: 0 0 15px 5px #FF8189;
}

.swiper-pagination-bullet:nth-child(9).swiper-pagination-bullet-active{
  box-shadow: 0 0 15px 5px #D50057;
}

.swiper-pagination-bullet:nth-child(10).swiper-pagination-bullet-active{
  box-shadow: 0 0 15px 5px #FF6C0E;
}

.swiper-pagination-bullet:nth-child(11).swiper-pagination-bullet-active{
  box-shadow: 0 0 15px 5px #FF9E18;
}

.swiper-pagination-bullet:nth-child(12).swiper-pagination-bullet-active{
  box-shadow: 0 0 15px 5px #8A1A9B;
}

.swiper-pagination-bullet:nth-child(13).swiper-pagination-bullet-active{
  box-shadow: 0 0 15px 5px #FEAEBB;
}

.swiper-pagination-bullet:nth-child(14).swiper-pagination-bullet-active{
  box-shadow: 0 0 15px 5px #A1D683;
}

.swiper-pagination-bullet:nth-child(15).swiper-pagination-bullet-active{
  box-shadow: 0 0 15px 5px #BFFF12;
}
.p8_color_img{
  margin-top: 20%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.p8_color_img img{
  width: 60%;
}
.p8_h{
  margin-top: 10%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  margin-left: -8%;
}
.p8_h h1{
  font-size: 1vw;
  font-family: HarmonyOS_Sans_SC_Medium;
  font-weight: 500;
  text-decoration: underline;
  color: #FFFFFF;
  line-height: 2vw;
}
.p8_h h2{
  font-size: 1vw;
  font-family: HarmonyOS Sans SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 2vw;
}
.vm{
  position: relative;
  overflow: hidden;
  margin-top: 7%;
  width: 10vw;
  height: 3vw;
  background: linear-gradient(169deg, #B113FF, #FF05E1, #FF6D00, #DEFF2A, #84FFA8);
  border-radius: 3vw;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  font-size: 0.9vw;
  font-family: HarmonyOS Sans SC;
  font-weight: bold;
  z-index: 11;
  color: #010101;
  text-align: center;
}
.ab_pf{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.ab_pf h1{
  font-size: 4vw;
  font-family: Montserrat-Bold;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 74px;
  -webkit-text-stroke: 1px #FF00F6;
  text-stroke: 1px #FF00F6;
  text-shadow: 0 0 30px #FF00F6, 0 0 25px #FF00F6, 0 0 5px #FF00F6, 0 0 5px #FF00F6;
}
.ab_pf_info{
  margin-top: 5%;
}
#ab_pff_tex{
  padding: 5%;
}
#ab_pff_tex a:hover{
  background: #FF00F6;
  border-radius: 2.5vw;
}
#ab_pff_tex a{
  margin-top: 8%;
   
    width: 10vw;
    height: 3vw;
    background: #282828;
    font-weight: bold;
    color: #FFFFFF;
    font-family: HarmonyOS_Sans_SC_Bold;
    text-align: center;
    font-size: 0.8vw;
    display: flex;
    line-height: 1vw;
    transition: all .5s ease-in-out;
    flex-direction: column; 
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
#ab_pff_tex h1{
 
  font-size: 1vw;
  font-family: HarmonyOS_Sans_SC_Medium;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 1.5vw;
  width: 80%;
}
#ab_pff_img img{
  width: 100%;
}
.animation_s,.animation_x{
  width: 100%;
  height: 2vw;
  background-color: #242424;
}
#new_h{
  height: 43vw;
}
#line1{
  overflow: hidden;width: 100%;position: relative;margin-top: 5%;
}
#animation{
  width: 100%;
}
#line2{
  width: 94%;margin: 5% auto;
}
#line2 .ab_pf{
  margin-bottom: 5%;
}
#line3{
  overflow: hidden;width: 100%;position: relative; margin-bottom: 5%;
}
#line4{
  width: 80%;margin: 0 auto; margin-bottom: 5%;
}
.pb_cont #js-scrollmagic--left{
  position: relative;margin-top: 7%;
}
.aurora{
  mix-blend-mode: darken;
}
#line5{
  margin: 2% auto;width: 76%;
}
.list1 h2,.list2 h2,.list3 h2{
  display: none;
}
.list3 h1{
  color: black;
}