@charset "utf-8";

/* CSS Document */

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

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

@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) {
  /*产品*/
  .hide-subnav .product-list li {
    width: calc(25% - 0.875rem);
  }
}

@media screen and (max-width: 1399.98px) {
}

@media screen and (max-width: 1199.98px) {
  :root {
    --head_height: 4rem;
  }
  .container {
    width: calc(100% - 2rem);
  }
  /*头部导航*/

  #head .wap-menu-btn {
    order: 0 !important;
    display: block !important;
  }
  #head .navbar-brand {
    order: 1 !important;
  }
  #head .navbar-collapse {
    display: none !important;
  }

  .head-wap-btn {
    order: 4;
  }
  #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-about .right {
    width: 60%;
  } /*首页方案*/
  .index-solution-list2 li {
    width: calc(50% - 0.625rem);
  }/*内页导航*/
  .anchor-box {
    flex-wrap: wrap;
  }
  .anchor-nav {
    position: sticky;
    top: var(--head_height);
    z-index: 10;
    width: 100%;
    max-width: none;
    min-width: auto;
  }
  .anchor-link {
    padding: 0;
  }
  .anchor-link a.btn {
    padding: 2rem 2rem 0;
  }
  .anchor-link a.btn:before {
    content: "\b22";
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 1rem;
    top: 50%;
    display: inline-block;
    margin-top: -0.75rem;
    transition: all 0.4s;
  }
  .anchor-link a.btn:not(.collapsed):before {
    transform: rotate(-180deg);
  }

  .anchor-nav ul {
    flex-direction: row;
    padding: 1rem 2rem 1rem;
    border-bottom: 1px solid var(--border_colour);
  }
  .anchor-nav ul li {
    padding: 0;
    margin: 0;
  }
  .anchor-nav ul li a {
    padding: 0;
    line-height: 2.5em;
  }
  .anchor-content {
    width: 100%;
    margin-left: 0;
    padding: 0 2rem;
  }
  /*内页结构*/
  .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;
  }
  .content-right .nav-menu-btn {
    display: none;
  }
  /*产品*/
  .product-list li {
    width: calc(33.33% - 1rem);
  }
  .product-filter {
    padding: 2rem 0;
  }
  .hide-subnav .filter-top .title {
    padding-left: 0;
  }
}

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

  /*边距盒子*/
  .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;
  }
  /*标题*/

  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%;
  }

  #head .head-wap-btn {
    order: 4 !important;
  }
  #head .head-wap-btn .head-btn-store,
  #head .head-wap-btn .head-btn-language {
    display: none;
  }
  .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;
  }

  .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;
    transform: translate(0%, 0%);
  }
  #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;
    background: var(--grey_bg);
  }
  #banner-container .swiper-slide .info .layout-btn:after {
    background: #fff;
  }
  #banner-container .swiper-slide .info .layout-btn:before {
    background: var(--colour2);
  }
  #banner-container .swiper-slide .info .layout-btn > div > span:first-of-type {
    color: var(--colour1);
  }
  #banner-container .swiper-slide .info .layout-btn > div > span:last-of-type {
    color: #fff;
  }

  #banner-container .swiper-slide img {
    order: 0;
    width: 100%;
  }
  #banner-nav .swiper-slide {
    padding: 0.75rem 0;
  }
  /*首页关于*/
  .index-about {
    flex-wrap: wrap;
    gap: 3rem;
  }
  .index-about .info {
    order: 0;
    width: 100%;
  }
  .index-about .right {
    order: 1;
    width: 100%;
  }
  /*首页广告*/
  .index-assess .img {
    display: none;
  }
  .index-assess .info {
    max-width: 90%;
  }
  /*首页评估*/
  .index-service {
    flex-wrap: wrap;
    gap: 1rem;
  }
  .index-service li {
    width: 100%;
  }
  .index-service li a {
    padding: 1rem 1.5rem;
  }
  /*首页新闻*/
  .index-news {
    flex-wrap: wrap;
    gap: 2rem;
  }
  .index-news .left {
    width: 100%;
  }
  .index-news .right {
    width: 100%;
  }
  .index-news .nav-tabs .nav-link {
    font-size: 1rem;
  }
  .index-news dt img {
    max-width: 18rem;
  }
  /*页脚*/
  #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-content .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  /*内页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 .title {
    color: #fff;
  }
  .inside-banner .info p {
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #fff;
  }

  /*产品表格*/
  #products {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  /*产品列表*/
  .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 {
    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;
  }
  .product-summary .info {
    width: 100%;
  }
  .product-summary .data-list-box {
    width: 100%;
    margin-top: 2rem;
  }

  .filter-modal-list .form-check-label {
    width: calc(33.33% - 1.375rem);
  }
  .product-filter {
    padding: 2rem 1rem;
  }
  .dataTable .item-body.collapse,
  .dataTable .item-body.collapsing {
    background: #fff;
  }

  /*解决方案*/
  .solution-body {
    flex-wrap: wrap;
  }
  .solution-body .img {
    width: 100%;
  }
  .solution-body .info {
    width: 100%;
    border-left: none;
    border-top: 1px solid var(--border_colour);
  }
  .solution-p-list li:last-of-type > a,
  .solution-a-list li:last-of-type {
    border-bottom: none;
  }

  .inside-file li {
    width: calc(50% - 0.75rem);
  }
  .inside-file li a {
    padding: 1.25rem 1rem;
  }
  .inside-file li a .icon {
    width: 2.25rem;
  }
  /*服务支持*/
  .service-nav {
    gap: 1.5rem;
  }
  .service-nav li {
    width: calc(50% - 0.75rem);
  }
  .service-nav li .top {
    gap: 1rem;
  }
  .service-nav li .top img {
    width: 2.5rem;
  }
  .service-idea li .top img {
    width: 2.5rem;
  }
  .faq {
    gap: 1rem;
  }
  .faq li {
    border-radius: 0.5rem;
  }
  .faq li > a {
    padding: 1rem;
  }
  .faq li > a:after {
    font-size: 1rem;
  }
  .pdf-search {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .pdf-list {
    border: none;
    border-radius: 0;
    overflow: hidden;
  }
  .pdf-list .top {
    display: none;
  }
  .pdf-list .content {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .pdf-list .content li {
    flex-wrap: wrap;
    width: 100%;
    border: 1px solid var(--border_colour);
    border-radius: 0.5rem;
  }
  .pdf-list .content li .item,
  .pdf-list .content li .item a {
    width: 100%;
    padding-bottom: 0;
    font-weight: bold;
    color: var(--colour1);
  }
  .pdf-list .type,
  .pdf-list .size,
  .pdf-list .time {
    width: auto;
    border-left: 0;
    padding-top: 0 !important;
    color: var(--small_text);
  }
  .pdf-list .table-pag {
    margin: 1rem 0;
  }
  /*新闻*/
  .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%;
    padding-left: 0;
    padding-right: 0;
  }
  /*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-adv {
    padding-top: 2rem;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .index-adv .img {
    width: 6rem;
  }
  .index-adv .info {
    width: 100%;
  }
  .index-adv .right {
    margin-top: 1rem;
  }
  /*首页方案*/
  .index-solution-head .info a {
    font-size: 0.9375rem;
  }
  .index-solution-head .info a .icon {
    font-size: 0.875rem;
  }
  .index-solution-list li {
    width: 100%;
  }
  .index-solution-list2 {
    gap: 1rem;
  }
  .index-solution-list2 li {
    width: 100%;
  }
  /*首页应用*/
  .index-app-swiper a {
    border-radius: 0;
  }
  .solution-container .swiper-slide {
    padding: 1.5rem;
  }
  /*内页*/
  .inside-banner .img img {
    min-height: 15rem;
  }
  .product-filter {
    padding: 2rem 1rem 0rem;
  }
  .filter-top .right a {
    padding: 0 1em;
    line-height: 2rem;
  }
  .filter-box {
    display: none;
  }
  #filter-modal .modal-header {
    padding: 1rem;
  }
  #filter-modal a.filter-reset-all {
    padding: 0 1em;
    line-height: 2rem;
  }
  .modal-header .close {
    padding: 0;
    margin: 0 0 0 1rem;
  }
  #filter-modal .modal-body {
    max-height: calc(100vh - var(--head_height) - 7rem);
  }
  #filter-modal .modal-body ul {
    padding: 0 1rem;
  }
  .filter-modal-list .filter-btn {
    padding: 0.75rem 0;
  }
  .filter-modal-list .filter-content {
    padding: 1.5rem 0.5rem;
  }
  .filter-modal-list .form-check-label {
    width: calc(50% - 1rem);
  }
  /*产品表格*/
  .dataTable {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }
  .dataTable .item-body {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    width: 100%;
  }
  .dataTable .item-body:first-of-type {
    display: none;
  }
  .dataTable .item {
    width: 100%;
    flex-wrap: wrap;
    border: 1px solid var(--border_colour);
    border-radius: 0.5rem;
    overflow: hidden;
  }
  .dataTable .sticky-title {
    width: 100%;
    background: var(--grey_bg);
    border-right: none;
  }
  .dataTable .sticky-title .info {
    flex-grow: 1;
    gap: 0.5rem;
  }
  .dataTable .sticky-title .info a.title {
    display: block;
    width: 100%;
    font-size: 1.125rem;
  }
  .dataTable .sticky-title .info .subtitle {
    display: block;
  }
  .dataTable .sticky-title .btn-sub {
    display: none;
  }
  .dataTable .wap-content-btn {
    display: block;
  }
  .dataTable .scroll-content {
    display: none;
    width: 100%;
  }
  .dataTable .scroll-content .content {
    flex-wrap: wrap;
    padding: 0.75rem 0;
    border-top: 1px solid var(--border_colour);
  }
  .dataTable .scroll-content .content > div {
    justify-content: space-between;
    width: 100% !important;
    padding: 0.5rem 1rem;
    border-right: none;
  }
  .dataTable .scroll-content .wap-text {
    display: block;
  }
  .grey-box .dataTable {
    background: var(--grey_bg);
  }
  .grey-box .dataTable .sticky-title {
    background: #fff;
  }
  .grey-box .dataTable .wap-content-btn {
    background: #fff;
  }
  /*产品*/
  .inside-product-head .head-list {
    flex-wrap: wrap;
    gap: 0.75rem;
  }
  .inside-product-head .head-list li {
    width: 100%;
  }
  .inside-product-head .head-list li a {
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
  }
  .inside-product-head .head-list li img {
    width: 2.25rem;
  }
  .product-list {
    gap: 0.75rem;
  }
  .product-list li {
    width: 100%;
  }
  /*产品列表*/
  .inside-product-head .small-content {
    flex-wrap: wrap;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .inside-product-head .img {
    margin-bottom: 1rem;
  }

  .inside-swiper .swiper-slide {
    padding: 2rem;
  }
  .inside-news li {
    width: 100% !important;
  }

  /*解决方案*/
  .solution-list li {
    width: 100%;
  }
  .inside-solution li {
    flex-wrap: wrap;
  }
  .inside-solution li .img {
    width: 100%;
    order: 0 !important;
    -webkit-animation-name: fadeInUp !important;
    animation-name: fadeInUp !important;
  }
  .inside-solution li .info {
    width: 100%;
    padding: 1.5rem 0 0;
    order: 1 !important;
    -webkit-animation-name: fadeInUp !important;
    animation-name: fadeInUp !important;
  }
  .inside-file li {
    width: 100%;
  }
  /*质量*/
  .certificate-list2 li {
    width: calc(50% - 0.675rem);
  }
  .certificate-list2 li a .title {
    padding: 0.75rem 0;
  }
  /*服务支持*/
  .service-nav {
    gap: 1rem;
  }
  .service-nav li {
    width: 100%;
  }
  .service-idea li {
    width: calc(50% - 0.75rem);
  }
  .service-idea li .top {
    gap: 1rem;
  }
  .pdf-search {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    flex-wrap: wrap;
    gap: 0.75rem;
  }
  .pdf-search .left {
    width: 100%;
  }
  .pdf-search form {
    width: 100%;
  }
  .pdf-search form input {
    width: 100%;
  }
  .pdf-search .right {
    width: 100%;
  }
  .pdf-search .select {
    width: 100%;
  }
  /*技术*/
  .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.675rem);
  }
  .about-nav li {
    width: 100%;
  }
  .about-top {
    flex-wrap: wrap;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .about-top .info {
    order: 1;
    width: 100%;
    margin-top: 2rem;
  }
  .about-top .about-video {
    order: 0;
    width: 100%;
  }
  .join-app li {
    width: 100%;
  }
  .team-culture li {
    width: calc(50% - 0.75rem);
  }
  .join-nav-list li {
    width: 100%;
  }
  /*文章详情*/
  .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;
  }
  /*head*/
  #menu .menu-center {
    width: 100%;
    max-width: 100%;
  }
  /*首页新闻*/
  .index-news .item {
    flex-wrap: wrap;
    gap: 1.5rem;
  }
  .index-news .item .info {
    order: 1;
    width: 100%;
  }
  .index-news .item .img {
    order: 0;
    width: 100%;
  }
  .index-news .item .img img {
    width: 100%;
  }
  .index-news dt img {
    max-width: 100%;
    height: auto;
  }
  /**/
  .laboratory {
    gap: 1.25rem;
  }
  .laboratory li {
    width: 100%;
  }
  /*产品*/
  .filter-modal-list .form-check-label {
    width: 100%;
  }
}