.textEellipsis {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.clearF:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.userSelect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.totalIconCss {
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}
.cnc-main {
  position: relative;
}
.cnc-main:before {
  display: none;
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 4;
  background: #000000;
  opacity: 0.3;
  -ms-opacity: 0.3;
  -moz-opacity: 0.3;
  -o-opacity: 0.3;
  filter: opacity(20);
}
.active-mask:before {
  display: block;
}
@font-face {
  font-family: 'Roboto-Bold';
  src: url('../fonts/roboto-bold.woff') format('woff'), /* chrome、firefox */ url('../../fonts/roboto-bold.ttf') format('truetype'), /* iOS 4.1- */ url('../fonts/roboto-bold.eot');
}
@font-face {
  font-family: 'Roboto-Medium';
  src: url('../fonts/Roboto-Medium.ttf') format('truetype');
}
.cnc-wrap {
  width: 1280px;
  margin: 0 auto;
}
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;
}
.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;
}
.need-banner {
  background-repeat: no-repeat;
  height: 500px;
  background-size: cover;
  background-position: center;
}
.need-banner .hint {
  padding-top: 68px;
  width: 490px;
  font-size: 16px;
  color: #ffffff;
}
.need-banner .need-title {
  margin-top: 16px;
  width: 530px;
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  line-height: 38px;
}
.need-banner .case-region {
  margin-top: 38px;
  width: 490px;
}
.need-banner .case-region dd {
  color: #bbbbbb;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  padding: 0px 0px 10px 20px;
}
.need-banner .case-region dd::before {
  position: absolute;
  left: 0px;
  top: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid #bbbbbb;
  content: '';
}
.need-banner .teamwork-box {
  margin-top: 70px;
}
.need-banner .teamwork-box img {
  padding-right: 30px;
}
.share-title {
  width: 960px;
  text-align: center;
  margin: auto;
  font-size: 30px;
  font-weight: 700;
  color: #111111;
}
.make-consume {
  padding: 60px 0px;
}
.make-consume .make-des {
  margin-top: 14px;
  text-align: center;
  font-size: 16px;
  color: #666666;
}
.make-consume .make-region {
  margin-top: 76px;
  display: flex;
  justify-content: space-between;
}
.make-consume .make-region .make-item {
  text-align: center;
  width: 236px;
}
.make-consume .make-region .make-item .analyse-title {
  margin-top: 24px;
  font-weight: 700;
  font-size: 18px;
  color: #333333;
}
.make-consume .make-region .make-item .analyse-des {
  margin-top: 6px;
  font-size: 14px;
  color: #666666;
  line-height: 22px;
}
.projects-solution {
  background: #F8F9FA;
  padding: 65px 0px;
}
.projects-solution .projects-tab {
  padding: 44px 154px 0px 154px;
  border-bottom: 1px solid #DFE1E6;
  display: flex;
  justify-content: space-between;
}
.projects-solution .projects-tab .item-tab {
  cursor: pointer;
  padding-bottom: 22px;
  font-size: 18px;
  color: #666666;
  position: relative;
}
.projects-solution .projects-tab .item-tab::after {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0;
  width: 0;
  height: 3px;
  content: '';
  margin: auto;
  background: #00A63F;
  transition: all 0.3s;
}
.projects-solution .projects-tab .item-tab.active {
  color: #00A63F;
}
.projects-solution .projects-tab .item-tab.active::after {
  width: 100%;
}
.projects-solution .region-item {
  margin-top: 50px;
}
.projects-solution .region-item:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.projects-solution .region-item .item-l {
  float: left;
}
.projects-solution .region-item .item-l .rapid-title {
  font-size: 20px;
  font-weight: 700;
  color: #333333;
}
.projects-solution .region-item .item-l .rapid-des {
  width: 650px;
  margin-top: 8px;
  font-size: 16px;
  color: #666666;
}
.projects-solution .region-item .item-l .mass-box {
  margin-top: 42px;
  width: 700px;
}
.projects-solution .region-item .item-l .mass-box:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.projects-solution .region-item .item-l .mass-box li {
  float: left;
  width: 300px;
  margin-right: 94px;
  margin-bottom: 44px;
}
.projects-solution .region-item .item-l .mass-box li:nth-child(2) {
  margin-right: 0px;
}
.projects-solution .region-item .item-l .mass-box li:nth-child(3) {
  margin-bottom: 0;
}
.projects-solution .region-item .item-l .mass-box li:nth-child(4) {
  margin-right: 0px;
  margin-bottom: 0px;
}
.projects-solution .region-item .item-l .mass-box li .mass {
  display: block;
}
.projects-solution .region-item .item-l .mass-box li .mass-title {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #333333;
}
.projects-solution .region-item .item-l .mass-box li .mass-des {
  height: 38px;
  margin-top: 10px;
  font-size: 14px;
  color: #666666;
  line-height: 18px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.projects-solution .region-item .item-l .mass-box li .mass-des .tag {
  color: #009b4c;
  font-weight: 700;
}
.projects-solution .region-item .item-l .mass-box li:hover .arrow {
  transform: translateX(5px);
  transition: all 0.3s;
}
.projects-solution .region-item .item-l .mass-box li .arrow {
  margin-top: 10px;
  display: block;
  background: url('../images/industries-Automotive/skip-right.png') no-repeat center;
  width: 16px;
  height: 9px;
  transition: all 0.3s;
}
.projects-solution .region-item .item-r {
  padding-top: 32px;
  float: right;
  width: 400px;
}
.projects-solution .region-item .item-r img {
  max-width: 100%;
}
.parts-box {
  padding: 60px 0px;
  display: flex;
  justify-content: space-between;
}
.parts-box .parts-title {
  margin-top: 10px;
  font-size: 24px;
  font-weight: 700;
  color: #111111;
  position: relative;
  padding-bottom: 28px;
}
.parts-box .parts-title::after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 30px;
  height: 3px;
  content: '';
  display: block;
  background: #00A63F;
}
.parts-box .parts-l {
  width: 570px;
}
.parts-box .parts-l .parts {
  max-width: 100%;
}
.parts-box .parts-r {
  width: 580px;
}
.parts-box .parts-r .parts-row {
  width: 578px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 24px;
}
.parts-box .parts-r .parts-row .parts-top {
  margin-top: 24px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  padding: 0px 30px 0px 0px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.parts-box .parts-r .parts-row .parts-top.active::after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transition: all 0.3s;
}
.parts-box .parts-r .parts-row .parts-top::after {
  position: absolute;
  top: 8px;
  right: 0px;
  background: url('../images/industries-Automotive/arrow-down.png') no-repeat center;
  width: 12px;
  height: 7px;
  content: '';
  transition: all 0.3s;
}
.parts-box .parts-r .parts-row .list-des {
  padding: 12px 36px 0px 0px;
  line-height: 24px;
  font-size: 15px;
  color: #666666;
}
.company-cooperation {
  background: #F8F9FA;
  padding: 60px 0px;
}
.company-cooperation .company-region {
  display: flex;
  justify-content: space-between;
}
.company-cooperation .company-region .company-l {
  width: 600px;
}
.company-cooperation .company-region .company-l .company-title {
  font-size: 24px;
  font-weight: 700;
  color: #111111;
  line-height: 30px;
}
.company-cooperation .company-region .company-l .company-des {
  margin-top: 14px;
  font-size: 15px;
  line-height: 24px;
  color: #666666;
}
.company-cooperation .company-region .company-l .box-common:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.company-cooperation .company-region .company-l .box-common .company-box {
  margin-top: 32px;
  float: left;
  width: 284px;
}
.company-cooperation .company-region .company-l .box-common .company-box:nth-child(2) {
  float: right;
}
.company-cooperation .company-region .company-l .box-common .company-box li {
  font-size: 16px;
  color: #333333;
  position: relative;
  padding: 0px 0px 16px 24px;
}
.company-cooperation .company-region .company-l .box-common .company-box li::before {
  position: absolute;
  left: 0px;
  top: 2px;
  width: 8px;
  height: 8px;
  content: '';
  border: 3px solid #333333;
  border-radius: 50%;
}
.company-cooperation .company-region .company-l .skip-yes {
  margin-top: 24px;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  height: 44px;
  line-height: 44px;
  background: #00A63F;
  padding: 0px 20px;
  transition: all 0.3s;
}
.company-cooperation .company-region .company-l .skip-yes:hover {
  transition: all 0.3s;
  background: #006D35;
}
.company-cooperation .company-region .company-r {
  width: 570px;
  padding-top: 34px;
}
.company-cooperation .company-region .company-r img {
  max-width: 100%;
}
.choose-us {
  padding-top: 72px;
}
.choose-us .choose-region {
  margin-top: 52px;
  display: flex;
  justify-content: space-between;
}
.choose-us .choose-region .choose-l {
  background: url('../images/industries-Automotive/Strengths.png') no-repeat center;
  width: 534px;
  height: 610px;
}
.choose-us .choose-region .choose-l .choose-title {
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  line-height: 42px;
  padding: 30px 0px 0px 40px;
}
.choose-us .choose-region .choose-l .mark-box {
  margin-top: 124px;
  padding: 0px 0px 0px 40px;
}
.choose-us .choose-region .choose-l .mark-box li {
  margin-top: 64px;
}
.choose-us .choose-region .choose-l .mark-box li:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.choose-us .choose-region .choose-l .mark-box li .mark-l {
  margin-top: 8px;
  float: left;
}
.choose-us .choose-region .choose-l .mark-box li .mark-r {
  margin-left: 14px;
  float: left;
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
}
.choose-us .choose-region .choose-l .mark-box li .mark-r .mark-des {
  margin-top: 6px;
  font-size: 16px;
  color: #ffffff;
  font-weight: normal;
}
.choose-us .choose-region .choose-r {
  width: 600px;
}
.choose-us .choose-region .choose-r .choose-des {
  font-size: 16px;
  color: #333333;
  line-height: 24px;
}
.choose-us .choose-region .choose-r .list-box {
  margin-top: 36px;
  position: relative;
  padding-left: 34px;
}
.choose-us .choose-region .choose-r .list-box::before {
  position: absolute;
  left: 0px;
  top: 0px;
  background: url('../images/industries-Automotive/skip-yes.png') no-repeat center;
  width: 20px;
  height: 20px;
  content: '';
}
.choose-us .choose-region .choose-r .list-box .list-title {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  padding-right: 24px;
  position: relative;
}
.choose-us .choose-region .choose-r .list-box .list-title::after {
  position: absolute;
  right: 0px;
  top: 9px;
  width: 14px;
  height: 2px;
  background: #333333;
  content: '';
}
.choose-us .choose-region .choose-r .list-box .list-des {
  line-height: 24px;
  width: 490px;
  margin-top: 18px;
  font-size: 16px;
  color: #666666;
}
.choose-us .choose-region .choose-r .list-box .list-item {
  width: 380px;
  margin-top: 14px;
}
.choose-us .choose-region .choose-r .list-box .list-item li {
  font-size: 15px;
  font-weight: 500;
  color: #666666;
  position: relative;
  padding: 0px 0px 10px 16px;
}
.choose-us .choose-region .choose-r .list-box .list-item li::before {
  position: absolute;
  left: 0px;
  top: 6px;
  width: 4px;
  height: 4px;
  background: #666666;
  border-radius: 50%;
  content: '';
}
.choose-us .choose-region .choose-r .skip-more {
  display: inline-block;
  padding: 18px 0px 0px 34px;
  font-size: 15px;
  font-weight: 700;
  color: #00A63F;
}
.choose-us .choose-region .choose-r .skip-more:hover {
  text-decoration: underline;
}
.company-teamwork .teamwork-region {
  margin-top: 70px;
}
.company-teamwork .teamwork-region:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.company-teamwork .teamwork-region .teamwork-title {
  width: 370px;
  font-size: 30px;
  font-weight: 700;
  color: #000000;
  line-height: 45px;
  float: left;
}
.company-teamwork .teamwork-region .lists-box {
  margin-top: 10px;
  float: left;
}
.company-teamwork .teamwork-region .lists-box:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.company-teamwork .teamwork-region .lists-box .lists-common {
  margin-left: 110px;
  float: left;
  width: 374px;
}
.company-teamwork .teamwork-region .lists-box .lists-common:nth-child(2) {
  margin-left: 58px;
  width: 284px;
}
.company-teamwork .teamwork-region .lists-box .lists-common li {
  font-size: 16px;
  color: #333333;
  padding: 0px 0px 20px 24px;
  position: relative;
}
.company-teamwork .teamwork-region .lists-box .lists-common li::before {
  position: absolute;
  top: 2px;
  left: 0px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 3px solid #333333;
  content: '';
}
.vetted-module {
  padding: 60px 0;
}
.vetted-module .vetted-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  width: 960px;
  margin: 0 auto;
  color: #333333;
}
.vetted-module .title-des {
  margin: 24px auto 0;
  width: 960px;
  text-align: center;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
}
.vetted-module .jump-row {
  text-align: center;
  font-size: 16px;
  margin-top: 12px;
}
.vetted-module .jump-row .jump-link {
  color: #00a63f;
  text-decoration: underline;
}
.vetted-module .jump-row .jump-link:hover:after {
  transform: translateX(5px);
}
.vetted-module .jump-row .jump-link:after {
  display: inline-block;
  content: '';
  background: url("../images/arrowed-icon.png") no-repeat center;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  transition: all 0.3s;
}
.vetted-module .vetted-swiper {
  margin-top: 40px;
}
.vetted-module .vetted-card {
  position: relative;
  float: left;
  height: 376px;
  overflow: hidden;
  cursor: grab;
}
.vetted-module .vetted-card a {
  display: block;
}
.vetted-module .vetted-card a .vetted-img {
  width: auto;
  height: 320px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-color: #666666;
}
.vetted-module .vetted-card a .overlay {
  height: 80%;
  width: 100%;
  background: #f2f2f2;
  position: absolute;
  left: 0;
  bottom: -245px;
  transition: bottom 0.25s;
}
.vetted-module .vetted-card a .overlay:hover {
  bottom: 0;
}
.vetted-module .vetted-card a .overlay:hover .arrow-down {
  transform: rotate(180deg);
}
.vetted-module .vetted-card a .overlay .overlay-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 56px;
  padding: 0 20px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.vetted-module .vetted-card a .overlay .overlay-title .overlay-name {
  font-size: 15px;
  font-weight: 700;
}
.vetted-module .vetted-card a .overlay .overlay-title .arrow-down {
  position: absolute;
  top: 18px;
  right: 14px;
  background: url('../images/industries-Automotive/don-arrow.png') no-repeat center;
  width: 16px;
  height: 16px;
}
.vetted-module .vetted-card a .overlay .overlay-table {
  padding: 0 20px;
  box-sizing: border-box;
  max-height: 234px;
  overflow-y: auto;
}
.vetted-module .vetted-card a .overlay .overlay-table table {
  width: 100%;
}
.vetted-module .vetted-card a .overlay .overlay-table table td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.13);
  padding: 10px 0;
}
.vetted-module .vetted-card a .overlay .overlay-table table td:first-of-type {
  color: rgba(0, 0, 0, 0.56);
  width: 110px;
}
.vetted-module .vetted-control {
  text-align: center;
  padding: 40px 0 0;
  font-size: 0;
}
.vetted-module .vetted-control .arrow-icon {
  display: inline-block;
  vertical-align: top;
  background: #f2f2f2;
  width: 60px;
  height: 48px;
  line-height: 53px;
  text-align: center;
  font-size: 22px;
  border-radius: 0 24px 24px 0;
  cursor: pointer;
}
.vetted-module .vetted-control .arrow-icon:after {
  background: url('../images/industries-Automotive/arrow-right.png') no-repeat center;
  width: 22px;
  height: 22px;
  content: '';
  display: inline-block;
}
.vetted-module .vetted-control .arrow-icon:first-child {
  line-height: 53px;
  transform: rotate(-180deg);
}
.faq-area-module {
  padding: 0px 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;
}
/*# sourceMappingURL=industries-Automotive.css.map */