.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;
}
input[type="text"]:focus {
  border: 1px solid #66afe9 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
input[type="text"]:active {
  border: 1px solid #66afe9 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
@font-face {
  font-family: 'myfont';
  src: url('../fonts/MyriadPro-Regular.woff') format('woff'), /* chrome、firefox */ url('../fonts/MyriadPro-Regular.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('../fonts/MyriadPro-Regular.otf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('../fonts/MyriadPro-Regular.svg#iconfont') format('svg'), /* iOS 4.1- */ url('../fonts/MyriadPro-Regular.eot');
}
@font-face {
  font-family: 'activeFont';
  src: url("../activeFonts/DIN-Condensed-Bold.ttf");
}
@font-face {
  font-family: 'open-sans';
  src: url("../fonts/Open-Sans-2.ttf") format('opentype');
}
@font-face {
  font-family: 'open-sans-blod';
}
@font-face {
  font-family: 'open-semi-bold';
}
@font-face {
}
@font-face {
}
@font-face {
}
@font-face {
  font-family: 'NunitoSans';
  src: url("../fonts/SiteFont/NunitoSans_7pt_SemiCondensed-Regular.ttf") format('truetype');
}
@font-face {
  font-family: 'NunitoSans-Bold';
  src: url("../fonts/SiteFont/NunitoSans_7pt_SemiCondensed-Bold.ttf") format('opentype');
}
@font-face {
  font-family: 'NunitoSans-Semibold';
  src: url("../fonts/SiteFont/NunitoSans_7pt_SemiCondensed-SemiBold.ttf") format('opentype');
}
html,
body {
  font-size: 12px;
  font-family: NunitoSans, 'open-sans', 'Arial';
}
/*滚动条的宽度*/
body {
  min-width: 1366px;
}
.the-header {
  min-width: 1366px;
}
.land-wrap {
  width: 1300px;
  margin: 0 auto;
}
.banner {
  height: 420px;
  background: url("../images/pcb2_jp/banner-bg.png") no-repeat center #ccc;
  min-width: 1366px;
}
.banner .land-wrap {
  position: relative;
  height: inherit;
}
.banner .land-info {
  color: #fff;
  padding-top: 120px;
  padding-left: 96px;
}
.banner .land-info .title {
  font-size: 61px;
  line-height: 60px;
}
.banner .land-info .price-row {
  font-size: 30px;
}
.banner .land-info .price-row .price {
  font-size: 48px;
  color: #ffff00;
}
.banner .land-info .info-lists {
  margin-top: 10px;
  font-size: 14px;
  line-height: 24px;
}
.banner .land-info .info-lists dt {
  font-size: 26px;
  margin-bottom: 20px;
}
.banner .land-from {
  width: 357px;
  height: 367px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  top: 0;
  margin: auto;
  padding: 20px 28px;
}
.banner .land-from:hover .land-head:after {
  width: 80%;
}
.banner .land-from .land-head {
  display: flex;
  align-items: center;
  font-size: 18px;
  border-bottom: 3px solid #919191;
  padding-bottom: 3px;
  position: relative;
}
.banner .land-from .land-head:after {
  content: '';
  width: 48%;
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 1;
  background: #e02e2c;
  height: 3px;
  transition: all 0.3s;
}
.banner .land-from .land-head .h-icon {
  margin-right: 6px;
}
.banner .land-from .from-item {
  color: #313131;
  margin-top: 5px;
}
.banner .land-from .from-item .item-label {
  font-size: 14px;
}
.banner .land-from .from-item input {
  background: transparent;
  text-indent: 8px;
  display: block;
  width: 100%;
  height: 39px;
  border-radius: 5px;
  border: solid 1px #aab7c2;
}
.banner .land-from .from-item input.middle {
  width: 130px;
}
.banner .land-from .from-item .flag {
  padding: 0 18px;
  color: #999;
}
.banner .land-from .from-item .item-val {
  display: flex;
  align-items: center;
  margin-top: 4px;
}
.banner .land-from .synthesis-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner .land-from .synthesis-box .from-item {
  cursor: pointer;
}
.banner .land-from .synthesis-box .from-item input {
  width: 136px;
  cursor: pointer;
}
.banner .land-from .synthesis-box .item-val {
  position: relative;
}
.banner .land-from .synthesis-box .item-val .tag {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  color: #aab7c2;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 28px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner .land-from .synthesis-box .item-val .tag:before {
  display: block;
  content: '';
  height: 23px;
  border-left: 1px solid #aab7c2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  bottom: 0;
  margin: auto;
}
.banner .land-from .synthesis-box .item-val .down-info {
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 2;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.06);
  max-height: 154px;
  overflow-y: auto;
  /*外层轨道。可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果*/
  /*滚动条的设置*/
  /*滚动条移上去的背景*/
  display: none;
}
.banner .land-from .synthesis-box .item-val .down-info::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  padding-right: 4px;
}
.banner .land-from .synthesis-box .item-val .down-info::-webkit-scrollbar-track {
  width: 4px;
  background-color: #efefef;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.banner .land-from .synthesis-box .item-val .down-info::-webkit-scrollbar-thumb {
  background-color: #d8d8d8;
  background-clip: padding-box;
  min-height: 28px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.banner .land-from .synthesis-box .item-val .down-info::-webkit-scrollbar-thumb:hover {
  background-color: #fff;
}
.banner .land-from .synthesis-box .item-val .down-info li {
  padding: 6px 0 6px 10px;
  background: #fff;
  cursor: pointer;
  font-size: 14px;
}
.banner .land-from .synthesis-box .item-val .down-info li:hover {
  background: #f2f2f2;
}
.banner .land-from .synthesis-box .calculate-btn {
  width: 143px;
  height: 105px;
  background-color: #e02d2d;
  border-radius: 10px;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  transition: all 0.3s;
}
.banner .land-from .synthesis-box .calculate-btn:hover {
  background: #ff4949;
}
.pcb-land-wrap .land-info-row {
  margin-top: 60px;
}
.pcb-land-wrap .land-info-row h3 {
  font-size: 24px;
  text-align: center;
}
.pcb-land-wrap .land-info-row .text {
  font-size: 14px;
  color: #555;
  text-align: center;
  margin-top: 6px;
}
.pcb-land-wrap .view-layer-box {
  margin-top: 40px;
  display: flex;
}
.pcb-land-wrap .view-layer-box .layer-el {
  width: 170px;
  height: 200px;
  background: #e8e8e8;
  padding: 8px;
  margin-left: 18px;
  position: relative;
}
.pcb-land-wrap .view-layer-box .layer-el:hover .el-img img {
  transform: scale(1.02);
}
.pcb-land-wrap .view-layer-box .layer-el:first-child {
  margin-left: 0;
}
.pcb-land-wrap .view-layer-box .el-img {
  background: #fff;
  height: 124px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pcb-land-wrap .view-layer-box .el-img img {
  display: block;
  transition: all 0.3s;
}
.pcb-land-wrap .view-layer-box .layer-wrap {
  height: 100%;
  background: #fff;
  border: 2px solid #e1e1e1;
}
.pcb-land-wrap .view-layer-box h5 {
  text-align: center;
  font-size: 16px;
  color: #555555;
}
.pcb-land-wrap .view-layer-box .des {
  font-size: 16px;
  color: #bfbfbf;
  text-align: center;
}
.pcb-land-wrap .view-layer-box.quality .layer-el {
  width: 209px;
  height: 158px;
  padding: 8px;
  margin-left: 10px;
}
.pcb-land-wrap .view-layer-box.quality .layer-el:first-child {
  margin-left: 0;
}
.pcb-land-wrap .view-layer-box.quality .layer-el .el-img {
  height: 100px;
}
.pcb-land-wrap .view-layer-box.quality h5 {
  font-weight: normal;
  font-size: 14px;
  position: absolute;
  top: 106px;
  left: 0;
  z-index: 1;
  right: 0;
  line-height: 16px;
  margin: auto;
}
.pcb-land-wrap .view-layer-box.quality .layer-wrap {
  border: 0;
}
.pcb-land-wrap .precision-layer-box {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.pcb-land-wrap .precision-layer-box .precision-info {
  width: 290px;
  background-color: #5c5b6a;
  box-shadow: 0 2px 9px 1px rgba(4, 29, 41, 0.15);
  border-radius: 5px;
  margin-right: 15px;
  padding: 20px 0 20px 14px;
}
.pcb-land-wrap .precision-layer-box .precision-info .info-title {
  font-size: 24px;
  color: #fff;
  font-weight: normal;
}
.pcb-land-wrap .precision-layer-box .precision-info .info-rules {
  line-height: 30px;
  color: #d3d3d3;
  font-size: 16px;
  margin-top: 10px;
}
.pcb-land-wrap .precision-layer-box .graphic-precision {
  display: flex;
  width: 998px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.pcb-land-wrap .precision-layer-box .graphic-precision .button-prev {
  background: url("../images/pcb2_jp/play-btn.png") no-repeat center;
  width: 42px;
  height: 42px;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  bottom: 0;
  margin: auto;
  transform: rotate(180deg);
  cursor: pointer;
  transition: all 0.3s;
}
.pcb-land-wrap .precision-layer-box .graphic-precision .button-next {
  background: url("../images/pcb2_jp/play-btn.png") no-repeat center;
  width: 42px;
  height: 42px;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  transition: all 0.3s;
}
.pcb-land-wrap .precision-layer-box .precision {
  width: 240px;
  height: 330px;
  background-color: #5c5b6a;
  box-shadow: 0 2px 9px 1px rgba(4, 29, 41, 0.15);
  border-radius: 5px;
  position: relative;
}
.pcb-land-wrap .precision-layer-box .precision .test-des {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  color: #fff;
}
.pcb-land-wrap .precision-layer-box .precision .type {
  font-size: 16px;
}
.pcb-land-wrap .precision-layer-box .precision .des {
  font-size: 26px;
  font-weight: bold;
  margin-top: 6px;
  line-height: 28px;
}
.pcb-land-wrap .hot-product-box {
  margin-top: 40px;
  display: flex;
}
@keyframes scaleEl {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.96);
  }
  100% {
    transform: scale(1);
  }
}
.pcb-land-wrap .hot-product-box .product-el {
  width: 460px;
  height: 380px;
  background-color: #323c3e;
  box-shadow: 0 2px 9px 1px rgba(4, 29, 41, 0.15);
  border-radius: 16px;
  margin-left: 20px;
  position: relative;
  color: #fff;
  cursor: default;
}
.pcb-land-wrap .hot-product-box .product-el:first-child {
  margin-left: 0;
}
.pcb-land-wrap .hot-product-box .product-el.pcb {
  padding: 36px;
}
.pcb-land-wrap .hot-product-box .product-el.pcb:before {
  content: '';
  background: url("../images/pcb2_jp/hot-icon.png") no-repeat center;
  width: 103px;
  height: 61px;
  position: absolute;
  top: 16px;
  right: 54px;
  z-index: 2;
}
.pcb-land-wrap .hot-product-box .product-el.pcb:after {
  content: '';
  background: url("../images/pcb2_jp/view-pcb1.png") no-repeat center;
  width: 224px;
  height: 208px;
  position: absolute;
  bottom: 39px;
  right: 0;
  z-index: 1;
}
.pcb-land-wrap .hot-product-box .product-el.pcb .title {
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
}
.pcb-land-wrap .hot-product-box .product-el.pcb .price-row {
  margin-top: 5px;
  font-size: 24px;
}
.pcb-land-wrap .hot-product-box .product-el.pcb .price-row .price {
  font-size: 48px;
  font-weight: bold;
}
.pcb-land-wrap .hot-product-box .product-el.pcb .params-row {
  margin-top: 20px;
  line-height: 35px;
  font-size: 18px;
  position: relative;
  z-index: 2;
}
.pcb-land-wrap .hot-product-box .product-el.pcb .jump-row {
  display: flex;
  margin-top: 14px;
}
.pcb-land-wrap .hot-product-box .product-el.pcb .jump-row .jump-btn {
  display: flex;
  align-items: center;
  height: 34px;
  background-color: #e02d2d;
  border-radius: 10px;
  border: solid 1px #e02d2d;
  color: #fff;
  font-size: 18px;
  padding: 0 8px;
  transition: all 0.3s;
}
.pcb-land-wrap .hot-product-box .product-el.pcb .jump-row .jump-btn:hover {
  background: #ff4949;
  border-color: #ff4949;
}
.pcb-land-wrap .hot-product-box .product-el.pcb.multilayer:before {
  background: url("../images/pcb2_jp/new-icon.png") no-repeat center;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.pcb-land-wrap .hot-product-box .product-el.pcb.multilayer:after {
  background: url("../images/pcb2_jp/view-pcb2.png") no-repeat center;
  width: 163px;
  height: 258px;
  position: absolute;
  bottom: 45px;
  right: 10px;
  z-index: 1;
}
.pcb-land-wrap .hot-product-box .product-el.pcb:hover .jump-btn {
  animation: scaleEl infinite 0.65s;
}
.pcb-land-wrap .hot-product-box .product-other {
  margin-left: 20px;
}
.pcb-land-wrap .hot-product-box .product-other .other {
  width: 344px;
  background-color: #333a40;
  box-shadow: 0 2px 9px 1px rgba(4, 29, 41, 0.15);
  border-radius: 16px;
  color: #fff;
  padding: 16px 20px;
  position: relative;
  cursor: default;
}
.pcb-land-wrap .hot-product-box .product-other .other:hover .jump-btn {
  animation: scaleEl infinite 0.66s;
}
.pcb-land-wrap .hot-product-box .product-other .other .title {
  font-size: 24px;
}
.pcb-land-wrap .hot-product-box .product-other .other .title .tag {
  font-size: 12px;
  margin-left: 10px;
}
.pcb-land-wrap .hot-product-box .product-other .other .params {
  margin-top: 20px;
  line-height: 24px;
  font-size: 14px;
}
.pcb-land-wrap .hot-product-box .product-other .other .jump-btn {
  background: #e02d2d;
  color: #fff;
  height: 26px;
  line-height: 26px;
  padding: 0 9px;
  border-radius: 5px;
  border: solid 1px #e02d2d;
  position: absolute;
  bottom: 20px;
  right: 12px;
  z-index: 2;
  transition: all 0.3s;
}
.pcb-land-wrap .hot-product-box .product-other .other .jump-btn:hover {
  background: #ff4949;
  border-color: #ff4949;
}
.pcb-land-wrap .hot-product-box .product-other .other.one {
  height: 191px;
  margin-bottom: 15px;
  background: url("../images/pcb2_jp/view-pcb3.png") no-repeat center;
  width: 344px;
}
.pcb-land-wrap .hot-product-box .product-other .other.two {
  height: 174px;
  background: url("../images/pcb2_jp/view-pcb4.png") no-repeat center;
}
.pcb-land-wrap .hot-product-box .product-other .other.two .params {
  margin-top: 12px;
}
.pcb-land-wrap .view-factory-box {
  width: 1304px;
  padding: 56px 16px;
  background-color: #f6f6fa;
  border-radius: 10px;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pcb-land-wrap .view-factory-box .factory-info {
  width: 450px;
  height: 303px;
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 18px;
}
.pcb-land-wrap .view-factory-box .factory-info .title {
  font-size: 27px;
  font-weight: bold;
  text-align: left;
  position: relative;
  display: inline-block;
}
.pcb-land-wrap .view-factory-box .factory-info .title .t-tips {
  display: inline-block;
  width: 142px;
  border-radius: 10px;
  border: dashed 1px #828283;
  padding: 6px 8px;
  font-size: 12px;
  color: #c3181f;
  word-break: break-word;
  position: absolute;
  top: 6px;
  right: -150px;
  z-index: 1;
}
.pcb-land-wrap .view-factory-box .factory-info .arrow-row {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.pcb-land-wrap .view-factory-box .factory-info .arrow-row .arrow-text {
  display: inline-block;
  color: #fff;
  background: #e02d2d;
  height: 30px;
  line-height: 30px;
  border-radius: 10px;
  padding: 0 10px;
}
@keyframes arrow {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(8px);
    opacity: 0;
  }
}
.pcb-land-wrap .view-factory-box .factory-info .arrow-row .arrow-box {
  margin-left: 10px;
  display: flex;
  align-items: center;
}
.pcb-land-wrap .view-factory-box .factory-info .arrow-row .arrow-box span {
  background: url("../images/pcb2_jp/arrow-point-icon.png") no-repeat center;
  width: 20px;
  height: 30px;
}
.pcb-land-wrap .view-factory-box .factory-info .arrow-row .arrow-box span:nth-child(1) {
  animation: arrow 1s 0.6s infinite;
}
.pcb-land-wrap .view-factory-box .factory-info .arrow-row .arrow-box span:nth-child(2) {
  animation: arrow 1s 0.3s infinite;
}
.pcb-land-wrap .view-factory-box .factory-info .arrow-row .arrow-box span:nth-child(3) {
  animation: arrow 1s 0s infinite;
}
.pcb-land-wrap .view-factory-box .factory-info .params-advantage {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.pcb-land-wrap .view-factory-box .factory-info .params-advantage .cell {
  width: 138px;
  text-align: center;
  margin-bottom: 15px;
  position: relative;
}
.pcb-land-wrap .view-factory-box .factory-info .params-advantage .cell:before {
  display: block;
  content: '';
  height: 60px;
  width: 1px;
  background: linear-gradient(to bottom, #fff, #e5e5e5 30%, #fff);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  bottom: 0;
  margin: auto;
}
.pcb-land-wrap .view-factory-box .factory-info .params-advantage .cell:first-child {
  text-align: left;
}
.pcb-land-wrap .view-factory-box .factory-info .params-advantage .cell:first-child:before {
  display: none;
}
.pcb-land-wrap .view-factory-box .factory-info .params-advantage .cell:nth-child(4) {
  text-align: left;
}
.pcb-land-wrap .view-factory-box .factory-info .params-advantage .cell:nth-child(4):before {
  display: none;
}
.pcb-land-wrap .view-factory-box .factory-info .params-advantage .name {
  font-size: 14px;
  color: #9d9d9d;
  margin-bottom: 4px;
  font-weight: bold;
}
.pcb-land-wrap .view-factory-box .factory-info .params-advantage .val {
  font-size: 24px;
  color: #000;
  font-weight: bold;
}
.pcb-land-wrap .view-factory-box .factory-info .params-advantage .val .tag {
  font-size: 16px;
}
.pcb-land-wrap .view-factory-box .factory-video {
  width: 796px;
  height: 303px;
  background: #ddd;
  border-radius: 10px;
}
.pcb-land-wrap .make-swiper-box {
  margin-top: 40px;
  margin-bottom: 80px;
}
.pcb-land-wrap .make-swiper-box .swiper-container {
  border-radius: 5px;
  overflow: hidden;
}
.pcb-land-wrap .make-swiper-box .swiper-container:hover .button-prev,
.pcb-land-wrap .make-swiper-box .swiper-container:hover .button-next {
  opacity: 1;
  visibility: visible;
}
.pcb-land-wrap .make-swiper-box .swiper-slide {
  width: 320px;
  height: 250px;
  background: #ddd;
  border-radius: 5px;
}
.pcb-land-wrap .make-swiper-box .button-prev {
  background: url("../images/pcb2_jp/play-btn.png") no-repeat center;
  width: 92px;
  height: 92px;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  bottom: 0;
  margin: auto;
  transform: rotate(180deg);
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.pcb-land-wrap .make-swiper-box .button-next {
  background: url("../images/pcb2_jp/play-btn.png") no-repeat center;
  width: 92px;
  height: 92px;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.plyr--video {
  height: 100%;
  border-radius: 10px;
}
.plyr--video video {
  object-fit: cover;
}
.plyr__controls {
  display: none;
}
.plyr__control.plyr__control--overlaid {
  background: url("../images/pcb2_jp/play-btn.png") no-repeat center;
  width: 95px;
  height: 95px;
}
.plyr__control.plyr__control--overlaid svg,
.plyr__control.plyr__control--overlaid .plyr__sr-only {
  display: none;
}
.plyr__control.plyr__control--overlaid:hover {
  background: url("../images/pcb2_jp/play-btn.png") no-repeat center;
}
/*# sourceMappingURL=pcb2_jp.css.map */