﻿@charset "utf-8";
* {
    outline: none
}
/* .clearfix { */
    /* clear: both; */
/* } */
/* a, hr { */
    /* padding: 0 */
/* } */

/* a, button, input, select, textarea, hr { */
    /* margin: 0 */
/* } */

/* article, aside, details, figure, footer, header, hr, nav, section, summary { */
    /* display: block */
/* } */

abbr, address, article, aside, audio, b, blockquote, body, body div, caption, cite, code, dd, del, details, dfn, dl, dt, em, fieldset, figure, footer, form, h1, h2, h3, h4, h5, h6, header, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: 400;
    vertical-align: baseline;
    background: 0 0
}

/* input[type=checkbox], th { */
    /* vertical-align: bottom */
/* } */

/* strong, th { */
    /* font-weight: 700 */
/* } */

/* html { */
    /* box-sizing: border-box; */
    /* overflow-y: scroll */
/* } */

/* *, :after, :before { */
    /* box-sizing: inherit */
/* } */

/* embed, img, object { */
    /* max-width: 100% */
/* } */




/* html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 { */
    /* -webkit-text-size-adjust: 100% */
/* } */

/* em, i { */
    /* font-style: normal */
/* } */


body {
    /* font-family:"Helvetica Neue","Open Sans","San Francisco",Helvetica,"",Arial,sans-serif; */
    /* font-size: 14px; */
    /* color: #333; */
    /* position: relative; */
    /* max-width: 1920px; */
    /* margin: 0 auto; */
    /* overflow: hidden; */
}



/*pcb  页面*/
.company-introduction{
    width:1170px;
    overflow: hidden;
    margin:0 auto;
}
.company-introduction .title{
    padding-top:60px;
    text-align: center;
}
.company-introduction .title h4{
    font-size: 24px;
    color: #555555;
}
.company-introduction .title p{
    color: #888888;
}
.pcb .pcb-box{
    width:1170px;
    margin-right:-30px;
    margin:0 auto;
    box-sizing: border-box;
    padding-top:22px;
    overflow: hidden;
	height: 435px;
}
.pcb{
    margin:0 auto;
	width: 1200px;
}
.pcb .pcb-box .pcb-list{
    padding-bottom:15px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-box-shadow: -2px -2px 15px 1px rgba(0, 0, 0, 0.05), 2px 2px 15px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: -2px -2px 15px 1px rgba(0, 0, 0, 0.05), 2px 2px 15px 1px rgba(0, 0, 0, 0.05);
    box-shadow: -2px -2px 15px 1px rgba(0, 0, 0, 0.05), 2px 2px 15px 1px rgba(0, 0, 0, 0.05);
    transform: translate3d(0, 0, 0);
}
.pcb .pcb-box li{
    width:25%;
    height:300px;
    float: left;
    padding: 15px;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.pcb .pcb-box li .top{
    text-align: center;
    padding-top:40px;
	height: 330px;
}
.pcb .pcb-box li .top i{
    font-size:43px;
    color:#2e93ff;
}
.pcb .pcb-box li .top h5{
    padding-top:20px;
    font-size: 18px;
    color: #555555;
    font-weight: bold;
}
.pcb .pcb-box li .top p{
    font-size: 14px;
    line-height: 24px;
    color: #888888;
    margin:20px;
    display: -webkit-box;
    /* -webkit-line-clamp:4; */
    -webkit-box-orient: vertical;
    overflow: hidden;
	text-align: left;
}

/* 贴片 */

.pcb .pcb-box-tp{
    width:1170px;
    margin-right:-30px;
    margin:0 auto;
    box-sizing: border-box;
    padding-top:22px;
    overflow: hidden;
	height: 450px;
}
.pcb{
    margin:0 auto;
	width: 1200px;
}
.pcb .pcb-box-tp .pcb-list{
    padding-bottom:15px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-box-shadow: -2px -2px 15px 1px rgba(0, 0, 0, 0.05), 2px 2px 15px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: -2px -2px 15px 1px rgba(0, 0, 0, 0.05), 2px 2px 15px 1px rgba(0, 0, 0, 0.05);
    box-shadow: -2px -2px 15px 1px rgba(0, 0, 0, 0.05), 2px 2px 15px 1px rgba(0, 0, 0, 0.05);
    transform: translate3d(0, 0, 0);
}
.pcb .pcb-box-tp li{
    width:20%;
    height:300px;
    float: left;
    padding: 15px;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
/* 11 */



.pcb .pcb-box-tp li .top-tp{
    text-align: center;
    padding-top:40px;
	height: 290px;
}
.pcb .pcb-box-tp li .top-tp i{
    font-size:43px;
    color:#2e93ff;
}
.pcb .pcb-box-tp li .top-tp h5{
    padding-top:20px;
    font-size: 18px;
    color: #555555;
    font-weight: bold;
}
.pcb .pcb-box-tp li .top-tp p{
    font-size: 14px;
    line-height: 24px;
    color: #888888;
    margin:20px;
    display: -webkit-box;
    /* -webkit-line-clamp:4; */
    -webkit-box-orient: vertical;
    overflow: hidden;
	text-align: left;
}

/* 器件选型 */


.pcb .pcb-box-xx{
    width:1170px;
    margin-right:-30px;
    margin:0 auto;
    box-sizing: border-box;
    padding-top:22px;
    overflow: hidden;
	height: 350px;
}
.pcb{
    margin:0 auto;
	width: 1200px;
}
.pcb .pcb-box-xx .pcb-list{
    padding-bottom:15px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-box-shadow: -2px -2px 15px 1px rgba(0, 0, 0, 0.05), 2px 2px 15px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: -2px -2px 15px 1px rgba(0, 0, 0, 0.05), 2px 2px 15px 1px rgba(0, 0, 0, 0.05);
    box-shadow: -2px -2px 15px 1px rgba(0, 0, 0, 0.05), 2px 2px 15px 1px rgba(0, 0, 0, 0.05);
    transform: translate3d(0, 0, 0);
}
.pcb .pcb-box-xx li{
    width:20%;
    height:300px;
    float: left;
    padding: 15px;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.pcb .pcb-box-xx li .top{
    text-align: center;
    padding-top:40px;
	height: 220px;
}
.pcb .pcb-box-xx li .top i{
    font-size:43px;
    color:#2e93ff;
}
.pcb .pcb-box-xx li .top h5{
    padding-top:20px;
    font-size: 18px;
    color: #555555;
    font-weight: bold;
}
.pcb .pcb-box-xx li .top p{
    font-size: 14px;
    line-height: 24px;
    color: #888888;
    margin:20px;
    display: -webkit-box;
    /* -webkit-line-clamp:4; */
    -webkit-box-orient: vertical;
    overflow: hidden;
	text-align: left;
}




/*pcb  页面 end*/
