/* /Pages/about.cshtml.rz.scp.css */
html[b-a19evpseku] {
    scroll-behavior: smooth;
}

.stroked-text[b-a19evpseku] {
    color: black;
    font-weight: bold; /* 或 font-weight: 700 */
    text-shadow:
    -2px -2px 0 white, /* 左上 */
    2px -2px 0 white, /* 右上 */
    -2px 2px 0 white, /* 左下 */
    2px 2px 0 white, /* 右下 */

    /* 增加中间层阴影（强化厚度） */
    -1px -1px 0 white, 
    1px -1px 0 white, 
    -1px 1px 0 white, 
    1px 1px 0 white;
}

.full-width-image[b-a19evpseku] {
    width: 100%;
    height: auto;
    max-width: 100%;
}

.image-container[b-a19evpseku] {
    position: relative;
    width: 100%;
}

.overlay-text[b-a19evpseku] {
    position: absolute;
    top: 38%;
    left: 10%;
    color: black;
    text-align: center;
}

.company-section[b-a19evpseku] {
    padding: 4rem 1rem;
    text-align: center;
    color: black;
    position: relative;
}

    .company-section h1[b-a19evpseku] {
        font-size: 2.5rem;
        margin-bottom: 0.5rem;
    }

    .company-section h2[b-a19evpseku] {
        font-size: 2rem;
        margin-bottom: 1.5rem;
        color: #333;
    }

    .company-section p[b-a19evpseku] {
        font-size: 1rem;
        color: #333;
        margin-top: 1rem;
    }

.image-half[b-a19evpseku] {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.text-half[b-a19evpseku] {
    padding: 20px;
}

.team-section[b-a19evpseku] {
    padding: 3rem 1rem;
    text-align: center;
}

    .team-section h2[b-a19evpseku] {
        font-size: 2rem;
        margin-bottom: 1.5rem;
        color: #333;
    }

    .team-section img[b-a19evpseku] {
        max-width: 100%;
        height: auto;
    }

    .team-section p[b-a19evpseku] {
        font-size: 1rem;
        color: #333;
        margin-top: 1rem;
    }

.products-section[b-a19evpseku] {
    padding: 2rem 0;
    text-align: center;
}
    .products-section h2[b-a19evpseku] {
        font-size: 2rem;
        margin-bottom: 1.5rem;
        color: #333;
    }

    .products-section img[b-a19evpseku] {
        max-width: 100%;
        height: auto;
    }

    .products-section p[b-a19evpseku] {
        font-size: 1rem;
        color: #333;
        margin-top: 1rem;
    }

.custom-section[b-a19evpseku] {
    padding: 2rem 0;
    text-align: center;
}

    .custom-section h2[b-a19evpseku] {
        font-size: 2rem;
        margin-bottom: 1.5rem;
        color: #333;
    }
    .custom-section p[b-a19evpseku] {
        font-size: 1rem;
        color: #333;
        margin-top: 1rem;
    }

.custom-part[b-a19evpseku] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    margin-bottom: 20px;
    min-height: 150px;
}
    .custom-part img[b-a19evpseku] {
        margin: 0 20px;
    }

.max-width-customer-icon[b-a19evpseku] {
    max-width: 50px;
    height: auto;
}

.inner-container[b-a19evpseku] {
    display: flex;
    align-items: center;
    max-width: 600px;
    width: 100%;
}

.number[b-a19evpseku] {
    font-size: 2rem;
    color: #f4a261;
    margin-right: 20px;
    flex: 0 0 50px;
    text-align: center;
}

.divider[b-a19evpseku] {
    border-left: 2px solid #dee2e6;
    height: 100%;
    margin-right: 0 20px;
    min-height: 300px;
}

.content[b-a19evpseku] {
    flex: 1;
    text-align: left;
}

.icon[b-a19evpseku] {
    font-size: 2rem;
    color: #e76f51;
    margin-bottom: 10px;
}

.contact img[b-a19evpseku] {
    display: block;
    width: 100%;
}

.contact p[b-a19evpseku] {
    text-indent: 0;
    line-height: 2em;
}
/* /Pages/cases.cshtml.rz.scp.css */
.full-width-image[b-mb3lhlrfjd] {
    width: 100%;
    height: auto;
    max-width: 100%;
}

.image-container[b-mb3lhlrfjd] {
    position: relative;
    width: 100%;
}

.overlay-text[b-mb3lhlrfjd] {
    position: absolute;
    top: 38%;
    left: 10%;
    color: white;
    text-align: center;
}

.case-art[b-mb3lhlrfjd] {
    margin: 100px 50px;
}
    .case-art img[b-mb3lhlrfjd] {
        position: relative;
        right: -180px; 
    }
    .case-art h4[b-mb3lhlrfjd] {
        font-weight: bold;
        color: rgb(47, 80, 156);
    }
    .case-art h6[b-mb3lhlrfjd] {
        color: gray;
    }

@media (max-width: 768px) {
    .case-art img[b-mb3lhlrfjd] {
        position: relative;
        right: 0px;
    }
}
/* /Pages/clients.cshtml.rz.scp.css */
.overlay-text[b-6y164zobf7] {
    position: absolute;
    top: 35%;
    left: 10%;
    color: white;
    text-align: center;
}

.full-width-image[b-6y164zobf7] {
    width: 100%;
    height: auto;
    max-width: 100%;
}

.image-container[b-6y164zobf7] {
    position: relative;
    width: 100%;
}

.customers .caro[b-6y164zobf7] {
    padding: 30px 12px;
}
.customers .cells[b-6y164zobf7] {
    background-image: linear-gradient(to top, #2E9ED7, #FFFFFF);
    padding: 40px 0;
}

    .customers .cells .cell img[b-6y164zobf7] {
        width: 100%;
        object-fit: contain;
    }
.cell[b-6y164zobf7] {
    position: relative;
}
.cell img[b-6y164zobf7] {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}
    .cell .description[b-6y164zobf7] {
        background-color: rgba(0,0,0, 0.5);
        position: absolute;
        left: 4px;
        bottom: 0;
        width: calc(100% - 8px);
        height: 100%;
        color: #fff;
        padding: 2em;
        font-size: 12px;
        opacity: 0;
    }
    .cell:hover .description[b-6y164zobf7] {
        opacity: 1;
        transition: all .5s linear;
    }
/* /Pages/download.cshtml.rz.scp.css */
.software[b-4ke9qp25gl] {
    background-color: #71CFFF;
}
    .software .left img[b-4ke9qp25gl] {
        width: 100%;
    }
    .software .right h2[b-4ke9qp25gl] {
        color: #102679;
    }
    .software .right h5[b-4ke9qp25gl] {
        color: #15529F;
    }
    .software .right .item[b-4ke9qp25gl] {
        flex: 1;
        padding: 1em;
        text-align: center;
    }
    .software .right .box[b-4ke9qp25gl] {
        margin: 0 auto;
        width: 124px;
        height: 124px;
        background-size: contain;
        padding: 6px;
    }
    .software .right img[b-4ke9qp25gl] {
        display: block;
        width: 100%;
        height: 100%;
        opacity: 0;
    }

    .software .right button[b-4ke9qp25gl] {
        color: #0095B1;
        display: block;
        margin: 1em auto;
        padding: 8px 32px;
        border: none;
        border-radius: 32px;
        background-color: rgba(255,255,255, 0.8);
        transition: all 0.3s ease-out;
    }
    .software .right .item:hover .box img[b-4ke9qp25gl] {
        opacity: 1;
        transition: all .3s linear;
    }
        .software .right button:hover[b-4ke9qp25gl] {
            background-color: rgba(255,255,255, 0.9);
        }

    
/* /Pages/Index.cshtml.rz.scp.css */
body[b-f3wjyufqcl] {
    font-family: Arial, sans-serif;
    background-color: #f5f5f5;
}

.full-width-image[b-f3wjyufqcl] {
    width: 100%;
    height: auto;
    max-width: 100%;
}

.image-container[b-f3wjyufqcl] {
    position: relative;
    width: 100%;
}

.overlay-text[b-f3wjyufqcl] {
    position: absolute;
    top: 38%;
    left: 10%;
    color: white;
    text-align: center;
}

.products-section[b-f3wjyufqcl] {
    padding: 2rem 0;
}

.grid-item[b-f3wjyufqcl] {
    text-align: center;
    padding: 1.5rem;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 1.5rem;
    transition: transform 0.2s;
}

    .grid-item:hover[b-f3wjyufqcl] {
        transform: translateY(-5px);
    }

    .grid-item img[b-f3wjyufqcl] {
        max-width: 100%;
        height: auto;
        border-radius: 5px;
    }

    .grid-item h3[b-f3wjyufqcl] {
        font-size: 1.25rem;
        margin: 0.5rem 0;
    }

    .grid-item p[b-f3wjyufqcl] {
        font-size: 0.9rem;
        color: #666;
    }

.vision-section[b-f3wjyufqcl] {
    padding: 3rem 1rem;
    text-align: center;
}

    .vision-section h2[b-f3wjyufqcl] {
        font-size: 2rem;
        margin-bottom: 1.5rem;
        color: #333;
    }
    .vision-section img[b-f3wjyufqcl] {
        max-width: 100%;
        height: auto;
    }

        .vision-section img:hover[b-f3wjyufqcl] {
            transform: translateY(-5px);
        }

    .vision-section p[b-f3wjyufqcl] {
        font-size: 1rem;
        color: #333;
        margin-top: 1rem;
    }

.services-section[b-f3wjyufqcl] {
    background-color: #fff;
    padding: 3rem 1rem;
    text-align: center;
}

    .services-section h2[b-f3wjyufqcl] {
        font-size: 2rem;
        margin-bottom: 1.5rem;
        color: #333;
    }

.footer-item[b-f3wjyufqcl] {
    text-align: center;
    padding: 1rem;
}

    .footer-item img[b-f3wjyufqcl] {
/*        width: 50px;
        height: 50px;*/
    }

    .footer-item h3[b-f3wjyufqcl] {
        font-size: 1.1rem;
        margin: 0.5rem 0;
    }

    .footer-item p[b-f3wjyufqcl] {
        font-size: 0.85rem;
        color: #666;
    }
/* /Pages/management/login.cshtml.rz.scp.css */
body[b-rfy4n6kxyo] {
}
/* /Pages/products.cshtml.rz.scp.css */
.full-width-image[b-u53k0agfcu] {
    width: 100%;
    height: auto;
    max-width: 100%;
}

.image-container[b-u53k0agfcu] {
    position: relative;
    width: 100%;
}

.overlay-text[b-u53k0agfcu] {
    position: absolute;
    top: 35%;
    left: 10%;
    color: white;
    text-align: center;
}

.overlay-text-right[b-u53k0agfcu] {
    position: absolute;
    top: 35%;
    right: 10%;
    color: white;
    text-align: center;
}

.nav-tabs.fixed-top[b-u53k0agfcu] {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: #fff;
    border-bottom: 1px solid #dee2e6;
    transition: all 0.3s ease; /* 平滑过渡 */
}

    .nav-tabs .nav-link[b-u53k0agfcu] {
        color: #6c757d; /* 未选中文字颜色（深灰） */
        background-color: #fff; /* 未选中背景色（白色） */
        border: 1px solid #dee2e6; /* 未选中边框颜色（浅灰） */
        border-radius: 4px 4px 0 0; /* 顶部圆角 */
        margin-bottom: -1px; /* 重叠底部边框，避免缝隙 */
    }

    .nav-tabs .nav-link:hover[b-u53k0agfcu] {
        color: #495057; /* 悬停文字颜色（更深灰） */
        background-color: #e9ecef; /* 悬停背景色（浅灰） */
    }

    .nav-tabs .nav-link.active[b-u53k0agfcu] {
        color: #007bff; /* 选中文字颜色（蓝色） */
        background-color: #fff; /* 选中背景色（白色，与内容区背景一致） */
        border-color: #dee2e6 #dee2e6 #fff; /* 上/左边框保持浅灰，底部透明 */
        border-bottom: 2px solid #007bff; /* 底部蓝色边框作为选中指示线 */
    }

.nav-tabs[b-u53k0agfcu] {
    border-bottom: none; /* 移除默认底部边框，改用选中标签的底部边框 */
}

.content-section[b-u53k0agfcu] {
    transition: padding-top 0.3s ease;
}
/* /Pages/product/iot.cshtml.rz.scp.css */
.device-container[b-f2frfoulsn] {
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.device-image[b-f2frfoulsn] {
    max-width: 100%;
    height: auto;
    margin: 0 10px;
    max-height: 300px;
}

.image-row[b-f2frfoulsn] {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

@media (max-width: 768px) {
    .image-row[b-f2frfoulsn] {
        flex-direction: column;
        align-items: center;
    }
}

.step img[b-f2frfoulsn] {
    max-width: 240px;
    margin-bottom: 1em;
}
.version[b-f2frfoulsn] {
    
}
.ver[b-f2frfoulsn] {
    margin: 0 auto;
    max-width: 200px;
    min-height: 290px;
    padding: 30px;
    -webkit-transform: skewY(-8deg);
    -moz-transform: skewY(-8deg);
    transform: skewY(-8deg);
}

.ver img[b-f2frfoulsn] {
    height:40px;
    width:40px;
    display: block;
}

.ver strong[b-f2frfoulsn] {
    line-height: 50px;
}
.ver p[b-f2frfoulsn] {
    line-break: anywhere;
    word-break: break-all;
}

.v1[b-f2frfoulsn] {
    border: 2px solid #0088E7;
}

    .v1 strong[b-f2frfoulsn] {
        color: #0088E7;
    }

.v2[b-f2frfoulsn] {
    border: 2px solid #31B958;
}
    .v2 strong[b-f2frfoulsn] {
        color: #31B958;
    }

.v3[b-f2frfoulsn] {
    border: 2px solid #FD312E;
}
    .v3 strong[b-f2frfoulsn] {
        color: #FD312E;
    }
.features img[b-f2frfoulsn] {
    width: 80px;
    margin-bottom: 1em;
}

.feature-card[b-f2frfoulsn] {
    background-color: white;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 20px;
    height: 100%;
    display: flex;
    align-items: center;
}

.feature-icon[b-f2frfoulsn] {
    font-size: 2rem;
    margin-right: 15px;
}

.case-card[b-f2frfoulsn] {
    background-color: white;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 20px;
    height: 100%;
    display: flex;
    align-items: center;
}

.case-image[b-f2frfoulsn] {
    max-width: 300px;
    margin-right: 15px;
}
/* /Pages/product/privatecloud.cshtml.rz.scp.css */
.products-section[b-jzt6ipusms] {
    padding: 2rem 0;
}

.desc[b-jzt6ipusms] {
    margin: 0 150px;
}

@media (max-width: 768px) {
    .desc[b-jzt6ipusms] {
        margin: 0 5px;
    }
}

.grid-item[b-jzt6ipusms] {
    text-align: center;
    padding: 1.5rem;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 1.5rem;
    transition: transform 0.2s;
}

    .grid-item:hover[b-jzt6ipusms] {
        transform: translateY(-5px);
    }

    .grid-item img[b-jzt6ipusms] {
        max-width: 100%;
        height: 10vh;
        border-radius: 5px;
    }

    .grid-item h3[b-jzt6ipusms] {
        font-size: 1.25rem;
        margin: 0.5rem 0;
        color: black;
    }

    .grid-item p[b-jzt6ipusms] {
        font-size: 0.9rem;
        color: #666;
    }

.story .box[b-jzt6ipusms] {
    display: flex;
    background: #f1f4ff;
    padding: 2em;
    align-items: center;
    justify-content: center;
    text-indent: 0;
    height: 100%;
}

    .story .box img[b-jzt6ipusms] {
        width: 60px;
        height: 60px;
        margin-right: 1em;
    }

.feature-card[b-jzt6ipusms] {
    background-color: white;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 20px;
    height: 100%;
    display: flex;
    align-items: center;
}

.feature-icon[b-jzt6ipusms] {
    font-size: 2rem;
    margin-right: 15px;
}

.header[b-jzt6ipusms] {
    text-align: center;
    margin-bottom: 30px;
}

.case-card[b-jzt6ipusms] {
    background-color: white;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 20px;
    height: 100%;
    display: flex;
    align-items: center;
}

.case-image[b-jzt6ipusms] {
    max-width: 300px;
    margin-right: 15px;
}

.scene img[b-jzt6ipusms] {
    width: 100%;
    height: auto;
    margin-bottom: 1em;
}

.scene p[b-jzt6ipusms] {
    color: gray;
}

h3[b-jzt6ipusms] {
    color: #00a9ff;
}
/* /Pages/product/projectreview.cshtml.rz.scp.css */

.features img[b-65gwdoziyg] {
    width: 80px;
    margin-bottom: 1em;
}

.feature-card[b-65gwdoziyg] {
    background-color: white;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 20px;
    height: 100%;
    display: flex;
    align-items: center;
}

.feature-icon[b-65gwdoziyg] {
    font-size: 2rem;
    margin-right: 15px;
}

.workflow img[b-65gwdoziyg] {
    width: 100%;
    margin-bottom: 1em;
}

h3[b-65gwdoziyg] {
    color: #00a9ff;
}
/* /Pages/product/training.cshtml.rz.scp.css */
.sumary img[b-z472xf2tgm] {
    width: 100%;
    height: auto;
    margin-bottom: 1em;
}

.sumary-sub p[b-z472xf2tgm] {
    color: gray;
}
/* /Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
a.navbar-brand[b-sb6m7l43ux] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}
a.navbar-brand img[b-sb6m7l43ux] {
    height: 40px;
}

a[b-sb6m7l43ux] {
  color: #0077cc;
}

.btn-primary[b-sb6m7l43ux] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.navbar-light .nav-item a.nav-link span[b-sb6m7l43ux], .navbar-light .nav-item a.nav-link.active[b-sb6m7l43ux], .navbar-light .nav-item:hover a.nav-link[b-sb6m7l43ux] {
    color: #1db97e;
}
.navbar-light .nav-item a.nav-link[b-sb6m7l43ux] {
    color: #333333;
}

.navbar-light .nav-item[b-sb6m7l43ux] {
    margin-left: 20px;
}

.border-top[b-sb6m7l43ux] {
    border-top: 1px solid #e5e5e5;
}
.border-bottom[b-sb6m7l43ux] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-sb6m7l43ux] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-sb6m7l43ux] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-sb6m7l43ux] {
    white-space: nowrap;
    line-height: 60px;
    background: #005233;
    color: #4db38b;
    font-size: 14px;
    font-family: Microsoft YaHei;
    text-align: center;
}

    .footer a[b-sb6m7l43ux] {
        color: #4db38b;
        margin-left: 1em;
    }

    .navbar-light .navbar-nav a.nav-link.active[b-sb6m7l43ux] {
        color: #1db97e;
    }
.footer-nav[b-sb6m7l43ux] {
    background: #007549;
    text-align: center;
    font-size: 14px;
    color: white;
    /*margin: -70px 0 0 0;*/
    padding: 0 0 40px 0;
}
    .footer-nav .forest[b-sb6m7l43ux] {
        height: 200px;
        background-image: url(/images/forest.png);
        background-repeat: no-repeat;
        background-position: bottom;
    }
    .footer-nav .forest-root[b-sb6m7l43ux] {
        margin-top: -80px;
        background: #007549;
    }

    .footer-nav .left img[b-sb6m7l43ux] {
        height: 60px;
        object-fit: contain;
        margin: 20px;
    }

    .footer-nav strong[b-sb6m7l43ux] {
        display: block;
        font-size: 16px;
        margin-bottom: 1rem;
    }

    .footer-nav .right[b-sb6m7l43ux] {
        padding-top: 40px;
    }

    .footer-nav a[b-sb6m7l43ux] {
        display: block;
        padding: 6px;
        text-decoration: none;
        color: #fff;
    }

    .footer-nav .right.gzh img[b-sb6m7l43ux] {
        width: 100px;
        margin: 3em 0 1em 0;
    }

.dropdown:hover .dropdown-menu[b-sb6m7l43ux] {
    display: block;
    margin-top: 10px 20px;
    min-width: 10vw;
}

.dropdown-item:hover[b-sb6m7l43ux] {
    background-color: #f8f9fa;
}

.wide-dropdown .dropdown-item[b-sb6m7l43ux] {
    padding: 0.5rem 1.5rem;
    text-align: center;
}
/* /Pages/Shared/_Layout_Management.cshtml.rz.scp.css */
.layout[b-17hdqah8tl] {
    display: flex;
}
    .layout .aside[b-17hdqah8tl] {
        width: 180px;
        border-right: 1px solid #ebebeb;
        padding: 37px 20px 90px 0;
    }
    .layout .aside dl[b-17hdqah8tl] {
        font-size: 14px;
    }
    .layout .aside dt[b-17hdqah8tl] {
        line-height: 40px;
        height: 40px;
        position: relative;
        margin-top: 6px;
    }
        .layout .aside dt .bi[b-17hdqah8tl] {
            font-size: 14px;
            margin-right: 8px;
        }
        .layout .aside dt a[b-17hdqah8tl] {
            text-decoration: none;
            color: #333;
        }
    .layout .aside dd a[b-17hdqah8tl] {
        text-decoration: none;
        display: block;
        color: #666;
        height: 40px;
        line-height: 40px;
        padding-left: 43px;
    }

    .layout main[b-17hdqah8tl] {
        flex: 1;
        padding: 54px 0 90px 64px;
    }
