@charset "utf-8";

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, img {
    margin: 0;
    padding: 0;
}

body, button, input, select, textarea {
    font: 16px "Microsoft Yahei", "Hiragino Sans GB", Arial, sans-serif;
    color: #343434;
}

body {
    min-width: 1500px;
    line-height: 1;
    background-color: #eaeaea;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

ul, ol, li {
    list-style-type: none;
}

w
img {
    border: none;
    vertical-align: top;
    max-width: 100%;
}

a, a:link, a:visited, a:hover, a:active {
    text-decoration: none;
}

a {
    color: #343434;
    transition: all 0.3s;
}

a:hover {
    color: #000;
}

.clear {
    clear: both;
    height: 0;
    font-size: 0px;
    line-height: 0px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

a, input, button {
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

textarea {
    resize: none;
}

.wrap {
    width: 1500px;
    margin: 0 auto;
}

.ovh {
    overflow: hidden;
}

table {
    border-collapse: collapse;
}

.posr {
    position: relative;
}

.padd {
    padding: 80px 0;
}

.bg1 {
    background-color: #f8f8f8;
}

.bg2 {
    background-color: #fff;
}


/*header*/
.h_top {
    height: 80px;
    border-bottom: 1px solid #eaeaea;
    background-color: #fff;
}

.logo {
    float: left;
    margin-top: 5px;
}

.h_tel {
    float: left;
    font-weight: bold;
    margin-left: 200px;
    margin-top: 10px;
    background: url(../images/tel.png) no-repeat left center;
    padding-left: 60px;
}

.h_tel span {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
}

.h_tel strong {
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    color: #0e87db;
    margin-left: 10px;
}

.h_lan {
    float: right;
    position: relative;
    margin-top: 30px;
}

.h_lan span {
    display: block;
    font-size: 20px;
    color: #0e87db;
    font-weight: bold;
}

.h_lan span i {
    display: inline-block;
    width: 20px;
    height: 11px;
    background: url(../images/arrow_d.png) no-repeat left center;
    margin-left: 5px;
}

.h_lan ul {
    display: none;
    position: absolute;
    top: 22px;
    left: 0;
    width: 100%;
    padding: 10px 0;
    z-index: 9;
    background-color: #fff;
    border: 1px solid #ddd;
}

.h_lan ul li {
    margin-bottom: 2px;
    text-align: center;
}

.h_lan ul li a {
    display: block;
    padding: 5px 0;
}

.h_lan ul li a:hover {
    background-color: #eee;
}

.nav {
    height: 80px;
    position: relative;
    background-color: #0e87db;
}

.nav li {
    float: left;
    width: 11%;
    padding-right: 20px;
}

.nav li a {
    display: block;
    height: 80px;
    line-height: 80px; /*padding:0 20px;*/
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
}

.nav li a:hover, .nav .active a {
    background-color: #6cb22b;
}


/*index*/
.banner {
    position: relative;
}

.banner .bd {
    position: relative;
}

.banner .bd li img {
    width: 100%;
}

.banner .hd {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    z-index: 2;
}

.banner .hd ul {
    overflow: hidden;
    zoom: 1;
    text-align: center;
    font-size: 0;
}

.banner .hd ul li {
    display: inline-block;
    vertical-align: top;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.5;
    margin: 0 10px;
}

.banner .hd ul li.on {
    opacity: 1;
}

.banner .prev, .banner .next {
    display: none;
    position: absolute;
    top: 50%;
    margin-top: -43px;
    width: 86px;
    height: 86px;
    transition: none;
}

.banner .prev {
    background: url(../images/arr_prev.png) no-repeat;
    left: 10px;
}

.banner .next {
    background: url(../images/arr_next.png) no-repeat;
    left: auto;
    right: 10px;
}

.advantage_item {
    overflow: hidden;
    transition: all 0.2s;
}

.advan_img {
    float: left;
    width: 816px;
}

.advan_txt {
    float: right;
    width: 570px;
    padding-right: 15px;
}

.advan_txt span {
    display: block;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    background-color: #0e87db;
    color: #fff;
    font-size: 50px;
    border-radius: 50%;
    margin: 15px 0 50px;
}

.advan_txt h6 {
    font-size: 40px;
    color: #0e87db;
    font-weight: bold;
}

.advan_line {
    display: block;
    width: 46px;
    height: 4px;
    background-color: #bfbfbf;
    margin: 30px 0;
}

.advan_t_con {
    font-size: 18px;
    color: #666;
    line-height: 2;
}

.advantage_item2 {
    margin: 80px 0;
}

.advantage_item2 .advan_img {
    float: right;
}

.advantage_item2 .advan_txt {
    float: left;
    padding-right: 0;
    padding-left: 15px;
}

.advantage_item:hover {
    background-color: #fff;
}

.zx {
    background: url(../images/zx_bg.jpg) no-repeat center top;
    background-size: cover;
    height: 300px;
    color: #fff;
    padding-top: 66px;
}

.zx h5 {
    font-size: 40px;
}

.zx p {
    font-size: 24px;
    margin: 10px 0 30px;
}

.zx strong {
    font-size: 60px;
    font-weight: bold;
}

.index_tit {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #0e87db;
    margin-bottom: 60px;
}

.pro_list li {
    float: left;
    width: 355px;
    margin: 0 10px 30px;
}

.pro_list li a {
    display: block;
    height: 470px;
    background-color: #f9f9f9;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
}

.pro_list li h6 {
    height: 60px;
    line-height: 60px;
    text-align: center;
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 2px solid #ececec;
    font-size: 18px;
}

.pro_list li div {
    text-align: center;
    overflow: hidden;
    padding: 15px 10px;
}

.pro_list li div img {
    height: 330px;
    transition: all 0.5s;
}

.pro_list li i {
    display: block;
    width: 26px;
    height: 26px;
    background: url(../images/arrow_r.png) no-repeat;
    margin-left: 25px;
}

.pro_list li a:hover {
    border-color: #0e87db;
}

.pro_list li a:hover h6 {
    color: #0e87db;
}

.pro_list li a:hover div img {
    transform: scale(1.05);
}

.pro_list li a:hover i {
    background: url(../images/arrow_rh.png) no-repeat;
}


.quality {
    position: relative;
}

.quality .bd {
    position: relative;
}

.quality .bd li img {
    width: 100%;
}

.quality .hd {
    position: absolute;
    left: 0;
    bottom: 50px;
    width: 100%;
    z-index: 2;
}

.quality .hd ul {
    overflow: hidden;
    zoom: 1;
    text-align: center;
    font-size: 0;
}

.quality .hd ul li {
    display: inline-block;
    vertical-align: top;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.5;
    margin: 0 8px;
}

.quality .hd ul li.on {
    opacity: 1;
    background-color: #30468d;
}

.news_list li {
    float: left;
    width: 700px;
    height: 120px;
    margin: 0 25px 30px;
}

.news_list li a {
    overflow: hidden;
    display: block;
    height: 120px;
    padding: 20px 20px 0 0;
}

.news_date {
    float: left;
    width: 168px;
    height: 70px;
    text-align: center;
    border-right: 1px solid #e5e5e5;
    padding-top: 15px;
}

.news_date b {
    font-size: 40px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}

.news_date span {
    font-size: 14px;
    color: #999;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
    margin-left: 3px;
}

.news_txt {
    float: right;
    width: 470px;
}

.news_txt h6 {
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_txt p {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    margin-top: 10px;
}

.news_list li a:hover {
    background-color: #0e87db;
}

.news_list li a:hover .news_date b, .news_list li a:hover .news_date span, .news_list li a:hover .news_txt h6, .news_list li a:hover .news_txt p {
    color: #fff;
}


/*footer*/
.footer {
    background-color: #222;
    color: #fff;
}

.footer a {
    color: #fff;
}

.footer a:hover {
    text-decoration: underline;
}

.f_fast {
    padding: 70px 90px 20px;
}

.f_nav {
    float: left;
}

.f_nav li {
    float: left;
    font-size: 18px;
    margin-right: 18px;
}

.f_share {
    float: right;
    position: relative;
}

.f_share h5 {
    display: inline-block;
    vertical-align: middle;
}

.f_share a {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    margin-left: 35px;
    background-repeat: no-repeat;
}

.f_share1 {
    background-image: url(../images/f_share1.png);
}

.f_share2 {
    background-image: url(../images/f_share2.png);
}

.f_share3 {
    background-image: url(../images/f_share3.png);
}

.f_share4 {
    background-image: url(../images/f_share4.png);
}

.f_share5 {
    background-image: url(../images/f_share5.png);
}

.f_s1_box {
    display: none;
    position: absolute;
    top: 54px;
    left: 90px;
    width: 93px;
    height: 96px;
    background: url(../images/f_s1_boxbg.png) no-repeat;
}

.f_s1_box img {
    display: block;
    margin: 8px 0 0 3px;
    width: 86px;
    height: 86px;
}

.f_share a.f_share1:hover {
    background-image: url(../images/f_share1h.png);
}

.f_share a.f_share2:hover {
    background-image: url(../images/f_share2h.png);
}

.f_share a.f_share3:hover {
    background-image: url(../images/f_share3h.png);
}

.f_share a.f_share4:hover {
    background-image: url(../images/f_share4h.png);
}

.f_share a.f_share5:hover {
    background-image: url(../images/f_share5h.png);
}

.f_contact {
    margin-top: 50px;
}

.f_contact i {
    display: block;
    width: 46px;
    height: 46px;
}

.f_contact h6 {
    margin: 15px 0 10px;
}

.f_wx {
    float: left;
    width: 350px;

}

.f_wx i {
    background: url(../images/f_share1.png) no-repeat;
}

.f_wx p {
    font-size: 30px;
}

.f_wx img {
    width: 120px;
    margin-top: 10px;
}

.f_tel {
    float: left;
    width: 350px;
}

.f_tel i {
    background: url(../images/f_tel.png) no-repeat;
}

.f_tel p {
    font-size: 30px;
}

.f_add {
    float: left;
}

.f_add i {
    background: url(../images/f_add.png) no-repeat;
}

.f_add p {
    font-size: 20px;
    line-height: 1.4;
}

.flink {
    margin-top: 10px;
    clear: both;
}

.flink ul {
    overflow: hidden;
}

.flink li {
    float: left;
    margin-right: 12px;
    font-size: 14px;
}

.flink li:first-child {
    margin-right: 0;
}

.flink li i {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url(../images/flink.png) no-repeat;
    margin-right: 8px;
}

.f_copy {
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
    background-color: #27292f;
}

.backToTop {
    display: none;
    width: 50px;
    height: 50px;
    line-height: 1.5;
    text-align: center;
    position: fixed;
    right: 20px;
    bottom: 30px;
    z-index: 99;
    background-color: #000;
    color: #fff !important;
    opacity: 0.8;
}

.backToTop i {
    display: block;
    background: url(../images/backtop.png) no-repeat center top;
    height: 16px;
    width: 100%;
    margin-top: 8px;
}

.backToTop:hover {
    opacity: 1;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}


/*common*/
.nban {
    height: 500px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    text-align: center;
    color: #fff;
    overflow: hidden;
}

.nban h2 {
    font-size: 40px;
    font-weight: bold;
    padding-top: 200px;
}

.nban p {
    font-size: 30px;
    margin-top: 15px;
}

.nban_txt {
    text-align: left;
    width: 750px;
    height: 130px;
    background-color: rgba(255, 255, 255, 0.4);
    border-left: 4px solid #0e87db;
    padding: 30px 15px 0 50px;
    margin: 180px 0 0 65px;
}

.nban_txt h2 {
    padding-top: 0;
    font-size: 30px;
    color: #0e87db;
}

.nban_txt p {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.left {
    float: left;
    width: 340px;
}

.nsubnav li {
    border-bottom: 1px solid #f8f8f8;
}

.nsubnav li:last-child {
    border: none;
}

.nsubnav li a {
    display: block;
    background-color: #fff;
    text-align: center;
    padding: 20px 10px;
    font-size: 20px;
}

.nsubnav li.active a, .nsubnav li a:hover {
    background-color: #0e87db;
    color: #fff;
}

.nsubnav2 {
    margin-top: 2px;
}

.nnav_cat {
    height: 100px;
    line-height: 100px;
    background-color: #0e87db;
    color: #fff;
    font-size: 26px;
    text-align: center;
}

.nsubnav2 li {
    border-bottom: 1px solid #f8f8f8;
}

.nsubnav2 li:last-child {
    border: none;
}

.nsubnav2 li a {
    display: block;
    background-color: #fff;
    text-align: center;
    padding: 20px 50px 20px 10px;
    font-size: 20px;
    background: #fff url(../images/add.png) no-repeat 300px center;
}

.nsubnav2 li a:hover {
    color: #0e87db;
}

.nequipment_hot {
    margin-top: 2px;
}

.nequipment_hot li {
    border: 1px solid #e5e5e5;
    margin-bottom: 6px;
    margin-top: 1px;
    padding: 15px;
}

.nequipment_hot li a {
    display: block;
}

.nequipment_hot li div {
    overflow: hidden;
}

.nequipment_hot li div img {
    width: 100%;
    height: 240px;
    transition: all 0.3s;
}

.nequipment_hot li h6 {
    text-align: center;
    font-size: 18px;
    padding: 16px 0 8px;
}

.nequipment_hot li a:hover div img {
    transform: scale(1.1);
}

.nequipment_hot li a:hover h6 {
    color: #0e87db;
}

.right {
    float: right;
    width: 1100px;
}


/*product*/
.npsubnav {
    margin-top: 0;
}

.npsubnav li.active a {
    color: #0e87db;
}

.l_contact {
    margin-top: 3px;
    background-color: #0e87db;
    color: #fff;
    padding: 30px 15px 30px 50px;
}

.l_contact h6 {
    font-size: 20px;
    margin-bottom: 10px;
    padding-left: 70px;
}

.l_contact p {
    font-size: 22px;
    line-height: 1.6;
    background: url(../images/telw.png) no-repeat left center;
    padding-left: 50px;
}

.np_list li {
    margin-bottom: 30px;
}

.np_list li a {
    display: block;
    background-color: #fff;
    overflow: hidden;
    height: 260px;
}

.np_list_img {
    float: left;
    width: 300px;
    text-align: center;
}

.np_list_img img {
    height: 260px;
    max-width: 100%;
}

.np_list_txt {
    float: right;
    width: 660px;
    padding-top: 22px;
}

.np_list_txt h6 {
    font-size: 20px;
    font-weight: bold;
    color: #0e87db;
    margin-bottom: 20px;
}

.np_list_txt p {
    font-size: 18px;
    line-height: 1.7;
}

.np_list li a:hover {
    background-color: #eee;
}

.np_list li:nth-child(2n) .np_list_img {
    float: right;
}

.np_list li:nth-child(2n) .np_list_txt {
    float: left;
    padding-left: 30px;
}

.np_show_con {
    font-size: 18px;
    line-height: 1.3;
}

.np_show_con p, .np_show_con div, .np_show_con h1, .np_show_con h2, .np_show_con h3, .np_show_con h4, .np_show_con h5, .np_show_con h6 {
    margin-bottom: 30px;
}

.np_show_con img {
    height: auto !important;
}

.np_show_quality li {
    margin-top: 60px;
    overflow: hidden;
}

.np_s_q_txt {
    float: left;
    width: 400px;
}

.np_s_q_txt h6 {
    font-size: 40px;
    font-weight: bold;
    color: #0e87db;
    padding: 35px 0 30px;
}

.np_s_q_txt p {
    font-size: 18px;
    line-height: 1.7;
}

.np_s_q_img {
    float: right;
    width: 576px;
}

.np_s_q_item2 .np_s_q_txt {
    float: right;
}

.np_s_q_item2 .np_s_q_img {
    float: left;
}

/*pdshow*/
.npdshow_list ul li {
    float: left;
    width: 23%;
    margin-right: 2%;
    transition: transform 1s;
}

.npdshow_list ul li:hover {
    transform: translateY(-20px);
}

.npdshow_list ul li:nth-child(4n+4) {
    margin-right: 0px;
}

.npdshow_list ul li a .npdshow_list_img {
    background-color: #fff;
    padding: 20px;
    height: 250px;
}

.npdshow_list ul li a .npdshow_list_img img {
    max-width: 100%;
    width: 100%;
    max-height: 100%;
}

.npdshow_list_txt {
    text-align: center;
    padding: 20px 0 30px;
}


/*inews*/
.inews {
    overflow: hidden;
    width: 100%;
    background: #f8f8f8
}

.inews .nlist li {
    overflow: hidden;
    clear: both;
    background-color: #fff;
    padding: 20px;
    margin: 35px;
    transition: transform 1s;
    -webkit-box-shadow: 15px 15px 30px #eee;
}

.inews .nlist li:hover {
    transform: translateY(-20px);
}

.nlist {
    overflow: hidden;
    margin: 50px 0px 0px
}

.nlist_pic {
    float: left;
    width: 25%;
}

.nlist_pic a {
    display: block;
    overflow: hidden;
}

.nlist_pic a img {
    width: 100%;
    height: auto;
    transition: all 0.3s;
}

.nlist_txt {
    float: right;
    width: 72%;
    padding-right: 20px;
}

.nlist_txt h6 {
    margin: 8px 0 16px;
    overflow: hidden;
}

.nlist_txt h6 a {
    display: block;
    font-size: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nlist_txt p {
    color: #666666;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
}

.nlist_date {
    margin-top: 40px;
}

.nlist_date span {
    font-size: 14px;
    margin-right: 25px;
}

.nlist_date .nlist_lookout {
    float: right;
    margin-right: 0;
    color: #666;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
}

.nlist_date .nlist_lookout a {
    display: block;
    width: 150px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #fff;
    color: #666;
    font-size: 16px;
    border: 1px solid #666
}

.nlist_date .nlist_lookout a:hover {
    background-color: #0e87db;
    border: 0;
    color: #fff;
}


/* .pages {text-align: center;padding: 80px 0 40px;} */
/* .pages a {display: inline-block;width: 42px;height: 42px;line-height: 42px;border-radius: 42px;margin: 0 10px;text-align: center;} */
/* .pages a.active {background-color: rgba(24, 60, 236, 0.5);color: #fff;} */
.pages {
    clear: both;
    margin: 0 auto 20px auto;
    padding-top: 40px;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
}

.pages ul li {
    display: inline-block !important;
    border: 1px solid #ccc;
    padding: 6px 15px;
    margin: 0 1px;
    line-height: 24px;
    background: #fff;
    color: #999;
    border-radius: 42px
}

.pages ul li:hover {
    background: #eee;
    color: black;
    border: 1px solid #eee
}

.pages ul li:hover a {
    color: black;
}

.pages ul li.thisclass {
    display: inline-block;
    border: 1px solid #eee;
    padding: 6px 15px;
    margin: 0 1px;
    background: #eee;
    color: #fff;
}

.pages ul li.thisclass a {
    color: black;
}

.pages ul li a {
    background-color: inherit;
    height: auto;
    text-decoration: none;
    display: block;
    color: black;
    overflow: revert;
}

.pages ul li a:hover {
    color: black;
}

/*inews_show*/
.inews_title {
    overflow: hidden;
    width: 100%;
    padding: 50px 0px 20px;
    border-bottom: 1px dashed #eee;;
    text-align: center;
}

.inews_title h3 {
    font-weight: bold;
    font-size: 24px;
}

.inews_title p {
    color: #666;
    line-height: 3.2;
}

.nshow_pages {
    padding: 20px 0px 40px;
}

.nshow_page {
    float: left;
}

.nshow_page p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    margin-bottom: 15px;
}

.nshow_page p a {
    color: #666;
}

.nshow_back {
    float: right;
    margin-top: 15px;
}

.nshow_back a {
    color: #0e87db;
    font-size: 18px;
}

/*ipcba*/
.ipcba {
    overflow: hidden;
    background: #fff
}

.ipcba ul {
    overflow: hidden;
    padding: 70px 20px 0px;
}

.ipcba ul li {
    float: left;
    width: 23%;
    height: 400px;
    background-color: #f9f9f9;
    border: 1px solid #e5e5e5;
    margin-bottom: 30px;
    margin-right: 30px;
    transition: transform 1s;
}

.ipcba ul li:nth-child(4n+4) {
    margin-right: 0px;
}

.ipcba_list_title {
    border-bottom: 1px #CCCCCC solid;
    height: auto;
    overflow: auto;
    text-align: center;
}

.ipcba_list_title span {
    text-align: center;
    line-height: 54px
}

.ipcba_cptt {
    width: 250px;
    height: 250px;
    margin: 20px auto;
    text-align: center;
}

.ipcba_cptt img {
    width: 100%;
    height: 100%;
}

.ipcba ul li h6 {
    margin-top: 30px;
    height: 20px;
    margin-left: 25px;
}

.ipcba .ipcba_a {
    width: 26px;
    height: 26px;
    background-image: url(../images/arrow_r.png);
    display: block;
    background-repeat: no-repeat;
}

.ipcba ul li:hover .ipcba_list_title span {
    color: #0e87db
}

.ipcba ul li:hover {
    border: 1px solid #0e87db;
    transform: translateY(-20px);
}

.ipcba ul li:hover .ipcba_a {
    background-image: url(../images/arrow_rh.png);
    display: block;
    background-repeat: no-repeat;
}

/*show_pcb*/
.nequipment_hotpcbshow ul li {
    background-color: #fff;
}

.show_pcb_title {
    overflow: hidden;
    text-align: left;
    padding-bottom: 40px;
    border-bottom: 1px dashed #eee;
    width: 100%
}

.show_pcb_title h3 {
    font-size: 36px;
    font-weight: bold;
    color: #0e87db
}

.show_pcb_nr {
    overflow: hidden;
    padding: 45px 0 50px
}

.show_pcb_nr p {
    font-size: 20px;
    color: #333;
    line-height: 2.2;
    padding-bottom: 40px;
}

.show_pcb_related h3 {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #0e87db
}

.show_pcb_related ul {
    overflow: hidden;
    padding: 70px 0px 0px;
}

.show_pcb_related ul li {
    float: left;
    width: 30%;
    height: 400px;
    background-color: #f9f9f9;
    border: 1px solid #e5e5e5;
    margin-bottom: 30px;
    margin-right: 3.3%;
    transition: transform 1s;
}

.show_pcb_related ul li:nth-child(4n+4) {
    margin-right: 0px;
}

.show_pcb_related .ipcba_a {
    width: 26px;
    height: 26px;
    background-image: url(../images/arrow_r.png);
    display: block;
    background-repeat: no-repeat;
}

.show_pcb_related ul li h6 {
    margin-top: 30px;
    height: 20px;
    margin-left: 25px;
}

.show_pcb_related ul li:hover .ipcba_list_title span {
    color: #0e87db
}

.show_pcb_related ul li:hover {
    border: 1px solid #0e87db;
    transform: translateY(-20px);
}

.show_pcb_related ul li:hover .ipcba_a {
    background-image: url(../images/arrow_rh.png);
    display: block;
    background-repeat: no-repeat;
}


/*quality*/
.nq_show_con {
    line-height: 1.7;
    color: #343434;
}

.nq_show_con img {
    height: auto !important;
}

.nh_list li {
    float: left;
    width: 340px;
    margin: 0 13px 20px;
}

.nh_list li a {
    display: block;
    height: 430px;
    background-color: #fff;
    text-align: center;
    padding: 18px;
}

.nh_list li a div {
    position: relative;
    width: 260px;
    height: 330px;
    margin: 0 auto;
}

.nh_list li a div span {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 2;
}

.nh_list li a div i {
    display: block;
    position: absolute;
    bottom: 0;
    right: -10px;
    width: 22px;
    height: 22px;
    z-index: 3;
    background: url(../images/zoom.png) no-repeat;
}

.nh_list li a h6 {
    margin-top: 12px;
    border-top: 1px solid #e5e5e5;
    font-size: 20px;
    padding-top: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nh_list li a:hover div span {
    display: block;
}

.nh_list li a:hover div i {
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    margin-left: -11px;
    margin-top: -11px;
}

.nh_list li a:hover h6 {
    color: #0e87db;
}

.nm_item {
    margin-bottom: 40px;
}

.nm_item h3 {
    font-size: 30px;
    font-weight: bold;
    color: #0e87db;
    margin-bottom: 40px;
}

.nm_item h3 i {
    display: block;
    width: 42px;
    height: 2px;
    background-color: #0e87db;
    margin-top: 15px;
}

.nm_item li {
    float: left;
    width: 510px;
    margin: 0 40px 25px 0;
}

.nm_item li a {
    display: block;
    height: 74px;
    line-height: 74px;
    padding: 0 100px 0 45px;
    border-radius: 4px;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #fff url(../images/arrow_d2.png) no-repeat 430px 50%;
}

.nm_item li a:hover {
    background: #0e87db url(../images/arrow_d2h.png) no-repeat 430px 50%;
    color: #fff;
}


/*about*/
.na_show_con {
    color: #343434;
    line-height: 1.7;
}

.na_show_con p, .na_show_con div, .na_show_con h1, .na_show_con h2, .na_show_con h3, .na_show_con h4, .na_show_con h5, .na_show_con h6 {
    margin-bottom: 30px;
}

.na_show_con img {
    height: auto !important;
}


/*contact*/
.nc_left {
    float: left;
    width: 950px;
}

.ncf {
    margin-bottom: 10px;
    overflow: hidden;
    background-color: #ddd;
}

.ncf label {
    float: left;
    width: 13%;
    height: 60px;
    line-height: 60px;
    text-align: right;
}

.ncf label span {
    color: #ff0c0c;
}

.ncf input {
    float: left;
    width: 83%;
    height: 60px;
    line-height: 60px;
    padding-left: 10px;
    border: none;
    background-color: transparent;
}

.ncf textarea {
    float: left;
    width: 83%;
    height: 220px;
    padding: 20px 0 10px 10px;
    border: none;
    outline: none;
    background-color: #ddd;
}

.nc_btn {
    overflow: hidden;
}

.nc_btn button {
    float: left;
    width: 460px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #0e87db;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 24px;
}

#dosubmit {
    float: right;
}

.nc_btn button:hover {
    background-color: #6cb22b;
}

.nc_right {
    float: right;
    width: 460px;
}

.nc_right h5 {
    font-size: 36px;
    font-weight: bold;
    color: #0e87db;
    margin-bottom: 25px;
}

.nc_right p {
    font-size: 22px;
    line-height: 1.5;
}

.nc_right h6 {
    font-size: 22px;
    font-weight: bold;
    color: #0e87db;
    margin: 25px 0 5px;
}

/*Plugin CSS*/
.str_wrap {
    overflow: hidden;
/ / zoom: 1;
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    position: relative;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    background: #f6f6f6;
    white-space: nowrap;
}

.str_wrap.str_active {
    background: #f1f1f1;
}

.str_move {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    cursor: move;
}

.str_move_clone {
    display: inline-block;
/ / display: inline;
/ / zoom: 1;
    vertical-align: top;
    position: absolute;
    left: 100%;
    top: 0;
}

.str_vertical .str_move_clone {
    left: 0;
    top: 100%;
}

.str_down .str_move_clone {
    left: 0;
    bottom: 100%;
}

.str_vertical .str_move,
.str_down .str_move {
    white-space: normal;
    width: 100%;
}

.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
    cursor: inherit;
}

.str_wrap img {
    max-width: none !important;
}

.marquee {
    width: 340px;
    height: 460px;
}