.services_cnc_banner_c {
    position: relative;
    height: 520px;
}
.services_cnc_banner_c > img {
    width: 100%;
    height: 520px;
    object-fit: cover;
}
.services_cnc_banner_w {
    position: absolute;
    top: 50%;
    left: calc(50vw - (var(--lg) / 2));
    width: 700px;
    min-height: 300px;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.5);
    padding: 30px;
    border-radius: 4px;
    backdrop-filter: blur(10px);
    color: #333;
}
.services_cnc_banner_w > h1 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 20px;
}
.services_cnc_banner_w > .p {
    font-size: 14px;
    margin-bottom: 10px;
    font-family: 'DM Sans';
    line-height: 1.5;
}
.services_cnc_banner_w > .p1 {
    font-size: 12px;
    margin-bottom: 10px;
    font-family: 'DM Sans';
    line-height: 1.5;
}


.services_cnc_banner_w > .p2 {
    font-size: 14px;
    margin: 20px 0;
}

.services_cnc_banner_w > a {
    background-color: #0052d9;
    color: #fff;
    width: 250px;
    height: 48px;
    line-height: 48px;
    display: block;
    text-align: center;
    font-size: 24px;
    border-radius: 3px;
    margin: 30px 0 10px 0;
}
.services_cnc_banner_w > a > img {
    vertical-align: middle;
    transition: 0.3s;
}
.services_cnc_banner_w > a:hover{
    color: #fff;
}
.services_cnc_banner_w > a:hover img {
    margin-left: 10px;
}

.services_cnc_summarize {
    width: 100%;
    display: flex;
    justify-content: center;
    background: #fff;
    color: #333;
}
.services_cnc_maximum_width{
    width: 1200px;
    margin: 0 auto;

}
.services_cnc_summarize_box{
    height: 100px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.services_cnc_summarize_i {
    margin: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.services_cnc_summarize_i>img{
    width:40px;
    height: 35px;
    margin-right: 20px;
}

.services_cnc_summarize_i > .i_right> h1 {
    font-size: 18px;
}
.services_cnc_summarize_i > .i_right> p {
    font-size: 14px;
    line-height: 1.5;
}

.services_cnc_page{
    display: flex;
    flex: 1;
    justify-content: space-between;
    position: relative;
}
.services_cnc_navigation{
    width: 220px;
    position: sticky;
    top:90px;
    z-index: 1;
    height: 300px;
    text-align: left;
    margin-right: 50px;
}

.services_cnc_navigation_i{
    width: 220px;
    min-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    position: relative;
    border: 1px solid #eeee;
    color: #333;
    margin-bottom: 20px;
}
.services_cnc_navigation_i>img{
    width: 20px;
    height: 20px;
}
.services_cnc_navigation_i_active{
    width: 220px;
    background: #333333;
    color: #FFFFFF;
    position: relative;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    margin-bottom: 20px;
}
/* .services_cnc_navigation_i_active::after{
    content: '';
    position: absolute;
    bottom: -20px;
    width: 220px;
    height: 3px;
    background-color: #3333;
} */
.services_cnc_right_box{
    width: 80%
}
.services_cnc_title{
    margin: 50px 0 50px 0;
    font-size: 30px;
    font-family: DM Sans;
    font-weight: 400;
    text-align: center;
    color: #333333;
}

.services_cnc_content{
    width: 70%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
    line-height: 20px;
}
.services_cnc_content2{
    margin: 50px 0 30px 0;
    text-align: center;
}
.services_cnc_content.font_bold{
    font-weight: bold;
}






.services_cnc_table{
    border-collapse:collapse;
    margin: 0 auto;
}
.services_cnc_thead_tr{
    width: 100%;
    border-bottom: 1px solid #eeeeee;
}
.services_cnc_thead_tr >th{
    width: 330px;
    height:44px ;
    text-align: left;
    border-bottom: 1px solid #eeeeee;
    padding:10 20px;
}


.services_cnc_tbody_tr{
    width: 100%;
    border-bottom: 1px solid #eeeeee;
}
.services_cnc_tbody_tr >td{
    width: 330px;
    height:60px ;
    text-align: left;
    border-bottom: 1px solid #eeeeee;
    padding:20px 40px 20px 0;
}
.services_cnc_tbody_tr >td>img{
    width: 280px;
    height: 220px;
    background: #FFFFFF;
    border: 1px solid #707070;
    opacity: 1;
    border-radius: 0px;
}
.services_cnc_tbody_tr2 >td{
    width: 150px;
    height:60px ;
    text-align: left;
    border-bottom: 1px solid #eeeeee;
    padding:20px 40px 20px 0;
}
.services_cnc_tbody_tr2 >td>img{
    width: 70px;
    height: 70px;
    background: #FFFFFF;
    border: 1px solid #707070;
    opacity: 1;
}

.services_cnc_tbody_tr >td>.layui-icon-rate-solid{
    color:#0052D9
}



.services_cnc_prompt{
    width: 70%;
    margin:10px auto 50px auto ;
}
.services_cnc_prompt>p{
    text-align: center;
    font-size: 12px;
}
.services_cnc_prompt>p>a{
    color: #0052D9;
    font-size: 12px;
}

.services_cnc_prompt_two{
    height: 60px;
    line-height: 60px;
    background: rgba(2, 83, 212, 0.3);
    border-radius: 3px;
    margin: 80px auto;
    color: #fff;
    text-align: center;
}

.services_cnc_prompt_two>a{
    color: #0052D9;
}

.services_cnc_material{
    width: 100%;
    height: 38px;
    background: rgba(0,0,0,0.3);
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
    border-radius: 3px;
    text-align: center;
    line-height: 40px;
    margin-top: 100px;
    margin-bottom: 50px;
    color: #333333;
 }
.services_cnc_guidelines{
    margin-bottom: 50px;
}


.services_cnc_his {
    overflow-x: auto;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 40px;
}
.services_cnc_his::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
.services_cnc_his::-webkit-scrollbar-track,
::-webkit-scrollbar-corner {
    background-color: #fff;
}
.services_cnc_his::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #999;
}
.services_cnc_his_c {
    /* margin: 0 calc(50vw - var(--lg) / 2); */
    white-space: nowrap;
}

.services_cnc_his_i {
    display: inline-block;
    position: relative;
    width: 380px;
    margin-right: 20px;
}

.services_cnc_his_i > img {
    width: 100%;
    height: 400px;
    object-fit: cover;

}

.services_cnc_his_i>.services_cnc_his_w {
    width: 100%;
    background: rgba(255,255,255,0.8);
    padding: 20px 10px;
}
.services_cnc_his_i>.services_cnc_his_w > h3 {
    margin: 20px 15px 10px 15px;
    font-size: 18px;
}
.services_cnc_his_i>.services_cnc_his_w > .p{
    margin: 10px 15px;
    height: 80px;
}
.services_cnc_his_i>.services_cnc_his_w > .p2 {
    margin: 10px 15px;
    white-space: pre-line;
}

.services_cnc_print_aluminum_i{
    width: 950px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1;
    position: relative;
}
.services_cnc_print_aluminum_i>.placeholder{
    width: 60px;
    height: 100%;
    /* padding: 50px 0; */
}
.services_cnc_print_aluminum_i>.left{
    width: 1px;
    height: 100%;
    background-color: #333333;
    margin-right: 50px;
    padding: 50px 0;
    position:absolute;
    top:20px;
    left:0px
}
.services_cnc_print_aluminum_i:first-child>.left{
    padding: 50px 0 0 0;
    position:absolute;
    top:40px;
    left:0px
}
.services_cnc_print_aluminum_i:last-child>.left{
    padding: 0 0 50px 0;
    position:absolute;
    top:-50px;
    left:0px
}
.services_cnc_print_aluminum_i>.right{
    width:890px;
    position: relative;
}
.services_cnc_print_aluminum_i>.right::before{
    content: '';
    width: 20px;
    height: 20px;
    background: #333333;
    border-radius: 50%;
    position: absolute;
    left: -70px;
    top: 40%;
    z-index:1;
}
.services_cnc_print_aluminum_i>.right>p{
    padding: 20px;
    background: #FFFFFF;
    border: 1px solid #707070;
    border-radius: 3px;
    display: flex;
    align-items: center;
    margin: 10px 0 ;
}

.services_cnc_adv{
    width: 100%;
    border: 1px solid #0052d9;
    height: 535px;
    border-radius: 4px;
    margin-top: 90px;
    margin-bottom: 30px;
}

.services_cnc_adv>iframe{
    height: 535px;
    width: 100%;
    border-radius: 4px;
}


.services_cnc_from_idea_to_products{
    margin: 100px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.services_cnc_from_idea_to_products>img{
    width: 207px;
    height: 160px;
    margin-right: 60px;
}
.services_cnc_from_idea_to_products>.left > a {
    background-color: #0052d9;
    color: #fff;
    width: 345px;
    height: 48px;
    line-height: 48px;
    display: block;
    text-align: center;
    font-size: 24px;
    border-radius: 3px;
    margin: 30px 0 10px 0;
}
.services_cnc_from_idea_to_products>.left > a > img {
    vertical-align: middle;
    transition: 0.3s;
}
.services_cnc_from_idea_to_products>.left > a:hover{
    color: #fff;
}
.services_cnc_from_idea_to_products>.left > a:hover img {
    margin-left: 10px;
}



.services_cnc_surface_finishing{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}
.services_cnc_surface_finishing_i{
    width: 280px;
    display: flex;
    flex-direction: column;
    margin-right: 60px;

}
.services_cnc_surface_finishing_i.none_margin{
    margin-right: 0;
}
.services_cnc_surface_finishing_i>img{
    width: 43px;
    height: 43px;
    /*border: 3px solid #0052D9;*/
}
.services_cnc_surface_finishing_i>h3{
    font-size: 18px;
    font-family: DM Sans;
    font-weight: bold;
    color: #333333;
    margin: 15px 0;
}
.services_cnc_surface_finishing_i>.p1{
    width: 280px;
    height: 200px;
    /* background: rgba(0, 0, 0, 0.2); */
    display: flex;
    justify-content: center;
    align-items: center;
}


.services_cnc_h3_text{
    margin: 50px 0;
}
.services_cnc_tips{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}
.services_cnc_tips_i{
    width: 300px;
    background: #FFFFFF;
    border: 20px solid #0052D9;
    border-radius: 3px;
    margin-right: 20px;
    padding: 20px;

}
.services_cnc_tips_i.none_margin{
    margin-right: none;
}
