.h_topAdv{
  position: relative;
}
.h_topAdv img{
  width: 100%;
}
.h_topAdv .h_close{
  position: absolute;
  top: 2px;right: 4px;
  width: 24px;
  z-index: 9;
  padding: 4px;
  cursor: pointer;
  box-sizing: border-box;
}
.h_topAdv .h_close img{width: 100%;}
/* .h_head .h_navWeb .h_head3 .h_1400 .h_all .h_list {
  display: block !important;
} */
.h_swiper{
  position: relative;
}
.h_swiper .h_posaHead{
  position: absolute;
  width: 100%;
  top: 0;left: 0;
  z-index: 9;
}
.h_swiper .h_posaHead .public-nav-layout .all-category{
  background-color: rgba(255, 255, 255, 0);
  border: solid 1px rgba(255, 255, 255, 0.3);
  border-bottom: none;
}
.h_swiper .h_posaHead .head-user-menu dl dt{
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
  background:rgba(255, 255, 255, 0);
}
.h_swiper .h_posaHead .head-user-menu dl dt i{
  border-color: #fff transparent transparent transparent;
}
.public-top-layout .quick-menu dl.hover dt,
.h_swiper .h_posaHead .head-user-mall dl.hover dt{
  color: #777;
}
.h_swiper .h_posaHead .public-top-layout .h_msg img{
  filter: grayscale(100%) brightness(500%);
}
.public-top-layout .user-entry a,
.h_swiper .h_posaHead .public-top-layout .h_msg a span{
  color: #fff;
}
.h_swiper .h_posaHead .public-top-layout{
  color: #fff;
  background-color: #0000;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}
.h_swiper .h_posaHead .public-nav-layout{border-bottom: solid 1px rgba(255, 255, 255, 0.3);}
.h_swiper .h_posaHead .head-search-bar .input-text,
.h_swiper .h_posaHead .header-wrap{
  background: #0000;
  color: #fff;
}
.h_swiper .h_posaHead .head-search-bar .input-submit{
  border-left: solid 1px rgba(255, 255, 255, 0.3);
}
.h_swiper .h_posaHead .head-search-bar .search-form{
  background-color: rgba(255, 255, 255, 0.3);
  /* background-color: #0000; */
  /* border: solid 1px rgba(255, 255, 255, 0.3); */
}
.h_swiper .h_posaHead #search ul.tab{
  border-color: #0000;
  background-color: #0000;
}
.h_swiper .h_posaHead #search ul.tab li{
  background-color: #0000;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
}
/* .header-wrap{
  background: var(--active-color);
} */
.head-search-bar .search-form{
  display: flex;
}
.h_bantext {
    padding: 10px 0;
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 100%;
    background-color: hsla(0, 0%, 100%, .1);
}
.h_bantext .h_rfssb{
  display: flex;
  align-items: flex-start;
  column-gap: 10px;
}
.h_bantext .h_bantextItem{
    flex: 1;
    text-align: center;
}
.h_bantext .h_bantextItem .h_bantextImg{
  display: flex;
  align-items: center;
  justify-content: center;
}
.h_bantext .h_bantextItem .h_bantextImg img{
    width: 16px;
  margin-right: 4px;
}
.h_bantext .h_bantextItem .h_bantextImg h3{
    font-size: 16px;
    color: #f2f2f2;
}
.h_bantext .h_bantextItem p{
    font-size: 12px;
    color: #fff;
    margin-top: 2px;
}
.h_head .h_navWeb .h_head3 .h_1400 .h_floatRight {
  display: flex;
}
/* .h_swiper .mySwiper .swiper-slide {
  height: 456px;
} */
.h_swiper .mySwiper .swiper-slide img {
  width: 100%;
}
.h_swiper .mySwiper .h_1400 {
  position: relative;
}
.h_swiper .mySwiper .swiper-pagination {
  text-align: right;
}
.h_swiper .mySwiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #B8B8B8;
  opacity: 0.3;
  border-radius: 0px 0px 0px 0px;
}
.h_swiper .mySwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--active-color);
  opacity: 1;
}
.h_ggTitle {
  display: flex;
  align-items: center;
  column-gap: 8px;
  height: 45px;
  color: var(--active-color);
}
.h_ggTitle i {
  font-size: 18px;
}
.h_ggTitle p,
.h_ggTitle h2 {
  font-weight: normal;
  font-family: Regular;
  font-size: 20px;
}
.h_product {
  padding: 20px 0;
}
.h_product .h_box {
  display: flex;
  column-gap: 22px;
  margin-bottom: 8px;
}
.h_product .h_box .h_R {
  width: 100%;
  box-shadow: 0 0 0 1px #e7e7e7;
}
.h_product .h_box .h_R .swiper-slide {
  height: auto;
  width: 200px;
  border-right: 1px solid #e7e7e7;
}
.h_product .h_box .h_R .swiper-slide:last-child {
  border: none;
}
.h_product .h_box .h_R .swiper-slide .h_img {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.h_product .h_box .h_R .swiper-slide .h_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.h_product .h_box .h_R .swiper-slide .h_text {
  text-align: center;
  padding: 20px 0;
}
.h_product .h_box .h_R .swiper-slide .h_text a {
  display: block;
  font-size: 12px;
  height: 25px;
  line-height: 25px;
  color: #999999;
}
.h_product .h_box .h_R .swiper-slide .h_text a:hover {
  color: var(--active-color);
}
.h_product .h_box .h_R .swiper-button-next,
.h_product .h_box .h_R .swiper-button-prev {
  visibility: hidden;
  background: rgba(255, 105, 8, 0.3);
}
.h_product .h_box .h_R .swiper-button-next::after,
.h_product .h_box .h_R .swiper-button-prev::after {
  font-size: 16px;
  color: var(--active-color);
}
.h_product .h_box .h_R:hover .swiper-button-next,
.h_product .h_box .h_R:hover .swiper-button-prev {
  visibility: visible;
}
.h_product .h_box2 {
  align-items: flex-end;
  --c-gap: 15;
}
.h_product .h_box2 .h_rowBox .h_img img {
  width: 100%;
  max-width: 228px;
}
.h_product .h_box2 .h_text {
  margin-top: 4px;
}
.h_product .h_box2 .h_text .h_name,
.h_product .h_box2 .h_text h2,
.h_product .h_box2 .h_text h3 {
  font-size: 14px;
  line-height: 25px;
  color: #000;
  font-weight: normal;
  height: 25px;
  overflow: hidden;
}
.h_product .h_box2 .h_text .h_price {
  font-size: 18px;
  color: #e60300;
  font-family: Arial;
}
.h_product .h_box2 .swiper-button-next {
  right: 0;
}
.h_product .h_box2 .swiper-button-prev {
  left: 0;
}
.h_product .h_box2 .swiper-button-next,
.h_product .h_box2 .swiper-button-prev {
  background: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  color: #fff;
  pointer-events: unset !important;
}
.h_product .h_box2 .swiper-button-next::after,
.h_product .h_box2 .swiper-button-prev::after {
  font-size: 16px;
}
.h_proList .h_Box {
  padding: 20px 0 40px;
  background-color: #eeeeee;
}
.h_proList .h_Box:nth-child(2n) {
  background-color: #fff;
}
.h_proList .h_Box:nth-child(2n) .h_t .h_R::before {
  background-color: #F0F0F0;
}
.h_proList .h_Box:nth-child(2n) .h_t .h_R span {
  background-color: #F0F0F0;
}
.h_proList .h_Box:nth-child(2n) .h_t .h_R span::after,
.h_proList .h_Box:nth-child(2n) .h_t .h_R span::before {
  background-color: #F0F0F0;
}
.h_proList .h_Box:nth-child(2n) .h_b .h_L {
  background-color: #f0f0f0;
}
.h_proList .h_Box:nth-child(2n) .h_b .h_L .h_text .h_words a {
  background-color: #fff;
}
.h_proList .h_Box .h_t {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.h_proList .h_Box .h_t .h_L {
  display: flex;
  align-items: center;
  column-gap: 6px;
  color: var(--active-color);
}
.h_proList .h_Box .h_t .h_L i {
  font-size: 20px;
}
.h_proList .h_Box .h_t .h_L span,
.h_proList .h_Box .h_t .h_L h2 {
  font-weight: normal;
  font-size: 18px;
}
.h_proList .h_Box .h_t .h_R {
  position: relative;
}
.h_proList .h_Box .h_t .h_R span {
  display: inline-block;
  width: 50px;
  line-height: 30px;
  background: #fff;
  text-align: center;
  font-size: 13px;
  color: #999999;
  position: relative;
  transition: background 0.3s ease;
}
.h_proList .h_Box .h_t .h_R span::after,
.h_proList .h_Box .h_t .h_R span::before {
  position: absolute;
  content: '';
  top: 50%;
  background: #fff;
  transform: translateY(-50%);
  transition: background 0.3s ease;
}
.h_proList .h_Box .h_t .h_R span::before {
  width: 5px;
  height: 91%;
  left: -9px;
  transition-delay: 0.2s;
}
.h_proList .h_Box .h_t .h_R span::after {
  width: 4px;
  height: 77%;
  left: -17px;
  transition-delay: 0.3s;
}
.h_proList .h_Box .h_t .h_R::before {
  position: absolute;
  content: '';
  top: 50%;
  background: #fff;
  transform: translateY(-50%);
  width: 3px;
  height: 63%;
  left: -24px;
  transition: background 0.3s ease;
  transition-delay: 0.4s;
}
.h_proList .h_Box .h_t .h_R:hover span {
  background: var(--active-color);
  color: #fff;
}
.h_proList .h_Box .h_t .h_R:hover span::after,
.h_proList .h_Box .h_t .h_R:hover span::before {
  background: var(--active-color);
}
.h_proList .h_Box .h_t .h_R:hover::before {
  background: var(--active-color);
}
.h_proList .h_Box .h_b {
  margin-top: 15px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 20px;
}
.h_proList .h_Box .h_b .h_L {
  width: 240px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
}
.h_proList .h_Box .h_b .h_L .h_title {
  padding: 20px 15px;
  font-size: 26px;
  color: #FFF;
}
.h_proList .h_Box .h_b .h_L .h_img img {
  width: 100%;
}
.h_proList .h_Box .h_b .h_L .h_text {
  /*padding: 16px;*/
  padding: 3px;
}
.h_proList .h_Box .h_b .h_L .h_text .h_p1 {
  font-size: 16px;
  color: #999999;
}
.h_proList .h_Box .h_b .h_L .h_text .h_words {
  margin-top: 10px;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 6px;
  column-gap: 6px;
}
.h_proList .h_Box .h_b .h_L .h_text .h_words a {
    /*width: calc(33.33333% - 4px);*/
    width: calc(50% - 4px);
    overflow: hidden;
    color: #999999;
    /*font-size: 13px;*/
    font-size: 11px;
    text-align: center;
    padding: 4px 0px 3px;
  border-radius: 12px;
  background-color: #eeeeee;
}
.h_proList .h_Box .h_b .h_L .h_text .h_words a:hover {
  color: #fff;
  background-color: var(--active-color);
}
.h_proList .h_Box .h_b .h_R {
  align-items: flex-end;
  width: calc(100% - 260px);
  --c-gap: 20;
  --r-gap: 20;
}
.h_proList .h_Box .h_b .h_R .h_rowBox .h_img {
  overflow: hidden;
  aspect-ratio: 1/1;
  border: 1px solid #eee;
}
.h_proList .h_Box .h_b .h_R .h_rowBox .h_img img {
  transition: transform 0.3s ease;
  width: 100%;height: 100%;
  object-fit: cover;
  object-position: center;
}
.h_proList .h_Box .h_b .h_R .h_rowBox .h_text {
  font-family: Regular;
}
.h_proList .h_Box .h_b .h_R .h_rowBox .h_text .h_name {
  font-size: 15px;
  color: #000;
  line-height: 25px;
  height: 25px;
  overflow: hidden;
  font-weight: normal;
}
.h_proList .h_Box .h_b .h_R .h_rowBox .h_text .h_price {
  font-size: 18px;
  font-family: Arial;
  color: #e60300;
}
.h_proList .h_Box .h_b .h_R .h_rowBox:hover .h_img img {
  transform: scale(1.03);
}
.h_news {
  padding: 40px 0;
}
.h_news .h_sweiper2 {
  margin-top: 20px;
  position: relative;
}
.h_news .h_sweiper2 .mySwiper2 .swiper-slide .h_box {
  display: block;
  position: relative;
}
.h_news .h_sweiper2 .mySwiper2 .swiper-slide .h_box .h_img {
  overflow: hidden;
}
.h_news .h_sweiper2 .mySwiper2 .swiper-slide .h_box .h_img img {
  width: 100%;
  transition: transform 0.3s linear;
}
.h_news .h_sweiper2 .mySwiper2 .swiper-slide .h_box .h_text {
  border: 1px solid #E6E6E6;
  padding: 16px;
}
.h_news .h_sweiper2 .mySwiper2 .swiper-slide .h_box .h_text .h_title {
  font-weight: normal;
  font-family: Medium;
  font-size: 18px;
  color: #3D3D3D;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.h_news .h_sweiper2 .mySwiper2 .swiper-slide .h_box .h_text .h_desc {
  font-size: 14px;
  color: #777777;
  line-height: 20px;
  /* text-align: justify; */
  margin-top: 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.h_news .h_sweiper2 .mySwiper2 .swiper-slide .h_box .h_text .h_time {
  font-size: 15px;
  color: #999999;
  line-height: 21px;
  margin-top: 7px;
}
.h_news .h_sweiper2 .mySwiper2 .swiper-slide .h_box::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: var(--active-color);
  transform: scaleX(0);
  transition: transform 0.3s linear;
}
.h_news .h_sweiper2 .mySwiper2 .swiper-slide .h_box:hover .h_img img {
  transform: scale(1.05);
}
.h_news .h_sweiper2 .mySwiper2 .swiper-slide .h_box:hover .h_text .h_title {
  color: var(--active-color);
}
.h_news .h_sweiper2 .mySwiper2 .swiper-slide .h_box:hover::before {
  transform: scaleX(1);
}
.h_news .h_sweiper2 .h_prev,
.h_news .h_sweiper2 .h_next {
  position: absolute;
  width: 36px;
  line-height: 64px;
  text-align: center;
  top: calc(50% - 32px);
  cursor: pointer;
}
.h_news .h_sweiper2 .h_prev i,
.h_news .h_sweiper2 .h_next i {
  color: #CACACA;
}
.h_news .h_sweiper2 .h_prev:hover,
.h_news .h_sweiper2 .h_next:hover {
  background-color: var(--active-color);
}
.h_news .h_sweiper2 .h_prev:hover i,
.h_news .h_sweiper2 .h_next:hover i {
  color: #fff;
}
.h_news .h_sweiper2 .h_prev {
  left: -60px;
}
.h_news .h_sweiper2 .h_next {
  right: -60px;
}
@media screen and (max-width: 1400px) {
  .h_proList .h_Box .h_t .h_L img {
    width: 52px;
  }
  .h_proList .h_Box .h_t .h_L span {
    font-size: 22px;
  }
}
@media screen and (max-width: 1280px) {
  .h_banner .h_text {
    font-size: 32px;
  }
  .h_banner .h_text .h_desc {
    font-size: 24px;
    bottom: -16px;
  }
}
@media screen and (max-width: 1024px) {
  .h_product .h_box .h_L,
  .h_proList .h_Box .h_b .h_L {
    display: none;
  }
  .h_product .h_box .h_R,
  .h_proList .h_Box .h_b .h_R {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .h_banner .h_text {
    font-size: 24px;
    padding: 26px 46px 34px;
  }
  .h_banner .h_text .h_desc {
    font-size: 20px;
    bottom: -14px;
  }
  .h_proList .h_Box .h_t .h_L {
    column-gap: 10px;
  }
  .h_proList .h_Box .h_t .h_L img {
    width: 42px;
  }
  .h_proList .h_Box .h_t .h_L span {
    font-size: 18px;
  }
  .h_proList .h_Box .h_t .h_R span {
    font-size: 13px;
    width: 52px;
    line-height: 28px;
  }
  .h_proList .h_Box .h_b .h_R {
    --rown: 3;
  }
}
@media screen and (max-width: 480px) {
  .h_banner .h_text {
    font-size: 16px;
    padding: 20px 0 26px;
    width: 92%;
    text-align: center;
  }
  .h_banner .h_text .h_desc {
    font-size: 16px;
    bottom: -10px;
    white-space: nowrap;
  }
  .h_banner .h_text::after {
    background: linear-gradient(90deg, #fff 0 15%, #00000000 15% 85%, #fff 85% 100%);
  }
  .h_proList .h_Box .h_b .h_R .h_rowBox {
    border: none;
  }
  .h_proList .h_Box .h_b .h_R {
    --rown: 2;
  }
  .h_proList .h_Box{
      padding: 20px 0;
  }
  .h_news{
      padding: 20px 0;
  }
}
