﻿@charset "utf-8";

/* CSS Document */

@media (min-width: 576px) {
}

@media (min-width: 768px) {
  .p-c {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 21.875rem;
  }
  .p-c a:nth-of-type(1) {
    grid-row: auto / span 2;
  }

  /*新闻*/
  .news-list li:nth-last-of-type(Odd) {
    margin-top: 5rem;
  }
  .news-list li:first-of-type {
    margin-top: 0rem;
    margin-bottom: 5rem;
    width: 100%;
    justify-content: space-between;
  }
  .news-list li:first-of-type .img {
    order: 3;
    width: 45%;
    padding-bottom: 20%;
  }
  .news-list li:first-of-type .time {
    position: static;
    order: 1;
    width: 7.5rem;
    padding-right: 0;
    flex-shrink: 0;
  }

  .news-list li:first-of-type .info {
    order: 2;
    width: 40%;
  }
}

@media (min-width: 992px) {
  .wap-bottom-nav {
    display: none;
  }
  /*wow 时间递增*/
  .wowlist4 .wow:nth-of-type(3n-2) {
    animation-delay: 0.3s;
  }
  .wowlist4 .wow:nth-of-type(3n-1) {
    animation-delay: 0.5s;
  }
  .wowlist4 .wow.wow:nth-of-type(3n) {
    animation-delay: 0.6s;
  }

  .wowlist4 .wow:nth-of-type(4n-3) {
    animation-delay: 0.3s;
  }
  .wowlist4 .wow:nth-of-type(4n-2) {
    animation-delay: 0.5s;
  }
  .wowlist4 .wow:nth-of-type(4n-1) {
    animation-delay: 0.6s;
  }
  .wowlist4 .wow:nth-of-type(4n) {
    animation-delay: 0.7s;
  }

  .wowlist6 .wow:nth-of-type(6n-5) {
    animation-delay: 0.3s;
  }
  .wowlist6 .wow:nth-of-type(6n-4) {
    animation-delay: 0.5s;
  }
  .wowlist6 .wow:nth-of-type(6n-3) {
    animation-delay: 0.6s;
  }
  .wowlist6 .wow:nth-of-type(6n-2) {
    animation-delay: 0.7s;
  }
  .wowlist6 .wow:nth-of-type(6n-1) {
    animation-delay: 0.8s;
  }
  .wowlist6 .wow:nth-of-type(6n) {
    animation-delay: 0.9s;
  }
  /*首页产品*/

  .index-p-recommend li:nth-of-type(Odd) .img,
  .index-p-recommend li:nth-of-type(even) .info {
    order: 0;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
  }
  .index-p-recommend li:nth-of-type(even) .img,
  .index-p-recommend li:nth-of-type(Odd) .info {
    order: 1;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
  }
  .index-p-recommend li:nth-of-type(Odd) .info {
    padding-left: 10rem;
  }
  .index-p-recommend li:nth-of-type(even) .info {
    padding-right: 10rem;
  }
  /*产品*/
  .p-sticky .head-conent {
    height: 4rem;
  }
  .p-sticky .head-wap-btn .dropdown > a {
    margin-left: 0.5rem;
  }
  .p-sticky .head-wap-btn .dropdown > a span.icon {
    width: 2.25rem;
    height: 2.25rem;
    line-height: 2.25rem;
    font-size: 1.125rem;
  }
  /*关于*/
  .about li > div:nth-of-type(Odd) {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
  }
  .about li > div:nth-of-type(even) {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
  }
  .about li:nth-of-type(Odd) .img,
  .about li:nth-of-type(even) .info {
    order: 0;
  }
  .about li:nth-of-type(even) .img,
  .about li:nth-of-type(Odd) .info {
    order: 1;
  }

  /*service*/
  .service-list li:nth-of-type(even) .img {
    order: 1;
  }
  .service-list li:nth-of-type(even) .info {
    order: 0;
  }

  /*新闻2*/
  .news-list2 li:nth-of-type(Odd) .img,
  .news-list2 li:nth-of-type(even) .info {
    order: 0;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
  }
  .news-list2 li:nth-of-type(even) .img,
  .news-list2 li:nth-of-type(Odd) .info {
    order: 1;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
  }
}

@media (min-width: 1200px) {
  .menu-btn {
    display: none !important;
  }
}

@media screen and (min-width: 1600px) {
}

@media screen and (max-width: 1599.98px) {
  /*产品优势*/
  .product-adv-img {
    transform: scale(0.875);
  }
  .product-adv-point .item .info p {
    font-size: 1rem;
  }
  /*产品对比*/
  .contrast-nav a {
    font-size: 1.75rem;
  }
  .contrast .body .item.item-data {
    padding: 4rem 0 2rem;
    font-size: 1.25rem;
  }
  /*文章*/
  .article-body p {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 1399.98px) {
  .navbar-brand > div .wap-hide {
    display: none;
  }
  .head-wap-btn .head-btn-phone {
    display: none;
  }

  /*页脚*/
}

@media screen and (max-width: 1199.98px) {
  :root {
    --head_height: 5rem;
  }
  /*头部导航*/
  .head-btn-contact {
    display: none;
  }

  #head .navbar-nav > li > a {
    font-size: 0.9375rem;
  }
  .head-wap-btn .shop-box,
  .head-wap-btn .shop-p {
    font-size: 0.9375rem;
    padding: 0 1.25rem;
    line-height: 2.375rem;
  }
  #head .navbar-nav .dropdown-menu .container {
    width: 100%;
  }
  /*产品*/

  .product-list li {
    width: calc(33.33% - 1rem);
  }
}

@media screen and (max-width: 991.98px) {
  :root {
    --head_height: 3.5rem;
  }

  /*边距盒子*/
  .padding-box {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .padding-top {
    padding-top: 6rem;
  }
  .padding-bottom {
    padding-bottom: 6rem;
  }
  .small-padding-box {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .small-padding-top {
    padding-top: 4rem;
  }
  .small-padding-bottom {
    padding-bottom: 4rem;
  }
  /*标题*/

  h1,
  .h1 {
    font-size: 1.875rem;
  }
  h2,
  .h2 {
    font-size: 1.5rem;
  }
  h3,
  .h3 {
    font-size: 1.375rem;
  }
  h4,
  .h4 {
    font-size: 1.25rem;
  }
  h5,
  .h5 {
    font-size: 1.125rem;
  }
  h6,
  .h6 {
    font-size: 1rem;
  }
  #head {
    padding-left: 0%;
  }

  .navbar-brand {
    flex: 1 0 0;
    justify-content: center;
    order: 1;
  }

  .head-wap-btn {
    flex: 0 1 auto;
    order: 2;
  }
  .head-wap-btn .shop-box,
  .head-wap-btn .shop-p {
    padding: 0 1.25em;
    font-size: 0.75rem;
    line-height: 2em;
  }
  .wap-menu-btn {
    flex: 0 auto auto;
    order: 0;
  }

  .head-wap-btn .dropdown > a {
    margin-left: 0;
    padding: 0;
  }
  .no-head-bg #head,
  .no-head-bg.top #head {
    padding-top: 0;
    background: #fff;
  }
  .top #head .navbar-nav li > a {
    color: var(--text);
  }
  .top #head .head-wap-btn .dropdown a {
    color: var(--text);
  }

  .top.menu-open #head .navbar-brand,
  .no-head-bg.top #head .navbar-brand {
    -webkit-filter: brightness(1) invert(0);
    filter: brightness(1) invert(0);
  }
  .navbar-brand > div {
    padding-left: 0.75rem;
    font-size: 1.375rem;
  }
  .head-conent {
    padding: 0 1rem 0 0 !important;
    width: 100%;
    justify-content: space-between;
  }

  .head-wap-btn .dropdown > a > div {
    border: none;
  }
  .head-wap-btn .dropdown > a > div {
    width: var(--head_height);
    white-space: nowrap;
  }
  /*wow 时间递增*/
  .wowlist4 .wow:nth-of-type(3n-2) {
    animation-delay: 0.3s;
  }
  .wowlist4 .wow:nth-of-type(3n-1) {
    animation-delay: 0.5s;
  }
  .wowlist4 .wow:nth-of-type(3n) {
    animation-delay: 0.6s;
  }

  .wowlist6 .wow:nth-of-type(4n-3) {
    animation-delay: 0.3s;
  }
  .wowlist6 .wow:nth-of-type(4n-2) {
    animation-delay: 0.5s;
  }
  .wowlist6 .wow:nth-of-type(4n-1) {
    animation-delay: 0.6s;
  }
  .wowlist6 .wow:nth-of-type(4n) {
    animation-delay: 0.7s;
  }
  /*首页bannenr*/
  .banner,
  .banner .swiper-wrapper,
  .banner .swiper-slide,
  .banner .slide-inner,
  .banner .slide-inner a picture {
    height: calc(100vh - var(--head_height)) !important;
  }
  .banner .bigimg .swiper-slide .text .layout-btn {
    font-size: 0.875rem;
  }
  .banner .bigimg .swiper-slide .text .layout-btn > div > span {
    font-size: 0.75rem;
  }

  /*首页产品系列*/
  .index-p-hot {
    gap: 1rem;
  }
  .index-p-hot li {
    width: calc(50% - 0.5rem);
  }
  .index-p-hot li .title {
    font-size: 0.9375rem;
  }
  /*首页推荐*/
  .index-p .item {
    width: 100%;
  }
  .index-p-recommend li {
    margin-top: 0;
  }
  .index-p-recommend li .img {
    position: relative;
    order: 0;
    width: 100%;
  }
  .index-p-recommend li .img:before {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0%;
    left: 0%;
    width: 100%;
    height: 30%;

    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 1) 100%
    );
    transition: all 0.4s;
  }
  .index-p-recommend li .info {
    order: 1;
    width: 100%;
    padding: 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  .index-p-recommend li .info > div {
    width: 100%;
  }
  .index-p-recommend li .info > div.img-small {
    order: 0;
    margin-bottom: 0.5rem;
  }
  .index-p-recommend li .info .img-small img {
    width: 10rem;
  }
  .index-p-recommend li .info > div.title {
    margin-bottom: 0;
    order: 1;
  }
  .index-p-recommend li .info .subtitle {
    font-size: 1.25rem;
  }
  .index-p-recommend li .info .layout-btn {
    order: 3;
    margin-top: 2rem;
  }
  /*首页为什么*/
  .index-way li {
    width: calc(50% - 1.5rem);
  }
  .index-way img {
    height: 3rem;
  }
  .index-way p {
    font-size: 0.9375rem;
  }
  /*首页优势*/
  .index-adv-box {
    background: var(--grey_bg2);
  }
  .index-adv-box .h1 {
    display: none;
  }
  .index-adv .img {
    order: 0;
    width: 100%;
    height: auto;
  }
  .index-adv .img img {
    width: 100%;
    height: auto;
  }
  .index-adv .info {
    order: 1;
    padding: 2rem 0;
    width: 100%;
    height: auto;
    text-align: center;
  }
  .index-adv .info .line {
    display: none;
  }
  .index-adv .adv-btn {
    margin-top: 2rem;
    width: 100% !important;
  }
  .index-adv .adv-btn div {
    display: inline-block;
    margin: 0 0.5rem;
  }
  /*首页订阅*/
  .subscribe .info {
    width: 100%;
    padding: 3rem 2rem 4rem;
  }
  .subscribe .info form {
    margin-top: 1.5rem;
    display: flex;
    border-radius: 0.5rem;
    overflow: hidden;
  }
  .subscribe .info form input {
    border-radius: 0.5rem 0 0 0.5rem;
  }
  .subscribe .info form button {
    display: block;
    padding: 0 1.5em;
    flex-shrink: 0;
    background: var(--dark);
    font-size: 0.9375rem;
    border: nonr;
    color: #fff;
  }
  .subscribe .info .label {
    margin-top: 1rem;
    padding-left: 1.5rem;
    font-size: 0.875rem;
  }
  .subscribe .img {
    width: 100%;
  }
  .subscribe .img img {
    width: 100%;
    min-height: 100%;
  }
  /*手机端页面粘性按钮*/
  body:not(.top) .page-sticky {
    opacity: 1;
    visibility: visible;
    transition: all 0.4s;
  }
  /*页脚*/
  #foot {
    padding: 2rem 0;
  }
  #foot .container {
    flex-wrap: wrap;
  }
  #foot .container .left {
    display: none;
  }
  #foot .container .right {
    width: 100%;
  }
  #foot .foot-nav {
    flex-wrap: wrap;
    gap: 0;
  }
  #foot .foot-nav li {
    width: 100%;
    border-bottom: 1px solid var(--border_colour);
  }
  #foot .foot-nav li > a {
    display: none;
  }
  #foot .foot-nav button {
    position: relative;
    display: block;
    font-size: 1rem;
    line-height: 3rem;
  }
  #foot .foot-nav button:after {
    content: "\b23";
    position: absolute;
    top: 0%;
    right: 0.5rem;
    font-family: "iconfont" !important;
    font-size: 16px;
    line-height: 3rem;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: rotate(45deg);
    transition: all 0.4s;
  }
  #foot .foot-nav button:not(.collapsed):after {
    content: "\b23";
    transform: rotate(0deg);
  }
  #foot .foot-nav a {
    padding-left: 1rem;
    font-size: 0.875rem;
  }
  #foot .foot-nav a:last-of-type {
    margin-bottom: 0.5rem;
  }
  #foot .foot-nav li .btn {
    padding: 0 1.5em;
    font-size: 0.875rem;
    margin-bottom: 1rem;
  }
  #foot .foot-nav li.foot-code {
    margin-top: 2rem;
    display: inline-block;
    width: 8rem;
    border-bottom: 0;
  }
  .foot-bottom {
    flex-wrap: wrap;
  }
  .foot-bottom > div {
    width: 100%;
  }
  .foot-bottom > div.foot-media {
    margin-top: 1rem;
  }
  .foot-text p {
    font-size: 0.875rem;
  }
  /*内页*/
  .inside-subnav {
    gap: 1rem;
    margin-top: 1rem;
  }
  .inside-subnav a {
    font-size: 1rem;
  }
  .inside-subnav a.active:before {
    height: 0.125rem;
  }
  /*关于*/
  .about ul {
    gap: 3rem;
  }
  .about .info {
    order: 1;
    width: 100%;
    padding-top: 2rem;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
  }
  .about .info p {
    font-size: 1rem;
  }
  .about .img {
    order: 0;
    width: 100%;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
  }
  #history .row > div {
    margin-bottom: 1rem;
  }
  .history-time .swiper-slide div {
    font-size: 1.125rem;
  }
  .history {
    margin-top: 0;
  }
  .history .swiper-slide {
    flex-wrap: wrap;
  }
  .history .img {
    width: 100%;
  }
  .history .info {
    margin-top: 2rem;
    width: 100%;
  }
  .history .info p {
    margin-left: 1.5rem;
    font-size: 1rem;
  }
  .culture .img {
    margin-top: 2rem;
  }
  .culture .info {
    padding-top: 2rem;
  }
  /*产品优势*/
  .product-adv-point .item:before,
  .product-adv-point .item:after {
    display: none !important;
  }
  .product-adv-point .item.active .point .icon {
    color: var(--colour1);
    border: 1px solid var(--colour1);
  }
  .product-adv-point .item .info {
    display: none !important;
  }

  .product-adv-colour .colour {
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
  }
  .product-adv-colour .colour:before {
    width: 0.75rem;
    height: 0.375rem;
    border-left: 0.125rem solid #fff;
    border-bottom: 0.125rem solid #fff;
  }
  .product-adv-point-info {
    display: block;
  }
  /*产品参数详情*/
  .product-d .list {
    width: 100%;
  }
  .product-d .list li {
    padding: 0.75rem 0;
    font-size: 1rem;
  }
  .product-d .list li :first-of-type {
    width: 6rem;
  }
  .product-d .other {
    order: 2;
    width: 100%;
  }
  .product-d a.text-link {
    margin-bottom: 2.5rem;
  }
  /*产品对比*/
  .contrast-nav a {
    font-size: 1.25rem;
  }
  .contrast .body .item.item-data {
    padding: 3rem 0 1.5rem;
    font-size: 0.875rem;
  }
  .contrast .head > div,
  .contrast .body .item > div {
    width: 40%;
  }
  .contrast .head > div:last-of-type,
  .contrast .body .item > div:last-of-type {
    display: none;
  }

  /*文章*/
  .article-body p {
    font-size: 1rem;
  }
  /*合作*/
  .dealer .right {
    order: 0;
    width: 100%;
  }
  .dealer .right p {
    font-size: 0.9375rem;
  }
  .dealer .left {
    order: 1;
    width: 100%;
  }
  .dealer .bottom {
    order: 2;
    width: 100%;
  }
}

@media screen and (max-width: 767.98px) {
  /*边距盒子*/
  .padding-box {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .padding-top {
    padding-top: 4rem;
  }
  .padding-bottom {
    padding-bottom: 4rem;
  }
  .small-padding-box {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .small-padding-top {
    padding-top: 3rem;
  }
  .small-padding-bottom {
    padding-bottom: 3rem;
  }
  .container {
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .row {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  /*wow 时间递增*/
  .wowlist6 .wow:nth-of-type(3n-2) {
    animation-delay: 0.3s;
  }
  .wowlist6 .wow:nth-of-type(3n-1) {
    animation-delay: 0.5s;
  }
  .wowlist6 .wow:nth-of-type(3n) {
    animation-delay: 0.6s;
  }
  /*首页经销商*/
  .index-dealer > div {
    width: 100%;
  }
  .index-dealer .info {
    padding: 3rem 10%;
  }
  /*首页新闻*/
  .index-news .img {
    border-radius: 1rem;
    overflow: hidden;
    margin-bottom: 1.5rem;
  }
  .index-news .info {
    position: static;
    width: 100%;
    padding: 0;
  }
  .index-news .info .title,
  .index-news .info p {
    color: var(--title);
  }
  /*按钮*/
  .layout-btn {
    max-width: 11rem;
  }
  .layout-btn > div > span {
    font-size: 0.75rem;
  }

  /*内页banner*/
  .inside-banner picture,
  .inside-banner img {
    min-height: 65vw;
  }
  /*关于*/
  /*责任*/
  .responsibility li .bg {
    width: 100%;
    height: 75vw;
  }
  .responsibility li .info {
    position: static;
    top: 40%;
    z-index: 2;
    width: 100%;
    padding: 3rem 2rem;
    transform: translate(0%, 0%);
  }
  .responsibility li .info p {
    font-size: 0.9375rem;
  }

  /*产品*/
  .product-banner {
    width: 100%;
    height: calc(100% - var(--head_height));
  }
  /*产品对比*/
  .contrast .head,
  .contrast .body .item {
    flex-wrap: wrap;
  }
  .contrast .head select {
    width: 100%;
    font-size: 0.875rem;
  }
  .contrast .body .item .product-show {
    margin: 1rem 0 0;
  }
  .contrast .body .item.item-data {
    padding: 2.5rem 0 1rem;
    font-size: 0.875rem;
  }
  .contrast .head > div,
  .contrast .body .item > div {
    width: 50%;
  }
  .contrast .head > div,
  .contrast .body .item.item-data > div {
    width: 48%;
  }
  .contrast .body .item.item-data > div {
    text-align: left;
  }
  .contrast .head > div:first-of-type,
  .contrast .body .item > div:first-of-type {
    width: 100%;
  }
  .contrast-tips {
    margin-top: 2rem;
    padding: 1.5rem;
  }
  /*新闻*/
  .news-list li {
    width: 100%;
    margin-top: 1rem;
  }
  .news-list li .time {
    left: 1rem;
    top: 1rem;
    padding: 0.5rem;
    line-height: 1.25em;
  }
  .news-list li .time div {
    font-size: 1.25rem;
  }
  .news-list li .time span {
    font-size: 0.75rem;
  }
  .news-list li .info .summary {
    font-size: 0.875rem;
  }
  .news-list2 li .img {
    margin-bottom: 1.5rem;
    width: 100%;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
  }
  .news-list2 li .info {
    width: 100%;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
  }
  .news-list2 li .time {
    margin-bottom: 0rem;
  }
  .news-list2 li .summary {
    font-size: 0.9375rem;
  }
  .news-list2 li .layout-btn {
    margin-top: 1.5rem;
  }
  /*文章*/
  .article-body p {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 565.98px) {
  /*wow 时间递增*/
  .wowlist6 .wow:nth-of-type(Odd) {
    animation-delay: 0.3s;
  }
  .wowlist6 .wow:nth-of-type(even) {
    animation-delay: 0.5s;
  }
}