@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;
  }
}

@media (min-width: 992px) {
  .wap-bottom-nav {
    display: none;
  }

  /*服务*/
  .service-list li:nth-of-type(odd) .img {
    order: 0;
    visibility: visible;
    animation-name: fadeInLeft;
  }
  .service-list li:nth-of-type(odd) .info {
    order: 1;
    visibility: visible;
    animation-name: fadeInRight;
  }
  .service-list li:nth-of-type(even) .img {
    order: 1;
    visibility: visible;
    animation-name: fadeInRight;
  }
  .service-list li:nth-of-type(even) .info {
    order: 0;
    visibility: visible;
    animation-name: fadeInLeft;
  }
}

@media (min-width: 1200px) {
  .menu-btn {
    display: none !important;
  }
  /*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;
  }
}

@media screen and (min-width: 1600px) {
}

@media screen and (max-width: 1599.98px) {
  /*页脚*/
  #foot .foot-nav a,
  #foot .foot-contact p {
    font-size: 1rem;
  }
}

@media screen and (max-width: 1399.98px) {
  .navbar-brand > div .wap-hide {
    display: none;
  }
  .head-wap-btn .head-btn-phone {
    display: none;
  }
  /*首页应用*/
  .solution-container .swiper-slide {
    padding: 4rem 6rem;
  }
  /*页脚*/
  #foot .foot-nav a,
  #foot .foot-contact p {
    font-size: 0.9375rem;
  }
}

@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 .dropdown > a {
    font-size: 0.875rem;
  }
  #head .navbar-nav .dropdown-menu .container {
    width: 100%;
  }

  /*产品*/

  .product-list li {
    width: calc(33.33% - 1rem);
  }
  /*解决方案*/
  .solution-list li {
    width: calc(33.33% - 1rem);
  }
  .solution-list li a .info {
    padding: 1.5rem 1rem;
  }
  .solution-list li a .info .title {
    font-size: 0.9375rem;
  }
  /*下载*/
  .inside-file li {
    width: calc(33.33% - 1rem);
  }
  /* 新闻 */
  .news-list.news-column li {
    width: calc(33.33% - 1rem);
  }
  .news-list.news-column li .title {
    font-size: 1rem;
  } /*全球*/
  .network-list {
    gap: 1.25rem;
  }
  .network-list li {
    width: calc(33.33% - 0.875rem);
  }
}

@media screen and (max-width: 991.98px) {
  :root {
    --head_height: 3rem;
  }

  /*边距盒子*/
  .padding-box {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .padding-top {
    padding-top: 5rem;
  }
  .padding-bottom {
    padding-bottom: 5rem;
  }
  .small-padding-box {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .small-padding-top {
    padding-top: 3rem;
  }
  .small-padding-bottom {
    padding-bottom: 3rem;
  }
  /*标题*/

  h1,
  .h1 {
    font-size: 2.5rem;
  }
  h2,
  .h2 {
    font-size: 2rem;
  }
  h3,
  .h3 {
    font-size: 1.5rem;
  }
  h4,
  .h4 {
    font-size: 1.375rem;
  }
  h5,
  .h5 {
    font-size: 1.25rem;
  }
  h6,
  .h6 {
    font-size: 1rem;
  }
  p {
    margin-bottom: 1em;
    font-size: 0.875rem;
    line-height: 1.5em;
    color: var(--text);
  }
  #head {
    padding-left: 0%;
  }

  .navbar-brand {
    flex: 1 0 0;
    justify-content: center;
    order: 1;
  }

  .head-wap-btn {
    flex: 0 1 auto;
    order: 2;
  }
  .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.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;
  }
  #menu-modal .modal-header {
    padding-right: 3.25rem;
  }
  #menu-modal .modal-header .navbar-brand img {
    height: 50%;
  }
  .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;
  }
  /**/
  .layout-btn {
    height: 3em;
    line-height: 1.5em;
  }
  .layout-btn > div {
    padding: 0 2rem;
  }
  /*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;
  }
  /*banner*/
  #banner-container .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    background: var(--colour1);
  }
  #banner-container .swiper-slide .info {
    position: static;
    width: 100%;
    order: 1;
    display: flex;
    align-items: flex-start;
  }
  #banner-container .swiper-slide .info > div {
    padding: 2rem;
    border-radius: 0;
    background: var(--colour1);
    box-shadow: none;
    backdrop-filter: blur(12px) saturate(50%);
  }
  #banner-container .swiper-slide .summary {
    font-size: 0.875rem;
  }
  #banner-container .swiper-slide .info .layout-btn {
    margin-top: 2rem;
  }
  #banner-container .swiper-slide img {
    order: 0;
    width: 100%;
  }
  #banner-nav .swiper-slide {
    padding: 0.75rem 0;
  }
  /*首页*/
  .index-products .swiper-slide .info {
    position: static;
    padding: 0.5rem 0;
    width: 100%;
    height: auto;
    color: var(--text);
    opacity: 1;
    background: none;
  }
  .index-products .swiper-slide .info span {
    font-weight: normal;
    font-size: 0.875rem;
    color: var(--text);
  }
  /*关于*/
  .index-about a {
    width: 100%;
  }
  .index-about a .img {
    border-radius: 0.5rem;
    overflow: hidden;
  }
  .index-about a .info {
    position: static;
    height: auto;
    padding: 2rem 1.5rem;
    display: block;
    text-align: left;
    color: var(--text);
    background: #fff;
    opacity: 1;
  }
  .index-about a .info .title {
    font-size: 1.25rem;
    color: var(--colour1);
  }
  /*页脚*/
  #foot {
    padding: 3rem 1rem 1rem;
  }
  #foot .foot-wap {
    width: 100%;
    text-align: center;
  }

  #foot .foot-left {
    width: 100%;
  }
  #foot .foot-right {
    display: none;
  }
  #foot .foot-logo {
    width: 100%;
    margin-bottom: 1.5rem;
    text-align: center;
  }
  #foot .foot-logo img {
    display: inline-block;
    width: 12rem;
  }
  #foot .foot-contact {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    text-align: center;
  }
  #foot .foot-follow,
  #foot .foot-share {
    margin-bottom: 0;
    width: 100%;
    max-width: none;
    display: inline-block;
    text-align: center;
  }

  #foot .foot-copyright,
  #foot .foot-clause {
    width: 100%;
    text-align: center;
  }
  #foot .foot-clause a:first-of-type {
    margin-left: 0;
  }

  #foot .foot-contact div {
    text-align: center;
  }
  #foot .foot-language {
    text-align: center !important;
  }

  /*内页*/
  .breadcrumb {
    display: none;
    padding: 0.75rem 1rem;
  }
  .breadcrumb a:after {
    font-size: 0.75rem !important;
  }
  .page-title {
    display: none;
  }
  .page-title .title {
    font-size: 1.25rem;
  }
  .page-title .nav-menu-btn {
    display: none !important;
  }
  .page-content.show-subnav .content-left,
  .page-content.hide-subnav .content-left {
    display: none !important;
    width: 0;
    padding-left: 0;
    padding-right: 0;
    border-right: 1px solid rgba(0, 0, 0, 0);
    overflow: hidden;
  }
  .page-content .content-right {
    width: 100% !important;
    border-top: none;
  }
  /*关于*/
  .about .left {
    width: 100%;
  }
  .about .right {
    padding-top: 2.5rem;
    width: 100%;
  }
  .about-business-head {
    text-align: left !important;
  }
  .about-business {
    flex-wrap: wrap;
    gap: 1.25rem 0;
  }
  .about-business li,
  .about-business li:hover {
    display: flex;
    flex-wrap: wrap;
    width: 100% !important;
  }
  .about-business li .bg,
  .about-business li.active .bg {
    order: 0;
    height: 50vw;
    filter: grayscale(0);
  }
  .about-business li .info {
    order: 1;
    position: static;
    height: auto;
    padding: 2rem 1.5rem;
    color: var(--text);
    background: var(--grey_bg);
  }
  .about-business li .info .title {
    opacity: 1;
    color: var(--colour1) !important;
    transform: translate(0%, 0%);
  }
  .about-business li .info .summary,
  .about-business li .info p {
    opacity: 1;
    color: var(--text);
    transform: translate(0%, 0%);
  }
  /*关于*/
  #product-img {
    order: 1;
    width: 100%;
  }
  #product-small-img {
    margin-top: 0.5rem;
    order: 1;
    width: 100%;
  }
  .product-box .right .layout-btn {
    height: 2.75rem;
    margin-bottom: 0.25rem;
  }
  .product-box > div {
    flex-wrap: wrap;
    padding: 2rem 1rem;
  }
  .product-box .left {
    width: 100%;
  }
  .product-box .right {
    width: 100%;
    padding: 2.5rem 0;
  }
  .product-d .container {
    flex-wrap: wrap;
  }
  .product-d .container .left {
    width: 100%;
  }
  .product-d .container .right {
    width: 100%;
    padding-top: 2rem;
    margin-left: 0;
  }
  /*新闻*/
  .article .article-head {
    width: 100%;
  }
  .article-body {
    width: 100%;
  }
  .article-other {
    margin-top: 2rem;
    width: 100%;
  }
  .article-other li {
    padding: 1.5rem 0;
  }
  /*下载*/
  .inside-file {
    gap: 1.25rem 1rem;
  }
  .inside-file li {
    width: calc(50% - 0.5rem);
  }
  /*faq*/
  #faqList .panel .panel-heading a {
    padding: 1.125rem 3rem 1.125rem 1rem;
    font-size: 0.9375rem;
  }
  #faqList .panel .panel-heading a.accordion-toggle.collapsed {
    padding: 1.125rem 3rem 1.125rem 0;
  }
  #faqList .panel-body {
    padding: 2rem 1rem;
  } /* 新闻 */
  .news-list.news-column li {
    width: calc(50% - 1.125rem);
  }
  .news-list.news-column li .title {
    font-size: 0.9375rem;
  }
  /*联系*/
  .contact-info {
    padding: 2.5rem 1.5rem;
    gap: 1rem 2rem;
  }
  .contact-info p {
    width: calc(50% - 1rem);
  }
  /*全球*/
  .network-list {
    gap: 1.25rem;
  }
  .network-list li {
    width: calc(50% - 0.625rem);
  }
}

@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%;
  }
  /*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;
  }

  /*按钮*/
  .layout-btn {
    max-width: 11rem;
  }
  .layout-btn > div > span {
    font-size: 0.75rem;
  }

  /*内页公共*/
  .inside-banner picture,
  .inside-banner img {
    min-height: 55vw;
  }

  /*关于*/
  .culture-list {
    flex-wrap: wrap;
  }
  .culture-list li {
    width: 100%;
  }
  /*产品*/
  .page-head {
    justify-content: flex-end;
  }
  .page-head .info {
    display: none;
  }
  .page-head .select > a {
    height: 2.75rem;
    line-height: 2.75rem;
    font-size: 0.9375rem;
  }
  .page-head .select > div a {
    font-size: 0.875rem;
  }
  .product-list {
    gap: 1.125rem;
  }
  .product-list li {
    width: calc(50% - 0.5625rem);
  }
  .product-details .nav {
    padding: 0.5rem 1rem;
  }
  .product-details .content {
    padding: 2.5rem 0;
  }
  .product-details .content .h5 {
    line-height: 1em;
  }
  .product-details table,
  .product-details table p {
    font-size: 0.875rem;
  }
  .product-details table td {
    padding: 0.5rem 0.75rem;
  }
  /*解决方案*/
  .solution-list {
    gap: 1.25rem;
  }
  .solution-list li {
    width: calc(50% - 0.625rem);
  }
  /*服务*/
  .service-list li .img {
    width: 100%;
  }
  .service-list li .info {
    padding-top: 2rem;
    width: 100%;
  }
  /*下载*/
  .inside-file li {
    width: 100%;
  }
  /*新闻*/
  .page-head .news-btn {
    display: none;
  }
  .contact-info p {
    width: 100%;
  }
  /*feedback*/
  #feedback .row {
    gap: 1rem 0;
  }
}
@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;
  }
  .inside-swiper {
    margin-top: 2rem;
  }
  .inside-swiper .swiper-slide {
    width: calc(100vw - 2rem);
  } /*解决方案*/
  .solution-list li {
    width: 100%;
  }
  .news-list.news-column li {
    width: 100%;
  }
  /*全球*/
  .network-list {
    gap: 1rem;
  }
  .network-list li {
    width: 100%;
  }
}
