.goods-read-page-wrap a {
  color: #212121;
  text-decoration: none;
  box-sizing: border-box;
}  /* 重置链接a标签 */

.goods-read-page-wrap table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
} /* 重置table属性 */
.goods-read-page-wrap img {
  vertical-align: middle;
  -webkit-transition: 1s all;
  -moz-transition: 1s all;
  -ms-transition: 1s all;
  transition: 1s all;
} /* 图片在当前行内的垂直位置 */
.goods-read-page-wrap a {
  outline: none;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  transition: 0.3s all;
  color:#e70013;
}

/*清除浮动*/
.goods-read-page-wrap .clearfix {
  overflow: hidden;
  clear: both;
}
.goods-read-page-wrap h1,
.goods-read-page-wrap h2,
.goods-read-page-wrap h3,
.goods-read-page-wrap h4,
.goods-read-page-wrap h5,
.goods-read-page-wrap h6 {
  color: #000009;
  font-weight: normal;
  font-family: "ubuntubold";
}
.goods-read-page-wrap p {
  font-size: 17px;
  font-family: "Montserrat-Regular";
  color: #666;
  line-height: 32px;
}
.goods-read-page-wrap .float-left {
  float: left;
}
.goods-read-page-wrap .float-right {
  float: right;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-200px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.goods-read-page-wrap .fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(200px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.goods-read-page-wrap .fadeInRight {
  animation-name: fadeInRight;
}
.goods-read-page-wrap .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@keyframes bounce-down {
  25% {
    transform: translateY(-3px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes bounce-down2 {
  25% {
    transform: translateY(-30px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes scale2 {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale1 {
  from {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
}

.goods-read-page-wrap .padding-top {
  padding-top: 100px;
}
.goods-read-page-wrap .padding {
  padding: 100px 0;
}
.goods-read-page-wrap .margin-top {
  margin-top: 100px;
}

.goods-read-page-wrap .container {
  width: 1400px;
  margin: 0 auto;
}

.div_info {
  width: 36%;
  padding: 58px;
  background: #fff;
}

.div_info h3 {
  padding-bottom: 20px;
  font-family: montserrat-bold;
  font-size: 26px;
  line-height: 24px;
  letter-spacing: 1px;
  background: url("../images/line01.jpg") no-repeat left bottom;
}

.div_info input,
.div_info textarea {
  display: block;
  width: 100%;
  height: 32px;
  margin: 32px auto 0;
  font-size: 15px;
  border: none;
  border-bottom: 1px solid #e1e5e7;
  font-family: montserrat-regular;
  outline: none;
}

.div_info button {
  width: 100%;
  height: 46px;
  font-size: 15px;
  font-family: ubuntu-medium;
  color: #fff;
  background: #e70013;
  margin-top: 60px;
  border: none;
  letter-spacing: 2px;
}

.div_info button img {
  margin-left: 13px;
}

.div_info button:hover {
  background: #f1cd61;
  cursor: pointer;
}

.div_info textarea {
  height: 82px;
  /*  line-height: 24px;*/
}

.main-href {
  margin-top: 50px;
  text-align: center;
}

.goods-read-page-wrap .main-href a {
  display: inline-block;
  padding: 15px 65px;
  font-family: ubuntu-medium;
  background: #e70013;
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
}

.goods-read-page-wrap .main-href a:hover {
  background: #e6bf4a;
}

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

.goods-read-page-wrap .main-href a:nth-child(2) {
  padding: 15px 73px;
  margin-left: 30px;
  background: #ed6d5b;
}

.goods-read-page-wrap .main-href a:nth-child(2):hover {
  background: #e93e25;
}

.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-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: #e93e25;
  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-right: 6px;
  font-family: ubuntu-medium;
  background: #e70013;
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
}

.goods-read-page-wrap .about-btn a:hover {
  background: #f1c540;
}

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

.goods-read-page-wrap .about-btn a i {
  font-size: 12px;
}
.goods-read-page-wrap .about-btn a:first-child i {
  margin-right: 10px;
}
.goods-read-page-wrap .about-btn a:last-child i {
  margin-left: 10px;
}

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

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

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

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

.product-detailbd li {
  overflow: hidden;
}

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

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

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

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

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

.product-detailhd ul {
  flex: 1;
}

.product-detailhd ul li {
  position: relative;
  float: left;
  width: 17.6%;
  margin-right: 15px;
  padding-top: 6px;
  overflow: hidden;
  cursor: pointer;
}

.product-detailhd ul li.on::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-3px);
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom: 6px solid var(--bg-color);
}

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

.product-detailhd ul li.on img {
  border: 1px solid #e70013;
}

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

.product-detailfr {
  width: 50%;
}

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

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

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

.detail-table {
  margin-top: 25px;
  padding: 30px 20px 0;
}

.detail-table tr td {
  padding: 12px 18px;
  border: 1px solid #eee;
  font-size: 15px;
  color: #666;
}

.product-detail .main-href {
  padding-left: 20px;
  text-align: left;
}

.product-detail .main-href a {
  padding: 15px 40px;
}

.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: 94px;
  color: #737373;
  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 #e70013;
  color: #e70013;
}

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

.detail-title {
  padding-top: 50px;
  padding-bottom: 30px;
}

.detail-title h3 {
  font-size: 24px;
  color: #212121;
}

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

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

.description-table th {
  color: #212121;
  font-family: montserrat-medium;
}

.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");
  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: montserrat-medium;
  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;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.our-servicecon div {
  width: 24%;
  padding: 45px 40px;
  border: 1px solid #ddd;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  transition: 0.3s all;
}

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

.our-servicecon div:hover {
  background: #191919;
}

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

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

.video {
  width: 100%;
}
.video > a > img {
  width: 100%;
}

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

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

.servive-title h3 {
  font-size: 20px;
  color: #1d1d1f;
  font-family: montserrat-medium;
  margin-bottom: 50px;
}
.servive-title h3 b {
  display: none;
}

.servive-title span {
  display: block;
  margin-top: 10px;
  margin-bottom: 30px;
  color: #666;
  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% !important;
  margin-bottom: 40px;
  text-align: center;
  margin-right: 14px;
}

.detail-recom .goods-listfr li p {
  margin-top: 15px;
  padding: 0 20px;
  font-size: 14px;
  line-height: 22px;
  color: #212121;
}

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

.detail-recom .list-link a {
  padding: 5px 10px;
  font-size: 15px;
  color: #ea4b34;
  font-family: montserrat-medium;
  border-bottom: 1px solid #f49e92;
}

.detail-incoterm .incorterm-txt {
  width: 100%;
  padding: 35px 0 30px;
  background: #ec5741;
  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) {
  .goods-read-page-wrap .container {
    width: 82%;
  }

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

  .detail-maodian li {
    margin: 0 10px;
  }
  .goods-read-page-wrap p {
    line-height: 26px;
  }
}

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

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

  .detail-maodian li a {
    padding: 0 3px;
  }

  .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 p {
    line-height: 32px;
  }

  .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: 1280px) {
  .detail-maodian li a {
    padding: 0 7px;
  }

  .goods-read-page-wrap .padding-top {
    padding-top: 60px;
  }

  .goods-read-page-wrap .padding {
    padding: 60px 0;
  }

  .goods-read-page-wrap .margin-top {
    margin-top: 60px;
  }

  .div_info {
    width: 50%;
  }
}

@media screen and (max-width: 960px) {
  .goods-read-page-wrap .container {
    width: 88%;
  }

  .div_info {
    padding: 30px;
  }
  .div_info button {
    margin-top: 28px;
  }

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

  .goods-read-page-wrap .main-href a:nth-child(2) {
    margin-left: 0;
    margin-top: 10px;
    padding: 15px 49px;
  }

  .goods-read-page-wrap .padding-top {
    padding-top: 40px;
  }

  .goods-read-page-wrap .padding {
    padding: 40px 0;
  }

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

  .goods-read-page-wrap p {
    font-size: 15px;
    line-height: 24px;
  }

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

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

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

  .product-detailfr {
    margin-top: 30px;
  }
  .detail-maodian li a {
    line-height: 56px;
  }

  .detail-maodian,
  .detail-height {
    height: 170px;
  }

  .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,
  .our-servicecon 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;
  }

  .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){
    .goods-read-page-wrap .container {
        width: 100% !important;
        display: flex;
        flex-direction: column !important;
    }
  .product-detailfl{
  width:100% !important;
  }
  .product-detailfr{
  width:100% !important;
  }
  .goods-read-page-wrap{
  margin-top:10px !important;
  }
  #content2 .content2-box .content2-size{
width:100% !important;
}
#content2 .content2-box .content2-pic{
width:100% !important;
}
}