@import "../fonts/iconfont.css?v=211124";
.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('../fonts/roboto-bold.woff') format('woff'), /* chrome、firefox */ url('../../fonts/roboto-bold.ttf') format('truetype'), /* iOS 4.1- */ url('../fonts/roboto-bold.eot');
}
@font-face {
  font-family: 'Roboto-Medium';
  src: url('../fonts/Roboto-Medium.ttf') format('truetype');
}
.cnc-wrap {
  width: 1280px;
  margin: 0 auto;
}
.bread-nav {
  font-size: 0;
}
.bread-nav:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.bread-nav li {
  float: left;
  color: #999999;
  font-size: 16px;
  cursor: default;
}
.bread-nav li .iconfont {
  vertical-align: middle;
  color: #999999;
  font-size: 20px;
  line-height: 20px;
  display: inline-block;
}
.bread-nav li a:hover {
  text-decoration: underline;
}
.bread-nav li .last-menu {
  height: 20px;
  color: #000000;
  float: left;
  display: inline-block;
  line-height: 22px;
  font-weight: 500;
}
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("../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("../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("../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;
}
.modal-window {
  background-color: rgba(0, 0, 0, 0.77);
  display: none;
  left: 0;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}
.modal-window .modal-body {
  background: #fff;
  color: rgba(0, 0, 0, 0.56);
  border-radius: 3px;
  font-size: 16px;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
  padding: 30px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
}
.modal-window .modal-body .modal-title {
  color: rgba(0, 0, 0, 0.85);
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 16px;
}
.modal-window .modal-body .form-item {
  margin: 16px 0;
}
.modal-window .modal-body .form-item input,
.modal-window .modal-body .form-item textarea {
  border: 1px solid rgba(0, 0, 0, 0.13);
  border-radius: 3px;
  box-shadow: none;
  height: 40px;
  line-height: 38px;
  width: 90%;
  margin-top: 6px;
  padding: 0 16px;
  font-size: 100%;
}
.modal-window .modal-body .form-item input:active,
.modal-window .modal-body .form-item textarea:active,
.modal-window .modal-body .form-item input:focus,
.modal-window .modal-body .form-item textarea:focus {
  color: #3b3b3b;
  border-color: #262626;
  outline-width: 0;
}
.modal-window .modal-body .form-item .input-area {
  height: 160px;
}
.modal-window .modal-body .from-btn-group {
  text-align: right;
}
.modal-window .modal-body .from-btn-group button {
  background: transparent;
  color: rgba(0, 0, 0, 0.85);
  border: 1px solid rgba(0, 0, 0, 0.21);
  padding: 0 16px;
  height: 32px;
  line-height: 32px;
  font-weight: 500;
  cursor: pointer;
  border-radius: 3px;
  outline: none;
  margin-right: 8px;
}
.modal-window .modal-body .from-btn-group button:hover {
  border: 1px solid transparent;
  background-color: rgba(0, 0, 0, 0.21);
}
.modal-window .modal-body .from-btn-group .primary {
  background-color: #2bb24c;
  border: 1px solid #2bb24c;
  box-shadow: none;
  color: #fff;
}
.modal-window .modal-body .from-btn-group .primary:hover {
  background-color: #1a8434;
  border: 1px solid #1a8434;
}
.modal-window.active {
  display: block;
}
.star-rating:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.star-rating.size-small .star-1,
.star-rating.size-small .star-2,
.star-rating.size-small .star-3,
.star-rating.size-small .star-4,
.star-rating.size-small .star-5 {
  float: left;
  line-height: 9px;
  padding: 2px;
  border-radius: 2px;
  margin: 0 3px 0 0;
}
.star-rating.size-small .star-1 .star-image,
.star-rating.size-small .star-2 .star-image,
.star-rating.size-small .star-3 .star-image,
.star-rating.size-small .star-4 .star-image,
.star-rating.size-small .star-5 .star-image {
  width: 10px;
  height: auto;
}
.star-rating.size-medium .star-1,
.star-rating.size-medium .star-2,
.star-rating.size-medium .star-3,
.star-rating.size-medium .star-4,
.star-rating.size-medium .star-5 {
  float: left;
  line-height: 1em;
  padding: 2px 3px 3px;
  margin: 0 3px 0 0;
}
.star-rating.size-medium .star-1 .star-image,
.star-rating.size-medium .star-2 .star-image,
.star-rating.size-medium .star-3 .star-image,
.star-rating.size-medium .star-4 .star-image,
.star-rating.size-medium .star-5 .star-image {
  width: 14px;
  height: auto;
}
.star-rating.size-large .star-1,
.star-rating.size-large .star-2,
.star-rating.size-large .star-3,
.star-rating.size-large .star-4,
.star-rating.size-large .star-5 {
  float: left;
  line-height: 1em;
  padding: 3px 4px 4px;
  margin: 0 4px 0 0;
}
.star-rating.size-large .star-1 .star-image,
.star-rating.size-large .star-2 .star-image,
.star-rating.size-large .star-3 .star-image,
.star-rating.size-large .star-4 .star-image,
.star-rating.size-large .star-5 .star-image {
  width: 30px;
  height: auto;
}
.star-rating.count-0 .star-1,
.star-rating.count-0 .star-2,
.star-rating.count-0 .star-3,
.star-rating.count-0 .star-4,
.star-rating.count-0 .star-5 {
  background: #dcdce6;
}
.star-rating.count-1 .star-1 {
  background: #ff3722;
}
.star-rating.count-1 .star-2,
.star-rating.count-1 .star-3,
.star-rating.count-1 .star-4,
.star-rating.count-1 .star-5 {
  background: #dcdce6;
}
.star-rating.count-2 .star-1,
.star-rating.count-2 .star-2 {
  background: #ff8622;
}
.star-rating.count-2 .star-3,
.star-rating.count-2 .star-4,
.star-rating.count-2 .star-5 {
  background: #dcdce6;
}
.star-rating.count-3 .star-1,
.star-rating.count-3 .star-2,
.star-rating.count-3 .star-3 {
  background: #ffce00;
}
.star-rating.count-3 .star-4,
.star-rating.count-3 .star-5 {
  background: #dcdce6;
}
.star-rating.count-4 .star-1,
.star-rating.count-4 .star-2,
.star-rating.count-4 .star-3,
.star-rating.count-4 .star-4 {
  background: #73cf11;
}
.star-rating.count-4 .star-5 {
  background: #dcdce6;
}
.star-rating.count-5 .star-1,
.star-rating.count-5 .star-2,
.star-rating.count-5 .star-3,
.star-rating.count-5 .star-4,
.star-rating.count-5 .star-5 {
  background: #00b67a;
}
.star-view {
  height: inherit;
  width: auto;
}
.star-view img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: inherit;
}
/*page*/
.way-pages {
  margin-top: 30px;
  text-align: right;
}
.way-pages #pages {
  margin-bottom: 40px;
  height: 36px;
}
.way-pages #pages span {
  width: 11px;
  height: 18px;
}
.way-pages #pages a#pageprev {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAASBAMAAABRHhjUAAAAG1BMVEUAAAD////////////////5+fn////////////h2yEmAAAACHRSTlMAmpKLomSAayOY3/EAAABoSURBVBjTTc0xCoBAEAPAqKCtjWB5jWBpaekT7hk+wfbUYp+tC7ck6bLMEvQjJAtwFumtZcwmZP1LY0XACzghOAAhnQMlu4MgAUgI5JAgLz56E9TVFCDoQ1DtFoAkAMnlgCRjSJBM+ABleh0Z5RRZ2wAAAABJRU5ErkJggg==") no-repeat -12px center #c8c8c8;
}
.way-pages #pages a#pagenext {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAASBAMAAABRHhjUAAAAG1BMVEUAAAD////////////////5+fn////////////h2yEmAAAACHRSTlMAmpKLomSAayOY3/EAAABoSURBVBjTTc0xCoBAEAPAqKCtjWB5jWBpaekT7hk+wfbUYp+tC7ck6bLMEvQjJAtwFumtZcwmZP1LY0XACzghOAAhnQMlu4MgAUgI5JAgLz56E9TVFCDoQ1DtFoAkAMnlgCRjSJBM+ABleh0Z5RRZ2wAAAABJRU5ErkJggg==") no-repeat 12px center #c8c8c8;
}
.way-pages #pages a {
  width: 32px;
  height: 18px;
  padding: 7px 0;
  border-radius: 3px;
  display: inline-block;
  color: #666;
  line-height: 18px;
  text-align: center;
  font-family: Arial;
  margin-right: 5px;
  transition: background-color 0.2s ease-out;
  vertical-align: middle;
}
.way-pages #pages a:hover {
  background: #e6e6e6;
  color: #666;
}
.way-pages #pages a#pageactive {
  background: #e6e6e6;
  color: #666;
}
.way-customer-module {
  margin-top: 20px;
}
.way-customer-module .customer-title {
  font-size: 24px;
  font-weight: 500;
}
.way-customer-module .customer-tabs {
  margin-top: 20px;
  padding: 10px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.way-customer-module .customer-tabs:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.way-customer-module .customer-tabs .interaction {
  float: left;
  cursor: pointer;
}
.way-customer-module .customer-tabs .interaction dd {
  float: left;
  height: 24px;
  color: #999999;
  line-height: 24px;
  margin-right: 32px;
  font-size: 16px;
}
.way-customer-module .customer-tabs .interaction dd.active {
  color: #000;
}
.way-customer-module .customer-tabs .collation {
  float: right;
  height: 22px;
  font-weight: 500;
  color: #000;
  line-height: 22px;
  font-size: 14px;
  position: relative;
  cursor: pointer;
}
.way-customer-module .customer-tabs .collation .collation-sub {
  position: absolute;
  top: 23px;
  left: 0;
  z-index: 2;
  padding: 8px 0;
  background: #fff;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: none;
}
.way-customer-module .customer-tabs .collation .collation-sub .col {
  height: 48px;
  line-height: 48px;
  outline: none;
  padding: 0 16px;
  position: relative;
  text-decoration: none;
  word-break: normal;
  white-space: nowrap;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  cursor: pointer;
}
.way-customer-module .customer-tabs .collation .collation-sub .col:hover {
  background: #f6f6f6;
}
.way-customer-module .customer-lists .list {
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.way-customer-module .customer-lists .list:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.way-customer-module .customer-lists .list .list-user {
  width: 60px;
  height: 60px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #f6f6f6;
  overflow: hidden;
  float: left;
}
.way-customer-module .customer-lists .list .list-user img {
  width: inherit;
  height: inherit;
  border: none;
}
.way-customer-module .customer-lists .list .list-info {
  float: left;
  width: 80%;
  width: calc(100% - 60px);
  padding-left: 20px;
  box-sizing: border-box;
}
.way-customer-module .customer-lists .list .list-top {
  margin-top: 5px;
}
.way-customer-module .customer-lists .list .list-top:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.way-customer-module .customer-lists .list .list-top .info-name {
  float: left;
  font-size: 18px;
  font-weight: 500;
  color: #191919;
  margin-top: 5px;
}
.way-customer-module .customer-lists .list .list-top .list-rate {
  float: right;
}
.way-customer-module .customer-lists .list .info-time {
  margin-top: 2px;
  color: #858585;
}
.way-customer-module .customer-lists .list .customer-des-title {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  margin-top: 20px;
  display: block;
}
.way-customer-module .customer-lists .list .customer-des-title:hover {
  text-decoration: underline;
  color: #2bb24c;
}
.way-customer-module .customer-lists .list .customer-des {
  margin-top: 6px;
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  color: #6a7076;
}
.way-customer-module .customer-lists .list .customer-des:hover {
  text-decoration: underline;
}
.way-customer-module .customer-lists .list .customer-product {
  margin-top: 6px;
}
.way-customer-module .customer-lists .list .customer-product:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.way-customer-module .customer-lists .list .customer-product .product {
  float: left;
  width: 80px;
  height: 80px;
  position: relative;
  background: url("data:image/gif;base64,R0lGODlhEAALALMMAOXp8a2503CHtOrt9L3G2+Dl7vL0+J6sy4yew1Jvp/T2+e/y9v///wAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFCwAMACwAAAAAEAALAAAEK5DJSau91KxlpObepinKIi2kyaAlq7pnCq9p3NZ0aW/47H4dBjAEwhiPlAgAIfkECQsADAAsAAAAAAQACwAABA9QpCQRmhbflPnu4HdJVAQAIfkECQsADAAsAAAAABAACwAABDKQySlSEnOGc4JMCJJk0kEQxxeOpImqIsm4KQPG7VnfbEbDvcnPtpINebJNByiTVS6yCAAh+QQJCwAMACwAAAAAEAALAAAEPpDJSaVISVQWzglSgiAJUBSAdBDEEY5JMQyFyrqMSMq03b67WY2x+uVgvGERp4sJfUyYCQUFJjadj3WzuWQiACH5BAkLAAwALAAAAAAQAAsAAAQ9kMlJq73hnGDWMhJQFIB0EMSxKMoiFcNQmKjKugws0+navrEZ49S7AXfDmg+nExIPnU9oVEqmLpXMBouNAAAh+QQFCwAMACwAAAAAEAALAAAEM5DJSau91KxlpOYSUBTAoiiLZKJSMQzFmjJy+8bnXDMuvO89HIuWs8E+HQYyNAJgntBKBAAh+QQFFAAMACwMAAIABAAHAAAEDNCsJZWaFt+V+ZVUBAA7") no-repeat center;
  cursor: pointer;
  margin-right: 3px;
  box-sizing: border-box;
}
.way-customer-module .customer-lists .list .customer-product .product.v-play:after {
  display: block;
  content: '';
  background: url('../images/cnc-detail/play-icon-middle.png') no-repeat center center transparent;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
}
.way-customer-module .customer-lists .list .customer-product .product img {
  width: 100%;
  height: 100%;
  padding: 2px;
  box-sizing: border-box;
  border: 2px solid transparent;
}
.way-customer-module .customer-lists .list .customer-product .product.active img {
  border: 2px solid #2bb24c;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.way-customer-module .customer-lists .list .v-diy-video {
  width: 400px;
  height: auto;
  display: none;
  position: relative;
  margin-top: 10px;
}
.way-customer-module .customer-lists .list .v-diy-video .v-command-btn {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url("../images/cnc-detail/v-command-btn.png") no-repeat center 44%;
  right: 0;
  margin: auto;
  z-index: 3;
  bottom: 0;
  cursor: pointer;
}
.way-customer-module .customer-lists .list .v-diy-video video {
  display: block;
  object-fit: fill;
  width: 100%;
}
.way-customer-module .customer-lists .list .view-product-img {
  margin: 10px 0 0 4px;
  width: 400px;
  display: none;
  background: url("data:image/gif;base64,R0lGODlhEAALALMMAOXp8a2503CHtOrt9L3G2+Dl7vL0+J6sy4yew1Jvp/T2+e/y9v///wAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFCwAMACwAAAAAEAALAAAEK5DJSau91KxlpObepinKIi2kyaAlq7pnCq9p3NZ0aW/47H4dBjAEwhiPlAgAIfkECQsADAAsAAAAAAQACwAABA9QpCQRmhbflPnu4HdJVAQAIfkECQsADAAsAAAAABAACwAABDKQySlSEnOGc4JMCJJk0kEQxxeOpImqIsm4KQPG7VnfbEbDvcnPtpINebJNByiTVS6yCAAh+QQJCwAMACwAAAAAEAALAAAEPpDJSaVISVQWzglSgiAJUBSAdBDEEY5JMQyFyrqMSMq03b67WY2x+uVgvGERp4sJfUyYCQUFJjadj3WzuWQiACH5BAkLAAwALAAAAAAQAAsAAAQ9kMlJq73hnGDWMhJQFIB0EMSxKMoiFcNQmKjKugws0+navrEZ49S7AXfDmg+nExIPnU9oVEqmLpXMBouNAAAh+QQFCwAMACwAAAAAEAALAAAEM5DJSau91KxlpOYSUBTAoiiLZKJSMQzFmjJy+8bnXDMuvO89HIuWs8E+HQYyNAJgntBKBAAh+QQFFAAMACwMAAIABAAHAAAEDNCsJZWaFt+V+ZVUBAA7") no-repeat center;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  position: relative;
}
.way-customer-module .customer-lists .list .view-product-img img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 378px;
  max-width: 498px;
  min-width: 200px;
  min-height: 200px;
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAQAAAAngNWGAAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAAAEgAAABIAEbJaz4AAAAJdnBBZwAAABQAAAAUAKM7KtEAAAB0SURBVCjPrZLRDcAgCESh6US6/wjMdP1AW8AUSVPuB5MXhAMG1eIocnT6Zx8fCEeQ4SCZ+QpjqCFGA+hRucfXerGmG6abXELBb/ZIRqZTozq1cTIx3G+I/VHcKyRizSfK2fVYNO1REcU3PhoUW+ki+fcLvwALpYXc+5GMXQAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAxMy0xMi0zMFQyMDoyMDoyNSswODowMG3j6eUAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMTMtMTItMzBUMjA6MjA6MjUrMDg6MDAcvlFZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAABJRU5ErkJggg==), url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAQAAAAngNWGAAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAAAEgAAABIAEbJaz4AAAAJdnBBZwAAABQAAAAUAKM7KtEAAAB0SURBVCjPrZLRDcAgCESh6US6/wjMdP1AW8AUSVPuB5MXhAMG1eIocnT6Zx8fCEeQ4SCZ+QpjqCFGA+hRucfXerGmG6abXELBb/ZIRqZTozq1cTIx3G+I/VHcKyRizSfK2fVYNO1REcU3PhoUW+ki+fcLvwALpYXc+5GMXQAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAxMy0xMi0zMFQyMDoyMDoyNSswODowMG3j6eUAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMTMtMTItMzBUMjA6MjA6MjUrMDg6MDAcvlFZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAABJRU5ErkJggg==), auto;
}
.way-customer-module .customer-lists .list .view-product-img .view-big {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 1020px) {
  .wcontainer {
    padding: 0;
    width: 1200px;
  }
}
.main-banner {
  height: 430px;
  min-width: 1200px;
  background: url("../images/cnc-detail/machining-banner.jpg") no-repeat center;
}
.main-banner .banner-title {
  font-size: 32px;
  font-family: Roboto-Bold;
  margin-top: 90px;
  color: #fff;
}
.main-banner .banner-title .sub-title {
  font-size: 24px;
}
.main-banner .banner-des {
  margin-top: 20px;
  position: relative;
  font-size: 16px;
  color: #aaaaaa;
  padding-top: 27px;
  line-height: 18px;
  min-height: 120px;
  max-width: 420px;
  word-break: break-word;
}
.bread-nav {
  margin-top: 15px;
}
.zoomParent {
  position: absolute;
  overflow: hidden;
  background: transparent;
  border: 1px solid #666666;
}
.zoomDiv {
  position: static;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  text-align: center;
  overflow: hidden;
}
.zoomMask {
  position: absolute;
  background: #fff;
  cursor: pointer;
  z-index: 4;
  opacity: 0.4;
  border: 1px solid #999999;
  filter: alpha(opacity=40);
}
.product-parent-box {
  margin-top: 20px;
}
.product-parent-box:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.product-parent-box .move-el {
  position: absolute;
  top: 0;
  z-index: 3;
  transition: top 0.6s 0.1s;
}
.product-parent-box .product-show {
  width: 450px;
  min-height: 550px;
  float: left;
  position: relative;
}
.product-parent-box .product-show .show-box {
  position: relative;
  margin-bottom: 25px;
}
.product-parent-box .product-show .show-box .show-img {
  width: 100%;
  height: 100%;
  position: relative;
}
.product-parent-box .product-show .show-box .show-img .video-mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(255, 255, 255, 0);
}
.product-parent-box .product-show .show-box .show-img .video-mask:after {
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  content: '\e77d';
  font-size: 80px;
  line-height: 80px;
  color: #fff;
  font-weight: normal;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  margin: -40px 0 0 -40px;
  transition: all 0.3s;
}
.product-parent-box .product-show .show-box .show-img .video-mask:hover:after {
  transform: scale(1.2);
}
.product-parent-box .product-show .show-box .show-img .demo-video {
  width: 450px;
  height: 450px;
  display: none;
}
.product-parent-box .product-show .show-box .show-img .demo-video video {
  width: 100%;
  height: 100%;
  background: #000;
}
.product-parent-box .product-show .show-box .show-img .active:after {
  display: none;
}
.product-parent-box .product-show .show-box .demo-img {
  height: 450px;
  overflow: hidden;
  background: #cccccc;
}
.product-parent-box .product-show .show-box .video-js.vjs-playing .vjs-tech {
  pointer-events: none;
}
.product-parent-box .product-show .show-box .vjs-big-play-button {
  display: none !important;
}
.product-parent-box .product-show .show-box .active:before {
  display: none;
}
.product-parent-box .product-show .show-box .active .demo-img {
  display: none;
}
.product-parent-box .product-show .show-box .active .demo-video {
  display: block;
}
.product-parent-box .product-show .show-box img {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 3;
}
.product-parent-box .product-show .show-box .show-group {
  width: 450px;
  margin-top: 15px;
  text-align: center;
  font-size: 0;
}
.product-parent-box .product-show .show-box .show-group:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.product-parent-box .product-show .show-box .show-group .item {
  width: 54px;
  height: 54px;
  display: inline-block;
  margin-left: 10px;
  border: 1px solid #cccccc;
  position: relative;
  background: #ffffff;
  cursor: pointer;
  box-sizing: border-box;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.product-parent-box .product-show .show-box .show-group .item:first-child {
  margin-left: 0;
}
.product-parent-box .product-show .show-box .show-group .item img {
  overflow: auto;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 3;
}
.product-parent-box .product-show .show-box .show-group .active {
  border: 2px solid #2bb24c;
  position: relative;
  z-index: 8;
}
.product-parent-box .product-show .product-tips {
  width: 100%;
  font-size: 14px;
  background: #f8f8f8;
  min-height: 50px;
  display: table-cell;
  vertical-align: middle;
  color: #434343;
  padding: 6px 20px 6px 46px;
  box-sizing: border-box;
  position: relative;
}
.product-parent-box .product-show .product-tips:before {
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  content: '\e610';
  position: absolute;
  top: 6px;
  left: 16px;
  z-index: 2;
  font-size: 18px;
}
.product-parent-box .product-show .tax-box {
  margin-top: 20px;
  text-align: center;
  padding: 6px 0;
}
.product-parent-box .product-show .tax-box .tax-price span {
  font-size: 24px;
}
.product-parent-box .product-show .tax-box .tax-shop {
  margin-top: 6px;
}
.product-parent-box .product-show .shop-btn {
  display: block;
  width: 100%;
  margin-top: 20px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  color: #fff;
  background: #2bb24c;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  font-size: 16px;
  transition: all 0.3s;
}
.product-parent-box .product-show .shop-btn:hover {
  background: #1a8434;
}
.product-parent-box .product-show .expand-box {
  margin-top: 20px;
  padding: 4px 0;
  font-weight: bold;
}
.product-parent-box .product-show .expand-box:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.product-parent-box .product-show .expand-box .expand-l {
  float: left;
  font-size: 13px;
  color: #5252f2;
  font-weight: bold;
}
.product-parent-box .product-show .expand-box .expand-l .iconfont {
  margin-right: 5px;
}
.product-parent-box .product-show .expand-box .expand-l a:hover {
  color: #5252f2;
  text-decoration: underline;
}
.product-parent-box .product-show .expand-box .expand-r {
  float: right;
}
.product-parent-box .product-show .expand-box .expand-r .iconfont {
  margin-right: 5px;
}
.product-parent-box .product-show .expand-box .expand-r .popfreight {
  display: inline-block;
  background: url("../images/cnc-img/cnc_icon.png") no-repeat 0px -94px;
  width: 30px;
  height: 15px;
  margin-right: 3px;
  vertical-align: middle;
}
.product-parent-box .product-des {
  float: left;
  width: 704px;
  min-height: 300px;
  margin-left: 44px;
}
.product-parent-box .product-des .des-top:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.product-parent-box .product-des .des-top .top-l {
  float: left;
  color: #8ad85e;
  font-weight: bold;
}
.product-parent-box .product-des .des-top .top-r {
  float: right;
  color: #5252f2;
  font-weight: bold;
}
.product-parent-box .product-des .des-top .top-r .iconyoujian {
  vertical-align: middle;
  margin-right: 4px;
}
.product-parent-box .product-des .des-top .top-r:hover a {
  color: #5252f2;
  text-decoration: underline;
}
.product-parent-box .product-des .product-info {
  margin-top: 25px;
}
.product-parent-box .product-des .product-title {
  font-size: 30px;
  font-family: Roboto-Bold;
  color: #333333;
}
.product-parent-box .product-des .rate-sold-row .rate-sold-wrap {
  padding: 20px 0 10px;
  display: inline-block;
}
.product-parent-box .product-des .rate-sold-row .star-view {
  height: 20px;
  display: inline-block;
  vertical-align: top;
}
.product-parent-box .product-des .rate-sold-row .star-view img {
  width: auto;
}
.product-parent-box .product-des .rate-sold-row .start-text {
  font-size: 15px;
  font-weight: 500;
  color: #333333;
  margin-left: 6px;
}
.product-parent-box .product-des .rate-sold-row .reviews {
  font-size: 14px;
  color: #666666;
  margin-left: 6px;
  cursor: pointer;
}
.product-parent-box .product-des .rate-sold-row .reviews:hover {
  text-decoration: underline;
}
.product-parent-box .product-des .rate-sold-row .amount {
  border-radius: 4px;
  background: #e0e8f4;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  padding: 0 8px;
  font-size: 12px;
  color: #333333;
  margin-left: 6px;
}
.product-parent-box .product-des .sub-title {
  font-size: 16px;
  color: #999999;
  margin-top: 15px;
  font-weight: 500;
}
.product-parent-box .product-des .des-text {
  font-size: 16px;
  line-height: 24px;
  margin-top: 15px;
  color: #434343;
  word-break: break-word;
}
.product-parent-box .product-des .hot-label {
  color: #434343;
  margin-top: 40px;
  font-size: 18px;
  font-weight: 700;
}
.product-parent-box .product-des .hot-box {
  margin-top: 10px;
}
.product-parent-box .product-des .hot-box .hot {
  font-size: 14px;
  font-weight: bold;
  color: #434343;
  width: 166px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  border: 1px solid #b1b1b1;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 0 10px 10px 0;
}
.product-parent-box .product-des .info-each-box .info-item {
  padding: 48px 0;
  border-bottom: 1px solid #dadada;
}
.product-parent-box .product-des .info-each-box .info-item:last-child {
  border-bottom: none;
}
.product-parent-box .product-des .info-each-box .info-item .info-title {
  font-weight: 700;
  font-size: 18px;
  color: #434343;
}
.product-parent-box .product-des .info-each-box .info-item .info-title .iconfont {
  font-size: 28px;
  margin-right: 10px;
  vertical-align: middle;
  font-weight: 500;
}
.product-parent-box .product-des .info-each-box .info-item .info-title .iconicon5 {
  color: #bc1515;
  margin-right: 14px;
}
.product-parent-box .product-des .info-each-box .info-item .info-title .iconiconfonticon-xitong {
  font-weight: 600;
  margin-right: 14px;
}
.product-parent-box .product-des .info-each-box .info-item .info-title .iconiconfonticon-xitong1 {
  font-size: 34px;
  margin-right: 9px;
}
.product-parent-box .product-des .info-each-box .info-item .info-title .iconiconfonticon-shebei {
  margin-right: 14px;
}
.product-parent-box .product-des .info-each-box .info-item .info-title .pop-iconyanse {
  display: inline-block;
  background: url("../images/cnc-img/cnc_icon.png") no-repeat 0px -122px;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  vertical-align: middle;
}
.product-parent-box .product-des .info-each-box .info-item .info-title .pop-iconcollection {
  display: inline-block;
  background: url("../images/cnc-img/cnc_icon.png") no-repeat 0px -160px;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  vertical-align: middle;
}
.product-parent-box .product-des .info-each-box .info-item .info-content {
  margin-top: 15px;
}
.product-parent-box .product-des .info-each-box .info-item .colors-box {
  font-size: 0;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.product-parent-box .product-des .info-each-box .info-item .colors-box .color-item {
  width: 100px;
  margin-bottom: 20px;
  padding-right: 16px;
  text-align: center;
  display: table-cell;
  vertical-align: top;
}
.product-parent-box .product-des .info-each-box .info-item .colors-box .color-item .color {
  margin: 0 auto;
  border: 1px solid #eaeaea;
  width: 30px;
  height: 30px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.product-parent-box .product-des .info-each-box .info-item .colors-box .color-item .color-navy {
  background: #485167;
}
.product-parent-box .product-des .info-each-box .info-item .colors-box .color-item .color-lavender {
  background: #d1b6cc;
}
.product-parent-box .product-des .info-each-box .info-item .colors-box .color-item .color-mint {
  background: #a6c2bb;
}
.product-parent-box .product-des .info-each-box .info-item .colors-box .color-item .color-red {
  background: #b73438;
}
.product-parent-box .product-des .info-each-box .info-item .colors-box .color-item .color-white {
  background: #f0f0f1;
}
.product-parent-box .product-des .info-each-box .info-item .colors-box .color-item .name {
  margin-top: 2px;
  font-weight: 700;
  font-size: 14px;
}
.product-parent-box .product-des .info-each-box .info-item .colors-box .color-item .name-des {
  margin-top: 4px;
  font-size: 14px;
  color: #666666;
}
.product-parent-box .product-des .info-each-box .info-item .colors-box .color-item .only {
  margin-top: 2px;
  font-weight: 700;
  color: #41aeeb;
  font-size: 14px;
}
.product-parent-box .product-des .info-each-box .info-item .explain {
  font-size: 16px;
  line-height: 24px;
  font-family: Roboto;
  color: #434343;
}
.product-parent-box .product-des .info-each-box .info-item .sheet-parameter {
  margin-top: 20px;
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid #dadada;
}
.product-parent-box .product-des .info-each-box .info-item .sheet-parameter th {
  width: 50%;
  padding: 10px 0;
  font-size: 15px;
  color: #666666;
  border-bottom: 1px solid #333333;
}
.product-parent-box .product-des .info-each-box .info-item .sheet-parameter tr {
  cursor: default;
}
.product-parent-box .product-des .info-each-box .info-item .sheet-parameter tr:hover td {
  border-bottom: 1px solid #dadada;
}
.product-parent-box .product-des .info-each-box .info-item .sheet-parameter td {
  font-size: 18px;
  padding: 10px 30px 10px 0;
  border-bottom: 1px solid #dadada;
}
.product-parent-box .product-des .info-each-box .info-item .sheet-tips {
  padding-top: 30px;
  font-size: 15px;
}
.product-parent-box .product-des .info-each-box .info-item .app-box .app-item {
  margin-bottom: 30px;
  font-size: 16px;
}
.product-parent-box .product-des .info-each-box .info-item .app-box .app-title {
  font-weight: 700;
  color: #434343;
}
.product-parent-box .product-des .info-each-box .info-item .app-box .app-des {
  margin-top: 6px;
}
.the-waterfall {
  margin-top: 60px;
  padding-bottom: 24px;
}
.the-waterfall .water-title {
  font-size: 24px;
  line-height: 30px;
  color: #050505;
  font-weight: 700;
  padding-bottom: 16px;
  border-bottom: 1px solid #dadada;
}
.the-waterfall .water-box {
  margin-top: 50px;
  margin-bottom: 12px;
  position: relative;
}
.the-waterfall .water {
  width: 33.32%;
  padding: 0 12px 30px;
  box-sizing: border-box;
  opacity: 0;
  transform: translateY(200px) !important;
  transition: all 0.6s;
}
.the-waterfall .water-img {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  transition: transform 0.6s, opacity 0.6s;
  transition-delay: 0.2s;
  transition-timing-function: cubic-bezier(0.2, 0.6, 0.4, 1);
}
.the-waterfall .water-img:hover img {
  transform: translateZ(0) scale(1.05);
}
.the-waterfall .water-img img {
  position: relative;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  object-fit: cover;
  object-position: 50% 50%;
}
.the-waterfall .show {
  transform: translateY(0) !important;
  opacity: 1;
}
.the-waterfall .show .water-img {
  transform: translateY(0);
  opacity: 1;
}
.the-waterfall .show .water-content {
  transform: translateY(0) !important;
  opacity: 1;
}
.the-waterfall .water-content {
  padding: 0 20px;
}
.the-waterfall .water-content .title {
  margin-top: 16px;
}
.the-waterfall .water-content .des {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  margin-top: 8px;
}
.the-waterfall .water-content .hot-label {
  margin-top: 16px;
}
.the-waterfall .water-content .hot-label .label {
  background-color: rgba(255, 255, 255, 0.3);
  border: solid 1px rgba(0, 0, 0, 0.15);
  padding: 8px 16px;
  border-radius: 24px;
  font-size: 12px;
  line-height: 12px;
  white-space: nowrap;
  margin: 0 4px 6px 0;
}
.the-waterfall .water-content .hot-label .label:hover {
  background: #dedede;
}
.the-waterfall .view-more {
  text-align: center;
}
.the-waterfall .view-more .more-btn {
  color: #000000;
  background: #fff;
  border: 1px solid #000000;
  height: 36px;
  line-height: 36px;
  padding: 0 20px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
.the-waterfall .view-more .more-btn:hover {
  background: #2bb24c;
  border: 1px solid #1a8434;
  color: #ffffff;
}
.way-customer-module {
  min-height: 200px;
  position: relative;
}
.way-customer-module .data-loading {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  bottom: 0;
  right: 0;
  margin: auto;
  background: url("../images/loading-all.gif") no-repeat center rgba(0, 0, 0, 0.01);
}
.way-customer-module .get-star-rating {
  padding-top: 10px;
}
.way-customer-module .get-star-rating:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.way-customer-module .get-star-rating .way-score-plugin {
  float: left;
}
.way-customer-module .get-star-rating .way-score-plugin .star-view {
  width: auto;
  height: 20px;
}
.way-customer-module .get-star-rating .start-text {
  float: left;
  display: block;
  line-height: 20px;
  margin-left: 16px;
  font-size: 16px;
}
.today-quote {
  background: url("../images/cnc-detail/bg-cta.jpg") no-repeat center;
  min-width: 1200px;
  height: 276px;
  margin-top: 60px;
}
.today-quote .today-title {
  font-weight: 700;
  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: 182px;
  text-align: center;
  margin: 40px auto 0;
  font-size: 16px;
  font-weight: 700;
}
.today-quote .the-quote:hover {
  background: #1a8434;
}
/*# sourceMappingURL=machining-detail.css.map */