@charset "UTF-8";
:root {
  --primary-color: #0093d8;
  /* 定义主色调变量 */
  --background-color: #181818;
  /* 定义背景色变量 */
  --font-size: 24px;
  /* 定义字体大小变量 */
  --color-white: #fff;
}

/*浏览器提示*/
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 0px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  border-radius: 4px;
}

.alert,
.alert h4 {
  color: #c09853;
}

.alert h4 {
  margin: 0;
}

.alert-danger {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-danger h4 {
  color: #b94a48;
}

.flexBetween {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flexStart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flexCenter {
  /* Safari */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flexEnd {
  /* Safari */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.nban {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100vh;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
}
.nban .nbancon {
  width: 100%;
  text-align: left;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nban .nbancon h2 {
  width: 80%;
  min-width: 320px;
  margin: 0;
  font-size: 2.625rem;
  line-height: 1.25;
  font-family: "PlusJakartaSansBold";
}
.nban .nbancon h3 {
  width: 80%;
  margin: 1rem 0 0;
  font-size: 2.25rem;
  font-weight: 500;
  text-align: justify;
  text-justify: inter-word;
}
.nban .nbancon p {
  width: 80%;
  margin: 1rem 0 0;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: justify;
  text-justify: inter-word;
}
.nban {
  /*面包屑*/
}
.nban .crumbs {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  font-size: 14px;
  line-height: 60px;
  text-align: left;
  color: #fff;
}
.nban .crumbs a {
  padding: 0 5px;
  color: #fff;
}
.nban .crumbs .iconfont {
  color: #fff;
  font-size: 0.85rem;
}

.layer_hd {
  padding: 6rem 0 5rem;
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
  color: #fff;
  text-align: center;
}
.layer_hd h2 {
  position: relative;
  margin: 0 auto;
  font-size: 2.25rem;
  line-height: 3rem;
  font-family: "PlusJakartaSansBold";
}
.layer_hd p {
  width: 80%;
  margin: 2rem auto;
  font-size: 1.125rem;
  line-height: 1.825rem;
  font-weight: normal;
  text-align: justify;
  text-justify: inter-word;
}

.about_four {
  background-color: #fff;
  overflow: hidden;
}
.about_four .layer_hd {
  color: #000;
}

/** 新产品列表 **/
.productsNewCon {
  min-height: 90vh;
  color: #333;
  background: url(../images/products/bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.productsNewCon .box_banner {
  width: 100%;
  position: relative;
  background-color: #fff;
  margin-bottom: 5rem;
}
.productsNewCon .box_banner ul li {
  font-size: 1rem;
  height: 3rem;
  padding: 0.5rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.productsNewCon .box_banner ul li:nth-child(2n-1) {
  background: #f8f8f8;
}
.productsNewCon .box_banner .boxLeft {
  width: 20%;
}
.productsNewCon .box_banner .boxLeft .null {
  height: 16rem;
}
.productsNewCon .box_banner .boxLeft ul li {
  padding-left: 20%;
  font-weight: bold;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  text-align: left;
}
.productsNewCon .box_banner .boxRight {
  width: 80%;
  position: relative;
}
.productsNewCon .box_banner .boxRight .banner {
  position: relative;
}
.productsNewCon .box_banner .boxRight .swiper-slide .img_box {
  height: 16rem;
  text-align: center;
  font-size: 1.125rem;
}
.productsNewCon .box_banner .boxRight .swiper-slide .img_box .top {
  padding-top: 1rem;
}
.productsNewCon .box_banner .boxRight .swiper-slide .img_box .bot {
  margin-top: 0.5rem;
}
.productsNewCon .box_banner .boxRight .swiper-slide .img_box img {
  max-width: 10rem;
  max-height: 10rem;
}
.productsNewCon .box_banner .boxRight .swiper-slide:nth-child(2n-1) .img_box {
  background: #f8f8f8;
}
.productsNewCon .box_banner .boxRight .swiper-slide:nth-child(2n-1) ul li:nth-child(2n) {
  background: #fafafa;
}
.productsNewCon .pagesButton .prev {
  left: -7rem;
}
.productsNewCon .pagesButton .next {
  right: -3.5rem;
}
.productsNewCon .pagesButton div {
  position: absolute;
  top: 14%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid var(--primary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
  z-index: 9;
}
.productsNewCon .pagesButton div.swiper-button-disabled {
  opacity: 0.5 !important;
}
.productsNewCon .pagesButton div.swiper-button-lock {
  display: none !important;
}
.productsNewCon .pagesButton div i {
  margin: auto;
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--primary-color);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.productsNewCon .pagesButton div:hover {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}
.productsNewCon .pagesButton div:hover i {
  color: #fff;
}
.productsNewCon .productsBox {
  width: 100%;
  padding-bottom: 3rem;
}
.productsNewCon .productsBox form {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.productsNewCon .productsBox form .custom-select {
  width: 130px;
  border: 2px solid var(--primary-color);
  border-radius: 4px;
}
.productsNewCon .productsBox form .layui-input {
  height: 60px !important;
  background-color: #fff;
  border-color: #ddd !important;
}
.productsNewCon .productsBox form .layui-input:focus {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.02);
          box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.02);
}
.productsNewCon .productsBox form .layui-form-select dl {
  top: 55px;
  padding: 0;
}
.productsNewCon .productsBox form .layui-form-select dl dd,
.productsNewCon .productsBox form .layui-form-select dl dt {
  line-height: 50px;
}
.productsNewCon .productsBox form .layui-form-select dl dd.layui-this {
  color: var(--primary-color);
}
.productsNewCon .singlebox {
  width: 100%;
  min-height: 90vh;
  position: relative;
}
.productsNewCon .singlebox fieldset,
.productsNewCon .singlebox img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.productsNewCon .singlebox .banner {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 5rem 0;
}
.productsNewCon .singlebox .banner .productsTabsBody {
  display: none;
}
.productsNewCon .singlebox .banner .productsTabsBody.active {
  display: block;
}
.productsNewCon .singlebox .banner .boxMain {
  margin-bottom: 2rem;
}
.productsNewCon .singlebox .banner .boxMain .boxLeft {
  width: 20rem;
  text-align: center;
  padding-top: 4rem;
  background-image: -webkit-gradient(linear, left top, right top, from(#FFF), color-stop(80%, #FFF), to(#eee));
  background-image: linear-gradient(90deg, #FFF 0%, #FFF 80%, #eee 100%);
}
.productsNewCon .singlebox .banner .boxMain .boxLeft figure img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.productsNewCon .singlebox .banner .boxMain .boxLeft .title {
  font-size: 1.25rem;
  color: var(--primary-color);
}
.productsNewCon .singlebox .banner .boxMain .boxLeft .desc {
  font-size: 1.825rem;
  font-family: "PlusJakartaSansBold";
  line-height: 1.5;
  margin-top: 0.5rem;
}
.productsNewCon .singlebox .banner .boxMain .boxLeft .img {
  margin-top: 4rem;
  height: 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.productsNewCon .singlebox .banner .boxMain .boxLeft .img img {
  margin: auto;
  max-height: 90%;
  max-width: 90%;
}
.productsNewCon .singlebox .banner .boxMain .boxLeft .img {
  /*   &::after {
      position      : absolute;
      content       : '';
      left          : 30%;
      bottom        : 0;
      width         : 40%;
      height        : 10px;
      background    : rgba(0, 0, 0, 0.2);
      filter        : blur(5px);
      -webkit-filter: blur(5px);
      border-radius : 50%;
      pointer-events: none;
      z-index       : 0;

  } */
}
.productsNewCon .singlebox .banner .boxMain .boxRight {
  background-color: #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 2rem;
  overflow-x: auto;
}
.productsNewCon .singlebox .banner .scroll {
  width: 100%;
  overflow-x: auto;
}
.productsNewCon .singlebox .banner .scroll .model {
  padding: 1rem 0;
  font-size: 1rem;
}
.productsNewCon .singlebox .banner .scroll .img {
  width: 100%;
  margin: 0 auto;
}
.productsNewCon .singlebox .banner .scroll .img img {
  margin: 0 auto;
  width: 90%;
  max-width: 250px;
}
.productsNewCon .singlebox .banner .scroll table {
  background: #fff;
  width: 100%;
  white-space: nowrap;
}
.productsNewCon .singlebox .banner .scroll table tr td {
  background: #fff;
  padding: 0.825rem 1rem;
  font-size: 1rem;
  border-left: 2px solid #fff;
  text-align: center;
}
.productsNewCon .singlebox .banner .scroll table tr td:first-child {
  position: sticky;
  left: 0;
  width: 200px;
  text-align: left;
  font-weight: bold;
  border: 0;
  z-index: 2;
}
.productsNewCon .singlebox .banner .scroll table tr:nth-child(2n-1) td {
  background: #f7f7f8;
}
.productsNewCon .singlebox .banner .pagesButton {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.productsNewCon .singlebox .banner .pagesButton div {
  position: static;
}
.productsNewCon .singlebox .singleboxLeft {
  width: 13rem;
  min-height: 100vh;
  padding: 0 1rem;
  margin-right: 1rem;
  background-color: white;
}
.productsNewCon .singlebox .singleboxLeft ul {
  position: sticky;
  top: 80px;
  z-index: 1;
  border-top: 1px solid #eee;
  width: 11rem;
  padding: 0;
}
.productsNewCon .singlebox .singleboxLeft ul li {
  list-style: none;
  padding: 0;
  border-bottom: 1px solid #eee;
}
.productsNewCon .singlebox .singleboxLeft ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 0.5rem 1rem;
  color: #000;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
}
.productsNewCon .singlebox .singleboxLeft ul li a .left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.productsNewCon .singlebox .singleboxLeft ul li a .right i {
  font-size: 1rem;
  font-weight: bold;
  color: var(--primary-color);
}
.productsNewCon .singlebox .singleboxLeft ul li a:hover {
  color: var(--primary-color);
}
.productsNewCon .singlebox .singleboxLeft ul li.active a {
  color: var(--primary-color);
}
.productsNewCon .singlebox .fixed-left-menu {
  position: fixed !important;
  top: 80px;
  /* 根据导航栏高度调整 */
  z-index: 999;
}
.productsNewCon .pagination {
  position: relative;
}
.productsNewCon .pagination .swiper-pagination-progressbar {
  background: #ebebeb;
}
.productsNewCon .pagination .swiper-pagination-progressbar-fill {
  background: var(--primary-color);
}

/* 响应式 */
@media screen and (min-width: 1520px) {
  .productsNewCon .button div {
    position: absolute;
    top: 15%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    border: 1px solid #666;
  }
  .productsNewCon .button div i {
    color: #666;
  }
}
@media screen and (min-width: 1200px) {
  .layui-container {
    width: 100%;
    padding: 0 5vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1199px) {
  .productsNewCon .pagesButton .next {
    right: 1rem;
  }
  .productsNewCon .singlebox .banner {
    padding: 1rem 0 4rem;
  }
  .productsNewCon .singlebox .banner .boxMain .boxLeft {
    width: 100%;
    margin: 0 0 1rem 0;
  }
  .productsNewCon .singlebox .singleboxLeft {
    margin: 1rem 0;
    width: 100%;
    height: auto;
    min-height: auto;
  }
  .productsNewCon .singlebox .singleboxLeft ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    width: 100%;
    position: relative !important;
    top: 0;
  }
}
@media screen and (max-width: 991px) {
  .nban {
    height: 50vh;
    min-height: 400px;
    background-size: cover;
    background-position: center center;
  }
  .nban .layui-container {
    width: 100%;
    padding: 0 5vw;
  }
  .nban .nbancon h2 {
    width: 100%;
    margin: 0;
    font-size: 2rem;
    line-height: 1;
  }
  .nban .nbancon h3 {
    margin: 1rem 0 0;
    font-size: 1.25rem;
  }
  .nban .nbancon p {
    margin: 1rem 0 0;
    font-size: 1.125rem;
  }
  .layer_hd {
    width: 100%;
    padding: 5rem 0 2rem;
  }
  .layer_hd h2 {
    width: 100%;
    font-size: 2rem;
    line-height: 2rem;
  }
  .layer_hd p {
    width: 100%;
    margin: 1rem auto;
    line-height: 1.5rem;
  }
  .productsNewCon .box_banner .boxLeft {
    width: 30%;
  }
  .productsNewCon .box_banner .boxRight {
    width: 70%;
  }
  .productsNewCon .box_banner .boxRight .swiper-slide .img_box {
    font-size: 1rem;
  }
  .productsNewCon .productsBox form {
    grid-template-columns: repeat(2, 1fr);
  }
  .productsNewCon .singlebox {
    height: auto;
    min-height: auto;
  }
  .productsNewCon .singlebox .banner {
    padding: 0rem 0 4rem;
    width: 100%;
  }
  .productsNewCon .singlebox .banner .boxMain .boxLeft {
    width: 100%;
    margin: 0 0 1rem 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(80%, #FFF), to(#eee));
    background-image: linear-gradient(180deg, #FFF 0%, #FFF 80%, #eee 100%);
  }
  .productsNewCon .singlebox .banner .scroll table tr td {
    padding: 0.5rem;
  }
  .productsNewCon .singlebox .fixed-left-menu {
    position: sticky !important;
  }
  .productsNewCon .singlebox .singleboxLeft {
    margin: 1rem 0;
    width: 100%;
    height: auto;
    min-height: auto;
  }
  .productsNewCon .singlebox .singleboxLeft ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    width: 100%;
  }
  .productsNewCon .singlebox .banner .boxMain .boxRight {
    padding: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .productsNewCon {
    font-size: 0.825rem;
  }
  .productsNewCon .box_banner .boxLeft {
    width: 40%;
  }
  .productsNewCon .box_banner .boxLeft ul li {
    padding: 0.5rem;
  }
  .productsNewCon .box_banner .boxRight {
    width: 60%;
  }
}