
#pc-header .navbar{
background: #fff;
}
.header-top{
background-color: #6ad9d4 !important;
color: #000000;
}
.header-top .warning{
color: #000000 !important;
}


.mySwiper1 .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: #6ad9d4 !important;
}
.swiper-pagination-bullet:nth-child(2){
  background: #6ad9d4 !important;
}
.swiper-pagination-bullet:nth-child(3){
  background: #6ad9d4 !important;
} */

.mySwiper1 .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: #6ad9d4 !important;
  box-shadow: 0 0 15px 5px #6ad9d4 !important;
}

.mySwiper3 .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: #000000 !important;
  
}
.qian{
  position: absolute;
  top: 46%;
  z-index: 9;
  left: 35%;
  height: 3vw;
  width: 3vw;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.6s ease;
}
.hou{
  position: absolute;
  top: 46%;
  right: 26.8%;
  z-index: 9;
  height: 3vw;
  width: 3vw;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.6s ease;
}
.qian:hover,.hou:hover{
  background-color: rgba(255, 255, 255, 0.4);
}
.mySwiper3 .swiper-pagination-bullet{
  width: 1.8vw !important;
  height: 0.3vw !important;
  opacity:1 !important;
  border-radius: 5px !important;
  margin-right: 5%;    margin: 0 var(--swiper-pagination-bullet-horizontal-gap,8px) !important;
}
.mySwiper3 .swiper-slide .product_list .product_img {
  background: rgba(0, 0, 0, 0.5);
}
.for_you{
  margin: 5% auto;width: 70%;
}
.for_you h1{
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font: 500 2.5vw Montserrat, sans-serif;
  
}
.for_you h2{
  margin-top: 2.5%;
  color: #000;
  text-align: center;
  align-self: center;
  font: 400 1.3vw HarmonyOS_Sans_SC_Medium, -apple-system, Roboto, Helvetica,
  sans-serif;
}
.for_you a{
  margin-top: 2.5%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  align-self: stretch;
  font: 700 1.5vw HarmonyOS_Sans_SC_Medium, -apple-system, Roboto, Helvetica,
    sans-serif;
  transition: all 0.5s;
}
.for_you a img{
  padding-left: 3%;
  width: 4%;
}
.for_you a:hover img{
  content:url('/uploads/allimg/index/next_8.png') ;
}
.for_you a:hover{
    color: #6ad9d4;
}
.product_show{
  margin: 3% auto;
  
}
.product_list{
  margin-left: 20%;
}
.product_img{
  position: relative;
  width: 39vw;
  height: 27.5vw;
  overflow: hidden;
  border-radius: 1vw;
}
.product_img img{
  width: 100%;
  transition: transform 0.6s ease; 
}
.product_img:hover img{
  transform: scale(1.1);
}
.product_img h1{
  position: absolute;
  TOP: 8%;
  left: 30%;
  color: #fff;
  font: 500 2.3vw HarmonyOS_Sans_SC_Medium, -apple-system, Roboto, Helvetica,
      sans-serif;
}
.product_more{
  width: 48%;
  height: 3vw;
  border: 1px solid #000;
  margin-top: 7%;
  text-align: center;
  transition: all 0.5s;
}
.product_more a{
  transition: all 0.5s;
  color: #000;
  font: 500 1.2vw HarmonyOS_Sans_SC_Medium, -apple-system, Roboto, Helvetica,
    sans-serif;
    line-height: 3vw;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.product_more a img{
  margin-left: 14%;
  width: 3%;
}
.product_more:hover{
  background-color: #000;
}
.product_more:hover a{
  color: #fff;
}
.product_more:hover a img{
  content: url('/uploads/allimg/index/next_f.png');
}
#product_list{
  height: 34vw !important;
  
}
#product_list.swiper-slide-active .product_more{
  background-color: #000;
}
#product_list.swiper-slide-active .product_more a{
  color: #fff;
}
#product_list.swiper-slide-active .product_more a img{
  content: url('/uploads/allimg/index/next_f.png');
}
.access_show{
  width: 90%;margin: 5% auto;
}
.access_show_left_up,.access_show_left_down,.access_show_right{
  position: relative;
}
.access_show_left_up h1,.access_show_left_down h1,.access_show_right h1{
  position: absolute;
  top: 12%;
  color: #fff;
  text-transform: capitalize;
  font-family: HarmonyOS_Sans_SC_Medium;
  font-weight: 700;
}
.access_show_left_up h1,.access_show_left_down h1{
  font-size: 1.2vw;
  
}
.access_show_right h1{
  font-size: 2vw;
  line-height: 2.5vw;
  left: 5%;
  color: #000;
  margin-top: 47%;
}
.access_show_right h2{
  font-size: 1.2vw;
  line-height: 1.8vw;
  left: 5%;
  color: #000;
  top: 30%;
  position: absolute;
  font-weight: 500;
}
.access_show img{
  width: 100%;
  transition: transform 0.6s ease; 
}

.access_show_left_up{
  height: 23vw;
  overflow: hidden;
  border-radius: 0.7vw;
}
.access_show_left_down{
  margin-top: 1.7vw;
  height: 16vw;
  overflow: hidden;
  border-radius: 0.7vw;
}
.access_show_right{
  width: 64.666%;
  height: 40.7vw;
  overflow: hidden;
  border-radius: 1vw;
}
.jianxi{
  width: 2%;
}
.access_show_left_up img:hover,.access_show_left_down img:hover,.access_show_right img:hover{
  transform: scale(1.1);
}
.index_about{
  position: relative;
  height: 190vh;
  margin-top: 3%;
}
.index_about_line{
  position: sticky;
  
  top: -15vw;
  transition: all 0.5s ease-in-out;
}
.index_about_animation{
  height: 60vw;
  overflow: hidden;
}
.about_summo_h{
  background-color: #000;
  height: 10vw;
}
.about_summo_h h1{
  color: #fff;
  text-transform: uppercase;
  font: 500 4vw/94% Montserrat, sans-serif;
  line-height: 8vw;
  padding-left: 13%;
  width: 60%;
  display: inline-block;
}
.about_summo_h h2{
  width: 35%;
  display: inline-block;
  color: #fff;
  font: 500 1vw/350% Montserrat, sans-serif;
  text-align: right;
  margin-top: 5%;
}
.about_summo_img{
  position: relative;
  height: 28vw;
  overflow: hidden;
}
.about_summo_img img{
  width: 100%;
}
.index_about_animation_h1{
  position: absolute;
  top: 8%;
  right: 28%;
  color: #fff;
  font: 500 1.2vw Montserrat, sans-serif;
  line-height: 2.5vw;

}
.index_about_animation h2{
  position: absolute;
  top: 8%;
  right: 17%;
  color: #fff;
  font: 500 1.2vw Montserrat, sans-serif;
  line-height: 2.5vw;
 
}
.index_about_animation h1:hover,.index_about_animation h2:hover{
  
  cursor: pointer;
}
.dt_border{
  height: 2px;
  width: 0;
  background-color: #fff;
  border-radius: 2px;
}
.index_about_animation h1:hover .dt_border,.index_about_animation h2:hover .dt_border{
  width: 100%;
  animation: growLine 0.5s ease-in-out forwards;
}
.index_about_tet{
  margin-top: 4%;
  position: sticky;
  top: 10vw;
  transition: all 0.5s ease-in-out;
}
.tit,.cont{
  position: relative;
}
.tit h1{
  padding-left: 15%;
  color: #000;
  font: 500 2vw/241% Montserrat, sans-serif;
  opacity: 1;
  transition: opacity 0.5s ease
}
.cont h2{
  width: 80%;
  color: #000;
  text-align: justify;
  align-self: start;
  flex-grow: 1;
  flex-basis: auto;
  font: 400 1.5vw HarmonyOS_Sans_SC_Medium, -apple-system, Roboto, Helvetica,
    sans-serif;
  line-height: 3.5vw;
  opacity: 1;
  transition: opacity 0.5s ease;
}
.vision{
  position: absolute;
  top: 0;
}
.c_vision{
  position: absolute;
  top: 0;
  font-size: 1vw !important;
  line-height: 1.7vw !important;
}
@keyframes growLine {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.video_list{
  margin-top: 3%;
}
.video_list .line{
  width: 96%;
    margin: 0 auto;
  display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center
}
.video_list .product_list{
  margin-left: 2% !important;
  width: 30%;
}
.video_list .product_list:nth-of-type(1){
  margin-left: 0% !important;
}
.video_list .product_img{
  width: 100% !important;
}
.ad_one_tet{
  position: absolute;
  top: 34%;
  left: 10%;
  text-transform: uppercase;
}
.ad_one_tet h1{
  color: #000000;
  font-size: 4.5vw;
  font-family: Montserrat;
  font-weight: 600;
  line-height: 4.5vw;
}
.ad_one_tet h2{
  color: #000000;
  font-family: Montserrat;
  font-weight: 800;
  font-size: 1.3vw;
  margin-top: 1.5vw;
}
#new_h{
  height: 40vw;
    overflow: hidden;
}
.new_blog{
  width: 86%;
  margin: 5% auto;
  margin-bottom: 10%;
}
.new_blog h1{
  text-align: center;
  color: #000000;
  font-size: 4vw;
  font-family: Montserrat;
  font-weight: 800;
}
.new_b{
  margin-top: 5%;
}
.new_tex{
  padding: 0 8%;
  position: relative;
  padding-left: 2%;
}
.new_b h2{
  color: #000;
  font: 600 2.3vw/3vw Montserrat, sans-serif;
  margin-bottom: 5%;
}
.new_time{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}
.new_time img{
 padding-right: 2.5%;
}
.new_time span{
  font-family: Inter, sans-serif;
  color: #8A8A8A;
  font-size: 1.2vw;
}
.new_tex h3{
  margin-top: 5%;
  color: #000;
  font: 500 1.3vw Inter, sans-serif;
}
.new_now{
  background-color: #000;
  margin-top: 12%;
  width: 30%;
    height: 2.5vw;
    border: 1px solid #000;

    text-align: center;
    border-radius: 3vw;
}
.new_now a{
  font: 500 1.1vw HarmonyOS_Sans_SC_Medium, -apple-system, Roboto, Helvetica, sans-serif;
    line-height: 2.5vw;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  color: #fff;
}
.new_now a img{
  margin-left: 14%;
  width: 5%;
}
.new_img{
  padding: 0 0 5% 4%;
}
.new_img img{
  width: 100%;
}
.zz{
  position: absolute;
  bottom: 16%;
  right: 64%;
  width: 2.5vw;
  height: 2.5vw;
  border-radius: 50%;
  background: #CBCBCB;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 99;
}
.zz img,.yy img{
  width: 50%;
}
.yy{
  position: absolute;
  bottom: 16%;
  right: 59%;
  width: 2.5vw;
  height: 2.5vw;
  border-radius: 50%;
  background: #000000;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 99;
}
