@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;
  }
  /*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;
  }
  /*关于*/

  /*产品*/
  .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;
  }
  /*way2*/
  .content-list .swiper-button-prev,
  .content-list .swiper-button-next {
    opacity: 0;
    transition: all 0.4s;
  }
  .content-list:hover .swiper-button-prev,
  .content-list:hover .swiper-button-next {
    opacity: 1;
  }
  .content-list .swiper-button-prev.swiper-button-disabled,
  .content-list .swiper-button-next.swiper-button-disabled {
    opacity: 0;
  }
  /*service*/
  .service-list li:nth-of-type(even) .img {
    order: 1;
  }
  .service-list li:nth-of-type(even) .info {
    order: 0;
  }
}

@media (min-width: 1200px) {
  .menu-btn {
    display: none !important;
  }
}

@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;
  }
  /*产品列表*/
  .show-subnav .product-list li {
    width: calc(50% - 0.625rem);
  }
  .hide-subnav .product-list li {
    width: calc(33.33% - 0.75rem);
  }

  .show-subnav .inside-news li {
    width: calc(50% - 0.625rem);
  }

  .show-subnav .support-list li {
    width: 100%;
  }
  .support-list li a {
    position: relative;
    padding-right: 5.5rem;
  }
  .support-list li a img {
    position: absolute;
    top: 1.75rem;
    right: 1.5rem;
  }

  .inside-swiper .swiper-slide {
    padding: 3rem;
  }
  /*技术*/
  .show-subnav .equipment-list li {
    width: calc(33.33% - 0.75rem);
  }
  .show-subnav .project-list li {
    width: calc(50% - 0.625rem) !important;
  }
  /*关于*/
  .show-subnav .about .img {
    order: 0;
    width: 100%;
    margin-bottom: 2rem;
  }
  .show-subnav .about .info {
    order: 1;
    width: 100%;
  }
}

@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%;
  }

  /*品牌*/
  .index-cooperation .content a {
    width: calc(20% - 0.4375rem);
    padding-bottom: 12%;
  }
  .show-subnav .index-cooperation .content a {
    width: calc(25% - 0.4rem);
    padding-bottom: 15%;
  }
  /*产品*/
  .product-list li {
    width: calc(33.33% - 1rem);
  }
}

@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 .bigimg .swiper-slide .slide-inner picture,
  .banner .bigimg .swiper-slide .slide-inner img {
    height: auto;
  }
  /*首页*/
  .index-about {
    flex-wrap: wrap;
  }
  .index-about .info {
    order: 1;
    width: 100%;
  }
  .index-about .img {
    order: 0;
    width: 100%;
    margin-bottom: 2rem;
  }
  /*首页应用*/
  .index-app-head,
  .index-solution-head {
    flex-wrap: wrap;
  }
  .index-app-head .layout-btn,
  .index-solution-head .layout-btn {
    margin-top: 1.5rem;
  }
  .index-app-list {
    display: none;
  }
  .index-app-swiper {
    display: block;
  }
  .index-solution-list {
    gap: 1rem;
  }
  .index-solution-list li {
    width: calc(50% - 0.5rem);
  }
  .index-solution-list .title {
    padding: 0.5rem 1rem;
    font-size: 0.9375rem;
  }
  .index-solution-list .summary {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    line-height: 1.5em;
  }
  .solution-container .swiper-slide {
    padding: 3rem;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 2rem;
  }
  .solution-container .swiper-slide .img {
    order: 0;
    width: 100%;
  }
  .solution-container .swiper-slide .info {
    order: 1;
    width: 100%;
  }

  .solution-container .swiper-slide .info .summary {
    font-size: 0.875rem;
  }
  .solution-container .swiper-slide .info .layout-btn {
    margin-top: 2rem;
  }
  /**/
  .index-cooperation .content a,
  .show-subnav .index-cooperation .content a {
    width: calc(25% - 0.4125rem);
    padding-bottom: 16%;
  }
  /*页脚*/
  #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;
  }
  /*内页banner*/
  .inside-banner {
    display: flex;
    flex-wrap: wrap;
  }
  .inside-banner .info {
    order: 2;
    position: static;
    width: 100%;
  }
  .inside-banner .info > div {
    padding: 5%;
    border-radius: 0;
    background: var(--colour1);
  }
  .inside-banner .info .layout-btn {
    display: none;
  }
  .inside-banner .info p {
    margin-bottom: 0;
    font-size: 0.875rem;
  }
  .inside-banner .img img {
    min-height: 12rem;
  }
  /*产品列表*/
  .product-list li {
    width: calc(50% - 1rem);
  }
  .product-list li {
    width: calc(50% - 1rem);
  }
  .inside-swiper .swiper-slide {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
  }
  .inside-swiper .swiper-slide .img {
    order: 0;
    width: 100%;
  }
  .inside-swiper .swiper-slide .info {
    order: 1;
    width: 100%;
  }
  .inside-swiper .swiper-slide .info .summary {
    font-size: 0.875rem;
  }
  .inside-news li {
    width: calc(50% - 0.625rem);
  }
  .support-list li a {
    position: relative;
    padding-right: 5.5rem;
  }
  .support-list li a img {
    position: absolute;
    top: 1.75rem;
    right: 1.5rem;
  }
  .product-summary .info {
    width: 100%;
  }
  .product-summary .data-list-box {
    width: 100%;
    margin-top: 2rem;
  }
  /*产品详情*/
  .product-head,
  .product-summary,
  .product-parameter {
    width: auto;
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .product-head {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  /*技术*/
  .technology-data li div {
    font-size: 0.875rem;
    line-height: 1.5em;
  }
  .laboratory {
    gap: 1.25rem;
  }
  .laboratory li {
    width: calc(50% - 0.625rem);
  }
  .laboratory li .title {
    padding: 0.75rem 1rem;
    font-size: 1rem;
  }
  .laboratory li p {
    font-size: 0.875rem;
    margin: 0 1rem;
  }
  /*团队*/
  .team-info {
    background: right -20% center no-repeat url(../images/team.svg) var(--grey_bg);
    background-size: auto 150%;
  }
  /*新闻*/
  .article .article-head {
    width: 100%;
  }
  .article-body {
    width: 100%;
  }
  .article-other {
    margin-top: 2rem;
    width: 100%;
  }
  .article-other li {
    padding: 1.5rem 0;
  }
}

@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;
  }

  /*首页应用*/
  .index-app-swiper a {
    border-radius: 0;
  }
  .solution-container .swiper-slide {
    padding: 1.5rem;
  }
  /*品牌*/
  .index-cooperation .content a,
  .show-subnav .index-cooperation .content a {
    width: calc(33.33% - 0.4375rem);
    padding-bottom: 20%;
  }
  /*产品*/
  .product-head {
    flex-wrap: wrap;
  }

  .inside-swiper .swiper-slide {
    padding: 2rem;
  }
  .inside-news li {
    width: 100% !important;
  }
  /*技术*/
  .technology-data {
    gap: 1rem;
  }
  .technology-data li {
    width: calc(50% - 0.5rem);
  }
  .equipment-list li {
    width: calc(50% - 0.625rem) !important;
  }
  .project-list li {
    width: calc(50% - 0.625rem) !important;
  }
  /*关于*/
  .about-data > div {
    width: calc(50% - 0.5625rem);
  }
  .team li {
    width: calc(50% - 0.5625rem);
  }
  .business-content ul li {
    width: calc(50% - 0.5625rem);
  } /*团队*/
  .team-info {
    background: var(--grey_bg);
  }

  /*文章详情*/
  .article .article-head {
    padding: 2rem 1.5rem 1rem;
  }
  .article-body {
    padding: 1.5rem;
  }
  .article-page a.left,
  .article-page a.right {
    width: 100%;
    margin-top: 2%;
  }
  /*加入*/
  .contact-list li {
    width: 100%;
  }
  .join-content > div {
    padding: 2rem 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;
  }
  /**/
  .laboratory {
    gap: 1.25rem;
  }
  .laboratory li {
    width: 100%;
  }
  /*关于*/
  .about-data > div {
    width: 100%;
  }
}
