﻿@font-face
{
    font-family: myFirstFont;
    src: url(../fonts/MISANS-MEDIUM.ttf);
}
@font-face
{
    font-family: myFirstFont1; 
    src: url(../fonts/MISANS-SEMIBOLD.ttf);
}

html{
    scroll-behavior: smooth;
}
#translate{ display: none;}
*{ margin:0; box-sizing: border-box; padding:0; transition-property: all;-ms-transition-property: all;-moz-transition-property: all; -webkit-transition-property: all; -o-transition-property: all;}
body{  font-family: myFirstFont; color:#111111; font-size:0.9rem; background: #16141a; line-height: 24px; }
a{ text-decoration: none; -webkit-transition: all ease .1s;  -moz-transition: all ease .1s; transition: all ease .1s; border:none; color: #111111;}
a:hover{ color: #00A4FD ; }
.blue{color: #00A4FD ; }
#lm_hover{ color: #00A4FD; text-decoration: underline;}
.a-nouderline{ text-decoration: none;}
img{ border:none; -webkit-transition: all ease .5s;  -moz-transition: all ease .5s; transition: all ease .5s; vertical-align: middle;}
ul,li{ list-style:none; }
em,i{ font-style: normal;}
h1,h2,h3,h4,b,strong{  font-family: myFirstFont1;}
.curs{cursor: pointer; }
.dis{ display: block;}
.undis{ display: none;}
.width-100{ width: 100%;}
.goodslisttitle{ color:#111; line-height:42px; padding:10px 0; font-size:1.4rem;}
.window-container{
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(1,34,105,0.38);
    backdrop-filter: blur(4px);
    display: none;
}

.window-container .window-main{
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    width: 360px;
    max-width: calc(100% - 40px);
    transform: translate(-50%, -50%);
    padding: 42px 28px 36px;
    border-radius: 18px;
    background: #fff;
    text-align: center;
    box-shadow: 0 22px 60px rgba(0,0,0,0.22);
}

.window-loading-icon{
    width: 58px;
    height: 58px;
    margin: 0 auto 20px;
    border-radius: 50%;
    border: 5px solid rgba(0,153,255,0.18);
    border-top-color: #0099FF;
    border-left-color: #a93ed7;
    animation: windowLoadingSpin .85s linear infinite;
}

.window-loading-title{
    font-size: 22px;
    color: #a93ed7;
    font-weight: 700;
    margin-bottom: 8px;
}

.window-loading-text{
    font-size: 14px;
    color: #667085;
    line-height: 22px;
}

@keyframes windowLoadingSpin{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}


#home .home,
#about .about,
#quality .quality,
#brand .brand,
#services .services,
#news .news,
#industry .industry,
#contact .contact{     color: #00CFAA;
    border-color: #00CFAA;
    background: transparent;}



.bannerpic{ display:block !important;}
.bannermob{ display:none !important;}
.posibg{ width:100%; background:#f2f7fc}
img,video,canvas{}
.imgva img{vertical-align: middle;}
.mar0{ margin: 0 auto;}
.mar-t1{ margin-top: 10px;}
.mar-t15{ margin-top: 15px;}
.mar-t2{ margin-top: 20px;}
.mar-t3{ margin-top: 30px;}

.posts-info video{width:80%; margin:0 auto;}
.posts-info img{ margin:15px 0;}
.posts-info h2{ color:#a93ed7; font-size:1.3rem; margin:5px 0;}
.posts-info h3{ color:#a93ed7; font-size:1.1rem; margin:5px 0;}
.posts-info b{ color:#111}
.posts-info strong{ color:#111}
.posts-info a{ color:#a93ed7 !important; text-decoration:underline;}
.posts-info a b{ color:#a93ed7 !important; }
.posts-info a span{ color:#a93ed7 !important; }
.posts-info ul{ padding-left:15px; list-style:disc !important;}
.posts-info ul li{ list-style:disc !important;}

.posts-info .toc{border:1px solid #e5e7eb;border-radius:10px;padding:12px;margin:18px 0;background:#fafafa}
.posts-info .toc h2{margin:0 0 8px 0;font-size:1.1rem}
.posts-info .toc ol{margin:0;padding-left:18px} 
.posts-info .calculator{border:1px solid #e5e7eb;border-radius:12px;padding:16px;margin:16px 0;background:#ffffff;box-shadow:0 1px 2px rgba(0,0,0,.04)}
.posts-info .row{display:grid;grid-template-columns:180px 1fr;gap:10px;align-items:center;margin-bottom:10px}
.posts-info .row label{font-weight:600}


.posts-info table{
  width: 100%;
  border-collapse: collapse;
  margin: 25px 0;
  font-size: 0.95rem;
}

/* 表头 */
.posts-info table th{
  background: #fdf1f2;
  color: #008dd3;
  font-weight: bold;
  padding: 12px 10px;
  border: 1px solid #e5e5e5;
  text-align: left;
}

/* 单元格 */
.posts-info table td{
  padding: 12px 10px;
  border: 1px solid #e5e5e5;
  line-height: 24px;
  color: #333;
}

/* 隔行变色 */
.posts-info table tr:nth-child(even) td{
  background: #fafafa;
}



.clear{ clear:both;}
.flex {display: flex; flex-wrap: wrap;}
.flex-center { display: flex; align-items: center; justify-content: space-between;}
.flex-center1{ display: flex; align-items: center; }
.flex-center2{ display: flex; align-items: flex-end; }
.flex-center3{ display: flex; align-items: flex-start; }
.flex-center-contain { justify-content: space-between;}
.flex-end{ justify-content: flex-end;}
.flex-center1{ justify-content: center;}
.flex-center4{ align-items: center;  justify-content: center;}
.flex-center-contain-center{ justify-content:center;}
.posi-rel{position: relative;}
.posi-abs{position: absolute;}
.fonttrans{ text-transform:uppercase;}
#home .padding20{ display:none;}
#about .padding20{ display:none;}
.padding5{ padding: 5px;}
.padding10{ padding: 10px;}
.padding15{ padding: 15px;}
.padding20{ padding: 20px;}
.padding25{ padding: 25px;}
.padding30{ padding: 30px;}

.left{float: left;}
.right{float: right;}


input,button,select,textarea{ outline:none; font-family: myFirstFont;}
textarea{resize:none;}
input[type="button"], input[type="submit"], input[type="reset"],input[type="text"] {-webkit-appearance: none; font-weight:normal; font-family: myFirstFont;}
button,input[type="button"], input[type="submit"], input[type="reset"]{ cursor: pointer;}



#warp{ width:100%; height:auto; position: relative;}
.container{ width: 1360px;}

.textRed{ color:red;}
.red{ color:red;}
.btn-success{ border: none; border-radius: 3px;}
.font-color{ color: #008dd3;}
.font-color-block{ color: #111;}
.font-color-gray{ color: #999;}
.font-color-white{ color: #FFFFFF !important;}
.font-size{ font-size: 1rem;}
.font-size-small{ font-size: 0.9rem;}
.bg-color{ background: #008dd3; }
.bg-color1{ background: #000000; }
.bgfff{ background: #FFFFFF;}
.border-color{ border: 1px solid #eee; border-radius: 3px;}
.box-shad{box-shadow: 3px 3px 20px 0 rgba(0,0,0,.1);}
.font-line{ line-height:28px;}

.line10{ line-height: 10px;  height: 10px; clear: both;}
.line20{ line-height: 20px;  height: 20px; clear: both;}
.line30{ line-height: 30px;  height: 30px; clear: both;}
.line40{ line-height: 40px;  height: 40px; clear: both;}
.line50{ line-height: 50px;  height: 50px; clear: both;}



.position_location{ width: 100%; line-height: 26px; padding: 12px 0; color: #ffffff;}
.position_location i{ color: #00A4FD; margin-right: 8px; font-size: 1.1rem;}
.position_location a{color: #00A4FD;}

.msearch{ margin-top:10px; margin-bottom:10px; background:#fff; border:1px solid #ddd; border-radius:3px; display:none;}
.msearch input{ width: 80%; height: 42px; border: 1px solid #a93ed7; border-radius: 3px 0 0 3px; padding:0 15px; border-right: none;}
.msearch button{ width: 20%; height: 42px; background: #a93ed7; border-radius:0 3px 3px 0; border: none; color: #FFFFFF; font-size: 1rem;}


.form-group{ width:100%; height:auto;}
.form-group label{ display:block; line-height:40px; height:40px;}
.form-group input{ width:100%; height:42px; line-height:42px; border:1px solid #ddd; border-radius:3px; padding:0 20px;}
.form-group input.form-control-small{ width:70%; height:42px; line-height:42px; border:1px solid #eee; border-radius:3px; background:#fff; padding:0 15px;}
.form-group input.form-control-small-check{ width:12px; height:12px; line-height:12px; border:1px solid #eee; border-radius:3px; background:#fff; padding:0; margin-top:15px; margin-right:10px;}
.form-group select{ width:100%; height:42px; line-height:42px; border:1px solid #ddd; border-radius:3px; padding:0 20px;}
.form-group textarea{ width:100%; height:100px; line-height:26px; border:1px solid #ddd; border-radius:3px; padding:20px;}
.btn-default{ padding:8px 25px; border:none; background: linear-gradient(96deg, #012369 0%, #014A96 52%, #0064BC 100%);color:#fff; border-radius:3px; margin-top:15px; font-size:1rem;}
.btn-default:hover{background: linear-gradient(96deg,#014A96  0%, #012369 52%, #0064BC 100%);}

::-webkit-scrollbar {
  width: 6px;
  height:5px;
}


::-webkit-scrollbar-track {
  background-color: #f5f5f5;
  border-radius: 10px;
}


::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 10px;
}


::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

.alertVideoHide{display:none;position:fixed;top:0px;left:0px;width:100%;height:100%;background:url(../images/blackBg.png);z-index:888;}
.alertVideoContent{display:none;position:fixed;top:50%;left:50%;width:800px;margin:-180px 0 0 -400px;z-index:999;background:#fff; height:auto; 
box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);-moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);-ms-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);-o-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);-webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);
border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px;-webkit-border-radius:6px;}
.alertVideoContent iframe{width:100% !important;height:100% !important;}
.alertVideoContent .vedioClose{position:absolute;top:-27px;right:-27px;cursor:pointer;}


.sectionbg2 {
    width: 98%;
    padding: 65px 0;
    background: #1c4e88 url(../images/bgline.png) no-repeat bottom center;
    border-radius: 8px; margin-top: 15px;
}

.home-inquiry {
    padding-top: 75px;
    padding-bottom: 55px;
    display: flex;
    align-items: flex-start;
    color: #fff;
}

/* 左侧 */
.home-inquiry-left {
    width: 46%;
    padding-right: 70px;
    box-sizing: border-box;
}

.home-inquiry-left em {
    display: block;
    font-style: normal;
    font-size: 1rem;
    line-height: 28px;
    color: #fff;
    margin-bottom: 4px;
}

.home-inquiry-left h2 {
    font-size: 2rem;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 45px;
}

.home-inquiry-img {
    width: 100%;
    max-width: 520px;
}

.home-inquiry-img img {
    display: block;
    width: 100%; max-width: 411px;
    height: auto;
}

/* 右侧表单 */
.home-inquiry-right {
    width: 54%;
    padding-top: 10px;
    box-sizing: border-box;
}

.home-inquiry-right form {
    width: 100%;
}

.home-inquiry-row {
    display: grid;
    gap: 12px;
    margin-bottom: 24px;
}

.home-inquiry-row3 {
    grid-template-columns: repeat(3, 1fr);
}

.home-inquiry-row2 {
    grid-template-columns: 1fr 1fr;
}

.home-inquiry input,
.home-inquiry textarea {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, .55);
    background: transparent;
    color: #fff;
    font-size: 1rem;
    border-radius: 6px;
    box-sizing: border-box;
    outline: none;
    transition: all .25s ease;
}

.home-inquiry input {
    height: 56px;
    line-height: 56px;
    padding: 0 16px;
}

.home-inquiry textarea {
    height: 144px;
    padding: 18px 16px;
    resize: none;
    line-height: 1.6;
}

.home-inquiry input::placeholder,
.home-inquiry textarea::placeholder {
    color: rgba(255, 255, 255, .82);
}

.home-inquiry input:focus,
.home-inquiry textarea:focus {
    border-color: #00CFAA;
    box-shadow: 0 0 0 2px rgba(0, 207, 170, .16);
}

.home-inquiry-btn {
    display: block;
    width: 100%;
    height: 56px;
    line-height: 56px;
    border: none;
    border-radius: 50px;
    color: #fff;
    font-size: 1.05rem;
    cursor: pointer;
    background: linear-gradient(90deg, #00CFAA 0%, #00A4FD 100%);
    transition: all .3s ease;
}

.home-inquiry-btn:hover {
    background: linear-gradient(90deg, #00A4FD 0%, #00CFAA 100%);
}


.home-advanbg {
    width: 98%;
    background: #1c4e88;
    margin-top: 15px;
    margin-bottom: 50px;
    padding: 22px 0;
    border-radius: 8px;
}

.home-advan {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.home-advan-item {
    height: 92px; cursor: pointer;
    background: #00a4fd;
    border-radius: 6px;
    display: flex;
    align-items: center;
    padding: 0 28px;
    box-sizing: border-box;
    color: #fff;
    transition: all .3s ease;
}

.home-advan-item:hover {
    transform: translateY(-4px);
    background: linear-gradient(90deg, #00CFAA 0%, #00A4FD 100%);
    box-shadow: 0 12px 28px rgba(0, 0, 0, .18);
}

.home-advan-icon {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    margin-right: 22px;
}

.home-advan-icon img {
    display: block;
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.home-advan-text h3 {
    font-size: 1.8rem;
    line-height: 1.1;
    color: #fff;
    transition: all .25s ease;
    margin-bottom: 6px;
}

.home-advan-text p {
    font-size: .8rem;
    line-height: 1.2;
    color: #fff;
    letter-spacing: .5px;
}


.page-banner {
    position: relative;
    width: 100%;
    height: 450px;
    overflow: hidden;
}

.page-banner-img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}

.page-banner-img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center center;
}

.page-banner-mask {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .48);
}

.page-banner-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}

.page-banner-content h1 {
    width: 610px;
    max-width: 100%;
    margin: 0 0 22px 0;
    color: #fff;
    font-size: 38px;
    line-height: 1.28;
    font-weight: 500;
    letter-spacing: 5px;
    word-break: normal;
}
.page-banner-content b {
    width: 610px; display: block;
    max-width: 100%;
    margin: 0 0 22px 0;
    color: #fff;
    font-size: 38px;
    line-height: 1.28;
    font-weight: 500;
    letter-spacing: 5px;
    word-break: normal;
}

.page-banner-content p {
    width: 660px;
    max-width: 100%;
    margin: 0;
    color: rgba(255, 255, 255, .9);
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: .3px;
}

.about-section{ width: 98%; margin-top: 15px; border-radius: 8px; background: #1c4e88; padding: 55px 0;}


.pcba-offer {
    color: #ffffff;
}

.pcba-number {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 60px;
}

.pcba-number-item {
    position: relative;
    min-height: 135px;
    padding: 0 48px;
    box-sizing: border-box;
    border-left: 1px solid rgba(255,255,255,.25);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pcba-number-item:nth-child(1) {
    width: 36%;
}

.pcba-number-item:nth-child(2) {
    width: 36%;
}

.pcba-number-item:nth-child(3) {
    width: 20%;
    margin-left: auto;
    padding-left: 38px;
    padding-right: 0;
}

.pcba-number-item strong {
    display: block;
    margin-bottom: 10px;
    color: #00cfae;
    font-size: 54px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 3px;
}

.pcba-number-item p {
    margin: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 600;
    letter-spacing: 1px;
}

.pcba-offer-main {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas:
        "intro sourcing inventory"
        "lifecycle sourcing pcba";
    gap: 22px 44px;
    align-items: stretch;
}

.pcba-offer-intro {
    grid-area: intro;
    padding-top: 0;
    box-sizing: border-box;
}

.pcba-offer-intro h2 {
    margin: 0 0 28px 0;
    color: #ffffff;
    font-size: 2rem;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 1px;
}

.pcba-offer-intro p {
    max-width: 360px;
    margin: 0;
    font-size: 1rem;
    line-height: 1.45;
}

.pcba-offer-card {
    display: block;
    min-height: 205px;
    padding: 24px 30px;
    box-sizing: border-box;
    background: #3a70ae;
    border-radius: 6px;
    color: #ffffff;
    text-decoration: none;
    transition: all .25s ease;
}

.pcba-offer-card:nth-of-type(1) {
    grid-area: sourcing;
}

.pcba-offer-card:nth-of-type(2) {
    grid-area: inventory;
}

.pcba-offer-card:nth-of-type(3) {
    grid-area: lifecycle;
}

.pcba-offer-card:nth-of-type(4) {
    grid-area: pcba;
}

.pcba-offer-card:hover {
    background: rgba(255,255,255,.2);
    transform: translateY(-4px);
}

.pcba-offer-icon {
    width: 56px;
    height: 56px;
    margin-bottom: 18px;
    border-radius: 14px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pcba-offer-icon img {
    display: block;
    max-width: 30px;
    max-height: 30px;
}

.pcba-offer-card h3 {
    margin: 0 0 14px 0;
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 1.35;
}

.pcba-offer-card p {
    margin: 0;
    color: rgba(255,255,255,.95);
    font-size: 15px;
    line-height: 1.45;
    letter-spacing: .4px;
}

.pcba-offer-card-img {
    min-height: 432px;
}

.pcba-offer-img {
    width: 100%;
    margin-top: 30px;
    border-radius: 6px;
    overflow: hidden;
}

.pcba-offer-img img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 6px;
}







@media (max-width: 768px) {
    .container{ width: 94%;}
body{  font-size:0.9rem; }
.goodslisttitle{ color:#111; line-height:42px; padding:5px 0; font-size:1.2rem;}
.msearch{ display:block;}

  .window-container .window-main{
        width: 320px;
        padding: 34px 22px 30px;
    }

    .window-loading-title{
        font-size: 20px;
    }


 .alertVideoHide{display:none;position:fixed;top:0px;left:0px;width:100%;height:100%;background:url(../images/blackBg.png);z-index:888;}
.alertVideoContent{display:none;position:fixed;top:50%;left:50%;width:320px;margin:-100px 0 0 -160px;z-index:999;background:#fff; height:auto; 
box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);-moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);-ms-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);-o-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);-webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);
border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px;-webkit-border-radius:6px;}
.alertVideoContent iframe{width:100% !important;height:100% !important;}
.alertVideoContent .vedioClose{position:absolute;top:-27px;right:-27px;cursor:pointer;}	

.sectionbg2 {
        width: 100%;
        padding: 35px 0;
        margin-top: 12px;
        border-radius: 0;
        background: #1c4e88 url(../images/bgline.png) no-repeat bottom center;
        background-size: auto;
        box-sizing: border-box;
    }
	
 .home-inquiry {
	        width: 100%;
	        padding: 38px 15px 35px;
	        box-sizing: border-box;
	        display: flex;
	        flex-direction: column;
	    }
	
	    .home-inquiry-left {
	        width: 100%;
	        padding-right: 0;
	        margin-bottom: 28px;
	    }
	
	    .home-inquiry-left em {
	        font-size: .95rem;
	        line-height: 24px;
	    }
	
	    .home-inquiry-left h2 {
	        font-size: 1.8rem;
	        line-height: 1.25;
	        margin-bottom: 24px;
	    }
	
	    .home-inquiry-img {
	        max-width: 100%;
	    }
	
	    .home-inquiry-right {
	        width: 100%;
	        padding-top: 0;
	    }
	
	    .home-inquiry-row {
	        display: grid;
	        grid-template-columns: 1fr;
	        gap: 12px;
	        margin-bottom: 12px;
	    }
	
	    .home-inquiry-row3,
	    .home-inquiry-row2 {
	        grid-template-columns: 1fr;
	    }
	
	    .home-inquiry input {
	        height: 46px;
	        line-height: 46px;
	        padding: 0 14px;
	        font-size: .95rem;
	    }
	
	    .home-inquiry textarea {
	        height: 120px;
	        padding: 14px;
	        font-size: .95rem;
	    }
	
	    .home-inquiry-btn {
	        height: 48px;
	        line-height: 48px;
	        margin-top: 10px;
	        font-size: 1rem;
	    }
	
	
	
	 .home-advanbg {
	        width: 100%;
	        margin-top: 12px;
	        margin-bottom: 30px;
	        padding: 18px 0;
	        border-radius: 0;
	    }
	
	    .home-advan {
	        width: 100%;
	        padding: 0 15px;
	        box-sizing: border-box;
	        grid-template-columns: repeat(2, 1fr);
	        gap: 12px;
	    }
	
	    .home-advan-item {
	        height: auto;
	        min-height: 110px;
	        padding: 18px 12px;
	        flex-direction: column;
	        align-items: flex-start;
	        justify-content: center;
	    }
	
	    .home-advan-icon {
	        width: 42px;
	        height: 42px;
	        margin-right: 0;
	        margin-bottom: 12px;
	    }
	
	    .home-advan-icon img {
	        width: 42px;
	        height: 42px;
	    }
	
	    .home-advan-text h3 {
	        font-size: 1.45rem;
	        margin-bottom: 6px;
	    }
	
	    .home-advan-text p {
	        font-size: .85rem;
	        line-height: 1.35;
	    }
		
	.page-banner {
	        height: 360px;
	    }
	
	    .page-banner-img img {
	        object-position: center center;
	    }
	
	    .page-banner-mask {
	        background: rgba(0, 0, 0, .58);
	    }
	
	    .page-banner-content {
	        width: 100%;
	        padding: 0 24px;
	        box-sizing: border-box;
	    }
	
	    .page-banner-content h1 {
	        width: 100%;
	        margin-bottom: 18px;
	        font-size: 28px;
	        line-height: 1.35;
	        letter-spacing: 2px;
	    }
	.page-banner-content b {
	    width: 100%;
	    margin-bottom: 18px;
	    font-size: 28px;
	    line-height: 1.35;
	    letter-spacing: 2px;
	}
	    .page-banner-content p {
	        width: 100%;
	        font-size: 14px;
	        line-height: 1.7;
	    }


.about-section{ width: 100%; margin-top: 10px; border-radius: 0; padding: 25px 0;}

 .pcba-offer {
        padding: 0 15px;
        box-sizing: border-box;
    }

   .pcba-number {
          display: block;
          margin-bottom: 34px;
      }
  
      .pcba-number-item,
      .pcba-number-item:nth-child(1),
      .pcba-number-item:nth-child(2),
      .pcba-number-item:nth-child(3) {
          width: 100%;
          min-height: auto;
          margin-left: 0;
          padding: 0 0 18px 18px;
          border-left: 1px solid rgba(255,255,255,.25);
          border-bottom: 1px solid rgba(255,255,255,.15);
      }
  
      .pcba-number-item {
          margin-bottom: 18px;
      }
  
      .pcba-number-item:last-child {
          margin-bottom: 0;
      }
  
      .pcba-number-item strong {
          font-size: 42px;
          letter-spacing: 2px;
      }
  
      .pcba-number-item p {
          font-size: 17px;
      }

    .pcba-offer-main {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-areas:
            "intro"
            "sourcing"
            "inventory"
            "lifecycle"
            "pcba";
        gap: 18px;
    }

    .pcba-offer-intro h2 {
        margin-bottom: 16px;
        font-size: 1.7rem;
        line-height: 1.4;
    }

    .pcba-offer-intro p {
        max-width: 100%;
        font-size: 14px;
        line-height: 1.7;
    }

    .pcba-offer-card {
        min-height: auto;
        padding: 24px 22px;
    }

    .pcba-offer-card-img {
        min-height: auto;
    }

    .pcba-offer-card h3 {
        font-size: 20px;
    }

    .pcba-offer-card p {
        font-size: 14px;
        line-height: 1.65;
    }

    .pcba-offer-img {
        margin-top: 22px;
    }		
		
	

}