.textEellipsis {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.clearF:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.userSelect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.totalIconCss {
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}
.cnc-main {
  position: relative;
}
.cnc-main:before {
  display: none;
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 4;
  background: #000000;
  opacity: 0.3;
  -ms-opacity: 0.3;
  -moz-opacity: 0.3;
  -o-opacity: 0.3;
  filter: opacity(20);
}
.active-mask:before {
  display: block;
}
@font-face {
  font-family: 'Roboto-Bold';
  src: url('https://www.pcbway.com/img/cnc/fonts/roboto-bold.woff') format('woff'), /* chrome、firefox */ url('https://www.pcbway.com/img/fonts/roboto-bold.ttf') format('truetype'), /* iOS 4.1- */ url('https://www.pcbway.com/img/cnc/fonts/roboto-bold.eot');
}
@font-face {
  font-family: 'Roboto-Medium';
  src: url('https://www.pcbway.com/img/cnc/fonts/Roboto-Medium.ttf') format('truetype');
}
.cnc-wrap {
  width: 1280px;
  margin: 0 auto;
}
a {
  color: inherit;
  display: inline-block;
}
a:hover {
  text-decoration: none;
  color: #111111;
}
a:active {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
.header {
  position: relative;
  z-index: 6;
}
.main-nav {
  height: 60px;
  background: #ffffff;
  font-family: Roboto;
  font-weight: 700;
  position: relative;
  z-index: 5;
}
.main-nav:before {
  display: block;
  content: '';
  width: 100%;
  border-bottom: 1px solid #dedede;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
}
.main-nav .wcontainer {
  position: relative;
  background: #ffffff;
}
.main-nav .nav-box {
  position: relative;
  height: 60px;
  min-width: 1200px;
}
.main-nav .nav-box:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.main-nav .nav-left {
  float: left;
  padding-left: 44px;
  position: relative;
  color: #111111;
  font-size: 14px;
  margin-top: 14px;
}
.main-nav .nav-left:before {
  display: block;
  content: '';
  background: url("https://www.pcbway.com/img/cnc/images/cnc-img/cnc-logo.png") no-repeat center;
  width: 42px;
  height: 38px;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 3;
  transform: translateY(-50%);
}
.main-nav .nav-left .nav-title {
  font-size: 17px;
}
.main-nav .nav-left .nav-title span {
  display: inline-block;
  width: 10px;
  height: 12px;
  background: url("https://www.pcbway.com/img/cnc/images/cnc-img/circle-bg.png") no-repeat center;
}
.main-nav .nav-left .nav-subtitle {
  font-size: 11px;
  color: #666666;
  font-weight: normal;
}
.main-nav .time-mid {
  float: left;
  line-height: 60px;
  margin-left: 30px;
  font-weight: normal;
  color: #999999;
  font-size: 14px;
}
.main-nav .nav-right {
  float: right;
  height: 100%;
}
.main-nav .nav-right:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.main-nav .nav-right .cnc-menu {
  height: 60px;
  float: left;
}
.main-nav .nav-right .cnc-menu:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.main-nav .nav-right .cnc-menu li {
  float: left;
  margin: 0 10px;
  height: 100%;
  position: relative;
}
.main-nav .nav-right .cnc-menu li:hover:before {
  opacity: 1;
  -ms-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  filter: opacity(100);
}
.main-nav .nav-right .cnc-menu li:before {
  display: block;
  content: '';
  height: 2px;
  width: 100%;
  background: #2bb24c;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  opacity: 0;
  -ms-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  filter: opacity(0);
  transition: all 0.3s;
}
.main-nav .nav-right .cnc-menu li a {
  display: block;
  padding: 0 14px;
  line-height: 60px;
  font-size: 14px;
  color: #111111;
  font-family: Roboto;
  font-weight: 700;
}
.main-nav .nav-right .cnc-menu .disabled a {
  color: #999999;
}
.main-nav .nav-right .cnc-menu .disabled:hover:before {
  opacity: 0;
  -ms-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  filter: opacity(0);
}
.main-nav .nav-right .cnc-menu .active:before {
  opacity: 1;
  -ms-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  filter: opacity(100);
}
.main-nav .nav-right .the-quote {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  color: #ffffff;
  height: 32px;
  line-height: 32px;
  min-width: 148px;
  background: #2bb24c;
  float: left;
  margin: 15px 0 0 20px;
  text-align: center;
  transition: background-color 0.3s ease-in;
}
.main-nav .nav-right .the-quote:hover {
  background: #1a8434;
}
.main-nav .sub-menus {
  position: absolute;
  top: 59px;
  right: 0;
  z-index: 3;
  width: 976px;
  height: auto;
  background: #ffffff;
  box-sizing: border-box;
}
.main-nav .sub-menus:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.main-nav .menu-column {
  float: left;
  width: 25%;
}
.main-nav .menu-column .menu-row {
  margin: 0 45px 15px 0;
}
.main-nav .menu-column .menu-row .row-title {
  font-size: 13px;
  color: #999999;
  font-weight: 500;
}
.main-nav .menu-column .menu-row .menu-lists {
  margin-top: 18px;
}
.main-nav .menu-column .menu-row .menu-lists li {
  font-size: 14px;
  font-family: Roboto;
  color: #333333;
  line-height: 18px;
  margin-bottom: 8px;
  font-weight: normal;
  word-break: break-word;
}
.main-nav .menu-column .menu-row .menu-lists a {
  font-size: 14px;
  font-family: Roboto;
  color: #333333;
  line-height: 18px;
  font-weight: normal;
  word-break: break-word;
  padding: 6px 8px;
  display: block;
}
.main-nav .menu-column .menu-row .menu-lists a .tag-popular {
  background: #ecf9ef;
  color: #2bb24c;
  margin-left: 12px;
  padding: 3px 6px;
  border-radius: 3px;
  font-size: 12px;
}
.main-nav .menu-column .menu-row .menu-lists a:hover {
  background: #ecf9ef;
  color: #2bb24c;
}
.main-nav .menu-column .sample-box {
  position: relative;
  width: 232px;
  height: 232px;
}
.main-nav .menu-column .sample-box img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
.main-nav .menu-column .sample-extra {
  font-style: italic;
  font-size: 18px;
  margin-top: 12px;
  font-family: Roboto;
  font-weight: normal;
}
.main-nav .menu-column .cnc-select {
  font-size: 14px;
  color: #626669;
  margin-top: 5px;
  font-family: Roboto;
  font-weight: normal;
}
.main-nav .menu-column .manual-box {
  margin-top: 30px;
}
.main-nav .menu-column .manual-title {
  color: #727b84;
  font-size: 14px;
  margin-bottom: 10px;
}
.main-nav .menu-column .list {
  font-size: 14px;
  color: #2bb24c;
  margin-bottom: 6px;
}
.main-nav .menu-column .list a:hover {
  color: #2bb24c;
}
.main-nav .service-menu {
  border-top: 1px solid #dedede;
  padding: 32px 24px 12px;
  box-sizing: border-box;
  display: none;
}
.main-nav .service-menu:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.main-nav .service-menu .menu-column {
  width: 26%;
}
.main-nav .service-menu .menu-column .menu-row {
  margin-right: 10px;
}
.main-nav .service-menu .menu-column:first-child {
  width: 22%;
}
.main-nav .service-menu .menu-column .row-title {
  padding-left: 8px;
}
.main-nav .materials-menu {
  border-top: 1px solid #dedede;
  display: none;
  box-sizing: border-box;
  position: relative;
}
.main-nav .materials-menu:before {
  display: block;
  content: '';
  width: 256px;
  height: 100%;
  background: #f7f7f7;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.main-nav .materials-menu:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.main-nav .materials-menu .materials-nav {
  float: left;
  width: 256px;
  height: 100%;
  padding: 32px 16px 0 24px;
  box-sizing: border-box;
  position: relative;
  z-index: 3;
}
.main-nav .materials-menu .materials-nav h6 {
  font-size: 14px;
  font-family: Roboto;
  color: #626669;
}
.main-nav .materials-menu .materials-nav .nav-lists {
  margin-top: 14px;
}
.main-nav .materials-menu .materials-nav .nav-lists a {
  display: block;
  padding: 10px 0;
  font-size: 14px;
  color: #626669;
  font-family: Roboto;
  position: relative;
  font-weight: normal;
}
.main-nav .materials-menu .materials-nav .nav-lists a:before {
  display: block;
  content: '';
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAOCAYAAAD9lDaoAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkU1Q0ZGMkYxRjNGNjExRUFBQUNCQTc5MTJGMEUzODAxIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkU1Q0ZGMkYyRjNGNjExRUFBQUNCQTc5MTJGMEUzODAxIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RTVDRkYyRUZGM0Y2MTFFQUFBQ0JBNzkxMkYwRTM4MDEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RTVDRkYyRjBGM0Y2MTFFQUFBQ0JBNzkxMkYwRTM4MDEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5ZFDukAAAArElEQVR42nSRMQ7CMAxFv03YQEgwgITEABJDD9SZucfhGNngMB0Y2JkZm8Q4UquW1v1R5Fh5+YptulUVVAeKcauxhiHmINB9Z2GveWFCbSxFXeZAHpxnQR49MkE2vjABWSgh6gosCEvG1xHer/0faDllORC5Pplqdb5+PAlOiVKZezd22q2jPAg9MHY6uiZ5BTZDYFjdxSU8LaBzKhwWuQpYQAfV7SXmBvwTYABXk0fatby3DgAAAABJRU5ErkJggg==") no-repeat center;
  width: 9px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 3;
  transform: translateY(-50%);
}
.main-nav .materials-menu .materials-nav .nav-lists .active a {
  color: #050505;
  font-family: Roboto;
  font-weight: 700;
}
.main-nav .materials-menu .materials-nav .nav-lists .active a:before {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAOCAYAAAD9lDaoAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkUyRjNDQTU4RjNGNjExRUFCOTMyQjcwNzRCQkQyMEY1IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkUyRjNDQTU5RjNGNjExRUFCOTMyQjcwNzRCQkQyMEY1Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RTJGM0NBNTZGM0Y2MTFFQUI5MzJCNzA3NEJCRDIwRjUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RTJGM0NBNTdGM0Y2MTFFQUI5MzJCNzA3NEJCRDIwRjUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4HP1I0AAAAnklEQVR42nSRQQqEMAxFm2LbzYDgLBQG3LjrgTyYx3CniznJMMdp5wftEGoMhDTN6ydJyRw2eO87xK9RzDrnDHzJOa/IowqdcWaVO9CK8y1oq0cqaJUWriCmMiGEC4lhVvgH9agpsTVQav6ZovTA3buocL1WeqK4QWUkorksV0IvADtiLwEJTSfQ1kCBYkppQwwawEbcmFic+sE/AQYAK5AwTFEI9mQAAAAASUVORK5CYII=") no-repeat center;
}
.main-nav .materials-menu .materials-content {
  padding: 32px 16px 32px 16px;
  box-sizing: border-box;
  float: left;
  margin-left: 20px;
  background: #ffffff;
  height: 100%;
}
.main-nav .materials-menu .materials-content:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.main-nav .materials-menu .materials-content .column-item {
  display: none;
}
.main-nav .materials-menu .materials-content .column-item:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.main-nav .materials-menu .materials-content .active {
  display: block;
}
.main-nav .materials-menu .materials-content .materials-column {
  float: left;
  padding-left: 22px;
  width: 230px;
  font-size: 14px;
  font-family: Roboto;
}
.main-nav .materials-menu .materials-content .materials-column .column-title {
  font-size: 13px;
  color: #999999;
  font-weight: 500;
  padding-left: 8px;
}
.main-nav .materials-menu .materials-content .materials-column .title-type {
  margin-top: 14px;
  font-family: Roboto;
  font-weight: normal;
  color: #333333;
  font-size: 14px;
}
.main-nav .materials-menu .materials-content .materials-column .title-type a {
  padding: 6px 8px;
  font-weight: normal;
  display: block;
  color: #333333;
}
.main-nav .materials-menu .materials-content .materials-column .title-type a:hover {
  background: #ecf9ef;
  color: #2bb24c;
}
.main-nav .materials-menu .materials-content .materials-column .column-box {
  margin-top: 2px;
  font-family: Roboto;
  font-weight: 700;
}
.main-nav .materials-menu .materials-content .materials-column .column-box .list {
  margin-bottom: 4px;
  color: #333333;
  font-size: 14px;
}
.main-nav .materials-menu .materials-content .materials-column .column-box a {
  padding: 6px 8px;
  font-weight: normal;
  display: block;
  color: #333333;
}
.main-nav .materials-menu .materials-content .materials-column .column-box a .tag-popular {
  background: #ecf9ef;
  color: #2bb24c;
  margin-left: 12px;
  padding: 3px 6px;
  border-radius: 3px;
  font-size: 12px;
}
.main-nav .materials-menu .materials-content .materials-column .column-box a:hover {
  background: #ecf9ef;
  color: #2bb24c;
}
.main-nav .industries-menu {
  border-top: 1px solid #dedede;
  box-sizing: border-box;
  padding: 0;
  min-height: 300px;
  display: none;
}
.main-nav .industries-menu:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.main-nav .industries-menu .industries-l {
  float: left;
  width: 256px;
  background: url("https://www.pcbway.com/img/cnc/images/industries-img/industries-pic.png") no-repeat center;
  height: 486px;
  padding: 30px 22px;
  box-sizing: border-box;
  color: #fff;
}
.main-nav .industries-menu .industries-l h6 {
  font-size: 22px;
  font-weight: 500;
}
.main-nav .industries-menu .industries-l .des {
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  margin-top: 12px;
  max-height: 382px;
  overflow: hidden;
}
.main-nav .industries-menu .industries-r {
  float: left;
  width: 676px;
  background: #fff;
  padding: 32px 26px 10px 30px;
  box-sizing: border-box;
}
.main-nav .industries-menu .industries-r h3 {
  font-size: 13px;
  font-weight: 500;
  color: #999999;
  margin-bottom: 8px;
  padding-left: 10px;
}
.main-nav .industries-menu .industries-r:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.main-nav .industries-menu .menu-li {
  width: 284px;
  float: left;
}
.main-nav .industries-menu .menu-li:first-child {
  width: 250px;
  margin-right: 68px;
}
.main-nav .industries-menu .column-item {
  width: 100%;
  float: left;
  padding: 12px 24px 12px 10px;
}
.main-nav .industries-menu .column-item:hover {
  background: #ecf9ef;
}
.main-nav .industries-menu .column-item:hover .column-title,
.main-nav .industries-menu .column-item:hover .column-des {
  color: #00A63F;
}
.main-nav .industries-menu .column-item:last-child {
  margin-bottom: 0;
}
.main-nav .industries-menu .column-title {
  color: #333333;
  font-size: 14px;
  font-weight: 500;
}
.main-nav .industries-menu .column-des {
  color: #999999;
  font-weight: normal;
  margin-top: 4px;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.main-nav .resources-menu {
  border-top: 1px solid #dedede;
  padding: 34px 0 34px 24px;
  box-sizing: border-box;
  display: none;
}
.main-nav .resources-menu:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.main-nav .resources-menu .menu-column {
  width: 26%;
}
.main-nav .resources-menu .menu-column:first-child {
  width: 22%;
}
.main-nav .resources-menu .menu-column .menu-row {
  margin-right: 10px;
}
.main-nav .resources-menu .menu-column .row-title {
  padding-left: 8px;
}
.footer_left_top a:hover {
  text-decoration: underline;
  color: #a7a7a7;
}
.menu-box {
  width: 256px;
  min-height: 120px;
  background: #f8f8f8;
  box-sizing: border-box;
}
.menu-box .item a {
  display: block;
  padding: 16px 24px 16px 20px;
  position: relative;
}
.menu-box .item a .iconfont {
  font-size: 24px;
  width: 24px;
  display: inline-block;
  text-align: center;
}
.menu-box .item a .icon-menuli1 {
  font-size: 21px;
}
.menu-box .item a .icon-menuli3 {
  font-size: 19px;
}
.menu-box .item a .icon-menuli4 {
  font-size: 19px;
}
.menu-box .item a .icon-menuli5 {
  font-size: 20px;
  font-weight: 600;
}
.menu-box .item a .icon-menuli6 {
  font-size: 21px;
  font-weight: 600;
}
.menu-box .item a .icon-menuli7 {
  font-size: 18px;
}
.menu-box .item a .icon-menuli8 {
  font-size: 16px;
}
.menu-box .item a .icon-menuli9 {
  font-size: 17px;
}
.menu-box .item a .icon-feedback {
  font-size: 24px;
}
.menu-box .item a .icon-Industries {
  font-size: 19px;
}
.menu-box .item a:before {
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e637';
  font-size: 18px;
  font-weight: 700;
  color: #adadad;
  position: absolute;
  top: 50%;
  right: 25px;
  z-index: 2;
  transform: translateY(-50%);
}
.menu-box .item a:hover {
  background: #eaeaea;
  color: #2bb24c;
}
.menu-box .item a:hover .name {
  color: #2bb24c;
}
.menu-box .item a:hover:before {
  color: #2bb24c;
}
.menu-box .item .name {
  color: #333333;
  font-family: Roboto-Bold;
  font-size: 16px;
  vertical-align: text-bottom;
  padding-left: 8px;
}
.menu-box .active a {
  background: #eaeaea;
  color: #2bb24c;
}
.menu-box .active a .name {
  color: #2bb24c;
}
.menu-box .active a:before {
  color: #2bb24c;
}
.fixed {
  position: fixed;
  top: 0;
  z-index: 3;
}
@media (min-width: 1020px) {
  .wcontainer {
    padding: 0;
    width: 1200px;
  }
}
.the-quote {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  color: #fff;
  height: 36px;
  line-height: 36px;
  min-width: 148px;
  background: #2bb24c;
  text-align: center;
  font-weight: 500;
  transition: background-color 0.3s ease-in;
}
.the-quote:hover {
  background: #1a8434;
  color: #ffffff;
}
.main-banner {
  height: 430px;
  min-width: 1200px;
  background: url("https://www.pcbway.com/img/cnc/images/cnc-detail/service-banner.jpg?v=20231027") no-repeat center;
}
.main-banner .banner-title {
  font-size: 32px;
  margin-top: 90px;
  color: #fff;
  font-weight: 700;
}
.main-banner .banner-des {
  margin-top: 30px;
  position: relative;
  font-size: 16px;
  color: #aaaaaa;
  padding-top: 28px;
  line-height: 18px;
  min-height: 120px;
  max-width: 450px;
  word-break: break-word;
}
.main-banner .banner-des:before {
  display: block;
  content: '';
  width: 77px;
  height: 3px;
  background: #ffd512;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.body-content {
  margin-top: 26px;
}
.body-content:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.body-content .body-l {
  float: left;
  width: 256px;
  min-height: 120px;
}
.body-content .body-r {
  padding: 0 0 0 36px;
  box-sizing: border-box;
  float: left;
  width: 944px;
}
.body-content .des-item {
  margin-bottom: 30px;
}
.body-content .des-item .article-title {
  font-size: 32px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 20px;
}
.body-content .des-item .des-text {
  font-size: 16px;
  line-height: 24px;
  color: #4e5f68;
}
.body-content .des-item .process-parameter {
  margin-top: 24px;
  width: 100%;
}
.body-content .des-item .process-parameter th {
  width: 33.333%;
  padding: 10px 0;
  border-bottom: 1px solid #333333;
}
.body-content .des-item .process-parameter .processes-name:hover {
  color: #2bb24c;
}
.body-content .des-item .process-parameter tr {
  cursor: default;
}
.body-content .des-item .process-parameter td {
  font-size: 18px;
  padding: 12px 36px 12px 0;
  border-bottom: 1px solid #c9c9c9;
  line-height: 24px;
}
.body-content .des-item .sheet-tips {
  padding: 20px 0;
  color: #4e5f68;
  font-size: 16px;
}
.body-content .des-item .section-img {
  margin-top: 48px;
}
.body-content .des-item .section-img:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.body-content .des-item .section-img .section-l {
  float: left;
  width: 55%;
}
.body-content .des-item .section-img .title {
  font-size: 18px;
  font-weight: 700;
}
.body-content .des-item .section-img .title-des {
  font-size: 16px;
  margin-top: 30px;
  color: #666666;
  line-height: 24px;
}
.body-content .des-item .section-img .section-r {
  float: right;
  width: 45%;
  text-align: right;
}
.body-content .des-item .section-img .section-r .show-img {
  display: inline-block;
  width: 320px;
  height: 210px;
  position: relative;
}
.body-content .des-item .section-img .section-r .show-img img {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
.today-quote {
  background: url("https://www.pcbway.com/img/cnc/images/cnc-detail/bg-cta.jpg") no-repeat center;
  min-width: 1200px;
  height: 276px;
  margin-top: 60px;
}
.today-quote .today-title {
  font-family: Roboto-Bold;
  font-size: 30px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  margin-top: 80px;
}
.today-quote .the-quote {
  display: block;
  height: 48px;
  line-height: 48px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  background: #2bb24c;
  width: 160px;
  text-align: center;
  margin: 40px auto 0;
}
/*# sourceMappingURL=cnc-service.css.map */