* {
  box-sizing: border-box;
}
.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;
}
a:active {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
.ecms-nav {
  height: 60px;
  background: 0 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  transition: all 0.3s ease;
}
.ecms-nav.collapsed {
  background: #fff;
}
.ecms-nav.collapsed .nav-left .ecms-title {
  font-size: 24px;
  color: #333333;
}
.ecms-nav.collapsed .nav-left .ecms-menu li a.name {
  color: #333333;
}
.ecms-nav .wcontainer {
  position: relative;
  background: transparent;
}
.ecms-nav .nav-box {
  position: relative;
  height: 60px;
}
.ecms-nav .nav-box:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.ecms-nav .nav-left {
  float: left;
  position: relative;
  font-size: 14px;
}
.ecms-nav .nav-left .ecms-title {
  font-size: 24px;
  color: #fff;
  line-height: 60px;
  font-weight: 700;
  margin-right: 28px;
}
.ecms-nav .nav-left .ecms-title .logo-name {
  vertical-align: middle;
}
.ecms-nav .nav-left .ecms-menu {
  height: 60px;
  display: inline-block;
  vertical-align: top;
}
.ecms-nav .nav-left .ecms-menu:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.ecms-nav .nav-left .ecms-menu li {
  float: left;
  height: 100%;
  padding: 0 16px 0 16px;
}
.ecms-nav .nav-left .ecms-menu li:hover a.name:before {
  opacity: 1;
  -ms-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  filter: opacity(100);
}
.ecms-nav .nav-left .ecms-menu li.opended .sub-menus {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.ecms-nav .nav-left .ecms-menu li a.name {
  display: block;
  line-height: 60px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  position: relative;
  z-index: 2;
}
.ecms-nav .nav-left .ecms-menu li a.name:before {
  display: block;
  content: '';
  height: 3px;
  width: 100%;
  background: #5252f2;
  position: absolute;
  left: 0;
  bottom: 10px;
  z-index: 10;
  opacity: 0;
  -ms-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  filter: opacity(0);
  transition: all 0.3s;
}
.ecms-nav .nav-left .ecms-menu .disabled a {
  color: #999999;
}
.ecms-nav .nav-left .ecms-menu .disabled:hover:before {
  opacity: 0;
  -ms-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  filter: opacity(0);
}
.ecms-nav .nav-left .ecms-menu .active a.name:before {
  opacity: 1;
  -ms-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  filter: opacity(100);
}
.ecms-nav .nav-left .sub-menus {
  position: absolute;
  top: 100%;
  left: 174px;
  z-index: 1;
  line-height: normal;
  opacity: 0;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  overflow: hidden;
  transform: translateY(-16px);
  transition: all 0.3s ease;
  pointer-events: none;
}
.ecms-nav .nav-left .sub-menus .single-dropdown {
  margin-top: 8px;
  background: #fff;
  width: 510px;
  height: 308px;
}
.ecms-nav .nav-left .sub-menus .single-dropdown:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.ecms-nav .nav-left .sub-menus .sub-ads {
  float: left;
  width: 230px;
  height: inherit;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.ecms-nav .nav-left .sub-menus .sub-nav {
  padding: 20px;
  float: left;
  width: 280px;
}
.ecms-nav .nav-left .sub-menus .link-cell {
  display: block;
  padding: 6px 14px;
  font-size: 14px;
  color: #333333;
}
.ecms-nav .nav-left .sub-menus .link-cell.active {
  color: #5252f2;
  background: #ededfc;
}
.ecms-nav .nav-left .sub-menus .link-cell:hover {
  color: #5252f2;
  background: #ededfc;
}
.ecms-nav .nav-right {
  float: right;
  height: 100%;
}
.ecms-nav .nav-right:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.ecms-nav .nav-right .the-quote {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  color: #fff;
  height: 32px;
  line-height: 32px;
  min-width: 148px;
  background: #5252f2;
  float: left;
  margin: 15px 0 0 20px;
  text-align: center;
  font-weight: 500;
  transition: background-color 0.3s ease-in;
}
.ecms-nav .nav-right .the-quote:hover {
  background: #2d208c;
}
.ecms-main {
  position: relative;
}
.footer_left_top a:hover {
  text-decoration: underline;
  color: #A7A7A7;
}
.drop-down {
  display: inline-block;
  position: relative;
  border: 1px solid #cccccc;
  min-width: 300px;
  background: #fff;
  cursor: pointer;
}
.drop-down:after {
  display: block;
  content: '';
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAAXNSR0IArs4c6QAAALNJREFUOE/t0y0OAjEQhuF3rwP34WcvA1wHi8PhcKgFg0LhUCgM+aCTTJp2t4TKrdzOPJl8nW2ofJrKHiP4f6JxhhNgBqwLadVtgbPVe1CYLqfApgAVtgK6MMQHTU1Yghp2Ctg1NaF985OqUdP6Y9gRmAM3f5nbwxxq2AFYAPc4677FjlHVKrN9wB6phxv6Uzyq/h2wBJ65LRgC1WfoBWiBV99KlYCFK/ktG8Gf4koWV8/wDcRZIRX+1JYvAAAAAElFTkSuQmCC") no-repeat center;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 1;
  margin-top: -10px;
  pointer-events: none;
}
.drop-down .filter-info {
  background: #fff;
  width: 100%;
  height: 100%;
  text-indent: 14px;
  border: none;
  line-height: 38px;
  float: none;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 3px;
}
.drop-down .drop-lists {
  width: 100%;
  position: absolute;
  top: 100%;
  left: -1px;
  z-index: 3;
  background: #fff;
  box-sizing: content-box;
  border: 1px solid #cccccc;
  max-height: 282px;
  overflow-y: auto;
  display: none;
}
.drop-down .drop-lists li {
  padding: 6px 0 6px 14px;
  cursor: pointer;
}
.drop-down .drop-lists li.active {
  background-color: #F2F2F2;
}
.drop-down .drop-lists li:hover {
  background-color: #F2F2F2;
}
.active-drop:after {
  transform: rotate(180deg);
  margin-top: -10px;
}
.checkbox-item {
  vertical-align: top;
  line-height: 20px;
  height: 20px;
  margin: 8px 10px 14px 0;
  position: relative;
  z-index: 3;
  cursor: pointer;
}
.checkbox-item label {
  position: relative;
  padding-left: 26px;
  display: block;
  color: #333333;
  cursor: pointer;
}
.checkbox-item label:before {
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  border: 1px solid silver;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
}
.checkbox-item label input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  -ms-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  filter: opacity(0);
}
.checkbox-item.active label {
  color: #000;
}
.checkbox-item.active label:before {
  border: 1px solid #666666;
  background: #5252f2;
}
.checkbox-item.active label:after {
  display: block;
  content: '';
  position: absolute;
  top: 2px;
  left: 7px;
  box-sizing: border-box;
  width: 6px;
  height: 12px;
  transform: rotate(45deg);
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  z-index: 2;
}
.the-contact-box {
  padding: 60px 0;
  background: #000;
}
.the-contact-box .contact-row {
  display: table;
  color: #fff;
  width: 1200px;
}
.the-contact-box .contact-row .contact-info {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
.the-contact-box .contact-row .contact-title {
  font-size: 30px;
  font-weight: 700;
}
.the-contact-box .contact-row .jump-link {
  height: 42px;
  line-height: 42px;
  padding: 0 20px;
  background: #5252f2;
  border-radius: 3px;
  margin-top: 40px;
  font-size: 16px;
  color: #fff;
  transition: background-color 0.3s ease-in;
}
.the-contact-box .contact-row .jump-link:hover {
  background: #2d208c;
}
.the-contact-box .contact-row .jump-link:hover .icon-btn {
  transform: translateX(5px);
}
.the-contact-box .contact-row .jump-link .icon-btn {
  display: inline-block;
  font-size: 16px;
  vertical-align: bottom;
  transition: all 0.3s ease;
  margin-left: 5px;
}
.the-contact-box .contact-person {
  margin-left: 20px;
}
.the-contact-box .contact-person dd {
  width: 162px;
  height: 162px;
  background-color: #5252f2;
  border-radius: 100%;
  margin-left: 26px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: all 0.3s;
}
.the-contact-box .contact-person dd:hover {
  transform: translateY(-5px);
}
.ecms-main {
  position: relative;
}
.ecms-main.electronics .appearance-banner {
  background: url("../img/appearance-models/electronics-banner.png") no-repeat 80% center;
  background-size: cover;
}
.ecms-main.electronics .appearance-banner .wcontainer {
  background-image: none;
  background-color: transparent;
}
.ecms-main.electronics .appearance-row {
  margin-bottom: 40px;
}
.ecms-main.functional .appearance-banner .wcontainer {
  background: url("../img/appearance-models/functional-banner.png") no-repeat right 200px;
  height: inherit;
  position: relative;
}
.ecms-main.functional .appearance-row {
  margin-bottom: 40px;
}
.ecms-main.rapid-production .appearance-banner .wcontainer {
  background: url("../img/appearance-models/rapid-banner.png") no-repeat right 130px;
  height: inherit;
  position: relative;
}
.ecms-main.rapid-production .appearance-row {
  margin-bottom: 40px;
}
.ecms-main.contract-manufacturing .appearance-banner .wcontainer {
  background: url("../img/appearance-models/contract-banner.png") no-repeat right 100px;
  height: inherit;
  position: relative;
}
.ecms-main.contract-manufacturing .appearance-row {
  margin-bottom: 40px;
}
.appearance-banner {
  height: 600px;
  background: #222323;
  color: #fff;
  overflow: hidden;
}
.appearance-banner .wcontainer {
  background: url("../img/appearance-models/appearance-banner.png") no-repeat right bottom #222323;
  height: inherit;
  padding-top: 60px;
  position: relative;
}
.appearance-banner .appearance-type {
  font-size: 18px;
  margin-top: 70px;
}
.appearance-banner .appearance-banner-title {
  font-size: 36px;
  line-height: 48px;
  margin-top: 24px;
  font-weight: 700;
}
.appearance-banner .banner-des {
  margin-top: 46px;
  font-size: 18px;
  line-height: 30px;
  width: 550px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  font-weight: 300;
}
.appearance-banner .light-bulb {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  position: relative;
  background: #6df69a;
  color: #6df69a;
  animation: bulbAnimate infinite 1200ms linear alternate;
}
@keyframes bulbAnimate {
  0% {
    box-shadow: 0 0 10px #6df69a, 0 0 20px #6df69a, 0 0 40px #6df69a, 0 0 60px #6df69a;
    opacity: 0.85;
  }
  100% {
    box-shadow: 0 0 10px 2px #6df69a, 0 0 20px 2px #6df69a, 0 0 40px 2px #6df69a, 0 0 60px 2px #6df69a;
    opacity: 1;
  }
}
.appearance-banner .light-bulb .bulb-text {
  line-height: 20px;
  font-weight: 700;
  width: 200px;
  font-size: 12px;
}
.appearance-banner .light-bulb.bulb1 {
  position: absolute;
  right: 136px;
  bottom: 360px;
  z-index: 1;
}
.appearance-banner .light-bulb.bulb1 .bulb-text {
  position: absolute;
  top: -12px;
  left: 110px;
  z-index: 1;
}
.appearance-banner .light-bulb.bulb2 {
  position: absolute;
  right: 380px;
  bottom: 244px;
  z-index: 1;
}
.appearance-banner .light-bulb.bulb2 .bulb-text {
  position: absolute;
  top: -20px;
  left: -180px;
  z-index: 1;
}
.appearance-banner .light-bulb.bulb3 {
  position: absolute;
  right: 400px;
  bottom: 198px;
  z-index: 1;
}
.appearance-launch-module {
  padding: 50px 0;
}
.appearance-launch-module .appearance-row {
  cursor: default;
}
.appearance-launch-module .appearance-row:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.appearance-launch-module .appearance-row:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.appearance-launch-module .appearance-row .row-des {
  float: left;
  width: 50%;
}
.appearance-launch-module .appearance-row .row-des img {
  padding-top: 26px;
  max-width: 100%;
}
.appearance-launch-module .appearance-row .row-des:hover .des-title:before {
  width: 38px;
}
.appearance-launch-module .appearance-row .row-des .show-info {
  padding-left: 40px;
}
.appearance-launch-module .appearance-row .row-des .show-info > img {
  padding-top: 26px;
}
.appearance-launch-module .appearance-row .row-des .des-title {
  color: #333333;
  font-size: 36px;
  font-weight: 700;
  padding-top: 20px;
  position: relative;
}
.appearance-launch-module .appearance-row .row-des .des-title:before {
  display: block;
  content: '';
  width: 38px;
  height: 4px;
  background: #5252f2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s;
}
.appearance-launch-module .appearance-row .row-des .des-text {
  margin-top: 40px;
  line-height: 30px;
  font-size: 18px;
  color: #333333;
  max-width: 550px;
  margin-bottom: 36px;
  font-weight: 300;
}
.appearance-launch-module .appearance-row .row-des .des-text .paragraph {
  margin-bottom: 20px;
}
.appearance-launch-module .appearance-row .row-des .show-params {
  margin-top: 30px;
}
.appearance-launch-module .appearance-row .row-des .show-params .show-li {
  padding-left: 30px;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  position: relative;
  font-weight: 300;
}
.appearance-launch-module .appearance-row .row-des .show-params .show-li:before {
  display: block;
  content: '';
  background: url("../img/appearance-models/el-icon.png") no-repeat center;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 8px;
  left: 0;
  z-index: 1;
}
.appearance-launch-module .appearance-teams {
  margin-top: 60px;
}
.appearance-launch-module .appearance-teams .teams-title {
  position: relative;
  padding-top: 30px;
  font-size: 24px;
  color: #333333;
  font-weight: 700;
}
.appearance-launch-module .appearance-teams .teams-title:before {
  display: block;
  content: '';
  width: 38px;
  height: 4px;
  background: #5252f2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s;
}
.appearance-launch-module .appearance-teams .teams-title:hover:before {
  width: 38px;
}
.appearance-launch-module .appearance-teams .teams-products {
  margin-top: 40px;
}
.appearance-launch-module .appearance-teams .teams-products:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.appearance-launch-module .appearance-teams .teams-products dd {
  width: 380px;
  height: 538px;
  background-color: #F7F7F7;
  border-radius: 15px;
  margin-left: 30px;
  float: left;
  transition: all 0.3s;
  overflow: hidden;
}
.appearance-launch-module .appearance-teams .teams-products dd a {
  display: block;
  height: inherit;
}
.appearance-launch-module .appearance-teams .teams-products dd:first-child {
  margin-left: 0;
}
.appearance-launch-module .appearance-teams .teams-products dd:hover {
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.16);
}
.appearance-launch-module .appearance-teams .teams-products .teams-img {
  width: 380px;
  height: 230px;
  position: relative;
  overflow: hidden;
}
.appearance-launch-module .appearance-teams .teams-products .teams-img:hover img {
  transform: scale(1.01) translateZ(0);
}
.appearance-launch-module .appearance-teams .teams-products .teams-img img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  transition: all 0.3s ease-in;
}
.appearance-launch-module .appearance-teams .teams-products .teams-name {
  padding: 24px 10px 24px 30px;
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.appearance-launch-module .appearance-teams .teams-products .teams-text {
  color: #666666;
  line-height: 24px;
  font-size: 16px;
  padding: 0 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
}
.appearance-story {
  background: #F7F7F7;
  padding: 60px 0;
}
.appearance-story:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.appearance-story .story-info {
  float: left;
  width: 50%;
}
.appearance-story .info-type {
  font-size: 18px;
  color: #333333;
  font-weight: 700;
}
.appearance-story .info-name {
  font-size: 30px;
  font-weight: 700;
  margin-top: 20px;
}
.appearance-story .info-text {
  font-size: 18px;
  line-height: 24px;
  color: #666666;
  margin-top: 20px;
  font-weight: 500;
}
.appearance-story .jump-link-row {
  margin-top: 26px;
}
.appearance-story .jump-link-row .jump-link {
  font-size: 18px;
  color: #5252f2;
  font-weight: 500;
}
.appearance-story .jump-link-row .jump-link .iconfont {
  transition: all 0.3s;
  display: inline-block;
  vertical-align: middle;
}
.appearance-story .jump-link-row .jump-link .icon-arrowright {
  font-size: 24px;
}
.appearance-story .jump-link-row .jump-link:hover .iconfont {
  transform: translateX(5px);
}
.appearance-story .story-img {
  float: right;
  width: 550px;
  height: 310px;
  position: relative;
  cursor: pointer;
}
.appearance-story .story-img img {
  max-width: 100%;
}
.appearance-story .story-video {
  float: right;
  width: 550px;
  height: 310px;
  position: relative;
  cursor: pointer;
}
.appearance-story .story-video video {
  object-fit: fill;
  width: 100%;
  height: 100%;
}
.appearance-story .story-video video::-webkit-media-controls-mute-button {
  display: none;
}
.appearance-story .story-video .play-screen {
  background: url("../img/appearance-models/play-btn.png") no-repeat center;
  width: 56px;
  height: 56px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  left: 0;
  top: 0;
  margin: auto;
  outline: none;
  border: 0;
  cursor: pointer;
  pointer-events: none;
}
/*# sourceMappingURL=appearance-models.css.map */