.goods-read-page-wrap h1,
.goods-read-page-wrap h3,
.goods-read-page-wrap h5 {
  color: var(--title-text-color);
  font-family: var(--font-family);
}
.goods-read-page-wrap p {
  font-size: 19px;
  line-height: 1.6;
  color: #3c3c3c;
}
.goods-read-page-wrap table {
 /* width: 100%;*/
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
.goods-read-page-wrap th,
.goods-read-page-wrap td {
  padding: 12px 18px;
  border: 1px solid #eee;
  font-size: 17px;
  text-align: left;
}
/*.goods-read-page-wrap .sticky {
  position: fixed;
  z-index: 9;
}*/
.servive-certificationstxt1 {
  width: 51.4%;
  padding: 60px 80px 60px 0;
}
.goods-read-page-wrap .servive-certificationstxt1 .about-btn a {
  margin-right: 60px;
  padding: 10px 15px;
}
.goods-read-page-wrap  .servive-certificationstxt1 .about-btn a i {
  /* margin: 0; */
  font-size: 24px;
}
.main-href {
  margin-top: 40px;
}

.goods-read-page-wrap .main-href a {
  display: inline-block;
  padding: 15px 65px;
  font-family: "Inter", sans-serif;
  /* font-family: var(--font-family); */
  background: #3c3c3c;
  border: 1px solid #3c3c3c;
  color: #fff;
  font-size: 19px;
  letter-spacing: 1px;
  /* border-radius: var(--button-radius); */
}

.goods-read-page-wrap .main-href a:hover {
opacity:.8
}

.goods-read-page-wrap .main-href a i {
  margin-left: 10px;
  font-size: 12px;
}
.product-description .container {
	position:relative
}

.product-description .container .swiper-pagination-bullets {position:absolute;bottom: -30px;left:0;width:100%;}
.product-description .container .swiper-pagination-bullet {width:60px;height:6px;border:none;display:inline-block;border-radius:20px;background: #d9d9d9;opacity:1;margin:0 3px;}
.product-description .container .swiper-pagination-bullet-active {background: rgba(0,0,0,.8);}




.product-description .container .title h3 {
	  font-family: "Inter", sans-serif;
  
  font-size: 30px;
  color: #3c3c3c;
  font-weight: 700;
  text-transform: uppercase;
}
.goods-read-page-wrap .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.goods-read-page-wrap .swiper-container {
  width: 100%;
  overflow: hidden;
}
.product-description {
	margin-top:30px
}
.product-description .swiper-container {
  	width: 100%;
  	/* padding: 10px; */
  	margin: 0 auto;
  	margin-top: 30px;
}

.product-description .swiper-slide {
	background: #fff;
	box-sizing: border-box;
	z-index: 1;
	-webkit-transition: transform 1.0s;
	-moz-transition: transform 1.0s;
	-ms-transition: transform 1.0s;
	-o-transition: transform 1.0s;
}

.product-description .swiper-slide-active {
	-ms-transform: scale(1);
}


.goods-read-page-wrap .swiper-slide {
}
.goods-read-page-wrap .swiper-slide img {
  width: 100%;
}






  .cert-btn a {
	position: absolute;
	top:40%;
	margin-top: 46px;
	display: block;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	background: var(--color-primary);
	z-index: 2;
	margin-top: 80px;
}

.cert-btn a {
	color: #fff;
}

 .cert-btn a:hover {
	background: var(--color-second);
}

 .cert-btn a.swiper-button-prev {
	left: 0;
}

 .cert-btn a.swiper-button-prev::after {
	content: '';
	font-size: 12px;
}

 .cert-btn a.swiper-button-next {
	right: 0;
}

 .cert-btn a.swiper-button-next::after {
	content: '';
	font-size: 12px;
}











.product-description .swiper-pagination {
  text-align: center;
  margin-top: 50px;
  margin-left: 6px;
  vertical-align: top;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
}


.product-description  .swiper-slide-prev,
.product-description  .swiper-slide-next {
	/* -webkit-transform: scale(0.85); */
	-moz-transform: scale(0.85);
	-ms-transform: scale(0.85);
	/* transform: scale(0.85); */
	/* z-index: 5; */
}




.goods-read-page-wrap .swiper-pagination-progressbar {
  display: inline-block;
  width: 282px;
  height: 4px;
  background: #eeeeef;
  border-radius: 16px;
  overflow: hidden;
}

.goods-read-page-wrap .swiper-pagination-progressbar-fill {
  background: var(--color-primary);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  border-radius: 16px;
}

.goods-read-page-wrap .about-btn {
  margin-top: 40px;
  font-size: 0;
}

.goods-read-page-wrap .about-btn a {
  position: static;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 15px 33px;
  margin: 0 6px 0;
  font-family: var(--font-family);
  background: var(--color-primary);
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
}

.goods-read-page-wrap .about-btn a:hover {
  background: var(--color-primary);
}

.goods-read-page-wrap .about-btn a::after {
  display: none;
}

.goods-read-page-wrap .about-btn a i {
  font-size: 12px;
}

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

.product-detail .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

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

.product-detailbd {
  border: 1px solid #e9e9e9;
  overflow: hidden;
}

.product-detailbd .slick-slide {
  padding-top: 0;
}

.product-detailbd img {
  width: 100%;
}

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

.product-detailhd {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}

.product-detailhd .slick-arrow {
  position: static;
  width: 30px;
  flex-shrink: 0;
  transform: none;
  opacity: 1;
}

.product-detailhd .slick-arrow.slick-disabled {
  cursor: not-allowed;
}

.product-detailhd .slick-arrow.slick-prev:before {
  content: '\e67c';
  font-family: 'iconfont';
  font-size: 20px;
}
.product-detailhd .slick-arrow.slick-next:before {
  content: '\e69b';
  font-family: 'iconfont';
  font-size: 20px;
}

.product-detailhd .slick-list {
  flex: 1; 
}

.product-detailhd .slick-track {
  margin-left: 0;
}

.product-detailhd .slick-slide {
  position: relative;
  padding: 10px 8px;
  cursor: pointer;
}

.product-detailhd .slick-slide.slick-current::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom: 6px solid var(--color-primary);
}
.product-detailhd .slick-slide.slick-current img {
  border: 1px solid var(--color-primary);
}

.product-detailhd a {
  display: block;
  width: 30px;
  opacity: 0.6;
}

.product-detailhd a:hover {
  opacity: 1;
}

.product-detailhd ul li img {
  border: 1px solid #e9e9e9;
  box-sizing: border-box;
}

.product-detailfr {
  width: 50%;
  text-align: left;
}

.product-detailfr h1 {
  font-family: "Inter", sans-serif;
  font-weight:700;
  font-size: 35px;
  text-transform: uppercase;
  color: #3c3c3c;
}

.product-detailfr h3 {
  padding: 0 20px 28px;
  margin-top: 25px;
  font-size: 26px;
  line-height: 40px;
  border-bottom: 1px solid #eee;
}

.product-detailfr .product-summary {
  margin-top: 45px;
}
.product-detailfr p {
  padding: 0 20px;
  margin-top: 15px;
}

.detail-height {
  width: 100%;
  /* height: 97px; */
  margin-top: 70px;
}

.detail-maodian {
  width: 100%;
  /* height: 97px; */
  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;
}

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

.detail-maodian li a {
  display: block;
  padding: 0 10px;
  line-height: 80px;
  font-size: 15px;
  -webkit-transition: 0.1s all;
  -moz-transition: 0.1s all;
  -ms-transition: 0.1s all;
  transition: 0.1s all;
}

.detail-maodian li.current a,
.detail-maodian li a:hover {
  border-bottom: 2px solid var(--color-primary);
  color: var(--color-primary);
}

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

.detail-title {
  padding-top: 75px;
  padding-bottom: 30px;
}
.pic2 .img{width:25%;margin-right: 40px;}
.pic2 {
display:flex;
}
.detail-title h3 {
  font-family: "Inter", sans-serif;
  
  font-size: 30px;
  color: #3c3c3c;
  font-weight: 700;
  text-transform: uppercase;
}

.detail-title p {
  padding-top: 20px;
}

.description-table th,
.description-table td {
  padding: 13px 10px;
  font-size: 16px;
  border: 1px solid #ddd;
  text-align: center;
}

.description-table th {
  color: var(--title-text-color);
  font-family: var(--title-font-family);
}

.description-table tfoot td {
  width: 33.333%;
}

.description-table table:nth-child(2) {
  margin-top: -1px;
}

.description-table table:nth-child(2) td {
  height: 90px;
}

.product-pack {
  width: 100%;
}

.packcon {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 86px 0;
  background: url("../images/bg11.jpg") no-repeat center;
  background-size: cover;
  text-align: center;
}

.packcon div {
  width: 25%;
  padding: 0 10px;
}

.packcon span {
  display: inline-block;
  width: 77px;
  height: 66px;
  margin-top: 10px;
  line-height: 66px;
  /* background: rgba(255, 255, 255, 0.11); */
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
}

.packcon div:hover span {
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
}

.packcon h5 {
  margin-bottom: 10px;
  margin-top: 35px;
  font-family: var(--font-family);
  font-size: 20px;
  color: #fff;
}

.packcon p {
  color: #fff;
}

.packcon div:first-child {
  /* border-right: 1px solid rgba(255, 255, 255, 0.4); */
}

.our-servicecon {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.our-servicecon .s-wrap {
  /* width: 24%; */
  padding: 35px 30px;
  border: 1px solid #ddd;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  transition: 0.3s all;
  width: 100%;
  height: 100%;
}

.our-servicecon div {
  margin-bottom: 30px;
}

.our-servicecon div img {
  display: block;
  width: 37px;
  height: 37px;
  margin-bottom: 20px;
  /* background: url("../images/ico25.png") no-repeat; */
}

.our-servicecon .s-wrap:hover {
  background: var(--bg-color);
}

.our-servicecon div:hover span {
  /* background: url("../images/ico25s.png") no-repeat; */
}

.our-servicecon div:hover p {
  /* color: #fff; */
}

.detail-certificationlist {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  /* border: 1px solid #f0f0f0; */
  /* padding: 35px 0; */
}
.detail-certificationlist:nth-child(2n+1) {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.detail-certification .swiper-container {
  /* width: 48.6%; */
  /* padding: 18px; */
  /* background: #ebebeb; */
  /* text-align: center; */
}
.detail-certification .swiper-container img {
  max-width: 100%;
  /* height: 510px; */
  width: auto;
}

.detail-certification .swiper-slide {
  visibility: hidden;
}
.detail-certification .swiper-slide.swiper-slide-active {
  visibility: visible;
}

.servive-certificationstxt {
  width: 51.4%;
  padding: 60px 80px;
}

.servive-title h3 {
  font-family: "Inter", sans-serif;
  
  font-size: 30px;
  color: #3c3c3c;
  font-weight: 700;
  text-transform: uppercase;
}
.servive-title p {
  font-size: 19px;
  ling-height:35px;
  color: #3c3c3c;
}
.servive-title h3 b {
  display: none;
}

.servive-title span {
  display: block;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 14px;
}

.servive-title p {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

.servive-certificationstxt .about-btn a {
  margin-right: 60px;
  padding: 10px 15px;
}

.servive-certificationstxt .about-btn a i {
  /* margin: 0; */
  font-size: 24px;
}

.detail-faq {
  overflow: hidden;
}

.detail-recom .goods-listfr {
  width: 100%;
}

.detail-recom .goods-listfr li {
  width: 24%;
  margin-bottom: 40px;
  text-align: center;
}

.detail-recom .goods-listfr li p {
  margin-top: 15px;
  padding: 0 20px;
  font-size: 14px;
  line-height: 22px;
  color: var(--title-text-color);
}

.detail-recom .list-link {
  margin-top: 10px;
}

.detail-recom .list-link a {
  padding: 5px 10px;
  font-size: 15px;
  color: var(--color-primary);
  font-family: var(--font-family);
}
.detail-recom .list-link a:hover {
  border-bottom: 1px solid var(--color-primary);
}

.detail-incoterm .incorterm-txt {
  width: 100%;
  padding: 35px 0 30px;
  background: var(--color-primary);
  text-align: center;
}

.detail-incoterm .incorterm-txt p {
  font-size: 24px;
  color: #fff;
}

.detail-recom .goods-listfr ul {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.detail-recom .about-btn {
  margin-top: 0;
  text-align: center;
}

.detail-recom .about-btn a {
  padding: 15px 20px;
}

.detail-recom .about-btn a i {
  margin: 0;
}

.detail-recom .container {
  padding-bottom: 52px;
  border-bottom: 1px solid #ddd;
}

.detail-inquiry .div_info {
  width: 100%;
  padding: 0;
}

.detail-inquiry .div_info button {
  width: 147px;
  margin-top: 40px;
}

.detail-inquiry .input-position {
  overflow: hidden;
}

.detail-inquiry .input-position div.b-t {
  position: relative;
  width: 48%;
  float: left;
  margin-left: 2%;
  margin-top: 30px;
}

.detail-inquiry .input-position div.b-t input {
  margin-top: 0;
}

.detail-inquiry .input-position div.b-t:nth-child(2n + 1) {
  margin-left: 0;
}

.detail-inquiry {
  padding-bottom: 100px;
}

@media screen and (max-width: 1580px) {
  /* .product-detailhd ul li {
    margin-right: 9px;
  } */

  .detail-maodian li {
    margin: 0 10px;
  }
}

@media screen and (max-width: 1400px) {
  .goods-read-page-wrap .main-href a {
    padding: 15px 50px;
  }
  .detail-maodian li {
    margin: 0 5px;
  }

  /* .product-detailhd ul li {
    margin-right: 2px;
  } */

  .product-detailfr h3 {
    margin-top: 0;
  }

  .product-detailfr h3 {
    font-size: 22px;
    line-height: 32px;
    padding-bottom: 20px;
  }

  .servive-certificationstxt {
    padding: 50px;
  }

  .servive-title span {
    margin-bottom: 20px;
  }

  .goods-read-page-wrap .about-btn {
    margin-top: 40px;
  }

  .goods-read-page-wrap .main-href a {
    font-size: 14px;
  }
}

@media screen and (max-width: 1200px) {
  .detail-maodian li a {
    padding: 0 7px;
    line-height: 60px;
  }
  .our-servicecon div {
    /* width: 49%; */
  }
  .our-servicecon div:nth-child(n + 3) {
    /* margin-top: 15px; */
  }
}
@media screen and (max-width:1171px) and (min-width:769px){
  .product-detail .container{
    flex-direction: column;
  }
  .product-detailfr {
    width: 100%;
  }
  .product-detailfl {
    width: 100%;
  }
}


@media screen and (max-width: 960px) {
  .div_info {
    padding: 30px;
  }
  .div_info button {
    margin-top: 28px;
  }

  .goods-read-page-wrap p,
  .goods-read-page-wrap td {
    font-size: 15px;
  }

  .goods-read-page-wrap .swiper-pagination-progress {
    width: 110px;
  }

  .goods-read-page-wrap .swiper-pagination {
    margin-top: 40px;
  }

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

  .detail-maodian li a {
    font-size: 13px;
    line-height: 50px;
  }

  .detail-maodian li {
    margin: 0 5px;
  }

  .description-table th,
  .description-table td {
    width: 100%;
    display: block;
    margin-top: 2px;
  }

  .packcon,
  .our-servicecon,
  .detail-certificationlist {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .packcon div,
  .detail-certification .swiper-container,
  .servive-certificationstxt,
  .faq-list,
  .blogfl,
  .blogfr {
    width: 100%;
  }

  .packcon div:first-child {
    border-right: none;
    margin-bottom: 30px;
  }

  .our-servicecon div {
    /* margin-top: 5px !important; */
  }

  .detail-inquiry .input-position div.b-t {
    float: none;
    width: 100%;
    margin-left: 0;
  }

  .detail-inquiry {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 768px) {
  .product-detailfr,
  .product-detailfl {
    width: 100%;
    text-align: center;
  }
  .product-detailfr {
    margin-top: 30px;
  }
  .product-detailfr .product-summary {
    margin-top: 25px;
  }
}






body{
  overflow-x: hidden;
}

@media screen and (max-width:768px){
  .richtext-detail img{
    width: 100%;
  }
  .richtext-detail{

    width: 100% !important;
  }
  #detail_decorate_root{

    width:100% !important;
  }
  #detail_decorate_root [class*="magic-"]{width:100% !important;height:auto !important;margin: 0 !important;}
  table{
    padding-left: 0 !important;
    white-space: nowrap !important;
    width: auto !important;
  }
  #detail_decorate_root [class*="magic-"] p{
    font-size:12px;
    line-height:1.4
  }
  .product-detailfr h1{
    font-size: 24px;
  }
  .detail-title {
    padding-top: 20px;
    padding-bottom: 10px;
}
.detail-title h3{
  font-size: 20px;
}
    .goods-read-page-wrap p, .goods-read-page-wrap td {
        font-size: 12px;
        line-height: 20px;
    }
    .packcon div{
      width: 50% !important;
      
    }
    .packcon{
      padding: 20px 0;
    }
    .packcon span {
    width: 50px;
    height: 30px;
    line-height: 30px;
}
    .goods-read-page-wrap .about-btn {
        margin-top: 0;
    }
    .detail-recom .about-btn a {
    padding: 8px 10px;
}
.servive-title h3 {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.servive-certificationstxt .about-btn a {
    margin-right: 0;
    padding: 8px 10px;
}
    .servive-certificationstxt {
        padding: 10px 0;
    }
}
.ife-detail-decorate-table{
  overflow-x: auto; 
  
  }

  .table-wrapper{

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