div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select{
    margin: 0;
    padding: 0;
}
ul,li{
    list-style: none;
}

.page-main{
    max-width: none !important;
}
.pcbWave_home{
    width: 100%;
}
.services_item_img img,
.item_title_img img,.pcbWave_over_list li>img{
    width: 100%;
    border: 0;
    height: auto;
}
.pcbWave_quote{
    width: 100%;
    background-color: #fff;
    padding: 15px 0 35px;
}
.quoteForm form{
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}
.quoteForm_common p{
    font-size: 18px;
    font-family: Roboto;
    font-weight: 500;
    color: #222;
    line-height: 24px;
    margin-bottom: 15px;
}
.quoteForm_layer{
    height: 30px;
}
.quoteForm_layer input{
    display: none;
}
.quoteForm_layer label{
    display: inline-block;
    height: 30px;
    border: 1px solid #DFDFDF;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 500;
    color: #3E3E3E;
    line-height: 30px;
    padding: 0 25px;
    text-align: center;
    cursor: pointer;
}
.quoteForm_layer input:checked + label {
    background: url(./img/checked.svg) no-repeat 41px 10px;
    background-size: 21px 21px;
    border: 1px solid #00C339;
}
.quoteForm_dimen{
    display: flex;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 500;
    color:  #222222;
    line-height: 30px;
}
.dimen_inp{
    border: 1px solid #BFBFBF;
    margin-right: 10px;
}
.dimen_inp input{
    width: 60px;
    height: 30px !important;
    border: none;
    outline: none;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 500;
    color: #3E3E3E;
    line-height: 30px;
}
.dimen_inp input:nth-of-type(1){
    text-align: right;
}
.quoteForm_common select{
    width: 91px;
    height: 30px;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 500;
    color: #3E3E3E; 
    line-height: 30px;
    text-align: center;
    border: 1px solid #BFBFBF;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    background:#fff url(./img/xiala.svg) 68px center no-repeat;
    background-size: 16px 14px;
}
.quoteForm_btn{
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.quoteForm_btn a{
    border: 1px solid #81F480;
    background-color: #81F480;
    border-radius: 24px;
    font-size: 20px;
    font-family: Roboto;
    font-weight: 500;
    color: #181818;
    line-height: 28px;
    padding: 8px 35px;
    text-decoration: none;
}
.quoteForm_btn a:hover{
    background-color: #8EFD8D;
    border-color: #8EFD8D;
    color: #181818;
}
.pcbWave_services{
    width: 100%;
    background-color: #F5F5F5;
    padding: 45px 0 60px;
    position: relative;
}
.services_warp{
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}
.services_warp h4,.pcbWave_partner h4,
.pcbWave_over h4{
    font-size: 36px;
    font-family: Roboto;
    font-weight: 500;
    color: #222222;
    line-height: 42px;
    margin-bottom: 30px;
}
.services_list{
    width: 100%;
    position: relative;
}
.services_list ul{
    display: flex;
    justify-content: space-evenly;
    position: absolute;
    top: 0;
    left: 0;
}
.services_item{
    padding: 15px 20px 60px;
    background-color: #fff;
    border-radius: 10px;
    margin: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.services_item_img{
    width: 100%;
}
.services_item_msg{
    text-align: left;
    font-family: Roboto;
    color: #434343;
    height: -webkit-fill-available;
    margin: 15px 0;
}
.services_item_msg h6{
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 10px;
}
.services_item_msg p{
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    word-break:break-all;
}
.services_item_price{
    text-align: left;
    font-size: 24px;
    font-family: Roboto;
    font-weight: 500;
    color: #00c339;
    line-height: 30px;
    margin-bottom: 25px;
}
.services_item a.services_item_quote{
    background: #FFFFFF;
    border: 1px solid #000000;
    border-radius: 25px;
    font-size: 18px;
    font-family: Roboto;
    font-weight: 400;
    color: #181818;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
    padding: 8px 0;
    margin-bottom: 30px;
}
.services_item a.services_item_quote:hover{
    background-color: #81F480;
    color: #181818;
}
.services_btn{
    width: 84%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 59%;
    left: 50%;
    transform: translate(-50%,-59%);
}
.services_btn a.services_btns{
    display: block;
    width: 45px;
    height: 45px;
    font-size: 16px;
    background-color: #e6f4ea;
    border-radius: 50%;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
}
.services_btn a.services_btns:hover{
    background-color: #8efd8d;
    color: #282828;
    text-decoration: none;
}
.services_btn a.services_btns em{
    display: inline-block;
    width: 18px;
    height: 12px;
    vertical-align: middle;
    background-size: 100% 100%;
}
.icon-zuo{
    background: url(./img/left.svg) no-repeat;
}
.icon-you{
    background: url(./img/right.svg) no-repeat;
}
.pcbWave_partner{
    background-color: #fff;
    padding: 45px 0;
    text-align: center;
}
.partner_list{
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    text-align: left;
}
.partner_list ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-family: Roboto;
    margin-bottom: 0;
}
.partner_list li{
    width: 33%;
    border-right:1px solid #DCDCDC;
    border-bottom: 1px solid #DCDCDC;
    padding: 45px 0;
    margin-bottom: 0;
}
.partner_item{
    padding: 0 25px;
}
.partner_list li:nth-of-type(3n){
    border-right:0;
}
.partner_list li:nth-of-type(4),
.partner_list li:nth-of-type(5),
.partner_list li:nth-of-type(6){
    border-bottom:0;
}
.partner_item_title{
    height: 50px;
    display: flex;
    color: #0A2747;
    font-size: 24px;
    line-height: 50px;
    font-weight: 500;
}
.item_title_img{
    width: 50px;
    height: 50px;
}
.partner_list li p{
    font-size: 16px;
    font-weight: 400;
    color: #444444;
    line-height: 24px;
    margin-top: 5px;
}
.pcbWave_over{
    width: 100%;
    background-color: #F5F5F5;
    padding: 45px 0;
    text-align: center;
}
.pcbWave_over_list{
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 50px 0;
    background-color:  #FAFFFA;
    border-radius: 20px;
    text-align: center;
}
.pcbWave_over_list ul{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.pcbWave_over_list li {
    width: 25%;
    font-family: Roboto;
}
.pcbWave_over_list li h6{
    font-size: 48px;
    font-weight: 500;
    color: #333333;
    line-height:54px;
}
.pcbWave_over_list li p{
    font-size: 16px;
    font-family: HarmonyOS Sans;
    font-weight: 500;
    color: #6D6B6B;
    line-height: 26px;
    margin-top: 10px;
}
.pcbWave_over_link{
    text-align: center;
    margin-top: 50px;
}
.pcbWave_over_link a{
    font-size: 20px;
    font-family: Roboto;
    font-weight: 500;
    color: #181818;
    line-height:26px;
    text-decoration: none;
    border-radius: 25px;
    padding: 8px 45px;
    cursor: pointer;
}
.pcbWave_over_link a.over_link_see{
    background: #81F480;
    border: 1px solid #81F480;
    margin-right: 50px;
}
.pcbWave_over_link a.over_link_see:hover{
    background-color: #8EFD8D;
    color: #181818;
}
.pcbWave_over_link a.over_link_get{
    background: #fff;
    border: 1px solid #000000;
    color: #181818;
}
.pcbWave_over_link a.over_link_get:hover{
    background:#f2fff2;
    color: #181818;
}
@media (min-width:1025px) and (max-width: 1300px){
    .nav_warp,.quoteForm form,.services_btn,.partner_list{
        width: 100%;
    }
    .services_warp{
        width: 94%;
    }
    .pcbWave_over_list{
        width: 95%;
    }
    .partner_item_title span{
        font-size: 20px;
    }
}
@media (min-width:760px) and (max-width: 969px){
    .nav_warp,.quoteForm form,.services_btn,.partner_list{
        width: 100%;
    }
    .services_warp {
        width: 90%;
    }
    .services_item_price{
        font-size: 16px;
    }
    .partner_list li{
        width: 45%;
    }
    .partner_list li:nth-of-type(2n){
        border-right: 0;
    }
    .partner_list li:nth-of-type(3){
        border-right: 1px solid #DCDCDC;
    }
    .partner_list li:nth-of-type(4){
        border-bottom: 1px solid #DCDCDC;
    }
    .partner_list li:nth-of-type(3),
    .partner_list li:nth-of-type(4),
    .partner_list li:nth-of-type(5),
    .partner_list li:nth-of-type(6){
        padding-top: 45px;
    }
    .partner_item_title span{
        font-size: 18px;
    }
    .pcbWave_over_list{
        width: 98%;
    }
    .pcbWave_over_list li h6{
        font-size: 40px;
        line-height: 46px;
    }
    .pcbWave_over_list li p{
        font-size: 12px;
        line-height: 18px;
        margin-top: 5px;
    }
}
@media (max-width: 759px){
    .nav_warp{
        width: 95%;
    }
    .nav_warp ul.nav_menu{
        display: none;
    }
    .nav_middle{
        display: block;
    }
    .quoteForm form{
        width: 85%;
        flex-direction: column;
    }
    .quoteForm_common{
        margin-bottom: 15px;
    }
    .quoteForm_btn a{
        text-align: center;
    }
    .services_warp{
        width: 85%;
    }
    .services_warp h4,
    .pcbWave_partner h4,
    .pcbWave_over h4{
        font-size: 24px;
        line-height: 30px;
    }
    .services_btn,.partner_list{
        width: 100%;
    }
    .partner_list li{
        width: 100%;
        border-right: 0;
        padding: 45px 0;
    }
    .partner_list li:nth-of-type(1){
        padding-top: 0;
    }
    .partner_list li:nth-of-type(4), 
    .partner_list li:nth-of-type(5){
        border-bottom: 1px solid #DCDCDC;
    }
    .partner_item_title span{
        font-size: 18px;
    }
    .pcbWave_over_list{
        width: 95%;
        padding-bottom: 35px;
    }
    .pcbWave_over_list li{
        width: 50%;
        margin-bottom: 15px;
    }
    .pcbWave_over_list li h6{
        font-size: 38px;
        line-height: 44px;
    }
    .pcbWave_over_list li p{
        font-size: 12px;
        line-height: 18px;
        margin-top: 5px;
    }
    .pcbWave_over_link{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
    .pcbWave_over_link a.over_link_see{
        margin-right: 0;
        margin-bottom: 25px;
    }
}

