@charset "UTF-8";
/* --------------------响应式-------------------------------- */
@media only screen and (min-width: 769px) {
    .pc-hidden {
        display: none !important;
    }
}

@media only screen and (max-width: 768px) {
    .mobile-hidden {
        display: none !important;
    }

    .mobile-header-height {
        height: 55px !important;
    }

    .p-dialog {
        max-width: calc(100% - 20px) !important;
        /*top: 5rem;*/
        /*position: absolute;*/
    }

    .card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .main-footer{
        padding: 16px 0;
    }
    .footer-copyright{
        flex-wrap: wrap;
        justify-content: center;

    }


    /*内容布局*/
    .column-layout{
        display: flex;
        flex-wrap: wrap;
    }
    .aside-layout{
        width: 100%;
        margin: 0;
    }
    .aside-layout-r{
        width: 100%;
        margin: 0;
    }
    .content-layout {
        width: 100%;
        padding-right: 0;
        /*grid-gap: 12px;*/
    }

    .swiper-slide .banner-wrap {
        text-align: center;
        width: 100%;
    }
    .swiper-slide  h2 {
        font-size: 1.7em;
        padding: 0 32px;
    }

    .swiper-slide  h3 {
        margin-top: 10px;
        font-size: 1em;
        font-weight: normal;
        padding: 0 32px;
    }

    .swiper-slide .banner-button {
        margin-top: 15px;
        padding: 7px 15px;
    }

    .swiper-slide .banner-wrap {
        left: 0;
    }

    .home-product-module-posts {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

    .home-product-module-posts .title {
        padding: 10px;
        font-size: 14px;
    }

    .home-product-module-posts .price {
        font-size: 10px;
    }

    .section-header-left h2,
    .section-header-center h2 {
        font-size: 1.4em;
    }

    .section-header-center {
        margin: 0 0 1rem 0;
    }

    .home-post-module-posts-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .home-post-module-posts-image {
        grid-template-columns: repeat(1, 1fr);
    }

    .home-post-module-posts-case {
        grid-template-columns: repeat(1, 1fr);
    }

    .home-post-module-posts .post-info img {
        min-width: 100px;
        max-width: 100px;
    }

    .home-post-module-posts p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        height: 47px;
    }

    .home-links-module-posts {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

    .home-new-module-posts {
        grid-template-columns: repeat(1, 1fr);
    }

    .home-image-text-module-posts {
        padding: 24px 0;
        line-height: 1.5;
    }

    .home-image-text-module-posts .section-introduce{
        width: 100%;
        font-size: 14px;
    }

    .home-image-text-module-posts .section-video{
        width: 100%;
        order: -1!important;
    }

    .home-image-text-module-posts .section-desc h2 {
        font-size: 1.4em;
    }

    .home-title-button-module-posts .section-more-button {
       margin-top: 1.3rem;
    }

    .home-title-button-module-posts .section-container {
        justify-content: center;
    }

    .home-title-button-module-posts  h2 {
        font-size: 1.4em;
    }

    .home-countup-module-posts {
        grid-template-columns: repeat(2, 1fr);
        padding-bottom: 48px;
    }

    .home-countup-module-posts .li {
        font-size: 2rem;
    }

    .home-countup-module-posts .title {
        font-size: 1rem;
    }

    .home-feature-module-posts{
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        margin: 24px 0 32px 0;
    }

    .home-feature-module-posts .box-icon i {
        font-size: 32px;
    }

    .home-feature-module-posts .box-content h2{
        font-size: 1.4em;
    }

    .home-feature-module-three{
        grid-template-columns: repeat(1, 1fr);
    }

    .home-search-module-posts {
        padding: 60px 0;
        text-align: center;
    }

    .home-search-module-posts .section-desc h2 {
        font-size: 2em;
    }

    .home-cooperate-logo-module-posts{
        grid-template-columns: repeat(2, 1fr);
    }

    .home-team-module-posts h2 {
        font-size: 16px;
        padding: 0;
    }

    .home-server-module-posts h2 {
        font-size: 16px;
        padding: 0;
    }

}