.h_index .h_swiper .swiper-slide img {
  width: 100%;
}
.h_index .h_swiper .swiper-button-prev,
.h_index .h_swiper .swiper-button-next {
  width: 70px;
  height: 70px;
  background-color: var(--rgba1-bcolor);
  color: #fff;
  font-weight: bold;
  border-radius: 6px;
  --swiper-navigation-size: 30px;
  margin: 0;
  transform: translateY(-50%);
}
.h_index .h_swiper .swiper-button-prev:hover,
.h_index .h_swiper .swiper-button-next:hover {
  background-color: var(--rgba3-bcolor);
}
.h_index .h_swiper .swiper-button-prev {
  left: 50px;
}
.h_index .h_swiper .swiper-button-next {
  right: 50px;
}
.h_index .h_proBox {
  margin-top: 20px;
}
.h_index .h_proBox .h_L {
  width: 210px;
}
.h_index .h_proBox .h_L .h_box {
  margin-bottom: 20px;
}
.h_index .h_proBox .h_L .h_box .h_title {
  padding: 0 10px;
  line-height: 45px;
  height: 45px;
  color: #fff;
}
.h_index .h_proBox .h_L .h_box .h_cboxs {
  border: 1px solid #f0f0f0;
  border-top: none;
  padding: 5px 10px;
}
.h_index .h_proBox .h_L .h_box .h_cboxs .h_item {
  border-bottom: 1px dashed #e5e5e5;
}
.h_index .h_proBox .h_L .h_box .h_cboxs .h_item a {
  display: block;
  font-size: 14px;
}
.h_index .h_proBox .h_L .h_box .h_cboxs .h_item .h_link {
  padding: 12px 4px;
}
.h_index .h_proBox .h_L .h_box .h_cboxs .h_item .h_qq {
  padding-left: 30px;
  background: url('../static/qq.gif') no-repeat left center;
  background-size: 21px;
  margin: 9px 0px;
  line-height: 22px;
  color: #666666;
}
.h_index .h_proBox .h_L .h_box .h_cboxs .h_item .h_t1 {
  margin-top: 5px;
  color: #666666;
  font-size: 15px;
  padding-left: 28px;
  line-height: 33px;
}
.h_index .h_proBox .h_L .h_box .h_cboxs .h_item .h_t1.time {
  background: url('../static/icon_time.png') no-repeat left center;
  background-size: 27px;
}
.h_index .h_proBox .h_L .h_box .h_cboxs .h_item .h_t1.lx {
  background: url('../static/icon_lx.png') no-repeat left center;
  background-size: 27px;
}
.h_index .h_proBox .h_L .h_box .h_cboxs .h_item .h_desc {
  color: #666666;
  font-size: 14px;
  margin: 9px 0;
}
.h_index .h_proBox .h_L .h_box .h_cboxs .h_item:last-child {
  border: none;
}
.h_index .h_proBox .h_R {
  width: calc(100% - 230px);
}
.h_index .h_proBox .h_R .h_tabs .h_tab {
  margin-right: 20px;
  padding: 0 32px;
  line-height: 45px;
  color: #666;
  cursor: pointer;
}
.h_index .h_proBox .h_R .h_tabs .h_tab.active,
.h_index .h_proBox .h_R .h_tabs .h_tab:hover {
  color: #fff;
  background-color: var(--active-color);
}
.h_index .h_proBox .h_R .h_listBox {
  margin-top: 20px;
}
.h_index .h_proBox .h_R .h_listBox .pro_list {
  display: none;
}
.h_index .h_proBox .h_R .h_listBox .pro_list:first-child {
  display: block;
}
.h_index .h_Title {
  color: #282828;
  font-size: 24px;
}
.h_index .h_Title .s {
  font-size: 14px;
  color: #6b6b6b;
}
.h_index .h_Title .r {
  color: var(--active-color);
}
.h_index .h_aboutBox {
  margin-top: 32px;
}
.h_index .h_aboutBox .h_Desc {
  margin-top: 4px;
  line-height: 2.3;
  color: #606060;
}
.h_index .h_aboutBox .h_box {
  margin-top: 15px;
  background-color: #f1f1f1;
}
.h_index .h_aboutBox .h_box .h_img {
  width: 535px;
}
.h_index .h_aboutBox .h_box .h_text {
  width: calc(100% - 535px);
  padding: 0 40px;
  color: #403f3f;
  line-height: 2;
  text-align: justify;
}
.h_index .h_newsBox {
  margin-top: 32px;
  padding-bottom: 40px;
}
.h_index .h_newsBox .h_imgBox {
  margin-top: 24px;
  position: relative;
}
.h_index .h_newsBox .h_imgBox img {
  width: 100%;
}
.h_index .h_newsBox .h_imgBox .h_text {
  width: 761px;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 18px;
  color: #fff;
}
.h_index .h_newsBox .h_imgBox .h_text .h_en {
  margin-top: 4px;
  font-size: 14px;
  line-height: 1.7;
}
.h_index .h_newsBox .h_list .h_item {
  margin-top: 20px;
  padding-bottom: 20px;
  width: calc(50% - 10px);
  border-bottom: 1px dashed #e5e5e5;
}
.h_index .h_newsBox .h_list .h_item .h_md {
  color: #4a4a4a;
  font-size: 30px;
}
.h_index .h_newsBox .h_list .h_item .h_y {
  color: #767676;
  font-size: 15px;
}
.h_index .h_newsBox .h_list .h_item .h_title {
  margin-top: 10px;
  font-size: 18px;
  color: #2f2f2f;
}
.h_index .h_newsBox .h_list .h_item .h_desc {
  color: gray;
  font-size: 14px;
  line-height: 24px;
  margin-top: 4px;
}
.h_index .h_newsBox .h_list .h_item:hover .h_title {
  color: var(--active-color);
}
.h_proTabs {
  margin-top: 40px;
  gap: 10px;
}
.h_proTabs .h_item {
  padding: 7px 20px;
  border: 1px solid #eaeaea;
  color: #575757;
  font-size: 15px;
  border-radius: 4px;
}
.h_proTabs .h_item:hover,
.h_proTabs .h_item.active {
  background-color: var(--active-color);
  color: #fff;
}
.pro_list .h_list .h_item {
  padding: 15px;
  border: 1px #eaeaea solid;
}
.pro_list .h_list .h_item .h_img {
  aspect-ratio: 220/170;
}
.pro_list .h_list .h_item .h_name {
  color: #575757;
  font-size: 14px;
  text-align: center;
  margin-top: 15px;
}
.pro_list .h_list .h_item:hover {
  border-color: var(--active-color);
}
.pro_list .h_list .h_item:hover .h_img img {
  transform: scale(1.1);
}
.pro_list .h_list .h_item:hover .h_name {
  color: var(--active-color);
}
.h_danye {
  padding: 40px 0;
}
.h_danye p {
  margin: 7px 0;
}
.h_danye img,
.h_danye video,
.h_danye table {
  max-width: 100% !important;
  height: auto !important;
}
.h_newsList {
  padding: 0 0 40px;
}
.h_newsList .h_item {
  padding: 40px 0;
  border-bottom: 1px dashed #e5e5e5;
}
.h_newsList .h_item .h_time {
  font-size: 14px;
  color: #666666;
  text-align: center;
  background: #f2f2f2;
  width: 84px;
  aspect-ratio: 1;
}
.h_newsList .h_item .h_time .h_d {
  margin-top: 15px;
  font-size: 25px;
  font-weight: bold;
}
.h_newsList .h_item .h_text {
  width: calc(100% - 100px);
}
.h_newsList .h_item .h_text .h_title {
  font-size: 18px;
  color: #171717;
}
.h_newsList .h_item .h_text .h_desc {
  margin-top: 4px;
  color: gray;
  font-size: 14px;
  line-height: 24px;
}
.h_newsList .h_item:hover .h_text .h_title {
  color: var(--active-color);
}
.h_proList {
  padding: 40px 0;
}
.h_proDetails .h_Box1 .h_img {
  width: 400px;
  max-width: 100%;
  border: 1px solid #f1f1f1;
  aspect-ratio: 1/1;
  background-color: #f1f1f1;
}
.h_proDetails .h_Box1 .h_msg {
  width: calc(100% - 460px);
}
.h_proDetails .h_Box1 .h_msg .h_name {
  color: #111111;
  font-size: 26px;
  font-family: 'MiSans-Demibold';
}
.h_proDetails .h_Box1 .h_msg .h_desc {
  margin-top: 20px;
}
.h_proDetails .h_Box1 .h_msg .h_desc p {
  font-size: 16px;
  margin: 10px 0;
  color: #111111;
  font-family: 'MiSans-Medium';
}
.h_proDetails .h_Box1 .h_msg .h_hotling {
  margin-top: 20px;
  font-size: 17px;
  font-family: 'MiSans-Regular';
  color: #3D3D3D;
}
.h_proDetails .h_Box1 .h_msg .h_hotling a {
  font-size: 21px;
  color: #3D3D3D;
  font-family: 'MiSans-Semibold';
}
.h_proDetails .h_Box2 .h_title {
  border-bottom: 1px solid #D8D8D8;
}
.h_proDetails .h_Box2 .h_title span {
  display: inline-block;
  position: relative;
  padding: 0 0 15px;
  font-size: 18px;
}
.h_proDetails .h_Box2 .h_title span::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 3px;
  left: 0;
  bottom: -1px;
  background-color: var(--active-color);
}
.h_proDetails .h_Box2 .h_content {
  background: #F9F9FA;
  padding: 18px 24px;
  margin-top: 24px;
  line-height: 1.8;
}
.h_proDetails .h_Box2 .h_content video,
.h_proDetails .h_Box2 .h_content table,
.h_proDetails .h_Box2 .h_content img {
  max-width: 100%;
  height: auto !important;
}
.h_proDetails .h_Box3 {
  row-gap: 30px;
  position: relative;
  gap: 30px 40px;
}
.h_proDetails .h_Box3 .h_L {
  width: 440px;
  max-width: 100%;
}
.h_proDetails .h_Box3 .h_L .h_imgBox {
  border: 1px solid #f1f1f1;
  position: relative;
  aspect-ratio: 500/335;
}
.h_proDetails .h_Box3 .h_L .h_imgBox .h_view {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 34px;
  height: 34px;
  line-height: 34px;
  cursor: pointer;
  background: #D8D8D8;
  text-align: center;
}
.h_proDetails .h_Box3 .h_L .h_imgBox .h_view .icon {
  color: #fff;
}
.h_proDetails .h_Box3 .h_L .h_swiper {
  padding: 0 33px;
  margin-top: 18px;
  position: relative;
}
.h_proDetails .h_Box3 .h_L .h_swiper .mySwiper .swiper-slide {
  width: 66px;
  border: 1px solid #f1f1f1;
  aspect-ratio: 1/1;
  cursor: pointer;
}
.h_proDetails .h_Box3 .h_L .h_swiper .mySwiper .swiper-slide.h_active {
  border-color: var(--active-color);
}
.h_proDetails .h_Box3 .h_L .h_swiper .swiper-button-prev {
  left: 0;
  justify-content: flex-start;
}
.h_proDetails .h_Box3 .h_L .h_swiper .swiper-button-next {
  right: 0;
  justify-content: flex-end;
}
.h_proDetails .h_Box3 .h_L .h_swiper .swiper-button-next:after,
.h_proDetails .h_Box3 .h_L .h_swiper .swiper-button-prev:after {
  color: #DFDFDF;
  font-size: 22px;
}
.h_proDetails .h_Box3 .h_C {
  width: calc(100% - 500px);
}
.h_proDetails .h_Box3 .h_C .h_name {
  font-family: 'Montserrat-Medium';
  font-size: 25px;
  color: #222222;
  margin-top: 5px;
}
.h_proDetails .h_Box3 .h_C .h_price {
  height: 44px;
  background: #F3F3F3;
  padding: 0 12px;
  margin-top: 20px;
}
.h_proDetails .h_Box3 .h_C .h_price p {
  font-size: 15px;
  color: #888888;
}
.h_proDetails .h_Box3 .h_C .h_price .price {
  color: #F12E38;
}
.h_proDetails .h_Box3 .h_C .h_price .price span {
  font-size: 23px;
}
.h_proDetails .h_Box3 .h_C .h_hr {
  height: 1px;
  background: #D8D8D8;
  margin-top: 23px;
}
.h_proDetails .h_Box3 .h_C .h_specs {
  margin-top: 20px;
  column-gap: 35px;
  display: flex;
  align-items: baseline;
}
.h_proDetails .h_Box3 .h_C .h_specs .h_l {
  white-space: nowrap;
}
.h_proDetails .h_Box3 .h_C .h_specs .h_r {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.h_proDetails .h_Box3 .h_C .h_specs .h_r .h_item {
  padding: 6px 12px;
  border: 1px solid #ccc;
}
.h_proDetails .h_Box3 .h_C .h_specs .h_r .h_item.active,
.h_proDetails .h_Box3 .h_C .h_specs .h_r .h_item:hover {
  border-color: var(--active-color);
  color: var(--active-color);
}
.h_proDetails .h_Box3 .h_C .h_desc {
  margin-top: 20px;
  font-size: 16px;
  color: #777777;
  line-height: 1.8;
}
.h_proDetails .h_Box3 .h_C .h_links {
  margin-top: 20px;
}
.h_proDetails .h_Box3 .h_C .h_links a {
  display: inline-block;
  padding: 10px 26px;
  border-radius: 4px;
  color: #fff;
  background-color: var(--active-color);
}
.h_proDetails .h_Box3 .h_R {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  overflow-y: auto;
  margin-top: 5px;
  width: 210px;
}
.h_proDetails .h_Box3 .h_R::-webkit-scrollbar {
  width: 0;
}
.h_proDetails .h_Box3 .h_R .h_title {
  position: relative;
  text-align: center;
}
.h_proDetails .h_Box3 .h_R .h_title::before {
  width: 100%;
  height: 1px;
  position: absolute;
  content: '';
  background: #D8D8D8;
  left: 0;
  top: 50%;
}
.h_proDetails .h_Box3 .h_R .h_title span {
  font-size: 15px;
  color: #3D3D3D;
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 0 20px;
}
.h_proDetails .h_Box3 .h_R .h_list .h_item {
  display: block;
  margin-top: 16px;
}
.h_proDetails .h_Box3 .h_R .h_list .h_item .h_img {
  border: 1px solid #EAEAEA;
}
.h_proDetails .h_Box3 .h_R .h_list .h_item .h_img .h_posImg,
.h_proDetails .h_Box3 .h_R .h_list .h_item .h_img .h_posImg2 {
  padding-top: 69.0476%;
}
.h_proDetails .h_Box3 .h_R .h_list .h_item .h_text {
  text-align: center;
}
.h_proDetails .h_Box3 .h_R .h_list .h_item .h_text .h_name {
  margin-top: 6px;
  font-size: 14px;
  color: #3D3D3D;
  line-height: 19px;
}
.h_proDetails .h_Box3 .h_R .h_list .h_item .h_text .h_price {
  font-size: 13px;
  color: #F12E38;
  line-height: 17px;
  margin-top: 4px;
}
.h_proDetails .h_Box3 .h_R .h_list .h_item:hover .h_img {
  border-color: var(--active-color);
}
.h_proDetails .h_Box3 .h_R .h_list .h_item:hover .h_text .h_name {
  color: var(--active-color);
}
@media screen and (max-width: 1024px) {
  .h_proDetails .h_Box3 .h_C {
    width: 100%;
  }
  .h_proDetails .h_Box3 .h_C .h_name {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .h_index .h_proBox .h_L {
    display: none;
  }
  .h_index .h_proBox .h_R {
    width: 100%;
  }
  .h_index .h_aboutBox .h_box .h_img {
    width: 100%;
  }
  .h_index .h_aboutBox .h_box .h_text {
    width: 100%;
    padding: 20px;
  }
  .h_index .h_newsBox .h_list .h_item {
    width: 100%;
  }
  .h_proList,
  .h_newsList .h_item {
    padding: 30px 0;
  }
  .h_newsList {
    padding-bottom: 30px;
  }
  .h_proTabs {
    margin-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  .h_proTabs .h_item {
    padding: 6px 16px;
  }
  .h_index .h_proBox .h_R .h_listBox,
  .h_index .h_newsBox .h_imgBox,
  .h_index .h_proBox {
    margin-top: 15px;
  }
  .h_index .h_proBox .h_R .h_tabs .h_tab {
    margin-right: 15px;
    font-size: 15px;
    line-height: 40px;
    padding: 0 26px;
  }
  .pro_list .h_list .h_item {
    padding: 10px;
  }
  .pro_list .h_list .h_item .h_name {
    margin-top: 10px;
  }
  .h_index .h_newsBox,
  .h_index .h_aboutBox {
    margin-top: 20px;
  }
  .h_index .h_Title {
    font-size: 20px;
  }
  .h_index .h_Title .s {
    font-size: 13px;
  }
  .h_index .h_aboutBox .h_Desc {
    line-height: 1.6;
    font-size: 15px;
  }
  .h_index .h_newsBox .h_list .h_item .h_md,
  .h_index .h_newsBox .h_list .h_item .h_y,
  .h_index .h_newsBox .h_imgBox .h_text {
    display: none;
  }
  .h_index .h_newsBox .h_list .h_item {
    margin-top: 15px;
    padding-bottom: 15px;
  }
  .h_index .h_newsBox .h_list .h_item .h_title {
    margin: 0;
    font-size: 16px;
  }
  .h_index .h_newsBox {
    padding-bottom: 20px;
  }
  .h_index .h_aboutBox .h_box .h_text {
    padding: 15px;
    font-size: 14px;
    line-height: 1.8;
  }
  .h_proList,
  .h_newsList .h_item {
    padding: 15px 0;
  }
  .h_newsList .h_item .h_text {
    width: calc(100% - 95px);
  }
  .h_newsList {
    padding-bottom: 15px;
  }
  .h_proTabs {
    margin-top: 15px;
  }
  .h_proDetails .h_Box3 {
    row-gap: 15px;
  }
  .h_proDetails .h_Box3 .h_C .h_name {
    font-size: 18px;
  }
  .h_proDetails .h_Box3 .h_C .h_links,
  .h_proDetails .h_Box3 .h_C .h_hr {
    margin-top: 14px;
  }
  .h_proDetails .h_Box3 .h_C .h_desc {
    margin-top: 12px;
    font-size: 15px;
  }
  .h_proDetails .h_Box2 .h_content {
    padding: 0;
    background: #0000;
    margin-top: 12px;
  }
}
