.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;
}
* {
  margin: 0;
  padding: 0;
}
.banner-module {
  background: url("../images/highFrequencySpeed/banner-bg.jpg?v=20250428") no-repeat center;
  width: 100%;
  height: 420px;
  min-width: 1400px;
  background-size: 100% 100%;
}
.banner-module .page-wrap {
  position: relative;
}
.banner-module .banner-title {
  background: url("../images/highFrequencySpeed/banner-title.png") no-repeat center;
  width: 899px;
  height: 335px;
  position: absolute;
  left: -40px;
  top: 42px;
}
.common-board .common-title {
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.common-board .title-contains {
  display: flex;
  align-items: center;
}
.common-board .title-contains .title {
  font-weight: 800;
  font-size: 34px;
  color: #001010;
  margin-right: 20px;
}
.common-board .link-bg {
  background: url("../images/smtAssembly/line-bg.png");
  width: 64%;
  height: 2px;
  content: '';
  display: block;
}
.common-board .common-des {
  font-size: 12px;
  color: #666666;
  line-height: 16px;
  margin-top: 6px;
  letter-spacing: 2px;
}
.materials-module {
  background: url("../images/highFrequencySpeed/mater-bg.png") no-repeat center;
  width: 100%;
  height: 718px;
  min-width: 1400px;
  background-size: cover;
  padding-top: 64px;
  box-sizing: border-box;
}
.materials-module .link-bg {
  width: 58%;
}
.materials-module .materials-box {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.materials-module .materials-box .mater-item {
  width: 692px;
  height: 500px;
  position: relative;
}
.materials-module .materials-box .mater-item:before {
  background: url("../images/highFrequencySpeed/mater-list-bg.png") no-repeat center;
  width: 100%;
  height: 400px;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  box-shadow: 0 4px 8px rgba(227, 227, 244, 0.4);
  border-radius: 16px;
}
.materials-module .materials-box .mater-item .mater-pic {
  width: 620px;
  height: 340px;
  overflow: hidden;
  border-radius: 16px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: 2;
}
.materials-module .materials-box .mater-item .mater-pic img {
  transition: all 0.3s ease-in-out;
}
.materials-module .materials-box .mater-item .mater-pic:hover img {
  transform: scale(1.1);
}
.materials-module .materials-box .mater-item dl {
  position: absolute;
  left: 40px;
  right: 40px;
  top: 360px;
  margin: auto;
  z-index: 2;
}
.materials-module .materials-box .mater-item dl dt {
  font-weight: 800;
  font-size: 24px;
  line-height: 26px;
  color: #001010;
  margin-bottom: 12px;
}
.materials-module .materials-box .mater-item dl dd {
  font-size: 15px;
  color: #666666;
  line-height: 22px;
}
.materials-module .materials-box .mater-item dl dd:before {
  background: url("../images/highFrequencySpeed/mater-des-icon.png") no-repeat center;
  width: 11px;
  height: 11px;
  content: '';
  display: inline-block;
}
.product-module {
  background: url("../images/highFrequencySpeed/product-bg.png") no-repeat center;
  width: 100%;
  height: 750px;
  min-width: 1400px;
  background-size: cover;
  padding-top: 64px;
  box-sizing: border-box;
}
.product-module .link-bg {
  width: 84%;
}
.product-module .product-box {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  margin-top: 46px;
  overflow: hidden;
  font-size: 0;
}
.product-module .product-box .pro-item {
  width: 140px;
  min-width: 140px;
  height: 510px;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 16px;
  transition: width 0.5s ease-in-out;
  padding: 34px 40px;
  position: relative;
  margin-left: 18px;
}
.product-module .product-box .pro-item:first-of-type {
  margin-left: unset;
}
.product-module .product-box .pro-item:first-of-type .title-row::before {
  background: url("../images/highFrequencySpeed/pro-small-bg1.png") no-repeat center;
}
.product-module .product-box .pro-item:nth-of-type(2) .title-row::before {
  background: url("../images/highFrequencySpeed/pro-small-bg2.png") no-repeat center;
}
.product-module .product-box .pro-item:nth-of-type(3) .title-row::before {
  background: url("../images/highFrequencySpeed/pro-small-bg3.png") no-repeat center;
}
.product-module .product-box .pro-item:nth-of-type(4) .title-row::before {
  background: url("../images/highFrequencySpeed/pro-small-bg4.png") no-repeat center;
}
.product-module .product-box .pro-item.active {
  width: 928px;
  background: url("../images/highFrequencySpeed/pro-big-bg.png") no-repeat center;
}
.product-module .product-box .pro-item.active:before {
  opacity: 0;
  visibility: hidden;
}
.product-module .product-box .pro-item.active .title-row {
  opacity: 0;
  visibility: hidden;
}
.product-module .product-box .pro-item.active .pro-list {
  opacity: 1;
  visibility: visible;
}
.product-module .product-box .pro-item.active .pro-board img {
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
.product-module .product-box .title-row {
  width: 100%;
  height: 100%;
}
.product-module .product-box .title-row::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  content: '';
}
.product-module .product-box .title-row .serial {
  font-size: 24px;
  text-align: center;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 2;
  color: #5BC000;
}
.product-module .product-box .title-row .pro-title {
  position: absolute;
  z-index: 2;
  color: #5BC000;
  font-weight: 800;
  font-size: 24px;
  bottom: 40px;
  left: 0;
  right: 0;
  text-align: center;
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
}
.product-module .product-box .pro-list {
  padding: 34px 40px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  opacity: 0;
  visibility: hidden;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
}
.product-module .product-box .pro-list .pro-info {
  width: 352px;
  border-bottom: 1px dashed #ffffff;
}
.product-module .product-box .pro-list .pro-info dl {
  max-height: 350px;
  overflow: hidden;
}
.product-module .product-box .pro-list .pro-board img {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.product-module .product-box .pro-list .serial-number {
  font-weight: 300;
  font-size: 22px;
  color: #5BC000;
}
.product-module .product-box .pro-list .serial-number::before {
  width: 64px;
  height: 1px;
  background: linear-gradient(-88deg, #55B002 0%, #CFEEB3 100%);
  content: '';
  display: inline-block;
  margin-right: 8px;
  vertical-align: super;
}
.product-module .product-box .pro-list .title-info {
  font-weight: 800;
  font-size: 34px;
  color: #001010;
  margin: 16px auto 20px;
}
.product-module .product-box .pro-list dd {
  font-size: 14px;
  color: #001010;
  line-height: 22px;
  padding: 2px 0;
}
.material-list-module {
  padding: 54px 0 40px;
}
.material-list-module .list-box {
  margin-top: 44px;
}
.material-list-module table {
  width: 100%;
}
.material-list-module table th {
  background: linear-gradient(0deg, #F1F1F9 0%, #F0F0F8 45%, #F9F9FF 100%);
  padding: 24px 20px;
  font-weight: 800;
  color: #001010;
  font-size: 16px;
  border-radius: 4px;
  width: 240px;
  box-sizing: border-box;
}
.material-list-module table th:first-of-type {
  border-radius: 4px 4px 4px 16px;
}
.material-list-module table th:last-of-type {
  width: 434px;
}
.material-list-module table td {
  height: 64px;
  line-height: 64px;
  background-size: cover;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  color: #001010;
}
.material-list-module table td:first-of-type {
  background: url("../images/highFrequencySpeed/list-bg1.png") no-repeat center;
  width: 240px;
}
.material-list-module table td:nth-of-type(2) {
  background: url("../images/highFrequencySpeed/list-bg2.png") no-repeat center;
  width: 240px;
}
.material-list-module table td:nth-of-type(3) {
  background: url("../images/highFrequencySpeed/list-bg1.png") no-repeat center;
  width: 240px;
}
.material-list-module table td:nth-of-type(4) {
  background: url("../images/highFrequencySpeed/list-bg2.png") no-repeat center;
  width: 240px;
}
.material-list-module table td:last-of-type {
  background: url("../images/highFrequencySpeed/list-bg3.png") no-repeat center;
  width: 434px;
}
.material-list-module table tfoot td {
  background: linear-gradient(0deg, rgba(184, 184, 201, 0.5) 0%, rgba(221, 221, 231, 0.5) 45%, rgba(249, 249, 255, 0.5) 100%) !important;
  border-radius: 4px;
  padding: 18px 15px;
  height: 100px;
  box-sizing: border-box;
  text-align: left;
}
.material-list-module table tfoot .list-icon {
  display: inline-block;
}
.material-list-module table tfoot p {
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  display: inline-block;
  color: #9494AF;
  vertical-align: sub;
}
.facility-module {
  background: url("../images/highFrequencySpeed/fac-bg.png") no-repeat center;
  width: 100%;
  height: 750px;
  min-width: 1400px;
  background-size: cover;
  padding: 64px 0 70px;
  box-sizing: border-box;
}
.facility-module .title-contains .title {
  color: #ffffff;
}
.facility-module .link-bg {
  width: 84%;
}
.facility-module .common-des {
  color: #ffffff;
}
.facility-module .fac-box {
  margin-top: 28px;
  background: url("../images/highFrequencySpeed/fac-center-bg.png") no-repeat center;
  width: 100%;
  height: 520px;
  display: flex;
}
.facility-module .fac-box .fac-menu {
  width: 410px;
  padding: 16px 76px 14px 32px;
  box-sizing: border-box;
}
.facility-module .fac-box .fac-menu .menu-item {
  position: relative;
  height: 70px;
  padding-left: 34px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.facility-module .fac-box .fac-menu .menu-item:has(+ .menu-item.active)::before {
  background: unset;
}
.facility-module .fac-box .fac-menu .menu-item:has(+ .menu-item:hover)::before {
  background: unset;
}
.facility-module .fac-box .fac-menu .menu-item::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 376px;
  height: 70px;
  content: '';
  display: block;
}
.facility-module .fac-box .fac-menu .menu-item::before {
  position: absolute;
  left: 0;
  bottom: 0;
  background: url("../images/highFrequencySpeed/menu-line-bg.png") no-repeat center;
  width: 300px;
  height: 1px;
  content: '';
  display: block;
}
.facility-module .fac-box .fac-menu .menu-item:first-of-type .title::before {
  background: url("../images/highFrequencySpeed/menu-icon1.png") no-repeat center;
}
.facility-module .fac-box .fac-menu .menu-item:nth-of-type(2) .title::before {
  background: url("../images/highFrequencySpeed/menu-icon2.png") no-repeat center;
}
.facility-module .fac-box .fac-menu .menu-item:nth-of-type(3) .title::before {
  background: url("../images/highFrequencySpeed/menu-icon3.png") no-repeat center;
  width: 26px;
  height: 27px;
}
.facility-module .fac-box .fac-menu .menu-item:nth-of-type(4) .title::before {
  background: url("../images/highFrequencySpeed/menu-icon4.png") no-repeat center;
  width: 26px;
  height: 26px;
}
.facility-module .fac-box .fac-menu .menu-item:nth-of-type(5) .title::before {
  background: url("../images/highFrequencySpeed/menu-icon5.png") no-repeat center;
  width: 26px;
  height: 26px;
}
.facility-module .fac-box .fac-menu .menu-item:nth-of-type(6) .title::before {
  background: url("../images/highFrequencySpeed/menu-icon6.png") no-repeat center;
  width: 26px;
  height: 26px;
}
.facility-module .fac-box .fac-menu .menu-item:nth-of-type(7) .title::before {
  background: url("../images/highFrequencySpeed/menu-icon7.png") no-repeat center;
  width: 28px;
  height: 28px;
}
.facility-module .fac-box .fac-menu .menu-item:nth-of-type(7)::before {
  background: unset;
}
.facility-module .fac-box .fac-menu .menu-item:hover::before {
  background: unset;
}
.facility-module .fac-box .fac-menu .menu-item:hover .title {
  opacity: 1;
}
.facility-module .fac-box .fac-menu .menu-item:hover::after {
  background: url("../images/highFrequencySpeed/menu-bg-hover.png") no-repeat center;
}
.facility-module .fac-box .fac-menu .menu-item .title {
  display: flex;
  align-items: center;
  opacity: 0.8;
  font-size: 18px;
  position: relative;
  z-index: 3;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.facility-module .fac-box .fac-menu .menu-item .title::before {
  width: 28px;
  height: 29px;
  content: '';
  display: block;
  margin-right: 20px;
  transition: all 0.3s ease-in-out;
}
.facility-module .fac-box .fac-menu .menu-item.active .title {
  opacity: 1;
  font-weight: 800;
  font-size: 22px;
}
.facility-module .fac-box .fac-menu .menu-item.active .title::before {
  width: 32px;
  height: 32px;
}
.facility-module .fac-box .fac-menu .menu-item.active::before {
  background: unset;
}
.facility-module .fac-box .fac-menu .menu-item.active::after {
  background: url("../images/highFrequencySpeed/menu-bg.png") no-repeat center;
}
.facility-module .fac-box .fac-menu .menu-item.active:first-of-type .title::before {
  background: url("../images/highFrequencySpeed/menu-active-icon1.png") no-repeat center;
  width: 32px;
  height: 36px;
}
.facility-module .fac-box .fac-menu .menu-item.active:nth-of-type(2) .title::before {
  background: url("../images/highFrequencySpeed/menu-active-icon2.png") no-repeat center;
  width: 33px;
  height: 34px;
}
.facility-module .fac-box .fac-menu .menu-item.active:nth-of-type(3) .title::before {
  background: url("../images/highFrequencySpeed/menu-active-icon3.png") no-repeat center;
}
.facility-module .fac-box .fac-menu .menu-item.active:nth-of-type(4) .title::before {
  background: url("../images/highFrequencySpeed/menu-active-icon4.png") no-repeat center;
}
.facility-module .fac-box .fac-menu .menu-item.active:nth-of-type(5) .title::before {
  background: url("../images/highFrequencySpeed/menu-active-icon5.png") no-repeat center;
}
.facility-module .fac-box .fac-menu .menu-item.active:nth-of-type(6) .title::before {
  background: url("../images/highFrequencySpeed/menu-active-icon6.png") no-repeat center;
}
.facility-module .fac-box .fac-item {
  overflow: hidden;
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    background-size: 110%;
  }
  to {
    opacity: 1;
    background-size: 100%;
  }
}
.facility-module .fac-box .fac-item {
  width: 990px;
  height: 520px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  animation: fadeIn 1s ease-in-out;
}
.facility-module .fac-box .fac-item .fac-info {
  position: absolute;
  left: 26px;
  right: 36px;
  bottom: 20px;
}
.facility-module .fac-box .fac-item .title {
  font-weight: 800;
  font-size: 24px;
  color: #ffffff;
}
.facility-module .fac-box .fac-item .des {
  font-weight: 500;
  font-size: 15px;
  color: #ffffff;
  line-height: 22px;
  margin-top: 10px;
}
.trade-module {
  background: url("../images/highFrequencySpeed/trade-bg.png") no-repeat center;
  width: 100%;
  height: 892px;
  min-width: 1400px;
  background-size: cover;
  padding: 80px 0 50px;
  box-sizing: border-box;
}
.trade-module .link-bg {
  width: 84%;
}
.trade-module .trade-box {
  display: flex;
  justify-content: space-between;
  margin-top: 56px;
}
.trade-module .trade-c {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.trade-module .trade-pic {
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}
.trade-module img {
  transition: all 0.3s ease-in-out;
}
.trade-module img:hover {
  transform: scale(1.1);
}
.trade-module .pic-title {
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  position: absolute;
  left: 26px;
  bottom: 26px;
  z-index: 1;
}
.trade-module .trade-title {
  background: url("../images/highFrequencySpeed/trade-title.png") no-repeat center;
  width: 1341px;
  height: 67px;
  margin-top: 50px;
}
/*# sourceMappingURL=highFrequencySpeed.css.map */