.banner11_img {
    height: 430px; /* 修改高度为500px */
    width: 89%;
    margin-left: 11%;
    background: url(/_style/images/banner3.png);
    background-size: auto 500px; /* 关键设置：保持宽度自适应，高度固定500px */
    background-position: center; /* 可选：保持图片居中显示 */
    background-repeat: no-repeat; /* 可选：防止图片重复平铺 */
}
.ant-card-bordered {
    width: 290px; 
    height: auto; 
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    background-color: #fff;
}

.ant-card-bordered:hover {
    transform: translateY(-5px);
}
.one_height {
    height: 142px;
    width: 260px;
    margin-bottom: 10px;
}
.ant-card-b{
    line-height: 28px;
    font-size: 20px;
    margin-left: 10px;
    color: #333;
    font-weight: 700;
}
.ant-card-b:hover{
    color:#3673fe;
}
.ant-card-p{
    margin-left: 10px;
    color: #898989; 
}
.ant-card-b1{
    margin:0PX 5px;
    color: #ed5736; 
    font-size: 20px;
}
.ant-card-meta-description{
    margin: 0px 10px;
    height: 186px;
}
.ant-card-meta-li{
    line-height: 24px;
    display: flex;
    color: #333;
}
.ant-card-meta-li:hover{
    display: flex;
    color: #3673fe;
    font-weight: 500;
}
.ant-card-meta-p{
    color: #3673fe; 
    margin-right: 5px;
}
.ant-card-meta-p1{
    color: #898989; 
    margin-right: 5px;
    margin-top: 10px;
}
.ant-card-meta-p1:hover{
    color: #3673fe;
}
.align-middle-between{
    margin:  10px 10px 15px 10px;
}
.ant-btn-primary{
    border: none;
    background: #3673fe;
    border-radius: 15px;
    padding: 6px 15px;
    color: #fff;
    cursor: pointer;
}
.ant-btn-primary:hover{
    border: none;
    background: #4d83ff;
    

}
.cursor-pointer{
    color: #898989; 
    margin-left: 100px;
}
.cursor-pointer:hover{
    color: #3673fe;
}
.detailsCenter3 {
    width: 1202px;
    margin: 0 auto;
}
.ant-card-bordered1 {
    width: 295px; 
    height: 185px; 
    cursor: pointer;
    /* transition: all 0.3s ease; */
    /* position: relative; */
    /* background-color: #fff; */
}
.transition-all{
    width: 80px; 
    height: 80px;
    margin-top: 20px;
    margin-left: 100px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    /* background-color: #fff; */
   
}
.transition-all:hover {
    transform: translateY(-5px);
}
.transition-all_duration{
    width: 50px;
    height: 6px;
    background-color: #1871ff;
    opacity: 0.15;
    filter: blur(1px);
    margin-top: 10px;
    margin-left: 117px;
    border-radius: 50%;
    margin-bottom: 15px;
}
.center_break-keep{
    display: flex;
    justify-content: center;
    font-size: 16px;
    color: #333;
}
.center_break-keep:hover{
    color: #3673fe;
}
.transition-img{
    width: 99.8%;
}
.transition-img1{
    width: 99%;
    margin-left: 10px;
}
.ant-card-bordered10 {
    width: 590px; 
    height: 55px;
    line-height: 22px;
    padding: 6px 20px; 
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.center_break-keep1{
    display: flex;
    font-size: 16px;
    color: #0093e6;
}
.center_break-keep2{
    display: flex;
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

  .slider-container {
            width: 100%;
            height: 400px;
            position: relative;
            overflow: hidden;
        }
 
        .slider-list {
            display: flex;
            /* transition: transform 0.5s ease-in-out; */
            width: 200%;
            height: 100%;
            margin: 0;
            padding: 0;
            list-style: none;
        }
 
        .slide {
            width: 50%;
            height: 100%;
            position: relative;  /* 创建定位上下文 */
        }
 
        .slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
 
        .arrow {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
           color: #D6D8D4;
    background-color: rgba(0, 0, 0, 0.3);
            padding: 10px 15px;
            cursor: pointer;
            z-index: 100;
            font-size: 24px;
            border-radius: 20px;
        }
 
        .arrow.left { left: 10px; }
        .arrow.right { right: 10px; }
 
        .dots {
            position: absolute;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 8px;
            list-style: none;
            padding: 0;
            margin: 0;
        }
 
        .dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: #fff;
            cursor: pointer;
        }
 
        .dot.active {
            background: red;
        }

        .slide_div{
            font-weight: 400;
    position: absolute;
    top: 50%;          /* 距离顶部20% */
    left: 66%;         /* 水平居中 */
    transform: translate(-50%, -50%);  /* 精确居中 */
    color: white;      /* 文字颜色 */
    margin: 0;          /* 清除默认外边距 */
    width: 100%;        /* 宽度占满容器 */
    z-index: 2;        /* 确保文字在图片上方 */
}
.pcbLengthAndWidth_input300
 {
    width: 300px !important;
    padding: 8px !important;
}

.submit_order40 {
    border: 1px solid #3673fe;
    margin-left: 140px;
    background: #3673fe;
    color: #fff;
    padding: 5px 38px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 700;
    margin-top: 20px;
}


/*制板优势*/
.pcb_b {
    background-color: #e0e8f1;
    padding: 50px 0;
}

.pcb_b_wrap {
    max-width: 1200px;
    margin: 0 auto;
}

.about_tite {
    text-align: center;
    margin-bottom: 40px;
}

.s40 {
    font-size: 40px;
    color: #333;
    margin: 0;
}

.pcb_b_list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center; /* 确保卡片整体居中 */
}

.pcbb_item {
    background-color: #fff;
   
    padding: 35px 20px;
    width: 288px;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center; /* 水平居中 */
   
}

.pcbb_img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
    border-radius: 50%;
    background-color: #2c71f6;
}

.pcbb_img img {
    max-width: 60px;
    max-height: 60px;
    object-fit: contain; /* 确保图片比例正确 */
}

.pcpp_act {
    color: #333;
    font-size: 14px;
    display: flex;
    justify-content: center;
}

.s14 p {
    color: #505050;
    width: 170px;
    margin: 0 auto; /* 确保文本在卡片内居中 */
    word-wrap: break-word; /* 允许长文本换行 */
}
.width45{
    width: 45px;
    height: 4px;
    background-color: #066dd9;
    margin: 10px auto 0;
}

/*技术能力*/
/* 技术能力整体布局 */
.pcbc_con {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* 标题样式 */
.about_tite {
    text-align: center;
    margin-bottom: 30px;
}

.s40 {
    font-size: 40px;
    color: #333;
    margin: 0;
}

/* 表格容器 */
.pcbc_table_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

/* 单个表格模块 */
.p_table {
    width: 48%;
    min-width: 500px;
    background: #fff;
   
    overflow: hidden;
}

/* 表格标题（工艺参数、生产周期） */
.p_table_title {
    background: #;
    color: #333;
  
    padding: 12px;
}

.s24 {
    font-size: 24px;
    margin: 0;
}

/* 表格样式 */
.layui-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}

.layui-table th,
.layui-table td {
    padding: 12px 15px;
    text-align: left;
    border: 1px solid #eee;
}

.layui-table th {
    background-color: #2c71f6;
    color: #fff;
    font-weight: bold;
}

.layui-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.layui-table tr:hover {
    background-color: #f0f7ff;
}

/* 备注文字 */
.table_last_tr {
    padding: 15px;
    /*text-align: center;*/
    color: #999;
    font-size: 14px;
}