.huake_sitetop .share a{
  line-height: 5px !important;
}
.product-detail {
  margin-top: 70px;
}

.product-detailfl {
  width: 530px;
  height: 100%;
}

.pro_view {
  display: flex;
}

.product-detailfl .view {
  width: 100%;
  position: relative;
}

.product-detailfl .view .swiper-slide {
  position: relative;
}

.product-detailfl .view .swiper-slide a {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  padding-bottom: 100%;
}

.product-detailfl .view .swiper-slide img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #D9D9D9;
  padding: 2px;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.product-detailfl .view .swiper-slide a.v::after {
  content: "";
  background: url(../images/video.png) no-repeat center;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}


.product-detailfl .preview {
  margin: 12px 0 0;
  padding: 0 30px;
  position: relative;
  overflow: hidden;
}

.product-detailfl .preview .swiper-slide {
  cursor: pointer;
  padding: 10px 0 2px;
  position: relative;
}

.product-detailfl .preview .swiper-slide::after {
  display: none;
  content: '';
  width: 0;
  height: 0;
  line-height: 0;
  border-width: 5px;
  border-style: dashed;
  border-bottom-style: dashed;
  border-color: transparent;
  border-bottom-color: transparent;
  vertical-align: middle;
  border-bottom-style: solid;
  border-bottom-color: var(--active-color);
  position: absolute;
  top: 0px;
  left: 50%;
  margin: 0 0 0 -5px;
}

.product-detailfl .preview .swiper-slide .pic {
  border: 2px solid #D9D9D9;
  padding: 2px;
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}

.product-detailfl .preview .swiper-slide .pic img {
  display: block;
  width: 100%;
  padding: 2px;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.product-detailfl .preview .active-nav .pic {
  border-color: var(--active-color);
}

.product-detailfl .preview .swiper-slide.active-nav::after {
  display: inline-block;
}

.product-detailfl .preview .arrow-left,
.product-detailfl .preview .arrow-right {
  background: none;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: auto;
  height: 50px;
  z-index: 10;
  text-align: center;
}

.product-detailfl .preview .arrow-left {
  left: 0;
}

.product-detailfl .preview .arrow-right {
  right: 0;
}

.product-detailfl .preview .arrow-left i,
.product-detailfl .preview .arrow-right i {
  color: #666;
  font-size: 20px;
  line-height: 50px;
}

.product-detailfl .preview .arrow-left:hover i,
.product-detailfl .preview .arrow-right:hover i {
  color: var(--active-color);
}

.product-detailfr {
  flex: 1;
  margin-left: 50px;
 /* overflow: hidden;*/
}

.product-detailfr h1 {
  padding: 30px 0 40px;
  font-size: 32px;
  line-height: 1.2;
  color: var(--bg-color);
  font-weight: 700;
  border-bottom: 1px solid #eee;
}

.product-detailfr p {
  color: #333;
  margin-top: 15px;
}

.product-detailfr p:nth-child(2) {
  margin-top: 26px;
}

.product-detailfr .main-href {
  margin: 30px 0 0;
}
.product-detailfr .sharebook{
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
}
.share a {
 /* margin-right: 10px; */
 display: inline-block;
 background: transparent !important;
 color: #fff;
 font-size: 16px;
 cursor: pointer;
 margin-top: 40px;
 width: 40px;
 /* margin-right: 10px; */
}
.share a img{
  width:30px;
}
.share a i{
  font-size:20px;
}
.sharer a {
    display: inline-block;
    background: transparent !important;
    color:#fff;
    cursor: pointer;
    margin-top: 40px;
    width: 40px;
    /* margin-right: 10px; */
}
.sharer a img{
  width:30px;
}
.sharer {
  /* margin-top:20px; */
}
.share {
  /* margin-top:20px; */
}
.sharer a i{
  font-size: 26px;
}
.sharer .wx{
  position:relative;
}
.sharer .wx:hover .wx-box{
  display:block
}
.sharer .wx .wx-box{
  width: 97px;
  height: 175px;
  position: absolute;
  right: -57px;
  top: 56px;
  display: none;
}
.sharer .wx .wx-box .box {
    width: 140px;
    padding: 5px;
    border: 1px solid #D6D7D7;
    text-align: center;
    background: #fff;
    overflow: hidden;
}
.sharer .wx .wx-box .box img{
  width:100%
}
.product-detailfr .main-href a {
  padding: 10px 20px;
  display: inline-block;
  background: #06304F;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  width: 40%;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #06304F;
}
.product-detailfr .main-href a:hover{
   background: #fff;
  color:#06304F;
}
.product-detailfr .main-href a i{
  font-size: 20px;
}
.product-detailfr .main-href a{
  position:relative;
}
.product-detailfr .main-href a:hover .wx-box {
    display: block;
}
.product-detailfr .main-href .wx-box .box {
  width: 140px;
  padding: 5px;
  border: 1px solid #D6D7D7;
  text-align: center;
  background: #fff;
  overflow: hidden;
}


.product-detailfr .main-href .wx-box {
    width: 101px;
    height: 103px;
    position: absolute;
    right: -115px;
    top: -22px;
    display: none;
}
.product-detailbd li img {
  width: 100%;
}

.product-detailbd li img:hover {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.product-detailhd {
  width: 100%;
  margin-top: 14px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.product-detailhd a {
  display: block;
  width: 6.2%;
}

.product-detailhd a.prev {
  background: url(../images/lefta.png) no-repeat left center;
  background-size: 10px 17px;
}

.product-detailhd a.next {
  background: url(../images/righta.png) no-repeat right center;
  background-size: 10px 17px;
}

.product-detailhd a.prev:hover {
  background: url(../images/leftas.png) no-repeat left center;
  background-size: 10px 17px;
}

.product-detailhd a.next:hover {
  background: url(../images/rightas.png) no-repeat right center;
  background-size: 10px 17px;
}

.product-detailhd ul {
  width: 87.6%;
  overflow: hidden;
}

.product-detailhd ul li {
  float: left;
  width: 22.2%;
  margin-right: 22px;
  padding-top: 5px;
  overflow: hidden;
  cursor: pointer;
}

.product-detailhd ul li.on {
  background: url(../images/ico24.png) no-repeat center top;
}

.product-detailhd ul li.on img {
  border: 2px solid #18469d;
  box-sizing: border-box;
}

.product-detailhd ul li img {
  width: 100%;
  -webkit-transition: 0s all;
  -moz-transition: 0s all;
  -ms-transition: 0s all;
  transition: 0s all;
}



.detail-height {
  width: 100%;
  height: 82px;
  margin-top: 70px;
}

.detail-maodian {
  width: 100%;
  height: 82px;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  background: #fff;
  font-size: 0;
  z-index: 20;
  text-align: center;
  box-sizing: border-box;
}

.sticky {
  position: fixed;
  top: 98px;
  z-index: 9;
}

.detail-maodian li {
  display: inline-block;
  margin: 0 170px;
}

.detail-maodian li a {
  display: block;
  padding: 0 10px;
  line-height: 80px;
  color: #737373;
  font-size: 16px;
  -webkit-transition: .1s all;
  -moz-transition: .1s all;
  -ms-transition: .1s all;
  transition: .1s all;
}

.detail-maodian li.current a,
.detail-maodian li a:hover {
  border-bottom: 2px solid #06304F;
  text-decoration: none;
  background: #06304F;
  color: #fff;
}

.detail-maodian li:last-child a {
  margin-right: 0;
}

.detail-title {
  padding-top: 50px;
  padding-bottom: 30px;
  text-align: left !important;
}

.detail-title h3 {
  font-size: 24px;
  color: var(--bg-color);
}

.detail-title p {
  font-size: 17px;
}

.detail-table td,
.detail-table th {
  padding: 8px 0;
  line-height: 30px;
  text-align: left;
  border: 1px solid #ddd;
}

.detail-table th {
  padding-left: 36px;
  font-size: 16px;
  color: var(--bg-color);
}

.detail-table td {
  padding-right: 20px;
  padding-left: 30px;
  font-size: 16px;
}

.scenario .device-txt h3 {
  margin-top: 30px;
  color: #fff;
  font-size: 22px;
}

.scenario .device-txt p {
  margin-top: 10px;
}

.scenario .arrow {
  position: static;
  margin-left: 50px;
  overflow: hidden;
}

.scenario .swiper-pagination {
  float: right;
  margin-right: 50px;
  font-size: 20px;
  color: #c5d1e6;
}

.scenario .arrow a {
  background: #fff;
}

.scenario .arrow a .process .home-processcon {
  margin-top: 10px;
}

.process .home-processcon ul li {
  width: 22%;
  padding: 0 20px 20px 20px;
  text-align: left;
  border-bottom: 1px solid #7f7faf;
}

.process .home-processcon {
  background: url(../images/line04.png) no-repeat 66px 26px;
}

.service .goods-service {
  background: none;
}

.service .goods-service ul li,
.more-product .quality-list {
  margin-top: 0;
}

.quality-list li h3 {
  margin-top: 24px;
  font-size: 20px;
  text-align: center;
}



.more-product {
  margin-top: 30px;
}

.more-product .list {
  margin: 30px -6px 0;
  position: relative;
}

.more-product .swiper-slide {
  padding: 6px;
}

.more-product .swiper-slide .pic {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 6px rgba(63, 62, 62, 0.08);
}

.more-product .swiper-slide .pic>img {
  display: block;
  -webkit-transition: transform .5s;
  width: 100%;
  padding: 2px;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.more-product .swiper-slide h5 {
  margin: 15px 0 0;
  font-size: 19px;
  color: #222;
  text-align: center;
}

.more-product .swiper-slide h5 a {
  display: block;
}

.more-product .swiper-slide h5 a:hover {
  color: var(--active-color);
}

.more-product .swiper-slide:hover .pic>img {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
}

.more-product .swiper-slide:hover .txt h6 a {
  color: var(--active-color);
}

.more-product .swiper-button-prev,
.more-product .swiper-button-next {
  width: 40px;
  height: 40px;
  border-radius: 0;
  background: none;
  color: #333;
  top: calc(((100% - 40px) / 2) - 20px);
  margin-top: 0;
  text-align: center;
}

.more-product .swiper-button-prev::after,
.more-product .swiper-button-next::after {
  display: none;
}

.more-product .swiper-button-prev i,
.more-product .swiper-button-next i {
  font-size: 35px;
  line-height: 40px;
  color: inherit;
}

.more-product .swiper-button-prev,
.more-product .swiper-container-rtl .swiper-button-next {
  left: -45px;
  right: auto;
}

.more-product .swiper-button-next,
.more-product .swiper-container-rtl .swiper-button-prev {
  right: -45px;
  left: auto;
}

.more-product .swiper-button-prev:hover,
.rela-pro .swiper-button-next:hover {
  color: var(--active-color);
}

.more-product .swiper-pagination {
  display: none;
  position: static;
  width: 100%;
  margin-top: 25px;
}

.more-product .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  margin: 0 4px;
  background: #B5B5B5;
  border-radius: 50%;
  opacity: 1;
}

.more-product .swiper-pagination-bullet-active {
  background: var(--active-color);
}

.downbtn {
	background: #06304F;
	padding: 10px 15px;
	display: inline-block;
	border-radius: 20px;
	color: #fff;
	margin-top: 15px;
	font-size: 16px;
	border:1px solid #06304F
}
.downbtn:hover{
   background: #fff;
   color:#06304F;
}
.downbtn i {
	margin-right:5px
}

.detail-input {
  margin: 80px 0;
}

.detail-input .pro-inquiry {
  border: 1px solid #DDD;
  padding: 50px 45px;
}

.detail-input .pro-inquiry h3 {
  font-size: 30px;
  color: #212121;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 40px;
  text-align: center;
}

.detail-input .inquirbox .row {
  margin-bottom: 17px;
}

.detail-input .input-position {
  position: relative;
}

.detail-input .inquirbox input[type="text"],
.detail-input .inquirbox input[type="email"],
.detail-input .inquirbox textarea {
  width: 100%;
  padding: 14px 20px;
  font-size: 15px;
  color: #777;
  line-height: 22px;
  border: 1px solid #eee;
  background: #FAFAFA;
}

.detail-input .inquirbox input[type="text"]:focus,
.detail-input .inquirbox textarea:focus {
  border-color: var(--active-color) !important;
}

.detail-input .inquirbox .submit-box {
  text-align: center;
}

.detail-input .inquirbox .submit-box button {
  background: #06304F;
  color: #fff;
  line-height: 42px;
  padding: 0 40px;
  font-size: 15px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
}

.detail-input .inquirbox .submit-box button:hover {
  background: var(--btn-bg-hover);
}

.pro_text .wp {
  margin: 0 auto;
  width: 1080px;
  margin-top: 10px;
  /* text-align: center; */
}
.pro_text .wp ul li {
    list-style-type: none !important;
}
.pro_text p {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  /* text-align: center; */
}

.pro_text table {
  word-break: break-word;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100% !important;
  text-align: center;
}

.pro_text table tr>td {
  border: solid 1px #666666;
  padding: 6px;
}

.pro_text table tr>th,
.pro_text table thead tr>td {
  border: solid 1px #666666;
  padding: 6px;
}




@media screen and (max-width:1580px) {
  .product-detailfr h1 {
    margin-top: 0;
  }

  .scenario .arrow {
    margin-bottom: 20px;
  }

  .process .home-processcon {
    background-size: 80% auto;
  }
}

@media screen and (max-width:1400px) {

  .title h1,
  .title h1 a,
  .title h2,
  .title h2 a {
    font-size: 34px;
  }

  .detail-table td,
  .detail-table th {
    line-height: 24px;
  }
}

@media screen and (max-width:1280px) {
  .foot-txt p a {
    margin-left: 80px;
  }

  .swiper-pagination-progressbar {
    width: 600px;
  }

  .detail-maodian li {
    margin: 0;
  }

  .detail-maodian li a {
    font-size: 14px;
  }

  .detail-table th {
    width: 34%;
  }

  .title h1,
  .title h1 a,
  .title h2,
  .title h2 a {
    font-size: 32px;
    line-height: 42px;
  }
}

@media screen and (max-width:1100px) {

  .product-detailfl,
  .product-detailfr {}

  .product-detailfr {
    margin-top: 50px;
  }
}

@media screen and (max-width:960px) {
  .swiper-pagination {
    margin-left: 0;
  }

  .swiper-pagination-progressbar {
    width: 160px;
  }

  .detail-input .div_info .input-position {
    width: 100%;
  }

  .product-detail {
    margin-top: 40px;
  }

  .product-detailhd ul li {
    margin-right: 10px;
  }

  .product-detailfr {
    margin-top: 40px;
  }

  .product-detailfr h1 {
    padding-bottom: 20px;
    font-size: 24px;
  }

  .detail-maodian li {
    width: 33%;
  }

  .detail-height {
    margin-top: 60px;
  }

  .detail-height,
  .detail-maodian {
    height: auto;
    margin: 15px 0;
  }

  .detail-maodian li a {
    line-height: 46px;
  }

  .detail-table th {
    padding-left: 10px;
  }

  .process .home-processcon ul li {
    width: 100%;
  }

  .process .home-processcon {
    background: none;
  }

  .detail-maodian li a:hover {
    border-bottom: none;
    color: #737373;
    text-decoration: none;
  }

  .scenario .arrow {
    margin-left: 35px;
  }

  .detail-table td,
  .detail-table th {
    line-height: 22px;
  }

  .sticky {
    top: 0;
  }
}

@media screen and (max-width:451px) {
  .detail-maodian li a {
    padding: 0;
    font-size: 12px;
  }
}

@media only screen and (max-width: 1280px) {
  .pro_text .wp {
    width: 100% !important;

  }
}

@media only screen and (max-width: 1280px) {
  .pro_view {
    flex-direction: column;
  }

  .product-detailfr {
    margin-left: 0;
  }
}

@media only screen and (max-width: 992px) {

  .product-detailfl,
  .product-detailfr {
    width: 100%;
  }
}

@media only screen and (max-width: 400px) {
  .detail-maodian li a {
    font-size: 8px;
  }
}

.pro_text img {

  max-width: 100% !important;
  height: auto !important;
}


.table-response {
  overflow-x: auto;
}

@media only screen and (max-width: 1280px) {
  .swiper-button-prev {
    display: none !important;
  }

  .swiper-button-next {
    display: none !important;
  }
}


@media screen and (max-width: 768px) {
    .sharer a {
        width: 34px;
        height: 34px;
        line-height: 34px;
        margin: 0 3px;
    }
  .product-detailfr .sharebook{margin-top:15px}
  .detail-input .pro-inquiry {padding: 20px;}
  .detail-input .inquirbox input[type="text"], .detail-input .inquirbox input[type="email"], .detail-input .inquirbox textarea {margin-bottom: 10px;}
  .detail-input .inquirbox .row { margin-bottom: 0;}
}