/* products page */
.products-catagory-lists-container {
  padding: 27px 0 0;
  background: #fff;
  box-shadow: 2px 2px 5px rgba(6, 24, 61, 0.1);
}

.products-catagory-lists {
  justify-content: space-between;
}


.products-catagory-lists ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin-right: 30px;
  overflow-x: auto;
}

.products-catagory-lists ul li {
  margin-right: 4.166665vw;
  padding-bottom: 27px;
  text-align: center;
}

.products-catagory-lists ul li.active {
  padding: 0 10px 23px;
  border-bottom: 4px solid #1c7ad1;
}

.products-catagory-lists ul li a {
  font-size: 16px;
  color: #303030;
  white-space: nowrap;
}

.products-catagory-lists ul li.active a {
  color: #1c7ad1;
  font-family: 'SourceHanSans-Medium';
}

.breadcrumbs-content {
  align-items: center;
}

.breadcrumbs-content a {
  flex-shrink: 0;
}

.breadcrumbs-content a img {
  width: 16px;
  height: 16px;
}

.breadcrumbs-content span {
  margin: auto 10px;
}

.breadcrumbs-content p {
  font-size: 14px;
  color: #999;
  white-space: nowrap;
}

/* 产品分类列表 end */

/* 产品统计及筛选 start  */

.products-statistical-screening {
  justify-content: space-between;
  padding: 50px 0;
  font-size: 14px;
}

.statistics {
  font-family: 'SourceHanSans-Medium';
}

.statistics p {
  color: #999999;
}

.statistics span {
  color: #303030;
}

.screening .screening-item {
  position: relative;
  width: 10.4167vw;
  padding-bottom: 12px;
  margin-right: 2.08934vw;
  border-bottom: 1px solid #e5e5e5;
}

.screening .screening-item:last-child {
  margin-right: 0;
}

.screening .screening-item::after {
  position: absolute;
  top: 0;
  right: 2px;
  width: 8px;
  height: 8px;
  content: '';
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  transform: rotate(135deg);
  cursor: pointer;
  /* background: url(/lib/images/index/img_nav_down2.svg) no-repeat center; */
}

.screening .screening-item p {
  color: #999;
  flex-shrink: 0;
}

.screening select {
  position: relative;
  width: 100%;
  color: #303030;
  font-family: 'SourceHanSans-Medium';
  padding-left: 30px;
  cursor: pointer;
}

/* 产品统计及筛选 end */

/* 产品内容列表 start */
.products-item {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 40px 40px 0;
  border: 1px solid #f5f5f5;
  background: #fff;
}

.products-content-lists .row {
  margin: auto -20px;
}

.products-content-lists .row .col-lg-3,
.products-content-lists .row .col-md-4 {
  padding-left: 20px;
  padding-right: 20px;
}

.products-img {
  margin-bottom: 15px;
}

.products-desc {
  text-align: center;
  transition: all 1s;
}

.products-title {
  font-size: 18px;
  font-family: 'SourceHanSans-Medium';
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 1;
  margin-bottom: 14px;
}

.products-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 1;
  color: #1c7ad1;
}

.products-detail {
  justify-content: space-between;
  align-items: center;
  height: 60px;
  margin-top: 30px;
  width: 100%;
  font-size: 15px;
  color: #8c8c8c;
  border-top: 1px solid #e5e5e5;
}

.products-detail img {
  width: 12px;
}


.products-item:hover {
  box-shadow: 0 0 20px rgba(6, 24, 61, 0.1);
}

.products-item:hover .products-detail p {
  color: #1c7ad1;
}

@media (max-width: 1023px) {

  .products-content-lists .row {
    margin: auto -15px;
  }

  .products-content-lists .row .col-lg-3,
  .products-content-lists .row .col-md-4 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .products-item {
    padding: 30px 30px 0;
  }

  .screening .screening-item {
    width: 170px;
    margin-right: 20px;
  }

  .screening select {
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .products-statistical-screening {
    flex-direction: column;
    padding: 40px 0;
  }

  .screening {
    flex-direction: column;
    margin-top: 25px;
  }

  .breadcrumbs-content span {
    margin: auto 5px;
  }

  .products-catagory-lists ul {
    width: 70%;
  }

  .screening .screening-item {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }

  .screening .screening-item:last-child {
    margin-bottom: 0;
  }

  .products-item {
    padding: 30px 20px 0;
  }

  .products-title {
    font-size: 16px;
  }

  .products-text {
    font-size: 14px;
  }

  .products-content-lists .row {
    margin: auto -10px;
  }

  .products-content-lists .row .col-lg-3,
  .products-content-lists .row .col-md-4 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* 产品内容列表 end */

/* 分页 */
.products-fenye {
  padding: 1.04167vw 0 5.20835vw;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
}

.products-fenye .navigation.pagination .nav-links {
  margin-right: -10px;
}

.products-fenye .inquery {
  font-size: 16px;
  color: #999;
}

.products-fenye .inquery a {
  color: #1c7ad1;
  margin-left: 5px;
}

/* 分页 end */


/* 产品特征模块 start */
.products-spec-modular {
  padding: 5.20835vw 0 6.25002vw;
  border-bottom: 1px solid #e5e5e5;
}

.products-spec-modular .item {
  margin-right: 30px;
  flex: 0 1 calc(100% / 2 - 15px);
}

.products-spec-modular .title1 {
  font-size: 32px;
  font-family: 'SourceHanSans-Medium';
  color: #1c7ad1;
}

.products-spec-modular .title2 {
  font-size: 32px;
  margin: 20px 0 2.604175vw;
}

.products-spec-modular .text p {
  font-size: 16px;
  line-height: 1.6;
  color: #303030;
}

.products-spec-modular .video {
  position: relative;
  max-width: 740px;
  width: 100%;
  margin-top: 2.604175vw;
  background: url(/lib/images/products/img_video_bg.jpg) no-repeat;
}

.products-spec-modular .video-content {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}


.products-spec-modular .video .video-playbtn {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%);
  cursor: pointer;
  background: rgba(16, 16, 16, 0.5);
}

.products-spec-modular .video .video-playbtn img {
  cursor: pointer;
}


.products-spec-modular .video iframe {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  display: block;
}


/* 表单 */
.products-spec-modular .right {
  margin-right: 0;
  border: 1px solid #e5e5e5;
  padding: 2.08934vw 2.08934vw 3.854179vw;
  background: linear-gradient(to bottom, #fefefe, #f8f8f8);
}

.form-title {
  font-size: 32px;
  font-family: 'SourceHanSans-Medium';
}

.form-subtitle {
  margin: 20px 0 2.604175vw;
  font-size: 14px;
  color: #1c7ad1;
}

.form-container input,
.form-container textarea {
  border: 1px solid #e5e5e5;
  background: #f7f7f7;
}

.form-container input::placeholder,
.form-container textarea::placeholder {
  font-size: 16px;
  color: #999;
  font-family: 'SourceHanSans-Regular';
}

.form-container input {
  padding: 0 30px;
  margin-bottom: 20px;

}

.form-container textarea {
  padding: 20px 30px 0;
  height: 236px;
  margin-bottom: 30px;
}

.form-other {
  justify-content: space-between;
  align-items: center;
}

.form-other-left img {
  margin-right: 20px;
  border: 1px solid #e5e5e5;
}

.form-other-left {
  align-items: center;
  font-size: 14px;
  color: #303030;
}

.form-other-text .guanzhu {
  margin-bottom: 15px;
}

.form-other-right input {
  width: 240px;
  background: #1c7ad1;
  color: #fff;
  margin-bottom: 0;
}

/* 表单 end */

/* 产品特征模块 end */

@media (max-width: 1279px) {

  .products-spec-modular .title1,
  .products-spec-modular .title2,
  .form-title {
    font-size: 28px;
  }
}

@media (max-width: 1023px) {

  .products-spec-modular .title1,
  .products-spec-modular .title2,
  .form-title {
    font-size: 24px;
  }

  .products-spec-modular .item {
    flex: 0 1 calc(100%);
    margin-right: 0;
  }

  .products-spec-modular .com-container {
    flex-direction: column;
  }

  .products-spec-modular .left {
    margin-bottom: 40px;
  }

  .products-spec-modular .right {
    padding: 30px 30px 40px;
  }
}


@media (max-width: 767px) {

  .products-spec-modular .title1,
  .products-spec-modular .title2,
  .form-title {
    font-size: 20px;
  }

  .products-fenye {
    flex-direction: column;
  }

  .products-fenye .inquery {
    margin-bottom: 30px;
  }

  .products-fenye {
    padding-bottom: 40px;
  }

  .products-spec-modular .video {
    margin-top: 30px;
  }

  .products-spec-modular .right {
    padding: 30px 15px 40px;
  }

  .form-other {
    flex-direction: column;
  }

  .form-other-left {
    margin-bottom: 30px;
  }

  .products-spec-modular {
    padding: 40px 0;
  }

  .form-subtitle {
    margin: 20px 0 30px;
  }

  .form-container input {
    padding: 0 20px;
  }

  .form-container textarea {
    padding: 20px 20px 0;
  }

  .products-spec-modular .title2 {
    margin-bottom: 30px;
  }
}


/* products page end */



/* 产品详情页 start */
.products-details-container {
  padding: 3.12501vw 0 0;
}

/* 产品介绍 start */
.products-details-content {
  padding: 0 0 75px;
}

.products-details-swiper {
  --swiper-navigation-color: #999;
  /* 单独设置按钮颜色 */
  --swiper-navigation-size: 32px;
  /* 设置按钮大小 */
}


.products-swiper-item {
  width: 100%;
  height: 100%;
}

.products-swiper-container-div {
  padding-bottom: 20px;
  max-width: 720px;
  width: 100%;
}

.products-swiper-img {
  width: 100%;
}

.products-share {
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.products-share>svg {
  margin-right: 5px;
}

.products-share span {
  color: #999;
}

.products-share:hover .products-share-list {
  display: block;
}

.products-share-list {
  position: absolute;
  top: -50px;
  left: 60%;
  z-index: 11;
  display: none;
  justify-content: center;
  align-items: center;
  transform: translate(-50%);
}

.products-share-icon {
  position: relative;
  padding: 10px 20px;
  background: #fff;
  align-items: center;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 14, 12, 0.2);
}

.products-share-icon::before {
  position: absolute;
  top: 29px;
  left: 50%;
  width: 15px;
  height: 15px;
  content: '';
  background: #fff;
  transform: rotate(45deg);
  z-index: -1;
  box-shadow: 0 0 10px rgba(0, 14, 12, 0.2);
}

.products-share-icon::after {
  position: absolute;
  top: 29px;
  left: 50%;
  width: 15px;
  height: 15px;
  content: '';
  background: #fff;
  transform: rotate(45deg);
  z-index: 2;
}

.products-share-icon a {
  margin-right: 20px;
  width: 16px;
}

.products-share-icon a:last-child {
  margin-right: 0;
}


/* 右侧描述 start */
.products-details-introduce-right {
  margin-left: 4.16665vw;
  max-width: 720px;
  width: 100%;
  padding: 2.604175vw 0;
}

.products-details-introduce-content h6 {
  color: #999;
  font-size: 14px;
  font-weight: normal;
}

.products-details-introduce-title {
  font-size: 48px;
  color: #1c7ad1;
  font-family: 'SourceHanSans-Bold';
  line-height: 1.3;
  margin-top: 5px;
}

.products-details-introduce-subtitle {
  font-size: 24px;
  color: #101010;
  font-family: 'SourceHanSans-Medium';
  line-height: 1.5;
}

.products-details-introduce-desc {
  margin-top: 2.604175vw;
  padding: 2.604175vw 0;
  color: #303030;
  font-size: 16px;
  line-height: 1.5;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.products-details-introduce-desc a {
  color: #1692ec;
}

.products-details-introduce-spec {
  margin-top: 50px;
}

.table-wrap {
  width: 100%;
  overflow: auto;
}

.products-details-introduce-spec .table-wrap tr {
  margin-bottom: 10px;
  display: block;
  border: none;
}

.products-details-introduce-spec td {
  border: none;
}

.products-details-introduce-spec td:nth-child(2n-1) {
  width: 110px;
  margin-right: 24px;
  color: #999;
  font-size: 16px;
  padding: 10px 0;
}

.products-details-introduce-spec td:nth-child(2n) {
  color: #303030;
  font-size: 16px;
}

.products-details-introduce-other {
  align-items: center;
  margin-top: 30px;
}

.products-details-introduce-other .quote-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 56px;
  margin-right: 40px;
  background: #1692ec;
  color: #fff;
}

.products-details-introduce-other .quote-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 56px;
  background: #1692ec;
  color: #fff;
}

.products-details-introduce-other .quote-btn a img {
  margin-left: 5px;
}

.products-details-introduce-tab .tab-btn {
  align-items: center;
  font-size: 16px;
  color: #999;
  cursor: pointer;
}

.products-details-introduce-tab .tab-btn:hover {
  color: #1692ec;
}

.products-details-introduce-tab .tab-btn:hover svg {
  fill: #1692ec;
}

.products-details-introduce-tab p {
  margin: 0 30px;
  width: 1px;
  /* height: 100%; */
  background: #e5e5e5;
}

.products-details-introduce-tab .prev svg {
  transform: rotate(-180deg);
}

/* 右侧描述 end */
/* 产品介绍 end */


/* 产品规格描述 start */
.products-details-spectification {
  background: #f7f7f7;
}

.products-details-spectification-content {
  justify-content: space-between;
  padding: 30px 0 80px;
}

.products-details-spectification-content .sections {
  width: 100%;
}



/* 左侧描述内容 start */
.products-details-spectification-left {
  width: 100%;
  padding: 0 40px 0 0;
}

.spectification-tab-title-div {
  position: sticky;
  top: 125px;
  z-index: 10;
}

.spectification-tab-title {
  padding: 25px 0 25px;
  background: #fff;
}

.spectification-tab-title .com-container {
  width: 100%;
}

.spectification-tab-title ul {
  width: 100%;
  overflow: auto;
}

.spectification-tab-title-div ul::-webkit-scrollbar {
  display: none;
}

.spectification-tab-title li {
  padding-right: 4.16665vw;
  font-size: 20px;
}

.spectification-tab-title li a {
  color: #666;

}

.spectification-tab-title li a.active,
.spectification-tab-title li:hover a {
  color: #1c7ad1;
  font-family: 'SourceHanSans-Bold' !important;
}



.spectification-tab-content-title {
  position: relative;
  margin: 50px 0 40px;
  font-size: 24px;
  font-family: 'SourceHanSans-Bold' !important;
}

.spectification-tab-content-img {
  margin-bottom: 40px;
}

.spectification-tab-content-img img {
  /* width: 100%; */
}

p.spectification-tab-content-text {
  margin-bottom: 30px;
  color: #101010;
  font-size: 16px;
  line-height: 1.5;
}

.spectification-tab-content-subtitle {
  margin-bottom: 30px;
  font-size: 24px;
  font-family: 'SourceHanSans-Medium' !important;
}

.spectification-tab-content-item ul.spectification-tab-content-ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 40px;
}

.spectification-tab-content-item .spectification-tab-content-ul li {
  margin-bottom: 20px;
  position: relative;
  font-size: 16px;
  line-height: 1.3;
}

.spectification-tab-content-item .spectification-tab-content-ul li:last-child {
  margin-bottom: 0;
}

.spectification-tab-table-item {
  justify-content: space-between;
  border-top: 1px solid #101010;
  padding: 28px 0;
  font-size: 16px;
}

.products-details-table td.first,
.products-details-table td:first-child {
  text-align: left;
  color: #101010;
}

.products-details-table th {
  line-height: 1.5;
}

.products-details-table td {
  color: #999;
  text-align: center;
  padding: 15px 10px;
  line-height: 1.5;
}

#Application ul {
  margin-bottom: 30px;
  flex-wrap: wrap;
}

#Application ul li {
  margin-right: 30px;
  margin-bottom: 10px;
}

.products-application-title {
  /* overflow: scroll;*/
  white-space: nowrap; 
}

.products-application-title::-webkit-scrollbar {
  display: none;
}

.products-application h4 {
  font-family: 'SourceHanSans-Bold';
}

.products-application {
  margin-bottom: -20px;
}

.products-application-item img {
  width: 100%;
}

.products-application-item p {
  text-align: center;
  margin: 20px 0;
}

/* Quality */
#Quality ul li {
  margin-bottom: 30px;
}

#Quality ul li h4 {
  font-size: 18px;
  color: #1c7ad1;
  margin-bottom: 20px;
}

#Quality ul li p {
  line-height: 1.5;
  font-size: 16px;
  color: #303030;
}

.quality-advantage-item {
  margin-bottom: 40px;
}

.quality-advantage-item .title {
  padding-left: 20px;
  color: #1c7ad1;
  font-size: 20px;
  font-family: 'SourceHanSans-Medium';
}

.quality-advantage-item .subtitle {
  padding-left: 20px;
  margin: 20px 0;
  font-size: 18px;
  color: #101010;
}

.quality-advantage-item .text {
  font-size: 16px;
  color: #666;
  line-height: 1.5;
}

/* 使用说明 */
#Used p {
  line-height: 1.5;
  color: #303030;
  margin-bottom: 30px;
}

#Used ul li {
  margin-bottom: 20px;
}

#Used ul li h4 {
  font-size: 18px;
  color: #1c7ad1;
  margin-bottom: 20px;
}

#Used ul li p {
  line-height: 1.5;
  font-size: 16px;
  color: #666;
  margin-bottom: 15px;
}


/* 右侧描述内容 start */

.products-details-spectification-right {
  padding: 50px 0 0;
  width: 350px;
  height: 100%;
}

.products-details-spectification-right .aside {
  height: 100%;
}


.popular-news-container {
  padding: 55px 30px 50px;
  margin-bottom: 40px;
  background: #fff;
  box-shadow: 0 0 30px rgba(16, 16, 16, 0.1);
}

.aside-title {
  font-size: 24px;
  font-family: 'SourceHanSans-Medium';
  color: #101010;
  margin-bottom: 20px;
}

.aside-xian {
  position: relative;
  margin-bottom: 40px;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
}

.aside-xian::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 2px;
  background: #1c7ad1;
  content: '';
}

.popular-news-item {
  margin-bottom: 20px;
}

.popular-news-item:last-child {
  margin-bottom: 0;
}

.popular-news-item a {
  align-items: center;
}

.popular-news-img {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  margin-right: 10px;
}

.popular-news-img img {
  width: 100%;
}

.popular-news-text {
  font-size: 16px;
  color: #101010;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.popular-news-item:hover .popular-news-text {
  color: #1c7ad1;
}

.products-details-spectification-right .aside-quote-container {
  border: none;
  position: sticky;
  top: 230px;
}

.aside-quote-content {
  padding: 40px;
  height: 520px;
  box-shadow: 0 0 30px rgba(16, 16, 16, 0.1);
  background: #fff url(/lib/images/products/img_bg.png) no-repeat bottom;
}

.aside-quote-title {
  font-size: 24px;
  font-family: 'SourceHanSans-Medium';
  text-align: center;
  line-height: 1.5;
  margin-bottom: 24px;
}

.aside-quote-list ul {
  margin-bottom: 34px;
}

.aside-quote-list ul li {
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.aside-quote-list ul li img {
  margin-right: 10px;
}

.aside-custom-made a {
  width: 240px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  background: #1c7ad1;
  color: #fff;
}

.aside-custom-made:hover a {
  background: #fff;
  color: #1c7ad1;
  border: #1c7ad1 1px solid;
}

/* 右侧描述内容 end */
/* 产品规格描述 end */

@media (max-width: 1279px) {
  .products-swiper-container-div {
    max-width: 600px;
    max-height: 600px;
  }

  .spectification-tab-title-div {
    top: 77px;
  }

  .products-details-spectification-left {
    padding: 0;
  }

}


@media (max-width: 1100px) {
  .products-swiper-container-div {
    max-width: 500px;
    max-height: 500px;
  }

  .products-details-content {
    padding: 0 0 40px;
  }
}

@media (max-width: 1023px) {
  .products-details-introduce {
    flex-direction: column;
  }

  .products-swiper-container-div {
    max-width: 100%;
    max-height: initial;
  }

  .products-details-introduce-right {
    margin-left: 0;
    max-width: 100%;
  }

  .products-details-introduce-title {
    font-size: 36px;
  }

  .products-details-introduce-subtitle {
    font-size: 22px;
  }

  .products-details-introduce-spec {
    margin-top: 40px;
  }

  .products-details-content {
    padding: 0 0 20px;
  }

  .products-details-spectification-content {
    padding: 10px 0 60px;
  }
}

@media (max-width: 767px) {
  .products-details-introduce-title {
    margin: 10px 0;
  }

  .products-details-introduce-desc {
    padding: 30px 0;
    margin-top: 20px;
  }

  .spectification-tab-content-img {
    flex-direction: column;
  }

  .products-details-introduce-spec {
    margin-top: 30px;
  }

  .products-details-introduce-other {
    margin-top: 20px;
  }

  .spectification-tab-title-div {
    top: 59px;
  }

  .products-details-introduce-other .quote-btn {
    margin-right: 30px;
    width: 200px;
    /* margin-bottom: 20px; */
  }

  .spectification-tab-title li {
    font-size: 14px;
    white-space: nowrap;
  }

  .products-details-table {
    width: 100%;
    overflow: scroll;
  }

  .spectification-tab-content-title {
    margin: 40px 0 30px;
    font-size: 22px;
  }

  

  .quality-advantage-item .title {
    font-size: 18px;
  }

  .quality-advantage-item .subtitle,
  #Quality ul li h4,
  #Used ul li h4 {
    font-size: 16px;
  }

  .quality-advantage-item .text,
  #Quality ul li p,
  #Used ul li p {
    font-size: 14px;
  }

  .products-details-spectification-content {
    padding-bottom: 30px;
  }
}

/* 产品详情页 end */