@charset "UTF-8";
/*
  样式规范表
*/
/* ****首页**** */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/* ******** */
/* 通用字体混入 */
/* 不同板块标题字体混入 */
/* 通用按钮混入 */
/* 通用按钮混入选中 */
/* PC端下内容容器 */
body {
  overflow-x: hidden;
}

.nav_bar {
  /* width: 100vw; */
}


.product {
background-color: #f2f2f2;
}

.product .banner {
  width: 100%;
  height: 640px;
  background: url("") center no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product .banner .banner_content {
  width: 100%;
  /* width: $width; */
  /* max-width: $min-width; */
  max-width: 1290px;
  margin: 0 auto;
  padding: 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 1400px) {
  .product .banner .banner_content {
    width: 92%;
    /* max-width: 95%; */
    /* padding: $padding; */
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 800px) {
  .product .banner .banner_content {
    width: 100%;
    /* max-width: auto;
        padding: $padding; */
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.product .banner .banner_content .banner_title {
  position: relative;
  margin-bottom: 30px;
  color: #fff;
  font-size: 42px;
  line-height: 1;
  font-weight: normal;
  font-family: "Microsoft YaHei";
}

.product .banner .banner_content .banner_title:after {
  content: '';
  width: 456px;
  height: 56px;
  display: block;
  background: url("") center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: -32px;
  -webkit-transform: translateY(-78%);
          transform: translateY(-78%);
}

.product .banner .banner_content .banner_remark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  font-family: "Microsoft YaHei";
}

.product .banner .banner_content .banner_remark a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  font-family: "Microsoft YaHei";
}

.product .banner .banner_content .banner_remark a:first-child {
  margin-left: 5px;
}

.product .banner .banner_content .banner_remark a:not(:last-child):after {
  content: ">";
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  font-family: "Microsoft YaHei";
  margin: 0 7px;
}

.product .navigation_seize {
  width: 100%;
  display: none;
}

.product .navigation {
  width: 100%;
  background-color: #f7f7f7;
}

.product .navigation.fixed {
  z-index: 9;
  position: fixed;
  left: 0;
  top: 80px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 12px 0px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 12px 0px;
}

.product .product-title {
    text-align: center;
    padding: 70px 0 30px;
    position: relative;
}

.product .product-title p{
    color: #333;
    font-size: 36px;
    line-height: 1;
    font-weight: 600;
    font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
    position: relative;
    display: inline-block;
}

.product .product-title p::after {
    content: "";
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #1e88e5, #64b5f6);
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
}

@media (max-width: 768px) {
    .product .product-title {
        padding: 40px 15px 20px;
    }
    .product .product-title p {
        font-size: 26px;
    }
    .product .product-title p::after {
        width: 40px;
        height: 2px;
    }
}

.product .navigation .navigation_content {
  /* width: $width; */
  /* max-width: $min-width; */
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1400px) {
  .product .navigation .navigation_content {
    width: 92%;
    /* max-width: 95%; */
    /* padding: $padding; */
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 800px) {
  .product .navigation .navigation_content {
    width: 100%;
    /* max-width: auto;
        padding: $padding; */
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.product .navigation .navigation_content .navigation_item.active a {
  background-color: #fff;
}

.product .navigation .navigation_content .navigation_item a {
  width: 100%;
  height: 70px;
  background-color: transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333333;
  font-size: 30px;
  line-height: 1;
  font-weight: bolder;
  font-family: "Microsoft YaHei";
}

.product .product_main {
  padding: 60px 0 70px 0;
}

.product .product_main .product_content {
  /* width: $width; */
  /* max-width: $min-width; */
  max-width: 1290px;
  margin: 0 auto;
  padding: 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1400px) {
  .product .product_main .product_content {
    width: 92%;
    /* max-width: 95%; */
    /* padding: $padding; */
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 800px) {
  .product .product_main .product_content {
    width: 100%;
    /* max-width: auto;
        padding: $padding; */
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.product .product_main .product_content .product_item {
  width: 100%;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product .product_main .product_content .product_item:nth-of-type(3n) {
  margin-right: 0;
}

.product .product_main .product_content .product_item:hover .product_main_introduce .product_main_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product .product_main .product_content .product_item .product_main_pic {
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px #e6e6e6;
  border-bottom: solid 1px transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (max-width: 800px) {
   .product .product_main .product_content .product_item .product_main_pic {
    height: 100%;
  }
}

.product .product_main .product_content .product_item .product_main_pic img {
  max-width: 90%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.product .product_main .product_content .product_item .product_main_introduce {
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 50px 50px 50px;
  background-color: #fafafa;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: solid 1px #e6e6e6;
  border-top: solid 1px transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 800px) {
   .product .product_main .product_content .product_item .product_main_introduce {
    padding: 30px 30px 40px 30px;
  }
}

.product .product_main .product_content .product_item .product_main_introduce .product_main_text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product .product_main .product_content .product_item .product_main_introduce .product_main_text .product_main_title {
  margin-bottom: 15px;
  color: #666666;
  font-size: 1.25vw;
  line-height: 1.5;
  font-weight: normal;
  font-family: "Microsoft YaHei";
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.product .product_main .product_content .product_item .product_main_introduce .product_main_text .product_main_remark {
  color: #666666;
  font-size: 12px;
  line-height: 1.4;
  font-weight: normal;
  font-family: "Microsoft YaHei";
  white-space: normal;
  word-break: break-word;
}

.product .product_main .product_content .product_item .product_main_introduce .product_main_more {
  display: none;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  min-width: 43px;
  margin-left: 10px;
  height: 43px;
  border-radius: 50%;
  border: solid 1px rgba(255, 255, 255, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product .product_main .product_content .product_item .product_main_introduce .product-icon-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  margin-top: 0.5vw;
  margin-bottom: 1.04167vw;
}

.product .product_main .product_content .product_item .product_main_introduce .product-icon-list-top {
  background-color: #fff;
}

@media screen and (max-width: 800px) {
  .product .product_main .product_content .product_item .product_main_introduce .product-icon-list {
    margin-top: 5.33333vw;
    margin-bottom: 5.66667vw;
  }
}

.product .product_main .product_content .product_item .product_main_introduce .product-icon-list .product-icon-item {
  text-align: center;
  width: 33.1%;
  margin-top: .52083vw;
  margin-bottom: .52083vw;
}

@media screen and (max-width: 800px) {
  .product .product_main .product_content .product_item .product_main_introduce .product-icon-list .product-icon-item {
    margin-bottom: 1.33333vw;
    width: 33.15%;
  }
}

.product .product_main .product_content .product_item .product_main_introduce .product-icon-list .product-icon-item+.product-icon-item {
  border-left: 1px solid hsla(0, 0%, 43.9%, .2);
}

.product .product_main .product_content .product_item .product_main_introduce .product-icon-list .product-icon-item  img {
  margin: 0 auto .26042vw;
  width: 19.0vw;
  max-width: 100%;
}

@media screen and (max-width: 800px) {
  .product .product_main .product_content .product_item .product_main_introduce .product-icon-list .product-icon-item  .product-icon {
    margin: 0 auto .66667vw;
  }
}

.product .product_main .product_content .product_item .product_main_introduce .product-icon-list .product-icon-item  .product-icon-text {
  font-size: 1.4vw;
  padding-bottom: 0.6vw;
  line-height: 1.6;
  font-weight: bolder;
  font-family: "Microsoft YaHei";
}

@media screen and (max-width: 800px) {
  .product .product_main .product_content .product_item .product_main_introduce .product-icon-list .product-icon-item  .product-icon-text {
    font-size: 2.66667vw;
  }
}

.product .product_main .product_content .product_item .product_main_introduce .product-intro-list  {
  margin: 1.04167vw 0;
  line-height: 1.7;
  font-weight: bolder;
}

@media screen and (max-width: 800px) {
  .product .product_main .product_content .product_item .product_main_introduce .product-intro-list  {
    margin: 1.5625vw 0;
  }
}

.product .product_main .product_content .product_item .product_main_introduce .product-intro-list .solar-product-list .product-list-square li {
  padding: .3125vw 0 .3125vw 1.04167vw;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMS4zMTQiIGhlaWdodD0iMTEuMzE0Ij48cGF0aCBvcGFjaXR5PSIuNyIgZD0iTTAgNS42NTdMNS42NTcgMGw1LjY1NyA1LjY1Ny01LjY1NyA1LjY1N3oiLz48L3N2Zz4=) no-repeat left .78125vw;
  background-size: .78125vw .78125vw;
  font-weight: bolder;
  font-size: 1.04167vw;
  color: #333333;
  font-family: "Microsoft YaHei";
}

@media screen and (max-width: 800px) {
  .product .product_main .product_content .product_item .product_main_introduce .product-intro-list .solar-product-list .product-list-square li {
    padding: .8vw 0 .8vw 4vw;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMS4zMTQiIGhlaWdodD0iMTEuMzE0Ij48cGF0aCBvcGFjaXR5PSIuNyIgZD0iTTAgNS42NTdMNS42NTcgMGw1LjY1NyA1LjY1Ny01LjY1NyA1LjY1N3oiLz48L3N2Zz4=) no-repeat left 2vw;
    background-size: 2vw 2vw;
    font-weight: bolder;
    font-size: 2.66667vw;
    color: #333333;
    font-family: "Microsoft YaHei";
  }
}



.product .product_main .product_content .product_item .product_main_introduce .product-intro-list .solar-product-list .product-list-square li b{
  font-weight: bolder;
  font-style: inherit;
}

.product .product_main .product_content .product_item .product_main_introduce .product-icon-list-left .product-icon-item {
  text-align: center;
  width: 100%;
}

.product .product_main .product_content .product_item .product_main_introduce .product-icon-list-left .product-icon-item .product-icon {
  width: 100%;
  margin: 0 auto .26042vw;
}

.product .product_main .product_content .product_item .product_main_introduce .product-icon-list-left .product-icon-item+.product-icon-item {
  border-left: none;
}

.solar-product-dividing-line {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}

.solar-product-dividing-line .product-dividing-line {
  width: 100%;
  height: 1px;
  background-color: hsla(0, 0%, 43.9%, .2);
}

.product .product_main .product_content .product_item .product_main_introduce p {
  font-size: 1.25vw;
  font-family: "Microsoft YaHei";
  margin-bottom: .78125vw;
  line-height: 1.7;
  color: #000;
}

@media screen and (max-width: 800px) {
  .product .product_main .product_content .product_item .product_main_introduce p {
    font-size: 3.2vw;
  }
}

.product .product_main .product_content .product_item .product_main_introduce .solar-product-buttons .product-buttons-btn {
  font-size: .78125vw;
  height: 3.22917vw;
  line-height: 3.125vw;
  margin-top: .52083vw;
  display: inline-block;
  min-width: 10.41667vw;
  text-align: center;
  vertical-align: middle;
  background-color: transparent;
  border: 1px solid #333333;
  padding: 0 1.5625vw;
  font-family: "Microsoft YaHei";
  color: #333333;
  transition: color .15s;
  font-weight: bolder;
}

@media screen and (max-width: 800px) {
  .product .product_main .product_content .product_item .product_main_introduce .solar-product-buttons  {
    margin-top: 6.66667vw;

  }
}

@media screen and (max-width: 800px) {
  .product .product_main .product_content .product_item .product_main_introduce .solar-product-buttons .product-buttons-btn {
    font-size: 2.4vw;
    height: 9.86667vw;
    line-height: 9.6vw;
    min-width: 33.33333vw;
  }
}


.product .product_main .product_content .product_item .product_main_introduce .solar-product-buttons .product-buttons-btn:hover {
  color: #ff5000;
  border-color: #ff5000;
  text-decoration: none;
}








.product .paging {
  /* width: $width; */
  /* max-width: $min-width; */
  max-width: 1290px;
  margin: 0 auto;
  padding: 0 0;
  margin-bottom: 80px;
}

@media screen and (max-width: 1400px) {
  .product .paging {
    width: 92%;
    /* max-width: 95%; */
    /* padding: $padding; */
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 800px) {
  .product .paging {
    width: 100%;
    /* max-width: auto;
        padding: $padding; */
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.product .paging .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product .paging .pagination li {
  width: 44px;
  height: 44px;
  margin-bottom: 20px;
}

.product .paging .pagination li:not(:last-child) {
  margin-right: 10px;
}

.product .paging .pagination li.active span,
.product .paging .pagination li.active a {
  border: transparent;
  background-color: #eb0909;
  color: #fff;
}

.product .paging .pagination li.disabled {
  cursor: not-allowed;
}

.product .paging .pagination li a,
.product .paging .pagination li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: solid 1px #d8d8d8;
  background-color: transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #b6b6b6;
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  font-family: "Microsoft YaHei";
}

.product .paging .pagination li span {
  color: #b6b6b6;
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  font-family: "Microsoft YaHei";
}

@media screen and (max-width: 1100px) {
  .product .product_main .product_content .product_item {
    width: 100%;
  }
  .product .product_main .product_content .product_item:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 800px) {
  .product .banner {
    height: 100vh;
  }
  .product .banner .banner_content .banner_title {
    font-size: 10vw;
  }
  .product .banner .banner_content .banner_remark {
    font-size: 3.8vw;
  }
  .product .banner .banner_content .banner_remark a {
    font-size: 3.8vw;
  }
  .product .navigation_seize {
    width: 100vw;
  }
  .product .navigation {
    width: 100vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .product .navigation .navigation_content {
    padding: 0;
  }
  .product .navigation .navigation_content .navigation_item {
    width: 100%;
  }
  .product .navigation .navigation_content .navigation_item a {
    width: 100%;
    font-size: 3.8vw;
  }
  .product .product_main .product_content .product_item {
    width: 100%;
    margin-right: 0 !important;
  }

  .product .product_main .product_content .product_item .product_main_introduce .product_main_text .product_main_title {
    font-size: 3.2vw;
    color: #666666;
  }
  .product .product_main .product_content .product_item .product_main_introduce .product_main_text .product_main_remark {
    font-size: 2.0vw;
    color: #fff;
  }
  .product .product_main .product_content .product_item .product_main_introduce .product_main_more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .product .paging .pagination li a,
  .product .paging .pagination li span {
    font-size: 3.8vw;
  }
}
/*# sourceMappingURL=product.css.map */