/* Products 2024.08.15 */
@font-face {
    font-family: 'Womby';
    src: url('../fonts/womby/Womby-Regular.eot');
    /* IE9 */
    src: url('../fonts/womby/Womby-Regular.eot') format('embedded-opentype'),
        /*IE6 - IE8 */
        url('../fonts/womby/Womby-Regular.woff2') format('woff2'),
        url('../fonts/womby/Womby-Regular.woff') format('woff'),
        /* chrome、firefox */
        url('../fonts/womby/Womby-Regular.ttf') format('truetype'),
        /* chrome、firefox、opera、Safari、Android、IOS 4.2+*/
        url('../fonts/womby/Womby-Regular.svg');
}

.bannerBox {
    position: relative;
}

.bannerBox .text {
    /* position: absolute;
    left: 56%;
    top: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    color: #fff;
    width: 88%; */

    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    color: #fff;
}

.bannerContent {
    display: flex;
}

.bannerContent .leftContent {
    display: flex;
    flex-direction: column;
    flex: 3;
    margin-left: -15px;
    /* 左边内容占据30%的空间 */
}

.bannerContent .rightContent {
    flex: 1;
    margin-right: -15px;
    /* 右边按钮占据10%的空间 */
}

.text h1 {
    font-size: 42px;
}

.text p {
    font-size: 20px;
    font-weight: 200;
}

.text a {
    text-decoration: none;
    background-color: #3ABDC7;
    color: #fff;
    display: inline-block;
    width: 230px;
    height: 40px;
    line-height: 38px;
    margin: 30px 0;
    float: right !important;
}

.text a:hover {
    text-decoration: none;
    color: #fcb134;
    border: 1px solid #fcb134;
}

.contentBox {
    transform: translateY(-50px);
    border-radius: 8px;
    background-color: #fff;
}

.contentBox .topBox {
    margin: 20px;
}

.topBox ul li {
    display: flex;
    padding: 10px 10px;
    align-items: flex-start;
    font-size: 18px;
}

.topBox img {
    padding-right: 10px;
    width: 40px;
}

.textBox {
    display: flex;
    /* 内部也使用Flex布局 */
    flex-direction: column;
    /* 列方向排列 */
    align-items: flex-start;
}

.topBox .textBox h4 {
    color: #357685;
    margin-top: 0px;
}

.topBox .textBox p {
    color: #333;
}

.productBox {
    margin-top: 50px;
}

.productBox h3 {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 30px;
}

.productBox p {
    font-size: 17px;
}

.productTitle {
    margin-bottom: 40px;
}

.productTitle h2 {
    font-family: Womby;
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.productTitle img {
    width: 50px;
    height: 50px;
    margin-right: 5px;
}

.productTitle p {
    margin-top: -10px;
    padding-left: 56px;
    text-align: center;
    font-size: 14px;
}

.roboxContent {
    padding: 20px;
    background-color: #F7FAFA;
}

.roboxContent img {
    width: 80px;
    height: 80px;
}

.roboxContent h4 {
    font-size: 20px;
}

.roboxFooter {
    padding: 15px;
}

.RFIRFA01 {
    padding: 15px;
}

.RFIRFA01 p {
    color: #5C5F66;
}

.RFIRFA02 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -6px;
    margin-right: -6px;
    position: relative;
}

.RFIRFA02 .item {
    flex: 0 0 50%;
    border: 6px solid#fff;
    padding: 10px;
    background-color: #F7FAFA;
    font-size: 18px;
    height: 100px;
    line-height: 70px;

    box-sizing: border-box;
    /* 包括内边距和边框在定义宽度和高度 */
    white-space: nowrap;
    /* 确保文本不会换行 */
    text-overflow: ellipsis;
    /* 文本溢出时显示省略号 */
    overflow: hidden;
    /* 确保文本不会溢出项目容器 */

}

.RFIRFA02 img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* 使用transform来修正图片的位置 */
    width: 300px;
    height: 250px;
}

.RFIRFA03 {
    padding-top: 10px;
    display: flex;
    flex-wrap: wrap;
    /* 允许换行 */
    margin-left: -6px;
    margin-right: -6px;
}

.RFIRFA03 .item {
    flex: 0 0 33.333%;
    /* 一行三列 */
    border: 6px solid#fff;
    /* 为了视觉效果，添加边框 */
    padding: 10px;
    /* 子元素间距 */
    background-color: #F7FAFA;
    text-align: center;
}

.RFIRFA03 .item img {
    width: 200px;
}

.RFIRFA03 .item p {
    color: #FFF;
    font-size: 16px;
    background: #3ABDC7;
    line-height: 80px;
    height: 80px;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -20px;
}

.listBox {
    background-color: #F7FAFA;
}

.listBox ul li {
    display: flex;
    padding: 10px 10px;
    align-items: flex-start;
}

.listBox .row {
    padding-bottom: 5px;
}

.listBox img {
    width: 80px;
    padding-right: 10px;
}

.listBox p {
    color: #5C5F66;
    line-height: 23px;
}

.EPSS01 {
    padding-bottom: 20px;
}

.EPSS02 {
    background-color: #F7FAFA;
    padding: 10px;
    margin-bottom: 20px;
}

.EPSS02 p {
    padding-top: 10px;
    display: table-cell;
    vertical-align: bottom;
}

.EPSS03 {
    display: flex;
    flex-wrap: wrap;
    /* 允许换行 */
    margin-left: -6px;
    margin-right: -6px;
}

.EPSS03 .item {
    flex: 0 0 50%;
    /* 两列，每列占用50%空间 */
    border: 6px solid#fff;
    /* 为了视觉效果，添加边框 */
    padding: 10px;
    /* 子元素间距 */
    background-color: #F7FAFA;
    text-align: left;
}

.EPSS03 img {
    height: 280px;
    padding-bottom: 10px;
}

.sectionGap {
    padding-bottom: 50px;
}

.SHELL01 p,
.Inspection01 p {
    color: #5C5F66;
}

.infoBox {
    color: #666;
    line-height: 25px;
}

/* 弹性盒子 */
.flex-container {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    /* 子元素之间添加固定间距 */
}

.flex-container .item {
    flex: 1;
    /* 每个子元素平摊可用空间 */
}

.flex-container .item .titleBox {
    display: flex;
    padding-bottom: 10px;
}

.flex-container .item .titleBox img {
    padding-right: 10px;
}

/* 间缝弹性盒子 */
.flex-padding-container {
    display: flex;
    justify-content: space-between;
    padding: 5px;
    background-color: #F7FAFA;
}

.flex-padding-container .item {
    flex: 1;
    padding: 5px;
}

.flex-padding-container .item .center-text {
    color: #666;
    text-align: center;
    padding-top: 10px;
}

/* 居中盒子 */
.flex-center-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-center-container img {
    max-width: 100%;
    /* 确保图片不会超过其容器 */
    height: auto;
    /* 保持图片的宽高比 */
    background: #F7FAFA;
    padding: 10px;
}

/* 自动换行盒子 */
.flex-wrap-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.flex-wrap-container .item {
    flex: 1;
    /* 每个子元素平摊可用空间 */
}

.introBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.introBox .item {
    display: flex;
    align-items: center;
    width: calc(50% - 5px);
    /* 每个项目宽度为50%，减去间隔为10px */
    margin-bottom: 10px;
    /* 项目间隔 */
    background: #F7FAFA;
}

.introBox .column {
    width: calc(50%);
    padding: 10px 0px 10px 20px;
    background: #F7FAFA;

}

.introBox h5 {
    font-size: 18px;
    line-height: normal;
}

.SHELL02 .flex-container .item img {
    height: 400px;
}

.SHELL03 .flex-padding-container .item img {
    height: 600px;
}

.SHELL03 .flex-padding-container .item p,
.SHELL04 .photoBox .item p {
    color: #666;
    text-align: center;
    padding: 5px;
}

.centerImg {
    background-color: #F7FAFA;
    padding: 40px;
    margin: 20px 0;
}

.centerImg img {
    width: 100%;
}

.SHELL04 .photoBox {
    display: flex;
    flex-wrap: wrap;
    /* 允许换行 */
    margin-left: -6px;
    margin-right: -6px;
    background-color: #F7FAFA;
}

.SHELL04 .photoBox .item {
    flex: 0 0 33.3333%;
    /* 为了视觉效果，添加边框 */
    padding: 6px;
}

.CSD01 .flex-container,
.HRMS03 .flex-container,
.HRMS04 .flex-container,
.HRMS05 .flex-container {
    margin-left: -6px;
    margin-right: -6px;
}

.CSD01 .flex-container .item,
.HRMS03 .flex-container .item,
.HRMS04 .flex-container .item,
.HRMS05 .flex-container .item {
    padding: 10px;
    background-color: #F7FAFA;
}

.CSD01 .flex-container .item p,
.HRMS03 .flex-container .item p,
.HRMS04 .flex-container .item p,
.HRMS05 .flex-container .item p {
    color: #5C5F66;
}

.Inspection04Box,
.RFIRFA01Box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #F7FAFA;
    gap: 20;
}

.Inspection04Box .item,
.RFIRFA01Box .item {
    flex: 0 0 50%;
    padding: 15px;
}

.Inspection04Box .item p,
.RFIRFA01Box .item p {
    color: #5C5F66;
}

.AIVA03 .flex-container img {
    height: 300px;
}

.AIVA03 .flex-container .item p {
    color: #5C5F66;
    padding: 5px;
    text-align: center;
}

.tableBox {
    background: #F7FAFA;
    padding: 10px;
}

.tableBox table {
    margin-bottom: 0px;
}

.tableBox table th {
    background-color: #3ABDC7;
    border: none;
}

.tableBox table td {
    border-left-color: #F7FAFA;
    background-color: #fff;
    color: #5C5F66;
}

/* 锚点占位 */
.anchors {
    height: 50px;
}

.HRMS03 h4 {
    line-height: 20px;
}

/* 左右盒子 */
.flexBox {
    display: flex;
}

.flexBox .left {
    flex: 1;
}

.flexBox .right {}

.phoneComponent {
    width: 230px;
}

.flexBox .listBox {
    padding: 10px;
}

/* 左右翻转盒子(手机端左右互换) */
.flexReverseBox {
    display: flex;
}

.flexReverseBox .right {
    flex: 1;
}

.flexReverseBox .right .pf {
    padding-left: 60px
}

.SHELL02 .flex-wrap-container .item img {
    height: 350px;
}

.introBox .item img {
    width: 100px;
    height: 100px;
}

.moreBtn {
    display: flex;
    justify-content: center;
    /* 水平居中 */
    align-items: center;
    /* 垂直居中 */
    width: 180px;
    padding: 8px;
    color: #FFF;
    background: #3ABDC7;
}

.moreBtn:hover {
    text-decoration: none;
    color: #fcb134;
    border: 1px solid #fcb134;
}

.coverBox {
    display: flex;
}

.coverBox .left {
    flex: 1;
}

.coverBox .right {
    flex: 1;
    margin-top: -20px;
    margin-left: 30px;
}

.RobotVideoBox {
    display: flex;
}

.RobotVideoBox .videoBox {
    flex: 1;
}

.RobotVideoBox .textbox {
    flex: 1;
    background-color: #3ABDC7;
    color: #FFF;
    padding: 50px;
}

.RobotVideoBox .textbox .title {
    padding-bottom: 20px;
}

.table-blue-bordered td,
.table-blue-bordered th {
    border: 1px solid #3ABDC7 !important;
    padding:15px !important;
}
.table-blue-bordered .bg{
    background: #F7FAFA;
}
.table-blue-bordered img{
    width: 20px;
}
.table-blue-bordered span{
    color: #3ABDC7;;
}

/* 媒体查询 */
/* 小屏 */
@media (max-width:768px) {

    .sectionGap {
        padding-bottom: 20px;
    }

    .topBox p {
        font-size: 14px;
    }

    .contentBox {
        transform: translateY(0px);
        padding-top: 0px;
    }

    .bannerBox .text {
        margin-top: 18px;
        width: 90%;
        left: 52%;
    }

    .bannerImg {
        min-height: 230px;
    }

    .text h1 {
        font-size: 20px;
    }

    .text p {
        font-size: 14px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis;

    }

    .text .small {
        font-size: 11px;
    }

    .roboxContent h4 {
        font-size: 17px;
    }

    .productBox h3 {
        /* font-weight: 600;
        margin-bottom: 15px; */
        font-size: 20px;
    }

    .productBox p {
        font-size: 17px;
    }

    .productBox p {
        font-size: 14px;
    }

    .roboxFooter h3 {
        font-size: 20px;
    }

    .text a {
        text-decoration: none;
        background-color: #3ABDC7;
        color: #fff;
        display: inline-block;
        width: 200px;
        height: 32px;
        line-height: 32px;
        margin: 2px 0;
        margin-bottom: 2px;
    }

    .text a:hover {
        text-decoration: none;
        color: #fcb134;
        border: 1px solid #fcb134;
    }

    .topBox ul li {
        display: flex;
        padding: 5px 5px;
        align-items: flex-start;
        font-size: 14px;
    }

    .productBox {
        margin-top: 20px;
    }

    .productTitle {
        margin-bottom: 30px;
    }

    .productTitle h2 {
        font-size: 24px;
    }

    .productTitle p {
        margin-top: -20px;
        padding-left: 70px;
        font-size: 12px;
    }

    p {
        font-size: 12px;
    }

    h3 {
        font-size: 16px;
    }

    h4 {
        font-size: 14px;
    }

    .RFIRFA02 {

        display: flex;
        flex-wrap: wrap;
        position: relative;
    }

    .RFIRFA02 .item {
        font-size: 12px;
        /* height: 80px; */
    }

    .RFIRFA02 img {
        width: 80px;
        height: 100px;
    }

    .listBox h4 {
        margin-top: 0px;
        line-height: 18px;
    }

    .listBox img {
        width: 80px;
    }

    .SHELL02 .flex-wrap-container .item img {
        height: 200px;
    }

    .SHELL03 .flex-container,
    .HRMS03 .flex-container,
    .HRMS04 .flex-container {
        display: flex;
        flex-wrap: wrap;
    }

    .SHELL04 .photoBox {
        margin-left: -4px;
        margin-right: -4px;
    }

    .SHELL04 .photoBox .item {
        flex: 0 0 100%;
        /* 为了视觉效果，添加边框 */
        padding: 4px;
    }

    .CSD01 .flex-container,
    #QAQC-Inspection .flex-container {
        display: flex;
        flex-wrap: wrap;
        /* 允许换行 */
    }

    .CSD01 .flex-container .item {
        flex: 0 0 100%;
        padding: 10px;
    }

    #QAQC-Inspection .flex-container .item {
        flex: 0 0 50%;
        padding: 10px;
    }

    .RFIRFA03 .item {
        flex: 0 0 50%;
        padding: 10px;
    }

    .RFIRFA03 .item p {
        margin-bottom: 2px;
        font-size: 13px;
        line-height: 48px;
        height: 50px;
    }

    .RFIRFA03 .item img {
        width: 100px;
    }

    .AIVA03 .flex-container {
        display: flex;
        flex-wrap: wrap;
    }

    .AIVA03 .flex-container .item {
        flex: 0 0 100%;
        padding: 5px;
    }

    .AIVA03 .flex-container img {
        height: 150px;
    }

    .EPSS03 .item {
        flex: 0 0 100%;
        padding: 8px;
    }

    .EPSS03 img {
        height: 140px;
        padding-bottom: 5px;
    }

    .anchors {
        height: 50px;
    }

    .bannerContent {
        display: flex;
        flex-direction: column;
    }

    .introBox .item img {
        width: 50px;
        height: 50px;
    }

    .introBox h5 {
        font-size: 14px;
        line-height: normal;
    }

    .HRMS03 .flex-container .item,
    .HRMS04 .flex-container .item {
        flex: 0 0 100%;
        /* 每个子元素平摊可用空间 */
    }

    .HRMS03 .titleBox img,
    .HRMS04 img,
    .HRMS05 .list-inline img {
        width: 50px;
    }

    .RFIRFA01Box {
        display: flex;
        flex-wrap: wrap;
        margin-left: -30px;
        margin-right: -30px;
    }

    .Inspection04Box .item,
    .RFIRFA01Box .item,
    .SHELL02 .item,
    .SHELL03 .flex-padding-container .item {
        flex: 0 0 100%;
    }

    .SHELL03 .flex-padding-container {
        display: flex;
        flex-wrap: wrap;
    }

    .flexBox {
        display: flex;
        flex-direction: column;
    }

    .flexReverseBox {
        display: flex;
        flex-direction: column-reverse;
    }

    .flexBox .right,
    .flexReverseBox .left {
        margin-top: 10px;
    }

    .phoneComponent {
        width: 100%;
    }

    .flexReverseBox .right .pf {
        padding-left: 0px;
    }

    .coverBox .right {
        margin-left: 0px;
    }

    .RobotVideoBox .textbox {
        padding: 20px;
    }

    .RobotVideoBox .textbox .title {
        margin-top: 0;
        padding-bottom: 0;
    }
}