.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-capability {
  width: 100%;
  padding: 64px 0 86px;
  background-color: #fff;
}
.page-capability .com-t {
  font-size: 30px;
  color: #303133;
  line-height: 30px;
  text-align: center;
  font-weight: 600;
}
.page-capability .capability {
  box-sizing: border-box;
  background-color: #fff;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 16px;
  backdrop-filter: blur(4px);
  margin: 56px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.page-capability .capability .capability-img {
  width: 504px;
  height: 392px;
  display: inline-block;
}
.page-capability .capability .capability-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-capability .capability .capability-desc {
  width: 624px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: 0 24px 0 0;
}
.page-capability .capability .capability-desc .table-box {
  border-radius: 6px;
  border: 1px solid #dcdfe6;
  overflow: hidden;
}
.page-capability .capability .capability-desc .table-box table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.page-capability .capability .capability-desc .table-box table tr th,
.page-capability .capability .capability-desc .table-box table tr td {
  font-size: 12px;
  line-height: 17px;
  color: #767676;
  padding: 8px 20px;
  text-align: left;
  border-right: 1px solid #dcdfe6;
  border-bottom: 1px solid #dcdfe6;
  min-width: 180px;
}
.page-capability .capability .capability-desc .table-box table tr th {
  color: #000;
  font-size: 15px;
  line-height: 24px;
  font-weight: normal;
}
.page-capability .capability .capability-desc .table-box table tr:last-child td {
  border-bottom: none;
}
.page-capability .capability .capability-desc .table-box table tr th:last-child,
.page-capability .capability .capability-desc .table-box table tr td:last-child {
  border-right: none;
}
.page-capability .capability .capability-desc .capability-btn {
  width: 352px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #fff;
  background-color: #2D914B;
  border: none;
  border-radius: 16px;
  outline: none;
  display: inline-block;
  margin: 20px 0 0;
}
.page-advantage {
  width: 100%;
  background-color: #f9f9f9;
  padding: 64px 0;
}
.page-advantage .com-t {
  font-size: 30px;
  color: #303133;
  line-height: 30px;
  text-align: center;
  font-weight: 600;
}
.page-advantage .advantage {
  height: 430px;
  border-radius: 8px;
  background: #f4f5f7;
  backdrop-filter: blur(10px);
  margin: 56px 0 0;
  display: flex;
  justify-content: space-between;
}
.page-advantage .advantage .fl {
  width: 700px;
  padding: 48px 24px 48px 48px;
  box-sizing: border-box;
  background-color: #fff;
}
.page-advantage .advantage .fl p {
  font-size: 16px;
  color: #909399;
  line-height: 24px;
  padding: 0 0 0 26px;
  margin: 0 0 20px;
  position: relative;
}
.page-advantage .advantage .fl p span {
  color: #303133;
  font-weight: 600;
}
.page-advantage .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 .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 .advantage .fr {
  width: 500px;
  height: 100%;
  position: relative;
}
.page-advantage .advantage .fr .img-list {
  width: 100%;
  height: 100%;
}
.page-advantage .advantage .fr .img-list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}
.page-advantage .advantage .fr .img-list img.active {
  display: block;
}
.page-advantage .advantage .fr .switch-list {
  display: inline-block;
  position: absolute;
  bottom: 32px;
  right: 32px;
}
.page-advantage .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 .advantage .fr .switch-list span.active {
  width: 48px;
  background-color: #2D914B;
}
.page-advantage .advantage .fr .switch-list span:first-child {
  margin: 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;
}
.page-assured {
  width: 100%;
  background: #f9f9f9;
  padding: 64px 0;
}
.page-assured .com-t {
  font-size: 30px;
  color: #303133;
  line-height: 30px;
  text-align: center;
  font-weight: 600;
}
.page-assured ul {
  width: 100%;
  margin: 56px 0 0;
}
.page-assured ul li {
  width: 282px;
  height: 384px;
  display: inline-block;
  vertical-align: top;
  margin: 0 24px 0 0;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.page-assured ul li::after {
  content: '';
  width: 175px;
  height: 167px;
  background-image: url(/images/business/pcb/img-14.png);
  background-position: center center;
  background-size: cover;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
}
.page-assured ul li > * {
  z-index: 1;
}
.page-assured ul li > img {
  width: 100%;
  height: 148px;
  object-fit: cover;
}
.page-assured ul li > .title {
  width: 100%;
  padding: 24px;
  font-size: 24px;
  color: #000;
  line-height: 32px;
  box-sizing: border-box;
}
.page-assured ul li > button {
  font-size: 16px;
  line-height: 22px;
  padding: 6px 15px;
  color: #2D914B;
  border: 1px solid #2D914B;
  border-radius: 20px;
  display: inline-block;
  background-color: transparent;
  outline: none;
  position: absolute;
  bottom: 24px;
  left: 24px;
}
.page-assured ul li > button .half-arrow {
  width: 19px;
  height: 8px;
  background: url(/images/business/pcb/arrow-sprites.png) -10px -10px;
  display: inline-block;
  vertical-align: middle;
  margin: -4px 0 0 16px;
}
.page-assured ul li .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: all 0.3s;
}
.page-assured ul li .bg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.page-assured ul li .bg .blur {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 64, 153, 0.32) 42%, #2D914B);
  backdrop-filter: blur(4px);
  padding: 40px 24px 0;
  box-sizing: border-box;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.page-assured ul li .bg .blur .t {
  font-size: 24px;
  color: #fff;
  line-height: 32px;
}
.page-assured ul li .bg .blur .arrow {
  width: 15px;
  height: 32px;
  background: url(/images/business/pcb/arrow-sprites.png) -10px -38px;
  display: inline-block;
  margin: 24px 0;
  transition: all 0.3s;
  transform: translateY(100px);
  opacity: 0;
}
.page-assured ul li .bg .blur span {
  width: 100%;
  font-size: 16px;
  color: #eee;
  line-height: 22px;
  display: inline-block;
}
.page-assured ul li:hover .bg {
  opacity: 1;
}
.page-assured ul li:hover .bg .arrow {
  transform: translateY(0);
  opacity: 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;
}
