/*!
 * app.css for master
 * Author wzcoder.com
 * @Copyright 2005-2021 wzcoder.com (http://www.wzcoder.com)
 * @version 1.0
 * @date 2021-03-05-1:59 PM
 */


/*--------------------------------------------------------------
# App通用
--------------------------------------------------------------*/
@media screen and  (max-width: 768px) {
    .container {
        overflow-x: hidden;
    }
}

.img-radius {
    border-radius: var(--border-radius);
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .img-radius {
        border-radius: var(--border-radius__mobile);
    }
}

.img-radius-larger {
    border-radius: 20px;
    overflow: hidden;
}

.fir-se {
    margin-top: calc(43.23vw + 72px);
}


@media screen and (max-width: 750px) {
    .fir-se {
        margin-top: calc(150vw + 50px);
    }

}

.no-banner {
    padding-top: calc(3.33333vw + 72px);
}

@media (min-width: 768px) {
    .position-md-absolute {
        position: absolute !important;
    }

    .content-space-md-1 {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important;
    }
}

.zi-1 {
    z-index: 1 !important;
}

.left-0 {
    left: 0
}

.text-white {
    color: #FFFFFF !important;
}


.btn-def i {
    margin-left: 5px;
    font-size: 18px;
    transition: 0.3s;
}

.btn-def:hover i {
    transform: translateX(5px);
}

.banner-inner {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 43.23vw;
    background-color: #ffffff;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    margin-top: 71px;
}

.banner-inner__mobile {
    display: none;
}

@media screen and (max-width: 750px) {
    .banner-inner {
        display: none;
    }

    .banner-inner__mobile {
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        background-color: #ffffff;
        overflow: hidden;
        position: fixed;
        top: 0;
        left: 0;
        padding: 0;
        display: block;
        margin-top: 50px;
        height: 160vw;
    }

    .banner-inner__mobile .banner-inner-wrapper {
        height: calc(160vw - 50px);
    }
}


/*.banner-inner::before {*/
/*    content: "";*/
/*    background: rgba(var(--primary-color-rgb), 0.2);*/
/*    background-image: url("../img/mask.png");*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    z-index: 5;*/
/*}*/

.banner-inner-wrapper {
    position: relative;
    height: 43.23vw;
    z-index: 10;
    color: #ffffff;
}

.banner-inner-wrapper h2 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 50px;
    font-weight: 700;
}

.banner-inner-wrapper p {
    font-size: 50px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}


.btn-read-more {
    padding: 10px 30px;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff;
    background: linear-gradient(42deg, var(--primary-color) 0%, var(--secondary-color) 100%);
}

.btn-read-more span {
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 1px;
}

.btn-read-more:hover, .btn-read-more:focus, .btn-read-more:visited {
    color: #FFFFFF;
    background: linear-gradient(180deg, var(--secondary-color) 0%, var(--primary-color) 100%);
}

.btn-links {
    position: absolute;
    bottom: 30px;
    z-index: 20;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

}

.btn-links .btn-read-more {
    width: 100%;
    height: 100%;
    padding: 10px 30px;
    border-radius: 4px;
    background: linear-gradient(42deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    transition: 0.3s;
}

.btn-links .btn-read-more:hover {
    background: linear-gradient(180deg, var(--secondary-color) 0%, var(--primary-color) 100%);
}

.btn-links .btn-read-more.small span {
    font-size: 14px;

}

.btn-read-more.small {
    padding: 6px 20px;
}

.btn-watch-video {
    font-size: 16px;
    transition: 0.5s;
    color: var(--secondary-color);
    font-weight: 600;
}

.btn-watch-video i {
    color: var(--secondary-color-rgb);
    font-size: 32px;
    transition: 0.3s;
    line-height: 0;
    margin-right: 8px;
}

.btn-watch-video:hover {
    color: rgba(var(--secondary-color-rgb), 0.8);
}

.gslide-inner-content img, .gslide-inner-content .gslide-image {
    background-color: #FFFFFF;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content {
    /*background-color: var(--primary-light-bg);*/
    padding: 40px;
}

.about h3 {
    font-size: 16px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.about h2 {
    font-size: 24px;
    font-weight: 700;
    color: var(--title-color);
}

.about p {
    margin: 15px 0 30px 0;
    line-height: 24px;
}


.about .play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(var(--primary-color) 50%, rgba(var(--primary-color-rgb), 0.4) 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
    overflow: hidden;
}

.about .play-btn:before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate-btn 2s;
    animation: pulsate-btn 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(var(--primary-color-rgb), 0.7);
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0);
}

.about .play-btn:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn:hover:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 200;
    -webkit-animation: none;
    animation: none;
    border-radius: 0;
}

.about .play-btn:hover:after {
    border-left: 15px solid var(--primary-color);
    transform: scale(20);
}

@-webkit-keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

/*--------------------------------------------------------------
# featured-services
--------------------------------------------------------------*/
.featured-services .icon-box:not(:last-child) {
    margin-bottom: 2rem;
}

.featured-services .icon-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 5px 0 10px 0;
    color: var(--title-color);
}

.featured-services .icon-box .icon {
    width: 48px;
    height: 48px;
    float: left;
}

.featured-services .icon-box p {
    color: #848484;
}

.featured-services .image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
}

.featured-services .content {
    margin-left: 60px;
}


/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
    background: linear-gradient(to bottom, rgba(var(--primary-color-rgb), 0.6), rgba(var(--primary-color-rgb), 0.6)), url("../img/demo/img2.jpeg") fixed center center;
    background-size: cover;
    padding: 120px 0;
}

.cta h3 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
}

.cta p {
    color: #fff;
}

.cta .cta-btn {
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    padding: 12px 30px;
    border-radius: 4px;
    transition: 0.5s;
    margin: 10px;
    background: linear-gradient(180deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
}

.cta .cta-btn:hover {
    background: linear-gradient(180deg, var(--secondary-color) 0%, var(--primary-color) 100%);
}

@media (max-width: 1024px) {
    .cta {
        background-attachment: scroll;
    }
}

/*--------------------------------------------------------------
# Products
--------------------------------------------------------------*/
.products .product-content {
    position: relative;
    overflow: hidden;
    padding-bottom: 56.25%;
}

.products .product-info h1 {
    font-size: 24px;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    text-shadow: 0 2px 3px rgba(0, 0, 0, .6);
}

.products .product-info p {
    font-size: 16px;
}


@media (max-width: 991.98px) {
    .products .product-content {
        background-image: unset !important;
        background-color: #FFFFFF !important;
    }

}

@media (min-width: 992px) {
    .products .product-content {
        background-position: center center;
        background-size: cover;
    }

    .products .product-item {
        /*height: calc(100vh - 86px - 54px);*/
        height: 100%;
    }

    .products .product-info {
        position: absolute;
        z-index: 3;
        transition: all ease-in-out 0.3s;
        padding: 15px;
        color: #ffffff;
        bottom: 40px;
        width: 100%;
    }

    .products .product-item .small-poster {
        display: none;
    }

    .products .product-info h1 {
        font-size: 48px;
    }

    .products .product-info p {
        font-size: 20px;
    }

}


/*--------------------------------------------------------------
# cooperation
--------------------------------------------------------------*/
.cooperation .js-swiper {
    overflow: hidden;
}

.cooperation .js-swiper .swiper-pagination {
    position: relative;
    bottom: 0;

}

.cooperation .js-swiper .swiper-pagination .swiper-pagination-bullet {
    cursor: pointer;
    border-radius: 0;
    border: 0;
    display: inline-block;
    background: #000;
    opacity: .2;
    overflow: hidden;
    width: 30px;
    height: 4px;
    transition: 0.3s;
}

.cooperation .js-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--primary-color);
    opacity: 1;
}

/*--------------------------------------------------------------
# Recent Blog Posts
--------------------------------------------------------------*/
.recent-blog-posts .post-box {
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
    transition: 0.3s;
    height: 100%;
    overflow: hidden;
    padding: 30px;
    border-radius: 8px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.recent-blog-posts .post-box .post-img {
    overflow: hidden;
    margin: -30px -30px 15px -30px;
    position: relative;
}

.recent-blog-posts .post-box .post-img img {
    transition: 0.5s;
}

.recent-blog-posts .post-box .post-date {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-color-secondary);
    display: block;
    margin-bottom: 10px;
}

.recent-blog-posts .post-box .post-title {
    font-size: 18px;
    color: var(--title-color);
    font-weight: 600;
    margin-bottom: 18px;
    position: relative;
    transition: 0.3s;
}

.recent-blog-posts .post-box .readmore {
    display: flex;
    align-items: center;
    font-weight: 400;
    line-height: 1;
    transition: 0.3s;
    font-size: 14px;
    text-transform: uppercase;
}

.recent-blog-posts .post-box .readmore i {
    line-height: 0;
    margin-right: 4px;
    font-size: 18px;
}

.recent-blog-posts .post-box:hover .post-title {
    color: var(--title-color);
}

.recent-blog-posts .post-box:hover .post-img img {
    transform: rotate(6deg) scale(1.2);
}

/*--------------------------------------------------------------
# List Products
--------------------------------------------------------------*/
.grid-2_x .grid-item {
    position: relative;
    display: block;
    text-align: center;
    transition: all ease-in-out 0.3s;
    box-shadow: 0 3px 20px -2px rgba(20, 45, 100, 0.1);
    border-radius: var(--border-radius);
    overflow: hidden;
}

.grid-2_x .grid-item .item {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all ease-in-out 0.5s;
}

.grid-2_x .grid-item .item.imga {
    opacity: 1;
    visibility: visible;
}

.grid-2_x .grid-item .item.imgb {
    opacity: 0;
    visibility: hidden;
}

.grid-2_x .grid-item:hover .imga {
    opacity: 0;
    visibility: hidden;
}

.grid-2_x .grid-item:hover .imgb {
    opacity: 1;
    visibility: visible;
}

.grid-2_x .grid-item.no-bg-switch .imga {
    opacity: 1 !important;
    visibility: visible !important;
}

.grid-2_x .grid-item.no-bg-switch .imgb {
    opacity: 0 !important;
    visibility: hidden !important;
}

.grid-2_x .grid-item::before {
    display: block;
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(var(--primary-color-rgb), 0.4);
    opacity: 0;
    z-index: 5;
    transition: all ease-in-out 0.3s;
}

.grid-2_x .grid-item:hover::before {
    opacity: 1;
}

.grid-2_x .grid-item:hover {
    box-shadow: 0 6px 25px 0px rgba(20, 45, 100, 0.2);
}

.grid-2_x .grid-item .item-info {
    position: absolute;
    inset: 0;
    padding: 15px;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10;
    transition: all ease-in-out 0.3s;
}

.grid-2_x .grid-item:hover .item-info {
    color: #FFFFFF;
}

.grid-2_x .grid-item .item-info h3 {
    font-size: 28px;
}

.grid-2_x .grid-item .item-info p {
    font-size: 18px;
}

.grid-2_x .btn-links {
    z-index: 100;
}

.grid-2_x .btn-links:hover {
    background-color: rgba(var(--secondary-color-rgb), 0.8) !important;
}

@media screen and (max-width: 768px) {
    .grid-2_x .grid-item .item-info h3 {
        font-size: 24px;
    }

    .grid-2_x .grid-item .item-info {
        padding: 10px;
    }
}

/*--------------------------------------------------------------
# Our Values
--------------------------------------------------------------*/
.our-values .card {
    border: 0;
    padding: 160px 20px 20px 20px;
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.our-values .card-body {
    z-index: 10;
    background: rgba(255, 255, 255, 0.9);
    padding: 15px 30px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    transition: ease-in-out 0.3s;
    border-radius: 5px;
}

.our-values .card-title {
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
}

.our-values .card-title a {
    color: var(--title-color);
}

.our-values .card-text {
    color: #5e5e5e;
}

.our-values .read-more a {
    color: #777777;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    transition: 0.4s;
}

.our-values .read-more a:hover {
    text-decoration: underline;
}

.our-values .card:hover .card-body {
    /*background: var(--primary-color);*/
    background-image: linear-gradient(var(--linear-gradient));
}

.our-values .card:hover .read-more a,
.our-values .card:hover .card-title,
.our-values .card:hover .card-title a,
.our-values .card:hover .card-text {
    color: #fff;
}

.article-title h2 {
    font-size: 2.5rem;
    margin-bottom: 0;
}

.article-title .sub {
    color: var(--text-color-secondary);
}

.article-intro {
    font-size: 16px;
}

.article-intro img {
    max-width: 100% !important;
    height: auto !important;
}

/*--------------------------------------------------------------
# History
--------------------------------------------------------------*/
.history .resume-title {
    line-height: 18px;
    font-size: 18px;
    font-weight: 600;
    color: var(--title-color);
    margin-bottom: 0;
}

.history .resume-item {
    padding: 0 0 20px 20px;
    margin-top: -2px;
    border-left: 2px solid var(--primary-color);
    position: relative;
}


.history .resume-item h5 {
    font-size: 16px;
    background: #e4ebf3;
    padding: 5px 15px;
    display: inline-block;
    font-weight: 400;
    margin-bottom: 10px;
    font-family: "Poppins", sans-serif;
}

.history .resume-item ul {
    padding-left: 20px;
}

.history .resume-item ul li {
    padding-bottom: 10px;
}

.history .resume-item:last-child {
    padding-bottom: 0;
}

.history .resume-item::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50px;
    left: -9px;
    top: 0;
    background: #fff;
    border: 2px solid var(--primary-color);
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .clients-wrap {
    border-top: 1px solid #f1eeed;
    border-left: 1px solid #f1eeed;
}

.clients .client-logo {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #f1eeed;
    border-bottom: 1px solid #f1eeed;
    overflow: hidden;
    background: #fff;
    height: 100px;
}

.clients .client-logo img {
    transition: all 0.3s ease-in-out;
    height: 36px;
    filter: grayscale(100%);
}

.clients .client-logo:hover img {
    filter: none;
    transform: scale(1.1);
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
/*.services .icon-box {*/
/*    padding: 30px;*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    background: #fff;*/
/*    box-shadow: 0 0 29px 0 rgba(var(--primary-color-rgb), 0.12);*/
/*    transition: all 0.3s ease-in-out;*/
/*    border-radius: 8px;*/
/*    z-index: 1;*/
/*    width: 100%;*/
/*}*/

/*.services .icon-box::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    background: #e1f0fa;*/
/*    right: -60px;*/
/*    top: -40px;*/
/*    width: 100px;*/
/*    height: 100px;*/
/*    border-radius: 50px;*/
/*    transition: all 0.3s;*/
/*    z-index: -1;*/
/*}*/

/*.services .icon-box:hover::before {*/
/*    !*background: var(--primary-color);*!*/
/*    background-image: linear-gradient(var(--linear-gradient));*/
/*    right: 0;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    border-radius: 0px;*/
/*}*/

/*.services .icon {*/
/*    margin: 0 auto 20px auto;*/
/*    padding-top: 10px;*/
/*    display: inline-block;*/
/*    text-align: center;*/
/*    border-radius: 50%;*/
/*    width: 60px;*/
/*    height: 60px;*/
/*    background: var(--primary-color);*/
/*    transition: all 0.3s ease-in-out;*/
/*}*/

/*.services .icon i {*/
/*    font-size: 36px;*/
/*    line-height: 1;*/
/*    color: #fff;*/
/*}*/

/*.services .title {*/
/*    font-weight: 700;*/
/*    margin-bottom: 15px;*/
/*    font-size: 18px;*/
/*}*/

/*.services .title a {*/
/*    color: #111;*/
/*}*/

/*.services .description {*/
/*    font-size: 15px;*/
/*    line-height: 28px;*/
/*    margin-bottom: 0;*/
/*}*/

/*.services .icon-box:hover .title a,*/
/*.services .icon-box:hover .description {*/
/*    color: #fff;*/
/*}*/

/*.services .icon-box:hover .icon {*/
/*    background: #fff;*/
/*}*/

/*.services .icon-box:hover .icon i {*/
/*    color: var(--primary-color);*/
/*}*/

/*--------------------------------------------------------------
# Business owners
--------------------------------------------------------------*/
.business_owners-item {
    margin-bottom: 60px;
}

.business_owners-item .text h1 {
    font-size: 2rem;
    color: var(--title-color);
}

.business_owners-item .text p {
    padding-left: 15px;
    position: relative;
}

.business_owners-item .text p:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 62px;
    border-left: 4px solid var(--secondary-color);
    border-radius: 4px 0 0 4px;
}

/*--------------------------------------------------------------
# Installers
--------------------------------------------------------------*/

.category-icon-box {
    padding: 50px 20px;
    box-shadow: 0 3px 20px -2px rgba(var(--primary-color-rgb), 0.2);
    transition: all ease-in-out 0.3s;
}

.category-icon-box:hover {
    box-shadow: 0 3px 20px -2px rgba(var(--primary-color-rgb), 0.4);
}

.category-icon-box .icon {
    width: 100px;
}

.category-icon-box h3 {
    font-size: 22px;
    height: 56px;
}

.nav-box {
    position: relative;
    display: block;
    text-align: center;
    transition: all ease-in-out 0.3s;
    box-shadow: 0 3px 20px -2px rgba(20, 45, 100, 0.1);
    border-radius: var(--border-radius);
    overflow: hidden;
}

.nav-box .item-info {
    position: absolute;
    inset: 0;
    padding: 15px;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10;
    transition: all ease-in-out 0.3s;
}

.nav-box .item-info h3 {
    font-size: 28px;
    color: #FFFFFF;
}

.nav-box > .item-img > .item {
    background-size: cover;
    background-position: center center;
}

.article-list {
    padding-top: 20px;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 20px;
}

.article-list h3 {
    font-size: 16px;
    line-height: 30px;
    min-height: 60px;
}

.article-list .btn-download {
    font-size: 14px;
    color: #FFFFFF;
    background: linear-gradient(var(--btn-linear-gradient));
    transition: 0.3s all;
}


.docs-download .btn-download {
    opacity: 0;
    visibility: hidden;
}

.docs-download:hover .btn-download {
    background: linear-gradient(var(--btn-linear-gradient-hover));
    visibility: visible;
    opacity: 1;
}

.article-list .btns {
    min-width: 80px;
}

.btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 1px solid var(--border-color);
    border-radius: 50%;
}

.btn-icon i.bi {
    font-size: 14px;
    color: var(--border-color)
}

.btn-icon i.bi-eye {
    margin-top: 4px;
}

.btn-icon:hover {
    border-color: #FFFFFF;
    background: linear-gradient(var(--btn-linear-gradient));
}

.btn-icon:hover i {
    color: #FFFFFF;
}

.article-list .article-more {
    font-size: 12px;
    color: var(--text-color-secondary);
    margin-top: 5px;
}

/*--------------------------------------------------------------
# Video
--------------------------------------------------------------*/

.video-box h4 {
    font-size: 16px;
    line-height: 30px;
    min-height: 60px;
    margin: 10px 0;
}

.video .video-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: rgba(69, 80, 91, 0.8);
    border-radius: var(--border-radius);
}

.video .video-wrap::before {
    content: "";
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    left: 30px;
    right: 30px;
    top: 30px;
    bottom: 30px;
    transition: all ease-in-out 0.3s;
    z-index: 2;
    opacity: 0;
}

.video .video-wrap .video-info {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.video .video-wrap .video-info::before {
    display: block;
    content: "";
    width: 48px;
    height: 48px;
    position: absolute;
    top: 35px;
    left: 35px;
    border-top: 3px solid #d7dce1;
    border-left: 3px solid #d7dce1;
    transition: all 0.5s ease 0s;
    z-index: 9994;
}

.video .video-wrap .video-info::after {
    display: block;
    content: "";
    width: 48px;
    height: 48px;
    position: absolute;
    bottom: 35px;
    right: 35px;
    border-bottom: 3px solid #d7dce1;
    border-right: 3px solid #d7dce1;
    transition: all 0.5s ease 0s;
    z-index: 9994;
}


.video .video-wrap .video-links {
    text-align: center;
    z-index: 4;
}

.video .video-wrap .video-links a {
    margin: 0 2px;
    font-size: 60px;
    display: inline-block;
    transition: 0.3s;
    color: var(--focus-color);
}

.video .video-wrap:hover::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
}

.video .video-wrap:hover .video-info {
    opacity: 1;
}

.video .video-wrap:hover .video-info::before {
    top: 15px;
    left: 15px;
}

.video .video-wrap:hover .video-info::after {
    bottom: 15px;
    right: 15px;
}


.solution-box h1, .contact-box h3 {
    font-size: 2rem;
    color: var(--title-color)
}

/*--------------------------------------------------------------
# contact
--------------------------------------------------------------*/

.contact-box {
    margin-top: 20px;
}

.contact-box h3 {
    margin-bottom: 30px;
}

.contact-box p {
    display: flex;
    align-items: center;
    font-size: 18px;
}

@media (max-width: 768px) {
    .contact-box p {
        font-size: 14px;
    }
}

.contact-box em {
    font-size: 20px;
    color: #fff;
    float: left;
    width: 44px;
    height: 44px;
    background: linear-gradient(180deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
    margin-right: 15px;
}

.contact-box p:hover em {
    background: linear-gradient(180deg, var(--secondary-color) 0%, var(--primary-color) 100%);
}


/*--------------------------------------------------------------
# product gallery
--------------------------------------------------------------*/
.product-gallery {
    position: -webkit-sticky;
    position: sticky;
    top: calc(3.33333vw + 72px);
}

.product-gallery .swiper-thumbs {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

.product-gallery .swiper-gallery .swiper-slide {
    background-color: #FFFFFF;
}

.product-gallery .swiper-thumbs .swiper-slide {
    padding: 0px;
    border: 1px var(--border-color) solid;
    background-color: #FFFFFF;
}

.show-big {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 100;
}

.show-big i {
    font-size: 20px;
    color: #000000;
    transition: 0.3s;
}

.show-big:hover i {
    color: var(--focus-color);
}

.product-gallery .swiper-slide-thumb-active {
    border-color: var(--primary-color) !important;
}

/*--------------------------------------------------------------
# product detail
--------------------------------------------------------------*/
.article .article-head h3 {
    border-left: 4px solid var(--secondary-color);
    border-radius: 4px 4px 4px 4px;
    padding-left: 15px;
    font-size: 2rem;
    margin-bottom: 1rem;
}

.article .article-body img {
    max-width: 100%;
    height: auto;
}

@media screen and (min-width: 992px) {
    .article .article-body img {
        max-width: 1000px;
        height: auto;
    }
}

.article-intro .article-title h2 {
    text-transform: none;
}

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.service-item {
    padding: 20px;
    background: #fff;
    height: 100%;
}

.service-item .icon {
    width: 48px;
    height: 48px;
    position: relative;
    margin-bottom: 50px;
}

.service-item .icon i,
.service-item .icon em {
    color: var(--text-color-primary);
    font-size: 40px;
    transition: ease-in-out 0.3s;
    z-index: 2;
    position: relative;
    line-height: 1.8;
}

.service-item .icon:before {
    display: none !important;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #f0f1f2;
    border-radius: 50px;
    z-index: 1;
    top: 10px;
    right: -15px;
    transition: 0.3s;
}

.service-item h3 {
    color: var(--text-color-primary);
    margin: 0 0 20px 0;
    padding-bottom: 8px;
    font-size: 22px;
    position: relative;
    display: inline-block;
    border-bottom: 4px solid #ebebed;
    transition: 0.3s;
}

.service-item p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.service-item .readmore {
    margin-top: 15px;
    display: inline-block;
    color: var(--primary-color);
}

/*.service-item:hover .icon:before {*/
/*    background: var(--btn-color);*/
/*}*/

.service-item:hover h3 {
    border-color: var(--primary-color);
}

@media (max-width: 768px) {

    .banner-inner-wrapper {
        position: relative;
        height: calc(100vw * 9 / 16 - 100px);
        z-index: 10;
        color: #ffffff;

    }

    .banner-inner-wrapper h2 {
        font-size: 2rem;
    }

    .banner-inner-wrapper p {
        font-size: 24px;
    }

    .featured-services .service-item {
        padding: 10px;
    }

    .featured-services .icon-box .icon {
        display: none;
    }

    .featured-services .icon-box .content {
        padding-left: var(--m-lf);
        padding-right: var(--m-lf);
        margin-left: 0;
    }

    .products .product-info h1,
    .solution-box h1, .contact-box h3,
    .business_owners-item .text h1,
    .list-products .product-item .item-info h3 {
        font-size: 22px;
        color: var(--title-color);
    }

    .cta h3 {
        font-size: 22px;
    }

    .nav-box .item-info h3 {
        font-size: 22px;
    }

    .solution-box p.lead, .list-products .product-item .item-info p {
        font-size: 16px;
        font-weight: normal;
    }

    .business_owners-item .text p {
        padding-left: 0;
        font-size: 16px;
        font-weight: normal;


    }

    .business_owners-item .text p:before {
        border: none;
        border-radius: 0;


    }

    .business_owners-item {
        margin-bottom: 1rem;
    }

    .article-title h2 {
        font-size: 22px;
        margin-bottom: 1rem;
    }

    .section-title h2, .section-title__v2 h2,
    .article .article-head h3 {
        font-size: 26px;
    }

    .section-title p {
        font-size: 14px;
    }

    .navbar a, .navbar a:focus {
        justify-content: flex-start;
    }


    .category-icon-box h3 {
        font-size: 1rem;
        word-break: break-word;
        height: 40px;
    }

    .btn-links .btn-read-more {
        padding: 8px 15px;
    }

    .btn-links .btn-read-more span {
        font-size: 14px;
        letter-spacing: normal;
        word-break: break-word;
    }

    .btn-links .btn-read-more i {
        font-size: 13px;
    }

    .btn-read-more.small {
        padding: 6px 10px;
    }

    .btn-read-more.small span {
        font-size: 13px !important;
        word-break: break-word;
        letter-spacing: normal;
    }

    .btn-read-more.small i {
        font-size: 12px;
    }

    .article-body img {
        max-width: 100% !important;
        height: auto !important;
    }

    .business_owners-item .text {
        padding: var(--m-lf);
    }

    .about .content {
        padding: var(--m-lf);
    }
}

.partner-item {
    padding: 15px;
}


.feature-box h4.title {
    color: #111;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

.feature-box p {
    font-size: 15px;
    margin-bottom: 0;
}


/*图片固定效果代码*/
.sticky-main {
    width: 100%;
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
}

.sticky-box {
    width: 100%;
    height: 75vh;
    position: sticky;
    left: 0;
    top: 10vh;
    bottom: 0;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.sticky-box .st-img {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-crisp-edges;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

.st-content-box {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    width: 100%;
    align-items: center;
    text-align: left;
}


.st-content-box .content {
    width: 100%;
    margin-inline: auto;
    -webkit-box-pack: start;
    justify-content: start;
    -webkit-box-align: start;
    align-items: start;
    margin: 0px;
    min-height: 65vh;
}

.st-content-box .content .text h2 {
    font-size: 2rem;
    color: var(--title-color);
    margin-bottom: 25px;
}

.st-content-box .content .text {
    font-size: 1.25rem;
    font-weight: 300;
}

/*图片固定效果代码结束*/
/*.home-owner {*/
/*    min-height: 100vh;*/
/*}*/


@media screen and (min-width: 768px) {
    .home-owner.gird-col-2 {
        padding: 5.66667vw;
    }
}

.gird-col-2 .gird-img {
    display: flex;
    justify-content: center;
    max-height: calc(100vh - 80px - 20px);
    /*padding-top: 10px;*/
    /*padding-bottom: 10px;*/
    height: 100%;
    align-items: center;
    flex-direction: column;
    position: relative;
    transition: all ease-in-out 0.3s;
}


.gird-col-2 .gird-img .img {
    border-radius: var(--border-radius);
    max-height: 80vh;
    overflow: hidden;
}


@media screen and (max-width: 768px) {
    .gird-col-2 .gird-img .img {
        border-radius: var(--border-radius__mobile);
    }
}

.gird-col-2 .gird-content {
    margin-inline: auto;
    -webkit-box-pack: start;
    justify-content: center;
    -webkit-box-align: start;
    align-items: start;
    margin: 0px;
}

.gird-col-2 .gird-content .text h2 {
    font-size: 2rem;
    color: var(--title-color);
    margin-bottom: 25px;
}

.gird-col-2 .gird-content .text {
    font-size: 1.25rem;
    font-weight: 300;
}

@media screen and (max-width: 768px) {
    .gird-col-2 .gird-content .text h2 {
        font-size: 24px;
    }

    .gird-col-2 .gird-content .text {
        font-size: 1rem;
    }
}

.case-item {
    border-radius: var(--border-radius);
    background: #FFFFFF;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    overflow: hidden;
    transition: all .2s linear;
}

.case-item:hover {
    transform: scale(1.05);
}

.case-item .item {
    border-radius: var(--border-radius);
}

.case-item .item-info {
    padding: 1.5rem;
    padding-top: 0.75rem;
}

.case-item .item-info h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    --chakra-line-clamp: 2;
}

.case-item .item-info .lead {
    color: var(--text-color-secondary);
    font-size: 16px;
    margin-bottom: 0;
}

.column-box_1 {
    position: relative;
    transition: all ease-in-out 0.3s;
}

.column-box_1 .summary {
    position: absolute;
    inset: 0;
    padding: 15px;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10;
    transition: all ease-in-out 0.3s;
}

.column-box_1:hover .summary {
    color: #FFFFFF;
}

.column-box_1 .summary h3 {
    font-size: 28px;
}

.column-box_1 .summary p {
    font-size: 18px;
}

.column-box_1:hover {
    box-shadow: 0 6px 25px 0px rgba(20, 45, 100, 0.2);
}

.column-box_1 img {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
}

@media screen and (max-width: 768px) {
    .column-box_1 .summary {
        padding: 10px;
    }

    .column-box_1 .summary h3 {
        font-size: 22px;
    }

    .column-box_1 .summary p {
        font-size: 16px;
    }

}

.box-acc {
    position: relative;
    transition: all 0.3s ease-out;
    overflow: hidden;
    border-bottom: 1px solid var(--border-color);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

/*.box-acc:hover,*/
/*.box-acc:has(.acc-body.show) {*/
/*    border-radius: var(--border-radius);*/
/*    box-shadow: 0 5px 47px 4px rgba(var(--primary-color-rgb), .1);*/

/*}*/


.box-acc .acc-header {
    padding: 20px 20px 10px 20px;
    position: relative;
    transition: all 0.3s ease-out;
    border-top-right-radius: var(--border-radius);
    border-top-left-radius: var(--border-radius);
}

.box-acc .acc-header h3 {
    font-size: 20px;
    font-weight: 600;
}

.box-acc .acc-header p {
    font-size: 14px;
    padding: 5px 0;
    color: var(--text-color-secondary);
    margin-bottom: 0;

}

.box-acc .acc-header p span b {
    font-weight: 600;
}

.box-acc .acc-header .accordion-icon {
    position: absolute;
    right: 30px;
    top: 18px;
}

.box-acc .acc-header .accordion-icon i {
    font-size: 30px;
    font-weight: 400;
}

.box-acc .acc-body {
    border-bottom-right-radius: var(--border-radius);
    border-bottom-left-radius: var(--border-radius);
    padding: 20px 20px 10px 20px;
    transition: all 0.3s ease-out;
}

/*.box-acc:hover .acc-header,*/
/*.box-acc:hover .acc-body,*/
.box-acc:has(.acc-body.show) .acc-header,
.box-acc:has(.acc-body.show) .acc-body {
    background-color: #FFFFFF;
}

.box-acc .acc-body strong, .box-acc .acc-body b {
    font-weight: 600;
}

.box-acc .acc-body .content img {
    max-width: 100% !important;
    height: auto !important;
}

.box-acc .acc-body .content p {
    margin-bottom: 8px;
}

.box-acc .acc-body .content button {
    margin-top: 1.5rem;
}

#acc-wrap [aria-expanded="false"] .accordion-icon i:nth-child(1) {
    display: inline;
}

#acc-wrap [aria-expanded="false"] .accordion-icon i:nth-child(2) {
    display: none;
}

#acc-wrap [aria-expanded="true"] .accordion-icon i:nth-child(1) {
    display: none;
}

#acc-wrap [aria-expanded="true"] .accordion-icon i:nth-child(2) {
    display: inline;
    color: var(--primary-color);
}

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

    .box-acc .acc-header {
        padding: 10px 0 0 0;
        background-color: transparent;
    }

    .box-acc .acc-header h3 {
        font-size: 16px;
    }

    .box-acc .acc-header .accordion-icon {
        right: 0;
        top: 3px;
    }

    .box-acc .acc-body {
        background-color: transparent;
        padding: 20px 0 0 0;
    }

    .box-acc:has(.acc-body.show) .acc-header, .box-acc:has(.acc-body.show) .acc-body {
        background-color: transparent;
    }
}

.wz-form-search {
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: var(--border-radius);
    border: .0625rem solid var(--border-color);
    background-color: #FFFFFF;
}

.wz-form-search input {
    border: 0;
    padding: 16px 32px;
}

.form-control:focus {
    outline: none;
    webkit-box-shadow: none;
    box-shadow: none;
}

.wz-form-search button {
    border: none;
    border-color: transparent !important;
}

.wz-form-search button:active {
    border: none;
}

.file-nav ul li {
    display: inline-block;
}

.file-nav ul li a {
    display: inline-block;
    padding: 10px 15px;
    border-radius: var(--border-radius);
    background-color: #FFFFFF;
    transition: 0.3s all;
    font-size: 16px;
    font-weight: bold;
}

.file-nav ul li a:hover,
.file-nav ul li.active a {
    background-image: linear-gradient(var(--linear-gradient));
    color: #FFFFFF;
}

.file-nav ul li:not(:last-child) a {
    margin-right: 8px;
}

@media screen and (max-width: 768px) {
    .file-nav ul li a {
        padding: 5px 10px;
        font-size: 14px;
    }
}

/* 大事记 */
.client-item {
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.03);
}

.history .swiper-box .swiper-history .title {
    font-size: 20px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .history .swiper-box .swiper-history .content {
        text-align: center;
    }
}

.self-svg {
    display: flex;
    align-items: center;
    justify-content: center;
}

.self-svg svg.icon {
    width: 100%;
    height: 100%;
    fill: #FFFFFF;
}

.swiper-btn-box {
    --s: 16px;
    --fill: var(--mcolor);
    --dc: rgba(var(--mcolor-rgb), 0.1);
    --hc: rgba(var(--mcolor-rgb), 0.5);
}

.swiper-btn-box .swiper-btn {
    display: flex;
    position: relative;
}

.swiper-btn-box .swiper-btn .self-svg {
    --size: 100%;
    position: relative;
    border-radius: 5px;
    width: var(--s);
    height: var(--s);
    background-color: transparent;
    transition: background 0.3s;
}

.swiper-btn-box .swiper-btn.prev svg {
    transform: scaleX(-1);
}

.swiper-box .swiper-other {
    padding-top: clamp(0.3rem, 3.645vw, 70px);
}

.swiper-box .swiper-other .swiper-btn {
    flex-shrink: 0;
}

.swiper-box .swiper-other .delay-box {
    width: calc(96.8% - var(--s) * 2);
}

.swiper-box .swiper-other .delay-box .delay-line {
    display: block;
    position: relative;
    background: #dcdcdc;
    height: 2px;
}

.swiper-box .swiper-other .delay-box .delay-line::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--btn-bg);
}

.swiper-box .swiper-other .delay-box.run .delay-line::before {
    animation: swiper-delay-ani var(--anitime) linear;
}

@keyframes cycle-ani {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pointrun1 {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    75% {
        transform: scale(4.5);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.history {
    --anitime: 9.3s;
    position: relative;
    overflow: hidden;
    padding-top: clamp(30px, 3.48vw, 67px);
    padding-bottom: clamp(0.5rem, 6.25vw, 150px);
    background-image: linear-gradient(90deg, var(--primary-color) 0%, #945AD0 50%, var(--primary-color) 100%);
}

.history .big-text {
    color: rgba(244, 244, 244, 0.03);
}

.history .auto-title-block .auto-title-des {
    color: #fff;
}

.history .img-cycle {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1399px;
}

.history .img-cycle img {
    display: block;
    animation: cycle-ani var(--anitime) linear infinite;
}

.history .auto-title-block .auto-title-h2 {
    color: #ffffff;
}

.history .swiper-box {
    margin-top: clamp(0.35rem, 14.16vw, 160px);
    color: #ffffff;
}

.history .swiper-box .swiper-history .swiper-slide {
    opacity: 0.5;
}

.history .swiper-box .swiper-history .swiper-slide.swiper-slide-active {
    opacity: 1;
}

.history .swiper-box .swiper-history .year {
    font-size: 48px;
    font-weight: bold;
    line-height: 1em;
    letter-spacing: 1px;
}

.history .swiper-box .swiper-history .title {
    font-size: 24px;
    margin: 1rem 0;
}

.history .swiper-box .swiper-history .content {
    --point: 6px;
    --lh: 1.7em;
    margin-top: 26px;
    font-size: 16px;
}

.history .swiper-box .swiper-history .content p {
    margin-bottom: 0;
    padding-left: 15px;
    position: relative;
}

.history .swiper-box .swiper-history .content p::before {
    content: '';
    position: absolute;
    display: block;
    margin-top: calc((var(--lh) - var(--point)) / 2);
    margin-right: 0.5em;
    border-radius: 50%;
    height: var(--point);
    width: var(--point);
    background: #ffffff;
    left: 0;
}

.history .swiper-box .swiper-history .content p + p {
    margin-top: 0.6em;
}

.history .swiper-box .swiper-other {
    margin-top: clamp(0.3rem, 4.76vw, 80px);
}

.history .swiper-box .swiper-thumb {
    --anstime: 3s;
    --pw: 12px;
    --pad: 45px;
    margin: calc(var(--pad) * -1) 0;
    width: calc(95% - var(--s) * 2);
    padding: var(--pad) 0;
}

.history .swiper-box .swiper-thumb::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    height: 1px;
    width: 100%;
    background: #ffffff;
}

.history .swiper-box .swiper-thumb .swiper-slide {
    position: relative;
    cursor: pointer;
    text-align: center;
}

.history .swiper-box .swiper-thumb .swiper-slide.swiper-slide-thumb-active .point {
    opacity: 0;
}

.history .swiper-box .swiper-thumb .swiper-slide.swiper-slide-thumb-active .logo {
    opacity: 1;
}

.history .swiper-box .swiper-thumb .swiper-slide.swiper-slide-thumb-active .year {
    opacity: 1;
}

.history .swiper-box .swiper-thumb .icon {
    display: block;
    position: relative;
}

.history .swiper-box .swiper-thumb .point {
    display: block;
    margin: 0 auto;
    position: relative;
    border-radius: 50%;
    border: 3px solid var(--secondary-color);
    width: calc(var(--pw) * 1);
    height: calc(var(--pw) * 1);
    background-color: #e4eff5;
}

.history .swiper-box .swiper-thumb .point::before,
.history .swiper-box .swiper-thumb .point::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(31deg, #582c84 0%, #9f6ddd 65%, #582c84 100%), linear-gradient(#582c84, #9f6ddd);
    background-blend-mode: normal, normal, normal;
    animation: pointrun1 var(--anstime) infinite;
}


.history .swiper-box .swiper-thumb .point::after {
    animation-delay: 0.75s;
}

.history .swiper-box .swiper-thumb .logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;

}

.history .swiper-box .swiper-thumb .logo img {
    display: block;
    /*filter: grayscale(100%) brightness(500%);*/
    height: auto;
    width: 48px;
}

.history .swiper-box .swiper-thumb .year {
    position: absolute;
    margin-top: 1em;
    width: 100%;
    font-size: 20px;
    line-height: 1.4em;
    opacity: 0.5;
}

.history .swiper-box .swiper-btn .self-svg {
    --fill: #ffffff;
}

@media (max-width: 1700px) {
    .history .swiper-box {
        margin-top: clamp(0.35rem, 10vw, 272px);
    }

    .history .swiper-box .swiper-history .year {
        font-size: 44px;
    }

    .history .swiper-box .swiper-history .p {
        margin-top: 22px;
    }

    .history .swiper-box .swiper-history .p p + p {
        margin-top: 0.5em;
    }

    .history .swiper-box .swiper-other {
        margin-top: clamp(0.3rem, 4vw, 80px);
    }
}

@media (max-width: 1600px) {
    .swiper-box .swiper-other {
        padding-top: clamp(0.3rem, 2.8vw, 70px);
    }

    .history .swiper-box {
        margin-top: clamp(0.35rem, 7vw, 272px);
    }

    .history .swiper-box .swiper-history .year {
        font-size: 40px;
    }

    .history .swiper-box .swiper-history .p {
        margin-top: 18px;
        font-size: 20px;
    }

    .history .swiper-box .swiper-other {
        margin-top: clamp(0.3rem, 3.6vw, 80px);
    }
}

@media (max-width: 1500px) {
    .history .swiper-box .swiper-history .year {
        font-size: 36px;
    }
}

@media (max-width: 1200px) {
    .swiper-box .swiper-other {
        padding-top: 0.3rem;
    }

    .history {
        padding-top: 47px;
        padding-bottom: 47px;
    }

    .history .swiper-box {
        margin-top: 22px;
        margin-bottom: 32px;
    }

    .history .swiper-box .swiper-history .year {
        text-align: center;
        font-size: 32px;
    }

    .history .swiper-box .swiper-history .p {
        margin-top: 12px;
        font-size: 18px;
    }

    .history .swiper-box .swiper-other {
        margin-top: 6px;
    }

    .history .swiper-box .swiper-thumb {
        --anstime: 3s;
        --pw: 12px;
        --pad: 42px;
    }

    .history .swiper-box .swiper-thumb .logo img {
        width: 22px;
    }

    .history .swiper-box .swiper-thumb .year {
        margin-top: 12px;
        font-size: 18px;
    }
}


.feature .icon-box {
    background-color: #fff;
    padding: 50px 40px;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
    border-radius: var(--border-radius);
    transition: all 0.3s ease-out 0s;
}

.feature .icon-box .icon {
    width: 80px;
    height: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 0;
    transition: all 0.4s ease-out 0s;
}

.feature .icon-box h3 {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 700;
}

.feature .icon-box .detail {
    min-height: 52px;
}

.feature .icon-box .detail p {
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .feature .icon-box {
        padding: 20px 40px;
    }

    .feature .icon-box .icon {
        width: 64px;
        height: 64px;
    }

    .feature .icon-box .detail {
        min-height: auto;
    }
}

.post-box {
    overflow: hidden;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
    border-radius: var(--border-radius);
    background: #FFFFFF;
}

.post-box .post-txt {
    padding: 1.5rem;
    padding-top: 1.5rem;
    padding-top: 0.75rem;
}

.post-box .post-txt h3 {
    color: #111;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    min-height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    --chakra-line-clamp: 2;
}

.post-box .post-txt time {
    font-size: 14px;
    color: var(--text-color-secondary)
}

/*--------------------------------------------------------------
# Frequently Asked Questions Section
--------------------------------------------------------------*/

.feedback .card {
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
    border-radius: var(--border-radius);
    background: #FFFFFF;
    border: none;
    padding: 15px;
}

.feedback .card .card-header {
    padding-top: 20px;
    background: #FFFFFF;
    border: none;
}

.faqlist {
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
    border-radius: var(--border-radius);
    background: #FFFFFF;
    overflow: hidden;
    padding: 30px;
}


.faqlist .card-title {
    margin-top: 5px;
}

.faq .accordion-item {
    border: 0;
    border-bottom: 1px solid var(--border-color);
}

.faq .accordion-item:last-child {
    margin-bottom: 0;
}

.faq .accordion-collapse {
    border: 0;
}

.faq .accordion-button {
    border: 0;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    background: #fff;
    box-shadow: none;
    padding-right: 50px;
}

.faq .accordion-button .num {
    padding-right: 10px;
    font-size: 20px;
    line-height: 0;
    color: var(--primary-color);
}

.faq .accordion-button:not(.collapsed) {
    color: initial;
    border-bottom: 0;
    box-shadow: none;
}

.faq .accordion-button:after {
    position: absolute;
    right: 20px;
    top: 12px;
}

.faq .accordion-body {
    padding: 10px;
    border: 0;
    border-radius: 10px;
    background: #fff;
    box-shadow: none;
}

.faq .accordion-body .read-more,
.faq .accordion-body .read-more span {
    font-size: 14px;
    color: var(--text-color-secondary);
}

@media screen and (max-width: 768px) {
    .faqlist {
        box-shadow: none;
        padding: 10px 0;
    }

    .faq .accordion-button::after {
        background-size: 1rem;
        right: 10px;
        top: 15px;
    }

    .faq .accordion-button .num {
        font-size: 16px;
    }

    .feedback .card {
        box-shadow: none;
        padding: 0;
    }

    .feedback .form-control::placeholder {
        font-size: 14px;
    }
}

/*faqs 内容滚动 2025-10-27*/
.scrollable {
    max-height: 500px;
    overflow-y: auto;
    padding-right: 10px;
}

.scrollable::-webkit-scrollbar {
    width: 8px;
}

.scrollable::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.scrollable::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 4px;
}

.scrollable::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

/*--------------------------------------------------------------
# Jobs
--------------------------------------------------------------*/
.box-jobs {
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
    border-radius: var(--border-radius);
    padding: 20px 30px;
    background-color: #FFFFFF;
    margin-bottom: 30px;
    position: relative;
    transition: all 0.3s ease-out;
    overflow: hidden;
}

.box-jobs:hover,
.box-jobs:has(.jobs-body.show) {
    box-shadow: 0 5px 47px 4px rgba(var(--primary-color-rgb), .2);
}

.box-jobs:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 3px;
    bottom: 0;
    background-image: linear-gradient(var(--linear-gradient));
    width: 0;
    opacity: 0;
    transition: all 0.3s ease-out;
}

.box-jobs:hover:after,
.box-jobs:has(.jobs-body.show):after {
    width: 100%;
    opacity: 0;
}


.box-jobs .jobs-header {
    padding: 10px 0;
    position: relative;
}

.box-jobs .jobs-header h3 {
    font-size: 20px;
    font-weight: 600;
}

.box-jobs .jobs-header p {
    font-size: 14px;
    padding: 5px 0;
    color: var(--text-color-secondary);
    margin-bottom: 0;

}

.box-jobs .jobs-header p span b {
    font-weight: 600;
}

.box-jobs .jobs-header .accordion-icon {
    position: absolute;
    right: 0;
    top: 10px;
}

.box-jobs .jobs-header .accordion-icon i {
    font-size: 30px;
    font-weight: 400;
}

.box-jobs .jobs-body {
    margin: 1.5rem 0;
}

.box-jobs .jobs-body strong, .box-jobs .jobs-body b {
    font-weight: 600;
}

.box-jobs .jobs-body .content p {
    margin-bottom: 8px;
}

.box-jobs .jobs-body .content button {
    margin-top: 1.5rem;
}

#jobs [aria-expanded="false"] .accordion-icon i:nth-child(1) {
    display: inline;
}

#jobs [aria-expanded="false"] .accordion-icon i:nth-child(2) {
    display: none;
}

#jobs [aria-expanded="true"] .accordion-icon i:nth-child(1) {
    display: none;
}

#jobs [aria-expanded="true"] .accordion-icon i:nth-child(2) {
    display: inline;
    color: var(--primary-color);
}

#hr_contact .modal-body p {
    margin-bottom: 5px;
}

#hr_contact .modal-body input, #hr_contact .modal-body input:focus {
    border: none;
    outline: none !important;
}

#hr_contact .btn-clipboard {
    font-size: 12px;
    color: var(--text-color-secondary);
    border: none;
    background-color: transparent;
}

@media screen and (max-width: 768px) {
    .box-jobs {
        box-shadow: none;
        border-radius: 0;
        padding: 0;
        border-bottom: 1px solid var(--border-color);
    }

    .box-jobs:hover, .box-jobs:has(.jobs-body.show) {
        box-shadow: none;
    }

    .box-jobs .jobs-header h3 {
        font-size: 18px;
    }
}

.testimonies-box {
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    border-radius: var(--border-radius);
    padding: 20px 30px;
    background-color: #FFFFFF;
    margin: 30px 15px;
}

.testimonies-box .tb-hd .name {
    font-size: 20px;
    font-weight: 600;
}

.testimonies-box .tb-hd p {
    color: var(--text-color-secondary);
}

.testimonies-box .tb-bd {
    min-height: 160px;
}

/*.testimonies-wrapper .owl-stage-outer {*/
/*    overflow: unset;*/
/*}*/
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--primary-color);
}

@media (max-width: 750px) {
    .feature > .row > [class*='col-']:last-child,
    .grid-2_x .row > [class*='col-']:last-child,
    .project-cases .row > [class*='col-']:last-child,
    .installers .container > .installers-item:last-child {
        margin-bottom: 0 !important;
    }

}

.services .service-item {
    box-shadow: 0 3px 20px -2px rgba(20, 45, 100, 0.1);
    padding: 50px 30px;
    transition: all ease-in-out 0.4s;
    height: 100%;
    border-radius: var(--border-radius);
}

.services .service-item .icon {
    margin-bottom: 10px;
}

.services .service-item .icon i {
    color: var(--focus-color);
    font-size: 36px;
    transition: 0.3s;
}

.services .service-item h4 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 20px;
}

.services .service-item h4 a {
    color: var(--primary-color);
    transition: ease-in-out 0.3s;
}

.services .service-item p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.services .service-item:hover {
    transform: translateY(-10px);
}

.services .service-item:hover h4 a {
    color: var(--primary-color);
}

.appqr img {
    max-width: 128px;
    height: auto;
}

/*
 * 2025.10.27 更新兼容微信视频自动播放
 * 视频处理，配合微信视频自动播放 js 使用
 */
.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 宽高比 */
    background: #000;
}

.video-container .video-player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-container .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    transition: opacity 0.3s;
}

.video-container .video-overlay.hidden {
    opacity: 0;
    pointer-events: none;
}

.video-container .play-btn {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    cursor: pointer;
    transition: transform 0.2s, background 0.2s;
}

.video-container .play-btn:hover {
    transform: scale(1.1);
    background: white;
}

.video-container .play-btn::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 15px solid var(--primary-color);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    margin-left: 5px;
}
