.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;
}
@font-face {
  font-family: 'HarmonyOS_Sans_Regular';
  src: url('../fonts/HarmonyOS_Sans/HarmonyOS_Sans_Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HarmonyOS_Sans_Medium';
  src: url('../fonts/HarmonyOS_Sans/HarmonyOS_Sans_Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'HarmonyOS_Sans_Bold';
  src: url('../fonts/HarmonyOS_Sans/HarmonyOS_Sans_Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'HarmonyOS_Sans_Black';
  src: url('../fonts/HarmonyOS_Sans/HarmonyOS_Sans_Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
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;
}
.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;
}
.useBreadcrumbsMenus .breadcrumbs-menus {
  display: flex;
  align-items: center;
  gap: 0 4px;
}
.useBreadcrumbsMenus .breadcrumbs-menus .bread-el {
  font-size: 14px;
  color: #6C7073;
  line-height: 24px;
  display: flex;
  align-items: center;
  gap: 0 4px;
}
.useBreadcrumbsMenus .breadcrumbs-menus .bread-el:hover {
  color: #00a63f;
}
.useBreadcrumbsMenus .breadcrumbs-menus .bread-el:hover .txt {
  color: #00a63f;
  text-decoration: none;
}
.useBreadcrumbsMenus .breadcrumbs-menus .bread-el:last-child {
  pointer-events: none;
  color: #262626;
}
.useBreadcrumbsMenus .breadcrumbs-menus .bread-el:last-child:after {
  display: none;
}
.useBreadcrumbsMenus .breadcrumbs-menus .bread-el:after {
  display: inline-block;
  content: '';
  background: url("../images/guides/arrow-icon.webp") no-repeat center;
  width: 12px;
  height: 12px;
}
.way-about-list {
  margin-left: -16px;
  position: relative;
}
.way-about-list:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.way-about-list .change-left-btn {
  outline: none;
  background: none;
  border: none;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  color: #2d2f43;
  cursor: pointer;
  height: 40px;
  position: absolute;
  top: 70px;
  left: 13px;
  transform-origin: center;
  transition: 0.2s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 40px;
  z-index: 3;
}
.way-about-list .change-left-btn:hover {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
  color: #ff6262;
  transform: scale(1.15);
}
.way-about-list .change-left-btn:before {
  border-right: 2px solid;
  border-top: 2px solid;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 12px;
  transform-origin: center;
  width: 12px;
  transform: rotate(-135deg);
  margin-left: 10px;
}
.way-about-list .change-right-btn {
  outline: none;
  background: none;
  border: none;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  color: #2d2f43;
  cursor: pointer;
  height: 40px;
  position: absolute;
  top: 70px;
  right: 13px;
  transform-origin: center;
  transition: 0.2s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 40px;
  z-index: 3;
}
.way-about-list .change-right-btn:hover {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
  color: #ff6262;
  transform: scale(1.15);
}
.way-about-list .change-right-btn:before {
  border-right: 2px solid;
  border-top: 2px solid;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 12px;
  transform-origin: center;
  width: 12px;
  transform: rotate(45deg);
  margin: 0 auto;
  margin-right: 10px;
}
.way-about-list .about-item {
  float: left;
  margin: 0 0 40px 16px;
  width: 215px;
}
.way-about-list .about-img {
  width: 215px;
  height: 160px;
  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 #d8d8d8;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.way-about-list .about-img.v-play:hover img {
  transform: translateZ(0) scale(1.1);
  transform-origin: 50% 50%;
}
.way-about-list .about-img.v-play:after {
  display: block;
  content: '';
  background: url('../images/cnc-detail/cnc-feed.png') no-repeat center center rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
}
.way-about-list .about-img .img-label {
  display: inline-block;
  line-height: 16px;
  color: #fff;
  font-size: 12px;
  padding: 2px 8px;
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
  cursor: default;
  max-width: 184px;
  background: rgba(0, 0, 0, 0.5);
  word-break: break-word;
}
.way-about-list .about-img img {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  transition: all 0.3s linear;
  transform-origin: 50% 50%;
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}
.way-about-list .about-img img:hover {
  transform: translateZ(0) scale(1.1);
  transform-origin: 50% 50%;
}
.way-about-list .about-info {
  margin-top: 8px;
  color: #666666;
  height: 18px;
}
.way-about-list .info-name {
  margin-left: 4px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 180px;
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
}
.way-about-list .star-rating {
  margin: 16px 0 8px 0;
}
.way-about-list .about-des {
  font-size: 14px;
  line-height: 18px;
  height: 56px;
  width: 215px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.way-about-list .about-view {
  margin-top: 10px;
  font-size: 12px;
  color: #999999;
}
.way-about-list .about-view .a-view:after {
  content: "•";
  margin: 0 2px;
  color: #999999;
}
.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;
}
.cnc-common-services {
  min-width: 1200px;
  overflow-x: hidden;
}
.cnc-common-services * {
  font-size: 14px;
  color: #262626;
  font-family: 'HarmonyOS_Sans_Regular';
  box-sizing: border-box;
}
.cnc-common-services .jump-link {
  height: 48px;
  line-height: 48px;
  padding: 0 18px;
  background: #00A63F;
  border-radius: 30px;
  font-size: 16px;
  color: #ffffff;
  font-family: 'HarmonyOS_Sans_Bold';
  transition: all 0.3s ease-in-out;
}
.cnc-common-services .jump-link:after {
  background: url("../images/cnc-bending-services/jump-link-icon.svg") no-repeat center;
  width: 20px;
  height: 20px;
  content: '';
  display: inline-block;
  margin-left: 4px;
  vertical-align: sub;
  transition: all 0.3s ease-in-out;
  margin-bottom: -1px;
}
.cnc-common-services .jump-link:hover {
  background: rgba(0, 166, 63, 0.8);
}
.cnc-common-services .jump-link:hover:after {
  transform: rotate(45deg);
}
.cnc-common-services .title-module {
  margin-bottom: 40px;
  text-align: center;
}
.cnc-common-services .title-module .title {
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 32px;
  color: #1D1D1F;
  line-height: 40px;
}
.cnc-common-services .title-module .des {
  color: #6C7073;
  line-height: 22px;
  margin-top: 10px;
}
.cnc-common-services .gap {
  padding: 50px 0;
}
.cnc-common-services.bending .banner-module {
  background: url("../images/cnc-bending-services/banner-Bending.webp") no-repeat center;
}
.cnc-common-services.bending .mech-item {
  background: url("../images/cnc-bending-services/mech-bending.webp") no-repeat center;
}
.cnc-common-services.tapping .banner-module {
  background: url("../images/cnc-bending-services/banner-Tapping.webp") no-repeat center;
}
.cnc-common-services.tapping .mech-item {
  background: url("../images/cnc-bending-services/mech-tapping.webp") no-repeat center;
}
.cnc-common-services.welding .banner-module {
  background: url("../images/cnc-bending-services/banner-Welding.webp") no-repeat center;
}
.cnc-common-services.welding .mech-item {
  background: url("../images/cnc-bending-services/mech-welding.webp") no-repeat center;
}
.cnc-common-services.countersink-counterbore .banner-module {
  background: url("../images/cnc-bending-services/banner-Countersink-counterbore.webp") no-repeat center;
}
.cnc-common-services.countersink-counterbore .mech-item {
  background: url("../images/cnc-bending-services/mech-countersink-counterbore.webp") no-repeat center;
}
.cnc-common-services.hardware .banner-module {
  background: url("../images/cnc-bending-services/banner-Hardware-insertion.webp") no-repeat center;
}
.cnc-common-services.hardware .mech-item {
  background: url("../images/cnc-bending-services/mech-hardware-insertion.webp") no-repeat center;
}
.cnc-common-services.sheet-cutting .banner-module {
  background: url("../images/cnc-bending-services/banner-Sheet-cutting.webp") no-repeat center;
}
.cnc-common-services.sheet-cutting .mech-item {
  background: url("../images/cnc-bending-services/mech-sheet-cutting.webp") no-repeat center;
}
.cnc-common-services .banner-module {
  width: 100%;
  min-width: 1200px;
  height: 500px;
  background-size: cover;
}
.cnc-common-services .banner-module .banner-info {
  width: 660px;
  height: 500px;
  padding: 40px 0;
  position: relative;
}
.cnc-common-services .banner-module .banner-info .title {
  color: #ffffff;
  font-size: 46px;
  font-family: 'HarmonyOS_Sans_Black';
  line-height: 56px;
  margin-bottom: 20px;
}
.cnc-common-services .banner-module .banner-info .des {
  font-size: 16px;
  line-height: 24px;
  max-height: 96px;
  color: rgba(255, 255, 255, 0.85);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
}
.cnc-common-services .banner-module .banner-info .tag-row {
  display: flex;
  gap: 40px;
}
.cnc-common-services .banner-module .banner-info .tag-row .tag-el {
  width: 280px;
  height: 78px;
  padding: 12px 20px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.cnc-common-services .banner-module .banner-info .tag-row .tag-title {
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  margin-bottom: 4px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.cnc-common-services .banner-module .banner-info .tag-row .tag-des {
  line-height: 24px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.85);
}
.cnc-common-services .banner-module .banner-info .banner-jump {
  position: absolute;
  left: 0;
  bottom: 40px;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 40px;
}
.cnc-common-services .the-bread {
  background: #F7F8F9;
  padding: 20px 0;
}
.cnc-common-services .the-bread .breadcrumbs-menus {
  display: flex;
  align-items: center;
  gap: 0 4px;
}
.cnc-common-services .the-bread .breadcrumbs-menus .bread-el {
  font-size: 14px;
  color: #6C7073;
  line-height: 24px;
  display: flex;
  align-items: center;
  gap: 0 4px;
}
.cnc-common-services .the-bread .breadcrumbs-menus .bread-el:hover {
  color: #00a63f;
}
.cnc-common-services .the-bread .breadcrumbs-menus .bread-el:hover .txt {
  color: #00a63f;
  text-decoration: none;
}
.cnc-common-services .the-bread .breadcrumbs-menus .bread-el:last-child {
  pointer-events: none;
  color: #262626;
}
.cnc-common-services .the-bread .breadcrumbs-menus .bread-el:last-child:after {
  display: none;
}
.cnc-common-services .the-bread .breadcrumbs-menus .bread-el:after {
  display: inline-block;
  content: '';
  background: url("../images/guides/arrow-icon.webp") no-repeat center;
  width: 12px;
  height: 12px;
}
.cnc-common-services .menu-nav-module {
  background: #F7F8F9;
  height: 52px;
  width: 100%;
}
.cnc-common-services .menu-nav-module.fly .menu-list {
  background: unset;
  position: fixed;
  top: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
  background: #ffffff;
  box-shadow: 0 12px 36px 0 rgba(0, 0, 0, 0.1);
}
.cnc-common-services .menu-nav-module .menu-list {
  width: 742px;
  padding: 6px;
  background: #ffffff;
  border-radius: 28px;
  margin: 0 auto;
  display: flex;
  transition: all 0.3s ease-in-out;
}
.cnc-common-services .menu-nav-module .menu-list li {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  text-align: center;
  border-radius: 21px;
  cursor: pointer;
  flex: none;
}
.cnc-common-services .menu-nav-module .menu-list li.active {
  color: #ffffff;
  background: #1D1D1F;
  font-weight: bold;
}
.cnc-common-services .menu-nav-module .menu-list li.active:hover {
  background: #1D1D1F;
}
.cnc-common-services .menu-nav-module .menu-list li:hover {
  background: #F7F8F9;
}
.cnc-common-services .options-module {
  background: #F7F8F9;
}
.cnc-common-services .options-module .options-remit {
  display: flex;
}
.cnc-common-services .options-module .options-remit .options-item {
  width: 600px;
  height: 386px;
}
.cnc-common-services .options-module .options-remit .options-item:first-child {
  background: url("../images/cnc-bending-services/options-bg2.webp") no-repeat center;
  padding: 24px 46px 24px 24px;
}
.cnc-common-services .options-module .options-remit .options-item:nth-child(2) {
  background: url("../images/cnc-bending-services/options-bg1.webp") no-repeat center;
  padding: 24px 50px 56px 64px;
  display: flex;
  gap: 26px;
  flex-direction: column;
}
.cnc-common-services .options-module .options-remit .options-item:nth-child(2) .tag-item:last-child .menu-tag {
  max-height: 40px;
  overflow: hidden;
}
.cnc-common-services .options-module .options-remit .options-item .title-bt {
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 18px;
  color: #3B3E40;
  line-height: 26px;
  margin-bottom: 20px;
}
.cnc-common-services .options-module .options-remit .options-item .options-pic-box {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 20px;
}
.cnc-common-services .options-module .options-remit .options-item .options-des {
  color: #6C7073;
  line-height: 22px;
  max-height: 132px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.cnc-common-services .options-module .options-remit .options-item .options-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 0;
}
.cnc-common-services .options-module .options-remit .options-item .options-list li {
  width: 33.3%;
}
.cnc-common-services .options-module .options-remit .options-item .options-list .tab-bt {
  font-size: 13px;
  color: #6C7073;
  line-height: 22px;
  margin-bottom: 8px;
}
.cnc-common-services .options-module .options-remit .options-item .options-list .tab-num {
  font-size: 16px;
  line-height: 24px;
  font-family: 'HarmonyOS_Sans_Bold';
}
.cnc-common-services .options-module .options-remit .options-item .options-list .unit {
  color: #6C7073;
  line-height: 24px;
}
.cnc-common-services .options-module .options-remit .options-item .menu-tag {
  display: flex;
  gap: 18px 14px;
  flex-wrap: wrap;
  max-height: 150px;
  overflow: hidden;
}
.cnc-common-services .options-module .options-remit .options-item .menu-tag .tag {
  height: 38px;
  line-height: 36px;
  display: inline-block;
  padding: 0 14px;
  color: #3B3E40;
  border-radius: 40px;
  background: #F7F8F9;
  border: 1px solid #DBDEE2;
  transition: all 0.3s ease-in-out;
}
.cnc-common-services .options-module .options-remit .options-item .menu-tag .tag:hover {
  background: #00a63f;
  border: 1px solid #00a63f;
  color: #ffffff;
}
.cnc-common-services .mech-module {
  background: linear-gradient(0deg, rgba(247, 248, 249, 0) 0%, #F7F8F9 100%);
}
.cnc-common-services .mech-module .mech-remit {
  display: flex;
  gap: 40px;
}
.cnc-common-services .mech-module .mech-tips {
  font-size: 12px;
  color: #E85D2C;
  line-height: 18px;
  font-family: 'HarmonyOS_Sans_Bold';
}
.cnc-common-services .mech-module .mech-info {
  width: 660px;
  height: 396px;
  background: #ffffff;
  padding: 20px;
  border-radius: 20px;
}
.cnc-common-services .mech-module .mech-info .mech-item {
  width: 620px;
  height: 356px;
  padding: 30px 24px;
  border-radius: 14px;
  overflow: hidden;
}
.cnc-common-services .mech-module .mech-info .mech-des dt {
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  font-family: 'HarmonyOS_Sans_Black';
  margin-top: 12px;
  margin-bottom: 16px;
}
.cnc-common-services .mech-module .mech-info .mech-des dd {
  color: rgba(255, 255, 255, 0.85);
  height: 72px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.cnc-common-services .mech-module .mech-info .rules-list {
  display: flex;
  gap: 14px;
  flex-direction: column;
  margin-top: 20px;
}
.cnc-common-services .mech-module .mech-info .rules-list li {
  color: rgba(255, 255, 255, 0.85);
  line-height: 22px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.cnc-common-services .mech-module .mech-info .rules-list li:before {
  background: url("../images/cnc-bending-services/check-icon.svg") no-repeat center;
  width: 20px;
  height: 20px;
  content: '';
  display: inline-block;
  vertical-align: sub;
  margin-bottom: -1px;
  margin-right: 4px;
}
.cnc-common-services .mech-module .mech-menu {
  display: flex;
  gap: 18px;
  flex-direction: column;
}
.cnc-common-services .mech-module .mech-menu .mech-tab {
  width: 500px;
  height: 120px;
  padding: 20px 24px;
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #DBDEE2;
  cursor: pointer;
}
.cnc-common-services .mech-module .mech-menu .mech-tab.active {
  padding: 19px 23px;
  box-shadow: 0 12px 36px 0 rgba(0, 0, 0, 0.1);
  border: 2px solid #262626;
}
.cnc-common-services .mech-module .mech-menu .mech-tab.active:hover {
  border: 2px solid #262626;
}
.cnc-common-services .mech-module .mech-menu .mech-tab:hover {
  border: 1px solid #262626;
}
.cnc-common-services .mech-module .mech-menu .mech-tab dl {
  margin-top: 8px;
}
.cnc-common-services .mech-module .mech-menu .mech-tab dl dt {
  font-family: 'HarmonyOS_Sans_Black';
  font-size: 18px;
  line-height: 22px;
  color: #262626;
  margin-bottom: 10px;
}
.cnc-common-services .mech-module .mech-menu .mech-tab dl dd {
  color: #6C7073;
  line-height: 22px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.cnc-common-services .mate-remit {
  height: 510px;
  background: #F5F6FA;
  border: 1px solid #DBDEE2;
  border-radius: 20px;
  display: flex;
}
.cnc-common-services .mate-remit .mate-menu {
  width: 500px;
  min-width: 500px;
  padding: 6px;
  background: #ffffff;
  overflow: hidden;
  border-radius: 20px 0 0 20px;
  border-right: 1px solid #DBDEE2;
}
.cnc-common-services .mate-remit .mate-menu .menu-release {
  display: flex;
  gap: 14px;
  padding-left: 34px;
  align-items: flex-start;
  flex-direction: column;
  padding-top: 24px;
  padding-bottom: 24px;
  max-height: 496px;
  overflow-y: auto;
}
.cnc-common-services .mate-remit .mate-menu .menu-release::-webkit-scrollbar {
  width: 5px;
}
.cnc-common-services .mate-remit .mate-menu .menu-release::-webkit-scrollbar-thumb {
  background: #AFAFAF;
  border-radius: 6px;
}
.cnc-common-services .mate-remit .mate-menu .head-jump {
  flex: 1;
}
.cnc-common-services .mate-remit .mate-menu .head-img {
  display: flex;
  gap: 8px;
  align-items: center;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cnc-common-services .mate-remit .mate-menu .el-img {
  width: 32px;
  height: 32px;
  border-radius: 4px;
}
.cnc-common-services .mate-remit .mate-menu .title-er {
  font-size: 16px;
  font-family: 'HarmonyOS_Sans_Medium';
  line-height: 24px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.cnc-common-services .mate-remit .mate-menu .menu-jump {
  font-size: 16px;
  font-family: 'HarmonyOS_Sans_Medium';
  line-height: 24px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: none;
}
.cnc-common-services .mate-remit .mate-menu .menu-jump:after {
  background: url("../images/cnc-bending-services/arrow-icon.svg") no-repeat center;
  width: 24px;
  height: 24px;
  content: '';
  display: none;
  transition: all 0.3s ease-in-out;
}
.cnc-common-services .mate-remit .mate-menu .vis-des {
  color: #6C7073;
  line-height: 22px;
  height: 0;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  transition: all 0.5s ease 0.1s;
}
.cnc-common-services .mate-remit .mate-menu .menu-item {
  width: min-content;
  padding: 10px 16px;
  border-radius: 20px;
  border: 1px solid #DBDEE2;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform-origin: top left;
}
.cnc-common-services .mate-remit .mate-menu .menu-item.active {
  width: 396px;
  height: 162px;
  border: 1px solid #262626;
  box-shadow: 0 12px 36px 0 rgba(0, 0, 0, 0.1);
  transform: scale(1);
}
.cnc-common-services .mate-remit .mate-menu .menu-item.active .title-er {
  display: none;
}
.cnc-common-services .mate-remit .mate-menu .menu-item.active .menu-jump {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
.cnc-common-services .mate-remit .mate-menu .menu-item.active .menu-jump:hover {
  color: #00a63f;
}
.cnc-common-services .mate-remit .mate-menu .menu-item.active .menu-jump:hover:after {
  background: url("../images/cnc-bending-services/arrow-hover-icon2.svg") no-repeat center;
}
.cnc-common-services .mate-remit .mate-menu .menu-item.active .menu-jump:after {
  display: block;
}
.cnc-common-services .mate-remit .mate-menu .menu-item.active .vis-des {
  height: 70px;
  visibility: visible;
  opacity: 1;
  margin-top: 12px;
}
.cnc-common-services .mate-remit .mate-menu .menu-item.active:hover {
  border: 1px solid #262626;
}
.cnc-common-services .mate-remit .mate-menu .menu-item:hover {
  border: 1px solid #262626;
}
.cnc-common-services .mate-remit .mate-swiper-box {
  width: 700px;
  overflow: hidden;
  position: relative;
}
.cnc-common-services .mate-remit .mate-swiper-box .swiper-container:before,
.cnc-common-services .mate-remit .mate-swiper-box .swiper-container:after {
  width: 156px;
  height: 450px;
  content: '';
  display: block;
  position: absolute;
  top: 30px;
  z-index: 9;
}
.cnc-common-services .mate-remit .mate-swiper-box .swiper-container:before {
  background: linear-gradient(90deg, #F5F6FA 49.61%, rgba(245, 246, 250, 0) 100%);
  left: 0;
}
.cnc-common-services .mate-remit .mate-swiper-box .swiper-container:after {
  background: linear-gradient(270deg, #F5F6FA 49.61%, rgba(245, 246, 250, 0) 100%);
  border-radius: 20px 0 0 20px;
  right: 0;
}
.cnc-common-services .mate-remit .mate-swiper-box .swiper-item {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: none;
}
.cnc-common-services .mate-remit .mate-swiper-box .swiper-item.active {
  visibility: visible;
  pointer-events: auto;
  z-index: 3;
}
.cnc-common-services .mate-remit .mate-swiper-box .mate-list {
  width: 348px;
  height: 450px;
  padding: 24px;
  margin: 30px 0;
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #DBDEE2;
  position: relative;
}
.cnc-common-services .mate-remit .mate-swiper-box .mate-list:after {
  background: url("../images/cnc-bending-services/arrow-icon.svg") no-repeat center;
  width: 24px;
  height: 24px;
  content: '';
  display: block;
  position: absolute;
  bottom: 27px;
  right: 24px;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.cnc-common-services .mate-remit .mate-swiper-box .mate-list:hover {
  box-shadow: 0 12px 36px 0 rgba(0, 0, 0, 0.1);
}
.cnc-common-services .mate-remit .mate-swiper-box .mate-list:hover .mate-pic img {
  transform: scale(1.05);
}
.cnc-common-services .mate-remit .mate-swiper-box .mate-list:hover:after {
  background: url("../images/cnc-bending-services/arrow-hover-icon2.svg") no-repeat center;
}
.cnc-common-services .mate-remit .mate-swiper-box .mate-pic {
  height: 200px;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cnc-common-services .mate-remit .mate-swiper-box .mate-pic img {
  width: 100%;
  height: 100%;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}
.cnc-common-services .mate-remit .mate-swiper-box .mate-tag {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 8px;
}
.cnc-common-services .mate-remit .mate-swiper-box .mate-tag li {
  font-size: 12px;
  font-family: 'HarmonyOS_Sans_Medium';
  height: 26px;
  line-height: 26px;
  padding: 0 10px;
  border-radius: 6px;
}
.cnc-common-services .mate-remit .mate-swiper-box .mate-tag li.tag1 {
  color: #FF6E1B;
  background: rgba(255, 110, 27, 0.1);
}
.cnc-common-services .mate-remit .mate-swiper-box .mate-tag li.tag2 {
  color: #F7101D;
  background: rgba(247, 16, 29, 0.1);
}
.cnc-common-services .mate-remit .mate-swiper-box .mate-info {
  margin-bottom: 26px;
}
.cnc-common-services .mate-remit .mate-swiper-box .mate-info dt {
  font-size: 18px;
  line-height: 26px;
  font-family: 'HarmonyOS_Sans_Bold';
  margin-bottom: 8px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.cnc-common-services .mate-remit .mate-swiper-box .mate-info dd {
  color: #6C7073;
  line-height: 22px;
  height: 66px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.cnc-common-services .mate-remit .mate-swiper-box .color-tag {
  display: flex;
  gap: 8px;
  align-items: center;
}
.cnc-common-services .mate-remit .mate-swiper-box .color-tag .tag {
  font-size: 12px;
  height: 30px;
  line-height: 28px;
  padding: 0 8px;
  border: 1px solid #DBDEE2;
  border-radius: 15px;
  display: flex;
  gap: 4px;
  align-items: center;
}
.cnc-common-services .mate-remit .mate-swiper-box .color-tag .tone {
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #DBDEE2;
}
.cnc-common-services .mate-remit .mate-swiper-box .color-tag .tone.color1 {
  background: #F6F6FB;
}
.cnc-common-services .mate-remit .mate-swiper-box .color-tag .tone.color2 {
  background: #F7101D;
}
.cnc-common-services .mate-remit .mate-swiper-box .the-swiper-btn .btn {
  width: 46px;
  height: 46px;
  background: #ffffff;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  border: 1px solid #DBDEE2;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  margin-top: -23px;
  z-index: 10;
}
.cnc-common-services .mate-remit .mate-swiper-box .the-swiper-btn .btn:after {
  width: 24px;
  height: 24px;
  content: '';
  display: block;
  background: url("../images/cnc-bending-services/arrow-icon.svg") no-repeat center;
}
.cnc-common-services .mate-remit .mate-swiper-box .the-swiper-btn .btn.prev {
  left: 24px;
}
.cnc-common-services .mate-remit .mate-swiper-box .the-swiper-btn .btn.prev:after {
  transform: rotate(180deg);
}
.cnc-common-services .mate-remit .mate-swiper-box .the-swiper-btn .btn.next {
  right: 24px;
}
.cnc-common-services .deal-module {
  background: #F7F8F9;
  min-width: 1200px;
  background-size: cover;
}
.cnc-common-services .deal-module .deal-remit {
  display: flex;
  gap: 18px;
}
.cnc-common-services .deal-module .deal-item {
  width: 426px;
  height: 458px;
  padding: 24px;
  background: #fff;
  box-shadow: 0 12px 36px 0 rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  border: 1px solid #DBDEE2;
}
.cnc-common-services .deal-module .deal-item .deal-pic {
  width: 378px;
  height: 212px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 14px;
}
.cnc-common-services .deal-module .deal-item .deal-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cnc-common-services .deal-module .deal-item .deal-des {
  margin-bottom: 16px;
}
.cnc-common-services .deal-module .deal-item .deal-des dt {
  font-size: 18px;
  line-height: 26px;
  font-family: 'HarmonyOS_Sans_Bold';
  margin-bottom: 10px;
}
.cnc-common-services .deal-module .deal-item .deal-des dt a.jump-el {
  display: flex;
  font-size: 18px;
  line-height: 26px;
  font-family: 'HarmonyOS_Sans_Bold';
  align-items: center;
}
.cnc-common-services .deal-module .deal-item .deal-des dt a.jump-el:hover {
  color: #00a63f;
}
.cnc-common-services .deal-module .deal-item .deal-des dt a.jump-el:hover:after {
  background: url(../images/cnc-bending-services/arrow-hover-icon2.svg) no-repeat center;
}
.cnc-common-services .deal-module .deal-item .deal-des dt a.jump-el:after {
  content: '';
  display: inline-block;
  background: url(../images/cnc-bending-services/arrow-icon.svg) no-repeat center;
  width: 24px;
  height: 24px;
  margin-left: 10px;
}
.cnc-common-services .deal-module .deal-item .deal-des dd {
  height: 72px;
  line-height: 24px;
  color: #6C7073;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.cnc-common-services .deal-module .deal-item .deal-rules {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.cnc-common-services .deal-module .deal-item .deal-rules li {
  display: flex;
  align-items: center;
  width: 46%;
}
.cnc-common-services .deal-module .deal-item .deal-rules span {
  color: #3B3E40;
  line-height: 22px;
  flex: 1;
  display: flex;
  gap: 10px;
  align-items: center;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cnc-common-services .deal-module .deal-item .deal-rules span:before {
  background: url("../images/cnc-bending-services/check-icon.svg") no-repeat center;
  width: 20px;
  height: 20px;
  content: '';
  display: inline-block;
  vertical-align: sub;
  margin-right: 10px;
}
.cnc-common-services .deal-module .deal-menu {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}
.cnc-common-services .deal-module .deal-menu .tab-el {
  width: 240px;
  height: 220px;
  padding: 10px 10px 16px;
  background: #fff;
  box-shadow: 0 12px 36px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #DBDEE2;
  border-radius: 20px;
  cursor: pointer;
}
.cnc-common-services .deal-module .deal-menu .tab-el.active,
.cnc-common-services .deal-module .deal-menu .tab-el:hover {
  padding: 9px 9px 13px;
  border: 2px solid #262626;
}
.cnc-common-services .deal-module .deal-menu .deal-menu-pic {
  width: 218px;
  height: 154px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 14px;
}
.cnc-common-services .deal-module .deal-menu .deal-menu-pic img {
  width: 100%;
  height: 100%;
  background-size: cover;
}
.cnc-common-services .deal-module .deal-menu .deal-menu-title {
  margin-top: 16px;
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 16px;
  line-height: 24px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
}
.cnc-common-services .deal-module .the-btn {
  text-align: center;
  margin-top: 40px;
}
.cnc-common-services .capacity-table {
  width: 1000px;
  margin: 0 auto;
  border-collapse: collapse;
}
.cnc-common-services .capacity-table th,
.cnc-common-services .capacity-table td {
  width: 50%;
  padding: 14px 16px;
  text-align: left;
}
.cnc-common-services .capacity-table thead th {
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
  font-family: 'HarmonyOS_Sans_Bold';
  background: #262626;
  border-left: 1px solid #262626;
}
.cnc-common-services .capacity-table thead th:last-child {
  border-right: 1px solid #262626;
}
.cnc-common-services .capacity-table tbody tr:hover {
  background: #F7F8F9;
}
.cnc-common-services .capacity-table tbody td {
  color: #3B3E40;
  line-height: 22px;
  font-family: 'HarmonyOS_Sans_Medium';
  border-left: 1px solid #DBDEE2;
  border-bottom: 1px solid #DBDEE2;
}
.cnc-common-services .capacity-table tbody td:last-child {
  border-right: 1px solid #DBDEE2;
}
.cnc-common-services .coupon-module {
  background: url("../images/cnc-bending-services/coupon-bg.webp") no-repeat center;
  width: 100%;
  min-width: 1200px;
  height: 692px;
  background-size: cover;
}
.cnc-common-services .coupon-module .title-module .title {
  color: #ffffff;
}
.cnc-common-services .coupon-module .coupon-remit {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.cnc-common-services .coupon-module .coupon-item {
  width: 590px;
  height: 246px;
  backdrop-filter: blur(14px);
  border-radius: 20px;
  padding: 24px 230px 24px 24px;
  position: relative;
  transition: all 0.3s ease-in-out;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.cnc-common-services .coupon-module .coupon-item:hover {
  transform: translateY(-10px);
}
.cnc-common-services .coupon-module .coupon-item:after {
  width: 200px;
  height: 160px;
  content: '';
  display: block;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 1;
}
.cnc-common-services .coupon-module .coupon-item:first-child:after {
  background: url("../images/cnc-bending-services/coupon-board-pic1.webp") no-repeat center;
}
.cnc-common-services .coupon-module .coupon-item:nth-child(2):after {
  background: url("../images/cnc-bending-services/coupon-board-pic2.webp") no-repeat center;
}
.cnc-common-services .coupon-module .coupon-item:nth-child(3):after {
  background: url("../images/cnc-bending-services/coupon-board-pic3.webp") no-repeat center;
}
.cnc-common-services .coupon-module .coupon-item:nth-child(4):after {
  background: url("../images/cnc-bending-services/coupon-board-pic4.webp") no-repeat center;
}
.cnc-common-services .coupon-module .coupon-item .title {
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 18px;
  color: #ffffff;
  line-height: 24px;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cnc-common-services .coupon-module .coupon-item .title:after {
  background: url("../images/cnc-bending-services/arrow-icon2.svg") no-repeat center;
  width: 24px;
  height: 24px;
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cnc-common-services .coupon-module .coupon-item .title:hover {
  color: #00a63f;
}
.cnc-common-services .coupon-module .coupon-item .title:hover:after {
  background: url("../images/cnc-bending-services/arrow-hover-icon2.svg") no-repeat center;
}
.cnc-common-services .coupon-module .coupon-item .unit-des {
  margin-bottom: 18px;
}
.cnc-common-services .coupon-module .coupon-item .unit-des dt {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.65);
  line-height: 22px;
  font-family: 'HarmonyOS_Sans_Regular';
  margin-bottom: 12px;
}
.cnc-common-services .coupon-module .coupon-item .unit-des dd {
  color: rgba(255, 255, 255, 0.65);
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.cnc-common-services .coupon-module .coupon-item .price-list {
  display: flex;
  gap: 73px;
}
.cnc-common-services .coupon-module .coupon-item .price-list .qty {
  color: rgba(255, 255, 255, 0.85);
  line-height: 22px;
  font-family: 'HarmonyOS_Sans_Regular';
  margin-bottom: 10px;
}
.cnc-common-services .coupon-module .coupon-item .price-list .pcs {
  font-size: 16px;
  line-height: 30px;
  font-family: 'HarmonyOS_Sans_Bold';
}
.cnc-common-services .coupon-module .coupon-item .price-list .pcs.white {
  font-size: 24px;
  color: #ffffff;
}
.cnc-common-services .coupon-module .coupon-item .price-list .pcs.brown {
  font-size: 24px;
  color: #F5C9A5;
}
.cnc-common-services .rich-text-module {
  background: #F7F8F9;
}
.cnc-common-services .rich-text-module * {
  word-break: break-word;
  font-size: 16px;
  line-height: 24px;
  color: #262626;
}
.cnc-common-services .rich-text-module ul {
  list-style: unset;
  padding-left: 2em;
}
.cnc-common-services .rich-text-module ul li {
  list-style: unset;
}
.cnc-common-services .rich-text-module ol {
  list-style: unset;
  padding-left: 2em;
}
.cnc-common-services .rich-text-module ol li {
  list-style: lower-alpha;
}
.cnc-common-services .rich-text-module .wcontainer {
  width: 800px;
  margin: 0 auto;
}
.cnc-common-services .rich-text-module .title-module .title {
  text-align: left;
}
.cnc-common-services .rich-text-module .text-content .text-des {
  font-size: 16px;
  color: #6C7073;
  line-height: 24px;
}
.cnc-common-services .rich-text-module .text-content .pt-el {
  border-left: 1px solid #DBDEE2;
  padding-left: 10px;
  word-break: break-word;
}
.cnc-common-services .rich-text-module .text-content .text-img {
  display: block;
  margin: 0 auto 20px;
}
.cnc-common-services .rich-text-module .text-content h2 {
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 24px !important;
  line-height: 30px !important;
  margin-bottom: 16px !important;
}
.cnc-common-services .rich-text-module .text-content h2 strong,
.cnc-common-services .rich-text-module .text-content h2 b {
  font-weight: bold;
}
.cnc-common-services .rich-text-module .text-content p {
  font-size: 16px !important;
  color: #262626 !important;
  line-height: 24px !important;
  word-break: break-word !important;
}
.cnc-common-services .rich-text-module .text-content p.ql-align-center {
  text-align: center;
}
.cnc-common-services .rich-text-module .text-content h3 {
  font-family: 'HarmonyOS_Sans_Bold' !important;
  font-size: 18px !important;
  line-height: 26px !important;
  margin-bottom: 16px !important;
}
.cnc-common-services .rich-text-module .text-content h3 strong,
.cnc-common-services .rich-text-module .text-content h3 b {
  font-weight: bold;
}
.cnc-common-services .rich-text-module .text-content .bold {
  font-family: 'HarmonyOS_Sans_Bold';
}
.cnc-common-services .rich-text-module .text-content .info-list li,
.cnc-common-services .rich-text-module .text-content .info-list p {
  font-size: 16px;
  color: #262626;
  line-height: 26px;
  word-break: break-word;
}
.cnc-common-services .rich-text-module .text-content .info-list .row {
  padding-left: 18px;
}
.cnc-common-services .rich-text-module .text-content table {
  width: 100%;
  border-collapse: collapse;
}
.cnc-common-services .rich-text-module .text-content table thead tr {
  background: #E9EBED;
}
.cnc-common-services .rich-text-module .text-content table thead th {
  border-top: 1px solid #DBDEE2;
  font-family: 'HarmonyOS_Sans_Medium';
}
.cnc-common-services .rich-text-module .text-content table th,
.cnc-common-services .rich-text-module .text-content table td {
  font-size: 14px;
  color: #262626;
  line-height: 22px;
  padding: 10px 16px;
  border-left: 1px solid #DBDEE2;
  border-bottom: 1px solid #DBDEE2;
}
.cnc-common-services .rich-text-module .text-content table th:last-child,
.cnc-common-services .rich-text-module .text-content table td:last-child {
  border-right: 1px solid #DBDEE2;
}
.cnc-common-services .posts-module {
  padding-bottom: 130px;
}
.cnc-common-services .posts-module .engineer-swiper {
  position: relative;
}
.cnc-common-services .posts-module .engineer-swiper .swiper-container {
  overflow: inherit;
  margin-left: -360px;
}
.cnc-common-services .posts-module .engineer-swiper .swiper-container .swiper-slide {
  width: 590px;
}
.cnc-common-services .posts-module .engineer-swiper .blog-el {
  width: 590px;
  height: 248px;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #DBDEE2;
  margin-bottom: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
}
.cnc-common-services .posts-module .engineer-swiper .blog-el .blog-info {
  padding: 24px 20px;
}
.cnc-common-services .posts-module .engineer-swiper .blog-el .blog-info .info-title {
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 18px;
  color: #262626;
  line-height: 26px;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.cnc-common-services .posts-module .engineer-swiper .blog-el .blog-info .info-tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  overflow: hidden;
  max-height: 110px;
}
.cnc-common-services .posts-module .engineer-swiper .blog-el .blog-info .info-tags .tag-el {
  display: flex;
  align-items: center;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  background: #E9EBED;
  font-size: 12px;
  color: #6C7073;
  border-radius: 24px;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150px;
}
.cnc-common-services .posts-module .engineer-swiper .blog-el .blog-info .info-tags .tag-el:hover {
  background: #00a63f;
  color: #ffffff;
}
.cnc-common-services .posts-module .engineer-swiper .blog-el .blog-pic {
  flex-shrink: 0;
  height: 246px;
  width: 292px;
  overflow: hidden;
  border-radius: 0 16px 16px 0;
  display: flex;
  align-items: center;
}
.cnc-common-services .posts-module .engineer-swiper .blog-el .blog-pic img {
  width: 100%;
  height: 100%;
}
.cnc-common-services .posts-module .engineer-swiper .blog-el:hover {
  box-shadow: 0 12px 36px 0 rgba(0, 0, 0, 0.1);
}
.cnc-common-services .posts-module .engineer-swiper .blog-el:last-child {
  margin-bottom: 0;
}
.cnc-common-services .posts-module .guides-control {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 24px;
  position: absolute;
  bottom: -80px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}
.cnc-common-services .posts-module .guides-control button {
  outline: none;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cnc-common-services .posts-module .guides-control .control-l {
  background: url("../images/cnc-bending-services/guide-control-left.svg") no-repeat center;
}
.cnc-common-services .posts-module .guides-control .control-r {
  background: url("../images/cnc-bending-services/guide-control-right.svg") no-repeat center;
}
.cnc-common-services .reviews-module {
  background: #F7F8F9;
}
.cnc-common-services .reviews-module .way-about-list {
  margin-left: 0;
  margin-top: 36px;
  overflow: hidden;
  position: relative;
}
.cnc-common-services .reviews-module .way-about-list .about-item {
  margin-left: 0;
  margin-right: 30px;
  margin-bottom: unset;
}
.cnc-common-services .reviews-module .the-btn {
  text-align: center;
  margin-top: 40px;
}
.cnc-common-services .reviews-module .the-btn a {
  min-width: 170px;
  text-align: center;
  padding: 0 30px;
}
.cnc-common-services .faq-module .faq-remit {
  display: flex;
  min-height: 365px;
  gap: 40px;
}
.cnc-common-services .faq-module .faq-remit .faq-chunk {
  width: 580px;
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.cnc-common-services .faq-module .faq-remit .faq-chunk .faq-item {
  padding-bottom: 20px;
  border-bottom: 1px solid #E9EBED;
}
.cnc-common-services .faq-module .faq-remit .faq-chunk .faq-item.active {
  padding-bottom: unset;
  border-bottom: unset;
}
.cnc-common-services .faq-module .faq-remit .faq-chunk .faq-item.active .head-title {
  margin-bottom: 14px;
}
.cnc-common-services .faq-module .faq-remit .faq-chunk .faq-item.active .head-title .fold-btn {
  background: url("../images/cnc-bending-services/unfold-icon.svg") no-repeat center;
}
.cnc-common-services .faq-module .faq-remit .faq-chunk .faq-item.active .faq-des {
  max-height: 300px;
  opacity: 1;
  padding: 20px;
  border-top: 1px solid #E9EBED;
  border-bottom: 1px solid #E9EBED;
}
.cnc-common-services .faq-module .faq-remit .faq-chunk .head-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  cursor: pointer;
}
.cnc-common-services .faq-module .faq-remit .faq-chunk .head-title .title {
  font-size: 16px;
  font-family: 'HarmonyOS_Sans_Bold';
  line-height: 30px;
  max-width: 520px;
}
.cnc-common-services .faq-module .faq-remit .faq-chunk .head-title .fold-btn {
  background: url("../images/cnc-bending-services/fold-icon.svg") no-repeat center;
  width: 30px;
  height: 30px;
  display: block;
  cursor: pointer;
}
.cnc-common-services .faq-module .faq-remit .faq-chunk .faq-des {
  color: #3B3E40;
  line-height: 22px;
  background: #F7F8F9;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0 20px;
}
.cnc-common-services .safe-quote {
  width: 1200px;
  height: 234px;
  padding: 32px 60px;
  margin: 0 auto 50px;
  background: #003631;
  border-radius: 20px;
  position: relative;
}
.cnc-common-services .safe-quote .view-logo {
  background: url("../images/cnc-bending-services/logo-icon.svg") no-repeat center;
  width: 102px;
  height: 40px;
  margin-bottom: 10px;
  font-size: 0;
}
.cnc-common-services .safe-quote .logo-des {
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 30px;
  color: #ffffff;
  line-height: 40px;
  margin-bottom: 16px;
  max-width: 610px;
}
.cnc-common-services .safe-quote .des-note {
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  font-family: 'HarmonyOS_Sans_Medium';
  max-width: 610px;
}
.cnc-common-services .safe-quote .des-note a {
  font-family: 'HarmonyOS_Sans_Medium';
  color: #ffffff;
}
.cnc-common-services .safe-quote .des-note a:hover {
  color: #00a63f;
}
.cnc-common-services .safe-quote .jump-quote {
  height: 48px;
  background: #00a63f;
  border-radius: 40px;
  padding: 0 18px;
  font-size: 16px;
  color: #ffffff;
  font-family: 'HarmonyOS_Sans_Bold';
  display: flex;
  align-items: center;
  width: fit-content;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 60px;
  text-decoration: none;
}
.cnc-common-services .safe-quote .jump-quote:after {
  display: inline-block;
  content: '';
  background: url("../images/cnc-bending-services/jump-link-icon.svg") no-repeat center;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  transition: all 0.3s ease-in-out;
}
.cnc-common-services .safe-quote .jump-quote:hover:after {
  transform: rotate(45deg);
}
.cnc-common-services .project-module .title-module {
  margin-bottom: unset;
}
.cnc-common-services .project-module .project-remit .swiper-container {
  padding: 40px 0 50px;
}
.cnc-common-services .project-module .project-remit .project-item {
  width: 380px !important;
  height: 442px;
  padding: 36px 38px;
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #DBDEE2;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cnc-common-services .project-module .project-remit .project-item:hover {
  box-shadow: 0 28px 56px 0 rgba(0, 0, 0, 0.06), 0 5px 20px 0 rgba(0, 0, 0, 0.06);
  transform: translateY(-10px);
}
.cnc-common-services .project-module .project-remit .project-item .project-icon {
  display: block;
  margin-bottom: 14px;
}
.cnc-common-services .project-module .project-remit .project-item dl dt {
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
}
.cnc-common-services .project-module .project-remit .project-item dl dd {
  color: #6C7073;
  line-height: 22px;
  height: 66px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
}
.cnc-common-services .project-module .project-remit .project-item .jump-icon {
  background: url("../images/cnc-bending-services/arrow-icon.svg") no-repeat center;
  width: 24px;
  height: 24px;
  display: block;
}
.cnc-common-services .project-module .project-remit .project-item .project-img {
  position: absolute;
  right: 0;
  bottom: 0;
}
.cnc-common-services .project-module .project-remit .the-swiper-btn .btn {
  width: 46px;
  height: 46px;
  background: #ffffff;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  border: 1px solid #DBDEE2;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  margin-top: -23px;
  z-index: 10;
}
.cnc-common-services .project-module .project-remit .the-swiper-btn .btn:after {
  width: 24px;
  height: 24px;
  content: '';
  display: block;
  background: url("../images/cnc-bending-services/arrow-icon.svg") no-repeat center;
}
.cnc-common-services .project-module .project-remit .the-swiper-btn .btn.prev {
  left: 140px;
}
.cnc-common-services .project-module .project-remit .the-swiper-btn .btn.prev:after {
  transform: rotate(180deg);
}
.cnc-common-services .project-module .project-remit .the-swiper-btn .btn.next {
  right: 140px;
}
/*# sourceMappingURL=cnc-common-services.css.map */