.dot {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dots {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.mb0:last-of-type {
  margin-bottom: 0;
}
.tabs-wrap {
  background-color: #f8f8f8;
}
.tabs-wrap .slide {
  display: flex;
  align-items: center;
}
.tabs-wrap .slide .pro {
  background-color: #4f638f;
  margin-right: 1rem;
  height: 100%;
  width: 10rem;
  padding: 3rem 0;
}
.tabs-wrap .slide .pro h3 {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
.tabs-wrap .tab {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
  width: calc(100% - 10rem);
}
.tabs-wrap .tab li {
  padding: 0.3rem 0;
}
.tabs-wrap .tab a {
  display: inline-block;
  padding: 0.5rem 1rem;
}
.tabs-wrap .tab a:hover,
.tabs-wrap .tab .active {
  background-color: #4f638f;
  color: #ffffff;
}
.tabs-wrap span a:first-of-type {
  display: inline-block;
  padding-right: 0.5rem;
  color: #4f638f;
}
.tabs-wrap span a:last-of-type {
  display: inline-block;
  padding-left: 0.5rem;
}
.product .main-1 .pro {
  display: flex;
}
.product .main-1 .pro-right {
  width: calc(100% - 10rem);
}
.product .main-1 .content {
  display: flex;
  flex-wrap: wrap;
}
.product .main-1 .content .item {
  width: calc((100% - (3 - 1) * 2%) / 3);
  margin-right: 2%;
  margin-bottom: 2rem;
}
.product .main-1 .content .item:nth-of-type(3n) {
  margin-right: 0;
}
.product .main-1 .content .item {
  cursor: pointer;
  position: relative;
  transition: all 0.5s ease;
  height: 18.5rem;
  overflow: hidden;
}
.product .main-1 .content .item .img {
  transition: background-size 1s ease-in-out;
}
.product .main-1 .content .item .img img {
  transition: 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product .main-1 .content .item .text {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
}
.product .main-1 .content .item .text * {
  color: rgba(207, 203, 203, 0.72);
}
.product .main-1 .content .item .text h1 {
  font-size: 0.85rem;
  margin-bottom: 0.7rem;
  font-weight: normal;
}
.product .main-1 .content .item .text span {
  display: inline-block;
  padding: 0.3rem 1rem;
  font-size: 0.75rem;
  border: 1px solid rgba(207, 203, 203, 0.72);
  background: rgba(255, 255, 255, 0.15);
}
.product .main-1 .content .item .text span:hover {
  background: rgba(255, 255, 255, 0.35);
}
.product .main-1 .content .item:hover {
  transform: translateY(0.2rem);
  box-shadow: 0px 0px 1rem #ccc;
}
.product .main-1 .content .item:hover img {
  transform: scale(1.1);
}
.product .main-1 .content .item:hover::before {
  width: 100%;
}
.duct-details .main-1 .content {
  display: flex;
}
.duct-details .main-1 .content .swiper-button-next:after,
.duct-details .main-1 .content .swiper-rtl .swiper-button-prev:after,
.duct-details .main-1 .content .swiper-button-prev:after,
.duct-details .main-1 .content .swiper-rtl .swiper-button-next:after {
  content: none;
}
.duct-details .main-1 .content .left {
  width: 32rem !important;
  margin-right: 3rem;
  position: relative;
}
.duct-details .main-1 .content .left .swiper {
  width: 100%;
}
.duct-details .main-1 .content .left .bigimg {
  position: relative;
}
.duct-details .main-1 .content .left .mySwiper2 {
  height: 23rem;
  width: 100%;
}
.duct-details .main-1 .content .left .mySwiper2 .swiper-slide {
  width: 32rem !important;
}
.duct-details .main-1 .content .left .mySwiper {
  width: 85%;
  height: 6rem;
  box-sizing: border-box;
  padding: 10px 0;
}
.duct-details .main-1 .content .left .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.duct-details .main-1 .content .left .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
  border: 1px solid #1890ff;
}
.duct-details .main-1 .content .left .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.duct-details .main-1 .content .left .two-sw {
  position: relative;
}
.duct-details .main-1 .content .left .swiper-button-next,
.duct-details .main-1 .content .left .swiper-button-prev {
  top: 27%;
  width: 5%;
  height: calc(100% - 20px);
  background: rgba(0, 0, 0, 0.5);
}
.duct-details .main-1 .content .left .swiper-button-next i,
.duct-details .main-1 .content .left .swiper-button-prev i {
  color: #ffffff;
  font-size: 1.2rem;
}
.duct-details .main-1 .content .left .swiper-button-next {
  right: 0;
}
.duct-details .main-1 .content .left .swiper-button-prev {
  left: 0;
}
.duct-details .main-1 .content .right {
  width: calc(100% - 32rem);
}
.duct-details .main-1 .content .right h2 {
  font-size: 1.5rem;
  color: #262626;
  margin-bottom: 1.5rem;
}
.duct-details .main-1 .content .right p {
  color: #595959;
  line-height: 2;
  font-size: 0.7rem;
  text-align: justify;
}
.duct-details .main-1 .table {
  padding: 2rem 0;
}
.duct-details .main-1 .table .ptabs {
  border-bottom: 0.05rem solid #e6e6e6;
}
.duct-details .main-1 .table .ptabs a {
  display: inline-block;
  font-size: 1.2rem;
  padding: 1rem 0;
  color: #333333;
  margin-right: 4rem;
  cursor: pointer;
}
.duct-details .main-1 .table .ptabs .on-1 {
  color: #f14702;
  border-bottom: 0.1rem solid #f14702;
}
.duct-details .main-1 .table .intr {
  padding-top: 1rem;
}
.duct-details .main-1 .table .intr p {
  line-height: 1.7;
  color: #595959;
  font-size: 0.8rem;
}
.duct-details .main-1 .table .intr strong {
  font-size: 1rem;
  color: #333333;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
.duct-details .main-1 .table .intr img {
  max-width: 80%;
}
.duct-details .main-1 .table .tive {
  display: none;
  transition: all ease 0.5s;
}
.duct-details .main-1 .table .show {
  display: block;
}
.duct-details .main-1 .table .pics p {
  line-height: 1.7;
  color: #595959;
  font-size: 0.8rem;
  text-align: justify;
}
.duct-details .main-1 .table .biao ul {
  display: flex;
  justify-content: space-between;
  overflow-x: auto;
}
.duct-details .main-1 .table .biao ul .bt {
  width: 10rem;
  height: 3rem;
  border: solid 0.05rem #ff9500;
  cursor: pointer;
  flex-shrink: 0;
}
.duct-details .main-1 .table .biao ul .bt p {
  font-size: 0.8rem;
  color: #00a85d;
  line-height: 3rem;
  text-align: center;
}
.duct-details .main-1 .table .biao ul .on-2 {
  background-color: #00a85d;
}
.duct-details .main-1 .table .biao ul .on-2 p {
  color: #ffffff;
}
.duct-details .main-1 .table .biao .zl-box {
  width: 100%;
}
.duct-details .main-1 .table .biao .zl-box .tb-nr {
  display: none;
  margin-top: 2rem;
}
.duct-details .main-1 .table .biao .zl-box .tb-nr table {
  width: 100%;
}
.duct-details .main-1 .table .biao .zl-box .tb-nr th {
  text-align: left;
  word-break: break-all;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #fff;
  background-color: #00a85d;
}
.duct-details .main-1 .table .biao .zl-box .tb-nr td {
  border: 1px solid #fff;
  padding: 10px;
  background-color: #efefef;
  border-collapse: separate !important;
  border-spacing: 10px 50px !important;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-family: fangsong;
}
.duct-details .main-1 .table .biao .zl-box .fth {
  display: block;
}
@media screen and (max-width: 768px) {
  .lnav .tabs-wrap {
    width: 100% !important;
    overflow-x: auto;
  }
  .lnav .tabs-wrap ul {
    display: flex;
    width: max-content;
  }
  .lnav .tabs-wrap ul li a {
    white-space: nowrap;
    padding-right: 1rem;
  }
  .lnav .tabs-wrap ul li a::after {
    content: none !important;
  }
  .lnav .index-title {
    width: 100%;
    border-radius: 0;
  }
  .lnav .index-title h3 {
    padding: 1rem 0;
  }
  .tabs-wrap .slide {
    flex-direction: column;
    align-items: unset;
  }
  .tabs-wrap .slide .lv {
    overflow-x: auto;
  }
  .tabs-wrap .slide .pro {
    width: 100%;
    padding: 0;
    margin-right: 0;
  }
  .tabs-wrap .slide .pro h3 {
    line-height: 2.5rem;
    font-size: 0.9rem;
    font-weight: normal;
  }
  .tabs-wrap .tab {
    width: max-content;
    flex-wrap: nowrap;
  }
  .tabs-wrap .tab a {
    font-size: 0.7rem;
  }
  .tabs-wrap .tab li {
    width: max-content;
  }
  .product .main-1 .pro {
    flex-direction: column;
  }
  .product .main-1 .pro > div {
    width: 100% !important;
  }
  .product .main-1 .lnav .index-title h3 {
    padding: 1rem 0;
  }
  .product .main-1 .lnav .tabs-wrap li a {
    padding: 1rem 0;
  }
  .product .main-1 .content .item {
    width: 100% !important;
    margin-right: 0;
    height: 22rem;
  }
  .product .main-1 .content .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .product .main-1 .content .item .text {
    height: auto !important;
  }
  .duct-details .main-1 .content {
    flex-wrap: wrap;
  }
  .duct-details .main-1 .content .left {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .duct-details .main-1 .content .left .mySwiper2 {
    height: 16rem;
  }
  .duct-details .main-1 .content .left .mySwiper2 .swiper-slide {
    width: 100% !important;
  }
  .duct-details .main-1 .content .right {
    width: 100% !important;
    margin-top: 2rem;
  }
  .duct-details .main-1 .table .ptabs a {
    font-size: 0.9rem;
    margin-right: 2rem;
  }
  .duct-details .main-1 .table .biao .zl-box .tb-nr td,
  .duct-details .main-1 .table .pics p {
    font-size: 0.7rem;
  }
  .duct-details .main-1 .table .intr img {
    max-width: 100%;
  }
  .duct-details .main-1 .table .pics p img {
    text-align: center;
    width: 100% !important;
    line-height: 1;
  }
  .duct-details .main-1 .table {
    padding-bottom: 0;
  }
  .duct-details .main-1 .table-list {
    overflow-x: auto;
  }
  .duct-details .main-1 .table .biao .zl-box .tb-nr table {
    width: 850px;
  }
}
