.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;
}
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;
}
.total-rate-module .rate-img {
  width: 74px;
  height: 20px;
  float: left;
  background: url("../images/3d-automotive/rate-scores.png") no-repeat 0 1px;
}
.total-rate-module .rate-img.rate0 {
  background: url("../images/3d-automotive/rate-scores.png") no-repeat 0 -248px;
}
.total-rate-module .rate-img.rate0-5 {
  background: url("../images/3d-automotive/rate-scores.png") no-repeat 0 1px;
}
.total-rate-module .rate-img.rate1 {
  background: url("../images/3d-automotive/rate-scores.png") no-repeat 0px -24px;
}
.total-rate-module .rate-img.rate1-5 {
  background: url("../images/3d-automotive/rate-scores.png") no-repeat 0px -48px;
}
.total-rate-module .rate-img.rate2 {
  background: url("../images/3d-automotive/rate-scores.png") no-repeat 0px -73px;
}
.total-rate-module .rate-img.rate2-5 {
  background: url("../images/3d-automotive/rate-scores.png") no-repeat 0px -99px;
}
.total-rate-module .rate-img.rate3 {
  background: url("../images/3d-automotive/rate-scores.png") no-repeat 0px -124px;
}
.total-rate-module .rate-img.rate3-5 {
  background: url("../images/3d-automotive/rate-scores.png") no-repeat 0px -149px;
}
.total-rate-module .rate-img.rate4 {
  background: url("../images/3d-automotive/rate-scores.png") no-repeat 0px -174px;
}
.total-rate-module .rate-img.rate4-5 {
  background: url("../images/3d-automotive/rate-scores.png") no-repeat 0px -199px;
}
.total-rate-module .rate-img.rate5 {
  background: url("../images/3d-automotive/rate-scores.png") no-repeat 0px -224px;
}
.faq-area-module {
  padding: 50px 0 80px;
}
.faq-area-module .faq-box-area:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.faq-area-module .faq-box-area .faq-box-l {
  float: left;
}
.faq-area-module .faq-box-area .faq-box-l .faq-label {
  font-size: 30px;
  line-height: 24px;
  color: #333333;
  margin-top: 26px;
  font-weight: 700;
}
.faq-area-module .faq-box-area .faq-box-r {
  float: right;
  width: 892px;
}
.faq-area-module .faq-box-area .faq-box-r .faq-list {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.faq-area-module .faq-box-area .faq-box-r .faq-list.active .faq-list-des {
  height: auto;
}
.faq-area-module .faq-box-area .faq-box-r .faq-list.active .icon-down {
  transform: rotate(180deg);
}
.faq-area-module .faq-box-area .faq-box-r .faq-list .faq-list-name {
  font-size: 20px;
  line-height: 24px;
  color: #333333;
  padding: 26px 0;
  cursor: pointer;
}
.faq-area-module .faq-box-area .faq-box-r .faq-list .faq-list-name:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.faq-area-module .faq-box-area .faq-box-r .faq-list .faq-list-name .name-val {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  float: left;
  height: 30px;
  max-width: 810px;
  font-weight: 700;
  font-size: 20px;
}
.faq-area-module .faq-box-area .faq-box-r .faq-list .faq-list-name .icon-down {
  float: right;
  display: block;
  transition: all 0.3s linear;
  background: url("../images/industries-Automotive/don-arrow.png") no-repeat;
  width: 16px;
  height: 16px;
}
.faq-area-module .faq-box-area .faq-box-r .faq-list .faq-list-des {
  font-size: 16px;
  color: #6a7076;
  line-height: 20px;
  height: 0;
  overflow: hidden;
  word-break: break-word;
}
.faq-area-module .faq-box-area .faq-box-r .faq-list .faq-list-des p {
  margin-bottom: 20px;
  line-height: 24px;
}
.faq-area-module .faq-box-area .faq-box-r .faq-list .faq-list-des a {
  color: #00a63f;
}
.faq-area-module .faq-box-area .faq-box-r .faq-list .faq-list-des .alone {
  color: #00a63f;
}
.diy-trades-module .trades-region {
  margin-bottom: 50px;
}
.diy-trades-module .trades-region:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.diy-trades-module .serve-item {
  width: 164px;
  float: left;
  padding: 0 38px;
  text-align: center;
  margin-top: 40px;
}
.diy-trades-module .serve-item:hover .other-pic img {
  transform: scale(1.14);
  transition: all 0.3s;
}
.diy-trades-module .serve-item:hover .other-des {
  color: #00a63f;
}
.diy-trades-module .other-pic {
  width: 110px;
  height: 110px;
  border-radius: 100%;
  overflow: hidden;
  margin: auto;
  position: relative;
}
.diy-trades-module .other-pic img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
  margin: auto;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.diy-trades-module .other-des {
  margin-top: 22px;
  font-size: 15px;
  font-weight: 500;
  color: #333333;
  text-align: center;
}
body {
  overflow-x: hidden;
}
.common-title {
  width: 960px;
  margin: 60px auto 0;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: #111111;
}
.common-des {
  margin-top: 10px;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  text-align: center;
}
.more-btn {
  text-align: center;
  margin-top: 50px;
}
.more-btn a {
  font-size: 14px;
  font-weight: 500;
  padding: 12px 26px;
  border-radius: 50px;
  border: 1px solid #999999;
}
.more-btn a:hover {
  color: #00a63f;
  border: 1px solid #00a63f;
}
.automotive-banner {
  background: url('../images/3d-automotive/automotive-banner.jpg') no-repeat center;
  height: 430px;
  min-width: 1200px;
  background-size: cover;
}
.automotive-banner.medical-banner {
  background: url('../images/3d-automotive/Medical-banner.jpg') no-repeat center;
}
.automotive-banner.cultural-banner {
  background: url('../images/3d-automotive/Cultural-Creativity-banner.jpg') no-repeat center;
}
.automotive-banner.cultural-banner .banner-title {
  font-size: 32px;
  line-height: 40px;
  width: 800px;
}
.automotive-banner.industrial-banner {
  background: url('../images/3d-automotive/Industrial-banner.jpg') no-repeat center;
}
.automotive-banner .jump-btn {
  margin-top: 60px;
  font-size: 16px;
  font-weight: 700;
  color: #00A63F;
}
.automotive-banner .banner-title {
  margin-top: 12px;
  font-size: 36px;
  line-height: 44px;
  color: #ffffff;
  width: 600px;
  font-weight: 700;
}
.automotive-banner .banner-des {
  margin-top: 20px;
  color: #EBEBEB;
  font-size: 16px;
  line-height: 22px;
  width: 626px;
}
.automotive-banner .the-quote {
  margin-top: 50px;
  color: #ffffff;
  font-size: 16px;
  height: 42px;
  line-height: 42px;
  border-radius: 4px;
  background: #00A63F;
  padding: 0 24px;
  display: inline-block;
  transition: all 0.3s linear;
}
.automotive-banner .the-quote:hover {
  background: #1A8434;
}
.product-potential-module {
  background: #F8F9FA;
  min-width: 1200px;
}
.product-potential-module .product-region {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product-potential-module .product-region .product-item {
  margin-top: 20px;
  width: 590px;
  height: 146px;
  border-radius: 8px;
  background: #fff;
}
.product-potential-module .product-region .product-item:nth-child(2) .item-row:before {
  background: url('../images/3d-automotive/list-icon-2.png') no-repeat center;
}
.product-potential-module .product-region .product-item:nth-child(3) .item-row:before {
  background: url('../images/3d-automotive/list-icon-3.png') no-repeat center;
}
.product-potential-module .product-region .product-item:nth-child(4) .item-row:before {
  background: url('../images/3d-automotive/list-icon-4.png') no-repeat center;
}
.product-potential-module .product-region .product-item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
}
.product-potential-module .product-region .item-row {
  padding: 28px 22px 22px 74px;
  position: relative;
}
.product-potential-module .product-region .item-row:before {
  position: absolute;
  left: 26px;
  top: 30px;
  background: url('../images/3d-automotive/list-icon-1.png') no-repeat center;
  width: 36px;
  height: 36px;
  content: '';
  display: block;
}
.product-potential-module .product-region .title {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  position: relative;
  padding-right: 22px;
}
.product-potential-module .product-region .des {
  margin-top: 8px;
  font-size: 13px;
  line-height: 18px;
  color: #5E6269;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.solutions-module .solutions-region {
  background: #F8F9FA;
  min-width: 1200px;
}
.solutions-module .solutions-tab {
  display: flex;
  text-align: center;
  margin-top: 30px;
}
.solutions-module .solutions-tab .tab-item {
  cursor: pointer;
  flex: 1;
  padding-bottom: 18px;
  position: relative;
}
.solutions-module .solutions-tab .tab-item:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 2px;
  background: #00A63F;
  content: '';
  display: block;
}
.solutions-module .solutions-tab .tab-item.active:after {
  width: 100%;
  transition: all 0.3s linear;
}
.solutions-module .solutions-tab .tab-item.active .tab-icon {
  background: url('../images/3d-automotive/Prototypes-Testing-hover.png') no-repeat center;
  background-size: cover;
}
.solutions-module .solutions-tab .tab-item.active .tab-title {
  color: #00A63F;
}
.solutions-module .solutions-tab .tab-item:nth-child(2) .tab-icon {
  background: url('../images/3d-automotive/Conceptual-Designs.png') no-repeat center;
  background-size: cover;
}
.solutions-module .solutions-tab .tab-item:nth-child(2).active .tab-icon {
  background: url('../images/3d-automotive/Conceptual-Designs-hover.png');
  background-size: cover;
}
.solutions-module .solutions-tab .tab-item:nth-child(3) .tab-icon {
  background: url('../images/3d-automotive/Customized-Parts.png') no-repeat center;
  background-size: cover;
}
.solutions-module .solutions-tab .tab-item:nth-child(3).active .tab-icon {
  background: url('../images/3d-automotive/Customized-Parts-hover.png');
  background-size: cover;
}
.solutions-module .solutions-tab .tab-item:nth-child(4) .tab-icon {
  background: url('../images/3d-automotive/Mass-Production.png') no-repeat center;
  background-size: cover;
}
.solutions-module .solutions-tab .tab-item:nth-child(4).active .tab-icon {
  background: url('../images/3d-automotive/Mass-Production-hover.png');
  background-size: cover;
}
.solutions-module .solutions-tab .tab-icon {
  background: url('../images/3d-automotive/Prototypes-Testing.png') no-repeat center;
  width: 120px;
  height: 86px;
  margin: auto;
  background-size: cover;
}
.solutions-module .solutions-tab .tab-title {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
}
.solutions-module .solutions-box {
  margin-top: 40px;
}
.solutions-module .solutions-list {
  display: flex;
  justify-content: space-between;
}
.solutions-module .solutions-list .list-l-row {
  cursor: pointer;
  width: 550px;
  padding: 26px 0;
}
.solutions-module .solutions-list .list-l-row.active {
  background: #F8F9FA;
  border-radius: 8px;
}
.solutions-module .solutions-list .list-l-row.active .title {
  position: relative;
}
.solutions-module .solutions-list .list-l-row.active .title:after {
  position: absolute;
  right: 0;
  top: 10px;
  width: 18px;
  height: 2px;
  background: #999999;
  content: '';
  display: block;
}
.solutions-module .solutions-list .title {
  font-size: 18px;
  color: #333333;
  font-weight: 500;
  padding-left: 22px;
  padding-right: 30px;
  display: inline-block;
  margin-right: 30px;
}
.solutions-module .solutions-list .des {
  margin-top: 6px;
  font-size: 13px;
  line-height: 18px;
  color: #666666;
  padding: 0 22px;
}
.solutions-module .solutions-list .list-r-pic {
  width: 620px;
  height: 400px;
}
.sample-video-box {
  position: relative;
  height: 700px;
  width: 100%;
  min-width: 1200px;
  margin: 70px auto 0;
}
.sample-video-box:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: '';
  display: block;
  background: rgba(0, 0, 0, 0.5);
  z-index: 4;
}
.sample-video-box video {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  box-sizing: border-box;
  z-index: 3;
  display: inline-block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: all 0.3s;
}
.sample-video-box .example-des {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1200px;
}
.sample-video-box .tips-title {
  text-align: center;
  color: #ffffff;
  line-height: 56px;
  font-size: 46px;
  font-weight: 700;
}
.sample-video-box .tips-des {
  width: 650px;
  font-size: 18px;
  font-weight: normal;
  line-height: 28px;
  color: #ffffff;
  margin-top: 24px;
  text-align: center;
}
.sample-video-box .watch-group {
  display: flex;
  justify-content: center;
  text-align: center;
}
.sample-video-box .watch-group .btn {
  margin-left: 24px;
  cursor: pointer;
  margin-top: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: normal;
  color: #ffffff;
  border-radius: 5px;
  border: solid 2px #ffffff;
  position: relative;
  min-width: 210px;
}
.sample-video-box .watch-group .btn:first-child {
  margin-left: 0;
}
.sample-video-box .watch-group .btn:hover {
  background: #00A63F;
  border: solid 2px #00A63F;
  transition: all 0.5s ease;
}
.sample-video-box .watch-group .quote-now {
  margin-left: 24px;
  cursor: pointer;
  margin-top: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: normal;
  color: #ffffff;
  height: 50px;
  border-radius: 5px;
  border: solid 2px #ffffff;
  box-sizing: border-box;
  position: relative;
  min-width: 220px;
}
.sample-video-box .watch-group .quote-now:hover {
  background: #00A63F;
  border: solid 2px #00A63F;
  transition: all 0.5s ease;
}
.sample-video-box .watch-group .video-btn {
  background: url('../images/3d-automotive/icon-video.png') no-repeat center;
  width: 24px;
  height: 24px;
  margin-left: 10px;
}
.sample-video-box .watch-group .jump-right {
  background: url('../images/3d-automotive/jump-right.png') no-repeat center;
  width: 24px;
  height: 24px;
  margin-left: 10px;
}
.sample-video-box .watch-group .icon-video {
  font-size: 22px;
  margin-left: 10px;
}
.core-region {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.core-region .core-item {
  margin-top: 32px;
  width: 580px;
  height: 380px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.core-region .core-item:hover .item-hint {
  max-height: 100%;
  top: unset;
  bottom: 0;
}
.core-region .core-item:hover .title:after {
  transform: rotate(180deg);
}
.core-region .item-hint {
  position: absolute;
  width: 100%;
  background: rgba(255, 255, 255, 0.92);
  bottom: 0;
  max-height: 54px;
  transition: all 0.3s;
}
.core-region .item-hint .title {
  height: 54px;
  line-height: 54px;
  margin-left: 22px;
  margin-right: 24px;
  font-size: 20px;
  font-weight: 500;
  color: #111111;
  position: relative;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 20px;
}
.core-region .item-hint .title:after {
  position: absolute;
  top: 25px;
  right: 0;
  background: url('../images/3d-automotive/down-icon.png') no-repeat center;
  width: 13px;
  height: 7px;
  content: '';
  display: block;
  transform: rotate(0deg);
  transition: all 0.2s ease;
}
.core-region .item-hint .des {
  padding-left: 22px;
  padding-right: 40px;
  font-size: 14px;
  color: #444444;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 12;
  -webkit-box-orient: vertical;
  line-height: 20px;
}
.core-region .item-hint .jump-btn {
  padding-left: 22px;
  margin-top: 12px;
  font-size: 14px;
  color: #00A63F;
  margin-bottom: 30px;
}
.core-region .item-hint .jump-btn:hover {
  text-decoration: underline;
}
.art-design-module {
  padding: 70px 0;
}
.art-design-module .des-title {
  font-weight: bold;
  font-size: 30px;
  color: #111111;
  line-height: 24px;
  text-align: center;
}
.art-design-module .art-box {
  margin-top: 60px;
}
.art-design-module .art-box .swiper-container {
  overflow: initial;
}
.art-design-module .art-box .swiper-wrapper {
  margin-top: 20px;
}
.art-design-module .art-box .design-item {
  width: 330px;
  height: 490px;
  overflow: hidden;
  position: relative;
  transition: all 0.5s linear;
}
.art-design-module .art-box .design-item .art-pic {
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.art-design-module .art-box .design-item .art-pic img {
  width: 100%;
  height: 100%;
  background-size: cover;
}
.art-design-module .art-box .design-item:hover {
  transform: translateY(-10px);
}
.art-design-module .art-box .design-item:hover .item-hint {
  bottom: 0;
}
.art-design-module .art-box .design-item .item-hint {
  background: #2E333E;
  transition: bottom 0.5s linear;
  padding: 0px 16px 36px;
  box-sizing: border-box;
  height: 218px;
  position: absolute;
  bottom: -128px;
}
.art-design-module .art-box .design-item .item-hint .hint-top {
  border-bottom: 1px solid #5E6169;
  padding-top: 20px;
  min-height: 90px;
  box-sizing: border-box;
}
.art-design-module .art-box .design-item .item-hint .hint-title {
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 18px;
}
.art-design-module .art-box .design-item .item-hint .hint-title::after {
  background: url("../images/3d-automotive/hint-icon.png") no-repeat center;
  width: 18px;
  height: 18px;
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
  margin-bottom: 2px;
  transition: all 0.3s ease;
}
.art-design-module .art-box .design-item .item-hint .hint-title:hover:after {
  transform: translateX(4px);
}
.art-design-module .art-box .design-item .item-hint .hint-des {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 16px;
  margin-top: 12px;
}
.art-design-module .art-box .design-item .item-hint .des-tips {
  font-size: 13px;
  color: #FFFFFF;
  line-height: 18px;
  margin-top: 15px;
}
.art-design-module .art-box .page-line {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.art-design-module .art-box .page-line .left-icon {
  background: url("../images/3d-automotive/art-left-icon.png") no-repeat center;
  width: 42px;
  height: 42px;
  display: block;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.art-design-module .art-box .page-line .left-icon:hover {
  background: url("../images/3d-automotive/art-left-icon-hover.png") no-repeat center;
}
.art-design-module .art-box .page-line .right-icon {
  background: url("../images/3d-automotive/art-right-icon.png") no-repeat center;
  width: 42px;
  height: 42px;
  display: block;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  margin-left: 20px;
}
.art-design-module .art-box .page-line .right-icon:hover {
  background: url("../images/3d-automotive/art-right-icon-hover.png") no-repeat center;
}
.art-design-module .art-box .page-line .page-pro {
  width: 1060px;
  height: 4px;
  background: #EEEEEE;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  margin-right: 34px;
}
.art-design-module .art-box .page-line .page-pro .swiper-pagination-progressbar-fill {
  background: #80899B;
  border-radius: 10px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  transition: left 2s linear, right 2s linear;
}
.automotive-industry {
  position: relative;
  background-size: auto;
  background-position: top;
  min-width: 1200px;
  margin: 70px auto 50px;
}
.automotive-industry.independent-industry {
  margin-top: unset;
}
.automotive-industry.independent-industry::before {
  background: none;
}
.automotive-industry:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: url('../images/3d-automotive/automotive-industry.jpg') no-repeat center;
  height: 440px;
  width: 100%;
  content: '';
  display: block;
  z-index: 1;
  background-size: cover;
}
.automotive-industry .quality-box {
  position: relative;
  z-index: 2;
}
.automotive-industry .industry-title {
  margin-top: 70px;
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  position: relative;
  padding-bottom: 38px;
}
.automotive-industry .industry-title:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 42px;
  height: 1px;
  background: #ffffff;
  content: '';
  display: block;
}
.automotive-industry .industry-region {
  display: flex;
  margin-left: -16px;
  margin-top: 40px;
}
.automotive-industry .industry-region:before {
  position: absolute;
  top: 0;
  content: '';
  display: block;
}
.automotive-industry .industry-region .print-item {
  width: 288px;
  background: #F8F9FA;
  border-radius: 10px;
  margin-left: 16px;
  padding-bottom: 10px;
}
.automotive-industry .industry-region .print-item:hover .print-pic img {
  transform: scale(1.02);
  transition: all 0.5s ease;
}
.automotive-industry .industry-region .print-pic img {
  transition: all 0.5s ease;
}
.automotive-industry .industry-region .print-icon {
  padding-top: 26px;
  height: 36px;
  text-align: center;
}
.automotive-industry .industry-region .print-title {
  padding: 0 18px;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  text-align: center;
  margin-top: 18px;
}
.automotive-industry .industry-region .print-des {
  margin-top: 14px;
  padding: 0 18px;
  font-size: 13px;
  line-height: 16px;
  color: #666666;
  text-align: center;
  height: 64px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.automotive-industry .industry-region .print-pic {
  margin-top: 20px;
  padding: 0 18px;
  width: 250px;
  height: 180px;
}
.automotive-industry .material-property-val {
  margin-top: 50px;
}
.automotive-industry .material-property-val table {
  width: 100%;
}
.automotive-industry .material-property-val thead {
  background: #252B3B;
}
.automotive-industry .material-property-val th {
  width: 11.11%;
  background: #252B3B;
  color: #ffffff;
  padding: 17px 0;
  text-align: center;
  border-left: 1px solid #747782;
  transition: all 0.3s;
  position: relative;
}
.automotive-industry .material-property-val th .hidden-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 788px;
  z-index: 6;
  display: none;
}
.automotive-industry .material-property-val th:first-child {
  margin-left: 0;
}
.automotive-industry .material-property-val th.active {
  transform: translateY(-10px);
  box-shadow: inset -10px 0 15px -10px rgba(0, 0, 0, 0.1);
  pointer-events: none;
}
.automotive-industry .material-property-val th.active .hidden-link {
  display: block;
  pointer-events: auto;
}
.automotive-industry .material-property-val td {
  font-size: 13px;
  color: #444444;
  text-align: center;
  padding: 20px 0;
  border-bottom: 1px solid #EEEEEE;
  line-height: 16px;
  position: relative;
}
.automotive-industry .material-property-val td:before {
  display: block;
  content: '';
  height: 100%;
  width: 12px;
  box-shadow: inset -10px 0 15px -10px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: -12px;
  z-index: 1;
  opacity: 0;
}
.automotive-industry .material-property-val td.active {
  box-shadow: inset -10px 0 15px -10px rgba(0, 0, 0, 0.1);
  pointer-events: none;
}
.automotive-industry .material-property-val td.active:before {
  opacity: 1;
}
.automotive-industry .material-property-val td:first-child {
  font-weight: 500;
}
.automotive-industry .material-property-val td:nth-child(9).active {
  box-shadow: none;
}
.surface-treatment {
  background: #F8F9FA;
  padding-bottom: 50px;
  min-width: 1200px;
}
.surface-treatment .swiper-box {
  margin-top: 40px;
  position: relative !important;
}
.surface-treatment .swiper-box .swiper-container {
  overflow: hidden;
  border-radius: 16px;
}
.surface-treatment .swiper-box .surface-pic {
  width: 288px;
  height: 192px;
}
.surface-treatment .swiper-box .surface-pic img {
  width: 100%;
  height: 100%;
  background-size: cover;
}
.surface-treatment .swiper-box .swiper-slide {
  width: 288px;
  height: 400px;
  border-radius: 16px;
  background: #ffffff;
}
.surface-treatment .swiper-box .title {
  padding: 0 20px;
  margin-top: 16px;
  color: #333333;
  line-height: 22px;
  font-weight: 500;
  font-size: 16px;
}
.surface-treatment .swiper-box .title:hover {
  font-weight: 700;
}
.surface-treatment .swiper-box .des {
  padding: 0 20px;
  margin-top: 10px;
  font-size: 13px;
  line-height: 18px;
  color: #666666;
  height: 74px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.surface-treatment .swiper-box .jump-btn {
  padding-right: 20px;
  margin-left: 20px;
  margin-top: 40px;
  font-size: 14px;
  font-weight: 500;
  color: #00A63F;
  position: relative;
}
.surface-treatment .swiper-box .jump-btn:after {
  position: absolute;
  top: 5px;
  right: 0;
  background: url('../images/3d-automotive/right-btn.png') no-repeat center;
  width: 5px;
  height: 8px;
  content: '';
  display: block;
  transition: all 0.3s linear;
}
.surface-treatment .swiper-box .jump-btn:hover:after {
  transform: translateX(5px);
  transition: all 0.3s linear;
}
.surface-treatment .swiper-box .swiper-button-next {
  position: absolute;
  top: 50%;
  right: -24px;
  left: auto;
  cursor: pointer;
  width: 50px;
  height: 50px;
  z-index: 222;
  background: #ffffff;
  border-radius: 50%;
  transform: rotate(180deg);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.12);
}
.surface-treatment .swiper-box .swiper-button-next:after {
  content: '';
  display: block;
  background-image: url("../images/3d-automotive/left-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 9px;
  height: 17px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.surface-treatment .swiper-box .swiper-button-next:hover:after {
  background-image: url("../images/3d-automotive/left-icon-hover.png");
  transform: rotate(180deg);
}
.surface-treatment .swiper-box .swiper-button-prev {
  position: absolute;
  top: 50%;
  left: -24px;
  right: auto;
  cursor: pointer;
  background: #ffffff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  z-index: 222;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.12);
}
.surface-treatment .swiper-box .swiper-button-prev:after {
  content: '';
  display: block;
  background-image: url("../images/3d-automotive/left-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 9px;
  height: 17px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.surface-treatment .swiper-box .swiper-button-prev:hover:after {
  background-image: url("../images/3d-automotive/left-icon-hover.png");
  transform: rotate(180deg);
}
.watch-video-pop {
  position: fixed;
  z-index: 1300;
  inset: 0;
  display: none;
}
.watch-video-pop .pop-mask {
  position: fixed;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-tap-highlight-color: transparent;
  z-index: -1;
}
.watch-video-pop .pop-body {
  height: 100%;
  outline: 0;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.watch-video-pop .resize-box {
  color: #212b36;
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border-radius: 8px;
  margin: 32px;
  position: relative;
  display: flex;
  flex-direction: column;
  max-height: calc(100% - 64px);
  box-shadow: rgba(0, 0, 0, 0.24) 0 0 4px 0, rgba(0, 0, 0, 0.24) 0 24px 48px 0;
  max-width: calc(100vw - 60px);
  overflow: visible;
  background: transparent;
  width: 80%;
}
.watch-video-pop .resize-el {
  flex: 1 1 0;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  line-height: 0;
  position: relative;
}
.watch-video-pop .resize-el .close {
  cursor: pointer;
  position: absolute;
  right: -15px;
  top: -15px;
  z-index: 100;
  font-size: 16px;
  text-align: center;
  line-height: 30px;
  width: 30px;
  height: 30px;
  background-color: #646464;
  border-radius: 100%;
  color: #ffffff;
}
.watch-video-pop .video-box {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #ffffff;
  background-color: #000;
  position: relative;
  font-size: 10px;
  line-height: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
  max-width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.watch-video-pop .the-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.total-titleCss {
  font-size: 30px;
  font-weight: 700;
  color: #111111;
  text-align: center;
  padding: 0 60px;
}
.custom-industry {
  margin-top: 60px;
  min-width: 1200px;
}
.custom-industry .industry-title {
  font-size: 30px;
  font-weight: 700;
  color: #111111;
  text-align: center;
  padding: 0 60px;
}
.custom-industry .title-des {
  font-size: 16px;
  color: #666666;
  line-height: 22px;
  text-align: center;
  padding: 0 60px;
  margin-top: 16px;
}
.custom-industry .industry-swiper {
  margin-top: 60px;
}
.custom-industry .industry-swiper:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.custom-industry .industry-swiper .swiper-slide {
  position: relative;
  float: left;
  height: 585px;
  overflow: hidden;
  cursor: grab;
}
.custom-industry .industry-swiper .industry-img {
  height: 500px;
  width: auto;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-color: #000;
  margin-bottom: 20px;
}
.custom-industry .industry-swiper .img-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 16px;
  font-weight: 500;
  margin-left: 10px;
}
.custom-industry .industry-swiper .img-type {
  font-size: 14px;
  color: #666666;
  padding: 6px 0;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-left: 10px;
}
.custom-industry .industry-swiper .industry-control {
  margin-top: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-industry .industry-swiper .industry-control .control-el {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.custom-industry .industry-swiper .industry-control .control-btn {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 0;
  outline: none;
  cursor: pointer;
  background: url("../images/3d-automotive/control-icon.png") no-repeat center rgba(0, 0, 0, 0.04);
}
.custom-industry .industry-swiper .industry-control .control-btn:hover {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
}
.custom-industry .industry-swiper .industry-control .control-btn.next {
  transform: rotate(180deg);
}
.custom-industry .industry-swiper .industry-control .control-btn.swiper-button-disabled {
  opacity: 0.8;
  box-shadow: none;
  cursor: not-allowed;
}
.custom-industry .industry-swiper .industry-control .control-btn.swiper-button-disabled:hover {
  box-shadow: none;
}
.custom-industry .industry-swiper .industry-control .swiper-pagination {
  display: flex;
  justify-content: center;
  min-width: 120px;
  position: unset;
  margin: 0 30px;
}
.custom-industry .industry-swiper .industry-control .swiper-pagination-bullet {
  background: #DEDFE2;
  margin-left: 12px;
  border-radius: 100%;
  opacity: 1;
  display: block;
  vertical-align: top;
  overflow: hidden;
}
.custom-industry .industry-swiper .industry-control .swiper-pagination-bullet:first-child {
  margin-left: 0;
}
.custom-industry .industry-swiper .industry-control .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 20px;
  background: #252B3A;
  border-radius: 6px;
}
.station-distribution {
  margin-top: 60px;
  margin-bottom: 60px;
}
.station-distribution .station-title {
  font-size: 30px;
  font-weight: 700;
  color: #111111;
  text-align: center;
  padding: 0 60px;
}
.station-distribution .distribution-box {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
.station-distribution .distribution-info {
  width: 620px;
}
.station-distribution .distribution-info .info-title {
  font-size: 22px;
  font-weight: 500;
}
.station-distribution .distribution-info .info-text {
  font-size: 14px;
  color: #666666;
  margin-top: 10px;
  line-height: 18px;
}
.station-distribution .distribution-info .jump-link {
  margin-top: 8px;
  font-size: 13px;
  color: #333333;
  padding: 4px 0;
  font-weight: 500;
  display: inline-block;
}
.station-distribution .distribution-info .jump-link:hover:after {
  transform: translateX(4px);
}
.station-distribution .distribution-info .jump-link:after {
  display: inline-block;
  content: '';
  background: url("../images/3d-automotive/arrow-icon.png") no-repeat center;
  width: 16px;
  height: 16px;
  transition: all 0.3s;
  vertical-align: text-top;
}
.station-distribution .distribution-info .statistics-box {
  margin-top: 50px;
}
.station-distribution .distribution-info .statistics-box:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.station-distribution .distribution-info .statistics-box li {
  float: left;
  width: 280px;
  padding: 22px 10px 22px 0;
}
.station-distribution .distribution-info .statistics-box .amount {
  font-weight: 700;
  font-size: 32px;
  color: #00a63f;
}
.station-distribution .distribution-info .statistics-box .amount.tag:after {
  display: inline-block;
  content: '+';
  font-size: 28px;
  font-weight: 500;
  line-height: 16px;
  vertical-align: super;
}
.station-distribution .distribution-info .statistics-box .info {
  color: #666666;
  font-size: 14px;
  margin-top: 6px;
}
.station-distribution .distribution-example {
  width: 460px;
  height: 460px;
}
.station-distribution .distribution-example:after {
  display: none;
  content: '';
  width: 100%;
  height: 90px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10001;
}
.station-distribution .distribution-example .warning {
  width: 16px;
  height: 16px;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #00a63f;
  background-size: 80%;
  cursor: pointer;
  pointer-events: all;
  border-radius: 100%;
  position: relative;
}
.station-distribution .distribution-example .earth-occluded .warning {
  background-color: #00a63f;
  opacity: 0.7;
  border-radius: 100%;
}
.station-distribution .distribution-example .earth-pop {
  background-color: hsla(0, 0%, 97%, 0.9);
  padding: 16px;
  border-radius: 0;
  backdrop-filter: blur(6px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.station-distribution .distribution-example .earth-pop .name {
  font-weight: 500;
  font-size: 13px;
  white-space: nowrap;
  color: #181818;
}
.station-distribution .trademark-box {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
.station-distribution .trademark-box .trademark {
  width: 188px;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  margin-left: 14px;
  background: #fff;
  position: relative;
  transform-style: preserve-3d;
  perspective: 500px;
}
.station-distribution .trademark-box .trademark:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  right: 0;
  bottom: 0;
  width: 0;
  margin: auto;
}
.station-distribution .trademark-box .trademark:first-child {
  margin-left: 0;
}
.station-distribution .trademark-box .trademark:first-child:hover:before {
  background: url("../images/3d-automotive/Bosched-logo.png") no-repeat center;
  width: 127px;
  height: 28px;
}
.station-distribution .trademark-box .trademark:nth-child(2):hover:before {
  background: url("../images/3d-automotive/Teslaed-logo.png") no-repeat center;
  width: 129px;
  height: 39px;
}
.station-distribution .trademark-box .trademark:nth-child(3):hover:before {
  background: url("../images/3d-automotive/Panasoniced-logo.png") no-repeat center;
  width: 136px;
  height: 21px;
}
.station-distribution .trademark-box .trademark:nth-child(4):hover:before {
  background: url("../images/3d-automotive/Hped-logo.png") no-repeat center;
  width: 44px;
  height: 44px;
}
.station-distribution .trademark-box .trademark:nth-child(5):hover:before {
  background: url("../images/3d-automotive/Siemensed-logo.png") no-repeat center;
  width: 133px;
  height: 21px;
}
.station-distribution .trademark-box .trademark:nth-child(6):hover:before {
  background: url("../images/3d-automotive/SpaceXed-logo.png") no-repeat center;
  width: 163px;
  height: 20px;
}
.companies-box {
  padding-top: 90px;
  padding-bottom: 60px;
  background: #F8F9FA;
  min-width: 1200px;
}
.companies-box .swiper-control-box {
  position: relative;
}
.companies-box .swiper-control-box .control-tool .control-btn {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 0;
  outline: none;
  cursor: pointer;
  background: url("../images/3d-automotive/controled-icon1.png") no-repeat center center #fff;
  position: absolute;
  top: 130px;
  left: -25px;
  z-index: 3;
  transition: background-position 0.1s linear;
}
.companies-box .swiper-control-box .control-tool .control-btn.prev:hover {
  border: 0;
  outline: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.12);
  background: url("../images/3d-automotive/controled-icon2.png") no-repeat center center #fff;
  width: 50px;
  height: 50px;
  background-size: unset;
}
.companies-box .swiper-control-box .control-tool .control-btn.next {
  transform: rotate(180deg);
  left: auto;
  right: -25px;
}
.companies-box .swiper-control-box .control-tool .control-btn.next:hover {
  transform: rotate(-180deg);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.12);
  background: url("../images/3d-automotive/controled-icon2.png") no-repeat center #fff;
  width: 50px;
  height: 50px;
}
.companies-box .companies-title {
  font-size: 30px;
  font-weight: 700;
  color: #111111;
  text-align: center;
  padding: 0 60px;
}
.companies-box .companies-rows {
  margin-top: 50px;
  overflow: hidden;
}
.companies-box .item-row {
  margin-left: -20px;
}
.companies-box .item-row:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.companies-box .item-row .item-el {
  float: left;
  width: 284px;
  margin: 0 0 0 20px;
}
.companies-box .item-row .item-el:focus {
  text-decoration: none;
}
.companies-box .item-row .item-el:hover {
  text-decoration: none;
}
.companies-box .item-row .item-el:hover img {
  transform: scale(1.02);
}
.companies-box .item-row .item-img {
  width: 100%;
  height: 310px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}
.companies-box .item-row .item-img img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.companies-box .item-row .item-name {
  font-size: 16px;
  color: #333333;
  font-weight: 700;
  margin-top: 12px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.companies-box .item-row .name-des {
  font-size: 14px;
  color: #999999;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 48px;
  margin-top: 6px;
}
.companies-box .item-row .item-tool {
  margin-top: 8px;
}
.companies-box .item-row .item-tool:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.companies-box .item-row .item-tool .icon-fivestar {
  color: #00a63f;
}
.companies-box .item-row .item-tool .rate-img {
  width: 74px;
  height: 20px;
  float: left;
  background: url("../images/3d-automotive/rate-scores.png") no-repeat 0 1px;
}
.companies-box .item-row .item-tool .rate-img.rate0 {
  background: url("../images/3d-automotive/rate-scores.png") no-repeat 0 -248px;
}
.companies-box .item-row .item-tool .rate-img.rate0-5 {
  background: url("../images/3d-automotive/rate-scores.png") no-repeat 0 1px;
}
.companies-box .item-row .item-tool .rate-img.rate1 {
  background: url("../images/3d-automotive/rate-scores.png") no-repeat 0px -24px;
}
.companies-box .item-row .item-tool .rate-img.rate1-5 {
  background: url("../images/3d-automotive/rate-scores.png") no-repeat 0px -48px;
}
.companies-box .item-row .item-tool .rate-img.rate2 {
  background: url("../images/3d-automotive/rate-scores.png") no-repeat 0px -73px;
}
.companies-box .item-row .item-tool .rate-img.rate2-5 {
  background: url("../images/3d-automotive/rate-scores.png") no-repeat 0px -99px;
}
.companies-box .item-row .item-tool .rate-img.rate3 {
  background: url("../images/3d-automotive/rate-scores.png") no-repeat 0px -124px;
}
.companies-box .item-row .item-tool .rate-img.rate3-5 {
  background: url("../images/3d-automotive/rate-scores.png") no-repeat 0px -149px;
}
.companies-box .item-row .item-tool .rate-img.rate4 {
  background: url("../images/3d-automotive/rate-scores.png") no-repeat 0px -174px;
}
.companies-box .item-row .item-tool .rate-img.rate4-5 {
  background: url("../images/3d-automotive/rate-scores.png") no-repeat 0px -199px;
}
.companies-box .item-row .item-tool .rate-img.rate5 {
  background: url("../images/3d-automotive/rate-scores.png") no-repeat 0px -224px;
}
.companies-box .item-row .item-tool .caption {
  float: right;
  color: #999999;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 190px;
  line-height: 20px;
}
.companies-box .more-row {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.companies-box .more-row .jump-link {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #999999;
  height: 42px;
  padding: 0 24px;
  border-radius: 42px;
  font-size: 14px;
  color: #333333;
  font-weight: 500;
}
.companies-box .more-row .jump-link:hover {
  text-decoration: none;
  color: #00A63F;
  border: 1px solid #00A63F;
}
.companies-box .more-row .jump-link:active {
  transform: translateY(1px);
}
.diy-trades-module .share-title {
  width: 960px;
  text-align: center;
  margin: auto;
  font-size: 30px;
  font-weight: 700;
  color: #111111;
}
/*# sourceMappingURL=3D-Automotive.css.map */