@charset "utf-8";

/* CSS Document */

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

@media (min-width: 768px) {
  /*关于*/
  .about-list li:nth-of-type(Odd) .info,
  .about-list li:nth-of-type(even) .img {
    order: 0;
  }
  .about-list li:nth-of-type(Odd) .img,
  .about-list li:nth-of-type(even) .info {
    order: 1;
  }

  /**/
  .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;
  }

  /**/
  .index-s-img {
    position: relative;
    z-index: 1;
  }
  .index-s-img img {
    width: 100%;
    height: calc(100vh - var(--head_height));
  }
  .index-s-info {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
  }
  .index-s-info,
  .index-s-info .swiper-wrapper,
  .index-s-info .swiper-slide {
    height: 100%;
  }
  .index-s-info .swiper-slide {
    display: flex;
    align-items: center;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.5);
    transition: background 0.4s;
  }
  .index-s-info a {
    position: relative;
    display: block;
    padding: 1.5rem;

    text-align: center;
  }
  .index-s-info a div.icon,
  .index-s-info a .num,
  .index-s-info a .title,
  .index-s-info a .line,
  .index-s-info a .summary {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }

  .index-s-info a .info {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;
    width: 100%;
    opacity: 1;
    visibility: visible;
    transform: translate(0%, -50%);
    transition: all 0.4s;
  }
  .index-s-info a .info-hover {
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
  }

  .index-s-info .swiper-slide.active {
    backdrop-filter: blur(0.5rem);
    -webkit-backdrop-filter: blur(0.5rem);
    background: rgba(0, 0, 0, 0.2);
  }
  .index-s-info .swiper-slide.active a .info {
    opacity: 0;
    visibility: hidden;
  }
  .index-s-info .swiper-slide.active a .info-hover {
    opacity: 1;
    visibility: visible;
  }
  .index-s-info .swiper-pagination {
    display: none;
  }
  /*内页侧导航*/
  .wap-submenu {
    display: none;
  }
  #wap-submenu.collapse:not(.show) {
    display: block !important;
  }
  /*产品详情*/
  .anchor-btn {
    display: none;
  }
  .anchor-link ul {
    padding: 0 2rem;
  }
}

@media (min-width: 1200px) {
  .menu-btn {
    display: none !important;
  }
  /*wow 时间递增*/
  .wowlist3 .wow:nth-of-type(3n-2) {
    animation-delay: 0.3s;
  }
  .wowlist3 .wow:nth-of-type(3n-1) {
    animation-delay: 0.5s;
  }
  .wowlist3 .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) {
  .head-wap-btn .head-btn-share {
    display: none;
  }
  /*banner*/
  .banner .bigimg .swiper-slide .text .title {
    font-size: 1.5rem;
  }
  .banner .bigimg .swiper-slide .text p {
    font-size: 1rem;
  }
  /*页脚*/
  #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: 4rem;
  }
  /*头部导航*/
  #head {
    padding-left: 0%;
    padding-right: 0%;
  }
  .head-conent {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }
  .navbar-brand {
    position: absolute;
    left: 50%;
    justify-content: center;
    order: 1;
    transform: translate(-50%, 0%);
  }
  #head .navbar-collapse {
    display: none !important;
  }
  .head-wap-btn {
    flex: 0 1 auto;
    order: 2;
  }
  .head-wap-btn .head-btn-get {
    display: none;
  }
  .head-wap-btn .dropdown.head-btn-Language > a svg {
    margin-right: 0.75rem;
  }
  .head-wap-btn .dropdown-menu {
    left: auto;
    right: 0;
    transform: translate(0%, 0%);
  }
  .wap-menu-btn {
    display: block !important;
    flex: 0 auto auto;
    order: 0;
  }

  #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%;
  }
  /*首页产品*/

  /*页脚*/
  #foot .foot-right {
    max-width: none;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    width: 12rem;
    gap: 1rem 1.5rem;
  }
  #foot .foot-right .foot-nav {
    display: block;
    text-align: right;
  }
  #foot .foot-right a {
    display: none;
  }
  #foot .foot-nav a:first-of-type {
    display: block;
    font-size: 1rem;
    max-width: none;
    margin-bottom: -0.25rem;
  }
  /*产品*/
  #product-nav {
    width: 17rem;
  }
  #product-tab {
    width: calc(100% - 19rem);
  }
  .product-nav-list li {
    width: calc(50% - 0.75rem);
  }
  .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;
  }

  .app-tabs li {
    width: auto;
  }
  .app-tabs .nav-link {
    width: auto;
    font-size: 1rem;
    line-height: 1.25em;
  }
  .app-content {
    width: calc(100% - 20rem);
  }
  .app-content ul li {
    width: calc(50% - 0.75rem);
  }
  /*下载*/
  .inside-file li {
    width: calc(33.33% - 1rem);
  }
  /* 新闻 */
  .news-list.news-column li {
    width: calc(33.33% - 1.375rem);
  }
  .news-list.news-column li .title {
    font-size: 1rem;
  } /*全球*/
  .network-list {
    gap: 1.25rem;
  }
  .network-list li {
    width: calc(33.33% - 0.875rem);
  } /**/
  .contact-ranch li {
    width: calc(50% - 0.5rem);
  }
  /**/
  #feedback .row {
    gap: 1.25rem 0;
  }
}

@media screen and (max-width: 991.98px) {
  :root {
    --head_height: 3.25rem;
  }
  /*边距盒子*/
  .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.75rem;
  }
  h4,
  .h4 {
    font-size: 1.5rem;
  }
  h5,
  .h5 {
    font-size: 1.125rem;
  }
  h6,
  .h6 {
    font-size: 1rem;
  }
  p {
    font-size: 0.875rem;
  }

  .select > a {
    padding: 0 1.25rem;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 0.9375rem;
  }
  .select > div a {
    font-size: 0.9375rem;
  }

  .head-wap-btn .dropdown > a {
    margin-left: 0;
    padding: 0 0.25rem;
  }

  .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 {
    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;
  }

  #search-modal .modal-header input {
    font-size: 1rem;
  }
  #search-modal .modal-header button {
    padding: 0 1.25rem;
  }
  /**/
  .layout-btn {
    height: 3em;
    line-height: 1.5em;
  }
  .layout-btn > div {
    padding: 0 2rem;
  }
  /*wow 时间递增*/
  .wowlist3 .wow:nth-of-type(Odd) {
    animation-delay: 0.3s;
  }
  .wowlist3 .wow:nth-of-type(even) {
    animation-delay: 0.5s;
  }

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

  /**/
  .swiper .swiper-button-prev,
  .swiper .swiper-button-next {
    font-size: 1.25rem;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    opacity: 1;
  }
  .swiper .swiper-button-prev.swiper-button-disabled,
  .swiper .swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
  }

  /*banner*/
  .banner .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    background: var(--grey_bg2);
  }
  .banner .bigimg .swiper-slide a {
    display: flex;
    flex-wrap: wrap;
  }
  .banner .bigimg .swiper-slide .text {
    position: static;
    width: 100%;
    order: 1;
    display: flex;
    align-items: flex-start;
    height: auto;
  }
  .banner .bigimg .swiper-slide .text > div {
    width: 100%;
    margin: 0;
    padding: 2rem 0 0;
    border-radius: 0;
    box-shadow: none;
    backdrop-filter: blur(12px) saturate(50%);
  }
  .banner .bigimg .swiper-slide .text > div > div {
    width: 100% !important;
    max-width: 100% !important;
  }
  .banner .bigimg .swiper-slide .text .title,
  .banner .bigimg .swiper-slide .text .title span {
    color: var(--title) !important;
    text-shadow: none !important;
  }
  .banner .bigimg .swiper-slide .text p {
    font-size: 0.875rem;
    color: var(--text) !important;
  }
  .banner .bigimg .swiper-slide .text .btn {
    display: none;
  }
  .banner .bigimg .swiper-slide .slide-inner picture,
  .banner .bigimg .swiper-slide .slide-inner img {
    order: 0;
    height: 65vw;
    min-height: auto;
    object-position: right center;
  }
  .banner .swiper-slide img {
    order: 0;
    width: 100%;
  }
  .banner-nav .swiper-slide {
    padding: 0.75rem 0;
  }
  .banner .swiper-button-prev,
  .banner .swiper-button-next {
    top: 32.5vw;
  }
  .banner .swiper-button-prev {
    left: 1rem;
  }
  .banner .swiper-button-next {
    right: 1rem;
  }
  .banner .swiper-pagination {
    bottom: 0.5rem;
  }
  /*首页产品*/
  .index-top {
    flex-wrap: wrap;
  }
  .index-top .swiper-button-prev,
  .index-top .swiper-button-next {
    font-size: 1.125rem;
  }

  /*首页关于*/
  .index-about .adv {
    flex-wrap: wrap;
    gap: 1.25rem 0;
    padding: 0;
    margin-top: 3rem;
  }
  .index-about .adv li {
    width: 50%;
  }
  .index-about .adv li:nth-of-type(Odd) {
    border-left: none;
  }
  .index-about .adv img {
    width: 2rem;
  }
  .index-about .adv .title {
    font-size: 1.125rem;
  }
  .index-about .adv span {
    font-size: 0.875rem;
  }
  /*首页关于*/
  .index-about .right {
    order: 1;
    width: 100%;
  }
  /*首页关于*/
  .index-about .container {
    position: relative;
    z-index: 2;
  }
  .index-about .info {
    order: 1;
    width: 100%;
  }
  .index-about .img {
    order: 0;
    width: 100%;
  }
  .index-about .img img {
    margin: 0;
    width: 100%;
    border-radius: 0.5rem;
  }
  .index-about .earth {
    z-index: 1;
    left: 0%;
    top: auto;
    bottom: 0%;
    width: 120vw;
    height: 120vw;
    min-width: auto;
    min-height: auto;
    transform: translate(0%, 60%);
  }
  .index-about .earth #main {
    width: 120vw;
    height: 120vw;
    min-width: auto;
    min-height: auto;
  }
  /**/
  .index-solution .container > .img {
    width: 100%;
    border-radius: 0;
  }
  .index-solution .container > .info {
    width: 100%;
    padding: 2rem;
  }
  /*首页解决方案*/
  .index-case-list li {
    width: calc(50% - 0.25rem);
  }
  /**/
  .reviews-list .summary {
    font-size: 0.875rem;
    -webkit-line-clamp: 3;
    min-height: 4.5em;
  }
  /*新闻*/
  .index-news .left {
    width: 100%;
  }
  .index-news .right {
    width: 100%;
    margin-top: 1.75rem;
  }
  .index-blog li {
    width: 100%;
  }
  .index-news-nav {
    gap: 0 2rem;
  }
  .index-news-nav .nav-link {
    font-size: 0.9375rem;
  }
  .index-news .left .title {
    font-size: 1rem;
  }
  .index-news .right li .title,
  .index-blog li .title,
  .index-faq-list .card-link {
    font-size: 0.9375rem;
  }
  /*页脚*/
  #foot .foot-right {
    max-width: none;
    flex-grow: 1;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem 1.5rem;
    flex-direction: row;
  }

  /**/
  .brand-list li {
    flex-wrap: wrap;
    padding: 1.5rem;
  }
  .brand-list li .img {
    width: 5rem;
    height: 5rem;
  }
  .brand-list li .info {
    width: 100%;
  }
  /**/
  .cooperation-list .content a {
    width: 12rem;
    padding-bottom: 8rem;
  }
  /*页脚*/
  #foot {
    padding: 3rem 1rem 0;
  }
  .back-top {
    right: 1rem;
    bottom: 5%;
    font-size: 1.125rem;
  }

  #foot .foot-wap {
    width: 100%;
    text-align: center;
  }

  #foot .foot-left {
    width: 100%;
  }

  #foot .foot-logo {
    width: 100%;
    margin-bottom: 0rem;
    text-align: center;
  }
  #foot .foot-logo img {
    display: inline-block;
    height: 6rem;
  }
  #foot .foot-feedback {
    width: 100%;
    max-width: 100%;
  }
  #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-follow font,
  #foot .foot-share font {
    display: block;
    margin-bottom: 0.5rem;
  }
  #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;
  }
  .inside-banner .info {
    display: none;
  }
  .inside-banner picture,
  .inside-banner img {
    object-position: right center;
  }
  .page-head {
    gap: 0;
  }
  .page-title {
    display: none;
  }
  .page-title .title {
    font-size: 1.25rem;
  }
  .page-title .nav-menu-btn {
    display: none !important;
  }

  .page-head .page-search {
    width: 50%;
  }
  .page-head .page-search form input {
    width: auto;
    flex-grow: 1;
    height: 3.5em;
    line-height: 3.5em;
  }
  .page-head .page-search form button {
    height: 3.5em;
    line-height: 3.5em;
  }
  .page-head .anchor-link ul {
    padding: 1rem;
  }
  .page-head .nav {
    width: 50%;
    justify-content: flex-end;
  }
  .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;
  }
  .anchor-nav {
    padding: 0;
    width: 100%;
  }
  .anchor-btn a {
    border-bottom: none;
  }
  .anchor-link ul,
  .page-head .anchor-link ul {
    padding: 1rem;
    flex-wrap: wrap;
    gap: 0;
  }
  .anchor-link ul li,
  .page-head .anchor-link ul li {
    width: 100%;
  }
  .anchor-link ul .nav-link {
    padding: 0.75rem 0;
    font-weight: normal;
    text-align: left;
  }
  .anchor-link ul .nav-link:after {
    display: none !important;
  }
  /*内页侧导航*/
  .product-nav-box > div {
    width: 100%;
  }
  .wap-submenu {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 2rem 0 1rem;
    margin: 0;
    margin-bottom: 1rem;
    border: none;
    border-radius: 0.25rem;
    line-height: 3em;
    font-weight: bold;
    background: var(--grey_bg);
    border: 1px solid var(--border_colour);
    text-align: left;
    transition: all 0.4s;
  }
  .wap-submenu:not(.collapsed) {
    color: #fff;
    background: var(--colour1);
    border: 1px solid var(--colour1);
  }
  .wap-submenu:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 1rem;
    width: 0%;
    height: 0%;
    border-left: 0.375rem solid transparent;
    border-right: 0.375rem solid transparent;
    border-bottom: 0.375rem solid transparent;
    border-top: 0.375rem solid var(--text);
    transform: translate(0%, -50%);
    transition: all 0.4s;
  }
  .wap-submenu:not(.collapsed):after {
    content: "";
    border-top: 0.325rem solid #fff;
  }
  #wap-submenu {
    margin-bottom: 2rem;
  }
  #product-tab {
    width: 100%;
  }
  #product-nav {
    width: 100%;
  }
  #product-nav a {
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
    font-weight: normal;
  }
  #product-nav a.active {
    font-weight: normal;
  }
  .product-nav-list {
    gap: 1.5rem 1rem;
  }
  .product-nav-list li {
    width: calc(50% - 0.5rem);
    padding: 1rem;
  }
  .product-nav-list li .title {
    font-size: 1rem;
  }
  .article-bottom {
    flex-wrap: wrap;
  }
  #p-feedback .content .container .left,
  .article-bottom .left {
    width: 100%;
    order: 1;
  }
  #p-feedback .content .container .right,
  .article-bottom .right {
    padding-bottom: 3rem;
    width: 100%;
    order: 0;
  }
  /**/
  #product-img {
    order: 1;
    width: 100%;
  }
  #product-img .swiper-slide {
    min-height: 60vw;
  }
  #product-img .swiper-button-prev,
  #product-img .swiper-button-next {
    display: none !important;
  }
  .product-small-box {
    order: 3;
    width: 100%;
  }
  .product-small-box .swiper-button-prev {
    order: 0;
  }
  .product-small-box .swiper-button-next {
    order: 2;
  }
  #product-small-img {
    margin-top: 0.5rem;
    order: 1;
    width: auto;
    flex: 1;
    height: auto;
  }
  #product-small-img .swiper-slide {
    height: auto;
  }
  .product-box .right .layout-btn {
    height: 2.75rem;
    margin-bottom: 0.25rem;
  }
  .product-box > div {
    display: flex;
    flex-wrap: wrap;
    padding: 2rem 1rem;
  }
  .product-box .left {
    order: 2;
    width: 100%;
  }
  .product-box .right {
    order: 3;
    display: contents;
    width: 100%;
    padding: 2.5rem 0;
  }
  .product-box .subtitle {
    margin-top: 0.5rem;
    line-height: 1.25em;
  }
  .product-box .right .info-head {
    order: 0;
    margin-bottom: 2rem;
  }
  .product-box .right .info {
    order: 4;
    margin: 2rem 0;
  }
  .product-box .right .info p {
    font-size: 0.875rem;
  }
  .product-box .right .info table {
    font-size: 0.875rem;
  }
  .product-d .container {
    flex-wrap: wrap;
  }
  .product-d .container .left {
    width: 100%;
  }
  .product-d .container .right {
    width: 100%;
    padding-top: 2rem;
    margin-left: 0;
  }
  .ventanas .img li img {
    width: 100%;
    height: 75vw;
    object-position: right center;
  }
  .ventanas .img li {
    background: var(--grey_bg2);
  }
  .ventanas .img li .info {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: calc(100vh - 75vw);
    padding: 2rem 0;
    background: var(--grey_bg2);
    transform: translate(0%, 0%);
  }
  .ventanas .img li.on .info .title,
  .ventanas .img li.on .info .title span {
    font-size: 1.25rem;
    line-height: 1.25em;
    color: var(--title) !important;
  }
  .ventanas .img li.on .info .summary,
  .ventanas .img li.on .info .summary p {
    font-size: 0.875rem;
    color: var(--text);
  }
  .ventanas .dot {
    left: 1rem;
  }
  /*视频*/
  .video-btn:before {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    font-size: 1.125rem;
  }
  .video-list li {
    width: calc(50% - 1rem);
  }
  /*解决方案*/
  .app-tabs {
    width: 100%;
  }
  .app-content {
    width: 100%;
  }
  .app-content ul {
    margin-top: 1rem;
  }
  .app-content ul li {
    width: calc(50% - 0.75rem);
  }

  .certificate-list {
    gap: 1.5rem;
  }
  .certificate-list li {
    width: calc(50% - 0.75rem);
  }
  /*服务*/
  .service-box .img {
    width: 100%;
    order: 0;
  }
  .service-box .info {
    width: 100%;
    margin-top: 2rem;
    order: 1;
  }
  .service-list {
    flex-wrap: wrap;
    gap: 3rem 2rem;
  }
  .service-list li {
    width: calc(50% - 1rem);
  }
  .production-process {
    gap: 1rem;
    margin: auto;
    margin-top: 2rem;
  }
  .production-process li {
    width: calc(50% - 0.5rem);
  }
  .production-process li .title {
    margin: 0.5rem 0;
  }

  /*关于*/
  .about-list li .info,
  .about-list li .img {
    width: 100%;
  }
  .about-list li .img {
    order: 0 !important;
  }
  .about-list li .img div {
    margin: 0 0 2rem;
  }
  .about-list li .info {
    order: 1 !important;
  }
  /*新闻*/
  .article .article-head {
    width: 100%;
  }
  .article-body {
    width: 100%;
  }
  .article-other {
    margin-top: 2rem;
    width: 100%;
    max-width: none;
  }
  .article-other li {
    padding: 1.5rem 0;
  }
  .article-other li .img {
    width: 20rem;
  }
  .article-link {
    width: 20rem;
  }

  /*下载*/
  .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% - 1rem);
  }
  .news-list.news-column li .title {
    font-size: 0.9375rem;
  }
  /*联系*/
  .contact-info {
    padding: 0 0 2.5rem;
    gap: 1rem 2rem;
  }
  .contact-info > div {
    width: 100%;
  }
  .contact-list {
    margin-top: 1rem;
    gap: 1rem;
  }
  .contact-list li {
    width: 100%;
  }

  .contact-faq .img {
    position: static;
    width: 100%;
  }
  .contact-faq .img img {
    width: 100%;
    height: 50vw;
  }
  .contact-faq .info {
    width: 100%;
  }
  /*全球*/
  .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 > div > span {
    font-size: 0.75rem;
  }

  /*banner*/
  .banner .bigimg .swiper-slide .text .title {
    font-size: 1.25rem;
  }
  /**/
  #reviews-modal .modal-content {
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
  #reviews-modal .modal-body {
    padding-right: 0;
  }
  .reviews-iframe-box {
    position: static;
    height: 100%;
    padding-bottom: 0;
  }
  #reviews-iframe {
    position: static;
    height: 100%;
  }
  /*首页解决方案*/
  .index-solution .container > .img {
    width: auto;
    margin-left: -1rem;
    margin-right: -1rem;
    border-radius: 0;
  }
  .index-solution .container > .info {
    width: auto;
    margin-left: -1rem;
    margin-right: -1rem;
    border-radius: 0;
    padding: 2rem 1.5rem;
  }
  .index-solution-list li {
    width: calc(50% - 0.75rem);
  }
  /*首页新闻*/

  /*内页公共*/
  .inside-banner picture,
  .inside-banner img {
    height: 50vw;
    min-height: auto;
  }

  /*产品*/
  .page-head {
    flex-wrap: wrap;
    gap: 0;
    width: calc(100% + 30px);
    margin-bottom: 1rem;
    margin-left: -15px;
    margin-right: -15px;
  }
  .page-head .select > a {
    height: 2.75rem;
    line-height: 2.75rem;
    font-size: 0.9375rem;
  }
  .page-head .select > div a {
    font-size: 0.875rem;
  }

  .page-head .anchor-link {
    order: 1;
    width: 100%;
  }
  .page-head .page-search {
    order: 0;
    width: 100%;
  }
  .page-head .page-search form input,
  .page-head .page-search form button {
    font-size: 0.9375rem;
    height: 3em;
    line-height: 3em;
  }
  .page-head .nav {
    width: 100%;
  }
  .page-head .select {
    width: 100%;
    background: var(--grey_bg);
  }
  .product-list {
    gap: 1.125rem;
  }
  .product-list li {
    width: calc(50% - 0.5625rem);
  }

  /*解决方案*/
  .solution-list {
    gap: 1.25rem;
  }
  .solution-list li {
    width: calc(50% - 0.625rem);
  }
  #down-feedback {
    padding-left: 0 !important;
  }
  #down-feedback .modal-dialog {
    margin: 0;
    width: 100%;
  }
  #down-feedback .modal-content {
    border-radius: 0 !important;
  }
  /*视频*/
  .video-list {
    gap: 1rem;
  }
  .video-list li {
    width: 100%;
  }
  /*服务*/
  .service-list {
    flex-wrap: wrap;
    gap: 3rem 2rem;
  }
  .service-list li {
    width: 100%;
  }
  /*下载*/
  .inside-file li {
    width: 100%;
  }
  /*新闻*/
  .page-head .news-btn {
    display: none;
  }
  .article-other li .img {
    width: 100%;
  }
  .article-link {
    width: 100%;
  }

  .contact-info p {
    width: 100%;
  }
  .contact-list li {
    gap: 1rem;
    flex-wrap: wrap;
  }
  .contact-list li .img {
    width: 4rem;
  }
  /**/
  .contact-ranch li {
    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;
  }

  /*解决方案*/
  .solution-list li {
    width: 100%;
  }
  .news-list.news-column li {
    width: 100%;
  }
  /*全球*/
  .network-list {
    gap: 1rem;
  }
  .network-list li {
    width: 100%;
  }
}