﻿@charset "utf-8";
/* CSS Document */
/* 全局公共样式的设定 */
@font-face {
    font-family: 'Inter';
    src: url('font/Inter-var-2.ttf');
}

@font-face {
    font-family: 'Nirmala UI-Bold';
    src: url('font/Nirmala.ttc');
}

@font-face {
    font-family: 'Helvetica-Light';
    src: url('font/helvetica-light.otf');
}

@font-face {
    font-family: 'Helvetica-Regular';
    src: url('font/helvetica-webfont.woff.ttf');
}

@font-face {
    font-family: 'IBM Plex Sans';
    src: url('font/IBMPlexSans-Regular.eot');
}

body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, img, div, dl, dt, dd, input {
    margin: 0;
    padding: 0;
    border: 0;
}

::-webkit-scrollbar {
    width: 16px;
    background-color: #F5F5F5;
    height: 16px;
}

.red {
    color: #BE0002;
}

::-webkit-scrollbar-thumb {
    background-color: #cccccc;
}

body {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #191919;
    font-weight: normal;
    background-color: #FFFFFF;
    padding-right: 0 !important;
    margin-left: calc(100vw - 100%);
}

input, textarea {
    outline: none;
}

input {
    font-family: 'Inter', sans-serif;
}

IMG {
    BORDER-TOP-WIDTH: 0;
    BORDER-LEFT-WIDTH: 0;
    BORDER-BOTTOM-WIDTH: 0;
    BORDER-RIGHT-WIDTH: 0;
    PADDING-RIGHT: 0;
    PADDING-LEFT: 0;
    PADDING-BOTTOM: 0;
    MARGIN: 0;
    PADDING-TOP: 0;
}

iframe {
    margin: 0;
    padding: 0;
    border: 0;
}

.tb, td, tr {
    margin: 0;
    padding: 0;
    border: 0;
}

img {
    border: 0;
}

a {
    color: #333;
    text-decoration: none;
}

    a:hover {
        color: #BE0002;
        text-decoration: none;
    }

ul, li, dl {
    list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 16px;
    font-weight: normal;
}

.l {
    float: left;
}

.r {
    float: right;
}



.clearBoth {
    overflow: hidden;
    padding-bottom: 0px;
    line-height: 0px;
    margin: 0px;
    padding-left: 0px;
    width: 100%;
    padding-right: 0px;
    height: 0px;
    clear: both;
    font-size: 0px;
    padding-top: 0px;
    _display: none;
}


.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 1280px;
    /*	  width:100%;*/
    width: 1440px;
    margin-left: auto;
    margin-right: auto;
}
/*头部开始*/
.stoptop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 998;
    background-color: #FFF;
}

.top {
    width: 89%;
    aspect-ratio: 1280 / 72;
    height: auto;
    height: 72px\0;
    overflow: visible;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    position: relative;
}

.top-logo {
    width: 6%;
    height: auto;
    aspect-ratio: 72 / 39;
    height: 39px\0;
}

    .top-logo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.top-menu {
    min-width: 500px;
    flex-basis: auto;
    flex-grow: 1;
}

    .top-menu ul {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

.top-search {
    width: 50px;
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
}

    .top-search img {
        margin-top: 4px;
        cursor: pointer;
    }

.top-lang {
    width: 108px;
}

.top .top-menu li {
    font-family: Helvetica-Regular;
    cursor: pointer;
    font-size: 100%;
    font-weight: normal;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.1px;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
    position: relative;
}

    .top .top-menu li a:hover {
        color: #BE0002;
    }

    .top .top-menu li.nolink {
        margin-right: 30px;
    }

        .top .top-menu li.nolink a:after {
            position: absolute;
            content: "";
            margin-top: 5px;
            margin-left: 5px; /* 设置三角形的大小 */
            border-top: 5px solid; /* 设置三角形的大小 */
            border-right: 5px solid transparent; /* 设置三角形的大小 */
            border-left: 5px solid transparent; /* 设置三角形的大小 */
        }

        .top .top-menu li.nolink a.tpactive:after {
            margin-top: 5px;
            border-top: 0px solid;
            border-bottom: 5px solid; /* 设置三角形的大小 */
        }

.top-lang ul {
    display: flex;
    flex-direction: row;
}

.top .top-lang li {
    width: 54px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

    .top .top-lang li a {
        display: block;
    }

        .top .top-lang li a:hover {
            border-bottom: #F00 solid 2px;
        }

.top .btline {
    border-bottom: #F00 solid 2px;
}

.liactive {
    min-width: 1280px;
    width: 100%;
    background-color: #FFFFFF;
    position: absolute;
    z-index: 999;
    top: 72px;
    left: 0px;
    height: auto;
    clear: both;
    border-top: 1px solid #cccccc;
    display: none;
}

    .liactive:after {
        content: "";
        background: var(--color-custom-black-opacity-50);
        backdrop-filter: blur(75px);
        position: absolute;
        top: 100%;
        width: 100%;
        height: 100vh;
        z-index: 999;
    }

.top-product-con {
    width: 89%;
}

.liactive .topproclass {
    float: left;
    width: 386px;
    height: 144px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 32px;
    box-sizing: border-box;
    border-bottom: 1px solid #E5E7EB;
    display: flex;
    flex-direction: row;
    align-items: center;
}

    .liactive .topproclass .topproclass-img {
        border-radius: 4px;
        height: 80px;
        width: 80px;
        overflow: hidden;
        margin-right: 24px;
    }

    .liactive .topproclass .topproclass-tit {
        font-family: Inter;
        font-size: 100%;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: -0.24px;
        color: #111827;
    }

    .liactive .topproclass:hover .topproclass-tit {
        color: #bb1e1e;
    }

.liactive .search-tit {
    margin-top: 68px;
    margin-bottom: 68px;
    font-weight: 600;
}

.liactive .search-key {
    margin-bottom: 68px;
    border-bottom: 1px solid #BE0002;
    box-sizing: border-box;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 32px;
    width: 500px;
}

    .liactive .search-key input {
        width: 80%;
        height: 20px;
        line-height: 20px;
        outline: none;
        margin-right: 10px;
        flex: 1;
    }

.search-key-clear {
    margin-right: 20px;
    cursor: pointer;
    display: none;
}

.liactive .search-tips-tit {
    margin-bottom: 24px;
    font-weight: 600;
    color: #666666;
}

.liactive .search-tips-li {
    margin-bottom: 24px;
    height: 100vh;
    font-size: 75%;
    width: 400px;
    position: relative;
}

    .liactive .search-tips-li a {
        width: 48%;
        float: left;
        text-align: center;
        margin-bottom: 8px;
        height: 20px;
        line-height: 20px;
    }

        .liactive .search-tips-li a::after {
            content: ">";
            margin-left: 10px;
            color: #BE0002;
        }
/*头部结束*/

/*404错误页开始*/
.top72 {
    margin-top: 72px;
}

.error404 {
    background: #E8F0FF;
    position: relative;
    width: 100%;
    min-height: calc(100vh - 72px);
    background-image: url(../images/error404.png);
    background-repeat: repeat-x;
    background-position: 74px -400px;
    background-size: 1309.32px 2179.53px;
}

.error-text {
    width: 100%;
    height: calc(100vh - 72px);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.error-tit {
    width: 590px;
    height: 74px;
    opacity: 1;
    font-family: Nirmala UI-Bold;
    font-size: 64px;
    font-weight: normal;
    line-height: 115%;
    text-align: center;
    letter-spacing: -1px;
    /* Dark */
    color: #191919;
    z-index: 2;
}

.error-con {
    margin-top: 24px;
    width: 590px;
    height: 28px;
    opacity: 1;
    /* Body/L */
    font-family: Helvetica-Light;
    font-size: 18px;
    font-weight: normal;
    line-height: 28px;
    text-align: center;
    letter-spacing: -0.24px;
    /* Dark */
    color: #191919;
    z-index: 3;
}

.error-bt {
    margin-top: 48px;
    width: 222px;
    height: 56px;
    border-radius: 48px;
    opacity: 1;
    /* 自动布局 */
    /* Red */
    background: #BE0002;
    z-index: 2;
}

    .error-bt a {
        display: block;
        font-family: Nirmala UI-Bold;
        font-size: 18px;
        font-weight: normal;
        line-height: 56px;
        text-align: center;
        letter-spacing: -0.24px;
        /* White 100 */
        color: #FFFFFF;
    }
/*404错误页结束*/


/*banner开始*/
.midder-banan, .lab-banan {
    clear: both;
    width: 100%;
    aspect-ratio: 1440 / 720;
    height: auto;
    min-height: 720px\0;
    overflow: hidden;
    margin-top: 72px;
}

.lab-banan {
    aspect-ratio: 1440 / 660;
    min-height: 660px\0;
}

.scole-banan, .labscole-banan {
    width: 100%;
    aspect-ratio: 1440 / 720;
    height: auto;
    height: 720px\0;
    min-height: 720px\0;
    border-radius: 25px;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.labscole-banan {
    aspect-ratio: 1440 / 660;
    height: 660px\0;
    min-height: 660px\0;
}

.cont {
    width: 88%;
    height: 70%;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}

    .cont .midder-banan-text, .cont .midder-banan-img {
        width: 50%;
    }

.midder-banan-img {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 15;
    overflow: hidden;
}

    .midder-banan-img img {
        width: 95%;
        height: 95%;
        object-fit: cover;
        border-radius: 8px;
    }

.cont .midder-banan-text {
    text-align: left;
    z-index: 20;
}

    .cont .midder-banan-text .midder-banan-text-tit {
        font-family: Nirmala UI-Bold;
        font-size: 40px;
        font-weight: normal;
        line-height: 120%;
        letter-spacing: -0.24px;
        color: #191919;
        margin-bottom: 24px;
    }

    .cont .midder-banan-text .midder-banan-text-con {
        line-height: 32px;
        margin-top: 20px;
        font-family: Helvetica-Light;
        font-size: 18px;
        font-weight: normal;
        line-height: 28px;
        letter-spacing: -0.24px;
        color: #191919;
        margin-bottom: 24px;
    }

    .cont .midder-banan-text .midder-banan-text-time {
        font-family: Inter;
        font-size: 14px;
        font-weight: normal;
        line-height: 20px;
        letter-spacing: 0px;
        color: rgba(0, 0, 0, 0.4);
        margin-bottom: 24px;
    }

    .cont .midder-banan-text .midder-banan-text-more {
    }

.li-bt {
    position: relative;
    top: -87px;
    width: 100%;
    height: 30px;
}

.lab-banan .li-bt {
    top: -25px;
}

.li-bt ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

    .li-bt ul .on {
        background-color: #cc0000;
        color: #cc0000;
    }

.li-bt li {
    display: inline-block;
    cursor: pointer;
    zoom: 1;
    z-index: 99;
    width: 4%;
    aspect-ratio: 60 / 4;
    height: auto;
    height: 4px\0;
    margin-left: 12px;
    overflow: hidden;
    color: #cccccc;
    background-color: #cccccc;
    opacity: 0.5;
}

/*banner结束*/

/*中间内容开始*/
.midder-text {
    min-width: 1280px;
    width: 88.9%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .midder-text .cus-logos {
        width: 100%;
        aspect-ratio: 1280 / 350;
        height: auto;
        height: 350px\0;
    }

        .midder-text .cus-logos ul {
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            flex-direction: row;
            justify-content: space-between;
        }

            .midder-text .cus-logos ul li {
                width: 18%;
                aspect-ratio: 240 / 120;
                height: auto;
                height: 120px\0;
            }

                .midder-text .cus-logos ul li img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }


.in-products {
    width: 95%;
    height: auto;
    min-height: 768px\0;
}

.in-tit {
    font-size: 40px;
    font-family: Nirmala UI-Bold;
}

.in-products .in-tit {
    text-align: center;
    height: 120px;
    line-height: 120px;
}

.in-products .in-pro {
    margin-top: 48px;
    width: 100%;
    aspect-ratio: 1220 / 600;
    height: auto;
    height: 600px\0;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.in-pro-bg {
    background-color: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.1s ease;
}

    .in-pro-bg:hover {
        transform: translate(0px,-2px);
        color: #BE0002;
    }

.in-products .in-pro .pro-top-one {
    width: 45.1%;
    height: 100%;
    border-radius: 16px;
}

.in-products .in-pro .pro-top-five {
    height: 100%;
    /*	width:calc(55% - 20px);*/
    width: 53.4%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2.8% 0px;
}

.in-products .in-pro .pro-top-five-li {
    height: 48.6%;
    margin-bottom: 2.6%\0;
    width: 48.5%;
    border-radius: 16px;
}

.in-pro .in-pro-info {
    width: 75%;
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .in-pro .in-pro-info .in-pro-info-img {
        width: 100%;
        height: 88%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .in-pro .in-pro-info .in-pro-info-img img {
            width: 90%;
            height: auto;
            object-fit: contain;
        }

    .in-pro .in-pro-info .in-pro-info-tit {
        width: 100%;
        height: 8%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

.in-pro .pro-top-one .in-pro-info .in-pro-info-tit {
    font-size: 150%;
}

/* 更新后首页产品介绍开始 */
.in-nproducts {
    width: 95%;
    margin-top: 50px;
}

    .in-nproducts .in-tit {
        text-align: center;
        height: 120px;
        line-height: 120px;
    }

    .in-nproducts .in-npro {
        margin-top: 26px;
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
    }

        .in-nproducts .in-npro .in-npro-li {
            width: 31.7%;
            min-width: 300px;
            min-height: 352px;
            padding: 48px;
            box-sizing: border-box;
            margin-bottom: 2.5%;
            display: flex;
            flex-direction: column;
            align-items: center;
            background-color: #F7F7F7;
            border-radius: 16px;
            transition: transform 0.1s ease;
        }

            .in-nproducts .in-npro .in-npro-li:hover {
                transform: translate(0px,2px);
                color: #BE0002;
            }

            .in-nproducts .in-npro .in-npro-li .in-npro-li-img {
                width: 100%;
                height: 88%;
                display: flex;
                align-items: center;
                justify-content: center;
                overflow: hidden;
            }

                .in-nproducts .in-npro .in-npro-li .in-npro-li-img img {
                    width: 90%;
                    height: 90%;
                    object-fit: contain;
                }

            .in-nproducts .in-npro .in-npro-li .in-npro-li-tit {
                width: 100%;
                height: 8%;
                display: flex;
                align-items: center;
                justify-content: center;
                text-align: center;
            }

.in-parter {
    margin-top: 70px;
    width: 95%;
    min-height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 90px;
}

    .in-parter .in-tit {
        padding-top: 50px;
        font-size: 38px;
        text-align: center;
        height: 120px;
        line-height: 120px;
    }

.in-nlogos {
    width: 86%;
    min-height: 50px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

    .in-nlogos .logodiv {
        width: 196px;
        height: 78px;
        overflow: hidden;
        background-color: #ffffff;
        border: solid 1px #cccccc;
        border-radius: 12px;
        margin-top: 18px;
        margin-bottom: 10px;
        box-sizing: border-box;
    }

        .in-nlogos .logodiv img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

.in-txt {
    font-size: 22px;
    font-family: Nirmala UI-Bold;
}

.in-nsys {
    margin-top: 70px;
    width: 95%;
    aspect-ratio: 1220 / 600;
    height: auto;
    height: 600px\0;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 12px;
}

    .in-nsys .in-nsys-bt {
        background-color: #BE0002;
        border-radius: 30px;
        margin-top: 400px;
        margin-left: 110px;
        width: 13%;
        aspect-ratio: 162 / 56;
        height: auto;
        height: 56px\0;
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: center;
        font-size: 112.5%;
    }

    .in-nsys a {
        display: block;
        color: #FFF;
    }

.in-downsys {
    margin-top: 70px;
    width: 95%;
    aspect-ratio: 1220 / 500;
    height: auto;
    height: 500px\0;
    display: flex;
    align-items: center;
    border-radius: 12px;
    background-size: cover;
    background-repeat: no-repeat;
    padding-left: 9%;
    box-sizing: border-box;
}

    .in-downsys .in-down-text {
        width: 60%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

        .in-downsys .in-down-text .in-down-text-tit {
            color: #191919;
        }

        .in-downsys .in-down-text .in-down-text-input {
            margin-top: 20px;
            width: 290px;
            height: 56px;
            background-color: #FFF;
            border-radius: 48px;
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
        }

            .in-downsys .in-down-text .in-down-text-input img.em2 {
                margin-left: 10px;
                margin-right: 10px;
            }

            .in-downsys .in-down-text .in-down-text-input input {
                width: 178px;
                height: 56px;
                line-height: 56px;
                outline: none;
                font-size: 125%;
            }

    .in-downsys .in-down-text-bt {
        margin-top: 20px;
        background-color: #BE0002;
        border-radius: 48px;
        width: 290px;
        height: 56px;
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: center;
        font-size: 112.5%;
    }


    .in-downsys a {
        color: #FFF;
        display: block;
        width: 412px;
        height: 56px;
        text-align: center;
        line-height: 56px;
    }
/* 更新后首页产品介绍结束 */


.in-about {
    margin-top: 70px;
    width: 95%;
    aspect-ratio: 1220 / 520;
    height: auto;
    min-height: 520px\0;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .in-about .in-about-text {
        width: calc(50% - 150px);
        padding-right: 150px;
        height: 100%;
    }

        .in-about .in-about-text p.in-tit {
            margin-top: 60px;
        }

        .in-about .in-about-text .in-about-text-con {
            margin-top: 30px;
            line-height: 24px;
            overflow: hidden;
            height: 320px;
        }

    .in-about .in-about-img {
        width: 50%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        overflow: hidden;
        border-radius: 14px;
    }

        .in-about .in-about-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

@media screen and (min-aspect-ratio: 1/1) {
    /* 当图像的宽高比大于1时应用的样式 */
    /* 例如，将图像宽度设置为视口宽度的50% */
}

.in-project {
    margin-top: 70px;
    width: 95%;
    aspect-ratio: 1220 / 600;
    height: auto;
    height: 600px\0;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 12px;
}

    .in-project .in-pro-bt {
        background-color: #BE0002;
        border-radius: 30px;
        margin-top: 425px;
        margin-left: 110px;
        width: 13%;
        aspect-ratio: 162 / 56;
        height: auto;
        height: 56px\0;
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: center;
        font-size: 112.5%;
    }

    .in-project a {
        display: block;
        color: #FFF;
    }

.in-downcatalog {
    margin-top: 70px;
    width: 95%;
    aspect-ratio: 1220 / 600;
    height: auto;
    height: 600px\0;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    background: linear-gradient(to left, #F9F9F9, #F1EFEF);
    border-radius: 12px;
}

    .in-downcatalog .in-down-text {
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

        .in-downcatalog .in-down-text .in-down-text-tit {
            color: #191919;
        }

        .in-downcatalog .in-down-text .in-down-text-input {
            margin-top: 20px;
            width: 412px;
            height: 56px;
            background-color: #FFF;
            border-radius: 48px;
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
        }

            .in-downcatalog .in-down-text .in-down-text-input img.em2 {
                margin-left: 10px;
                margin-right: 10px;
            }

            .in-downcatalog .in-down-text .in-down-text-input input {
                width: 300px;
                height: 56px;
                line-height: 56px;
                outline: none;
                font-size: 125%;
            }

    .in-downcatalog .in-down-text-bt {
        margin-top: 20px;
        background-color: #BE0002;
        border-radius: 48px;
        width: 412px;
        height: 56px;
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: center;
        font-size: 112.5%;
    }

.yzmdiv {
    width: 412px;
    height: 56px;
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

    .yzmdiv .yzm {
        background-color: #FFF;
        border-radius: 48px;
        height: 56px;
        width: 100px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .yzmdiv .loginyzm {
        width: 50px;
        height: 24px;
        line-height: 24px;
        outline: none;
        font-size: 100%;
        font-family: Inter;
        font-weight: normal;
    }

.in-downcatalog a {
    color: #FFF;
    display: block;
    width: 412px;
    height: 56px;
    text-align: center;
    line-height: 56px;
}

.in-downcatalog .in-down-img {
    width: 50%;
    height: 100%;
    position: relative;
}

    .in-downcatalog .in-down-img img {
        margin-top: -20px;
    }

.in-news {
    margin-top: 70px;
    width: 95%;
    aspect-ratio: 1220 / 725;
    height: auto;
    /*	height:725px\0;*/
    min-height: 725px\0;
    display: flex;
    align-items: center;
    flex-direction: column;
    /*	background-color:#066;*/
}

    .in-news .in-tit {
        text-align: center;
        height: 50px;
        line-height: 50px;
    }

    .in-news .in-news-list {
        margin-top: 50px;
        width: 100%;
        min-height: 495px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

        .in-news .in-news-list .in-news-info {
            width: 31%;
            width: 380px\0;
            display: flex;
            align-items: center;
            flex-direction: column;
            background-color: #F7F7F7;
            padding-bottom: 10px;
        }

            .in-news .in-news-list .in-news-info .in-news-info-img {
                width: 100%;
                aspect-ratio: 380 / 237;
                height: auto;
                height: 237px\0;
                overflow: hidden;
            }

                .in-news .in-news-list .in-news-info .in-news-info-img img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }

            .in-news .in-news-list .in-news-info .in-news-info-tit {
                margin-top: 25px;
                /*	max-height:78px;*/
                font-size: 125%;
                width: 83%;
            }

            .in-news .in-news-list .in-news-info .in-news-info-con {
                margin-top: 15px;
                line-height: 20px;
                width: 83%;
                font-size: 87.5%;
            }

            .in-news .in-news-list .in-news-info .in-news-info-more {
                margin-top: 15px;
                width: 83%;
            }

                .in-news .in-news-list .in-news-info .in-news-info-more a {
                    color: #BE0002;
                    text-decoration: underline;
                }

    .in-news .in-news-all {
        margin-top: 44px;
        width: 17%;
        aspect-ratio: 209 / 56;
        height: auto;
        height: 56px\0;
        border: 1px solid #191919;
        border-radius: 30px;
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: center;
    }

        .in-news .in-news-all a {
            display: block;
            height: 100%;
            width: 100%;
            text-align: center;
            line-height: 56px;
        }
/*中间内容结束*/


/*botoom内容开始*/
.bottom {
    width: 100%;
    min-width: 1440px;
    margin-top: 150px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #F7F7F7;
}

.bottom-text {
    width: 89%;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    /*	background-color:#0cc;*/
}

.bottom .bottom-catalog {
    width: 95%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

    .bottom .bottom-catalog dl {
        width: 23%;
    }

    .bottom .bottom-catalog dt {
        margin-bottom: 15px;
        line-height: 130%;
        letter-spacing: -0.24px;
        font-size: 125%;
        font-family: Nirmala UI-Bold;
    }

    .bottom .bottom-catalog dd {
        font-family: Helvetica-Regular;
        font-size: 16px;
        font-weight: normal;
        line-height: 24px;
        letter-spacing: 0.1px;
    }

    .bottom .bottom-catalog dl .bottom-dl-contact {
        width: 80%;
        font-family: Helvetica-Light;
        font-size: 14px;
        font-weight: normal;
        line-height: 20px;
        letter-spacing: 0px;
    }

        .bottom .bottom-catalog dl .bottom-dl-contact .red {
            color: #BE0002;
            font-family: Helvetica-Regular;
            letter-spacing: -0.2px;
        }

.bottom .bottom-wechat dd {
    width: 50%;
    word-break: break-all;
}

.bottom dt img {
    width: 73px;
    height: 73px;
}

.bottom .bottom-line {
    width: 98%;
    height: 48px;
    margin-top: 120px;
    border-top: solid 1px #191919;
}

.bottom .copyright {
    width: 95%;
    height: auto;
}
/*bottom内容结束*/

/*news内容开始*/
.news-tit {
    margin-top: 152px;
    width: 95%;
    font-size: 40px;
    height: 48px;
}

.news-text {
    margin-top: 64px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 95%;
}

.news-showmore {
    width: 95%;
    height: 56px;
}

.news-showmore-bt {
    border-radius: 48px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    cursor: pointer;
    width: 158px;
    box-sizing: border-box;
    border: 1px solid #191919;
}

    .news-showmore-bt a {
        display: block;
    }

.news-text-list {
    width: 68.4%;
}

    .news-text-list .news-text-list-info {
        width: 96.4%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 64px;
        transition: transform 0.3s ease;
    }

        .news-text-list .news-text-list-info:hover {
            transform: translate(1px,2px);
            color: #BE0002;
        }

.news-text-list-info.show {
    opacity: 1;
}

.news-text-list .news-text-list-info:hover .news-list-info-title {
    color: #BE0002;
}

.news-text-list .news-text-list-info .news-list-info-type {
    padding-left: 8px;
    padding-right: 8px;
    height: 24px;
    opacity: 1;
    gap: 6px;
    /* Red */
    z-index: 0;
    font-family: Inter;
    font-size: 87.5%;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.2px;
    /* White 100 */
    color: #FFFFFF;
    border-radius: 4px;
    background: #BE0002;
}

.news-text-list .news-text-list-info .news-list-info-title {
    width: 100%;
    font-family: Nirmala UI-Bold;
    font-size: 175%;
    line-height: 125%;
    letter-spacing: -0.24px;
    color: #191919;
    z-index: 0;
    margin-top: 8px;
}

.news-text-list .news-text-list-info .news-list-info-cont {
    width: 100%;
    font-family: Helvetica-Light;
    line-height: 24px;
    letter-spacing: -0.24px;
    /* Dark */
    color: #191919;
    z-index: 1;
    margin-top: 18px;
}

.news-text-list .news-text-list-info .news-list-info-time {
    font-family: Inter;
    font-size: 87.5%;
    line-height: 20px;
    letter-spacing: 0px;
    /* Black 40 */
    color: rgba(0, 0, 0, 0.4);
    z-index: 2;
    margin-top: 18px;
}

.news-text .news-text-class {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.news-text .news-text-class-li {
    width: 275px;
    margin-bottom: 64px;
}

    .news-text .news-text-class-li ul {
        border-top: 1px solid rgba(0, 0, 0, 0.16);
    }

    .news-text .news-text-class-li li {
        padding-top: 24px;
        padding-left: 24px;
        box-sizing: border-box;
        font-family: Helvetica-Regular;
        height: 59px;
        /* Black 16 */
        border-bottom: 1px solid rgba(0, 0, 0, 0.16);
        border-left: 1px solid rgba(0, 0, 0, 0.16);
        border-right: 1px solid rgba(0, 0, 0, 0.16);
        z-index: 1;
    }

        .news-text .news-text-class-li li a:hover {
            color: #BE0002;
        }

.news-text .news-text-class-img {
    box-sizing: border-box;
    padding-left: 32px;
    padding-right: 32px;
    width: 275px;
    border-radius: 16px;
    background-image: url(../images/Card.png);
    background-repeat: no-repeat;
    background-size: cover;
}

    .news-text .news-text-class-img .news-text-class-img-tit {
        margin-top: 32px;
        font-family: Nirmala UI-Bold;
        font-size: 200%;
        line-height: 125%;
        letter-spacing: -0.8px;
    }

    .news-text .news-text-class-img .news-text-class-con {
        margin-top: 8px;
        font-family: Inter;
        font-size: 112.5%;
        line-height: 28px;
        letter-spacing: -0.24px;
    }

    .news-text .news-text-class-img .news-text-class-input {
        margin-top: 64px;
        width: 211px;
        height: 48px;
        border-radius: 48px;
        background-color: #FFF;
        box-sizing: border-box;
        padding-left: 30px;
        margin-bottom: 15px;
    }

        .news-text .news-text-class-img .news-text-class-input input {
            width: 155px;
            height: 48px;
            outline: none;
            font-size: 100%;
            font-family: Inter;
        }

    .news-text .news-text-class-img .news-text-class-bt {
        margin-top: 12px;
        margin-bottom: 44px;
        width: 211px;
        height: 56px;
        border-radius: 48px;
        opacity: 1;
        background: #BE0002;
        font-family: Nirmala UI-Bold;
        font-size: 18px;
        line-height: 56px;
        text-align: center;
        letter-spacing: -0.24px;
        /* White 100 */
        color: #FFFFFF;
    }

.news-text-class-bt a {
    font-size: 18px;
    letter-spacing: -0.24px;
    color: #FFFFFF;
    display: block;
}
/*news内容结束*/



/*about内容开始*/

.about-num {
    margin-top: 152px;
    width: 98.4%;
    aspect-ratio: 1260 / 100;
    height: auto;
    height: 100px\0;
    opacity: 1;
    /* 自动布局 */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0px 10px;
}

    .about-num .about-num-list {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 25%;
    }

        .about-num .about-num-list .rednum {
            font-family: IBM Plex Sans;
            font-size: 56px;
            font-weight: bold;
            line-height: 64px;
            text-align: center;
            display: flex;
            align-items: center;
            letter-spacing: -2px;
            /* Red */
            color: #BE0002;
        }

.about-company-info {
    margin-top: 80px;
    width: 66%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .about-company-info .about-company-info-tit {
        font-family: Nirmala UI-Bold;
        font-size: 250%;
        font-weight: normal;
        line-height: 120%;
        text-align: center;
        letter-spacing: -0.24px;
        /* Dark */
        color: #191919;
    }

    .about-company-info .about-company-info-con {
        width: 100%;
        margin-top: 24px;
        font-family: Inter;
        font-size: 16px;
        font-weight: normal;
        line-height: 24px;
        letter-spacing: -0.24px;
        /* Dark */
        color: #191919;
        z-index: 3;
    }

.about-company-history {
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

    .about-company-history .about-company-history-tit {
        font-family: Nirmala UI-Bold;
        font-size: 250%;
        font-weight: normal;
        line-height: 120%;
        text-align: center;
        letter-spacing: -0.24px;
        /* Dark */
        color: #191919;
    }

    .about-company-history .about-company-history-bt {
        margin-top: 64px;
        height: 48px;
        display: flex;
        width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

        .about-company-history .about-company-history-bt ul {
            display: flex;
            width: 600px;
            height: 100%;
            flex-direction: row;
            box-sizing: border-box;
            /* Black 16 */
            border-left: 1px solid rgba(0, 0, 0, 0.16);
            border-top: 1px solid rgba(0, 0, 0, 0.16);
        }

            .about-company-history .about-company-history-bt ul li {
                width: 200px;
                height: 48px;
                line-height: 48px;
                text-align: center;
                border-right: 1px solid rgba(0, 0, 0, 0.16);
                box-sizing: border-box;
                border-bottom: 1px solid rgba(0, 0, 0, 0.16);
                cursor: pointer;
            }

                .about-company-history .about-company-history-bt ul li:hover {
                    border-bottom: 2px solid #BE0002;
                }

    .about-company-history .about-company-history-list {
        width: 76%;
        margin-top: 64px;
    }

        .about-company-history .about-company-history-list li {
            display: none;
            /*opacity: 0; */
            transition: opacity 1s ease-in-out;
        }

            .about-company-history .about-company-history-list li.active {
                display: block;
                /*opacity: 1; */
            }

        .about-company-history .about-company-history-list .about-company-history-list-info {
            box-sizing: border-box;
            display: flex;
            flex-direction: column;
            padding: 0px 20px;
            gap: 48px;
            width: 100%;
        }

            .about-company-history .about-company-history-list .about-company-history-list-info .about-company-history-list-info-li {
                position: relative;
                padding-left: 24px;
                width: 100%;
                margin-top: 48px\0;
            }

                .about-company-history .about-company-history-list .about-company-history-list-info .about-company-history-list-info-li .history-list-info-tit {
                    font-family: Nirmala UI-Bold;
                    font-size: 20px;
                    font-weight: normal;
                    line-height: 24px;
                    letter-spacing: -0.24px;
                    /* Dark */
                    color: #191919;
                }

                    .about-company-history .about-company-history-list .about-company-history-list-info .about-company-history-list-info-li .history-list-info-tit:before {
                        position: absolute;
                        margin-top: -5px;
                        margin-top: 0px\0;
                        margin-left: -36px;
                        content: "•";
                        font-size: 220%; /* 设置实心圆的大小 */
                        color: #FF8081;
                    }

                .about-company-history .about-company-history-list .about-company-history-list-info .about-company-history-list-info-li .history-list-info-con {
                    margin-top: 12px;
                    width: 100%;
                    font-family: Helvetica-Light;
                    font-size: 100%;
                    font-weight: normal;
                    line-height: 24px;
                    letter-spacing: -0.24px;
                    /* Dark */
                    color: #191919;
                }

.about-company-team {
    margin-top: 80px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .about-company-team .about-company-team-tit {
        width: 840px;
    }

        .about-company-team .about-company-team-tit .big-tit {
            font-family: Nirmala UI-Bold;
            font-size: 250%;
            font-weight: normal;
            line-height: 120%;
            text-align: center;
            letter-spacing: -0.24px;
            /* Dark */
            color: #191919;
            z-index: 2;
        }

        .about-company-team .about-company-team-tit .small-tit {
            margin-top: 24px;
            font-family: Inter;
            font-size: 100%;
            font-weight: normal;
            line-height: 24px;
            text-align: center;
            letter-spacing: -0.24px;
            /* Dark */
            color: #191919;
            z-index: 3;
        }

    .about-company-team .about-company-team-list {
        width: 98%;
        position: relative;
    }

        .about-company-team .about-company-team-list .about-company-team-list-info {
            width: 33.3%;
            float: left;
            margin-top: 64px;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .about-company-team .about-company-team-list .about-company-team-list-info-img {
            width: 90.5%;
            aspect-ratio: 1 / 1;
            height: auto;
            height: 380px\0;
            overflow: hidden;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

            .about-company-team .about-company-team-list .about-company-team-list-info-img img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

.about-company-team-list-info-name {
    margin-top: 32px;
    width: 100%;
    padding-left: 32px;
    padding-right: 32px;
    box-sizing: border-box;
}

    .about-company-team-list-info-name .about-team-name {
        font-family: Nirmala UI-Bold;
        font-size: 125%;
        line-height: 24px;
        letter-spacing: -0.24px;
    }

    .about-company-team-list-info-name .about-team-position {
        font-family: Helvetica-Light;
        font-size: 87.5%;
        line-height: 20px;
        letter-spacing: 0px;
    }

.about-company-team-list-info-tips {
    margin-top: 16px;
    margin-bottom: 32px;
}

.about-company-cer {
    margin-top: 80px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .about-company-cer .about-company-cer-tit {
        width: 840px;
    }

        .about-company-cer .about-company-cer-tit .big-tit {
            font-family: Nirmala UI-Bold;
            font-size: 250%;
            font-weight: normal;
            line-height: 120%;
            text-align: center;
            letter-spacing: -0.24px;
            /* Dark */
            color: #191919;
            z-index: 2;
        }

        .about-company-cer .about-company-cer-tit .small-tit {
            margin-top: 24px;
            font-family: Inter;
            font-size: 100%;
            font-weight: normal;
            line-height: 24px;
            text-align: center;
            letter-spacing: -0.24px;
            /* Dark */
            color: #191919;
            z-index: 3;
        }

    .about-company-cer .about-company-cer-list {
        width: 85.3%;
        aspect-ratio: 1092 / 100;
        height: auto;
        height: 100px\0;
        margin-top: 64px;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 2px;
        flex-wrap: wrap;
    }

        .about-company-cer .about-company-cer-list .about-company-cer-list-img {
            width: 180px;
        }
/*about内容结束*/
/*product内容开始*/
.product-class {
    margin-top: 152px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .product-class .product-class-tit, .product-other-class .product-other-class-tit {
        width: 840px;
    }

        .product-class .product-class-tit .big-tit, .product-other-class .product-other-class-tit .big-tit {
            font-family: Nirmala UI-Bold;
            font-size: 250%;
            font-weight: normal;
            line-height: 120%;
            text-align: center;
            letter-spacing: -0.24px;
            /* Dark */
            color: #191919;
            z-index: 2;
        }

        .product-class .product-class-tit .small-tit, .product-other-class .product-other-class-tit .small-tit {
            margin-top: 24px;
            font-family: Inter;
            font-size: 100%;
            font-weight: normal;
            line-height: 24px;
            text-align: center;
            letter-spacing: -0.24px;
            /* Dark */
            color: #191919;
            z-index: 3;
        }

    .product-class .product-class-list {
        width: 98.4%;
        position: relative;
        overflow: auto;
    }

        .product-class .product-class-list .product-class-list-info {
            width: 30.1%;
            min-width: 300px;
            min-height: 424px;
            margin-left: 1.59%;
            margin-right: 1.59%;
            padding: 48px;
            box-sizing: border-box;
            float: left;
            margin-top: 64px;
            display: flex;
            flex-direction: column;
            align-items: center;
            background-color: #F7F7F7;
            border-radius: 16px;
            transition: transform 0.1s ease;
        }

            .product-class .product-class-list .product-class-list-info:hover {
                transform: translate(0px,-2px);
                color: #BE0002;
            }

        .product-class .product-class-list .product-class-list-info-img {
            width: 84.1%;
            aspect-ratio: 1 / 1;
            height: auto;
            height: 240px\0;
            overflow: hidden;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

            .product-class .product-class-list .product-class-list-info-img img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

        .product-class .product-class-list .product-class-list-info .product-class-list-info-name {
            margin-top: 16px;
            width: 99%;
            width: 80%\0;
        }

            .product-class .product-class-list .product-class-list-info .product-class-list-info-name .class-name {
                font-family: Helvetica-Bold;
                font-size: 125%;
                font-weight: normal;
                line-height: 24px;
                text-align: center;
                letter-spacing: -0.1px;
            }

.product-other-class {
    margin-top: 80px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .product-other-class .product-other-class-list {
        width: 98.4%;
        position: relative;
        overflow: auto;
    }

        .product-other-class .product-other-class-list .product-other-class-list-info {
            width: 21.8%;
            min-width: 260px;
            min-height: 328px;
            margin-left: 1.59%;
            margin-right: 1.59%;
            padding: 32px;
            box-sizing: border-box;
            float: left;
            margin-top: 64px;
            display: flex;
            flex-direction: column;
            align-items: center;
            background-color: #F7F7F7;
            border-radius: 16px;
            transition: transform 0.1s ease;
        }

            .product-other-class .product-other-class-list .product-other-class-list-info:hover {
                transform: translate(0px,-2px);
                color: #BE0002;
            }

        .product-other-class .product-other-class-list .product-other-class-list-info-img {
            width: 84.1%;
            aspect-ratio: 1 / 1;
            height: auto;
            height: 180px\0;
            overflow: hidden;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

            .product-other-class .product-other-class-list .product-other-class-list-info-img img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

        .product-other-class .product-other-class-list .product-other-class-list-info .product-other-class-list-info-name {
            margin-top: 16px;
            width: 99%;
            width: 80%\0;
        }

            .product-other-class .product-other-class-list .product-other-class-list-info .product-other-class-list-info-name .class-name {
                font-family: Helvetica-Bold;
                font-size: 100%;
                font-weight: normal;
                line-height: 24px;
                text-align: center;
                letter-spacing: -0.1px;
            }

.product-downcatalog {
    margin-top: 80px;
    width: 95.3%;
    aspect-ratio: 1220 / 340;
    height: auto;
    height: 340px\0;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    background-image: url(../images/product-down-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 12px;
}

    .product-downcatalog .product-downcatalog-text {
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

        .product-downcatalog .product-downcatalog-text .product-downcatalog-text-tit {
            color: #191919;
        }

        .product-downcatalog .product-downcatalog-text .product-downcatalog-text-input {
            margin-top: 20px;
            width: 412px;
            height: 56px;
            background-color: #FFF;
            border-radius: 48px;
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
        }

            .product-downcatalog .product-downcatalog-text .product-downcatalog-text-input img.em2 {
                margin-left: 10px;
                margin-right: 10px;
            }

            .product-downcatalog .product-downcatalog-text .product-downcatalog-text-input input {
                width: 300px;
                height: 56px;
                line-height: 56px;
                outline: none;
                font-size: 125%;
            }

    .product-downcatalog .product-downcatalog-text-bt {
        margin-top: 20px;
        background-color: #BE0002;
        border-radius: 48px;
        width: 412px;
        height: 56px;
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: center;
        font-size: 112.5%;
    }

    .product-downcatalog a {
        color: #FFF;
        display: block;
        width: 412px;
        height: 56px;
        text-align: center;
        line-height: 56px;
    }
/*product内容结束*/
/*productshow内容开始*/
.product-show {
    margin-top: 120px;
    margin-bottom: 120px;
    width: 98.4%;
    display: flex;
    flex-direction: row;
}

    .product-show .product-show-img {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .product-show .product-show-img img {
            width: 93.6%;
            aspect-ratio: 590 / 480;
            height: auto;
            height: 480px\0;
            background-color: #F7F7F7;
        }

    .product-show .product-show-content {
        margin-left: 32px;
        width: 39.3%;
        box-sizing: border-box;
        padding-left: 1.587%;
        padding-right: 1.587%;
        color: #191919;
    }

        .product-show .product-show-content .product-show-content-tit {
            font-family: Nirmala UI-Bold;
            font-size: 200%;
            font-weight: normal;
            line-height: 125%;
            letter-spacing: -0.8px;
            margin-bottom: 24px;
        }

        .product-show .product-show-content .product-show-content-con {
            font-family: Inter;
            font-weight: 500;
            line-height: 24px;
            letter-spacing: -0.24px;
        }

            .product-show .product-show-content .product-show-content-con p {
                font-family: Inter;
                font-size: 16px;
                font-weight: 500;
                line-height: 24px;
                letter-spacing: -0.24px;
                margin-bottom: 32px;
            }

            .product-show .product-show-content .product-show-content-con h2 {
                font-family: IBM Plex Sans;
                font-size: 20px;
                font-weight: bold;
                line-height: 24px;
                letter-spacing: -0.24px;
                margin-bottom: 8px;
            }

            .product-show .product-show-content .product-show-content-con h3 {
                font-family: Nirmala UI-Bold;
                font-size: 20px;
                font-weight: normal;
                line-height: 24px;
                letter-spacing: -0.24px;
                margin-bottom: 8px;
            }

.product-content-bg {
    background-color: #F7F7F7;
    box-sizing: border-box;
    padding-top: 152px;
    padding-bottom: 152px;
    width: 100%;
    color: #191919;
}

    .product-content-bg .product-show-Standard {
        width: 51%;
    }

    .product-content-bg .product-show-Data {
        width: 77%;
        margin-top: 80px;
    }

        .product-content-bg .product-show-Standard .product-content-bg-con table, .product-content-bg .product-show-Data .product-content-bg-con table {
            font-family: Helvetica-Light;
            font-size: 16px;
            font-weight: normal;
            line-height: 24px;
            letter-spacing: -0.24px;
            padding: 0px 20px 0px 20px;
            box-sizing: border-box;
        }

            .product-content-bg .product-show-Standard .product-content-bg-con table tr td {
                vertical-align: top;
                padding-bottom: 32px;
                max-height: 80px;
                box-sizing: border-box;
            }

            .product-content-bg .product-show-Standard .product-content-bg-con table tr:last-child td {
                padding-bottom: 0px;
            }

            .product-content-bg .product-show-Standard .product-content-bg-con table tr td:first-child {
                width: 190px;
                font-family: Helvetica-Bold;
                font-size: 16px;
                font-weight: normal;
                line-height: 26px;
                letter-spacing: 0px;
            }

        .product-content-bg .product-show-Standard .product-content-bg-con h1, .product-content-bg .product-show-Data .product-content-bg-con h1 {
            font-family: Nirmala UI-Bold;
            font-size: 32px;
            font-weight: normal;
            line-height: 24px;
            letter-spacing: -0.24px;
            margin-bottom: 48px;
            height: 52px;
            padding: 0px 20px 32px 20px;
            box-sizing: border-box;
            border-width: 0px 0px 1px 0px;
            border-style: solid;
            border-color: rgba(0, 0, 0, 0.16);
            margin-top: 64px;
        }

        .product-content-bg .product-show-Standard .product-content-bg-con h2, .product-content-bg .product-show-Data .product-content-bg-con h2 {
            font-family: IBM Plex Sans;
            font-size: 20px;
            font-weight: bold;
            line-height: 24px;
            letter-spacing: -0.24px;
            margin-bottom: 8px;
        }

        .product-content-bg .product-show-Standard .product-content-bg-con h3, .product-content-bg .product-show-Data .product-content-bg-con h3 {
            font-family: Nirmala UI-Bold;
            font-size: 20px;
            font-weight: normal;
            line-height: 24px;
            letter-spacing: -0.24px;
            margin-bottom: 8px;
        }

        .product-content-bg .product-show-Standard .product-content-bg-con p, .product-content-bg .product-show-Data .product-content-bg-con p {
            font-family: Inter;
            font-size: 16px;
            font-weight: 500;
            line-height: 24px;
            letter-spacing: -0.24px;
            margin-bottom: 32px;
        }

    .product-content-bg .product-content-bg-tit {
        font-family: Nirmala UI-Bold;
        font-size: 250%;
        line-height: 120%;
        text-align: center;
        letter-spacing: -0.24px;
    }

    .product-content-bg .product-content-bg-con {
        width: 100%;
        box-sizing: border-box;
        padding-left: 30px;
        padding-right: 30px;
    }

.mgb64 {
    margin-bottom: 64px;
}

/*productshow内容结束*/
/*contact内容开始*/
.contact-tit {
    margin-top: 152px;
    font-family: Nirmala UI-Bold;
    font-size: 250%;
    line-height: 120%;
    text-align: center;
    letter-spacing: -0.24px;
}

.contact-top {
    margin-top: 64px;
    margin-bottom: 64px;
    width: 65.6%;
    display: flex;
    justify-content: space-between;
}

.contact-img {
    margin-top: 64px;
    margin-bottom: 64px;
    width: 77.7%;
    aspect-ratio: 994 / 502;
    height: auto;
    height: 502px\0;
    box-sizing: border-box;
    overflow: hidden;
}

    .contact-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

        .contact-img img.active {
            display: block;
        }

.contact-network {
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

    .contact-network .contact-network-tit {
        font-family: Nirmala UI-Bold;
        font-size: 250%;
        font-weight: normal;
        line-height: 120%;
        text-align: center;
        letter-spacing: -0.24px;
        /* Dark */
        color: #191919;
    }

    .contact-network .contact-network-bt {
        margin-top: 64px;
        height: 48px;
        display: flex;
        width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

        .contact-network .contact-network-bt ul {
            display: flex;
            width: 80%;
            height: 100%;
            flex-direction: row;
            box-sizing: border-box;
            /* Black 16 */
        }

            .contact-network .contact-network-bt ul li {
                width: 25%;
                height: 48px;
                line-height: 48px;
                text-align: center;
                box-sizing: border-box;
                border: 1px solid rgba(0, 0, 0, 0.16);
                cursor: pointer;
            }

                .contact-network .contact-network-bt ul li:hover {
                    border-bottom: 2px solid #BE0002;
                }

                .contact-network .contact-network-bt ul li.active {
                    border-bottom: 2px solid #BE0002;
                    border-left: none;
                    border-top: none;
                    border-right: none;
                }

    .contact-network .contact-network-list {
        width: 65.6%;
        margin-top: 64px;
    }

        .contact-network .contact-network-list li {
            display: none;
            /*opacity: 0; */
            transition: opacity 1s ease-in-out;
        }

            .contact-network .contact-network-list li.active {
                display: block;
                /*opacity: 1; */
            }

        .contact-network .contact-network-list .contact-network-list-info {
            box-sizing: border-box;
            display: flex;
            justify-content: space-between;
            padding: 48px 0px;
            gap: 32px;
            width: 100%;
            border-bottom: solid 0.5px #191919;
        }

            .contact-network .contact-network-list .contact-network-list-info .contact-network-list-info-office, .contact-top .contact-info-office {
                width: 25%;
                font-family: Nirmala UI-Bold;
                font-size: 125%;
                line-height: 24px;
                letter-spacing: -0.24px;
            }

            .contact-network .contact-network-list .contact-network-list-info .contact-network-list-info-con, .contact-top .contact-info-con {
                width: 71%;
                font-family: Helvetica-Light;
                font-size: 100%;
                line-height: 24px;
                letter-spacing: -0.24px;
                color: #191919;
                word-break: break-all;
            }

            .contact-network .contact-network-list .contact-network-list-info .contact-network-list-info-con-email, .contact-top .contact-info-con-email {
                color: #BE0002;
            }

.contact-sendmsg-text {
    width: 50%;
    z-index: 20;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .contact-sendmsg-text .contact-sendmsg-text-tit {
        width: 412px;
    }

    .contact-sendmsg-text .contact-sendmsg-text-input {
        margin-top: 20px;
        width: 412px;
        height: 56px;
        background-color: #FFF;
        border-radius: 8px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .contact-sendmsg-text .contact-sendmsg-text-textarea {
        box-sizing: border-box;
        padding: 16px 24px;
        margin-top: 20px;
        width: 412px;
        min-height: 116px;
        background-color: #FFF;
        border-radius: 8px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .contact-sendmsg-text .contact-sendmsg-text-yzm {
        margin-top: 20px;
        width: 412px;
        height: 56px;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

.contact-sendmsg-text-yzm .yzm {
    background-color: #FFF;
    border-radius: 8px;
    height: 56px;
    width: 80px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.contact-sendmsg-text-yzm .loginyzm {
    width: 50px;
    height: 24px;
    line-height: 24px;
    outline: none;
    font-size: 100%;
    font-family: Inter;
    font-weight: normal;
}

.contact-sendmsg-text-labe {
    margin-top: 20px;
    width: 412px;
    height: 56px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.in-downsys .contact-sendmsg-text-labe {
    margin-top: 10px;
    height: 46px;
}

.code {
    width: 50px;
    height: 24px;
    margin-left: 10px;
}

.contact-sendmsg-text .contact-sendmsg-text-input img.em2 {
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 8px;
}

.contact-sendmsg-text .contact-sendmsg-text-input input {
    width: 300px;
    height: 24px;
    line-height: 24px;
    outline: none;
    font-size: 125%;
    font-family: Inter;
    font-weight: normal;
}

.contact-sendmsg-text .contact-sendmsg-text-textarea textarea {
    width: 364px;
    min-height: 84px;
    line-height: 24px;
    outline: none;
    font-size: 125%;
    border: 0px;
    font-family: Helvetica-Light;
    font-weight: normal;
}

.contact-sendmsg-text-bt {
    margin-top: 20px;
    background-color: #BE0002;
    border-radius: 48px;
    width: 412px;
    height: 56px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    font-size: 112.5%;
}

    .contact-sendmsg-text-bt a {
        color: #FFF;
        display: block;
        width: 412px;
        height: 56px;
        text-align: center;
        line-height: 56px;
    }
/*contact内容结束*/
/*newsshow开始*/
.shownews-tit {
    margin-top: 120px;
    display: flex;
    flex-direction: column;
    width: 95.3%;
    height: auto;
}

    .shownews-tit .shownews-tips {
        width: 65.57%;
        margin-bottom: 24px;
        font-family: IBM Plex Sans;
        font-size: 87.5%;
        font-weight: bold;
        line-height: 16px;
        text-transform: uppercase;
        letter-spacing: 1px;
        /* Red */
        color: #BE0002;
    }

    .shownews-tit .shownews-bigtit {
        width: 65.57%;
        font-family: Nirmala UI-Bold;
        font-size: 250%;
        font-weight: normal;
        line-height: 120%;
        letter-spacing: -0.24px;
    }

    .shownews-tit .shownews-smalltit {
        width: 65.57%;
        margin-top: 24px;
        font-family: Helvetica-Light;
        font-size: 112.5%;
        font-weight: normal;
        line-height: 28px;
        letter-spacing: -0.24px;
    }

    .shownews-tit .shownews-date {
        width: 65.57%;
        margin-top: 24px;
        font-family: Inter;
        font-size: 87.5%;
        font-weight: normal;
        line-height: 20px;
        letter-spacing: 0px;
        /* Black 40 */
        color: rgba(0, 0, 0, 0.4);
    }

.shownews-img {
    margin-top: 64px;
    width: 95.3%;
    aspect-ratio: 1220 / 600;
    height: auto;
    min-height: 600px\0;
    overflow: hidden;
}

    .shownews-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.news-text .news-text-content h1 {
    margin-bottom: 24px;
    font-family: Nirmala UI-Bold;
    font-size: 28px;
    font-weight: normal;
    line-height: 125%;
    letter-spacing: -1.3px;
}

.news-text .news-text-content img {
    margin-bottom: 16px;
}

.news-text .news-text-content h2 {
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.24px;
    /* Black 40 */
    color: rgba(0, 0, 0, 0.4);
}

.news-text .news-text-content {
    width: 68.4%;
    font-family: Helvetica-Light;
    font-size: 18px;
    font-weight: normal;
    line-height: 28px;
    letter-spacing: -0.24px;
}
/*newsshow内容结束*/

/*search页开始*/
.ct {
    margin-top: 140px;
    width: 1220px;
}

    .ct .keytit {
        border-bottom: 1px solid #555;
        margin-bottom: 20px;
        box-sizing: border-box;
        padding-bottom: 8px;
    }

    .ct .pagebt {
        border-top: 1px solid #555;
        box-sizing: border-box;
        padding-top: 8px;
        font-size: 14px;
    }
/*search内容结束*/
/*login页开始*/
.loginbox {
    margin-top: 140px;
}

    .loginbox .big-tit {
        font-size: 250%;
        text-align: center;
        margin-bottom: 10px;
    }

    .loginbox .small-tit {
        font-size: 87%;
        color: #555;
        text-align: center;
        margin-bottom: 20px;
    }

    .loginbox .logindiv {
        width: 500px;
        line-height: 40px;
        display: flex;
        flex-direction: column;
        font-size: 87%;
        color: #555;
        margin-bottom: 20px;
    }

    .loginbox .logindivx {
        width: 500px;
        line-height: 40px;
        display: flex;
        flex-direction: row;
        font-size: 87%;
        color: #555;
        margin-bottom: 20px;
        align-items: center;
    }

    .loginbox .loginuser {
        border: 1px solid #555;
        border-radius: 6px;
        height: 40px;
        width: 500px;
        box-sizing: border-box;
        padding-left: 8px;
        padding-right: 8px;
        line-height: 40px;
    }

    .loginbox .loginyzm {
        width: 60px;
        height: 40px;
        border-radius: 6px;
        border: 1px solid #555;
        box-sizing: border-box;
        padding-left: 8px;
        padding-right: 8px;
        line-height: 40px;
    }

    .loginbox input:focus {
        border: 1px solid #D43FFF;
    }

    .loginbox .logindiv .lb {
    }

.btdiv {
    width: 500px;
    line-height: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.loginbox .loginbtn {
    width: 200px;
    height: 40px;
    border-radius: 6px;
    cursor: pointer;
}

    .loginbox .loginbtn:hover {
        background-color: #ccc;
    }
/*login页结束*/

/*滑动开关开始*/
.cw-switch {
    display: inline-block;
    width: 48px;
    height: 24px;
    line-height: 22px;
    border-radius: 24px;
    vertical-align: middle;
    border: 1px solid #ccc;
    background-color: #ccc;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all .2s ease-in-out;
}

.cw-switch-inner {
    color: #fff;
    font-size: 12px;
    position: absolute;
    left: 25px;
}

.cw-switch:after {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #fff;
    position: absolute;
    left: 1px;
    top: 1px;
    cursor: pointer;
    transition: left .2s ease-in-out,width .2s ease-in-out;
}

.cw-switch:active:after {
    width: 26px;
}

.cw-switch-checked {
    border-color: #39f;
    background-color: #39f;
}

    .cw-switch-checked .cw-switch-inner {
        left: 8px;
    }

    .cw-switch-checked:after {
        left: 25px;
    }

    .cw-switch-checked:active:after {
        left: 19px;
    }

.cw-switch-disabled {
    cursor: not-allowed;
    background: #f3f3f3;
    border-color: #f3f3f3;
}

    .cw-switch-disabled:after {
        background: #ccc;
        cursor: not-allowed;
    }

    .cw-switch-disabled .cw-switch-inner {
        color: #ccc;
    }
/*滑动开关结束*/

/*实验室页面开始*/
.lab-in-tit {
    font-size: 40px;
    font-family: Nirmala UI-Bold;
    margin-top: 150px;
    margin-bottom: 46px;
}

.lab-prolist {
    width: 95%;
    min-height: 274px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}

    .lab-prolist .lab-prolist-li {
        width: 274px;
        height: 274px;
        border-radius: 12px;
        background-color: #ebebeb;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 30px;
        transition: background-color 0.3s ease;
        cursor: pointer;
        position: relative;
    }

    .lab-prolist .onactive {
        background-color: #B90000;
        position: relative;
    }

        .lab-prolist .onactive > * {
            transform: translateY(-0px); /* 上移3个像素 */
            color: #ffffff;
        }

    .lab-prolist .lab-prolist-li:hover {
        background-color: #B90000;
    }

    .lab-prolist .lab-prolist-li .lab-prolist-li-img {
        height: 85px;
        width: 100px;
        margin-top: 55px;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

    .lab-prolist .lab-prolist-li .labnum {
        position: absolute;
        width: 42px;
        height: 42px;
        top: 0px;
        left: 0px;
        background-color: #B90000;
        color: #ffffff;
        line-height: 42px;
        text-align: center;
        font-size: 26px;
        border-top-left-radius: 12px;
        border-bottom-right-radius: 12px;
        box-sizing: border-box;
    }

    .lab-prolist .lab-prolist-li:hover .labnum {
        background-color: #ffffff;
        color: #B90000;
        border-top: 1px solid #cccccc;
        border-left: 1px solid #cccccc;
    }

    .lab-prolist .lab-prolist-li.onactive .labnum {
        background-color: #ffffff;
        color: #B90000;
        border-top: 1px solid #cccccc;
        border-left: 1px solid #cccccc;
    }

    .lab-prolist .lab-prolist-li .lab-prolist-li-tit {
        margin-top: 40px;
        font-size: 30px;
        font-family: Nirmala UI-Bold;
    }

    /* 为.lab-prolist-li的直接子元素设置样式 */
    .lab-prolist .lab-prolist-li > * {
        /* 初始样式 */
        transition: transform 0.5s ease; /* 添加过渡效果 */
        /* 其他样式 */
    }

    /* 当鼠标悬停在.lab-prolist-li上时，改变其子元素的样式 */
    .lab-prolist .lab-prolist-li:hover > * {
        /* 鼠标划过时的样式 */
        transform: translateY(0px); /* 上移3个像素 */
        /* 其他样式（如果需要的话） */
        color: #ffffff;
    }

.lab-jdsys {
    width: 95%;
    height: 615px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 12px;
    position: relative;
    display: flex;
    justify-content: center;
    padding-top: 430px;
    box-sizing: border-box;
}

    .lab-jdsys a {
        font-size: 18px;
        text-align: center;
        display: block;
        width: 368px;
        height: 60px;
        line-height: 60px;
        border-radius: 30px;
        background-color: #c21511;
        color: #ffffff;
    }

.lab-solution {
    min-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
    margin-top: 190px;
}

.lab-so {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

    .lab-so .prev, .lab-so .next {
        position: absolute;
        left: 3%;
        top: 50%;
        margin-top: -45px;
        display: block;
        width: 25px;
        height: 45px;
        background: url(../images/left2.png);
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

    .lab-so .next {
        left: auto;
        right: 3%;
        background: url(../images/right2.png);
    }

        .lab-so .prev:hover,
        .lab-so .next:hover {
            filter: alpha(opacity=100);
            opacity: 1;
        }

    .lab-so .bd {
        padding: 10px;
        width: 100%;
        position: relative;
        margin-left: auto;
        margin-right: auto;
    }

        .lab-so .bd .labWrap {
            overflow: hidden;
            position: relative;
            width: 100%;
        }

        .lab-so .bd ul {
            overflow: hidden;
            zoom: 1;
            position: relative;
        }

            .lab-so .bd ul li {
                float: left;
                _display: inline;
                overflow: hidden;
                text-align: center;
                float: left;
                width: 930px;
                height: 250px;
                display: flex;
                flex-direction: column;
                align-items: center;
            }

                .lab-so .bd ul li .pic {
                    width: 900px;
                    height: 226px;
                    box-sizing: border-box;
                    _display: block;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    overflow: hidden;
                    background-color: #ebebeb;
                    box-shadow: 0px 1px 16px rgba(247,161,235,0.45);
                    border-radius: 10px;
                }


    .lab-so .swiper-container {
        padding-bottom: 4.7%;
    }

    .lab-so .swiper-slide {
        opacity: 0.4;
        height: 226px;
    }

    .lab-so .swiper-slide-active {
        opacity: 1;
    }

    .lab-so .boxli {
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        _display: block;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        background-color: #ebebeb;
        box-shadow: 0px 1px 16px rgba(247,161,235,0.45);
        border-radius: 10px;
        padding: 46px 0;
    }

    .lab-so .swiper-pagination-bullet {
        background: none;
        opacity: 1;
        margin: 0 80px !important;
        width: 20px;
        height: 20px;
        position: relative;
        outline: none;
        vertical-align: middle;
    }

        .lab-so .swiper-pagination-bullet .dot {
            width: 14px;
            height: 14px;
            background: #df7f80;
            display: block;
            border-radius: 50%;
            margin-top: 2px;
            margin-left: 2px;
        }

        .lab-so .swiper-pagination-bullet .line {
            height: 2px;
            width: 174px;
            position: absolute;
            top: 7px;
            left: 8px;
            background: #df7f80;
        }

        .lab-so .swiper-pagination-bullet:last-child .line {
            background: none;
        }

        .lab-so .swiper-pagination-bullet .line span {
            background: #c00000;
            height: 4px;
            width: 174px;
            position: absolute;
            top: -1px;
            left: 0;
            transform: scaleX(0);
            transform-origin: left;
            z-index: 3;
            transition-timing-function: linear;
        }

    .lab-so .swiper-pagination-bullet-active .dot, .swiper-pagination-bullet:hover .dot {
        width: 24px;
        height: 24px;
        margin-top: -3px;
        margin-left: -3px;
        background: none;
        position: relative;
        z-index: 1;
        border: #c00000 solid 1px;
        overflow: hidden;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .lab-so .swiper-pagination-bullet-active .dot span, .swiper-pagination-bullet:hover .dot span {
            position: absolute;
            left: 50%;
            top: 50%;
            -o-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            display: inline-block;
            width: 16px;
            height: 16px;
            background: #c00000;
            border-radius: 50%;
            z-index: 1;
        }

    .lab-so .swiper-pagination-bullet-active .line span {
        animation: middle 6s;
    }

    .lab-so .swiper-pagination-bullet:first-child.swiper-pagination-bullet-active .line span {
        animation: first 6s forwards;
    }

    .lab-so .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active .line span {
        animation: last 6s;
    }

@keyframes first {
    0% {
        transform: scaleX(0.5);
        left: 0px;
    }

    100% {
        transform: scaleX(1);
        left: 2px;
    }
}

@keyframes last {
    0% {
        transform: scaleX(0.7);
        left: -94px;
    }

    20% {
        transform: scaleX(0);
        left: 2px;
    }

    100% {
        transform: scaleX(0);
        left: 0px;
    }
}

@keyframes middle {
    0% {
        transform: scaleX(0.7);
        left: -94px;
    }

    20% {
        transform: scaleX(0.45);
        left: 2px;
    }

    100% {
        transform: scaleX(1);
        left: 2px;
    }
}

.lab-so .boxli .lab-so-img {
    height: 100%;
    padding-right: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

    .lab-so .boxli .lab-so-img .lab-so-tips {
        height: 70%;
        width: 90px;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

        .lab-so .boxli .lab-so-img .lab-so-tips img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

    .lab-so .boxli .lab-so-img .lab-so-tit {
        font-size: 22px;
        font-family: Nirmala UI-Bold;
    }

.lab-so .boxli .lab-so-txtlist {
    height: 100%;
    padding-left: 80px;
    border-left: 1px solid #c0c0c0;
}

    .lab-so .boxli .lab-so-txtlist ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
    }

        .lab-so .boxli .lab-so-txtlist ul li {
            font-size: 20px;
            line-height: 38px;
            text-align: left;
        }




.lab-flow {
    width: 95%;
    text-align: center;
    margin-top: 190px;
}

    .lab-flow .lab-flow-img {
        width: 100%;
        height: 525px;
        margin-top: 56px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

.lab-service {
    width: 95%;
    text-align: center;
    margin-top: 126px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .lab-service .lab-ser-li {
        width: 100%;
        margin-top: 60px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        box-sizing: border-box;
        column-gap: 85px;
    }

        .lab-service .lab-ser-li a {
            width: 220px;
            height: 220px;
            border-radius: 12px;
            background-color: #ebebeb;
            display: flex;
            flex-direction: column;
            align-items: center;
            transition: background-color 0.3s ease;
            padding-left: 30px;
            padding-right: 30px;
            box-sizing: border-box;
            margin-top: 30px;
            margin-right: 80px\0;
        }

            .lab-service .lab-ser-li a:hover {
                background-color: #B90000;
                color: #ffffff;
            }

            .lab-service .lab-ser-li a .lab-ser-li-img {
                height: 44px;
                width: 68px;
                margin-top: 35px;
                margin-bottom: 35px;
                overflow: hidden;
            }

                .lab-service .lab-ser-li a .lab-ser-li-img img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }

            .lab-service .lab-ser-li a .lab-ser-li-tit {
                font-size: 22px;
                font-family: Nirmala UI-Bold;
                line-height: 36px;
                width: 100%;
                /*white-space: nowrap; /* 防止文本换行 */
                /* overflow: hidden; /* 隐藏超出容器的文本（可选） */
            }

    .lab-service .in-txt {
        margin-top: 50px;
        width: 80%;
        line-height: 36px;
    }

.lab-sercom {
    width: 95%;
    text-align: center;
    margin-top: 180px;
}

    .lab-sercom .lab-sercom-txt {
        width: 100%;
        margin-top: 80px;
        display: flex;
        background-color: #cccccc;
        column-gap: 1px;
        justify-content: space-between;
    }

        .lab-sercom .lab-sercom-txt .lab-sercom-li {
            width: 33%;
            flex-grow: 0.33;
            text-align: center;
            display: flex;
            flex-direction: column;
            align-items: center;
            background-color: #ffffff;
            padding-left: 30px;
            padding-right: 30px;
            box-sizing: border-box;
        }

            .lab-sercom .lab-sercom-txt .lab-sercom-li .lab-sercom-tips {
                height: 106px;
                width: 106px;
                overflow: hidden;
                margin-top: 5px;
            }

                .lab-sercom .lab-sercom-txt .lab-sercom-li .lab-sercom-tips img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }

            .lab-sercom .lab-sercom-txt .lab-sercom-li .lab-sercom-tit {
                margin-top: 30px;
                font-size: 30px;
            }

            .lab-sercom .lab-sercom-txt .lab-sercom-li p {
                font-size: 20px;
                line-height: 32px;
                margin-top: 20px;
            }


.lab-cases {
    width: 95%;
    text-align: center;
    margin-top: 162px;
}

    .lab-cases .lab-cases-show {
        width: 95%;
        height: 615px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 12px;
        position: relative;
        display: flex;
        justify-content: center;
        padding-top: 430px;
        box-sizing: border-box;
        margin-top: 80px;
    }

        .lab-cases .lab-cases-show a {
            font-size: 18px;
            text-align: center;
            display: block;
            width: 368px;
            height: 60px;
            line-height: 60px;
            border-radius: 30px;
            background-color: #c21511;
            color: #ffffff;
        }


.lab-labshow {
    width: 95%;
    text-align: center;
    margin-top: 170px;
}

    .lab-labshow .lab-labshow-img {
        width: 100%;
        height: 648px;
        margin-top: 80px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        border-radius: 12px;
    }

        .lab-labshow .lab-labshow-img .lab-labshow-img-bt {
            position: absolute;
            bottom: 0px;
            height: 112px;
            width: 100%;
            background-color: rgba(255, 255, 255, 0.5);
            border-radius: 12px;
            font-size: 20px;
            font-family: Nirmala UI-Bold;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .lab-labshow .lab-labshow-img .lab-labshow-img-bt a {
                display: block;
                width: 185px;
                height: 60px;
                line-height: 60px;
                border-radius: 30px;
                background-color: #c21511;
                color: #ffffff;
                font-size: 18px;
            }

.labtype-li {
    display: flex;
    width: 84.4%;
    justify-content:space-between;
    flex-wrap: wrap;
    column-gap: 16px;
}

    .labtype-li a {
        display: flex;
        width: 384px;
        height: 142px;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        padding-left: 32px;
        padding-right: 32px;
        overflow: hidden;
        border-radius: 10px;
        margin-top: 14px;
        margin-right: 14px\0;
    }

        .labtype-li a:hover {
            background-color: #ebebeb;
            box-shadow: 0px 1px 16px rgba(247,161,235,0.45);
        }

    .labtype-li .topproclass-img {
        height: 67.85%;
        width: 35.4%;
        overflow: hidden;
        margin-right: 22px;
        border-radius: 10px;
    }

        .labtype-li .topproclass-img img {
            object-fit: cover;
            width: 100%;
            height: 100%;
        }

    .labtype-li .topproclass-tit {
        font-family: Inter;
        font-size: 22px;
        line-height: 24px;
        letter-spacing: -0.24px;
        color: #111827;
        width: 100px;
        flex-grow: 1;
    }

    .labtype-li a:hover .topproclass-tit {
        color: #bb1e1e;
    }
/*实验室页面结束*/

.labbody {
    width: 100%;
}

.jdsys-li, .labser-li {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 1280px;
    align-items: center;
}

.jdsys-con {
    display: flex;
    column-gap: 110px;
    padding-top: 108px;
    padding-bottom: 108px;
    width: 95.5%;
}

.jdsys-li-txt {
    width: 30%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

    .jdsys-li-txt .titnum {
        font-family: IBM Plex Sans;
        font-size: 56px;
        color: #cccccc;
        font-weight: bold;
        margin-top: 58px;
    }

    .jdsys-li-txt .tit {
        font-family: Nirmala UI-Bold;
        font-size: 32px;
        margin-top: 16px;
        margin-bottom: 42px;
    }

    .jdsys-li-txt p {
        font-family: Nirmala UI-Bold;
        line-height: 32px;
        font-size: 20px;
    }

.jdsys-li-img {
    height: 384px;
    width: 632px;
    border-radius: 12px;
    overflow: hidden;
}

    .jdsys-li-img img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

.jdsys-li:nth-child(even) {
    background-color: #f7f7f7;
}

    .jdsys-li:nth-child(even) .jdsys-con {
        flex-direction: row-reverse;
    }

    .jdsys-li:nth-child(even) .jdsys-li-txt {
        margin-left: 110px\0;
    }

.jdsys-li:nth-child(odd) .jdsys-li-txt {
    margin-right: 110px\0;
}

.jdsys-li:nth-child(even) .jdsys-li-txt .titnum, .jdsys-li:nth-child(even) .jdsys-li-txt .tit {
    text-align: right;
}

.labser-li:nth-child(odd) {
    padding-top: 104px;
}

.labser-li:nth-child(even) {
    padding-top: 104px;
    background-color: #f7f7f7;
}

.labser-con {
    display: flex;
    column-gap: 90px;
    margin-bottom: 104px;
    width: 95.5%;
}

    .labser-con .labser-con-img {
        height: 232px;
        width: 302px;
        border-radius: 22px;
        overflow: hidden;
        margin-right: 90px\0;
    }

        .labser-con .labser-con-img img {
            object-fit: cover;
            width: 100%;
            height: 100%;
        }

    .labser-con .labser-con-txt {
        width: 30%;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
    }

        .labser-con .labser-con-txt .tit {
            font-family: Nirmala UI-Bold;
            font-weight: bold;
            font-size: 28px;
            margin-top: 28px;
            margin-bottom: 34px;
        }

        .labser-con .labser-con-txt p {
            font-family: Nirmala UI-Bold;
            line-height: 32px;
            font-size: 20px;
        }

.labclass-con {
    width: 95%;
    margin-top: 20px;
}

    .labclass-con .labclass-con-li {
        width: 100%;
        overflow: hidden;
        border-radius: 14px;
        border-top: 1px solid #959595;
        border-left: 1px solid #959595;
        border-right: 1px solid #959595;
        display: none;
    }

        .labclass-con .labclass-con-li .labclass-con-litit {
            margin-top: 88px;
            width: 100%;
            font-size: 24px;
            font-weight: bold;
            color: #BA0000;
            padding-left: 54px;
            padding-right: 54px;
        }

        .labclass-con .labclass-con-li .labclass-con-text {
            margin-top: 35px;
            padding-left: 54px;
            padding-right: 54px;
        }

            .labclass-con .labclass-con-li .labclass-con-text ul {
                padding-left: 20px;
            }

            .labclass-con .labclass-con-li .labclass-con-text li {
                list-style-type: disc;
            }

        .labclass-con .labclass-con-li .labclass-con-liimg {
            width: 100%;
            border-radius: 14px;
            box-sizing:border-box;
        }

            .labclass-con .labclass-con-li .labclass-con-liimg img {
                object-fit: cover;
                width: 100%;
                height: auto;
                border-radius: 14px;
            }

.labtype-con {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 32px;
    width: 95%;
    margin-top: 125px;
}

    .labtype-con .labtype-list {
        margin-right: 16px\0;
        width: 592px;
        height: 592px;
        margin-top: 28px;
        display: flex;
        justify-content: center;
        position: relative;
        border-radius: 12px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

.labtype-list .in-pro-bt {
    position: absolute;
    bottom: 40px;
    background-color: #BE0002;
    border-radius: 30px;
    width: 23.3%;
    height: 44px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    font-size: 112.5%;
}

.in-pro-bt a {
    display: block;
    color: #FFF;
}

.labsolution-con {
    display: flex;
    flex-wrap: wrap;
    column-gap: 18px;
    width: 95%;
    margin-top: 125px;
}

.labsolution-list {
    margin-right: 14px\0;
    width: 290px;
    height: 398px;
    background-color: #ebebeb;
    margin-top: 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    border-radius: 12px;
    box-sizing: border-box;
    padding-left: 25px;
    padding-right: 25px;
}

    .labsolution-list .labsolution-img {
        width: 62px;
        height: 62px;
        margin-top: 68px;
        overflow: hidden;
    }

        .labsolution-list .labsolution-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .labsolution-list span {
        width: 100%;
        font-family: Nirmala UI-Bold;
        line-height: 32px;
        font-size: 28px;
        text-align: center;
        margin-top: 40px;
    }

    .labsolution-list ul {
        width: 100%;
        margin-top: 16px;
    }

    .labsolution-list li {
        width: 100%;
        font-family: Nirmala UI-Bold;
        line-height: 36px;
        font-size: 20px;
        text-align: center;
    }

.labcase-con {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 95%;
    margin-top: 88px;
}

.labcase-list {
    width: 100%;
    height: 502px;
    margin-top: 66px;
    border-radius: 26px;
    overflow: hidden;
}

    .labcase-list img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.labphotos-tit {
    margin-top: 126px;
    display: flex;
    align-items: center;
    width: 95%;
    padding-left: 50px;
    padding-right: 50px;
    box-sizing: border-box;
    border-radius: 8px;
    box-shadow: 0px 2px 6px rgba(38,37,38,0.45);
    flex-wrap: wrap;
    padding-bottom: 20px;
    column-gap: 20px;
}

    .labphotos-tit span {
        cursor: pointer;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 24px;
        font-family: Nirmala UI-Bold;
        display: block;
        height: 40px;
        line-height: 40px;
        border-radius: 8px;
        min-width: 140px;
        margin-top: 20px;
        text-align: center;
        margin-left: 20px\0;
    }

        .labphotos-tit span:hover {
            background-color: #ba0001;
            color: #ffffff;
        }

    .labphotos-tit .active {
        background-color: #ba0001;
        color: #ffffff;
    }

.labphotos-con {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 95%;
    margin-top: 4px;
    display: none;
}

.labphotos-list {
    width: 100%;
    height: 640px;
    margin-top: 50px;
    border-radius: 12px;
    overflow: hidden;
}

    .labphotos-list img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
