@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");
img{ max-width: 100%!important; }

/* === 图标字体定义 === */
@font-face {
  font-family: "bootstrap-icons";
  src: 
    url('/skin2022/fonts/bootstrap-icons.woff2') format('woff2'),
    url('/skin2022/fonts/bootstrap-icons.woff') format('woff');
  font-display: swap;
}

/* === 关键图标样式 === */
.bi::before {
  font-family: "bootstrap-icons" !important;
  font-style: normal;
  font-weight: normal !important;
  display: inline-block;
  vertical-align: middle;
}

/* 实际使用的图标定义 */
.bi-gear-fill:before { content: "\F3E3"; }
.bi-check-circle-fill:before { content: "\F26E"; }
.bi-stack:before { content: "\F5C2"; }
.bi-lightbulb-fill:before { content: "\F351"; }
.bi-graph-up-arrow:before { content: "\F4F1"; }
.bi-people-fill:before { content: "\F4CF"; }
.bi-award-fill:before { content: "\F337"; }
.bi-clipboard2-check:before { content: "\F44D"; }
.bi-headset:before { content: "\F4F9"; }
.bi-pencil-square:before { content: "\F4CA"; }
.bi-book:before { content: "\F193"; }
.bi-building:before { content: "\F1AD"; }
.bi-newspaper:before { content: "\F1EA"; }
.bi-mortarboard-fill:before { content: "\F4CF"; }
.bi-credit-card:before { content: "\F31B"; }
.bi-file-earmark-text:before { content: "\F42B"; }
.bi-chat-dots:before { content: "\F4C1"; }
.bi-telephone:before { content: "\F5E1"; }
.bi-arrow-right-circle:before { content: "\F138"; }
.bi-calendar-check:before { content: "\F1C3"; }
.bi-clock-history:before { content: "\F43A"; }
.bi-speedometer2:before { content: "\F57C"; }
.bi-shield-check:before { content: "\F533"; }
.bi-calendar-event:before { content: "\F1C4"; }
.bi-lightning-charge:before { content: "\F351"; }
.bi-info-circle:before { content: "\F431"; }
.bi-star:before { content: "\F588"; }
.bi-telephone-inbound-fill:before { content: "\F5E0"; }
.bi-chat-dots-fill:before { content: "\F4C2"; }

/* === 关键首屏样式 === */
body {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
    line-height: 1.6;
}

/* 加载指示器 */
.loading-indicator {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, #0066cc, #6e00ff);
    z-index: 9999;
    animation: loading 1.5s infinite;
}

@keyframes loading {
    0% { width: 0; opacity: 0.7; }
    70% { width: 70%; opacity: 1; }
    100% { width: 100%; opacity: 0; }
}

/* 服务保障横幅样式 */
.promise-section {
    background: linear-gradient(135deg, #0066cc 0%, #6e00ff 100%);
    color: #fff;
    padding: 1.5rem 0;
}

/* 服务导航样式 */
.services-nav {
    background: #f8f9fa;
    border-radius: 0.5rem;
    padding: 1rem;
    margin-bottom: 1.5rem;
}

.service-tab {
    border: none;
    padding: 0.5rem 1rem;
    margin: 0.25rem;
    border-radius: 2rem;
    background: white;
    transition: all 0.3s ease;
    cursor: pointer;
}

.service-tab.active, .service-tab:hover {
    background: #0066cc;
    color: white;
}

/* 卡片悬停效果增强 */
.service-card {
  transition: all 0.3s ease;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

/* 确保关键内容可见 */
.header, .banner, .promise-section, .mainBox {
    display: block !important;
    opacity: 1 !important;
}

/* 面板加载指示器 */
.panel-loading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 300px;
    background: #f8f9fa;
    border-radius: 8px;
}

.panel-spinner {
    width: 50px;
    height: 50px;
    border: 5px solid rgba(0,102,204,0.3);
    border-radius: 50%;
    border-top-color: #0066cc;
    animation: spin 1s linear infinite;
    margin-bottom: 15px;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* 优化卡片动画性能 */
.service-card {
    transition: transform 0.3s ease;
    will-change: transform;
}

/* 服务面板样式 */
.service-panel {
    display: none;
}

.service-panel.active {
    display: block;
}

/* 图片懒加载样式 */
.lazyload-img {
    opacity: 0;
    transition: opacity 0.3s ease;
    background-color: #f8f9fa;
}

.lazyload-img.loaded {
    opacity: 1;
    background-color: transparent;
}

/* 首屏关键内容样式 */
.critical-content {
    min-height: 80vh;
}

/* 优化后的服务卡片 */
.service-card-optimized {
    min-height: 250px;
}

/* === 原有样式优化 === */
.clearfix {
    *zoom: 1
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

a{text-decoration:none}
a:hover,a:focus{text-decoration:underline}

.pointer{cursor: pointer}
.max-wth-85{max-width: 80%}
.mt-n7, .my-n7 {
    margin-top: -6rem !important;
}

@media (min-width: 1200px){
    .mt-xl-n7, .my-xl-n7 {
        margin-top: -6rem !important;
    }
}
@media (min-width: 750px){
    .mt-sm-n7, .my-sm-n7 {
        margin-top: -6rem !important;
    }
}
@media (max-width: 1366px){
    .zc_qyzx h4{ font-size: 1.2rem }
}
@media (max-width: 750px){
    .mt-n7, .my-n7,.mt-sm-n7, .my-sm-n7 {
        margin-top: 0rem !important;
    }
    .lead{ font-size: 1rem; }
    .zc_qyzx h4{ font-size: 1rem }
    .zc_qyzx p.justify-content-end{ display: none !important;}
}

.bg-none{ background: none !important;}
.bg-myPrimary {
    fill: #0061b3 !important;
    background-color: #0061b3 !important;
}
.bg-section-dark {
    background-color: #0e0b2b !important;
}

.bg-gradient-1 {
    background: linear-gradient(90deg, #0099FF 0%, #6610f2 100%);
}
.bg-gradient-2 {
    background: linear-gradient(90deg, #e83e8c 0%, #6f42c1 100%);
}
.bg-gradient-3 {
    background: linear-gradient(90deg, #fd7e14 0%, #dc3545 100%);
}
.bg-gradient-31 {
    background: linear-gradient(90deg, #dc3545 0%, #fd7e14 100%);
}
.bg-gradient-4 {
    background: linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
}
.bg-gradient-5 {
    background: linear-gradient(90deg, #0099FF 0%, #6f42c1 100%);
}
.bg-gradient-6 {
    background: linear-gradient(90deg, #0099FF 0%, #ff0080 50%, #dc3545 100%);
}
.bg-gradient-7 {
    background: linear-gradient(90deg, #6b88fd 0%, #603cd4 100%);
}
.bg-gradient-8 {
    background: linear-gradient(90deg, #b798ff 0%, #663398 100%);
}
.bg-gradient-9 {
    background: linear-gradient(90deg, #cc97ff 0%, #9905cb 100%);
}
.bg-gradient-10 {
    background-image: linear-gradient(310deg,#7928ca,#ff0080);
}

.zc-main-nav {
    background: none;
}

.zc_logo {
    height: 2rem
}

.form-h-box {
    position: relative;
}

.form-h-search {
    position: absolute;
    right: .5rem
}

.bg-opacity {
    background-color: #336;
    opacity: .5;
}

.bg-opacity a.nav-link {
    color: #FFF !important
}

.waves {
    position: relative;
    width: 100%;
    height: 16vh;
    margin-bottom: -7px;
    min-height: 100px;
    max-height: 150px
}

.waves.waves-sm {
    height: 50px;
    min-height: 50px
}

.waves.no-animation .moving-waves > use {
    animation: none
}

.wave-rotate {
    transform: rotate(180deg)
}

.moving-waves > use {
    animation: f 40s cubic-bezier(.55,.5,.45,.5) infinite
}

.moving-waves > use:first-child {
    animation-delay: -2s;
    animation-duration: 11s
}

.moving-waves > use:nth-child(2) {
    animation-delay: -4s;
    animation-duration: 13s
}

.moving-waves > use:nth-child(3) {
    animation-delay: -3s;
    animation-duration: 15s
}

.moving-waves > use:nth-child(4) {
    animation-delay: -4s;
    animation-duration: 20s
}

.moving-waves > use:nth-child(5) {
    animation-delay: -4s;
    animation-duration: 25s
}

.moving-waves > use:nth-child(6) {
    animation-delay: -3s;
    animation-duration: 30s
}

@keyframes f {
    0% {
        transform: translate3d(-90px,0,0)
    }

    to {
        transform: translate3d(85px,0,0)
    }
}

@media (max-width:767.98px) {
    .waves {
        height: 40px;
        min-height: 40px
    }
}

.card-hover {
    transition: border-color .2s ease-in-out,background-color .2s ease-in-out,box-shadow .2s ease-in-out !important
}

.card-hover:hover {
    box-shadow: 0 .125rem .125rem -.125rem rgba(31,27,45,.08),0 .25rem .75rem rgba(31,27,45,.08)
}

.card-hover.shadow-sm.show, .card-hover.shadow-sm:hover {
    box-shadow: 0 .125rem .5rem -.25rem rgba(31,27,45,.12),0 .25rem 1rem rgba(31,27,45,.12) !important
}

.card-hover[class*=" bg-"].active, .card-hover[class*=" bg-"].show, .card-hover[class*=" bg-"]:hover, .card-hover[class^=bg-]:hover {
    background-color: #fff !important
}

.dropdown.show .card-hover {
    box-shadow: 0 .125rem .125rem -.125rem rgba(31,27,45,.08),0 .25rem .75rem rgba(31,27,45,.08) !important
}

.dropdown.show .card-hover.shadow-sm {
    box-shadow: 0 .125rem .5rem -.25rem rgba(31,27,45,.12),0 .25rem 1rem rgba(31,27,45,.12) !important
}

.dropdown.show .card-hover[class*=" bg-"] {
    background-color: #fff !important
}

.card-active {
    box-shadow: 0 .125rem .125rem -.125rem rgba(31,27,45,.08),0 .25rem .75rem rgba(31,27,45,.08)
}

.card-active[class*=" bg-"], .card-active[class^=bg-] {
    background-color: #fff !important
}

.card-img-hover {
    position: relative;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(#fff,#000)
}

.card-img-hover .img-overlay {
    opacity: 0 !important
}

.card-img-hover .content-overlay {
    position: absolute;
    transition: opacity .25s ease-in-out;
    opacity: 0
}

.card-img-hover .position-absolute {
    z-index: 5
}

.card:hover > .card-img-hover .img-overlay {
    opacity: .33 !important
}

.card:hover > .card-img-hover .img-overlay.opacity-25 {
    opacity: .25 !important
}

.card:hover > .card-img-hover .img-overlay.opacity-50 {
    opacity: .5 !important
}

.card:hover > .card-img-hover .img-overlay.opacity-60 {
    opacity: .6 !important
}

.card:hover > .card-img-hover .img-overlay.opacity-65 {
    opacity: .65 !important
}

.card:hover > .card-img-hover .img-overlay.opacity-70 {
    opacity: .7 !important
}

.card:hover > .card-img-hover .content-overlay {
    opacity: 1
}

.card-horizontal .card-img-bottom, .card-horizontal .card-img-top, .card-horizontal .swiper-slide {
    position: relative;
    min-height: 12rem;
    overflow: hidden
}

@media(min-width:500px) {
    .card-horizontal {
        flex-direction: row
    }

    .card-horizontal .card-body {
        padding: 1.25rem 1.5625rem
    }

    .card-horizontal .card-img-bottom, .card-horizontal .card-img-top {
        max-width: 39%;
        min-width: 39%
    }

    .card-horizontal .card-img-top {
        border-radius: 0;
        border-top-left-radius: calc(.75rem - 1px);
        border-bottom-left-radius: calc(.75rem - 1px)
    }

    .card-horizontal .card-img-top.order-sm-2 {
        border-radius: 0;
        border-top-right-radius: calc(.75rem - 1px);
        border-bottom-right-radius: calc(.75rem - 1px)
    }
}

.card-light {
    border-color: transparent;
    background-color: hsla(0,0%,100%,.04);
    color: #fff
}

.card-light .card-title {
    color: #fff
}

.card-light .card-footer, .card-light .card-header {
    border-color: hsla(0,0%,100%,.15)
}

.card-light.bg-transparent.card-active, .card-light.bg-transparent.card-hover:hover {
    background-color: hsla(0,0%,100%,.04) !important
}

.card-light.card-active, .card-light.card-hover:hover {
    border-color: hsla(0,0%,100%,.15)
}

.card-light.card-active.border-light, .card-light.card-hover:hover.border-light {
    border-color: hsla(0,0%,100%,.4) !important
}

a.card {
    text-decoration: none
}

.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #e9ecef;
    border-left-width: .25rem;
    border-radius: .25rem
}

.bd-callout h4 {
    margin-bottom: .25rem
}

.bd-callout p:last-child {
    margin-bottom: 0
}

.bd-callout code {
    border-radius: .25rem
}

.bd-callout + .bd-callout {
    margin-top: -.25rem
}

.bd-callout-info {
    border-left-color: #5bc0de
}

.bd-callout-warning {
    border-left-color: #f0ad4e
}

.bd-callout-danger {
    border-left-color: #0d6efd
}
.numbered {
    background: #d4e4fc;
    color: #0d6efd;
    font-weight: 700;
    height: 22px;
    width: 22px;
    padding: 2px;
    line-height: 23px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px !important;
    font-size: 11px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.sort2{
    width: 44px;
    height: 28px;
    line-height: 24px
}
.fill-primary {
    fill: #0d6efd !important;
}

.opacity-2 {
    opacity: 0.2 !important;
}

.fill-danger {
    fill: #d6293e !important;
}

.avatar-xl {
    height: 5.125rem;
    width: 5.125rem;
}

.avatar {
    height: 3rem;
    width: 3rem;
    position: relative;
    display: inline-block !important;
}

.avatar-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.h-40px {
    height: 40px !important;
}

/*修改*/
.a {
    color: #333 !important;
    text-decoration: none !important;
}

.a:hover, .active, .nav a:hover {
    color: #0d6efd !important;
}

.modal-dialog {
    max-width: 900px;
    margin: 1.75rem auto;
}

.zc_zytd_list img {
    width: 127px !important;
    max-width: 98% !important;
    height: auto !important
}

.bg-yellow {
    opacity: 1;
    background-color: rgba(255, 227, 151, 0.15) !important;
}

.bg-blue {
    opacity: 1;
    background-color: rgba(177, 220, 255, 0.1) !important;
}

.bg-blue2 {
    opacity: 1;
    background-color: rgba(120, 189, 255, 0.1) !important;
}

.bg-purple {
    opacity: 1;
    background-color: rgba(192, 158, 255, 0.1) !important;
}

.bg-info {
    opacity: 1;
    background-color: rgba(163, 230, 255, 0.1) !important;
}
.text-yellow {
    color: #FFC124;
}

.text-blue {
    color: #1d3b53;
}

.text-blue2 {
    color: #066ac9;
}

.text-purple {
    color: #6f42c1;
}

.text-info {
    color: #17a2b8;
}
.btn-warning,.btn-warning:hover,.btn-info,.btn-info:hover{ color: #fff; }
.bg-purple .btn-primary,.bg-purple .btn-primary:hover{ background-color: #6610f2; color: #fff; }
.bg-purple .btn-outline-primary,.bg-purple .btn-outline-primary:hover{ border-color: #6610f2; color: #6610f2; }
.bg-purple .btn-outline-primary:hover{ background-color: #6610f2; color: #fff; }

.rounded-lt20 {
    border-radius: 3rem 0 0 0 !important;
}

.shadow-hover:hover {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.1) !important;
}

.nav-pills-bg-soft {
    background-color: rgba(6, 106, 201, 0.1);
    padding: 0.625rem 0;
    border-radius: 0.625rem;
}

.nav-pills-bg-soft .nav-link {
    color: #066ac9;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff !important;
    background-color: #066ac9;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 90%;
        margin: 1.75rem auto;
    }
}
#navbar-pc{display: block}
#navbar-wap,.bannerWAP{ display: none}
@media (max-width: 1100px) {
    #navbar-pc{display: none}
    #navbar-wap,.bannerWAP{ display: block}
    #banner_comCarousel{ display: none; visibility: hidden !important;}
}

/*swiper*/
.swiper {
    width: 100%;
    height: 100%;
}

.lift {
    transition: box-shadow .3s ease,-webkit-transform .3s ease;
    transition: box-shadow .3s ease,transform .3s ease;
    transition: box-shadow .3s ease,transform .3s ease,-webkit-transform .3s ease;
}

/*---content style---*/
.content img{ max-width: 100% !important; }

/*---page style---*/
.pagination { text-align: center; padding: 10px 0; }
.pagination li,.pagination a,.pagination span,.pagination .thisclass{height:32px; line-height:30px}
.pagination li{ display: inline-block; list-style:none; margin:0 2px; border:1px solid #eee}
.pagination li:first-child{padding: 0 10px; }
.pagination a,.pagination span,.pagination .thisclass{display: inline-block; padding: 0 10px; text-decoration:none;;color:#3c3c3c }
.pagination a:hover{border: 1px solid #6b88fd; text-decoration:none;}
.pagination strong{ font-weight:normal;color:#3c3c3c}
.pagination .pageinfo,.pagination li:hover a,.pagination .thisclass{ border:0; background-color: #6b88fd; color: #fff }
.pagination li:hover{border:1px solid #6b88fd; }
.pagination .pageinfo strong{ color:#fff }

/*case*/
.zc_case_box {width: 100%; }
.zc_case_box ul, .zc_case_box li{ margin: 0; padding: 0; list-style: none }
.zc_case_box li { float: left; width: 33.3%; margin: 5px auto }
.zc_case_box li a{ margin: auto 5px; display: block; border: 1px solid #eee; padding: 10px; }
.zc_case_box img{ display: block; border: 0; margin: 0 auto; height: 4rem; }
.zc_case_box .swiper-container {width: 100%; }
.zc_case_box .swiper-slide { -webkit-transition: transform 1.0s;-moz-transition: transform 1.0s;-ms-transition: transform 1.0s;-o-transition: transform 1.0s;-webkit-transform: scale(1);transform: scale(1); opacity: .6; box-shadow: 0px 0px 2px #ddd; }
.zc_case_box .swiper-slide,.zc_case_box .swiper-slide-active,.zc_case_box .swiper-slide-duplicate-active{background: #FFF; padding: 20px !important; margin: 0 auto !important;}
.zc_case_box .swiper-slide-active,.zc_case_box .swiper-slide-duplicate-active {-webkit-transform: scale(1.2);transform: scale(1.2); z-index:10; opacity: 1; box-shadow: 0px 0px 5px #ccc;}
.none-effect {-webkit-transition: none;-moz-transition: none;-ms-transition: none;-o-transition: none;}
.zc_case_box .swiper-pagination {position: relative;margin-bottom: 30px; }
.zc_case_box .swiper-pagination-bullet {background: #00a0e9;margin-left: 4px;margin-right: 4px;width: .6rem;height:.6rem;opacity: 1;margin-bottom: 4px;}
.zc_case_box .swiper-pagination-bullet-active {width: 8px;height: 8px;background:#00a0e9;margin-bottom: 0;}
@media screen and (max-width: 668px) {
    .zc_case_box .swiper-slide {-webkit-transform: scale(0.97);transform: scale(0.97);}
    .zc_case_box .swiper-slide-active,.zc_case_box .swiper-slide-duplicate-active {-webkit-transform: scale(0.97);transform: scale(0.97);}
    .zc_case_box img{ height: 3rem; }
    .zc_case_box .swiper-pagination {position: relative;margin-bottom: 20px;}
    .zc_case_box .swiper-pagination-bullet {background: #00a0e9;margin-left: 2px;margin-right: 2px;width:.6rem;height: .6rem;margin-bottom: 2px;}
    .zc_case_box .swiper-pagination-bullet-active {width: .8rem;height: .8rem;background:#00a0e9;margin-bottom: 0;}
}

.phone{margin-top: 12px;padding-left: 10px;font-size: 12px;color: #888;}
.phone strong{color: #0099cc;font-size: 14px;}