@charset "UTF-8";

/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'iconfont';  /* Project id 5116113 */
  src: url('//at.alicdn.com/t/c/font_5116113_3l43he9s9hc.woff2?t=1769568449778') format('woff2'),
  url('//at.alicdn.com/t/c/font_5116113_3l43he9s9hc.woff?t=1769568449778') format('woff'),
  url('//at.alicdn.com/t/c/font_5116113_3l43he9s9hc.ttf?t=1769568449778') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon {fill: currentColor;overflow: hidden;}

/*
公共基础
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}

html, body, h1, h2, h3, h4, h5, h6, hr, p, iframe, dl, dt, dd, ul, ol, li, pre, form, button, input, textarea, select, th, td, fieldset {margin: 0;padding: 0;}
ul, ol, dl {list-style-type: none;}
html, body {margin: 0;padding: 0;height: 100%;font-family: ‘Microsoft Yahei’, Arial, Helvetica, sans-serif !important;}
html {font-family: sans-serif;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;font-size: 62.5%;}
address, caption, cite, code, dfn, em, th, var {font-style: normal;font-weight: normal;}
input, button, textarea, select, optgroup, option {font-family: inherit;font-size: inherit;font-style: inherit;font-weight: inherit;}
input, button {overflow: visible;vertical-align: middle;outline: none;}
button {margin: 0;padding: 0;outline: 0;}
button:focus {outline: 0;border: 0;}
button, input[type=submit], input[type=text], input[type=button] {-webkit-appearance: none;-webkit-tap-highlight-color: rgba(255, 0, 0, 0);outline: 0;blr: expression(this.onFocus=this.blur())}
input {outline: 0;border: none;}
input::-webkit-input-safebox-button {display: none;}
a {color: #2d374b;display: inline-block;-webkit-transition: all 0.5s;transition: all 0.5s;text-decoration: none;}
a:hover {text-decoration: none;}
em {font-style: normal;}
li {list-style: none;}
img {border: 0;vertical-align: middle;}
img {width: auto;}
table {border-collapse: collapse;border-spacing: 0;}
.d-table-cell {display: table-cell;vertical-align: middle;}
p {word-wrap: break-word;color: #666;font-weight: 400;}

/* 去掉IE input X 和 眼睛图标  */
input::-ms-clear, ::-ms-reveal {display: none;}

/* 浮动 */
.left {float: left;}
.right {float: right;}
.cl:after, .clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.cl, .clearfix {zoom: 1;}

.flexBox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}

.flex {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}


.font10 {
  font-size: 12px;
  transform: scale(0.83, 0.83);
  *font-size: 10px;
}

.font11 {
  font-size: 12px;
  transform: scale(0.91, 0.91);
  *font-size: 11px;
}

/* 字体加粗 */
.f-weight {font-weight: bold;}
.icon-arrow {
  font-family: simsun;
  display: inline-block;
  vertical-align: 1px;
}

/* 字体颜色 */
.c-orange {color: #ff7900 !important;}
.c-blue {color: #406ad8 !important;}
.c-red {color: #ff0000 !important;}
.c-green {color: #5cb85c !important;}
.c-111 {color: #111 !important;}
.c-222 {color: #222 !important;}
.c-333 {color: #333 !important;}
.c-444 {color: #444 !important;}
.c-555 {color: #555 !important;}
.c-666 {color: #666 !important;}
.c-888 {color: #888 !important;}
.c-999 {color: #999 !important;}
.c-fff{color: #fff !important;}
.c-f40 {color: #f40 !important;}
.b-orange {background: #ff7900;color: #fff;}

.v-a-01 {vertical-align: -1px;}

/*  禁止选中  */
.notSelect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

/*  溢出隐藏  */
.hide-overflow {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

/*  banner  */
.nav-banner p {width: 100%;margin: 0;font-size: 0;padding: 0;}
.nav-banner p img {width: 100%;}

/*  返回顶部  */
.go-top {
  position: fixed;
  top: 60%;
  right: 3%;
  opacity: 0;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  background: #0071dc;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  line-height: 48px;
  z-index: 100;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.go-top i {-webkit-transition: 0.5s;transition: 0.5s;font-size: 24px;font-weight: 100;}
.go-top:hover {background-color: #ffc221;}
.go-top.active {top: 95%;-webkit-transform: translateY(-95%);transform: translateY(-95%);opacity: 1;visibility: visible;}

.bannerSlider .banner a img {width: 100% !important;}

/*-- post --*/
.post {background: none;}
.post .entry-cnt {height: auto;line-height: 2;font-size: 14px;border-top-width: 1px;border-top-style: dotted;border-top-color: #eee;padding: 15px 0 0;}
.post .entry-cnt p {line-height: 2;font-size: 14px;}

html {font-size: calc(100vw / 1920 * 100);}
@media (max-width: 1000px) {
  html {font-size: calc(1000px / 1920 * 100);}
}

body {font-size: calc(16 * 100vw / 1920);}
@media (max-width: 1584px) {
  body {font-size: 13.2px;}
}

.s12 {font-size: 12.0px;}
@media (max-width: 1920px) {
  .s12 {font-size: 12.0px;}
}

.s13 {font-size: 12.3px;}
@media (max-width: 1816px) {
  .s13 {font-size: 12.3px;}
}

.s14 {font-size: 14px;}
@media (max-width: 1728px) {
  .s14 {font-size: 14px;}
}

.s15 {font-size: 15px;}
@media (max-width: 1651px) {
  .s15 {font-size: 12.9px;}
}

.s16 {font-size: 16px;}
@media (max-width: 1584px) {
  .s16 {font-size: 14px;}
}

.s17 {font-size: 17px;}
@media (max-width: 1524px) {
  .s17 {font-size: 15px;}
}

.s18 {font-size: 18px;}
@media (max-width: 1472px) {
  .s18 {font-size: 15px;}
  .ss16{font-size: 13px;}
  .foot_deep a{font-size: 12px;}
}

.s19 {font-size: calc(19 * 100vw / 1920);}
@media (max-width: 1424px) {
  .s19 {font-size: 14.1px;}
}

.s20 {font-size: calc(20 * 100vw / 1920);}
@media (max-width: 1382px) {
  .s20 {font-size: 14.4px;}
}

.s21 {font-size: calc(21 * 100vw / 1920);}
@media (max-width: 1344px) {
  .s21 {font-size: 14.7px;}
}

.s22 {font-size: calc(16 * 100vw / 1920);}
@media (max-width: 1309px) {
  .s22 {font-size: 15.0px;}
}

.s23 {font-size: calc(23 * 100vw / 1920);}
@media (max-width: 1277px) {
  .s23 {font-size: 15.3px;}
}

.s24 {font-size: calc(24 * 100vw / 1920);}
@media (max-width: 1248px) {
  .s24 {font-size: 15.6px;}
}

.s25 {font-size: calc(25 * 100vw / 1920);}
@media (max-width: 1221px) {
  .s25 {font-size: 15.9px;}
}

.s26 {font-size: calc(26 * 100vw / 1920);}
@media (max-width: 1196px) {
  .s26 {font-size: 16.2px;}
}

.s27 {font-size: calc(27 * 100vw / 1920);}
@media (max-width: 1173px) {
  .s27 {font-size: 16.5px;}
}

.s28 {font-size: calc(28 * 100vw / 1920);}
@media (max-width: 1152px) {
  .s28 {font-size: 16.8px;}
}

.s29 {font-size: calc(29 * 100vw / 1920);}
@media (max-width: 1132px) {
  .s29 {font-size: 17.1px;}
}

.s30 {font-size: calc(30 * 100vw / 1920);}
@media (max-width: 1113px) {
  .s30 {font-size: 17.4px;}
}

.s31 {font-size: calc(31 * 100vw / 1920);}
@media (max-width: 1096px) {
  .s31 {font-size: 17.7px;}
}

.s32 {font-size: calc(32 * 100vw / 1920);}
@media (max-width: 1080px) {
  .s32 {font-size: 18.0px;}
}

.s33 {font-size: calc(33 * 100vw / 1920);}
@media (max-width: 1064px) {
  .s33 {font-size: 18.3px;}
}

.s34 {font-size: calc(34 * 100vw / 1920);}
@media (max-width: 1050px) {
  .s34 {font-size: 18.6px;}
}

.s35 {font-size: calc(35 * 100vw / 1920);}
@media (max-width: 1036px) {
  .s35 {font-size: 18.9px;}
}

.s36 {font-size: calc(36 * 100vw / 1920);}
@media (max-width: 1024px) {
  .s36 {font-size: 19.2px;}
}

.s37 {font-size: calc(37 * 100vw / 1920);}
@media (max-width: 1011px) {
  .s37 {font-size: 19.5px;}
}

.s38 {font-size: calc(38 * 100vw / 1920);}
@media (max-width: 1000px) {
  .s38 {font-size: 19.8px;}
}

.s39 {font-size: calc(39 * 100vw / 1920);}
@media (max-width: 989px) {
  .s39 {font-size: 20.1px;}
}

.s40 {font-size: calc(40 * 100vw / 1920);}
@media (max-width: 979px) {
  .s40 {font-size: 20.4px;}
}

.s41 {font-size: calc(41 * 100vw / 1920);}
@media (max-width: 969px) {
  .s41 {font-size: 20.7px;}
}

.s42 {font-size: calc(42 * 100vw / 1920);}
@media (max-width: 960px) {
  .s42 {font-size: 21.0px;}
}

.s43 {font-size: calc(43 * 100vw / 1920);}
@media (max-width: 951px) {
  .s43 {font-size: 21.3px;}
}

.s44 {font-size: calc(44 * 100vw / 1920);}
@media (max-width: 942px) {
  .s44 {font-size: 21.6px;}
}

.s45 {font-size: calc(45 * 100vw / 1920);}
@media (max-width: 934px) {
  .s45 {font-size: 21.9px;}
}

.s46 {font-size: calc(46 * 100vw / 1920);}
@media (max-width: 926px) {
  .s46 {font-size: 22.2px;}
}

.s47 {font-size: calc(47 * 100vw / 1920);}
@media (max-width: 919px) {
  .s47 {font-size: 22.5px;}
}

.s48 {font-size: calc(48 * 100vw / 1920);}
@media (max-width: 911px) {
  .s48 {font-size: 22.8px;}
}

.s49 {font-size: calc(49 * 100vw / 1920);}
@media (max-width: 905px) {
  .s49 {font-size: 23.1px;}
}

.s50 {font-size: calc(50 * 100vw / 1920);}
@media (max-width: 898px) {
  .s50 {font-size: 23.4px;}
}

.s51 {font-size: calc(51 * 100vw / 1920);}
@media (max-width: 892px) {
  .s51 {font-size: 23.7px;}
}

.s52 {font-size: calc(52 * 100vw / 1920);}
@media (max-width: 886px) {
  .s52 {font-size: 24.0px;}
}

.s53 {font-size: calc(53 * 100vw / 1920);}
@media (max-width: 880px) {
  .s53 {font-size: 24.3px;}
}

.s54 {font-size: calc(54 * 100vw / 1920);}
@media (max-width: 874px) {
  .s54 {font-size: 24.6px;}
}

.s55 {font-size: calc(55 * 100vw / 1920);}
@media (max-width: 869px) {
  .s55 {font-size: 24.9px;}
}

.s56 {font-size: calc(56 * 100vw / 1920);}
@media (max-width: 864px) {
  .s56 {font-size: 25.2px;}
}

.s57 {font-size: calc(57 * 100vw / 1920);}
@media (max-width: 858px) {
  .s57 {font-size: 25.5px;}
}

.s58 {font-size: calc(58 * 100vw / 1920);}
@media (max-width: 854px) {
  .s58 {font-size: 25.8px;}
}

.s59 {font-size: calc(59 * 100vw / 1920);}
@media (max-width: 849px) {
  .s59 {font-size: 26.1px;}
}

.s60 {font-size: calc(60 * 100vw / 1920);}
@media (max-width: 844px) {
  .s60 {font-size: 26.4px;}
}

.s61 {font-size: calc(61 * 100vw / 1920);}
@media (max-width: 840px) {
  .s60 {font-size: 26.7px;}
}

.s62 {font-size: calc(62 * 100vw / 1920);}
@media (max-width: 836px) {
  .s60 {font-size: 27.0px;}
}

.s63 {font-size: calc(63 * 100vw / 1920);}
@media (max-width: 832px) {
  .s60 {font-size: 27.3px;}
}

.s64 {font-size: calc(64 * 100vw / 1920);}
@media (max-width: 828px) {
  .s60 {font-size: 27.6px;}
}

.s65 {font-size: calc(65 * 100vw / 1920);}
@media (max-width: 824px) {
  .s60 {font-size: 27.9px;}
}

.s66 {font-size: calc(66 * 100vw / 1920);}
@media (max-width: 820px) {
  .s60 {font-size: 28.2px;}
}

.s67 {font-size: calc(67 * 100vw / 1920);}
@media (max-width: 816px) {
  .s67 {font-size: 28.5px;}
}

.s68 {font-size: calc(68 * 100vw / 1920);}
@media (max-width: 813px) {
  .s68 {font-size: 28.8px;}
}

.s69 {font-size: calc(69 * 100vw / 1920);}
@media (max-width: 809px) {
  .s69 {font-size: 29.1px;}
}

.s70 {font-size: calc(70 * 100vw / 1920);}
@media (max-width: 806px) {
  .s70 {font-size: 29.4px;}
}

.s70 {font-size: calc(70 * 100vw / 1920);}
@media (max-width: 803px) {
  .s70 {font-size: 29.7px;}
}

.s71 {font-size: calc(71 * 100vw / 1920);}
@media (max-width: 800px) {
  .s71 {font-size: 30px;}
}

.s72 {font-size: calc(72 * 100vw / 1920);}
@media (max-width: 796px) {
  .s72 {font-size: 30.3px;}
}

.s73 {font-size: calc(73 * 100vw / 1920);}
@media (max-width: 793px) {
  .s73 {font-size: 30.6px;}
}

.s74 {font-size: calc(74 * 100vw / 1920);}
@media (max-width: 791px) {
  .s74 {font-size: 30.9px;}
}

.s75 {font-size: calc(75 * 100vw / 1920);}
@media (max-width: 788px) {
  .s75 {font-size: 31.2px;}
}

.s76 {font-size: calc(76 * 100vw / 1920);}
@media (max-width: 79px) {
  .s76 {font-size: 31.5px;}
}

.s77 {font-size: calc(77 * 100vw / 1920);}
@media (max-width: 785px) {
  .s77 {font-size: 31.8px;}
}

.s78 {font-size: calc(78 * 100vw / 1920);}
@media (max-width: 782px) {
  .s78 {font-size: 32.1px;}
}

.s79 {font-size: calc(79 * 100vw / 1920);}
@media (max-width: 780px) {
  .s79 {font-size: 32.4px;}
}

.s80 {font-size: calc(80 * 100vw / 1920);}
@media (max-width: 777px) {
  .s80 {font-size: 32.7px;}
}

/* 公共宽 */
.ha_wrap {background-color: #f9f9f9;padding: .4rem 0;}
.h_wrap {width: 1200px;max-width: 96%;margin: 0 auto;}

/*

公共标题

*/
.part_title {color: #505050;text-align: center;line-height: 1.6;position: relative;}
.part_title span.f40{font-size: .26rem;color: #333;}
.part_title span:before, .part_title span:after {content: '';display: inline-block;width: 50px;height: 4px;background-color: #076ddb;border-radius: 2px;position: relative;top: -.08rem;}
.part_title span:before{margin-right: 30px;}  .part_title span:after{margin-left: 30px;}
/* 更多 */
.part_title a.more{position: absolute;right: 0;bottom: 0;border: 2px solid #989898;color: #989898;border-radius: .5rem;padding: .02rem .2rem;}
.part_title a.more:hover{border: 2px solid #076ddb;color: #076ddb;}

/*

二级页面公共菜单标题

*/
.sec_title_wrap{}
.sec_title_wrap .sec_title{background:#f5f5f5;border-radius: 2rem;padding: 0 .5rem;}
.sec_title_wrap .sec_title .item{display: inline-block;text-align: center;}
.sec_title_wrap .sec_title .item a{font-size: .17rem;padding:.09rem .1rem;}
.sec_title_wrap .sec_title .active a{color:#0054a3;}


/*  body名称  */
.SmallHeader{}

/* 头部  */
header {width: 100%;background-color: #fff;}

/*  头部样式  */
.h-a {width: 100%;height: auto;position: fixed;left: 0;top: 0;z-index: 6;}
.h-a:hover{background-color: rgba(255, 255, 255, .95);}
.h-e{color: #fff;}
.ph_wra .logo1{display: none;}
.h-a:hover .logo1{display: inline-block;}
.h-a:hover .logo2{display: none;}

/* 顶部 */
.h_top {background-color: #fff;border-bottom: 1px solid #ebebeb;}
.h_top_con {width: 1200px;margin: 0 auto;height: 46px;display: flex;align-items: center;justify-content: space-between;padding: .1rem 0;}
.h_top_con a{color: #626262;}

/*  菜单  */
.h-cont {display: flex;align-items: center;justify-content: space-between;width: 1200px;margin: 0 auto;}
.ph_wra {display: flex;align-items: center;margin-right: .5rem;}
.ph_wra img {width: .95rem;height: auto;}
.h_new {display: flex;align-items: center;}
.h-nav {display: inline-block;vertical-align: middle;font-size: 0;display: flex;align-items: center;height: 100%;}
.h-dp {display: flex;align-items: center;justify-content: center;vertical-align: top;position: relative;padding: 0 .2rem;color: #205199;}
.h-e {display: block;color: #fff;position: relative;align-items: center;line-height: .9rem;}
.h-cont:hover .h-e{color: #205199;}

.h-e::after{content: '';display: none;position: absolute;left: 0;bottom: 10%;width: 100%;height: 2px;background-color: #205199;}
.h-nav .active .h-e::after{content: '';display: block;position: absolute;left: 0;right:0;bottom: 10%;width: 50%;height: 2px;background-color: #205199;margin: 0 auto;border-radius: .1rem;}

.h-dp:hover .h-e::after {display: block;}
.h-dp.active.h-e::after {display: block;line-height: 1rem;}
.sec_wrap_a {width: 100vw;display: none;position: fixed;top: calc(10px + .8rem);left: 0;z-index: 5;}
.sec_item {display: flex;justify-content: center;}
.sec_inner{background-color: rgba(255, 255, 255, .98);padding: .3rem .4rem .3rem .2rem;width: 28%;display: flex;border-bottom-right-radius: 0.2rem;border-bottom-left-radius: 0.2rem;}
.sec_jisfw{margin-left:2rem;}
.sec_zhilbz{margin-left:4rem;}
.sec_hangyyy{margin-left:6rem;}
.sec_left {display: flex;width: 35%;}
.li_s {width: 100%;text-align: center;}
.sel_li {width: 100%;margin: 0 0;padding: 6px 0;box-sizing: content-box;}
.sel_li a {font-size: .14rem;color: #919191;}
.sel_li:hover a {color: #205199;}
.lis_title {margin-bottom: .15rem;}
.lis_title .s16 {color: #6a6a6a;}
.lis_title .s16:hover {color: #205199;}
.li_s_list {margin-top: .35rem;}
.li_s_list p {line-height: 1.6;color: #ffffff;display: flex;}
.li_s_list p::before {display: inline;content: "";width: 3px;height: 3px;background-color: #fff;border-radius: 50%;flex-shrink: 0;line-height: 1.6;margin-top: 3%;margin-right: .2rem;}
.sec_right{}
.sec_right .sec_img {width: 3.1rem;}
.sec_right .sec_img img{width: 100%;}
.sec_ul{width: 100%;text-align: center;}
.sec_ul .sel_li_b{width: 33%;display: inline-block;margin-bottom: .2rem;}
.sec_ul .sel_li_b .p1{margin-bottom:5px;}
.sec_ul .sel_li_b .p1 img{width:100%;}
.sec_ul .sel_li_b .p2{font-size: .14rem;}
.sec_ul .sel_li_b a:hover .p2{color:#205199;}

.h-opa {left: -100vw;opacity: 0;transition: opacity .3s;width: 100%;height: 100vh;position: fixed;top: 0;background-color: rgba(0, 0, 0, 0.5);z-index: 122;}
.h-sub {display: none; background-color: #fff;position: absolute;left: 50%;transform: translateX(-50%);top: 100%;z-index: 1000;padding: 0.05rem 0;}
.h-sub>li>a {word-break: keep-all;white-space: nowrap;display: block;width: 100%;line-height: 1.71;padding: .1rem 0.03rem;text-align: center;font-weight: normal;font-stretch: normal;letter-spacing: 1px;color: #222222;transition: all .3s;}
.h-s {display: inline-block;vertical-align: middle;cursor: pointer;width: .44rem;height: .44rem;background-size: .16rem .17rem;background-repeat: no-repeat;background-position: center center;}
.h-m {width: 1.8rem;height: .3rem;line-height: .3rem;border: 1px solid #ccc;border-right: none;vertical-align: top;background-color: transparent;color: #333;padding: 0 .1rem;}
header.show-search .h-opa {left: 0;opacity: 1;}
header.show-lang .h-opa {left: 0;opacity: 1;}
.h-one {display: block;width: 100%;color: #333;}
.h_new {display: flex;align-items: center;}

@media(max-width: 1920px) {
  .h-sub {padding: 5px 0;min-width: 100%;box-shadow: 0 6px 5px 1px rgba(0, 0, 0, 0.15);}
  .h-s {width: 44px;height: 44px;background-size: 16px 17px;}
  .h-one {line-height: 35px;color: #333;}
  .h-m {width: 180px;height: 30px;line-height: 30px;padding: 0 10px;}
  .h-n {width: 30px;height: 30px;background-size: 16px 17px;}
}

@media(min-width: 1150px) {
  .h-sub>li>a:hover {color: #205199;font-weight: bold;transition: all .3s;}
  .h-one:hover {color: #194c7f;}
}

.h-menu {display: none;}
.ph_wra {display: flex;align-items: center;margin-right: .5rem;}

@media(max-width: 1000px) {
  .ph_wra img {width: 65px;height: auto;}
  .h-cont {width: 95%;margin: 0 auto;padding: 0 0 0 0;height: 100%;align-items: center;}
}

@media(min-width: 1000px) {
  .h-right {
    display: none;
  }

  .h_new {
    display: flex;
    height: 100%;
  }
}

@media(max-width: 1000px) {
  .h_new {display: none;}
  .h-right {display: block;}
  .hs_hidder {display: none;}
  .link_more {display: none;}
  .ph_wra {order: -1;}
  .ph_l {order: 0;}
  .h-right {order: 1;}
  .h-a {height: auto;}
  .h-e {line-height: 44px;}
  .h-cont {width: 90%;margin: 0 auto;justify-content: space-between;padding: 10px 0;}
  .h-s {position: absolute;right: 44px;top: 0;}
  .h-menu {width: 30px;height: 100%;margin-left: 10px;display: flex;justify-content: center;align-items: center;cursor: pointer;}
  .h-menu span {color: #205199;font-size: 22px;}
  .h-nav {width: 100%;height: 100vh;overflow: auto;padding-right: 0;margin-right: 0;position: fixed;right: -100%;top: 0;background-color: #fff;z-index: 654321;padding-top: 10px;padding-bottom: 10px;transition: all .3s;display: inline-block;}
  .t_line {display: none;}
  header.show-menu .h-opa {left: 0;opacity: 1;}
  header.show-menu .h-nav {right: 0;}
  .h-d {display: block;width: 100%;margin-left: 0;height: auto;position: relative;}
  .h-d.hd_rela.active .h-e {color: #205199;}
  .h-d.hd_rela.active .phone-btn {color: #205199;}
  .h-e {padding: 0 40px 0 20px;height: 40px;line-height: 40px;font-size: 14px;color: #666;margin: 0;}
  .h-sub {width: 100%;margin-left: 0;top: 0;position: relative;overflow-y: auto;box-shadow: none;}
  .h-sub>li>a {text-align: left;}
  .hs_hidder li {padding-left: .4rem;margin: .2rem 0;}
  .hs_hidder li a {line-height: 1.5;}
}

/*

首页
banner

 */
.main_banner .swiper-pagination-bullet {width: 29px;height: 3px;background-color: #ffffff;opacity: 0.5;border-radius: 0;}
.main_banner .swiper-pagination-bullet.swiper-pagination-bullet-active {background-color: #ffffff;opacity: 1;border-radius: 0;}
.main_banner .swiper-container .swiper-pagination-bullets {bottom: 10%;}
.sco_swiper_wrap .ha_pag .swiper-pagination-bullet {width: 29px;height: 3px;background-color: #ffffff;opacity: 0.5;border-radius: 0;}
.sco_swiper_wrap .ha_pag .swiper-pagination-bullet.swiper-pagination-bullet-active {background-color: #ffffff;opacity: 1;border-radius: 0;}
.sco_swiper_wrap.swiper-container .swiper-pagination-bullets {bottom: 5%;}

@media (max-width: 1000px) {
  .ph_wra img {width: 65px;height: auto;}
  .h-cont {width: 95%;margin: 0 auto;padding: 0 0 0 0;height: 100%;align-items: center;}
}

@media (min-width: 1000px) {
  .h-right {display: none;}
  .h_new {display: flex;height: 100%;}
}

@media (max-width: 1000px) {
  .h_new {display: none;}
  .h-right {display: block;}
  .hs_hidder {display: none;}
  .link_more {display: none;}
  .ph_wra {order: -1;}
  .ph_l {order: 0;}
  .h-right {order: 1;}
  .h-e {line-height: 44px;}
  .h-cont {width: 90%;margin: 0 auto;justify-content: space-between;padding: 10px 0;}
  .h-s {position: absolute;right: 44px;top: 0;}
  .h-menu {width: 30px;height: 100%;margin-left: 10px;display: flex;justify-content: center;align-items: center;cursor: pointer;}
  .h-menu span {color: #205199;font-size: 22px;}
  .h-nav {width: 100%;height: 100vh;overflow: auto;padding-right: 0;margin-right: 0;position: fixed;right: -100%;top: 0;background-color: #fff;z-index: 654321;padding-top: 10px;padding-bottom: 10px;transition: all .3s;display: inline-block;}
  .t_line {display: none;}
  header.show-menu .h-opa {left: 0;opacity: 1;}
  header.show-menu .h-nav {right: 0;}
  .h-d {display: block;width: 100%;margin-left: 0;height: auto;position: relative;}
  .h-d.hd_rela.active .h-e {color: #205199;}
  .h-d.hd_rela.active .phone-btn {color: #205199;}
  .h-e {padding: 0 40px 0 20px;height: 40px;line-height: 40px;font-size: 14px;color: #666;margin: 0; }
  .h-sub {width: 100%;margin-left: 0;top: 0;position: relative; overflow-y: auto;box-shadow: none; }
  .h-sub > li > a { text-align: left;}
  .hs_hidder li {padding-left: .4rem;margin: .2rem 0; }
  .hs_hidder li a {line-height: 1.5;}
}


@media (max-width: 1000px) {
  .h-d.has-nav.hs_er ::after {content: "+";display: inline-block;width: 40px;height: 40px;line-height: 40px;text-align: center;position: absolute;right: 0;top: 0;font-size: 20px;color: #666;}
  .h-d.has-nav.show.hs_er ::after {content: "-";}
  .phone-btn {display: none;width: 40px;height: 40px;line-height: 40px;text-align: center;position: absolute;right: 0;top: 0;font-size: 20px;color: #666;z-index: 5;}
  .hd_rela.has-nav .phone-btn {display: inline-block;}
}

/*  媒体查询  */
@media (max-width: 1400px) {
  .h_top_con {width: 90%;height: auto;}
  .h-cont {width: 90%;}
}

@media (max-width: 1000px) {
  .h_top_con {width: 95%;flex-wrap: wrap;}
  .h_logot {display: flex;align-items: center;padding: 0 .25rem;justify-content: space-between;}
  .h-sub-nav {display: none;}
  .h-sub > li::after {display: none !important;}
  .h_img img {width: 1rem;}
}


/*

首页
产品中心

*/
.pcb_swiper_wrap {margin-top: .5rem;position: relative;}
.pe_swiper .swiper-slide {width: calc(270 / 1200 * 100%);margin-right: .38rem;}
.pe_swiper .swiper-slide:last-child {margin-right: 0;min-height: 4.27rem;}
.pcb_b {padding: .4rem 0;background-color: #fff;}
.pcb_b .pe_slide {height: 100%;transition: all .3s;}
.pcb_b .pe_slide_up{position: relative;}
.pcb_b .pe_slide_up .pe_slide_img {overflow: hidden;height: 1.85rem;}
.pcb_b .pe_slide_img img {width: 100%;height: 100%;transition: all .3s;object-fit: cover;}
.pcb_b .pe_slide_txt {position: absolute;top: 0;left: 0;width: 100%;height: 100%;padding: .1rem;background: #0494ea;overflow: hidden;transition: all .3s;opacity: 0;cursor: pointer;}
.pcb_b .pe_slide_txt p {line-height: 1.6;color: #fff;}
.pcb_b .pe_slide .s18 {margin-top: .2rem;color: #333333;text-align: center;}
.pcb_b .pe_slide:hover .pe_slide_txt {opacity: 1;transition: all .3s;}
.pe_swiper_btn {position: absolute;top: 50%;transform: translateY(-50%);z-index: 2;}
.pe_swiper_btn.pe_prev {left: 10%;}
.pe_swiper_btn.pe_next {right: 10%;}
.pe_swiper_btn.she_prev {left: 10%;}
.pe_swiper_btn.she_next {right: 10%;}
.pe_swiper_btn.wen_prev {left: 10%;}
.pe_swiper_btn.wen_next {right: 10%;}
/*  行业应用  */
.hc_wrap {padding: .8rem 0;background-size: cover;background-repeat: no-repeat;background-position: right center;}
.hc_list {display: flex;flex-wrap: wrap;justify-content: center;margin-top: .4rem;}
.hc_list .hc_item {width: 25%;display: flex;align-items: center;justify-content: center;flex-direction: column;margin-bottom: .2rem;transition: transform 0.5s ease;}
.hc_list .hc_item:hover{transform: translateY(-10px);transition: transform 0.5s ease;}
.hc_item .item{width: 92%;height: 100%;background: #fff;padding: .2rem .2rem .1rem;}
.hc_item .item1 {background: linear-gradient(45deg, #6acbec, #6fa0e2);}
.hc_item .item2 {background: linear-gradient(45deg, #234988, #1276c4);}
.hc_item .item3 {background: linear-gradient(45deg, #1066b9, #4b97e5);}
.hc_item .item4 {background: linear-gradient(45deg, #3a9acd, #9fde97);}
.hc_item .item5 {background: linear-gradient(45deg, #145781, #18a9a2);}
.hc_item .item6 {background: linear-gradient(45deg, #513985, #4245b8);}
.hc_item .item7 {background: linear-gradient(45deg, #1b9fdd, #5ecab3);}
.hc_item .item8 {background: linear-gradient(45deg, #d29a77, #e4bc5d);}
.hc_item .title{font-size: .3rem;font-weight: bold;color: #fff;}
.hc_item .hc_icon {margin-top: .2rem;display: flex;align-items: flex-end;}
.hc_item .iconfont {font-size: .6rem;display: flex;width: 50%;color: #fff;}
.hc_item .hc_icon a{border: 2px solid #fff;border-radius: .5rem;padding: .02rem .2rem;font-size: 14px;display: flex;align-items: center;justify-content: flex-end;flex-direction: column;margin-bottom: .2rem;color: #fff;opacity: 1;}
.hc_item .hc_icon a:hover{background:#fff;}
.hc_con .item1 a:hover{color: #6fa0e2;}
.hc_con .item2 a:hover{color: #1276c4;}
.hc_con .item3 a:hover{color: #4b97e5;}
.hc_con .item4 a:hover{color: #9fde97;}
.hc_con .item5 a:hover{color: #18a9a2;}
.hc_con .item6 a:hover{color: #4245b8;}
.hc_con .item7 a:hover{color: #5ecab3;}
.hc_con .item8 a:hover{color: #e4bc5d;}

/*

首页
板厂优势

*/
.bc_wrap{ }
.bc_wrap .bc_list{display: flex;flex-wrap: wrap;justify-content: center;margin-top: .4rem;}
.bc_wrap .bc_item{width: 25%;display: flex;align-items: center;justify-content: center;flex-direction: column;margin-bottom: .2rem;}
.bc_wrap .bc_item2{width: 50%;}
.bc_wrap .item{width: 92%;height: 100%;background: #f1f1f1;padding: .48rem .2rem;text-align: center;transition: transform 0.5s ease;}
.bc_wrap .item2{width: 96%;}
.bc_wrap .item:hover{transform: translateY(-10px);transition: transform 0.5s ease;}
.bc_wrap .item a{width: 100%;height: 100%;}
.bc_wrap .item .title{color: #000;font-size: .3rem;font-weight: bold;margin-bottom: .02rem;}
.bc_wrap .item .title span{font-size: .18rem;}
.bc_wrap .item .txt{color: #757575;}
.bc_wrap .b-005{background: #0055b3;}
.bc_wrap .b-005 .title, .bc_wrap .b-005 .txt{color: #fff;}

/*

首页
设备展示

*/
.she_b{padding: .6rem 0;background-color: #f1f1f1;}
.she_b .pe_slide .pe_slide_up{margin-bottom: .1rem;}
.she_b .pe_slide p{color: #000;text-align: center;}
.she_b .pe_slide_img img {width: 100%;height: auto;transition: all .3s;object-fit: cover;}

/*

首页
技术文章

*/
.wen_b{padding: .6rem 0;}
.wen_b .swiper-slide a{padding:.02rem;}
.wen_b .wen_slide{box-shadow: 0 0 5px 1px rgb(95 95 95 / 15%);}
.wen_b .item_img{height: 2.4rem;}  .wen_b .item_img img{width: 100%;}
.wen_b .item_txt{padding: .05rem .08rem .1rem .08rem;}
.wen_b .item_txt .title{font-size: .18rem;font-weight: 600;margin-bottom: .1rem;color: #000;width: 100%;overflow: hidden;-webkit-line-clamp: 1;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;}
.wen_b .item_txt .title_sub{font-size: .15rem;margin-bottom: .1rem; overflow: hidden;-webkit-line-clamp: 3;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;}
.wen_b .item_txt .time span{font-size: .12rem;}

/*

公共
底部

*/
footer{background-color: #f5f5f5;}
.foot_con{padding: .5rem 0 0 0;}
.foot_con .foot_menu_list {width: 80%;margin-bottom: .35rem;flex-wrap: wrap;display: flex;}
.foot_menu_list .foot_m_item {margin: 0 .25rem;}
.foot_m_item .foot_title{}
.foot_title a{color:#044481;opacity: 0.8;transition: all .3s;font-weight: 600;}
.foot_title a:hover{opacity: 1;transition: all .3s;}
.foot_m_item ul {margin-top: .2rem;}
.foot_m_item ul li {margin-bottom: .1rem;}
.foot_m_item ul li a {color: #464646;opacity: 0.8;transition: all .3s;font-size: .13rem;}
.foot_m_item ul li a:hover {opacity: 1;transition: all .3s;}
/*  右侧二维码  */
.foot_con .foot_qrcode{width: 20%;text-align: right;}
.foot_qrcode .qrcode{}
.qrcode .logo{margin-bottom: .4rem;}
.qrcode .logo img{width: 114px;}
/* 底部版权 */
.foot_deep {padding: .15rem 0;display: flex;justify-content: center;flex-wrap: wrap;background-color: #003e76;}
.foot_deep a {color: #fff;}
.main_banner .swiper-slide a, .main_banner .swiper-slide a img {width: 100%;}



/*

一博电子介绍

*/
/* 1 */
.about_wrap{padding-top: .5rem;}
.about_wrap .about_part1{margin-bottom: .5rem;}
.about_wrap .about_pcbdoc{margin-top:.3rem;}
.about_wrap .about_pcbdoc .txt{color:#696969;font-size: .13rem;line-height: 2;margin-bottom:.2rem;}
.about_wrap .about_pcbdoc .img img{width: 100%;border-radius: 10px;}
/* 2 */
.about_wrap .about_part2{width: 100%;background: #f7fbff;padding-top:.3rem;padding-bottom:.2rem;}
.about_wrap .ab_list{display: flex;flex-wrap: wrap;justify-content: center;margin-top: .4rem;}
.about_wrap .ab_item{ width: 25%;display: flex;align-items: center;justify-content: center;flex-direction: column;margin-bottom: .2rem;}
.about_wrap .ab_item .item{width: 100%;text-align: center;}
.about_wrap .ab_item .item .img{width: 90%;margin: 0 auto;overflow: hidden;border-radius: 8px;}
.about_wrap .ab_item .item .img a{display: block;}
.about_wrap .ab_item .item .img img{width: 100%;transition: all .3s;}
.about_wrap .ab_item .item .img:hover img{transform: scale(1.1);transition: all .3s;}
.about_wrap .ab_item .item .title{ font-size: .14rem;margin-top: .1rem;}
/* 3 */
.about_part3{background: #d9f1ff;}
.about_part3 .hc_wrap {background-position: bottom center;padding: .4rem 0;opacity: .8;}
.about_part3 .hc_con{ padding-bottom: .6rem;}
.about_part3 .part3_wrap { margin-top: .4rem;border-radius: .1rem;box-shadow: 0 0 6px 1px #a6cbf1; background: #fff;transition: transform 0.3s ease;}
.about_part3 .part3_wrap a{display: block;padding: 1rem .6rem 1.2rem;}
.about_part3 .part3_wrap:hover{transition: transform 0.3s ease;transform: translateY(-.1rem);}
.about_part3 .part3_left {border-right: 2px solid #e0e4ed; }
.about_part3 .part3_left .item{ margin-right: 10%;}
.about_part3 .part3_left .item .l3{width: 90%;}
.about_part3 .part3_right .item{ margin-left: 10%;}
.about_part3 .item .img{ width: 38%;}
.about_part3 .item ul{ }
.about_part3 .item .l1{font-size: .30rem;color:#0054a3;margin-bottom: .05rem;}
.about_part3 .item .l2{font-size: .26rem;color: #000;margin-bottom: .08rem; }
.about_part3 .item .l3{font-size: .14rem;color: #6f7070;}

/*  一博介绍  */
.about_part4{background: #f5f9fd;}
.about_part4 .hc_wrap {background-position: center center;padding: .5rem 0;}
.about_part4 .hc_con{ padding-bottom: .6rem;}

.about_part4 .part4_wrap{ display: flex;flex-wrap: wrap;justify-content: center;padding-top: .4rem;}
.about_part4 .list{width: 50%;display: flex;align-items: center;justify-content: center;flex-direction: column;margin-bottom: 2%;}
.about_part4 .list .item {position: relative;border: 2px solid #83c0fc;border-radius: 10px;width: 96%;padding: .2rem;}
.about_part4 .list .item .title{font-size: .28rem;font-weight: bold;color: #000;margin-bottom: .15rem;}
.about_part4 .list .item .title span{border-bottom: 4px solid #0054a3;padding-bottom: .05rem;}
.about_part4 .list .item ul li{font-size: .13rem;margin-bottom: .1rem;color:#666;}
.about_part4 .list .item ul li:before{content: "";display: inline-block;width: 10px;height: 10px;background: #0054a3;border-radius: 50%;margin-right: .05rem;vertical-align: 1px;}
.about_part4 .list .item .to{position: absolute;right: 0; top:45%;bottom: 45%;}
.about_part4 .list .item .to a{background: #0054a3;color: #fff;padding: .06rem .25rem;margin-top: -.1rem;border-top-left-radius: 1rem;border-bottom-left-radius: 1rem;}
.about_part4 .list .item .to a i{font-size: .16rem;}

/*  资质荣誉  */
/* .honor_wrap{padding-top: .5rem;background: url("../../assets/img/about/h1_bg.png") no-repeat center top;background-position-x: .5rem;} */

/*

产品中心

*/
.product_wrap{padding-top: .5rem;}
.product_wrap .sec_title_wrap .sec_title .item a{padding: .09rem .1rem;font-size: .15rem;}
.product_wrap .sec_title_wrap{margin-bottom: .5rem;}
.product_wrap .pd_swiper_wrap{margin-top:.4rem;}
.product_wrap .pd_swiper_wrap .pd_swiper{padding-bottom:.6rem;}
.product_wrap .product_left{margin-bottom: .4rem;}
.product_wrap .product_left .part_title{margin-top: .2rem;}
.product_wrap .product_left .pd_slide a:hover{color:unset;}
.product_wrap .product_left .pd_slide .item_img{border: 1px solid #c4c9db;padding: .2rem .4rem;border-radius: .1rem;margin-right: .5rem;}
.product_wrap .product_left .pd_slide ul{display: flex;justify-content: center;flex-direction: column;}
.product_wrap .product_left .pd_slide ul li{margin-bottom: .1rem; font-size: .17rem;}
.product_wrap .product_left .pd_slide ul li i{color: #468ff5;font-size: .18rem;margin-right: .2rem;vertical-align: -2px;}
.product_wrap .product_left .pd_swiper_wrap .pd_pag{}
.product_wrap .product_left .pd_swiper_wrap .pd_pag .swiper-pagination-bullet{width: 15px;height: 15px;margin: 0 8px;}
.product_wrap .product_right{background:#f7faff; padding: .4rem 0 .2rem;}
.product_wrap .product_right .pd_slide{ padding: 1px;}
.product_wrap .product_right .pd_swiper{text-align:right;}
.product_wrap .product_right .pd_slide a:hover{color:unset;}
.product_wrap .product_right .pd_slide .item_img{border: 1px solid #c4c9db;padding: .2rem .4rem;border-radius: .1rem;margin-left: .5rem;}
.product_wrap .product_right .pd_slide ul{display: flex;justify-content: center;flex-direction: column;text-align:left;}
.product_wrap .product_right .pd_slide ul li{margin-bottom: .1rem; font-size: .17rem;}
.product_wrap .product_right .pd_slide ul li i{color: #468ff5;font-size: .18rem;margin-right: .2rem;vertical-align: -2px;}
.product_wrap .product_right .pd_swiper_wrap .pd_pag{}
.product_wrap .product_right .pd_swiper_wrap .pd_pag .swiper-pagination-bullet{width: 15px;height: 15px;margin: 0 8px;}

/*

技术服务

*/
 /* 通用板块样式 */
.tech-section {padding: .4rem 0;position: relative;}
.tech-section h2 {text-align: center;margin: 0.5rem 0;color: #333;font-size: 0.24rem;font-weight: bold;}
.tech-section h2:before, .tech-section h2:after {content: '——';margin: 0 0.09375rem;color: #0066cc;}
/* 技术能力板块 */
.tech-capability {background-color: white;}
.tech-capability .container {background-color: white;}
.tech-capability-content {display: grid;grid-template-columns: 1fr 1fr;gap: 0.25rem;margin-top: 0.1875rem;}
.tech-table-section {background-color: white;}
.table-title {width: 0.76rem;font-size: 0.15rem;text-align: center;font-weight: bold;color: #0066cc;position: relative;padding: 0.04rem 0;margin-bottom: 0.1rem;background-image: url('/assets/img/service/kuohao.png');background-repeat: no-repeat;background-size: 100% 100%;}
.tech-table-process, .tech-table-leadtime {width: 100%;border-collapse: collapse;background-color: white;}
.tech-table-process th, .tech-table-leadtime th {background-color: #0066cc;color: white;font-weight: bold;padding: 0.085rem;padding-left: 0.125rem;text-align: left;border: 0.00625rem solid #c4c9db;font-size: 0.125rem;}
.tech-table-leadtime th {text-align: center;}
.tech-table-process td, .tech-table-leadtime td {padding: 0.085rem;padding-left: 0.125rem;border: 0.00625rem solid #c4c9db;text-align: left;font-size: 0.112rem;color: #5f5f5f;}
/* 隔行变色：偶数行背景设为 #edf6ff */
.tech-table-process tbody tr:nth-child(even) td, .tech-table-leadtime tbody tr:nth-child(even) td {background-color: #edf6ff;}
.tech-table-leadtime td {text-align: center;}
.table-note {font-size: 0.112rem;color: #666;margin-top: 0.09375rem;text-align: left;}
/* 技术优势板块 */
.tech-advantage {background-color: white;}
.advantage-grid {display: grid;grid-template-columns: repeat(4, 1fr);gap: 0.2rem;margin-top: 0.1875rem;}
.advantage-item {background-color: #f1f1f1;padding: 0.3rem 0.125rem;border-radius: 0.05rem;text-align: center;display: flex;flex-direction: column;justify-content: center;min-height: 0.9375rem;transition: background-color 0.3s, color 0.3s;}
.advantage-item h3 {font-size: 0.2rem;font-weight: bold;margin-bottom: 0.09375rem;}
.advantage-item p {font-size: 0.125rem;color: #666;line-height: 1.4;margin: 0.03125rem 0;}
.advantage-item:hover {background-color: #0494ea;color: white;}
.advantage-item:hover p {color: white;}
/* 常备材料库板块 */
.material-library {background-color: white;}
.pyramid-container {text-align: center;margin: 0.1875rem 0;}
.pyramid-container img {width: 100%;height: auto;}
.pyramid-wrap{}
.pyramid-inner{}

/*  常备材料库  */
.library_wrap{width: 100%;border-collapse: collapse;background:#fff;}
.library_wrap tbody{border-top: 1px solid #626369;}
.library_wrap tr{border-left: 1px solid #626369;border-right: 1px solid #626369;}
.library_wrap tr.b-f2f{background: #f2f2f2;}
.library_wrap tr.b-d9d{background: #d9d9d9;}
.library_wrap tr.b-a6a{background: #a6a6a6;}
.library_wrap td{padding: 0.05rem;border-bottom: 1px solid #626369;text-align: left;font-size: .13rem;color: #5f5f5f;}
.library_wrap td.b-0c0{background-color: #0070C0;border-right: 1px solid #626369;}
.library_wrap td.b-050{background-color: #00B050;border-right: 1px solid #626369;}
.library_wrap td.b-0f0{background-color: #00B0F0;border-right: 1px solid #626369;}
.library_wrap td p{color: #1d1d1d;}
.library_wrap td.b-0c0 p{color:#fff;}
.library_wrap td.b-050 p{color:#fff;}
.library_wrap td.b-0f0 p{color:#fff;}
.library_wrap td .bold{font-weight: bold;}


/* 千级无尘室板块 */
.clean-room {background-color: #f2f2f2;}
/*.clean-room img {width: 100%;height: auto;}background:#fff;*/
.clean-room .clean-main{padding:.3rem;border-radius: .2rem;}
.clean-room .clean-main .img{margin-bottom: .2rem;}
.clean-room .clean-main .img img{width: 100%;}
.clean-room .clean-main ul{display: flex;flex-wrap: wrap;justify-content: center;}
.clean-room .clean-main ul li{ width: 49%;display: flex;align-items: center;justify-content: center;flex-direction: column;margin-bottom: .2rem;transition: transform 0.5s ease;padding-bottom: .2rem;border-bottom: 1px #808080 dashed;}
.clean-room .clean-main ul li:nth-child(odd){margin-right: 2%;}
.clean-room .clean-main ul li .item{width: 100%;display: flex;flex-wrap: wrap;}
.clean-room .clean-main ul li .item p{display: flex;justify-content: center;flex-direction: column;}
.clean-room .clean-main ul li .item .p1{width: 40%;}
.clean-room .clean-main ul li .item .p2{width: 60%;}
.clean-room .clean-main ul li .item .p1 span{display: inline-block;width:90%;text-align: center;background: #00a2e9;color:#fff;padding: .04rem;border-radius: .5rem; font-size: .14rem;}
.clean-room .clean-main ul li .item .p2 span{font-size: .13rem;}

  /* 设备展示板块 */
.equipment-showcase {background-color: white;}
.equipment-description p {font-size: 0.13rem;color: #666;line-height: 1.5;}
.equipment-grid {display: grid;grid-template-columns: repeat(4, 1fr);gap: 0.2rem;margin-top: 0.22rem;}
.equipment-item {text-align: center;}
.equipment-item p {font-size: 0.112rem;color: #666;margin: 0;}
.equipment-item p.p1{overflow: hidden;font-size:0;border-radius: 0.025rem;margin-bottom: 0.0625rem;}
.equipment-item p.p1:hover img {transform: scale(1.1);border-radius: 0.025rem;}
.equipment-item img {width: 100%;height: auto;border-radius: 0.025rem;object-fit: cover;transition: transform 0.3s ease;}
.more-equipment {font-size: 0.112rem;color: #d0d0d0;border: 0.00625rem solid #d0d0d0;border-radius: 0.2rem;padding: 0.01rem 0.06rem;text-decoration: none;transition: color 0.3s;}
.more-equipment:hover {color: #0494ea;border: 0.00625rem solid #0494ea;}
.equipment_wrap h2{margin-top:.1rem;}

/* 

制程能力

 */
/* 表格样式 */
.process-table {width: 100%;border-collapse: collapse;}
.process-table th {background-color: #0494ea;color: white;font-weight: bold;padding: 0.12rem;text-align: center;border: 0.01rem solid #c2c8da;font-size: 0.14rem;}
.process-table td {padding: 0.1rem;border: 0.01rem solid #c2c8da;text-align: center;font-size: 0.12rem;color: #333;vertical-align: middle;background-color: #fff;}
/* 隔行变色：偶数行背景设为 #edf6ff */
.process-table tbody tr:nth-child(even) td, .process-table tbody tr:nth-child(even) td {background-color: #edf6ff;}
/* 合并的单元格背景色 */
.product-category td:first-child {background-color: #edf6ff;}
.hdi-process {background-color: #f2f2f2;}


/*

技术文章

*/
.tech_wrap{}
.tech_wrap .sec_title_wrap{padding:.4rem 0;}

/* 技术文章导航 */
.tech_sec_title{}
.tech_sec_title .title_wrap{border-bottom: 2px solid #e1e4ed;padding-bottom: .12rem;font-size: .16rem;}
.tech_sec_title .title_wrap ul{text-align: center;}
.tech_sec_title .title_wrap ul li{display: inline-block;padding: 0 .15rem;}
.tech_sec_title .title_wrap ul li a{color:#666;}
.tech_sec_title .title_wrap ul li.active a{color:#0054a3;position: relative;}
.tech_sec_title .title_wrap ul li.active a:after {content: '';position: absolute;left: 0;bottom: -.13rem;width: 100%;height: 3px;background: #0054a3;}

/*  技术文章列表  */
.article_list_wrap {padding: .4rem 0}
.article_list_wrap .list_left{ width: calc(870 / 1200 * 100%);}
.article_list_wrap .article_list {display: flex;flex-wrap: wrap;}
.article_list_wrap .article_item {width: calc(270 / 870 * 100%);margin-right: calc(30 / 870 * 100%);margin-bottom: .2rem;}
.article_list_wrap .article_item:nth-child(3n) {margin-right: 0;}
.article_list_wrap .article_item_act .s16 {color: #525252;line-height: 1.4;}
.article_list_wrap .article_item_act {margin-top: .1rem;}
.article_list_wrap .article_item_act .s12 {color: #919191;margin-top: .1rem;}
.article_list_wrap .article_list_img {overflow: hidden;border-radius: 5px;}
.article_list_wrap .article_list_img img {transition: all .3s;width: 100%;border: 1px solid #eee;border-radius: 5px;}
.article_list_wrap .article_item:hover .article_list_img img {transform: scale(1.1);transition: all .3s;}
.article_list_wrap .article_item:hover .article_item_act .s16 {color: #2c6fd0;}

.article_list_wrap .list_right{width: calc(300 / 1200 * 100%);}
.md-topic-1{margin-bottom: .2rem;}
.md-head-1 {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: center;-ms-flex-align: center;align-items: center;color: #525252;border-bottom: solid 1px #c6c6c6;}
.md-head-1 .tit {font-weight: bold;position: relative;line-height: 1.2;padding-bottom: .4em;font-size: .14rem;}
.md-head-1 .tit:after {content: '';position: absolute;left: 0;bottom: -2px;width: 100%;height: 3px;background: #2c6fd0;}
.md-head-1 .more {margin-left: auto;}
.md-topic-1 .list {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;margin-top: .11rem;}
.md-topic-1 .list .li {color: #9f9f9f;border-radius: .2rem;line-height: calc(18 / 14 * 1em);border: 1px solid #c6c6c6;padding: 0 .08rem;margin-right: .1rem;margin-top: .1rem;-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;font-size: .12rem;}
.md-topic-1 .list .li:hover {color: #2c6fd0;border-color: #2c6fd0;}
@media (max-width: 900px) {
  .hal_act {display: none;}
  .article_list {justify-content: space-between;}
  .article_item {width: 48%;margin-right: 0;}
  .tlnav_wrap {overflow-x: auto;justify-content: flex-start;}
  .has_item {padding-bottom: 62.125%;}
}

/* 技术文章详情 */
.hot_list_wrap{padding:.3rem 0 .5rem;}
.hot_list_wrap .news_title{margin-bottom:.2rem;}
.hot_list_wrap .news_container{ padding: .3rem 0;}
.hot_list_wrap .list_left{ width: calc(870 / 1200 * 100%);}
.hot_list_wrap .list_right{width: calc(300 / 1200 * 100%);}
.hot_list_wrap .md-hot-1{margin-bottom: .2rem;}
.md-hot-1 .list {margin-top: .1rem;}
.md-hot-1 .list .li {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;border-bottom: solid 1px #c6c6c6;padding: .07rem 0;padding-right: .24rem;}
.md-hot-1 .list .icon {width: .12rem;min-width: 12px;margin-right: .12rem;margin-top: .02rem;}
.md-hot-1 .list .tit {-webkit-box-flex: 1;-ms-flex: 1;flex: 1;line-height: calc(22 / 16 * 1em);color: #525252;font-size: .12rem;}
.md-outline {background: #f1f1f1;color: #525252;font-size: 16px;position: relative;padding: .17rem .4rem .15rem;}
.md-outline .icon {position: absolute;width: .2rem;}
.md-outline .icon-1 {left: 0;top: 0;}
.md-outline .icon-2 {right: 0;bottom: 0;}

.tech_wrap .detail_sec_title{}
.tech_wrap .detail_sec_title .title_wrap{border-bottom: 2px solid #e1e4ed;padding-bottom: .12rem;font-size: .16rem;}
.tech_wrap .detail_sec_title .title_wrap .h_wrap{text-align: left;}
.tech_wrap .detail_sec_title .parent_title{font-size: .18rem;position: relative;margin-right: .1rem;}
.tech_wrap .detail_sec_title .parent_title a{margin-right:.1rem;}
.tech_wrap .detail_sec_title .parent_title a:after {content: '';position: absolute;left: 0;bottom: -.13rem;width: 100%;height: 3px;background: #6a6a6a;}
.tech_wrap .detail_sec_title .route {font-size: .12rem;margin-top: .05rem;}
.tech_wrap .detail_sec_title .route a{color:#0d6efd;}
.tech_wrap .detail_sec_title .route span{color:#666;}



/*

质量保障

*/
.quality_wrap{padding-top: .5rem;}
.quality_wrap .sec_title_wrap{width:60%;margin:0 auto;}
.quality_wrap .tech_sec_title .title_wrap ul li{padding: 0 .2rem;}
.quality_wrap .part1{margin-bottom: .5rem;}
.quality_wrap .pcbdoc{padding-top:.3rem;width: 98%;margin:0 auto;}
.quality_wrap .pcbdoc .txt{color:#696969;font-size: .13rem;line-height: 2;margin-bottom:.2rem;}
.quality_wrap .pcbdoc .img img{width: 100%;}

/* 2 */
.quality_wrap .part2{width: 100%;padding-bottom:.3rem;}
.quality_wrap .ab_list{display: flex;flex-wrap: wrap;justify-content: center;margin-top: .4rem;}
.quality_wrap .ab_item{ width: 25%;display: flex;align-items: center;justify-content: center;flex-direction: column;margin-bottom: .2rem;}
.quality_wrap .ab_item .item{width: 100%;text-align: center;}
.quality_wrap .ab_item .item .img{width: 90%;margin: 0 auto;overflow: hidden;border-radius: 6px;}
.quality_wrap .ab_item .item .img img{width: 100%;border-radius: 6px;transition: all .3s;}
.quality_wrap .ab_item .item .img:hover img{transform: scale(1.1);transition: all .3s;}
.quality_wrap .ab_item .item .title{ font-size: .14rem;margin-top: .1rem;}

/*  质量管控  */
.cer_wrap{padding-top: .5rem;}
.cer_wrap .sec_title_wrap{width:60%;margin:0 auto;}
.cer_wrap .cer_title{margin-bottom: .5rem;}
.cer_wrap .honor_wrap{padding: .1rem 0 1rem;}
.cer_wrap .cer_common{margin-top: .4rem;}
.cer_wrap .cer_common .item{width: 94%;margin:0 auto;}
.cer_wrap .cer_common .item p{font-size:.13rem;line-height:1.8;}

/* 认证证书 */
.honor_list {display: flex;flex-wrap: wrap;margin-top: .2rem;}
.honor-item {width: 20%;flex-direction: column;justify-content: space-between;align-items: center;margin-bottom: .5rem;}
.honor-img {display: flex;align-items: center;justify-content: center;height: 1.7rem;}
.honor-img img {max-width: 80%;max-height: 1.7rem;transition: all .5s;}
.honor-item:hover .honor-img img {transform: scale(1.1);transition: all .5s;}
.honor-item .s21 {text-align: center;color: #333333;margin-top: .25rem;}

/* 管理体系 */
.manage_wrap{margin-top: .3rem;}
.manage_wrap .part1{background: linear-gradient(90deg, #e8f5ff, #d4e7f5);}
.manage_wrap .part1, .manage_wrap .part2{padding: .4rem 0;margin-bottom: .1rem;}
.manage_wrap .part1 .title, .manage_wrap .part2 .title{margin-bottom:.3rem;}
.manage_wrap .part1 .title i, .manage_wrap .part2 .title i{vertical-align: 4px;}
.manage_wrap .part1 .title span, .manage_wrap .part2 .title span{color: #0054a3;font-size: .24rem;margin-left: .1rem;letter-spacing: 1px;}
.manage_wrap .part1 .content{width: 80%;margin: 0 auto;}
.manage_wrap .part2 .content{width: 90%;margin: 0 auto;}

/* 质量保证体系 */
.assurance_wrap{padding: .1rem 0 .6rem;}

/* 测试与分析 */
.test_wrap{margin-top: .3rem;}
.test_wrap .part .title {text-align: center;margin-bottom:.3rem;}
.test_wrap .part .title span{color: #0054a3;font-size: .22rem;margin-left: .1rem;letter-spacing: 1px;}
/* 表格 */
.test_wrap .part .content{margin-bottom: .4rem;}
.test_wrap .part .content ul{display: flex;flex-wrap: wrap;justify-content: center;margin-top: .4rem;}
.test_wrap .part .content ul li{width: 25%;display: flex;align-items: center;justify-content: center;flex-direction: column;margin-bottom: .3rem;}
.test_wrap .part .content ul li .item{width: 92%;height: 100%;}
.test_wrap .part .content ul li .item p.p1{margin-bottom: .15rem;}
.test_wrap .part .content ul li .item p.p1 span{font-size: .18rem;color: #fff;display: inline-block;width: 92%;text-align: center;padding: .08rem .2rem;border-radius: .2rem;text-shadow: 0 2px 4px rgb(0 0 0 / 60%);box-shadow: 0 2px 5px 2px rgb(87 151 197 / 50%);}
.test_wrap .part .content ul li .item p.p2{color: #666;font-size: .13rem;width: 92%;padding: 0 .1rem;}
.b-blue_1{background: #0054a3;}
.b-blue_2{background: #00b0f0;}
.b-blue_3{background: #298aca;}
.b-blue_4{background: #0070c0;}

.quality_img_pc{display: block;max-width: 100%;}
.quality_img_h5{display: none;}

/*

详情公共头

*/
.tl_banner {display: block;position: relative;width: 100%;background-size: cover;background-position: center center;overflow: hidden;}
.tl_banner img{width: 100%;}
.tl_pop {position: absolute;top: 50%;left: 50%;transform: translateX(-50%) translateY(-50%);}
.tl_pop p {text-align: center;margin-bottom: .1rem;color: #ffffff;}

/*

行业应用

*/
/* 行业应用页面样式 */
/* banner文字 */
.tl_pop_industry {background-color: rgba(10, 62, 117, 0.5);left: 30%;padding: .2rem .5rem;border-radius: 0.05rem;}

/* 产品介绍样式 */
.product-intro {padding: 0.375rem 0;}
.product-intro .container {margin-top: 0.375rem;display: flex;align-items: center;}
.product-intro .intro-image {flex: 0 0 40%;text-align: center;}
.product-intro .intro-image img {max-width: 100%;height: auto;border-top-left-radius: 0.05rem;border-top-right-radius: 0.05rem;}
.product-intro .intro-image .intro-title {width: 100%;font-size: 0.2rem;background-color: #0066cc;color: #f7f9fb;padding: 0.16rem;border-bottom-left-radius: 0.05rem;border-bottom-right-radius: 0.05rem;}
.product-intro .intro-content {flex: 0 0 60%;padding-left: 0.3125rem;}
.product-intro .intro-text {font-size: .13rem;color: #888888;}
.tech-requirements {margin-top: 0.1rem;}
.tech-requirements h3 {font-size: .22rem;font-weight: 500;margin-bottom: 0.15rem;color: #333;}
.tech-requirements .requirement-item {width: 100%;font-size: 0.14rem;padding: 0.14rem 0;display: flex;align-items: center;margin-bottom: 0.14rem;background-image: url(/assets/img/industry/text-bg.png);background-size: 100% 100%;}
.tech-requirements .requirement-item:last-child {margin-bottom: 0;}
.tech-requirements .requirement-label {flex: 48%;color: white;padding-left: 0.14rem; font-size: .14rem;}
.tech-requirements .requirement-bar {flex: 52%;color: #f7f9fb;padding-left: 0.14rem;font-size: .14rem;}
/* 产品应用样式 */
.product-applications {padding: 0.375rem 0;}
.product-applications .section-title, .product-cases .section-title {font-size: 0.2rem;font-weight: bold;text-align: left;margin-bottom: 0.25rem;color: #333;}
.application-item {background-color: #0167d6;border-radius: 0.05rem;padding: 0.08rem;height: 100%;display: flex;flex-direction: column;align-items: center;}
.application-item .app-image {width: 100%;height: auto;}
.application-item .app-title {font-weight: 500;color: white;margin-bottom: 0.08rem;}
.application-next, .application-prev {background-color: #f3f3f3;border-radius: 50%;width: 0.3rem;height: 0.3rem;display: flex;align-items: center;justify-content: center;color: #999999;}
.application-prev {left: -6% !important;}
.application-next {right: -6% !important;}
.application-next:hover, .application-prev:hover {background-color: #f1f8ff;color: #0167d6;}
/* 产品案例样式 */
.product-cases {padding: 0.375rem 0;}
.product-cases .product-cases-item {background-color: #e8e8e8;border-radius: 0.05rem;display: flex;flex-direction: column;align-items: center;padding: .2rem 25%;}
.product-cases .product-cases-item .product-cases-title {font-size: 0.18rem;font-weight: 500;text-align: left;margin-bottom: 0.1rem;color: #0167d6;border: 1px solid #0167d6;padding: 0.02rem 0.1rem;border-radius: 0.05rem;}
.product-cases .product-cases-item .product-cases-content {position: relative;width: 100%;height: auto;}
.product-cases .product-cases-item .product-cases-content .product-cases-img {overflow: hidden;border-radius: 0.05rem;width: 100%;height: auto;}
.product-cases .product-cases-item .product-cases-content .product-cases-txt {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #0494ea;overflow: hidden;transition: all .3s;opacity: 0;cursor: pointer;border-radius: 0.05rem;padding: .2rem;font-size: .13rem;}
.product-cases .product-cases-item .product-cases-content:hover .product-cases-txt {opacity: 1;}
.product-cases .product-cases-item .product-cases-content:hover .product-cases-txt p {line-height: 1.6;color: #fff;}
/* 联系我们样式 */
.contact-section {padding: 0.375rem 0;display: flex;}
.contact-section .contact-title {width: .7rem;height: .7rem;padding: .1rem;font-size: .16rem;font-weight: 500;color: white;background: url(/assets/img/industry/lxwm.png) no-repeat;background-size: 100% auto;display: flex;align-items: center;justify-content: center;}
.contact-section .contact-content {display: inline-block;margin-top: .06rem;margin-left: .1rem;}
.contact-section .contact-content .contact-text {font-size: .12rem;color: #666;margin-bottom: .06rem;}
.contact-section .contact-btn {width: 1.2rem;height: .3rem;line-height: .3rem;text-align: center;display: block;background-color: #0066cc;color: white;border-radius: 0.025rem;text-decoration: none;font-size: .12rem;transition: background-color 0.3s;}
.product-applications .pd_swiper_wrap, .product-cases .pd_swiper_wrap {position: relative;}

/*

新闻中心

  */
.news_wrap .hd_item {padding-bottom: .1rem;margin-bottom: .2rem;}
.news_wrap .hb_news_up {margin-bottom: .1rem;}
.news_wrap .hb_news_up .s22 {line-height: 1.6;color: #333333;overflow: hidden;-webkit-line-clamp: 2;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;}
.news_wrap .hb_news_down{overflow: hidden;-webkit-line-clamp: 2;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;}
.news_wrap .hd_item:hover .hb_news_up .s22 {color: #205199;}
.news_date {margin-top: .1rem;}  .news_date p {color: #666666;}
.news_date p span{border-left: 3px solid #0054a3;height: 12px;display: inline-block;margin-right: .05rem;}
.hd_wrap {padding: .6rem 0;}
.hd_list {display: flex;margin-top: .4rem;flex-wrap: wrap;}
@media (min-width: 1920px) {
  .hd_item {margin-right: 30px;}
  .hc_item .s20 {font-size: 20px;}
}
.hd_item {width: calc(360 / 1150 * 100%);margin-right: .34rem;}
@media (min-width: 1920px) {
  .hd_item {margin-right: 30px;}
}
.hd_item:nth-child(3n) {margin-right: 0;}
.hd_item_img {overflow: hidden;border-radius: 5px;margin-bottom: .1rem;}
.hd_item_img img {width: 100%;transition: all .3s;}
.hd_item_img:hover img {transform: scale(1.1);transition: all .3s;}


/*

新闻中心详情

*/
.news_detail_wrap {padding-top: .5rem;padding-bottom: .5rem;}
.news_title {text-align: center;padding-bottom: .15rem;border-bottom: 1px dotted #c6c6c6;line-height: 1.5;}
.news_title .s14, .news_title .date {color: #505050;margin-top: .18rem;}
.news_title .s36, .news_title .tit {color: #505050;line-height: 1.5;font-weight: bold;}
.news_container {padding: .3rem 0 .65rem;}
.news_container * {line-height: 1.6;color: #505050;text-wrap: wrap !important;}
.news_container p {line-height: 1.6;color: #505050;}
.news_container p img {display: block;margin: 0 auto;}
.news_page {margin-top: 20px;display: flex;justify-content: space-between;}
.news_page a {display: flex;justify-content: center;align-items: center;width: calc(380 / 870 * 100%);height: 50px;border: solid 1px #cccccc;line-height: 50px;color: #505050;padding: 0 .3rem;}
@media (max-width: 900px) {
  .news_page a {width: 49%;}
}
.news_page a:hover {color: #2791ff;border: solid 1px #2791ff;}
.news_page a p {overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}




/*

联系我们

*/
.contact_wrap{background:url(../../assets/img/contact/bg2.png) no-repeat center center;padding: .5rem;}
.contact_inner{width: 90%;margin:0 auto;}
/* 左侧 */
.contact_wrap .contact_l{}
.contact_wrap .contact_l .contact_form{background: #f5faff;border: 1px solid #abc8e3;padding: .3rem;border-radius: .1rem;width: 80%;margin: 0 auto;}
.contact_wrap .contact_l .item{margin-bottom: .15rem}
.contact_wrap .contact_l .item .key{font-size: .13rem;}
.contact_wrap .contact_l .item .key span{color:#f00; vertical-align: -2px;margin-left: 6px;}
.contact_wrap .contact_l .item .val{}
.contact_wrap .contact_l .item .val input, .contact_wrap .contact_l .item .val textarea{font-size: .13rem;padding: .08rem .1rem;height: auto;border-radius: 5px;}
.contact_wrap .contact_l .item .submit{height: auto;padding: .02rem .3rem;font-size: .13rem;}
/* 右侧 */
.contact_wrap .contact_r{padding-top: 1.5rem;}
.contact_wrap .contact_r li{margin-bottom: .1rem;}
.contact_wrap .contact_r .title{font-size: .18rem;}
.contact_wrap .contact_r .item{font-size: .13rem;}
.contact_wrap .contact_r .item i{font-size: .22rem;margin-right: .1rem;vertical-align: -4px;color: #0054a3;}
.contact_wrap .contact_r .item span{color: #0054a3;width: 88px;display: inline-block;}


/*

分页

*/
.page_wrap {margin: .4rem 0 .3rem 0;width: 100%;}
.page_wrap ul {margin: 0 auto;display: flex;align-items: center;justify-content: center;}
.page_wrap ul li {margin: 0 .1rem;}
.page_wrap ul li a {width: 28px;height: 28px;background-color: #ffffff;display: flex;align-items: center;justify-content: center;}
.page_wrap ul li a img {max-width: 30%;}
.page_wrap ul li a {color: #666666;transition: all .3s;}
.page_wrap ul li a.active {background-color: #0054a3;color: #ffffff;transition: all .3s;border: none;border-radius: 3px;}
.page_wrap ul li a img.active {display: none;}
.page_wrap ul li a:hover {background-color: #0054a3;color: #ffffff;transition: all .3s;border: none;border-radius: 3px;}
.page_wrap ul li a:hover img {display: none;}
.page_wrap ul li a:hover img.active {display: block;transition: all .3s;}
.page_wrap ul li a.first_page {width: 81px;height: 39px;border-radius: 19px;}
.page_wrap .page_next{background: #f1f2f6;border-radius: 3px;font-family: fangsong;}


/*

弹出层

*/
.fillComplete {display: none;position: fixed;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.5);z-index: 111;}
.fillComplete .modal-dialog {background: url(../../assets/img/pop.png) no-repeat center center;padding: 2px;top: 15%;background-size: auto;position: relative;z-index: 112;}
.fillComplete .modal-dialog .modal-close { width: 28px;height: 28px;display: inline-block;font-size: 0;cursor: pointer;position: absolute; right: .2rem;top: -.1rem;z-index: 113;}
.fillComplete .modal-dialog .modal-close img{ width: 100%;}
.fillComplete .modal-dialog .modal-body { padding: .5rem 0;}
.fillComplete .modal-dialog .modal-body p{color: #0256a4;font-size: .16rem;text-align: center;letter-spacing: 2px;}
.fillComplete .modal-dialog .modal-body p.p1{margin-top: .05rem;margin-bottom: .05rem;}

/* 提交按钮的 */
.submitModal {display: none;position: fixed;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.5);z-index: 111;}
.submitModal .modal-dialog {background: #fff;padding: .2rem;border-radius: .1rem;z-index: 112;}
.submitModal .modal-dialog .item {margin-bottom: .15rem;}
.submitModal .modal-dialog .item .key {font-size: .13rem;}
.submitModal .modal-dialog .item .key span {color: #f00;vertical-align: -2px;margin-left: 6px;}
.submitModal .modal-dialog .item .val input, .submitModal .modal-dialog .item .val textarea {font-size: .13rem;padding: .08rem .1rem;height: auto;border-radius: 5px;}
.submitModal .modal-dialog .item .layui-btn { height: auto;padding: .02rem .3rem;font-size: .13rem;}

/*  404页面  */
.error_wrap{}
.error_wrap .img{width: 100%;text-align: center;margin-bottom: .3rem;}
.error_wrap .img img{}
.error_wrap .desc{width: 100%;text-align: center;color:#0167d6;font-size: .16rem;margin-bottom:.3rem;}
.error_wrap .link{width: 100%;text-align: center;margin-bottom:.5rem;}
.error_wrap .link a{color:#0167d6;border:1px solid #0167d6;padding:.05rem .2rem;border-radius: .05rem;font-size: .14rem;}
.error_wrap .link a:last-child{margin-left: .1rem;}


/* 2K 屏幕 */
@media (min-width: 2560px) {
  /* 菜单 */
  header{ }
  .part_title a.more {padding: .02rem .14rem;font-size: .12rem;}
  .sec_wrap_a{top: calc(12px + .8rem);}
  .sec_ul .sel_li_b .p2{font-size: .12rem;}
  .sel_li a {font-size: .13rem;}
  .h_wrap, .h_top_con, .h-cont{width: 1360px;}
  .h-nav .h-dp a.h-e{font-size: .16rem;}
  .h-e{color: #fff;}
  .h-a:hover .h-e{color: #205199;}

  /* 板厂又是 */
  .bc_wrap .item{padding:.48rem .18rem}
  .bc_wrap .item .title{font-size: .28rem;}
  .bc_wrap .item .txt{font-size: .13rem;}

  /*  行业应用  */
  .hc_item .title{font-size: .28rem;}
  .hc_item .item{padding:.16rem .16rem .1rem}
  .hc_item .hc_icon a{padding:.02rem .16rem;}
  .hc_item .hc_icon{margin-top: .1rem;}
  .hc_item .iconfont{width: 60%;}

  /*  技术文章  */
  .wen_b .item_img{height: 2.1rem;}
  .wen_b .item_txt .title{font-size: .16rem;}
  .wen_b .item_txt .title_sub{font-size: .12rem;}

  /*  联系我们  */
  .contact_wrap .contact_l .contact_form{width: 80%;margin: 0 auto;}

  /* 底部 */
  .foot_con .foot_menu_list{width: 100%;}
  .foot_m_item ul {margin-top: .08rem;}
  .foot_m_item ul li {margin-bottom: .05rem;}
  .foot_m_item .foot_title {font-size: .16rem;}

  /* 关于一博 */
  .about_part3 .part3_inner .item .l1{font-size: .28rem;margin-bottom:0;}
  .about_part3 .part3_inner .item .l2{font-size: .24rem;margin-bottom:0; }
  .about_part3 .part3_inner .item .l3{font-size: .13rem;}
  .honor_wrap{background-position-x: 2.8rem;}

  .part_title span.f40{font-size: .22rem;}
  .part_title span:before, .part_title span:after{top: -.06rem;}
}

/*  750 */
@media (max-width: 750px) {
  header {height: 52px;}
  .tl_banner {padding-bottom: 0;}
  .other_banner_phone {display: block;width: 100%;}
  .has_item_phone {display: block;position: relative;}
  .has_item_phone img {width: 100%;}
  .has_item {display: none;}
  .advantage-item {width: 100%;}
  .pdf_list_item {width: 100%;}
  .pb-describe {flex-wrap: wrap;}
  .pbd_left, .pbd_right {width: 100%;}
  .tlnav_wrap a { width: auto;padding: .2rem .4rem;white-space: nowrap;border: 1px solid #c7c7c7;}
  .hd_item {width: 100%;margin-right: 0;margin-bottom: .5rem;}
  .hb_con_left, .hb_con_right {width: 100%;}
  .ha_item_list {flex-wrap: wrap;justify-content: space-between;}
  .hal_item {width: 48%;margin-bottom: .35rem;margin-right: 0;}
  .foot_qrcode{display: none;}
  .foot_con .foot_menu_list{width: 100%;}
  .honor-item{width:50%}
  .part_title span.f40{font-size: .4rem;}
  .wen_b .item_img{height: unset;}
  .bc_wrap .bc_item{width:50%;}
  .hc_list .hc_item{width:50%;}
  .pcb_swiper_wrap{width:96%;margin:0 auto;}
  .she_b .part_title, .wen_b .part_title, .pcb_b .part_title{margin-bottom: .3rem;}
  .pcb_b .pe_slide_up .pe_slide_img{height:unset;}
  .pe_swiper_btn{display: none;}
  .foot_menu_list .foot_m_item{ margin: 0 .1rem;}
  .h-sub{display: none;}
  .honor_wrap{background: unset;}
  .fillComplete .modal-dialog{width: 50%;margin: 0 auto;background-size: 100% 100%;}
  .fillComplete .modal-dialog .modal-close{right: -.3rem;}
  .ph_wra .logo1{display: block;}
  .ph_wra .logo2{display: none;}

  /* 菜单 */
  .h-nav .active .h-e::after{display: none;}
  .h-nav .hd_rela a{padding-left: .3rem;border-bottom: 1px solid #efefef;}
  .h-nav .hd_rela .h-sub{padding-left: .3rem;}
  .tl_pop p{ margin-bottom: unset;}

  /*  首页-产品中心  */
  .chanpzx_swiper .pe_slide_up a{width: 100%;}
  .chanpzx_swiper .pe_slide_up .pe_slide_img {height: unset;display: inline-block;width: 50%;float: left;}
  .chanpzx_swiper .pe_slide_up .pe_slide_txt { position: unset;width: 50%;display: inline-block;opacity: 1;background: unset;padding: 0.3rem;}
  .chanpzx_swiper .pe_slide_up .pe_slide_txt p {line-height: 1.6;color: #666;font-size: .28rem;}
  /* 首页-技术文章 */
  .wen_b .item_img {margin-bottom: .1rem;}
  .wen_b .item_txt .title{font-size: .3rem;}
  .wen_b .item_txt .title_sub{font-size: .28rem;}
  .wen_b .item_txt .time span{font-size: .28rem;}

  /* 一博电子 */
  .about_wrap .ab_item{width: 50%;}
  .about_part3 .part3_left .item{display: block;}
  .about_part3 .part3_right .item{display: block;}
  .about_part3 .item .l1 {font-size: .46rem;margin-top: .1rem;}
  .about_part3 .item .l2 {font-size: .38rem;}
  .about_part3 .item .l3 {font-size: .26rem;}
  .about_part4 .list{width: 96%;margin:0 auto .5rem;}
  .honor-img{height:unset;}
  .honor-img img{height:unset; max-height:unset;}
  .sec_title_wrap .sec_title .item a {font-size: .32rem;padding: .09rem .1rem;margin: 0 auto;}
  .tech_sec_title .title_wrap ul li a {font-size: .3rem;}
  .cer_wrap .cer_common .item p {font-size: .28rem;line-height: 2;}
  .quality_wrap .pcbdoc .txt {font-size: .28rem;line-height: 2;}
  .quality_wrap .ab_item .item .img{width: 92%;}
  .quality_wrap .ab_item .item .title {font-size: .28rem;}
  .about_wrap .about_pcbdoc .txt {font-size: .28rem;}
  .about_wrap .ab_item .item .title {font-size: .28rem;}
  .about_part4 .list .item .title {font-size: .32rem;margin-bottom: .3rem;}
  .about_part4 .list .item .title span {padding-bottom: .1rem;border-bottom: 3px solid #0054a3;}
  .about_part4 .list .item ul li {font-size: .28rem;margin-bottom: .2rem;}
  .about_part4 .list .item .to a{display: none;}


  /* 标题 */
  .sec_title_wrap h_wrap{width: 96%;}
  .sec_title_wrap .sec_title{padding:0;}
  .part_title span.f40{font-size: .32rem;}
  .part_title span:before, .part_title span:after{width:30px;height:2px}
  .part_title span:before{ margin-right: .2rem;}
  .part_title span:after{margin-left: .2rem;}
  .sec_title_wrap .sec_title .item {text-align: center;display: flex;align-items: center;justify-content: space-between;}
  .product_wrap .sec_title_wrap{width: 96%;max-width: 96%;margin: 0 auto;}
  .product_wrap .sec_title_wrap .sec_title .item a {padding: .2rem .1rem;font-size: .26rem;display: flex;align-items: center;justify-content: space-between;}

  /* 产品中心 */
  .product_wrap .product_left .pd_slide .item_img, .product_wrap .product_right .pd_slide .item_img {width:50%;}
  .product_wrap .product_left .pd_slide .item_img img, .product_wrap .product_right .pd_slide .item_img img{width:100%;}
  .product_wrap .product_left .pd_swiper_wrap .pd_pag .swiper-pagination-bullet, .product_wrap .product_right .pd_swiper_wrap .pd_pag .swiper-pagination-bullet{width:8px;height:8px;}
  .product_wrap .product_left .pd_swiper_wrap .pd_pag, .product_wrap .product_right .pd_swiper_wrap .pd_pag{bottom:0;}
  .product_wrap .product_left .pd_slide ul li, .product_wrap .product_right .pd_slide ul li{font-size: .26rem;}
  .product_wrap .product_left .pd_slide ul li i, .product_wrap .product_right .pd_slide ul li i{font-size: .3rem;}

  /* 技术服务 */
  .tech-section .tech-table-section{margin-bottom:.4rem;}
  .tech-section .tech-capability-content{display: block;}
  .tech-section .table-title{width:1.8rem;}
  .tech-section .advantage-grid{grid-template-columns: repeat(2, 1fr);}
  .tech-section .advantage-grid .advantage-item h3{font-size: .3rem;}
  .tech-section .advantage-grid .advantage-item p{font-size: .24rem;}
  .equipment-grid{grid-template-columns: repeat(2, 1fr);}
  .tech-section h2{font-size: .32rem;}
  .table-title{font-size: .28rem;}
  .tech-table-process th, .tech-table-leadtime th{font-size: .26rem;}
  .tech-table-process td, .tech-table-leadtime td{font-size: .24rem;width: 20%;}
  .table-note {font-size: .24rem;margin-top:.1rem;}
  .equipment-description p {font-size: 0.28rem;line-height: 2;}
  .equipment-item p {font-size: .26rem;}
  .equipment-item p.p1 {margin-bottom: .2rem;}
  .clean-room .clean-main ul li{margin-bottom: .4rem;}
  .clean-room .clean-main ul li, .clean-room .clean-main ul li .item{width: 100%;}
  .clean-room .clean-main ul li .item .p1 span{padding: .1rem; font-size: .3rem;}
  .clean-room .clean-main ul li .item .p2 span {font-size: .26rem;}

  /* 技术文章列表 */
  .article_list_wrap .list_left, .hot_list_wrap .list_left{width:100%;}
  .article_list_wrap .list_left img, .hot_list_wrap .list_left img{max-width:100%; height: auto;}
  .article_list_wrap .list_right, .hot_list_wrap .list_right{display: none;}
  .article_list_wrap .article_item{ width: 48%;margin-right: 0;}

  /* 质量保障 */
  .quality_wrap .part2{}
  .quality_wrap .ab_item{width:50%;}
  .manage_wrap .part1 .content{}
  .manage_wrap .part1 .content img, .manage_wrap .part2 .content img, .assurance_wrap img{max-width:100%;}
  .test_wrap .part .content ul li{width:50%;}
  .test_wrap .part .title span{font-size: .32rem;}
  .test_wrap .part .content ul li .item p.p1 span {font-size: .3rem;width: 92%;padding: .1rem;border-radius: 1rem;box-shadow: 0 1px 4px 1px rgb(87 151 197 / 50%);}
  .test_wrap .part .content ul li .item p.p2 {font-size: .28rem;line-height: 1.6;}
  .manage_wrap .part1 .title span, .manage_wrap .part2 .title span{font-size: .32rem;}
  .quality_img_pc{display: none;}
  .quality_img_h5{display: block;}

  /* 行业应用 */
  .tech_sec_title .title_wrap ul li.active a:after{ height: 2px;}
  .tech_sec_title .title_wrap ul li a{font-size: .28rem;}
  .product-intro .tech_sec_title{margin-bottom:.2rem;}
  .product-intro .container, .product-applications .container, .product-cases .container, .container{display: block;width:94%;margin:0 auto;padding: 0;}
  .product-intro .intro-content{padding: 0;}
  .product-intro .intro-image .intro-title {font-size: .28rem;}
  .product-intro .intro-image{margin-bottom:.2rem;}
  .product-intro .intro-text {font-size: .28rem;line-height: 1.8;}
  .tech-requirements h3 {font-size: .3rem;margin-bottom: .2rem;}
  .tech-requirements .requirement-label, .tech-requirements .requirement-bar {font-size: .28rem;}
  .product-applications .section-title, .product-cases .section-title{ font-size: .3rem;}

  .product-applications .container{}
  /* 产品应用 */
  .application-item .app-title{font-size: .3rem;}
  .application-item .app-image{width:auto;height: 100%;padding: .2rem 0;}
  .product-cases .product-cases-item .product-cases-title{font-size: .28rem;}
  .product-cases .product-cases-item{ padding: .2rem 5%;}
  .product-cases .product-cases-item .product-cases-content{display: flex;align-items: center;justify-content: space-between;}
  .product-cases .product-cases-item .product-cases-content .product-cases-img{ display: flex;width: unset;height:100%;}
  .product-cases .product-cases-item .product-cases-content .product-cases-txt{position:unset;background:unset;opacity:1;}
  .product-cases .product-cases-item .product-cases-content .product-cases-txt p {font-size: .26rem;}
  .product-cases .product-cases-item .product-cases-content:hover .product-cases-txt p{color:unset;}
  /*  行业应用的联系我们  */
  .contact-section .contact-title{width: 2rem;height: 1.4rem;padding: .1rem;font-size: .32rem;letter-spacing: .05rem;text-align: center;margin: 0 auto;}
  .contact-section .contact-content .contact-text {font-size: .26rem;}
  .contact-section .contact-btn{width: 2rem;height: .46rem;line-height: .46rem;}

  /* 联系我们 */
  .contact_wrap{padding:2% 0;width:96%;margin:0 auto;}
  .contact_wrap .h_wrap{width:100%;max-width:100%;}
  .contact_wrap .h_wrap .contact_inner{width:100%;max-width:100%;display:block;}
  .contact_wrap .contact_l .contact_form{width:100%;}
  .contact_wrap .contact_l .item .val input, .contact_wrap .contact_l .item .val textarea {font-size: .28rem;padding: .18rem;}
  .contact_wrap .contact_l .item .key{font-size: .28rem;}
  .contact_wrap .contact_l .item .submit {height: auto;padding: .06rem .8rem;font-size: .3rem;}
  .contact_wrap .contact_r {padding-left: .1rem;padding-top: .5rem;}
  .contact_wrap .contact_r .title {font-size: .32rem;margin-bottom: .14rem;}
  .contact_wrap .contact_r .item{font-size: .28rem;margin-bottom: .1rem;}
  .contact_wrap .contact_r .item span{width:unset;}
  .contact_wrap .contact_r .item i {font-size: .46rem;margin-right: .1rem;vertical-align: -4px;}
  .error_wrap .img img{width:100%;}
  .error_wrap .desc{font-size: .32rem;}
  .error_wrap .link a{font-size: .26rem;}

}