/* Minification failed. Returning unminified contents.
(61,40): run-time error CSS1034: Expected closing parenthesis, found ','
(61,40): run-time error CSS1042: Expected function, found ','
(61,42): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
 */

html, body {
    font-size: 14px;
}

@media (min-width: 768px) {
    html, body {
        font-size: 16px;
    }
}

.validation-summary-errors, .field-validation-error {
    color: #dc3545;
}

.text-justify {
    text-align: justify !important;
}

.text-lightgray {
    color: rgba(0,0,0,.25);
}

    .text-lightgray a:link, .text-lightgray a:visited, .text-lightgray a:active, .text-lightgray a:hover {
        color: rgba(0,0,0,.25);
    }

.single-line-ellipsis {
    white-space: nowrap; /* ��ֹ���� */
    overflow: hidden; /* ���س������� */
    text-overflow: ellipsis; /* ����������ʾʡ�Ժ� */
    width: 100%; /* ��Ҫָ����� */
}

.two-lines-ellipsis {
    display: -webkit-box; /* ʹ�þɰ浯�Ժ�ģ�� */
    -webkit-line-clamp: 2; /* ������ʾ���� */
    -webkit-box-orient: vertical; /* ��ֱ���� */
    overflow: hidden; /* ���س������� */
    text-overflow: ellipsis; /* ����������ʾʡ�Ժ� */
}

.three-lines-ellipsis {
    display: -webkit-box; /* ʹ�þɰ浯�Ժ�ģ�� */
    -webkit-line-clamp: 3; /* ������ʾ���� */
    -webkit-box-orient: vertical; /* ��ֱ���� */
    overflow: hidden; /* ���س������� */
    text-overflow: ellipsis; /* ����������ʾʡ�Ժ� */
}
/*red-line-���(�ٷֱ�)-�߶�(����)*/
/*�߶�1*/
.red-line{
    position: relative;
}

    .red-line:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: rgb(220,53,69,1);
    }

.red-line-10-1:after {
    width: 10%;
    height: 1px;
}

.red-line-20-1:after {
    width: 20%;
    height: 1px;
}

.red-line-30-1:after {
    width: 30%;
    height: 1px;
}


.red-line-40-1:after {
    width: 40%;
    height: 1px;
}

.red-line-50-1:after {
    width: 50%;
    height: 1px;
}

.red-line-100-1:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: red;
}

/*�߶�2*/
.red-line-10-2:after {
    width: 10%;
    height: 2px;
}

.red-line-20-2:after {
    width: 20%;
    height: 2px;
}

.red-line-30-2:after {
    width: 30%;
    height: 2px;
}


.red-line-40-2:after {
    width: 40%;
    height: 2px;
}


.red-line-50-2:after {
    width: 50%;
    height: 2px;
}

.red-line-100-2:after {
    width: 100%;
    height: 2px;
}

/*red-line-1002(ǰ��λΪ��ȣ���һλΪ�߶�)*/
.red-line-1002::after {
    width: 100px;
    height: 2px;
}

.red-line-1003::after {
    width: 100px;
    height: 3px;
}

.red-line-1004::after {
    width: 100px;
    height: 4px;
}

@font-face {
    font-display: block;
    font-family: 'bootstrap-icons';
    src: url("/bfonts/bootstrap-icons.woff2?1fa40e8900654d2863d011707b9fb6f2") format("woff2"), url('/bfonts/bootstrap-icons.woff') format('woff');
}

body {
    padding-top: 3.5rem;
    color: rgba(0,0,0,1);
}

a:link, a:visited {
    color: rgba(0,0,0,1);
    text-decoration: none;
}

a:hover, a:active {
    color: rgba(220,53,69,1);
    text-decoration: none;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}

/* Declare heights because of positioning of img element */
/*.carousel-inner ,.carousel-item {
    height: calc(100vh - 3.5rem);
    overflow:hidden;
}*/
.carousel-item img {
    width: 100%;
}

/* 调整指示器大小 */
.carousel-indicators button {
    width: 6px !important;
    height: 6px !important;
    border-radius: 50% !important;
    margin: 0 4px;
}

    .carousel-indicators button:not(.active) {
        background-color: #999;
    }

    /* 激活状态 */
    .carousel-indicators button.active {
        background-color: #ff0000; /* 激活状态颜色 */
    }
/* MARKETING CONTENT
-------------------------------------------------- */
/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}
    /* rtl:begin:ignore */
    .marketing .col-lg-4 p {
        margin-right: .75rem;
        margin-left: .75rem;
    }
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
    margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
/* rtl:begin:remove */
.featurette-heading {
    letter-spacing: -.05rem;
}

/* rtl:end:remove */

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}

.silde-cate {
    border-bottom: 1px #e7e7e7 dotted;
}

/*@media(min-width:768px) {
    .nav-item {
        position: relative;
        display: inline-block;
    }

    .nav-item-blank {
        width: 13px;
        line-height: 13px;
        display: inline-block;
        margin-left: 10px;
    }

    .nav-item:hover .icon-placeholder::after {
        content: "\F282";
        font-family: "bootstrap-icons";
        font-size: 13px;
    }


    .nav-pop {
        display: none;
        position: absolute !important;
        top: 100%;
        padding-top: 0.5rem;
        left: 0;
        height: auto;
        background: rgba(255,255,255,1);
        width: 10rem;
        max-height: 50vh;
        border-radius: 0 0 4px 4px;
        z-index: 1000;
    }

    .nav-item:last-child .nav-pop {
        right: 0;
        left: auto;
    }

    .nav-pop ul li {
        position: relative;
        width: 100%;
        padding: 10px;
        border-bottom: 1px #e7e7e7 solid;
    }

    .nav-pop ul > li a, .nav-pop ul > li a:hover, .nav-pop ul > li a:visited, .nav-pop ul > li a:active {
        text-decoration: none;
        color: rgba(0,0,0,1);
    }

    .nav-pop ul li:last-child {
        border-bottom: none;
    }*/
/* 居右对齐的样式 */
/*.nav-pop.right-aligned {
        left: auto;
        right: 0;
    }

    .slide-close {
        width: 100%;
        text-align: right;
        padding: 0 0 0.5rem 0;
    }

        .slide-close:focus, .btn-close:focus {
            border: none;
            box-shadow: none;
        }
}

@media(max-width:767.98px) {
    .nav-pop {
        position: relative !important;
        display: none;
        top: 0;
        left: 0;
        height: auto;
    }

    .nav-item-blank {
        display: none;
    }

    .nav-item .nav-pop {
        display: block;
        position: inherit;
    }

    .slide-close {
        display: none;
    }

    .category-img {
        display: none;
    }

    .nav-pop ul li {
        position: relative;
        width: 100%;
        padding: 10px;
    }
}*/
/* 桌面端悬停效果 */
.nav-item {
    position: relative;
    display: inline-block;
    line-height: 200%;
}

.dropdown-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
    /*将dropdown-toggle自带的icon去掉*/
    .dropdown-toggle::after {
        display: none !important;
    }

.dropdown-menu .dropdown-item {
    line-height: 200%;
    border-bottom: 1px #f9f9f9 solid;
    background-color: white !important; /* 覆盖原有背景色 */
}

    .dropdown-menu .dropdown-item a {
        display: block;
    }

@media (min-width: 992px) {
    .dropdown-menu {
        left: 0 !important;
        min-width: auto;
        width: auto;
        white-space: nowrap;
        border: none;
        /*box-shadow: 0 3px 6px rgba(0,0,0,0.1);*/
        box-shadow: 0;
        opacity: 0;
        visibility: hidden;
        display: block !important;
        transition: all 0.3s ease;
        transform: translateY(10px);
    }

        .dropdown-menu.show {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

    .dropdown-menu-right {
        left: auto !important;
        right: 0;
    }

    .nav-item.dropdown:hover > .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .nav-item-blank {
        width: 13px;
        line-height: 13px;
        display: inline-block;
        margin-left: 10px;
    }

    .nav-item:hover .icon-placeholder::after {
        content: "\F282";
        font-family: "bootstrap-icons";
        font-size: 13px;
    }
}

/* 移动端样式 */
@media (max-width: 991.98px) {
    .nav-link {
        display: block;
        position: relative;
    }

    .nav-item-blank {
        display: none;
    }

    .dropdown-menu {
        box-shadow: none;
        position: static !important;
        display: none;
        opacity: 1;
        visibility: visible;
        border: 0;
        padding-left: 15px;
    }

        .dropdown-menu.show {
            display: block;
        }


    .nav-item.dropdown > .nav-link {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .nav-link .icon-placeholder {
        /* 确保图标可见 */
        display: inline-block !important;
        /* 调整位置 */
        margin-left: auto;
    }

    .nav-item-blank {
        width: 13px;
        line-height: 13px;
        right: 0;
    }

    .icon-placeholder {
        transition: transform 0.3s;
    }

        .icon-placeholder::after {
            content: "\F285";
            font-family: "bootstrap-icons";
            font-size: 13px;
        }

    .nav-link[aria-expanded="true"] .icon-placeholder::after {
        transform: rotate(90deg);
    }
}

.mask-pic {
    width: 100%;
    background-color: #000000;
    background-size: cover;
    background-position: center;
}

.mask-layout {
    background: rgba(0,0,0,.4);
    height: 100%;
}

@media (max-width: 767.98px) {
    .mask-pic-bg {
        height: 400px;
    }
}

.image-container img {
    transition: transform 0.3s ease; /* 添加过渡效果，使放大过程更平滑 */
}

    .image-container img:hover {
        transform: scale(1.05); /* 当鼠标悬停时，将图片放大到1.2倍 */
    }

.bg-gray-white-transparent {
    background: linear-gradient(to right, rgba(128, 128, 128, 0.2), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
}

ul.footer-nav li {
    font-size: 18px;
    font-weight: bold;
    color: rgba(0,0,0,1);
}

ul.footer-nav li {
    padding-right: 10px; /* 为竖线预留空间 */
    margin-right: 5px; /* 可选：调整li之间的间距 */
}

    ul.footer-nav li:not(:last-child)::after {
        content: ""; /* 竖线符号 */
        position: absolute;
        right: 0;
        color: rgba(0,0,0,1);
    }

    ul.footer-nav li a:link, ul.footer-nav li a:visited {
        color: rgba(0,0,0,1);
        text-decoration: none;
    }

    ul.footer-nav li a:hover, ul.footer-nav li a:active {
        color: rgba(0,0,0,.95);
        text-decoration: none;
    }

.recruiment-bg {
    border-bottom: 1px #e7e7e7 dotted;
    border-radius: 4px;
    transition: all 0.3s ease; /* 平滑过渡 */
}

    .recruiment-bg:hover {
        transform: scale(1.05); /* 放大 1.1 倍 */
        background-color: rgba(255,255,255,1);
        box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
        border-bottom: 0;
        border-radius: 4px;
    }

.tech-frame {
    background-color: rgba(255,255,255,1);
    box-shadow: 0 0 10px 10px rgba(0,0,0,.1);
    width: auto;
    max-width: 100%;
    height: auto;
    position: relative;
    transition: all 0.3s ease; /* 平滑过渡 */
}

    .tech-frame:hover {
        transform: scale(1.05); /* 放大 1.1 倍 */
        background-color: rgba(255,255,255,1);
        box-shadow: 0 0 10px 10px rgba(0,0,0,.1);
        width: auto;
        max-width: 100%;
        height: auto;
        position: relative;
    }

.tech-title {
    position: relative;
    white-space: nowrap; /* 强制文本不换行 */
    overflow: hidden; /* 隐藏超出部分 */
    text-overflow: ellipsis; /* 超出部分显示省略号 */
    width: auto;
    font-weight: bold;
}
    /* 底部红线 */
    .tech-title::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100px;
        height: 2px;
        background-color: red;
    }

.tech-des {
    white-space: nowrap; /* 强制文本不换行 */
    overflow: hidden; /* 隐藏超出部分 */
    text-overflow: ellipsis; /* 超出部分显示省略号 */
}

.tech-img img {
    width: 100%;
    height: 200px;
    position: relative;
}

.news-item {
    transition: all 0.3s ease; /* 平滑过渡 */
    display: flex;
    align-items: stretch; /* 子项等高 */
}

    .news-item:hover {
        transform: scale(1.02); /* 放大 1.1 倍 */
        background-color: rgba(255,255,255,1);
        box-shadow: 0 0 10px 10px rgba(0,0,0,.1);
    }

    .news-item .col-md-3 {
        display: flex;
        align-items: center; /* 图片垂直居中 */
    }

    .news-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.news-title {
    font-weight: bold;
    line-height: 150%;
    /*white-space: nowrap;*/ /* 强制文本不换行 */
    /*overflow: hidden;*/ /* 隐藏超出部分 */
    /*text-overflow: ellipsis;*/ /* 超出部分显示省略号 */
}

.news-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-thumbnail {
    max-width: 80px;
}

.product-table {
    font-size: 12px;
    min-height: 40vh;
    max-height: 60vh;
    overflow-y: scroll;
}

    .product-table thead th {
        position: sticky;
        top: 0;
        background: white; /* 确保表头背景不透明 */
        z-index: 10;
    }

