.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;
}
body {
  overflow-x: hidden;
}
.board-warp {
  width: 1280px;
  margin: auto;
}
.banner-module {
  background: url("../images/pcba-board_jp/banner-bg.png") no-repeat center;
  height: 272px;
  min-width: 1280px;
  background-size: cover;
}
.banner-module .board-warp {
  position: relative;
  height: 100%;
}
.banner-module .board-warp:after {
  background: url("../images/pcba-board_jp/banner-board.png") no-repeat center;
  width: 481px;
  height: 298px;
  content: '';
  display: block;
  position: absolute;
  right: 70px;
  bottom: -60px;
}
.banner-module .banner-title {
  padding-top: 80px;
  font-size: 37px;
  color: #ffffff;
}
.banner-module .banner-des {
  font-size: 16px;
  color: #ffffff;
}
.reg-title {
  text-align: center;
  padding-top: 57px;
}
.reg-title .common-title {
  font-size: 24px;
  color: #000000;
}
.reg-title .common-des {
  font-size: 14px;
  line-height: 24px;
  color: #555555;
  margin-top: 4px;
}
.short-term-parts {
  padding-top: 60px;
}
.short-term-parts .short-box {
  display: flex;
  justify-content: space-between;
  margin-top: 22px;
}
.short-term-parts .short-box .short-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 300px;
  height: 250px;
}
.short-term-parts .short-box .short-des {
  color: #ffffff;
  padding: 110px 0 0 30px;
}
.short-term-parts .short-box .short-des dd {
  font-size: 14px;
}
.short-term-parts .short-box .short-title {
  font-size: 18px;
  margin-bottom: 6px;
}
.worker-talent {
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
}
.worker-talent .worker-l {
  background: url("../images/pcba-board_jp/assembly-line.png") no-repeat center;
  height: 545px;
  min-width: 427px;
  position: relative;
}
.worker-talent .worker-above {
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 30px 24px;
}
.worker-talent .worker-des {
  color: #ffffff;
  font-size: 14px;
}
.worker-talent .worker-pic {
  margin-top: 20px;
}
.worker-talent .worker-pic img {
  margin-right: 26px;
}
.worker-talent .worker-r {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  width: 825px;
}
.worker-talent .worker-item {
  width: 400px;
  height: 260px;
  background-color: #e7e7e7;
  padding: 22px;
  position: relative;
}
.worker-talent .worker-item::after {
  content: '';
  display: block;
  position: absolute;
}
.worker-talent .worker-item:first-child::after {
  background: url("../images/pcba-board_jp/production-1.png") no-repeat center;
  width: 189px;
  height: 200px;
  right: 0;
  bottom: 0;
}
.worker-talent .worker-item:nth-child(2)::after {
  background: url("../images/pcba-board_jp/production-2.png") no-repeat center;
  width: 202px;
  height: 203px;
  right: 0;
  bottom: 15px;
}
.worker-talent .worker-item:nth-child(3)::after {
  background: url("../images/pcba-board_jp/production-3.png") no-repeat center;
  width: 225px;
  height: 175px;
  right: 0;
  bottom: 36px;
}
.worker-talent .worker-item:nth-child(3) .board-des {
  margin-top: unset;
  margin-bottom: unset;
  height: 140px;
}
.worker-talent .worker-item:nth-child(4)::after {
  background: url("../images/pcba-board_jp/production-4.png") no-repeat center;
  width: 233px;
  height: 175px;
  right: 0;
  bottom: 38px;
}
.worker-talent .worker-item:nth-child(4) .board-des {
  margin-top: unset;
  margin-bottom: unset;
  height: 140px;
}
.worker-talent .small-title {
  font-size: 18px;
  color: #000000;
}
.worker-talent .small-title.tips-info {
  border-radius: 10px;
  border: dashed 1px #d70038;
  height: 28px;
  padding: 0 16px;
}
.worker-talent .board-des {
  width: 200px;
  font-size: 14px;
  color: #5f5f5f;
  margin-top: 16px;
  margin-bottom: 20px;
}
.worker-talent .board-des:first-child {
  min-height: 42px;
}
.worker-talent .board-des:nth-child(2) {
  min-height: 42px;
}
.worker-talent .jump-link {
  font-size: 14px;
  color: #ffffff;
  height: 34px;
  line-height: 34px;
  width: 120px;
  text-align: center;
  background-color: #e02e2a;
  transition: all 0.3s ease;
  border-radius: 5px;
}
.worker-talent .jump-link:hover {
  background-color: #ff4949;
}
.order-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.order-box .order-l {
  width: 166px;
  text-align: center;
}
.order-box .order-r {
  margin-left: 60px;
}
.order-box .order-title {
  font-size: 24px;
  font-weight: bold;
}
.order-box .jump-link {
  width: 166px;
  height: 44px;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  color: #ffffff;
  background: linear-gradient(to right, #f2433c, #fd7f3c);
  border-radius: 22px;
  font-size: 18px;
  margin-top: 10px;
  transition: all 0.3s ease;
}
.order-box .jump-link:hover {
  background: linear-gradient(to right, #fd7f3c, #f2433c);
}
.order-box .order-des {
  margin-left: -20px;
  margin-top: 10px;
}
.order-box .order-des dd {
  display: inline-block;
  font-size: 14px;
  color: #000000;
}
.order-box .order-des dd:first-child {
  padding-left: unset;
}
.order-box .order-des dd:nth-child(2) {
  padding-left: 26px;
}
.order-box .order-des dd:nth-child(3) {
  padding-left: 75px;
}
.order-box .order-des dd:nth-child(4) {
  padding-left: 30px;
}
.order-box .order-des dd:nth-child(5) {
  padding-left: 14px;
}
.order-box .order-des dd:nth-child(6) {
  padding-left: 30px;
}
.order-box .order-des dd:nth-child(7) {
  padding-left: 32px;
}
.order-box .order-des dd:nth-child(8) {
  padding-left: 75px;
}
.service-box {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  padding-bottom: 112px;
}
.service-box .service-item {
  background-position: center;
  background-repeat: no-repeat;
  width: 274px;
  height: 357px;
  padding: 37px 27px;
  position: relative;
  z-index: 1;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.service-box .service-item:hover .mask-info {
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.service-box .service-item:hover .mask-info .ser-title {
  text-align: left;
}
.service-box .service-item.view-graphic {
  width: 428px;
  height: 358px;
  padding: 65px 56px 45px;
}
.service-box .service-item.view-graphic:before {
  background: none;
}
.service-box .service-item.view-graphic .ser-title {
  font-size: 14px;
  color: #ffdbc4;
  text-align: center;
  line-height: unset;
}
.service-box .service-item.view-graphic .ser-des {
  font-size: 78px;
  font-weight: bold;
  color: #ffdbc4;
  text-align: center;
  margin-top: 20px;
}
.service-box .service-item.view-graphic .ser-des .info {
  font-size: 14px;
  font-weight: normal;
}
.service-box .service-item.view-graphic .jump-link {
  width: 314px;
  height: 42px;
  background-image: linear-gradient(45deg, #ffd9c5 0%, #ffc6b7 100%);
  border-radius: 20px;
  border: solid 1px #828283;
  font-size: 18px;
  color: #562117;
  text-align: center;
  line-height: 42px;
  margin-top: 10px;
  position: relative;
  z-index: 1;
}
.service-box .service-item.view-graphic .ser-info {
  text-align: center;
  margin-top: 36px;
}
.service-box .service-item.view-graphic dd {
  font-size: 16px;
  color: #ffbdac;
  display: inline-block;
  margin-left: 30px;
}
.service-box .service-item.view-graphic dd:first-child {
  margin-left: unset;
}
.service-box .service-item.view-graphic dd::before {
  background: url("../images/pcba-board_jp/ser-icon.png") no-repeat center;
  width: 14px;
  height: 14px;
  content: '';
  display: inline-block;
  margin-right: 6px;
}
.service-box .service-item .mask-info {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  display: block;
  position: absolute;
  left: 0;
  bottom: -260px;
  padding: 37px 19px;
  transition: all 0.3s ease;
}
.service-box .service-item .ser-title {
  font-size: 30px;
  color: #fffefe;
  position: relative;
  z-index: 1;
  line-height: 30px;
}
.service-box .service-item .ser-des {
  font-size: 16px;
  color: #d9d9d9;
  position: relative;
  z-index: 1;
  margin-top: 34px;
}
.packaging-capability {
  background: url("../images/pcba-board_jp/packaging-capability.png") no-repeat center;
  width: 100%;
  height: 720px;
  background-size: cover;
  min-width: 1280px;
}
.packaging-capability .board-warp {
  height: 100%;
  position: relative;
}
.packaging-capability .board-warp:after {
  background: url("../images/pcba-board_jp/board-packaging.png") no-repeat center;
  width: 379px;
  height: 335px;
  content: '';
  display: block;
  position: absolute;
  right: -110px;
  bottom: 60px;
}
.packaging-capability .pack-box {
  margin-top: 30px;
}
.packaging-capability .pack-box:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.packaging-capability .pack-box .pack-item {
  float: left;
  width: 310px;
  min-height: 120px;
  margin-left: 10px;
  padding-left: 40px;
}
.packaging-capability .pack-box .pack-item:first-child {
  margin-left: unset;
  padding-left: unset;
}
.packaging-capability .pack-box .pack-item:nth-child(5) {
  margin-left: unset;
  padding-left: unset;
}
.packaging-capability .pack-box .pack-item:nth-child(9) {
  margin-left: unset;
  padding-left: unset;
}
.packaging-capability .pack-box .pack-title {
  font-size: 18px;
  color: #c00000;
}
.packaging-capability .pack-box .pack-des {
  margin-top: 6px;
}
.packaging-capability .pack-box .pack-des li {
  font-size: 16px;
  color: #555555;
  line-height: 26px;
}
.production-department {
  background: url("../images/pcba-board_jp/production-bg.png") no-repeat center;
  width: 100%;
  height: 600px;
  background-size: cover;
  min-width: 1280px;
}
.production-department .reg-title {
  padding-top: 44px;
}
.production-department .common-title {
  color: #ffffff;
}
.production-department .common-des {
  color: #ffffff;
  margin-top: 12px;
}
.production-department .pro-des {
  margin-top: 44px;
}
.production-department .pro-des dd {
  font-size: 14px;
  color: #a8a8a8;
  padding-left: 10px;
  position: relative;
  margin-top: 6px;
}
.production-department .pro-des dd:first-child {
  margin-top: unset;
}
.production-department .pro-des dd::before {
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  content: '';
  display: block;
  background-color: #a8a8a8;
}
.production-department .pro-box {
  display: flex;
  justify-content: space-between;
}
.production-department .pro-pic {
  width: 305px;
  height: 210px;
  overflow: hidden;
  margin-top: 37px;
}
.production-department .pro-pic img {
  width: 100%;
  height: 100%;
  background-size: cover;
  transition: all 0.3s ease;
}
.production-department .pro-pic:hover img {
  transform: scale(1.1);
}
@media screen and (max-width: 1440px) {
  .packaging-capability .board-warp:after {
    right: -60px;
    bottom: 30px;
  }
}
@media screen and (max-width: 1360px) {
  .packaging-capability .board-warp:after {
    right: -20px;
    bottom: 30px;
  }
}
@media screen and (max-width: 1280px) {
  .packaging-capability .board-warp:after {
    right: 30px;
    bottom: 26px;
  }
}
/*# sourceMappingURL=pcba-board_jp.css.map */