.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: 17px;
  line-height: 1.6;
  /*word-break: break-all;*/
}
.goods-read-page-wrap table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  /* border-bottom: 1px solid #c9c9c9; */
}
.goods-read-page-wrap th,
.goods-read-page-wrap td {
  padding: 12px 18px;
  /* border-bottom: 1px solid #c9c9c9; */
  font-size: 17px;
}
.goods-read-page-wrap .sticky {
  position: fixed;
  z-index: 9;
}


.main-href {
  margin-top: 40px;
}

.product-detailfr>ul{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  margin-top:20px;
  padding:20px;
  padding-bottom:10px;
  border-radius:10px;
  background:#F4FAFF;
}

.product-detailfr>ul li {
  display:flex;
  align-items:center;;
  margin-right:10px;
  margin-bottom:10px;
  width:calc(33.33% - 10px);
  color:#000;
}

.product-detailfr>ul li img{
  margin-right:5px;
  max-height:30px;
}


.goods-read-page-wrap .main-href a {
  display: inline-block;
  padding: 15px 65px;
  font-family: var(--font-family);
  background: var(--color-primary);
  border: 1px solid var(--color-primary);
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
  border-radius: var(--button-radius);
}

.goods-read-page-wrap .main-href a:hover {
  background: none;
  color: var(--color-primary);
}

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

.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;
}

.goods-read-page-wrap .swiper-slide {
  flex-shrink: 0;
  position: relative;
  transition-property: transform;
}
.goods-read-page-wrap .swiper-slide img {
  width: 100%;
}

.goods-read-page-wrap .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;
}

.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: 60px;
  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;
  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-size: 24px;
}

.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;height:50px;display:flex;justify-content:center;align-items:center;
  font-size: 15px;line-height:22px;
  transition: 0.1s all;
}

.detail-maodian li.current a,.detail-maodian li a:hover {
  color: var(--color-primary);
  background: #1668b2;
  color: #fff;
}
.detail-maodian li.current a,
.detail-maodian li a:hover {
  /* border-bottom: 2px solid var(--color-primary); */
  color: var(--color-primary);
  background: #1668b2;
  color: #fff;
  transition: all 0.5s;
  /* line-height: 60px; */
  padding: 15px;
}

.detail-maodian li:last-child a {
  margin-right: 0;
}
.pro-content{padding: 20px 0 0;
    font-size: 16px;
    line-height: 26px;
    color: #333;}

.detail-title {
  padding-top: 50px;
  /* padding-bottom: 30px; */
  border-bottom: 1px solid #ccc;
  height: 48px;
  padding: 11px 0 0;
  margin-top: 30px;
}
.pic ul{
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px 0;
}
.pic ul li{
    width: 33.333333333%;
    padding: 5px;
    border: 1px solid #d3d3d3;
}
.detail-title h3 {
  font-size: 24px;
  border-left: 3px solid #004B96;
  padding: 0 0 0 12px;
  color: #125FAD;
  height: 28px;
  line-height: 28px;
  font-size: 22px;
  font-weight: 600;
}

.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: 50%;
  padding: 0 10%;
}

.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;
}

.detail-certification .swiper-container {
  width: 48.6%;
  padding: 18px;
  background: #ebebeb;
  text-align: center;
}
.detail-certification .swiper-container img {
  max-width: 100%;
  height: 380px;
  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-size: 20px;
  margin-bottom: 35px;
}
.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 {
  padding: 15px 20px;
}

.servive-certificationstxt .about-btn a i {
  margin: 0;
}

.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;
  min-height:70px;
  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: 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;
  }
}
.main{padding-top:60px;padding-bottom:50px;width: 1440px;margin: auto;}
.main .left{float:left;width:270px;}
.main .right{margin-left:300px;}
 .main-left h3 {
  height: 50px;
  line-height: 50px;
  padding: 0 0 0 20px;
  background: var(--color-primary);
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
 .main-left h3::after {
  display: none;
  font-family: "qico";
  content: "\e727";
  float: right;
  font-size: 20px;
  font-weight: normal;
  margin-top: 0px;
  margin-right: 15px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
 .main-left h3.active::after {
  -webkit-transform: rotate(45deg) scale(1.08);
  -ms-transform: rotate(45deg) scale(1.08);
  transform: rotate(45deg) scale(1.08);
}
 .sidemenu {
  margin: 0 0 15px;
  text-transform: capitalize;
  margin: 0 0 20px;
  box-shadow: 0.5em 0.5em 1em rgb(0 0 0 / 10%);
  border-radius: 5px;
  overflow: hidden;
}
 .sidemenu ul {
  border: 1px solid #ededed;
  border-top: none;
}
 .sidemenu ul li {
  margin: 3px 0 0;
  border-bottom: 1px solid #ededed;
}
 .sidemenu ul li h5 {
  line-height: 24px;
  display: block;
  font-size: 16px;
  color: #333;
  cursor: pointer;
  position: relative;
}
 .sidemenu ul li h5 a {
  color: #333;
  display: block;
  padding: 10px 50px 10px 20px;
  text-transform: capitalize;
  font-weight: 700;
}
 .sidemenu ul li h5 a:hover {
  color: var(--color-primary);
  text-decoration: underline;
}
 .sidemenu ul li h5 span::after {
  content: "+";
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 40px;
  display: block;
}
 .sidemenu dl {
  display: none;
}
 .sidemenu dl dd {
  line-height: 40px;
  border-bottom: 1px dashed #dcdcdc;
  background: #fff;
  padding: 0 20px;
}
 .sidemenu dl dd:last-child {
  border-bottom: none;
}
 .sidemenu dl dd a {
  font-size: 15px;
  color: #666;
  padding-left: 6px;
  text-transform: capitalize;
}
 .sidemenu dl dd.active, .sidemenu dl dd.active a, .sidemenu dl dd:hover, .sidemenu dl dd:hover a {
  color: var(--color-primary);
}
 .sidemenu ul li.active h5 {
  border-bottom: 1px solid #ededed;
}
 .sidemenu ul li.active h5 a {
  color: var(--color-primary);
}
 .sidemenu ul li.active span::after {
  content: "-";
}
.main .left h3{font-size:20px;font-weight:700;display:block;color:#fff;height:50px;line-height:50px;padding:0 0 0 20px;background: #1668b2;position:relative;}
.main .left h3::after{display:none;font-family:"qico";content: "\e727";position:absolute;top:6px;right:6px;width:40px;height:40px;line-height:40px;text-align:center;font-size:20px;-webkit-transition: -webkit-transform .3s ease;transition: -webkit-transform .3s ease;transition: transform .3s ease;transition: transform .3s ease, -webkit-transform .3s ease;}
.main .left h3.active::after{-webkit-transform: rotate(45deg) scale(1.08);-ms-transform: rotate(45deg) scale(1.08);transform: rotate(45deg) scale(1.08);}
.lift-nav {transition: all .5s;}
.lift-nav ul {display: flex;display: -webkit-flex;margin: 0 auto;height: 100%;border-bottom: 3px solid #125fad;justify-content: space-between;background-color: #fff;}
.lift-nav ul li{text-align:center;font-size: 14px;letter-spacing: 0.7px;color:#333;line-height: 48px;transition: all 0.5s;cursor: pointer;padding:0 15px;}
.lift-nav ul li span{font-weight:600;font-size: 14px;margin-bottom:10px;}
.lift-nav ul li:hover,. lift-nav ul li.active{background:#125FAD;color: #fff;transition: all 0.5s;}
.lift-nav.scroll-top {position: fixed;top:0px;width:1400px;z-index: 200;left: 0;right: 0;margin: 0 auto;transition: all .5s;}
.lift-nav.scroll-top span {font-size: 18px;}
.goods-read-page-wrap  table tr:nth-child(2n+1) > * {
   vertical-align: middle;
   background: #f5f5f5;
}
table tr > *:not(:first-child){border-left: 0.1rem solid #DCDCDC;}







@media screen and (max-width:1550px){
  .main{
    width: 100% !important;
  }
  
}


@media screen and (max-width:1279px){
  .main .right {
    margin-left: 0 !important;
}
.main .left {
    float: none;
    width: 270px;
    margin-bottom: 20px;
}
.lift-nav ul{
  overflow-x: auto !important;
}
.lift-nav ul li {
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.7px;
    color: #333;
    line-height: 48px;
    transition: all 0.5s;
    cursor: pointer;
    padding: 0;
    width: 60%;
    flex-shrink: 0;
}

}




body{
  overflow-x: hidden;
}

@media screen and (max-width:768px){
  .product-detailfr>ul li{
        width: calc(50% - 10px) !important;
  }
  
  .product-detailfr>ul li{
    font-size: 12px !important;
  }
  .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
  }
  .main .left {
    float: none;
    width: 100%;
    margin-bottom: 20px;
}
.pro-scroll img{
  width: 100% !important;
  height: auto !important;
}
}
.ife-detail-decorate-table{
  overflow-x: auto;
  
  }

  .table-wrapper{

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