

@font-face {
  font-family: "Myfont1"; 
  src: url("../font//Poppins-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;  
}
@font-face {
  font-family: "Myfont2"; 
  src: url("../font/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;  
}
body {
  font-family: 'Myfont1', sans-serif;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.html_body{
  position: relative;
}
.menu-container {
  width: 90%;
  border-radius: 16px;
  transition: all 0.3s;
  background: rgba(153, 153, 153, 0.6);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 35px;
  z-index: 99;
}
.menu{
  /* display: flex; */
}
.menu-logo{
  height: 26px;
  margin-top: 22.5px;
  margin-left: 3.5%;
  float: left;
  width: 112px;
}


a:link{
  color: #ffffff;
}
a:visited{
  color: #ffffff;
}

.menu-mobile {
  display: none;
  padding: 20px;
}
.products_ul_left{
  width: 260px;
  border-right:1px solid #999;
  float: left;
}
.products_ul_left div{
  position: relative;
  width: 100%;
  text-indent: 42px;
  font-size: 18px;
  margin-left: 0 !important;
  font-weight: 400;
}
.products_ul_left .products_list{
  margin-left: 42px;
  height: 40px;
  line-height: 40px;
  position: relative;
  margin-top: 10px;
  text-indent: 15px;
  transition: all 0.35s linear;
  cursor: pointer;
}
.products_list:hover{
  background: #d7d7d7;
}
.menu_active{
  background: #d7d7d7 !important;
 
}
.menu_active::before{
  content: "";
  width: 5px;
  height: 40px;
  background: #ff7300;
  position: absolute;
  top: 0;
  left: 0;
}
.products_ul_box ul{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.products_ul_left dt:hover{
  background: #ccc;
}
.products_ul_left .products_ul_one::before{
  content: "";
  width: 30px;
  height: 30px;
  background: url(https://cdn.amensolaress.com/images/icon/menu-inverter.svg) no-repeat;
  transition: all .2s;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -15px;
  background-size: contain;
}
.products_ul_left .products_ul_two::before{
  content: "";
  width: 30px;
  height: 30px;
  background: url(https://cdn.amensolaress.com/images/icon/menu-battery.svg) no-repeat;
  transition: all .2s;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -15px;
  background-size: contain;
}
.products_ul_right{
  float: left;
  vertical-align: top;
  width: calc(100% - 280px);
  margin-left: 15px;
}
.products_ul_box{
  width: 100%;
  display: none;
}
.menu-mobile:after {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/icon/menu1.svg) no-repeat;
  background-size: 100% 100%;
  font-family: "Ionicons";
  font-size: 2.5rem;
  padding: 0;
  float: right;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  transform: translateY(-25%);
}

.menu-dropdown-icon:before {
  content: "\f489";
  font-family: "Ionicons";
  display: none;
  cursor: pointer;
  float: right;
  padding: 1.5em 2em;
  background: #fff;
  color: #333;
}

.menu>ul {
  margin: 0 auto;
  /* width: 100%; */
  list-style: none;
  margin-left: 30px;
  padding: 0;
  float: right;
  box-sizing: border-box;
}

.menu>ul:before,
.menu>ul:after {
  content: "";
  display: table;
}

.menu>ul:after {
  clear: both;
}

.menu>ul>li {
  float: left;
  padding: 0;
  margin: 0;
}

.menu>ul>li a {
  text-decoration: none;
  text-align: center;
  padding: 1.5em 2.5em;
  display: block;
}

.menu>ul>li:hover {
  background: #888888;
}

.menu>ul>li>ul {
  display: none;
  width: 100%;
  background: #ffffff;
  position: absolute;
  z-index: 99;
  left: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}
.products_ul{
  padding: 30px;
  white-space: nowrap;
}



.menu>ul>li>ul:after {
  clear: both;
}

.menu>ul>li>ul>li {
  margin: 0;
  padding-bottom: 0;
  list-style: none;
  background: none;
  float: left;
}


.products_ul li dd{
  border-radius: 8px;
  margin: 0 10px;
  display: inline-block;
  box-shadow: 1px 1px 8px rgba(215, 215, 215);

}
.products_ul li dd a{
  display: flex !important;
  flex-direction: column;
  align-items: center;
  color: #000;
  text-align: center;
  border-bottom: none !important;
  padding: 0 1rem !important;
}
.products_ul li dd a img{
  width: 80%;
}

.menu>ul>li>ul>li a {
  color: #000;
  display: block;
  border-bottom: 1px solid #ccc;
}

.menu>ul>li>ul>li>ul {
  display: block;
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
  box-sizing: border-box;
}

.menu>ul>li>ul>li>ul:before,
.menu>ul>li>ul>li>ul:after {
  content: "";
  display: table;
}

.menu>ul>li>ul>li>ul:after {
  clear: both;
}

.menu>ul>li>ul>li>ul>li {
  float: left;
  width: 100%;
  padding: 10px 0;
  margin: 0;
  font-size: .8em;
}

.menu>ul>li>ul>li>ul>li a {
  border: 0;
}

.menu>ul>li>ul.normal-sub {
  width: 160px;
  left: auto;
}

.menu>ul>li>ul.normal-sub>li {
  width: 100%;
}
.menu>ul>li>ul.normal-sub>li:hover{
  background: #ccc;
}
.menu>ul>li>ul.normal-sub>li a {
  border: 0;
}
.menu-arrow > a:after { 
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://cdn.amensolaress.com/images/icon/arrow.svg) no-repeat;
  transform: rotate(180deg);
  transition: all .2s;
  position: absolute;
  top: 50%;
  background-size: contain;
  margin: -7px 0 0 5px;
}
.menu-arrow > .a_arrow:after{
  transform: rotate(90deg);
}

.scrolled{
  width: 100%;
  position: fixed;
  top: 0;
  border-radius: 0;
}

.menu-search,
.menu-language{
  width: 22px;
  height: 22px;
  margin: 25px 20px 0 20px !important;
}
.menu-search{
  cursor: pointer;
  background: url(https://cdn.amensolaress.com/images/icon/search.svg) no-repeat !important;
  background-size: 100% 100% !important;
}
.menu-language{
  cursor: pointer;
  background: url(https://cdn.amensolaress.com/images/icon/language.svg) no-repeat !important;
  background-size: 100% 100% !important;
}

.menu-phone{
  width: 140px;
  height: 39px;
  cursor: pointer;
  color: #ffffff;
  text-align: center;
  line-height: 39px;
  border-radius: 39px;
  text-indent: 18px;
  margin:16px 20px 0 10px !important;
  background: #ff7300 !important;
  background-image: url(https://cdn.amensolaress.com/images/icon/phone.svg) !important; 
  background-repeat: no-repeat !important;
  background-size: 26px !important; 
  background-position: 15px center !important; 

}
/*banner*/
.banner{
  width: 100%;
  height: 100vh;
}
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: table;
  position: relative;
}
.swiper-slide h1{
  position: absolute;
  left: 50px;
  top: 200px;
  color: #ffffff;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
}

.text-overlay{
  width:800px;
  color: #ffffff;
  /* border: 1px solid #ccc; */
  overflow: hidden;
  padding:0 0 15px 15px;
  text-align: left; /* 左对齐 */
  gap: 1rem; /* 行间距 */
  max-width: 90%; /* 避免文字太宽 */
  position: absolute;
  top: 50%; /* 距离顶部 50% */
  transform: translate(260px, -50%); 
  /* border: 1px solid #000; */
}
.overlay_depict{
  font-size: 2.8rem;
  margin-top: 1rem;
  margin: 0;
}
.overlay_title{
  font-size: 5rem;
  font-weight: bold;
  margin: 0;
  margin-top: 1rem;
  font-family: 'Myfont2', sans-serif;
}

.cont_button {
  display: table;
  width: 210px;
  margin-top: 5rem;
}

.cont_buttonbox {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.cont-btn{
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 50px;
  margin: 0 auto 2em;
  max-width: 210px;
  position: relative;
  text-decoration: none;
  vertical-align: middle;
  letter-spacing: 2px;
  width: 100%;
  border-radius: 50px; 
  background: rgb(255, 255, 255,0.08)
}

.cont-btn {
  border: 1px solid;
  overflow: hidden;
  position: relative;
}
.cont-btn span {
  z-index: 20;
}
.cont-btn:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: .2;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: 20;
}
.cont-btn:hover{
  box-shadow: 0 0 20px -3px rgb(255, 255, 255);
}
.cont-btn:hover:after {
  left: 120%;
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.modules{
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.modules_1{
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position:center;
}
.modules_1 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modules_video{
  width: 100%;
  height: 100vh;
  position: relative;
  object-fit: cover;
  overflow: hidden;
}
.modules_video_2{
  background: url(https://cdn.amensolaress.com/images/company_img.png) 50% 50%;
    background-size: cover;
}
.modules_video_4{
  background: url(https://cdn.amensolaress.com/images/factory_img.png) 50% 50%;
    background-size: cover;
}
.modules_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  /* width: 100%;
  height: 100%;
  object-fit: cover;  */
}
.modules_video video{
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  object-position: center;
}


.video_cont{
  width: 460px;
  height: 100%;
  padding: 0 10px 0 30px;
 /* background: rgba(153, 153, 153, 0.7); */
  position: absolute;
  z-index: 1;
  left: 182px;
  top: 0;
  color: #ffffff;
}
.video_cont_box{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.modules_video_ditu h2{
  width: 100%;
  font-size: 5rem;
  text-align: center;
  color: #ffffff;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 35px;
  transform: translateX(-50%);
  z-index: 10;
}
.video_cont h2 span{
  display: inline-block;
}

.video_list{
  width: 100%;
  cursor: pointer;
  transform: translateY(0px);
  transition: all 0.35s;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 15px 0 !important;
}
.video_list:hover{
  transform: translateY(-15px);
}
.video_list_1{
  width: 236px;
  border-radius: 5px;
  overflow: hidden;
}
.video_list_1 img{
  width: 100%;
  object-fit: cover;
}
.video_list_2{
  width: 100%;
  /* background: rgba(153, 153, 153, 0.7); */
  border-radius: 8px;
  padding: 0 0 0 10px;
  z-index: -1;
  white-space:normal;
}
.video_list_2 p{
  font-size: 1.2rem;
  line-height: 30px;
}
.modules_video_2 h2{
  width: 90%;
  text-align: center;
  position: absolute;
  font-size: 5rem;
  color: #ffffff;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.news_box .swiper-container{
  width: 90%;
}

.modules_video_3 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 72% 100%;
}

/* hover 效果 */
.cont-btn:hover,
.cont-btn.hover-effect {
  box-shadow: 0 0 20px -3px rgb(255, 255, 255);
}

.cont-btn:hover:after,
.cont-btn.hover-effect:after {
  left: 120%;
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.video3_cont{
  width: 85%;
  text-align: left;
  position: absolute;
  color: #ffffff;
  font-size: 1.5rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.video3_box{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 80px;
}
.video3_list{
  width: 260px;
  text-align: center;
}
.video3_img{
  width: 116px;
  height: 110px;
  margin: 0 auto;
}
.video3_list img{
  width: 100%;
}
.video3_list p{
  font-size: 1.5rem;
  padding-top: 10px;
}
.video3_list span{
  font-size: 3.5rem;
  color: #ff7300;
  font-weight: bold;
  font-family: 'Myfont2', sans-serif;
  display: inline-block;
}

.news {
  width: 100%;
  height: 100vh;
  background: rgb(0, 0, 0, 0.9);
  position: relative;
  overflow: hidden;
}

.news::before {
  content: '';
  position: absolute;
  top: -370px;
  left: -370px;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(148, 148, 148, 0.9) 5%, rgba(255, 255, 255, 0) 60%);
  border-radius: 50%;
}
.news_conts{
  width: 85%;
  text-align: center;
  position: absolute;
  color: #ffffff;
  font-size: 1rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.news_conts h1{
  font-family: 'Myfont2', sans-serif;
  font-size: 5rem;;
}
.news_box{
  /* position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%); */
  margin-top: 110px;
}
.news_list{
  width: calc((100% - 60px) / 3) !important;
  height: 430px;
  cursor: pointer;
}
.news_list:hover .news_list1 img{
  transform: scale(1.1);
}
.news_list1{
  width: 85%;
  top: 20px;
  left: 50%;
  border-top-left-radius: 5%;
  border-top-right-radius: 5%;
  overflow: hidden;
  z-index: 2;
  margin: 0 auto;
}
.news_list1 img{
  width: 100%;
  transition: all 0.35s linear;
}
.news_list2{
  width: 100%;
  height: 304px;
  margin-top: -64px;
  background: rgb(44, 44, 44);
  overflow: hidden;
  z-index: 1;
  border-bottom-left-radius: 5%;
  border-bottom-right-radius: 5%;
}
.news_list2_txt{
  width: 90%;
  margin: 0 auto;
  margin-top: 122px;
}
.news_list2_txt .news_list2_txt2{
  text-align: left;
  margin-top: 15px;
  max-height: 110px;
  overflow:hidden;
text-overflow:ellipsis;

}
.news_list2_txt h2{
  text-align: left;
  font-size: 1.2em;
}
.footer{
  width: 100%;
  background-color: rgb(10, 10, 10);
  color: #f5f5f5;

}
.footer a:link{
  color: #f5f5f5;
}
.footer a:visited{
  color: #f5f5f5;
}
.foot_flex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 43px 0 0 0;
  width: 95%;
  margin: 0 auto;
}
.foot1{
  width: 20%;
}
.foot1 img{
  width: 230px;
}
.foot1 h3{
  margin-top: 10px;
}
.foot1 ul li{
  position: relative;

}
.foot1 ul {
  margin-top: 30px;
}
.foot1 ul li a{
  padding-left: 39px;
  display: block;
  font-size: 14px;
}
.foot1 ul li{
  margin-top: 15px;
}
.foot1 ul li:nth-child(1)::after{
  content: "";
  width: 22px;
  height: 22px;
  background: url(https://cdn.amensolaress.com/images/icon/foot-phone.svg) no-repeat;
  transition: all .2s;
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
}
.foot1 ul li:nth-child(2)::after{
  content: "";
  width: 20px;
  height: 20px;
  background: url(https://cdn.amensolaress.com/images/icon/font-email.svg) no-repeat;
  transition: all .2s;
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
}
.foot1 ul li:nth-child(3)::after{
  content: "";
  width: 22px;
  height: 22px;
  background: url(https://cdn.amensolaress.com/images/icon/font-address.svg) no-repeat;
  transition: all .2s;
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
}
.foot2{
  width: 10%;
}
.foot2 h4, .foot3 h4{
  font-size: 17px;
}
.foot2 ul, .foot3 ul{
  margin-top: 20px;
}
.foot2 ul li, .foot3 ul li{
  font-size: 14px;
  margin-top: 10px;
}
.foot3{
  width: 15%;
}
.foot4{
  width: 5%;
}
.foot4_img {
  width: 95px;
  height: 126px;
  background-image: url(https://cdn.amensolaress.com/images/WhatsApp.jpg);
  background-repeat: no-repeat;
  background-size: 95px 95px;
  text-align: center;
  position: relative;
}
.foot4_img p{
  position: absolute;
  bottom: 0;
  font-size: 14px;
  text-align: center;
  width: 100%;
}
.foot5{
  width: 28%;
}
.foot5 ul li {
  float: left;
  margin-left: 20px;
}
.foot5 ul li:nth-child(1){
  margin-left: 0;
}
.foot5 ul li a{
  width: 36px;
  height: 36px;
  display: inline-block;
  background: url(https://cdn.amensolaress.com/images/icon/facebook.svg);
  background-repeat: no-repeat;
  background-size: 100% 100% !important;
  transform: translateX(0);
  transition: all 0.3s linear;
}
.foot5 ul li a:hover{
  transform: translateX(10px);
}
.foot5 ul li:nth-child(2) a{
  background: url(https://cdn.amensolaress.com/images/icon/youtube.svg);
}
.foot5 ul li:nth-child(3) a{
  background: url(https://cdn.amensolaress.com/images/icon/linkedin.svg);
}
.foot5 ul li:nth-child(4) a{
  background: url(https://cdn.amensolaress.com/images/icon/tuite.svg);
}
.foot5 ul li:nth-child(5) a{
  background: url(https://cdn.amensolaress.com/images/icon/instagram.svg);
}
.foot-boom{
  width: 100%;
  margin-top: 30px;
  border-top: 1px solid #fff;
  text-align: center;
  padding: 10px 0px 10px 0px;
  font-family: Montserrat-Light;
  font-size: 14px;
  color: #ffffff;

}

.lozad {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.lozad.loaded {
  opacity: 1;
}
.plyr--video{
  width: 100%;
  height: 100%;
}

#echartsMap {
  width: 85%;
  height: 85%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%,-45%);
}

.map-wrapper {
  background: linear-gradient(to bottom, #1d273d, #0d1119);
  background-size: 100% 100%;
  display: flex;
  width: 100%;
  height: 100vh;
  position: relative;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.banner .swiper-pagination-bullet {
  width: 32px; /* 设置小圆点的宽度 */
  height: 5px; /* 设置小圆点的高度 */
  opacity: 0.8; /* 默认透明度 */
  border-radius: 2px;
  background: #ffffff;
}
.banner .swiper-pagination-bullet-active {
  background: #ff7300; /* 选中小圆点的颜色 */
}
.plyr{
    pointer-events: none;
}



/*产品页面*/
.pr_body{
  background: #0e0e0e;
  width: 100%;
  padding-bottom: 75px;
  padding-left: 5px;
  padding-right: 5px;
}
.pr_banner_left{
  width: 480px;
  height: 600px;
  position: relative;
}
.pr_banner_right{
  width: 50%;
  margin-left: 75px;
  color: #d7d7d7;
}
.pr_banner_right h2{
  border-bottom: 3px solid #d7d7d7;
  margin-bottom: 20px;
  font-size: 2em
}
.product-main{
  width: 100%;
  max-width: 1280px;
  /* height: 70vh; */
  margin: 0 auto;
}
.pr_swiper{
  width: 100%;
  height: auto;
  position: static;
}
.pr_video{
  width: 100%;
  height:460px;
  display: inline-block;
  border-radius: 15px;
  overflow: hidden;
}
.pr_banner{
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.pr_banner .swiper-wrapper{
  align-items: center;
}
.pr_swiper .swiper-pagination{
  bottom: 50px; /* 调整分页器的位置 */
  left: 50%;
  transform: translateX(-50%);
}
.pr_swiper .swiper-pagination-bullet {
  background: #ffffff;
}
.pr_swiper .swiper-pagination-bullet-active {
  background: #ff7300; /* 选中小圆点的颜色 */
}
.pr_swiper .swiper-button-prev {

  left: 10px; /* 设置距离容器左边的位置 */
}

.pr_swiper .swiper-slide{
  border-radius: 15px;
  overflow: hidden;
}
.pr_swiper .swiper-button-next {
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 50%;
  font-size: 16px;
  --swiper-navigation-size: 16px;/* 设置按钮大小 */
  font-weight: 700;
  color: #000;
  right: -60px; /* 设置距离容器右边的位置 */
  top: 40%;
}
.pr_swiper .swiper-button-prev {
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 50%;
  font-size: 16px;
  --swiper-navigation-size: 16px;/* 设置按钮大小 */
  font-weight: 700;
  color: #000;
  left: -60px; /* 设置距离容器右边的位置 */
  top: 40%;
}
.product_button{
  display: flex;
  height: 29px;
  width: fit-content;
  align-items: center;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  --tw-text-opacity: 1;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 10;
}
.product_button button{
  margin-right: 8px;
  height: 100%;
  border-radius: 50px;
  /* background-color: rgba(255, 255, 255, 0.2); */
  color: #ffffff;
  border: none;
  padding-left: 20px;
  font-size: 16px;
  background: none;
  padding-right: 20px;
  transition: all .2s ease;
}
.product_button button:last-child{
  margin-right: 0;
}
.product_button .pr_active{
  background-color: #ff7300;
}
.pr_swiper .swiper-slide img {
  cursor: pointer;  
}
.pr_swiper .swiper-slide .zoom-box {
  position: absolute;
  border: 2px solid rgba(0, 0, 0, 0.6);  
  width: 100px;  
  height: 100px;
  pointer-events: none;  
  display: none; 
}
.pr_swiper .swiper-slide img.zoomed {
  transition: transform 0.3s ease-out;
  transform: scale(4);  /* 2倍放大 */
  cursor: none;  /* 隐藏鼠标 */
}
.pr_modle {
  display: flex;
  margin-top: 30px;
}
.pr_modle h3{
  display: inline-block;
}
.pr_modle > div li img{
  width: 45px;
  height: 45px;
  border-radius: 3px;
}

.pr_modle > div{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.pr_modle > div li{
  width: 450px;
  height: 60px;
  border: 1px solid #7e7e7e;
  margin-left: 50px;
  border-radius: 6px;
  overflow: hidden;
  margin-top: 15px;
  padding: 0 10px;
  overflow: hidden;
}
.pr_modle > div li:first-child{
  margin-top: 0;
}
.pr_file1{
  margin-top: 10px;
}
.pr_modle > div li:hover{
  box-shadow: 0 0 20px -3px rgb(255, 255, 255);
}
.pr_modle > div li a{
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
  align-items: center; 
}
.pr_modle > div li a p{
  font-size: 18px;
  line-height: 15px;
  margin-left: 5px;
  white-space:nowrap;
  margin-right: 5px;
}
.pr_file > div li a{
  position: relative;
  justify-content: center;
  min-height: 50px;

}
.pr_file > div {
  justify-content: flex-start;
}
.pr_file > div li a p{
  position: relative;
  font-size: 16px;
}
.pr_file > div li{
  width:160px;
  margin-left: 15px;
  /* border-radius: 30px; */
  margin-top: 0;
}
.pr_file1 a::before{
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/icon/file-pdf.svg) no-repeat;
  transition: all .2s;
  background-size: 100% 100%;
} 
.pr_file2 a::before{
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/icon/file-manual.svg) no-repeat;
  transition: all .2s;
  background-size: 100% 100%;
} 
.product-main .pr_title{
  font-size: 4em;
  text-align: center;
  color: #ffffff;
  padding-top: 50px;
  padding-bottom: 50px;
}
.pr_body2{
  background: #1a1a1a;
  padding-bottom: 75px;
}

table {
  width: 100%;
  border-collapse: collapse;
  color:#999999;
}

table td {
  padding: 10px;
  border-left: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #424242;
  text-align: center;
}

.pr_body3{
  background: #0e0e0e;
    width: 100%;
    padding-top: 25px;
}


/* 处理 colspan="2" 的单元格 */
table td[colspan="2"] {
  border-bottom: 1px solid #424242 !important; /* 默认下边框 */
  background-color: #2d2d2d !important;  /* 背景色 */
  color:#999999 !important;
}

   /* 选择 colspan="2" 后面的相邻兄弟单元格并去掉下划线 */
   table td[colspan="2"] + td {
    border-bottom: 1px solid #424242 !important;
    color:#999999 !important;
}


/* 选择 colspan="2" 行的最后一个单元格（即f1），并加粗下边框 */
table tr td:last-child {
  border-bottom: 2px solid #7e7e7e !important;
  color: #ffffff !important;
  /* font-weight: bold !important; */
}
.new-table{
  width: 100%;
  height: auto;
  display: flex; 
  justify-content: space-between; 
  flex-wrap: wrap; 
  align-items: flex-start;
}
#desktop-table {
  display: none;
}
/* 表格宽度为48%，并排显示 */
  #table-1, #table-2 {
  width: 48%;
  table-layout: fixed; /* 固定表格布局，均匀分配列宽 */
}
#table-1 td, #table-2 td{
  width: 50%;
  text-align: center; 
  vertical-align: center;
  word-wrap:break-word;
  word-break:break-word;
  overflow:hidden;
}
#desktop-table tr td{
  width: 25%;
}
.table_cont{
  width: 100%;
  height: 620px;
  overflow-y:scroll;
  margin-top: 50px;
  margin-bottom: 50px;
}

.table_cont::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
 

.table_cont::-webkit-scrollbar-thumb {
  border-radius: 1em;
  background-color: #ff7300;
}
 

.table_cont::-webkit-scrollbar-track {
  border-radius: 1em;
  background-color: rgba(181, 164, 164, 0.2);
}

/* 大盒子样式 */
.pack-box {
  width: 100%;
  height: 500px;
  box-sizing: border-box; 
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
  margin-top: 50px;
}

/* 所有小盒子样式 */
.packbox {
  background-color: #efefef;
  color: #000;
  text-align: center;
  font-size: 16px;
  float: left;
  box-sizing: border-box; /* 包含内边距计算 */
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
.packbox img{
  width: 52%;
  object-fit: scale-down;
}
.packbox p{
  width: 90%;
}

/* 小盒子1的特殊样式 */
.pack-box1 {
  width: 420px; /* 固定宽度 */
  height: 100%; /* 减去上下间距 */
  flex-shrink: 0; /* 防止缩小 */
}

.pack-box2, .pack-box3, .pack-box4{
  width: calc((100% - 450px) / 3); /* 动态计算宽度 */
  flex-shrink: 0; 
  height: calc(50% - 5px);
  margin-left: 10px;
}
.pack-box5, .pack-box6, .pack-box7, .pack-box8{
  width: calc((100% - 460px) / 4); 
  flex-shrink: 0; 
  height: calc(50% - 5px);
  margin-left: 10px;
  margin-top: 10px;
}

.pr_body_white{
  background-color: #ffffff;
}
.pr_body_white .product-main .pr_title{
  color: #000000;
}
.pack-two{
  width: 80%;
  margin: 0 auto;
  display: flex;
  margin-top: 80px;
  margin-bottom: 50px;
  justify-content: space-around;
}
.pack-two div:nth-child(1){
  width: 300px;
  text-align: center;
}
.pack-two div:nth-child(2){
  width: 420px;
  text-align: center;
}
.pack-two div img{
  width: 100%;
}

.pack-weight{
  font-size: 18px;
  font-weight: bold;
  margin-top: 50px;
}
.pack-day{
  font-size: 22px;
  font-weight: bold;
  color: #ff7300;
  text-align: left;
  margin-top: 10px;
}
.pack-day span{
  font-size: 30px;
}
.pack-made{
  width: 1100px;
  height: 460px;

  margin: 0 auto;
  margin-top: 50px;
}
.madebox{
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}
.madebox img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.made-title{
  width: 90%;
  height: auto;
  display: inline-block;
  position: absolute;
  color: #ffffff;
  left: 50%;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
}
.made-title p:nth-child(1){
  font-size: 2rem;
  font-weight: bold;
}
.made-title p:nth-child(2){
  font-size: 1.5rem;
  margin-top: 20px;
}
.made-box1{
  width: 250px;
  height: 100%;
  float: left;
}
.made-box1 .made-title{
  top: 30%;
}
.made-box2 .made-title{
  text-align: left;
}
.made-box4 .made-title, .made-box5 .made-title{
  text-align: left;
}

.made-box2{
  width: calc(100% - 480px);
  height: calc(50% - 5px);
  float: left;
  margin-left: 10px;
}
.made-box3{
  width: 210px; 
  height: calc(50% - 5px);
  float: left;
  margin-left: 10px;
}
.made-box4, .made-box5{
  width: calc((100% - 270px) / 2);
  height: calc(50% - 5px);
  float: left;
  margin-left: 10px;
  margin-top: 10px;
}
.pr_dc{
  width: 1100px;
  margin: 0 auto;
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
}
.pr_video1{
  width: 640px;
  border-radius: 30px;
}
.pr_dc_right{
  width: 400px;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  color: #ffffff;
}
.pr_dc_right h3{
  color: #ff7300;
  font-size: 1.6rem;
}
.pr_dc_right p{
  margin-top: 5px;
}
.pr_xiao{
  width: 1100px;
  height: auto;
  margin: 0 auto;
  margin-top: 140px;
  display: flex;
  justify-content: space-around;
}
.pr_xiao1{
  width: 570px;
}
.pr_xiao2{
  width: 420px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#pr_xi_table table{
  border-radius: 16px;
  overflow: hidden;
}

#pr_xi_table table td{
  background: #e6e6e6 !important;
  height: 96px;
  color: #000;
  text-align: left;
  font-size: 1.5rem;
  border-bottom: 1px solid #6d6d6d;
}
#pr_xi_table table tr td:last-child {
  border-bottom: 1px solid #6d6d6d !important;
  color: #000000 !important;
  font-weight: inherit !important;
}
#pr_xi_table table tr td:first-child {
  width: 76%;
  border-right: 1px solid #6d6d6d;
}
#pr_xi_table table tr td[colspan="2"] {
  background: #ff7300 !important;
  font-size: 1.6rem;
  height: 100px;
  text-align: center;
  color: #ffffff !important;
  font-weight: bold !important;
  border-right: none !important;
  border-bottom: none !important;
}
.prx_left{
  width: 40%;
  height: 90%;
  background: #e6e6e6;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  position: relative;
  padding-bottom: 35px;
}
.prx_right{
  width: 60%;
  height: 100%;
  background: linear-gradient(to bottom, #ffb44a, #ff7300);
  border-radius: 15px;
  position: relative;
}
.prx_left div:first-child, .prx_right div:first-child{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  font-size: 1.6rem;
  font-weight: bold;
}
.prx_left li, .prx_right li{
  width: 60%;
  height: 66px;
  text-align: center;
  line-height: 66px;
  border-bottom: 1px dashed #6d6d6d;
  margin: 0 auto;
  font-size: 1.4rem;
  position: relative;
}
.prx_left li::after{
  content: "";
  width: 60px;
  height: 50px;
  background: url(../images/icon/pr_right.svg) 50% no-repeat;
  transition: all .2s;
  position: absolute;
  background-size: contain;
  right: -70px;
  bottom: 0;
  z-index: 10;
  animation: navright ease-out 2s infinite;
  -webkit-animation: navright ease-out 2s infinite;
}
@keyframes navright {
  0% {right: 0;opacity: 0;}
  100% {right: -70px;opacity: 1;}
  }
.prx_right li{
  color: #ffffff;
  border-bottom: 1px dashed #ffffff;
}
.prx_left li:first-child, .prx_right li:first-child{
  border-bottom: none;
}
.prx_left li:last-child, .prx_right li:last-child{
  border-bottom: none;
}
.prx_left div:first-child{
  margin-top: -30px;
}
.prx_right div:first-child{
  margin-top: -58px;
  color: #ffffff;
}
.prx_left div:first-child p{
  margin-top: 30px;
}
.prx_left div:first-child img{
  width: 120px;
}
.prx_right div:first-child img{
  width: 100px;
}
.pr_remote{
  width: 1100px;
  margin: 0 auto;
  margin-top: 100px;
  position: relative;
  color: #ffffff;
}
.pr_remote h3{
  font-size: 2.2rem;
}
.pr_remote li{
  position: relative;
  font-size: 1.2rem;
  padding-left: 30px;
  margin-top: 15px;
}
.pr_remote li::after{
  content: "";
  width: 0px;
  height: 0px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid #ff7700;
  position: absolute;
  top: 0;
  left: 0;
}
.pr_iphone1{
  position: absolute;
  right: 225px;
  bottom: 0;
  width: 210px;
}
.pr_remote_txt{
  font-size: 1.5rem;
  margin: 30px 0;
}
.pr_iphone2{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 210px;
}
.pr_wifi{
  margin-top: 30px;
}
.pr_wifi img{
  width: 48px;
  height: 48px;
}
.pr_wifi img:last-child{
 margin-left: 30px;
}
.pr_body_2{
  padding-bottom: 0;
}
.pr_remote_body{
  width: 60%;
  min-height: 560px;
}
.pr_han{
  width: 100%;
  height: 100vh;
  position: relative;
}
.pr_han img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.pr_han_txt{
  position: absolute;
  left: 185px;
  top: 120px;
}
.pr_han_txt li{
  position: relative;
  margin-top: 15px;
  font-size: 2.5rem;
  color: #ffffff;
  padding-left: 50px;
}
.pr_han_txt li::after{
  content: "";
  width: 38px;
  height: 34px;
  background: url(../images/icon/pr_dui.png) 50% no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 12px;
  left: 0;
}
.pr_center{
  width: 500px;
  height: 620px;
  background: url(../images/protect_bg1.png)  50% no-repeat;
  background-size: 100% 100%;
  position: absolute;
  text-align: center;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -70%);
}
.pr_center img{
  width: 160px;
  margin-top: 100px;
  height: auto;
}
.pr_bottom{
  width: 1280px;
  position: absolute;
  left: 50%;
  bottom: 150px;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
}
.pr_bottom img{
  width: 75px;
  height: auto;
}
.pr_bottom li{
  width: 25%;
  text-align: center;
}
.pr_bottom li p{
  margin-top: 20px;
  font-size: 1.5rem;
}
.pr_money{
  width: 100%;
  height: 60vh;
  background: #e6e6e6;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.pr_money h3{
  font-size: 2.2rem;
}
.pr_money img{
  width: 500px;
  margin-left: 150px;
}
.mySwiper_casce{
  width: 100%;
}
.mySwiper_casce .swiper-wrapper .swiper-slide{
  border-radius: 20px;
  overflow: hidden;
}
.mySwiper_casce .swiper-wrapper .swiper-slide img{
  width: 100%;
  height: 100%;
}
.pr_related{
  width: 1100px;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
}
.pr_related li{
  width: 300px;
  height: 360px;
  border-radius: 12px;
  text-align: center;
  position: relative;
  overflow: hidden;
  background: rgb(138, 138, 138);
}
.pr_related li img{
  width: 235px;
  margin-top: 25px;
}
.pr_related li p{
  width: 100%;
  height: 50px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 50px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #ff7300;
}
.bottom_form{
  width: 100%;
  min-height: 620px;
  background: url(../images/form.png) no-repeat;
  background-position: center; 
  background-size: cover;
}
.form_container{
  width: 650px;
  display: inline-block;
  background: #eeeeee;
  margin-top: 100px;
  margin-left: 15%;
  border-radius: 12px;
  text-align: center;
}
.form_container h3{
  font-weight: 100;
  font-size: 2rem;
  margin-top: 15px;
  position: relative;
}
.form_container h3::after{
  content: "";
  width: 76px;
  height: 5px;
  position: absolute;
  background: #ff7300;
  left: 50%;
  top: 50px;
  margin-left: -38px;
}
.ajax-form{
  width: 90%;
  margin: 0 auto;
  margin-top: 50px;
  text-align: left;
}
.ajax-form .shengfen{
  width: 170px;
  height: 40px;
  border: none;
  background: #ffffff;
  margin-left: 10px;
  font-size: 0.9rem;
  border-radius: 5px;
  text-indent: 10px;
  box-shadow: 0px 0px 5px 0px #cdcdcd;
}
.ajax-form  input{
  width: calc((100% - 12px) / 3);
  height: 40px;
  border-radius: 5px;
  background: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: 0px 0px 5px 0px #cdcdcd;
  margin-top: 15px;
  text-indent: 10px;
}
.ajax-form input:focus, .dr_txt:focus, .shengfen:focus{
  outline: none;
  border-color: none;
  box-shadow: 0px 0px 10px 0px #999999;
}
.ajax-form p{
  margin-top: 15px;
  font-size: 1.2rem;
}
.ajax-form span{
  color: #f81010;
}
.dr_txt{
  width: 100%;
  height: 80px;
  border-radius: 5px;
  text-indent: 5px;
  padding: 5px;
  border: 1px solid #ffffff;
}
.form_btn{
  text-align: center;
  padding-bottom: 30px;
}
.form_button{
    color: white;
    border: none;
    padding: 15px 60px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1.2rem;
    margin-top: 10px;
    text-indent: -20px;
    position: relative;
    background: linear-gradient(to right, #ffb44a, #ff7300);
}
.form_button::after{
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/icon/font-email.svg) 50% no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 70%;
  transform: translate(-50%,-50%);
}

@media (max-width: 768px) {
  .new-table {
    display: block;
    justify-content: none;
  }
  #table-1, #table-2 {
  width: 100%;
  }
  .big-box {
    flex-direction: row; /* 设置为横向布局 */
    height: auto; /* 高度根据内容自动调整 */
  }

  .box1 {
    width: calc(50% - 10px); /* 宽度占屏幕的一半 */
    height: auto; /* 高度自动 */
  }

  .box {
    width: calc(50% - 10px); /* 每个小盒子占屏幕宽度的一半 */
    height: auto; /* 高度自动 */
  }
  }

/* –––––––––––––––––––––––––––––––––––––––––––––––––– Mobile style's –––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (max-width: 959px) {
  .menu-container {
    width: 100%;
  }

  .menu-mobile {
    display: block;
  }

  .menu-dropdown-icon:before {
    display: block;
  }

  .menu>ul {
    display: none;
    margin-left: 0;
  }

  .menu>ul>li {
    width: 100%;
    float: none;
    display: block;
    position: relative;
  }
  .menu-dropdown-icon:before{
    content: none;
  }
  .menu-arrow > a:after{
    right: 30px;
  }
  .menu>ul>li a {
    width: 100%;
    display: block;
    text-align: left;
    position: relative;
  }

  .menu>ul>li>ul {
    position: relative;
  }

  .menu>ul>li>ul.normal-sub {
    width: 100%;
  }

  .menu>ul>li>ul>li {
    float: none;
    width: 100%;
    margin-top: 20px;
  }

  .menu>ul>li>ul>li:first-child {
    margin: 0;
  }

  .menu>ul>li>ul>li>ul {
    position: relative;
  }

  .menu>ul>li>ul>li>ul>li {
    float: none;
  }

  .menu .show-on-mobile {
    display: block;
    width: 100%;
  }
  .menu-container{
    position: fixed;
    left: 0;
    top: 0;
    transform: none;
  }


  
}