.textEellipsis {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.clearF:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.userSelect {
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}
.totalIconCss {
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dFlex {
  display: flex;
  justify-content: center;
  align-items: center;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
textarea,
input {
  resize: none;
  outline: none;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-warp {
  width: 1440px;
  margin: 0 auto;
}
@font-face {
  font-family: 'OpenSans_400Regular';
  src: url('../fonts/OpenSans/OpenSans_400Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans_500Medium';
  src: url('../fonts/OpenSans/OpenSans_500Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans_600SemiBold';
  src: url('../fonts/OpenSans/OpenSans_600SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans_700Bold';
  src: url('../fonts/OpenSans/OpenSans_700Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans_800ExtraBold';
  src: url('../fonts/OpenSans/OpenSans_800ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}
html,
body {
  font-size: 14px;
  font-family: 'OpenSans_400Regular';
}
.pcb-assembly-page .banner-module {
  min-width: 1440px;
  height: 800px;
  position: relative;
}
.pcb-assembly-page .banner-module video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pcb-assembly-page .banner-module .page-warp {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 80px;
  align-items: flex-start;
  justify-content: center;
}
.pcb-assembly-page .banner-module .banner-title {
  font-family: 'OpenSans_700Bold';
  color: #FFFFFF;
  font-size: 40px;
  line-height: 40px;
}
.pcb-assembly-page .banner-module .des-info {
  font-size: 24px;
  line-height: 48px;
  color: #FFFFFF;
}
.pcb-assembly-page .banner-module .video-btn span {
  height: 60px;
  line-height: 60px;
  display: inline-block;
  padding: 0 40px;
  border-radius: 4px;
  background: #0F3460;
  font-size: 16px;
  color: #FFFFFF;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.pcb-assembly-page .banner-module .video-btn span:hover {
  background: #F2994A;
}
.pcb-assembly-page .banner-module .video-btn span:before {
  background: url("../images/about-us/pay-btn.webp") no-repeat center;
  width: 20px;
  height: 20px;
  content: '';
  display: inline-block;
  margin-right: 10px;
  vertical-align: sub;
}
.pcb-assembly-page .banner-module .quote-region {
  padding: 20px 16px;
  border-radius: 10px;
  background: #FFFFFF;
  display: inline-block;
  box-shadow: 6px 6px 20px rgba(51, 51, 51, 0.16);
}
.pcb-assembly-page .banner-module .quote-region .info-val {
  display: flex;
  gap: 12px;
}
.pcb-assembly-page .banner-module .quote-region .input-item input {
  width: 120px;
  height: 60px;
  border: 1px solid #E9ECEF;
  border-radius: 4px;
  padding: 20px 12px;
  font-size: 14px;
  color: #171717;
}
.pcb-assembly-page .banner-module .quote-region .input-item input::placeholder {
  color: #9DA3AA;
}
.pcb-assembly-page .banner-module .quote-region .quote-jump {
  min-width: 182px;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  display: inline-block;
  background: #0F3460;
  border-radius: 4px;
  color: #FFFFFF;
  font-family: 'OpenSans_700Bold';
  font-weight: 700;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}
.pcb-assembly-page .banner-module .quote-region .quote-jump:before {
  background: url("../images/index/counter-icon.webp") no-repeat center;
  width: 35px;
  height: 40px;
  content: '';
  display: inline-block;
  margin-right: 16px;
  vertical-align: middle;
  margin-top: -4px;
}
.pcb-assembly-page .banner-module .quote-region .quote-jump:hover {
  background: #F2994A;
}
.pcb-assembly-page .gap {
  padding: 80px 0;
}
.pcb-assembly-page .module-title {
  text-align: center;
  margin-bottom: 60px;
}
.pcb-assembly-page .module-title .title {
  font-family: 'OpenSans_700Bold';
  color: #171717;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 20px;
}
.pcb-assembly-page .module-title .des {
  font-size: 14px;
  line-height: 14px;
  color: #495057;
}
.pcb-assembly-page .module-title .jump-info {
  color: #0F3460;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.pcb-assembly-page .module-title .jump-info:hover {
  color: #F2994A;
}
.pcb-assembly-page .crumbs-row {
  background: #E9ECEF;
}
.pcb-assembly-page .flow-module {
  background: #E9ECEF;
  padding: 60px 0 80px;
}
.pcb-assembly-page .flow-module .page-warp {
  height: 100%;
  display: flex;
}
.pcb-assembly-page .flow-module .flow-item {
  flex: 1;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.pcb-assembly-page .flow-module .flow-item:hover .tac-list {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
}
.pcb-assembly-page .flow-module .flow-item:hover .tac-detail {
  overflow: visible;
  max-height: unset;
  opacity: 1;
}
.pcb-assembly-page .flow-module .tac-list {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  transition: all 0.5s ease-in-out;
}
.pcb-assembly-page .flow-module .tac-des {
  font-family: 'OpenSans_700Bold';
  font-size: 20px;
  line-height: 20px;
  color: #171717;
}
.pcb-assembly-page .flow-module .tac-detail {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.pcb-assembly-page .flow-module .tac-detail dl {
  width: 260px;
  padding-left: 5px;
}
.pcb-assembly-page .flow-module .tac-detail dl dt {
  font-family: 'OpenSans_700Bold';
  font-size: 20px;
  color: #171717;
  line-height: 20px;
  padding-left: 15px;
  margin-bottom: 20px;
}
.pcb-assembly-page .flow-module .tac-detail dl dd {
  color: #495057;
  font-size: 14px;
  line-height: 21px;
  padding-left: 15px;
  position: relative;
}
.pcb-assembly-page .flow-module .tac-detail dl dd:before {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #495057;
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 1;
}
.pcb-assembly-page .place-order-module .place-graphic-area {
  display: flex;
  justify-content: space-between;
}
.pcb-assembly-page .place-order-module .graphic-aside {
  width: 610px;
}
.pcb-assembly-page .place-order-module .graphic-aside .aside-views {
  position: sticky;
  top: 25vh;
  display: flex;
  flex-direction: column;
  gap: 60px 0;
}
.pcb-assembly-page .place-order-module .graphic-aside .aside-item {
  display: flex;
  gap: 0 20px;
}
.pcb-assembly-page .place-order-module .graphic-aside .aside-item.active .txt {
  max-height: 100px;
  opacity: 1;
  visibility: visible;
}
.pcb-assembly-page .place-order-module .graphic-aside .item-pic {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
}
.pcb-assembly-page .place-order-module .graphic-aside .item-pic img {
  max-width: 100%;
  object-fit: cover;
}
.pcb-assembly-page .place-order-module .graphic-aside .title-txt {
  font-size: 24px;
  font-family: 'OpenSans_700Bold';
  color: #171717;
  margin-bottom: 40px;
}
.pcb-assembly-page .place-order-module .graphic-aside .txt {
  font-size: 16px;
  line-height: 24px;
  color: #495057;
  max-height: 0;
  transition: all 0.3s linear;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
}
.pcb-assembly-page .place-order-module .graphic-view {
  display: flex;
  flex-direction: column;
  gap: 80px 0;
}
.pcb-assembly-page .place-order-module .graphic-view .graphic-pic {
  width: 770px;
}
.pcb-assembly-page .place-order-module .graphic-view .graphic-pic img {
  box-shadow: 6px 6px 20px rgba(51, 51, 51, 0.16);
}
.pcb-assembly-page .server-module {
  background: url("../images/pcb-assembly/server-bg.webp") no-repeat center;
  width: 100%;
  min-width: 1440px;
  height: 561px;
  background-size: cover;
}
.pcb-assembly-page .server-module .page-warp {
  display: flex;
  gap: 60px;
}
.pcb-assembly-page .server-module .ser-item {
  flex: 1;
}
.pcb-assembly-page .server-module .ser-item dt {
  font-family: 'OpenSans_700Bold';
  font-size: 20px;
  line-height: 27px;
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 30px;
}
.pcb-assembly-page .server-module .ser-item dd {
  color: #495057;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 20px;
}
.pcb-assembly-page .server-module .ser-item dd:last-of-type {
  margin-bottom: unset;
}
.pcb-assembly-page .assemble-module .table-val {
  width: 1360px;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto;
}
.pcb-assembly-page .assemble-module .table-val tr td {
  padding: 20px 0;
}
.pcb-assembly-page .assemble-module .table-val tr td:first-of-type {
  width: 580px;
  color: #171717;
  font-size: 24px;
  line-height: 24px;
  padding-left: 80px;
}
.pcb-assembly-page .assemble-module .table-val tr td:last-of-type {
  width: 780px;
  font-size: 16px;
  line-height: 24px;
  color: #495057;
  padding-right: 80px;
}
.pcb-assembly-page .assemble-module .table-val tr:nth-of-type(odd) {
  background: #E9ECEF;
}
.pcb-assembly-page .facility-module {
  background: url("../images/pcb-assembly/facility-bg.webp") no-repeat center;
  width: 100%;
  min-width: 1440px;
  height: 1004px;
  background-size: cover;
}
.pcb-assembly-page .facility-module .fac-box {
  display: flex;
  justify-content: space-between;
}
.pcb-assembly-page .facility-module .fac-pic {
  background: url("../images/pcb-assembly/fac-remit-bg.webp") no-repeat center;
  width: 1097px;
  height: 710px;
  padding: 40px 56px 40px 40px;
}
.pcb-assembly-page .facility-module .fac-pic img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-size: cover;
}
.pcb-assembly-page .facility-module .fac-swiper {
  width: 300px;
  height: 710px;
  position: relative;
}
.pcb-assembly-page .facility-module .fac-swiper.top {
  padding-top: 28px;
}
.pcb-assembly-page .facility-module .fac-swiper.bottom {
  padding-bottom: 28px;
}
.pcb-assembly-page .facility-module .fac-swiper .swiper {
  height: 100%;
  position: relative;
}
.pcb-assembly-page .facility-module .fac-swiper .swiper-slide {
  width: 300px;
  height: 56px;
  line-height: 56px;
  padding: 0 10px;
  text-align: center;
  border-radius: 10px;
  background: rgba(23, 23, 23, 0.2);
  font-size: 16px;
  color: #FFFFFF;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  cursor: pointer;
}
.pcb-assembly-page .facility-module .fac-swiper .swiper-slide.active {
  background: #FFFFFF;
  color: #495057;
}
.pcb-assembly-page .facility-module .fac-swiper .the-btn .btn {
  background: url("../images/pcb-assembly/swiper-icon.webp") no-repeat center;
  width: 300px;
  height: 18px;
  cursor: pointer;
  position: absolute;
  z-index: 2;
}
.pcb-assembly-page .facility-module .fac-swiper .the-btn .btn.left {
  top: 0;
  transform: rotate(180deg);
}
.pcb-assembly-page .facility-module .fac-swiper .the-btn .btn.right {
  bottom: 0;
}
.pcb-assembly-page .client-remit {
  margin-top: 60px;
  height: 596px;
  overflow: hidden;
  position: relative;
}
.pcb-assembly-page .client-remit:after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 50%);
  width: 100%;
  height: 120px;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.pcb-assembly-page .client-remit .client-list {
  overflow: visible !important;
  display: flex;
  gap: 30px;
}
.pcb-assembly-page .client-remit .review-item {
  width: 460px;
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.pcb-assembly-page .client-remit .list-twig {
  width: 460px;
  padding: 20px 40px;
  border-radius: 4px;
  background: #f6f4f7;
}
.pcb-assembly-page .client-remit .list-twig .view-tp {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 40px;
}
.pcb-assembly-page .client-remit .list-twig .view-tp .view-logo {
  display: flex;
}
.pcb-assembly-page .client-remit .list-twig .view-tp .head-pic {
  width: 40px;
  min-width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 10px;
}
.pcb-assembly-page .client-remit .list-twig .view-tp .head-pic img {
  object-fit: cover;
  max-height: 100%;
}
.pcb-assembly-page .client-remit .list-twig .view-tp .name-rp .name {
  color: #171717;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 8px;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.pcb-assembly-page .client-remit .list-twig .view-tp .start-view {
  display: flex;
  gap: 2px;
}
.pcb-assembly-page .client-remit .list-twig .view-tp .start-view li {
  background: url("../images/index/start-icon.webp") no-repeat center;
  width: 17px;
  height: 16px;
  display: block;
}
.pcb-assembly-page .client-remit .list-twig .vide-des {
  padding-bottom: 20px;
  border-bottom: 1px solid #D1D5DB;
  margin-bottom: 20px;
  position: relative;
}
.pcb-assembly-page .client-remit .list-twig .vide-des:before {
  background: url("../images/index/vector-icon.webp") no-repeat center;
  width: 54px;
  height: 36px;
  content: '';
  display: block;
  position: absolute;
  left: -20px;
  top: -20px;
  z-index: 1;
}
.pcb-assembly-page .client-remit .list-twig .vide-des:after {
  background: url("../images/index/vector-icon.webp") no-repeat center;
  width: 54px;
  height: 36px;
  content: '';
  display: block;
  position: absolute;
  right: -20px;
  bottom: 0;
  z-index: 1;
  transform: rotate(180deg);
}
.pcb-assembly-page .client-remit .list-twig .des-info {
  line-height: 20px;
  color: #495057;
  max-height: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.pcb-assembly-page .client-remit .list-twig .below-row {
  display: flex;
  justify-content: space-between;
}
.pcb-assembly-page .client-remit .list-twig .below-row .update-time {
  color: #9da3aa;
  font-size: 12px;
  line-height: 18px;
}
.pcb-assembly-page .client-remit .list-twig .below-row .below-pic {
  display: flex;
  align-items: center;
  gap: 4px;
}
.pcb-assembly-page .client-remit .list-twig .below-row .below-pic ul {
  display: flex;
  gap: 4px;
}
.pcb-assembly-page .client-remit .list-twig .below-row .below-pic ul li {
  width: 18px;
  height: 18px;
  overflow: hidden;
}
.pcb-assembly-page .client-remit .list-twig .below-row .below-pic ul li img {
  object-fit: cover;
  max-height: 100%;
}
.pcb-assembly-page .client-remit .list-twig .below-row .below-pic ul.limit-pic {
  max-width: 106px;
  overflow: hidden;
  position: relative;
}
.pcb-assembly-page .client-remit .list-twig .below-row .below-pic ul.limit-pic:after {
  width: 40px;
  height: 100%;
  background: linear-gradient(270deg, #f6f4f7 0%, #f6f4f700 100%);
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.pcb-assembly-page .client-remit .list-twig .below-row .below-pic .pic-num {
  color: #495057;
  font-size: 12px;
  line-height: 18px;
}
.pcb-assembly-page .jump-quote-module {
  background: url("../images/pcb-assembly/jump-quote-bg.webp") no-repeat center;
  width: 100%;
  min-width: 1440px;
  height: 350px;
  background-size: cover;
}
.pcb-assembly-page .jump-quote-module .the-quote {
  display: flex;
  gap: 60px;
  justify-content: center;
  margin-top: 60px;
}
.pcb-assembly-page .jump-quote-module .the-quote a {
  width: 300px;
  height: 56px;
  border-radius: 10px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.pcb-assembly-page .jump-quote-module .the-quote a.sup-btn {
  color: #0F3460;
  border: 1px solid #0F3460;
}
.pcb-assembly-page .jump-quote-module .the-quote a.sup-btn:hover {
  border: 1px solid #F2994A;
  background: #FFFFFF;
  color: #F2994A;
}
.pcb-assembly-page .jump-quote-module .the-quote a.quote-btn {
  color: #FFFFFF;
  background: #0F3460;
}
.pcb-assembly-page .jump-quote-module .the-quote a.quote-btn:hover {
  background: #F2994A;
}
.video-layer {
  border-radius: 10px !important;
}
/*# sourceMappingURL=pcb-assembly.css.map */