.banner {
  width: 100%;
  height: 460px;
  background-image: url(/images/business/pcb/through-hole/banner-1.png);
  background-size: cover;
  background-position: center center;
}
.banner .w-1200 {
  height: 100%;
  padding: 160px 0 0;
  position: relative;
}
.banner .w-1200 p {
  max-width: 652px;
  font-size: 36px;
  color: #303133;
  line-height: 50px;
  font-weight: 600;
}
.banner .w-1200 .contact-btn {
  width: 106px;
  height: 32px;
  line-height: 32px;
  background-color: #2D914B;
  border: none;
  font-size: 14px;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 88px;
}
.page-nav {
  width: 100%;
  height: 60px;
  background-color: #f4f5f7;
}
.page-nav ul {
  display: flex;
  justify-content: space-between;
}
.page-nav ul .nav-item {
  line-height: 60px;
  text-align: center;
  font-size: 16px;
  color: #303133;
  display: inline-block;
  vertical-align: middle;
}
.page-nav ul .nav-item a {
  height: 57px;
  display: inline-block;
  position: relative;
  border-bottom: 3px solid #f4f5f7;
}
.page-nav ul .nav-item:hover a {
  color: #2D914B;
}
.page-nav ul .nav-item.active a {
  color: #2D914B;
  border-color: #2D914B;
}
.page-nav-more {
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 3px 23px 0px #f4f5f7;
}
.page-nav-more ul {
  padding: 0 0 20px;
}
.page-nav-more ul li {
  display: inline-block;
  vertical-align: top;
  margin: 20px 24px 0 0;
}
.page-nav-more ul li a {
  min-width: 130px;
  font-size: 12px;
  color: #606266;
  padding: 9px 15px;
  line-height: 14px;
  border-radius: 4px;
  text-align: center;
  background: #f4f5f7;
  display: inline-block;
  box-sizing: border-box;
}
.page-nav-more ul li.active a {
  background-color: #2d914b;
  color: #fff;
}
.page-product {
  width: 100%;
  padding: 64px 0;
  background: #f4f5f7;
  position: relative;
  overflow: hidden;
}
.page-product .w-1200 .com-t {
  font-size: 30px;
  color: #303133;
  line-height: 30px;
  text-align: center;
  font-weight: 600;
}
.page-product .w-1200 .swiper-container {
  width: 1224px;
  height: 444px;
  margin: 56px 0 0;
}
.page-product .w-1200 .swiper-container .wrapper {
  height: 100%;
  display: inline-block;
}
.page-product .w-1200 .swiper-container .wrapper .swiper-slide {
  width: 282px !important;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  background-color: #fff;
  border-radius: 32px;
  overflow: hidden;
  margin: 0 24px 0 0;
  position: relative;
}
.page-product .w-1200 .swiper-container .wrapper .swiper-slide .imgbox {
  width: 100%;
  height: 200px;
}
.page-product .w-1200 .swiper-container .wrapper .swiper-slide .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-product .w-1200 .swiper-container .wrapper .swiper-slide .detail dl {
  padding: 24px 24px 0;
}
.page-product .w-1200 .swiper-container .wrapper .swiper-slide .detail dl dt {
  font-size: 20px;
  color: #303133;
  font-weight: 600;
  line-height: 26px;
  height: 52px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.page-product .w-1200 .swiper-container .wrapper .swiper-slide .detail dl dd {
  font-size: 14px;
  color: #606266;
  line-height: 18px;
  margin: 8px 0 0;
  padding: 0 0 0 18px;
  position: relative;
}
.page-product .w-1200 .swiper-container .wrapper .swiper-slide .detail dl dd::after {
  content: '';
  width: 10px;
  height: 10px;
  background: #fff;
  border: 3px solid #2D914B;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  box-sizing: border-box;
}
.page-product .w-1200 .swiper-container .wrapper .swiper-slide button {
  width: 88px;
  height: 32px;
  line-height: 28px;
  font-size: 14px;
  color: #303133;
  background: #fff;
  border-radius: 17px;
  border: 1px solid #909399;
  outline: none;
  display: inline-block;
  position: absolute;
  bottom: 24px;
  left: 24px;
  cursor: pointer;
}
.page-product .w-1200 .swiper-container .wrapper .swiper-slide button i {
  width: 16px;
  height: 16px;
  background: url(/images/business/pcb/through-hole/icon_sprites.png) -10px -46px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px 0 0;
}
.page-product .w-1200 .swiper-container::after {
  content: '';
  width: 24px;
  height: 100%;
  background-color: #f4f5f7;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
}
.page-product .arrow {
  width: 56px;
  height: 56px;
  background-image: url('/images/switch-arrow.png');
  background-position: -10px -10px;
  display: inline-block;
  padding: 7px;
  position: absolute;
  bottom: 260px;
  left: 50%;
  margin: 0 0 0 -680px;
}
.page-product .arrow i {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}
.page-product .right-arrow {
  background-image: url('/images/switch-arrow.png');
  background-position: -86px -10px;
  margin: 0 0 0 628px;
}
.page-advantage {
  width: 100%;
  background-color: #fff;
  padding: 64px 0;
  position: relative;
}
.page-advantage .swiper-container {
  height: 462px;
}
.page-advantage .swiper-container .swiper-wrapper {
  height: 100%;
  position: relative;
}
.page-advantage .swiper-container .swiper-wrapper .swiper-slide {
  height: 100%;
}
.page-advantage .swiper-container .swiper-wrapper .swiper-slide .com-t {
  font-size: 30px;
  color: #303133;
  line-height: 30px;
  text-align: center;
  font-weight: 600;
}
.page-advantage .swiper-container .swiper-wrapper .swiper-slide .advantage {
  height: 376px;
  border-radius: 8px;
  background: #f4f5f7;
  backdrop-filter: blur(10px);
  margin: 56px 0 0;
  display: flex;
  justify-content: space-between;
}
.page-advantage .swiper-container .swiper-wrapper .swiper-slide .advantage .fl {
  width: 700px;
  padding: 48px 24px 48px 48px;
  box-sizing: border-box;
}
.page-advantage .swiper-container .swiper-wrapper .swiper-slide .advantage .fl p {
  font-size: 16px;
  color: #909399;
  line-height: 24px;
  padding: 0 0 0 26px;
  margin: 0 0 32px;
  position: relative;
}
.page-advantage .swiper-container .swiper-wrapper .swiper-slide .advantage .fl p span {
  color: #303133;
}
.page-advantage .swiper-container .swiper-wrapper .swiper-slide .advantage .fl p:after {
  content: '';
  width: 10px;
  height: 10px;
  border: 3px solid #2D914B;
  border-radius: 50%;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 7px;
}
.page-advantage .swiper-container .swiper-wrapper .swiper-slide .advantage .fl .contact-btn {
  width: 82px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #fff;
  background: #2D914B;
  border-radius: 16px;
  border: none;
  outline: none;
  display: inline-block;
  cursor: pointer;
  margin: 0 0 0 26px;
}
.page-advantage .swiper-container .swiper-wrapper .swiper-slide .advantage .fr {
  width: 500px;
  height: 100%;
  position: relative;
}
.page-advantage .swiper-container .swiper-wrapper .swiper-slide .advantage .fr .img-list {
  width: 100%;
  height: 100%;
}
.page-advantage .swiper-container .swiper-wrapper .swiper-slide .advantage .fr .img-list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}
.page-advantage .swiper-container .swiper-wrapper .swiper-slide .advantage .fr .img-list img.active {
  display: block;
}
.page-advantage .swiper-container .swiper-wrapper .swiper-slide .advantage .fr .switch-list {
  display: inline-block;
  position: absolute;
  bottom: 32px;
  right: 32px;
}
.page-advantage .swiper-container .swiper-wrapper .swiper-slide .advantage .fr .switch-list span {
  width: 20px;
  height: 4px;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 6px;
  transition: all 0.3s;
  cursor: pointer;
}
.page-advantage .swiper-container .swiper-wrapper .swiper-slide .advantage .fr .switch-list span.active {
  width: 48px;
  background-color: #2D914B;
}
.page-advantage .swiper-container .swiper-wrapper .swiper-slide .advantage .fr .switch-list span:first-child {
  margin: 0;
}
.page-advantage #advantage-swiper-switch {
  text-align: center;
  padding: 32px 0 0;
}
.page-advantage #advantage-swiper-switch span {
  width: 20px;
  height: 4px;
  background: #DCDFE6;
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px 0 0;
  cursor: pointer;
  transition: all 0.2;
}
.page-advantage #advantage-swiper-switch span.swiper-active-switch {
  width: 48px;
  background-color: #2D914B;
}
.page-advantage .arrow {
  width: 56px;
  height: 56px;
  background-image: url('/images/switch-arrow.png');
  background-position: -10px -10px;
  display: inline-block;
  padding: 7px;
  position: absolute;
  bottom: 246px;
  left: 50%;
  margin: 0 0 0 -680px;
}
.page-advantage .arrow i {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}
.page-advantage .right-arrow {
  background-image: url('/images/switch-arrow.png');
  background-position: -86px -10px;
  margin: 0 0 0 628px;
}
.page-workstage {
  width: 100%;
  background-color: #f9f9f9;
  padding: 64px 0;
}
.page-workstage .com-t {
  font-size: 30px;
  color: #303133;
  line-height: 30px;
  text-align: center;
  font-weight: 600;
}
.page-workstage ul {
  width: 1224px;
  margin: 24px 0 0;
}
.page-workstage ul li {
  width: 282px;
  display: inline-block;
  vertical-align: top;
  margin: 32px 24px 0 0;
}
.page-workstage ul li .img-box {
  width: 100%;
  height: 282px;
}
.page-workstage ul li .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-workstage ul li .detail {
  width: 100%;
  padding: 15px 15px 0;
  box-sizing: border-box;
}
.page-workstage ul li .detail p {
  font-size: 18px;
  line-height: 32px;
  color: #303133;
  font-weight: 600;
  white-space: nowrap;
}
.page-workstage ul li .detail p i {
  color: #2D914B;
  font-style: normal;
  padding: 0 4px 0 0;
}
.page-workstage ul li .detail span {
  font-size: 14px;
  color: #787878;
  line-height: 24px;
  margin: 10px 0 0;
  display: block;
  min-height: 72px;
}
.page-capability {
  width: 100%;
  padding: 64px 0;
  background: #fff;
  text-align: center;
}
.page-capability .com-t {
  font-size: 30px;
  color: #303133;
  line-height: 30px;
  text-align: center;
  font-weight: 600;
}
.page-capability .table-box {
  width: 100%;
  background-color: #F9F9F9;
  padding: 24px;
  border-radius: 24px;
  backdrop-filter: blur(16px);
  margin: 40px 0 0;
}
.page-capability .table-box .table-border {
  border-radius: 16px;
  border: 1px solid #EBEEF5;
  overflow: hidden;
}
.page-capability .table-box table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.page-capability .table-box table .head-tr td {
  color: #303133;
  background: #F5F7FA;
  font-weight: 600;
}
.page-capability .table-box table tr td {
  padding: 12px 40px 12px 40px;
  font-size: 14px;
  line-height: 24px;
  color: #606266;
  text-align: left;
  border-right: 1px solid #EBEEF5;
  border-bottom: 1px solid #EBEEF5;
  background-color: #fff;
}
.page-capability .table-box table tr td.center {
  padding: 0;
  text-align: center;
}
.page-capability .table-box table tr:last-child td {
  border-bottom: none;
}
.page-capability .table-box table tr td:first-child {
  white-space: nowrap;
}
.page-capability .table-box table tr th:last-child,
.page-capability .table-box table tr td:last-child {
  border-right: none;
}
.page-capability .capability-btn {
  width: 352px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #fff;
  background-color: #2D914B;
  display: inline-block;
  border: none;
  outline: none;
  border-radius: 16px;
  margin: 32px 0 0;
}
.page-application {
  width: 100%;
  background-color: #f4f5f7;
  background: linear-gradient(180deg, #fff, #f4f5f7 48%, #fff);
  padding: 64px 0;
  position: relative;
}
.page-application .w-1200 .com-t {
  font-size: 30px;
  color: #303133;
  line-height: 30px;
  text-align: center;
  font-weight: 600;
}
.page-application .w-1200 .swiper-container {
  width: 1224px;
  height: 260px;
  margin: 56px 0 0;
  text-align: left;
}
.page-application .w-1200 .swiper-container .wrapper {
  height: 100%;
  display: inline-block;
}
.page-application .w-1200 .swiper-container .wrapper .swiper-slide {
  width: 282px !important;
  height: 260px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0 24px 0 0;
}
.page-application .w-1200 .swiper-container .wrapper .swiper-slide img {
  width: 100%;
  height: 182px;
  object-fit: cover;
}
.page-application .w-1200 .swiper-container .wrapper .swiper-slide .bg {
  width: 100%;
  height: 78px;
  background: url(/images/business/pcb/application-bg.png) no-repeat center center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-application .w-1200 .swiper-container .wrapper .swiper-slide .bg p {
  font-size: 20px;
  color: #191919;
  line-height: 30px;
  text-align: center;
  padding: 0 14px;
}
.page-application .arrow {
  width: 56px;
  height: 56px;
  background-image: url('/images/switch-arrow.png');
  background-position: -10px -10px;
  display: inline-block;
  padding: 7px;
  position: absolute;
  bottom: 180px;
  left: 50%;
  margin: 0 0 0 -680px;
}
.page-application .arrow i {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}
.page-application .right-arrow {
  background-image: url('/images/switch-arrow.png');
  background-position: -86px -10px;
  margin: 0 0 0 628px;
}
.page-application::after {
  content: '';
  width: 24px;
  height: 100%;
  background-color: #f4f5f7;
  background: linear-gradient(180deg, #fff, #f4f5f7 48%, #fff);
  display: inline-block;
  position: absolute;
  left: calc(50% + 600px);
  bottom: 0;
  z-index: 1;
}
.footr {
  width: 100%;
  height: 150px;
  background-image: url(/images/business/pcb/through-hole/img-25.png);
  background-size: cover;
  background-position: center center;
}
.footr .w-1200 {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footr .w-1200 span {
  font-size: 30px;
  color: #fff;
  font-weight: 600;
}
.footr .w-1200 button {
  width: 296px;
  height: 64px;
  line-height: 64px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.06);
  border: none;
  cursor: pointer;
  font-size: 21px;
  color: #2D914B;
}
