body,
html {
  font-family: Inter, Inter-Regular, Inter-Medium, Inter-Bold, Arial, ArialMT !important;
  line-height: normal !important;
}

html,
body {
  background: #fff;
  min-width: 1400px;
}

img {
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.clear {
  clear: both;
}

.focus {
  border-color: #cc0000 !important;
}

.index-topad {
  width: 100%;
  max-height: 80px;
  min-height: 60px;
  overflow: hidden;
  position: relative;
  background-color: #f5f5f5;
}

.index-topad-box {
  display: block;
}

.index-topad-box img {
  width: 1920px;
  height: auto;
  margin-left: -360px;
}

.index-topad .icon-close {
  position: absolute;
  width: 22px;
  height: 22px;
  right: 0;
  top: 0;
  text-align: center;
  line-height: 22px;
  font-size: 12px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
}

.index-btn,
.index-btn-lg,
.index-btn-box,
.index-btn-box-lg {
  text-align: center;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  background-color: #cc0000;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.index-btn:hover,
.index-btn-lg:hover,
.index-btn-box:hover,
.index-btn-box-lg:hover {
  background-color: #db1a1a;
}

.index-btn-box,
.index-btn-box-lg {
  display: block;
}

.index-btn-lg,
.index-btn-box-lg {
  min-width: 180px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}

.clearfix::after {
  display: block;
  clear: both;
}

.index-input-wrap {
  margin-left: 40px;
}

.index-input-wrap:first-child {
  margin-left: 0;
}

.index-input-wrap input {
  width: 100%;
  border: 1px solid #e8e8e8;
  padding: 0 10px;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}

.index-input-wrap .cell {
  display: table-cell;
  vertical-align: top;
}

.index-input-label {
  padding-bottom: 8px;
  color: #666;
}

.index-input-con input {
  width: 320px;
}

.index-input-label, .index-input-con {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
}

.index-select,
.index-input-wrap input {
  box-sizing: border-box;
  position: relative;
  height: 32px;
  border-radius: 4px;
  -moz-appearance: textfield;
}

.index-select::-webkit-outer-spin-button, .index-select::-webkit-inner-spin-button,
.index-input-wrap input::-webkit-outer-spin-button,
.index-input-wrap input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

.index-select {
  position: relative;
  cursor: pointer;
  width: 320px;
}

.index-select-down {
  position: absolute;
  right: 10px;
  top: 50%;
  font-size: 10px;
  color: #999;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.index-select-show {
  display: block;
  height: 30px;
  line-height: 30px;
  border: 1px solid #e8e8e8;
  padding: 0 10px;
  border-radius: 4px;
}

.index-select-list {
  position: absolute;
  top: 32px;
  border: 1px solid #e8e8e8;
  background-color: #fff;
  left: 0;
  right: 0;
  margin-top: -1px;
  display: none;
  max-height: 300px;
  overflow-y: auto;
}

.index-select-list li {
  height: 25.6px;
  line-height: 25.6px;
  padding: 0 10px;
}

.index-select-list li:hover {
  background-color: #f6f6f6;
}

.index-select.cur .index-select-show,
.index-select.cur .index-select-list {
  border-color: #cc0000;
}

.index-select.cur .index-select-down {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.index-banner {
  position: relative;
  background-color: #f8f8f8;
}

.index-banner-slider {
  width: 100%;
  overflow: hidden;
}

.index-banner-slider .swiper-slide {
  height: 500px;
}

.index-banner-slider .bd-item {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}

.index-banner-slider-hd {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px !important;
}

.index-banner-slider-hd .swiper-pagination-bullet {
  width: 24px !important;
  background-color: #fff;
}

.index-banner-slider-hd .swiper-pagination-bullet-active {
  background-color: #cc0000;
}

.index-bg {
  width: 100%;
  background: #f8f9fc;
  padding: 80px 0;
}

.index-quote {
  box-shadow: 0px 0px 32px 0px rgba(80, 107, 138, 0.1);
  border-radius: 16px 16px 16px 0;
}

.index-quote-wrap {
  width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 9;
}

.index-quote-discount {
  position: absolute;
  bottom: 0;
  left: 0;
}

.index-quote .bd {
  box-sizing: border-box;
  display: flex;
  padding: 24px;
  width: 100%;
  height: 130px;
  background-color: #fff;
  border-radius: 0px 0px 16px 0px;
}

.index-quote .bd .item-list {
  display: flex;
  position: relative;
  width: 100%;
}

.index-quote .bd .short-input .numberLimit {
  width: 144px;
}

.index-quote .bd h3 {
  font-size: 18px;
  padding-bottom: 10px;
}

.index-quote .hd {
  display: flex;
  background-color: #f8f9fc;
  color: #333;
  width: 100%;
  border-radius: 16px 16px 0 0;
}

.index-quote .hd li {
  height: 40px;
  line-height: 40px;
  padding: 0 24px;
  font-size: 16px;
  cursor: pointer;
}

.index-quote .hd li.on {
  background-color: #fff;
  color: #333;
  font-weight: 700;
  position: relative;
}

.index-quote .hd li:hover {
  color: #cc0000;
}

.index-quote .hd li:first-child {
  border-radius: 16px 0 0 0;
}

.index-quote .bom-box {
  width: 640px;
  height: 62px;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
  margin-top: -6px;
}

.index-quote .bom-box h5 {
  padding-bottom: 8px;
}

.index-quote .bom-box p {
  font-size: 12px;
}

.index-quote .btn-box {
  position: absolute;
  right: 0;
  top: 21px;
}

.index-quote .index-btns-submit {
  background-color: #cc0000;
  color: #fff;
  box-sizing: border-box;
}

.index-quote .index-btns-submit:hover {
  background-color: #db1a1a;
}

.index-adv {
  width: 1400px;
  font-size: 0;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

.index-adv-item {
  width: 330px;
  height: 266px;
  background: linear-gradient(180deg, #f8f9fc, #ffffff);
  border: 2px solid #ffffff;
  border-radius: 16px;
  font-size: 14px;
  box-sizing: border-box;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.index-adv-item b {
  display: block;
  font-size: 20px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-weight: 700;
  margin: 10px 0 20px;
}

.index-adv-item p {
  line-height: 20px;
  text-align: center;
  word-break: break-word;
  padding: 0 10px;
}

.index-act {
  padding-top: 30px;
  text-align: justify;
  padding-bottom: 25px;
}

.index-act-wrap {
  overflow: hidden;
}

.index-act-item {
  display: inline-block;
  width: 588px;
  height: 320px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.index-act-item:hover {
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08);
}

.index-act .swiper-slide-next {
  text-align: right;
}

.index-smt {
  width: 1400px;
  padding: 80px 0 0;
}

.index-smt .index-smt-content {
  display: flex;
}

.index-smt .index-smt-content .index-smt-conten-left {
  min-width: 669px;
  width: 669px;
  height: 381px;
  background: url(../../../images/home/part2-left-bg.webp) no-repeat;
  background-size: contain;
  position: relative;
}

.index-smt .index-smt-content .index-smt-conten-left h2 {
  padding-top: 60px;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  position: relative;
  padding-right: 150px;
}

.index-smt .index-smt-content .index-smt-conten-left h2::after {
  content: '';
  width: 100px;
  height: 2px;
  background: #cc0000;
  position: absolute;
  left: 0;
  bottom: -16px;
}

.index-smt .index-smt-content .index-smt-conten-left .about-us {
  position: absolute;
  left: 0;
  top: 212px;
  color: #C00;
  font-size: 16px;
  cursor: pointer;
  border: 1px solid #C00;
  background: #FFF;
}

.index-smt .index-smt-content .index-smt-conten-left .about-us img {
  margin-right: 5px;
}

.index-smt .index-smt-content .index-smt-conten-left .about-us span {
  line-height: 20px;
  vertical-align: -2px;
}

.index-smt .index-smt-content .index-smt-conten-right {
  min-width: 820px;
  width: 820px;
  height: 381px;
  background: #f8f9fc;
  border-radius: 16px;
  margin-left: -80px;
  z-index: 2;
  box-sizing: border-box;
  padding: 40px;
}

.index-smt .index-smt-content .index-smt-conten-right p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 24px;
  word-break: break-word;
}

.index-smt .index-smt-content .index-smt-conten-right p:last-child {
  margin-bottom: 0;
}

.index-smt .index-smt-step {
  display: flex;
  height: 335px;
  align-items: center;
}

.index-smt .index-smt-step .index-smt-step-left {
  min-width: 910px;
  width: 910px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  margin-right: 61px;
}

.index-smt .index-smt-step .index-smt-step-left .index-smt-step-item {
  min-width: 126px;
  text-align: center;
}

.index-smt .index-smt-step .index-smt-step-left .index-smt-step-item dt {
  position: relative;
}

.index-smt .index-smt-step .index-smt-step-left .index-smt-step-item dt::before {
  content: '';
  width: 14px;
  height: 14px;
  background: url(../../../images/home/arrow-black.webp) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -33px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.index-smt .index-smt-step .index-smt-step-left .index-smt-step-item dt::after {
  content: '';
  width: 500px;
  height: 1px;
  background: #e8e8e8;
  display: block;
  bottom: -26px;
  position: absolute;
}

.index-smt .index-smt-step .index-smt-step-left .index-smt-step-item dd {
  padding-top: 53px;
  position: relative;
  color: #666;
}

.index-smt .index-smt-step .index-smt-step-hr {
  width: 1px;
  height: 160px;
  background: #e8e8e8;
}

.index-smt .index-smt-step .index-smt-step-right {
  margin-left: 60px;
}

.index-smt .index-smt-step .index-smt-step-right h3 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

.index-smt .index-smt-step .index-smt-step-right p {
  padding: 20px 71px 40px;
  text-align: center;
  height: 36px;
  line-height: 20px;
}

.index-smt .index-smt-step .index-smt-step-right a {
  width: 180px;
  cursor: pointer;
  margin: 0 auto;
}

.index-smt-slide {
  height: 64px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.index-smt-slide .lt {
  position: relative;
}

.index-smt-slide .lt::after {
  content: '';
  position: absolute;
  top: 18px;
  bottom: 18px;
  right: 0;
  width: 1px;
  background-color: #707070;
}

.index-smt-slide .lt,
.index-smt-slide .gt {
  float: left;
  width: 50%;
  line-height: 64px;
}

.index-smt-slide .item {
  display: inline-block;
  margin: 0 20px;
}

.index-card-link {
  width: 1400px;
  display: flex;
  justify-content: space-between;
}

.index-card-link .card-item {
  width: 446px;
  height: 350px;
  border-radius: 16px;
  box-shadow: 0px 0px 32px 0px rgba(80, 107, 138, 0.1);
  box-sizing: border-box;
  padding: 30px;
  position: relative;
}

.index-card-link .card-item:hover {
  background: #fff !important;
  transition: all 0.3s;
  box-shadow: 0px 0px 32px 0px rgba(80, 107, 138, 0.1);
}

.index-card-link .card-item:hover h3 {
  display: none;
}

.index-card-link .card-item:hover li {
  display: block;
}

.index-card-link .card-item h3 {
  padding-top: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.index-card-link .card-item li {
  display: none;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 16px;
  position: relative;
  padding-left: 20px;
}

.index-card-link .card-item li:last-child {
  margin-bottom: 0;
}

.index-card-link .card-item li::before {
  content: '';
  width: 12px;
  height: 12px;
  background: url(../../../images/home/checked.webp) no-repeat;
  position: absolute;
  left: 0;
  top: 4px;
}

.index-card-link .card-item a {
  width: 180px;
  position: absolute;
  bottom: 41px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}

.index-card-link .card-bg1 {
  background: url(../../../images/home/card-bg1.webp) no-repeat;
}

.index-card-link .card-bg2 {
  background: url(../../../images/home/card-bg2.webp) no-repeat;
}

.index-card-link .card-bg3 {
  background: url(../../../images/home/card-bg3.webp) no-repeat;
}

.index-factory {
  width: 1400px;
  padding: 80px 0;
}

.index-factory .index-factory-content {
  width: 100%;
  height: 460px;
  display: flex;
  margin-bottom: 40px;
}

.index-factory .index-factory-content-text {
  width: 670px;
  height: 100%;
  position: relative;
}

.index-factory .index-factory-content-text h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  position: relative;
}

.index-factory .index-factory-content-text h3::after {
  content: '';
  width: 100px;
  height: 2px;
  background: #cc0000;
  position: absolute;
  bottom: -16px;
  left: 0;
}

.index-factory .index-factory-content-text b {
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  line-height: 32px;
  display: block;
  padding: 78px 0 30px;
}

.index-factory .index-factory-content-text P {
  font-size: 16px;
  color: #666666;
  line-height: 28px;
  padding-right: 30px;
}

.index-factory .index-factory-content-text a {
  width: 180px;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: 0;
}

.index-factory .index-factory-content .pcba {
  padding-left: 40px;
}

.index-factory .index-factory-content .pcba a {
  left: 40px;
}

.index-factory .index-factory-content .pcba b {
  padding-right: 20px;
}

.index-factory .index-factory-content-media {
  width: 730px;
  height: 100%;
}

.index-factory .index-factory-content-media video {
  border-radius: 16px;
}

.index-logos {
  padding: 0 0 80px;
  text-align: center;
}

.index-logos .list {
  width: 1400px;
  display: flex;
  justify-content: space-between;
}

.index-logos .item {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 90px;
  background-repeat: no-repeat;
  background-position: center center;
}

.index-cust {
  width: 1400px;
  box-sizing: border-box;
  text-align: center;
}

.index-cust h3 {
  font-size: 32px;
  font-weight: 700;
}

.index-cust .icon-hr {
  margin-top: 16px;
  position: relative;
  display: inline-block;
}

.index-cust .icon-hr::before, .index-cust .icon-hr::after {
  content: '';
  width: 100px;
  height: 2px;
  background: #cc0000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.index-cust .icon-hr::before {
  left: 28px;
}

.index-cust .icon-hr::after {
  right: 28px;
}

.index-cust .index-cust-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.index-cust .index-cust-content-text {
  width: 700px;
  height: 315px;
  background: linear-gradient(180deg, #f8f9fc, #fffffd);
  border: 2px solid #ffffff;
  border-radius: 16px;
  box-sizing: border-box;
  padding: 20px;
  text-align: left;
}

.index-cust .index-cust-content-text h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.index-cust .index-cust-content-text p {
  font-size: 16px;
  line-height: 26px;
  margin-top: 20px;
}

.index-cust .index-cust-content-text p:last-child {
  line-height: 20px;
}

.index-cust .index-cust-count {
  display: flex;
  justify-content: space-between;
  text-align: left;
  margin-top: 30px;
}

.index-cust .index-cust-count dt {
  font-size: 32px;
  font-family: Inter, Inter-Medium;
  font-weight: 500;
  color: #cc0000;
}

.index-cust .index-cust-count dd {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 10px;
}

.h-42 {
  position: relative;
}

.h-42 i {
  position: absolute;
  font-size: 24px;
}

.text-top {
  vertical-align: top;
}

.index-friend {
  padding: 40px 0 30px;
  overflow: hidden;
  width: 100%;
}

.index-friend .swiper-slide {
  width: auto;
}

.index-friend-list-item {
  display: inline-block;
  width: 150px;
  height: 56px;
  text-align: center;
  line-height: 56px;
  margin: 0 10px;
}

.index-friend img {
  max-height: 80%;
  max-width: 100%;
  vertical-align: middle;
}

.index-services {
  width: 1400px;
  display: flex;
  justify-content: space-between;
  color: #fff;
  padding: 80px 0;
}

.index-services p {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  position: absolute;
}

.index-services-left {
  position: relative;
}

.index-services-left h3 {
  font-size: 48px;
  font-weight: 700;
  text-align: left;
  line-height: 60px;
  position: absolute;
  top: 60px;
  left: 40px;
}

.index-services-left p {
  left: 40px;
  bottom: 66px;
}

.index-services-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.index-services-right-img {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.index-services-right-img .text2 {
  top: 126px;
  left: 115px;
}

.index-services-right-img .text3 {
  top: 138px;
  right: 21px;
}

.index-services-right-img .text4 {
  left: 48px;
  top: 138px;
}

.index-services-right-img .text5 {
  top: 126px;
  right: 108px;
  text-align: center;
}

.index-services-right-img img + img {
  margin-left: 30px;
}

.index-knowledge {
  width: 1400px;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
}

.index-knowledge h3 {
  font-size: 32px;
  font-weight: 700;
}

.index-knowledge .icon-hr {
  margin-top: 16px;
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
}

.index-knowledge .icon-hr::before, .index-knowledge .icon-hr::after {
  content: '';
  width: 100px;
  height: 2px;
  background: #cc0000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.index-knowledge .icon-hr::before {
  left: 28px;
}

.index-knowledge .icon-hr::after {
  right: 28px;
}

.index-knowledge .index-knowledge-list {
  width: 100%;
}

.index-knowledge .index-knowledge-list .swiper-slide {
  width: auto;
}

.index-knowledge .index-knowledge-list .index-knowledge-list-item {
  display: inline-block;
  width: 446px;
  height: 464px;
  background: #ffffff;
  border-radius: 16px;
  margin: 0 15px;
  box-sizing: border-box;
  padding: 24px;
  cursor: pointer;
}

.index-knowledge .index-knowledge-list .index-knowledge-list-item .knowledge-cover {
  width: 398px;
  height: 300px;
  background: #e8e8e8;
  border-radius: 10px;
}

.index-knowledge .index-knowledge-list .index-knowledge-list-item .knowledge-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.index-knowledge .index-knowledge-list .index-knowledge-list-item .knowledge-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 16px;
  line-height: 28px;
  margin-top: 24px;
  text-align: left;
}

.index-knowledge .index-knowledge-list .index-knowledge-list-item .knowledge-title b {
  color: #fc7021;
  font-weight: 700;
}

.swiper-container-free-mode > .index-knowledge-list.swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  transition-timing-function: linear;
}

.index-join {
  width: 100%;
  height: 404px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(54, 46, 46, 0.6);
  background-image: url(../../../images/home/join-bg.webp);
}

.index-join .index-join-content {
  width: 1120px;
  height: 154px;
  background: rgba(255, 255, 255, 0.88);
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.index-join .index-join-content p {
  width: 854px;
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
  box-sizing: border-box;
  padding-right: 10px;
}

.index-join .index-join-btn {
  width: 240px;
  height: 50px;
  background: #cc0000;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  margin-top: 40px;
}

.index-join .index-join-btn:hover {
  background: #db1a1a;
}

.index-help {
  margin: 80px auto;
  width: 1400px;
  background-color: #f8f9fc;
  background-image: url(../../../images/home/help-bg.webp);
  height: 330px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.index-help h3 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  line-height: 40px;
}

.index-help .index-help-action {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.index-help .index-help-action-btn {
  width: 240px;
  height: 50px;
  background: #f8f9fc;
  border: 1px solid #cc0000;
  border-radius: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  color: #cc0000;
  margin-right: 70px;
}

.index-help .index-help-action-btn:last-child {
  margin-right: 0;
}

.index-help .index-help-action-btn:hover {
  background: #db1a1a;
  border-color: #db1a1a;
  color: #fff;
}

.index-qty-sure {
  text-align: center;
  padding: 4px 0;
}

.index-qty-sure li {
  margin: 4px;
  width: 50px;
  display: inline-block;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.index-qty-sure li:hover {
  background-color: #cc0000;
  color: #fff;
}

.index-qty .index-select-list {
  max-height: 1000px;
  overflow-y: visible;
}

.swiper-container-free-mode > .index-friend-list.swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  transition-timing-function: linear;
}

.index-banner-slider-hd,
.index-act-hd {
  z-index: 2;
  text-align: center;
}

.index-banner-slider-hd .swiper-pagination-bullet,
.index-banner-slider-hd .swiper-pagination-bullet-active,
.index-act-hd .swiper-pagination-bullet,
.index-act-hd .swiper-pagination-bullet-active {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}

.index-banner-slider-hd .swiper-pagination-bullet,
.index-act-hd .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  border-radius: 6px;
  opacity: 0.4;
}

.index-banner-slider-hd .swiper-pagination-bullet-active,
.index-act-hd .swiper-pagination-bullet-active {
  width: 24px;
  height: 6px;
  opacity: 1;
}

@media screen and (max-width: 1399px) {
  html,
  body {
    min-width: 1200px;
  }
  .index-quote-wrap {
    width: 1200px;
  }
  .index-select {
    width: 280px;
  }
  .index-quote .bd .short-input .numberLimit {
    width: 124px;
  }
  .index-adv {
    width: 1200px;
  }
  .index-adv .index-adv-item {
    width: 280px;
    height: 286px;
  }
  .index-adv .index-adv-item h3 {
    height: 19px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    margin: 10px 0 25px;
  }
  .index-adv .index-adv-item:nth-child(2n) p {
    padding: 0;
  }
  .index-smt {
    width: 1200px;
  }
  .index-smt .index-smt-content .index-smt-conten-left {
    width: 569px;
    min-width: 569px;
    height: 381px;
  }
  .index-smt .index-smt-content .index-smt-conten-left h3 {
    padding-right: 0;
  }
  .index-smt .index-smt-content .index-smt-conten-right {
    width: 720px;
    min-width: 720px;
    height: 409px;
  }
  .index-smt .index-smt-step .index-smt-step-left {
    min-width: 710px;
    width: 710px;
  }
  .index-card-link {
    width: 1200px;
  }
  .index-card-link .card-item {
    width: 380px;
    height: 350px;
    background-size: contain;
  }
  .index-card-link .card-bg1 {
    background: url(../../../images/home/card-bg1-sm.webp) no-repeat;
  }
  .index-card-link .card-bg1 h3 {
    white-space: nowrap;
  }
  .index-card-link .card-bg2 {
    background: url(../../../images/home/card-bg2-sm.webp) no-repeat;
  }
  .index-card-link .card-bg3 {
    background: url(../../../images/home/card-bg3-sm.webp) no-repeat;
  }
  .index-factory {
    width: 1200px;
  }
  .index-factory .index-factory-content-text {
    width: 470px;
  }
  .index-factory .pcb h3 {
    padding-right: 140px;
  }
  .index-factory .pcb b {
    padding: 58px 0 30px;
  }
  .index-factory .pcb p {
    padding-right: 30px;
    text-align: left;
  }
  .index-factory .pcb a {
    bottom: 0 !important;
  }
  .index-factory .pcba b {
    height: 152px;
    padding: 58px 0 18px;
  }
  .index-factory .pcba p {
    height: 131px;
  }
  .index-factory .pcba a {
    bottom: -50px;
  }
  .index-factory .index-factory-content-media video {
    width: 100%;
  }
  .index-logos .list {
    width: 1200px;
  }
  .index-cust {
    width: 1200px;
  }
  .index-cust .index-cust-content-text {
    width: 560px;
    height: 343px;
  }
  .index-services {
    width: 1200px;
  }
  .index-services .index-services-left h3 {
    top: 51px;
    left: 34px;
  }
  .index-services .index-services-left p {
    left: 34px;
    bottom: 57px;
  }
  .index-services .index-services-left img {
    width: 386px;
    height: 540px;
    object-fit: contain;
  }
  .index-services .index-services-right .index-services-right-img:first-child img {
    object-fit: contain;
  }
  .index-services .index-services-right .index-services-right-img:first-child img:nth-child(1) {
    width: 480px;
    height: 257px;
  }
  .index-services .index-services-right .index-services-right-img:first-child img:nth-child(2) {
    width: 283px;
    height: 257px;
  }
  .index-services .index-services-right .index-services-right-img:last-child img {
    object-fit: contain;
  }
  .index-services .index-services-right .index-services-right-img:last-child img:nth-child(2) {
    width: 480px;
    height: 257px;
  }
  .index-services .index-services-right .index-services-right-img:last-child img:nth-child(1) {
    width: 283px;
    height: 257px;
  }
  .index-services .index-services-right .index-services-right-img .text2 {
    top: 107px;
    left: 75px;
  }
  .index-services .index-services-right .index-services-right-img .text3 {
    width: 144px;
    top: 107px;
    right: 70px;
  }
  .index-services .index-services-right .index-services-right-img .text4 {
    left: 24.5px;
    top: 116.5px;
  }
  .index-services .index-services-right .index-services-right-img .text5 {
    top: 107px;
    right: 69px;
    text-align: center;
  }
  .index-services .index-services-right .index-services-right-img img + img {
    margin-left: 26px;
  }
  .index-knowledge {
    width: 1200px;
  }
  .index-knowledge .index-knowledge-list .index-knowledge-list-item {
    width: 380px;
    height: 414px;
  }
  .index-knowledge .index-knowledge-list .index-knowledge-list-item .knowledge-cover {
    width: 332px;
    height: 250px;
  }
  .index-join {
    background-position-x: 50%;
  }
  .index-help {
    width: 1200px;
    height: 282px;
    background-image: url(../../../images/home/help-bg-sm.webp);
  }
}
