@charset "UTF-8";
.index-cont-wrap {
  line-height: 1.7;
}

.product-index {
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem 0;
}

.product-index>h1 {
  /* font-style: normal; */
  /* font-size: 40px; */
  /* font-weight: 700; */
}

.prod-nav-wrap {
  margin-top: 25px;
}

.prod-nav-wrap>a.prod-nav-link {
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 10em;
  padding: .5em 1em;
  font-size: 14px;
  line-height: 1;
  margin-right: .3em;
  cursor: pointer;
  background-color: #fff;
  margin-bottom: .5em;
}

.prod-nav-wrap>a.prod-nav-link {
  color: #333;
}

.prod-nav-wrap>a.prod-nav-link:hover {
  background-color: #eee;
}

.prod-nav-wrap>a.prod-nav-link.active {
  border: 1px solid #212529;
  color: #fff;
  background-color: #343a40;
}

.prod-nav-wrap>.prod-nav-link.active {
  color: #fff;
}

.product-list {
  margin-top: 20px;
  /* display:flex; */
  /* jsutify-content:flex-start; */
  /* flex-wrap:wrap; */
}

.product-list-item {
  border-radius: 6px;
  background-color: #fff;
  width: calc(50% - 10px);
  min-width: 350px;
  margin-right: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  float: left;
  max-height: 165px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
  background-clip: content-box;
  border: 1px solid rgba(0, 0, 0, .1);
}

.product-list-item:nth-child(even) {
  margin-right: 0;
}

.card-body {
  /* display: flex; */
  position: relative;
}

.prod-left-img {
  width: 310px;
  height: 100%;
  position: absolute;
  top: 30px;
  left: -95px;
}

.prod-list-left-img {
  width: 134px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  background: #f6f8fa no-repeat;
  background-position: center;
  background-size: contain;
}

.prod-right-con {
  line-height: 1.7;
  padding: 2rem 2rem 2rem 260px;
  /* width: -webkit-fill-available; */
  overflow: hidden;
  text-overflow: ellipsis;
}

.prod-right-con>h3 a {
  color: #333;
}

.prod-right-con>h3 a:hover {
  color: #399;
}

.prod-list-right-con>h3 a:hover {
  color: #399;
}

.msg-con>h3 a:hover {
  color: #399;
}

.prod-right-con>h3~p {
  line-height: 1.7;
  font-size: 1rem;
  color: #555 !important;
}

.prod-cont-model {
  /* display:none */
  position: absolute;
  left: 0;
  top: 0;
  padding: .5em 1em;
  background: #399;
  line-height: 1;
  font-size: 14px;
  color: #fff !important;
  box-shadow: 0 4px 12px rgba(51, 153, 153, 0.3);
  border-radius: 0 6px 6px 0;
}

.prod-list-right-con {
  padding: 2rem 2rem 2rem 160px;
  /* width: -webkit-fill-available; */
  overflow: hidden;
  text-overflow: ellipsis;
}

.prod-list-right-con h3 {
  font-size: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.prod-list-right-con h3>a {
  color: #333;
}

.prod-list-right-con h3~.mb-4 {
  color: #555;
}

.prod-list-right-con .mb-4~.text-secondary {
  color: #888 !important;
  font-size: 14px;
}

.prod-list-right-con p {
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: .5rem;
  white-space: nowrap;
}

.prod-tag-wrap {
  font-size: .8rem;
  margin-bottom: 1.5rem;
}

.prod-tag-wrap .tag-item {
  float: left;
  padding: 0 .5rem;
  border: 1px solid #ddd;
  color: #999 !important;
  border-radius: 6px;
}

.prod-date {
  font-size: 12px;
  color: #888;
}

.align-center {
  text-align: center;
}

.card {
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}

.cont-wrap .card-body {
  padding: 0;
}

.prod-carousel {
  float: left;
  width: 200px;
  height: 175px;
  border-radius: 6px;
  margin-right: 40px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}

.prod-carousel .carousel-inner {
  background-color: #fff;
}

.carousel-indicators.prod-indicators {
  margin-bottom: 0;
  bottom: -7px;
}

.prod-carousel-base {
  width: 100%;
  height: 175px;
}

.detail-content th, .detail-content td {
  border: 0;
  padding: .25rem .75rem;
}

.bootstrap-table .fixed-table-container .table thead th .th-inner {
  padding: .25rem .75rem;
}

.detail-content .table {
  border-left: none;
  border-right: none;
  border-top: none;
}

.text-right {
  text-align: right;
}

/* 10-27 鏂板product 鏍峰紡 */

.index-cont-wrap {
  margin: 0 200px;
  padding: 70px 0;
  position: relative;
  /* overflow: hidden; */
}

.cont-base-wrap {
  margin-left: 30%;
}

.index-cont-wrap.news-index-cont-wrap {
  overflow: visible;
}

.cont-title-wrap {
  position: absolute;
  left: 0;
  top: 70px;
}

.line-clap {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-size: 14px;
  line-height: 2;
}

.line-clap .clap-img {
  width: 150px;
  height: 8em;
  background-size: cover
}

.cont-title {
  font-size: 42px;
}

.cont-title-en {
  font-size: 24px;
}

.custom-divider {
  width: 84px;
  height: 3px;
  background-color: #D8DADE;
  margin: 60px 0;
}

.cont-card-wrap {
  font-size: 0;
}

.cont-card {
  background: linear-gradient(149deg, #43b3b3 50%, #3fb584 100%);
  padding: 1.4rem;
  border-radius: 1rem;
  position: relative;
  font-size: 16px;
  margin-bottom: 1rem;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0,0,0,.2);
  box-shadow: 2px 5px 1rem rgb(51,153,153,.5);
}

.cont-card:last-child {
  margin-right: 0;
}

.cont-card::after {
  content: '';
  background-image: url(/assets/quotation.svg);
  background-size: cover;
  position: absolute;
  width: 50px;
  height: 42px;
  right: 15px;
  bottom: 15px;
}

.cont-card .cont-card-desc {
  font-size: 1.6rem;
    line-height: 1.4;
    font-weight: 800;
}

.prod-custom-wrap {
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}

.prod-left-img {
  transition: all ease-in-out .3s;
}

.cont-prod-item {
  min-height: 240px;
  margin-bottom: 24px;
  border: none;
}

.cont-prod-item:hover .prod-left-img {
  transform: scale(1.1);
}

.news-base-wrap {
  margin-right: -200px;
  margin-left: calc(30% - 34px);
}

.swiper-slide {
  width: 400px;
}

.swiper-slide.next-swiper {
  opacity: .5;
}

.news-cont-wrap {
  width: 560px;
  height: 280px;
  padding: 34px;
  position: relative;
  border-radius: 15px;
  transition: all ease-in-out .3s;
}

.news-cont-wrap a {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4;
  display: block;
  margin-bottom: 1.5rem;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.news-cont-wrap:hover {
  background-color: #F0F2F6;
}

.news-cont-info {
  /* position: absolute; */
  /* bottom: 10px; */
  /* left: 34px; */
  line-height: 1.2;
  margin-top: 1rem;
  font-size: 14px;
}

.swiper-button-next, .swiper-button-prev {
  background-color: rgba(255, 255, 255, .7);
  border-radius: 50%;
  font-size: 12px;
  width: 44px;
  height: 44px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
  color: #333;
  font-weight: 500;
  backdrop-filter: blur(10px);
}

.swiper-button-prev {
  left: 3px;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 18px;
}

.swiper-button-next {
  right: 200px;
}

.news-wrap-cont {
  display: none;
  margin: 0 -15px;
}

.news-item-cont:active {
  background-color: #ECEFF3;
}

.news-item-cont {
  padding: 15px;
  margin-bottom: 0;
  font-size: 14px;
}

.news-item-cont a {
  color: #333;
}

.news-item-cont h4 {
  font-size: 16px;
}

.swiper-button {
  opacity: 0;
  transition: all ease-in-out .3s;
}

.news-wrap:hover .swiper-button {
  opacity: 1;
}

@media screen and  (min-width: 1080px) and (max-width: 1440px) {
  .index-cont-wrap {
    margin: 0 120px;
  }
  .news-base-wrap {
    margin-right: -120px;
  }
}
@media screen and (max-width: 1250px) {
  .product-index {
    padding: 2rem;
  }
  .index-cont-wrap {
    margin: 0 60px;
  }
  .news-base-wrap {
    margin-right: -60px;
  }
  .swiper-button-next {
    right: 60px;
  }
}

@media screen and (max-width: 768px) {
  .prod-carousel {
    display: none;
  }
  .prod-title-con {
    padding-left: 0;
  }
  .prod-right-con h3 {
    font-size: 18px;
    line-height: 1.4;
    font-weight: normal;
  }
  .product-list-item {
    width: 100%;
    margin-right: 0;
    min-width: 0;
  }
  .prod-left-img {
    width: 160px;
    left: 0;
    top: 0;
  }
  .prod-cont-desc {
    display: none;
  }
  .prod-right-con {
    padding: 1.5rem .5rem 1.5rem 160px;
  }
  .prod-cont-model {
    display: none;
  }
  .cont-prod-item {
    min-height: 160px;
    margin-bottom: 12px;
  }
  .prod-list-left-img {
    display: none;
  }
  .prod-list-right-con {
    padding: 26px;
  }
  /* 11-2 v2.0 */
  .cont-title-wrap {
    position: relative;
    top: 0;
    width: 100%;
    margin-bottom: 16px;
  }
  .cont-title {
    font-size: 22px;
  }
  .cont-title-en {
    font-size: 18px;
  }
  .cont-link {
    position: absolute;
    bottom: 12px;
    right: 0;
  }
  .index-cont-wrap {
    margin: 0;
    padding: 30px 15px 50px;
    overflow: hidden;
  }
  .custom-divider {
    display: none;
  }
  .cont-card {
    width: 100%;
    padding: 14px;
  }
  .cont-card .cont-card-desc {
    font-size: 1.2rem;
  }
  .news-base-wrap {
    margin-right: 0;
  }
  
  .news-wrap-cont {
    display: block;
    margin: 0 -15px;
  }
  .news-swiper {
    display: none;
  }
  .cont-base-wrap {
    margin-left: 0;
  }
}