html {
    scroll-behavior: smooth;
}
body {
    background: #fff;
    letter-spacing: 0.1em;
    /* 字体家族 */
    font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Segoe UI", Helvetica, Arial, sans-serif;
    /* 字体优化 */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    /* 字体特征 */
    font-feature-settings: 'kern' 1, 'liga' 1, 'clig' 1;
    font-variant-ligatures: common-ligatures; 

}
a, a:hover, a:focus {
  text-decoration: none;
}
.waper .container-fluid {
    max-width: 1460px;
}
.card-custom {
    cursor: pointer;
    will-change: transform, opacity;
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.card-custom:hover {
    transform: translate3d(0, -5px, 0);
}
.section-product {
    background-color: #f7fafd;
}

/***********************************************************/

.section-header {
    /*background-color: rgba(5, 88, 229, 0.1);*/
    color: #fff;
    padding: 2rem 0;
    transition: all 0.3s;
}
.section-header h2 {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
}
.section-header h2:first-child {
    margin-bottom: 0.5rem;
}
.section-header::before {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    left: 0px;
    right: 0px;
    transition: all 0.2s;
    opacity: 1;
    visibility: visible;
    opacity: 0.9;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: -1;
}
.section-header.head_white {
    background-color: rgba(255, 255, 255, 1);
}
.section-header.head_blue {
    background-color: rgba(5, 88, 229, 0.9);
}
@media (max-width: 767.98px) {
    .section-header {
        padding: 1.4rem 0;
    }
    .section-header h2 {
        font-size: 1.6rem;
    }
}
@media (max-width: 575.98px) {
    .section-header {
        padding: 0.8rem 0;
    }
    .section-header h2 {
        font-size: 1.2rem;
    }
    .section-header h2:first-child {
        margin-bottom: 0.2rem;
    }
}
/***********************************************************/

.section-banner .carousel-indicators {
    margin-bottom: 3rem;
}
.section-banner .carousel-indicators .cir {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 2rem;
    height: 0.4rem;
    padding: 1.2rem 1rem;
    display: flex;
    align-items: center;
    position: relative;
    background-color: rgba(255, 255, 255, 0.1);
}
.section-banner .carousel-indicators [data-bs-target] {
    border: 0;
    border-radius: 0.4rem;
    height: 0.8rem;
    width: 0.8rem;
    background: #fff;
    opacity: 0.8;
    transition: width 0.3s ease;
}

.section-banner .carousel-indicators [data-bs-target].active {
    border-radius: 0.4rem;
    width: 2.6rem;
    background: rgba(0, 82, 217, 1);
    opacity: 1;
}

@media (max-width: 767.98px) {
    .section-banner .carousel-indicators {
        margin-bottom: 2rem;
    }
}
@media (max-width: 575.98px) {
    .section-banner .carousel-indicators {
        margin-bottom: 1rem;
    }
    .section-banner .carousel-indicators .cir {
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 1rem;
        height: 0.4rem;
        padding: 1rem 0.8rem;
        display: flex;
        align-items: center;
        position: relative;
        background-color: rgba(255, 255, 255, 0.1);
    }
    .section-banner .carousel-indicators [data-bs-target] {
        border: 0;
        border-radius: 0.3rem;
        height: 0.6rem;
        width: 0.6rem;
        background: #fff;
        opacity: 0.4;
        transition: width 0.3s ease;
    }

    .section-banner .carousel-indicators [data-bs-target].active {
        border-radius: 0.3rem;
        width: 1.6rem;
        background: rgba(0, 82, 217, 1);
        opacity: 1;
    }
}

/***********************************************************/

.section-title {
    font-size: 1.8rem;
    padding: 1.5rem 0;
    /*color: rgba(5, 88, 229, 1);*/
    color: rgba(43, 46, 46, 0.9);
    letter-spacing: 0.1em;
}
@media (max-width: 767.98px) {
    .section-title {
        font-size: 1.6rem;
        padding: 1rem 0;
    }
}
@media (max-width: 575.98px) {
    .section-title {
        font-size: 1.4rem;
        padding: 0.5rem 0;
    }
}

.section-service {
    background-color: #fff;
}
.section-service .card-custom .card-header {
    background-image: url(../img/card-header-bg.webp);
    background-position: 100% 100%;
    background-size: auto 100%;
    background-repeat: no-repeat;
}
.card-1 {
    background: linear-gradient(rgba(227, 247, 220, 0.2) -0.97%, rgba(235, 241, 231, 0.4) 76.94%), linear-gradient(rgb(244, 245, 250), rgb(244, 245, 250));
}
.card-2 {
    background: linear-gradient(rgba(228, 238, 255, 0) 0%, rgba(188, 203, 229, 0.3) 87.9%), rgb(228, 238, 255);
}
.card-3 {
    background: linear-gradient(rgba(244, 236, 222, 0) 0%, rgba(229, 222, 209, 0.5) 89.84%), rgb(244, 236, 222);
}
.card-4 {
    background: linear-gradient(rgba(230, 230, 230, 0) 0%, rgba(230, 230, 230, 0.5) 89.84%), rgb(234, 234, 234);
}
.card-5 {
    background: linear-gradient(rgb(237, 248, 243) -19.73%, rgb(235, 245, 240) 132.37%);
}

/***********************************************************/

.section-about {}
.section-about .section-about-header {
    position: relative;
}
.section-about .section-about-header::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background-image: url(../img/section-bg.webp);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 60px 60px 0 0;
    z-index: -1;
}
.section-about .section-about-header-cover {
    content: "";
    width: 100%;
    height: 60px;
    border-radius: 60px 60px 0 0;
    background: #fff;
}
.section-about .card-header {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.065);
}
.section-about .section-title {
    padding: 3.6rem 0;
}
.section-about .section-body {
    padding: 0;
    background: #fff;
}
.card-about-1 {
    background: linear-gradient(0deg, rgba(186, 216, 243, 0.04) 38.33%, rgba(186, 216, 243, 0.2) 100%), rgb(255, 255, 255);
}
.card-about-2 {
    background: linear-gradient(0deg, rgba(186, 216, 243, 0.04) 38.33%, rgba(186, 216, 243, 0.2) 100%), rgb(255, 255, 255);
}
.card-about-3 {
    background: linear-gradient(0deg, rgba(247, 208, 208, 0.04) 39.5%, rgba(247, 208, 208, 0.2) 100%), rgb(255, 255, 255);
}
.card-header-icon div {
    width: 50px;
    height: 50px;
}

@media (max-width: 767.98px) {
    .section-about .section-about-header::before {
        border-radius: 40px 40px 0 0;
    }
    .section-about .section-about-header-cover {
        height: 40px;
        border-radius: 40px 40px 0 0;
    }
    .section-about .section-title {
        padding: 2.5rem 0;
    }
}
@media (max-width: 575.98px) {
    .section-about .section-about-header::before {
        border-radius: 20px 20px 0 0;
    }
    .section-about .section-about-header-cover {
        height: 20px;
        border-radius: 20px 20px 0 0;
    }
    .section-about .section-title {
        padding: 2rem 0;
    }
}

/***********************************************************/
.section-footer {
    /*background: #fbfbfb;*/
}
.nav-action {
    /*background-color: #0558e5;*/
}
.nav-action-item {
    cursor: pointer
}
.nav-action-item:hover .nav-action-item-icon {
    background-color: hsla(0, 0%, 100%, .5);
    border-color: transparent
}
.nav-action-item-wrap {
    width: 80px;
    height: 80px;
    position: relative
}
.nav-action .nav-action-item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid hsla(217, 100%, 43%);
    border-radius: 50%;
    transition: all .3s ease-in-out;
    opacity: 1
}
.nav-action .nav-action-item-icon:before {
    content: "";
    display: block;
    background-repeat: no-repeat;
    transition: all .3s ease-in-out
}
.nav-action .nav-action-item-icon.qywx:before {
    width: 80px;
    height: 80px;
    background-image: url(../img/qywx.svg);
    background-position: center center;
}
.nav-action .nav-action-item-icon.gzh:before {
    width: 80px;
    height: 80px;
    background-image: url(../img/gzh.svg);
     background-position: center center;
}

.nav-action-item-qr {
    background: #fff;
    border-radius: 8px;
    padding: 8px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    transition: all .15s ease-in-out;
    opacity: 0;
    transform: scale(.55)
}
.nav-action-item-qr img {
    width: 100%
}
.nav-action-item-title {
    margin-top: 10px;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: hsla(217, 100%, 43%);
}
.nav-action-item:hover .nav-action-item-icon {
    opacity: 0;
    transform: scale(.55)
}
.nav-action-item:hover .nav-action-item-qr {
    opacity: 1;
    transform: scale(1.2)
}
