.news-swiper {
  width: 860px;
  height: 400px;
  border-radius: 16px;
  position: relative;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.swiper-slide img {
  object-fit: cover;
}

.fullSwiper {
  width: 100%;
  height: 100%;
}

.fullSwiper .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}

.fullSwiper .swiper-slide-title {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 41px;
  margin-bottom: 38px;
  z-index: 2;
}
.fullSwiper .swiper-slide-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -38px;
  width: 860px;
  height: 120px;
  background: linear-gradient(0deg, #242424 0%, rgba(36, 36, 36, 0) 100%);
  border-radius: 0px 0px 16px 16px;
  z-index: 1;
}
.fullSwiper .swiper-slide-title > div {
  position: relative;
  padding-left: 15px;
  font-size: 22px;
  line-height: 22px;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 580px;
  z-index: 9;
}
.fullSwiper .swiper-slide-title > div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 20px;
  background: #1953ff;
}

.fullSwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper.fullSwiper .swiper-slide img {
  border-radius: 16px;
}

.swiper.thumbnail {
  width: 184px;
  height: calc(400px - 43px);
  position: absolute;
  top: 24px;
  right: 24px;
}

.swiper.thumbnail .swiper-slide {
  width: 178px;
  height: 113px;
  border-radius: 8px;
  margin: auto;
  display: flex;
  align-items: center;
}

.swiper.thumbnail .swiper-slide img {
  border-radius: 8px;
  width: 172px;
  height: 108px;
  margin: auto;
}

.swiper.thumbnail .swiper-slide-active {
  position: relative;
}

.swiper.thumbnail .swiper-slide-thumb-active::before {
  content: "";
  position: absolute;
  top: 1px;
  left: -3px;
  width: 178px;
  height: 113px;
  border-radius: 8px;
  border: 3px solid #1969fa;
}

.swiper.thumbnail .swiper-slide-thumb-active.swiper-slide img {
  width: 168px;
  height: 104px;
}

.news-group {
  width: 390px;
  height: 400px;
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #e6e8ee;
}

.news-group__title {
  height: 50px;
  background: #f5f5fa;
  border-radius: 16px 16px 0px 0px;
  font-weight: bold;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 22px;
  padding-right: 16px;
}

.news-group__title a,
.news-group__title i {
  font-weight: 400;
  font-size: 12px;
  color: #7f879e;
}

.news-group__list {
  padding: 20px 24px 0;
}
.news-detail-footer li a,
.news-group__list a {
  display: block;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-detail-footer li a:hover,
.news-group__list a:hover,
.news-item .news-title a:hover {
  color: #1969fa;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.news-item .news-title a:hover {
  text-underline-offset: 5px;
}

.news-group__list a + a {
  margin-top: 8px;
}

.news-nav {
  background: #f5f5fa;
}
.news-nav ul {
  display: flex;
  align-items: center;
  height: 45px;
}
.news-nav ul li {
  font-size: 12px;
  color: #7f879e;
  &:last-child {
    color: #333333;
  }
}
.news-nav i {
  margin: 0 10px;
  font-size: 12px;
  color: #7f879e;
}
.news-list {
  padding: 40px 0 60px;
}
.news-list-index {
  padding: 50px 0 60px;
}

.news-item {
  height: 155px;
  background: #ffffff;
  box-shadow: 0px 0px 29px 0px rgba(4, 38, 94, 0.08);
  border-radius: 16px;
  padding: 30px 40px;
  display: flex;
}
.news-item:hover {
  box-shadow: 0px 0px 29px 0px rgba(4, 38, 94, 0.16);
}
.news-item_img {
  width: 160px;
  height: 95px;
  background: #cdcdcd;
  border-radius: 8px;
  overflow: hidden;
  margin-right: 31px;
}
/* .news-item_img img{} */
.news-item_content {
  flex: 1;
}

.news-item .news-title {
  /* height: 20px; */
  line-height: 26px;
  font-size: 20px;
  width: 670px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-item .news-text {
  color: #7f879e;
  line-height: 17px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 34px;
  margin: 7px 0 9px;
}
.news-more,
.news-more i {
  font-size: 12px;
  color: #bfc3ce;
  line-height: 17px;
}
.news-more i {
  font-size: 11px;
}
.news-more span {
  margin-right: 40px;
}
.news-item + .news-item {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}
.pagination {
  margin-bottom: 70px;
}

.detail-main {
  padding: 64px 0 84px;
}

.section-title {
  margin-bottom: 24px;
  position: relative;
  /* padding-left: 15px; */
  font-size: 22px;
  line-height: 22px;
  display: flex;
}
.section-title::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 0;
  width: 5px;
  height: 20px;
  background: #1953ff;
}
.section-title .tag {
  font-size: 14px;
  color: #ffffff;
  width: 40px;
  height: 23px;
  line-height: 25px;
  background: #1969fa;
  border-radius: 0px 8px 0px 0px;
  margin-left: 9px;
  padding: 0 6px;
}
.news-detail {
  padding-right: 113px;
  flex: 1;
}
.news-detail .news-more {
  margin: 20px 0 38px;
}
.news-detail .news-detail__content {
  /* color: #7f879e; */
  font-size: 18px;
  line-height: 30px;
}
.news-detail .news-detail__content img {
  max-width: 100%;
  width: 70%;
  margin: auto;
}
.news-detail .news-detail__content ul,
.news-detail .news-detail__content ol,
.news-detail .news-detail__content dl {
  padding-left: 26px;
}
.news-detail .news-detail__content li,
.news-detail .news-detail__content dt,
.news-detail .news-detail__content dd {
  list-style-type: disc;
}

.news-detail-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}
.news-detail-footer li {
  font-size: 12px;
  color: #7f879e;
  display: flex;
  align-items: center;
}
.news-detail-footer li:hover i {
  color: #7f879e;
}
.news-detail-footer li i {
  color: #bfc3ce;
  font-size: 25px;
}
.news-detail-footer li i + a {
  margin-left: 8px;
}
.news-detail-footer li a {
  width: 192px;
}
.news-detail-footer li a + i {
  margin-left: 8px;
}
.flex-right {
  width: 300px;
}

.flex-right .news-group {
  width: 300px;
  height: max-content;
}
.flex-right .news-group .news-group__list {
  padding: 20px 23px 26px;
}
.flex-right .news-group + .news-group {
  margin-top: 31px;
}
.flex-right .news-group__list__item {
  display: flex;
  align-items: center;
}
.flex-right .news-group__list__item + .news-group__list__item {
  margin-top: 15px;
}
.flex-right .news-group__list__item img {
  width: 86px;
  height: 54px;
  background: #bfc3ce;
  border-radius: 5px;
  margin-right: 8px;
}
.flex-right .news-group__list__item a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: inherit;
  height: 40px;
}
.flex-right .swiper {
  width: 300px;
  height: 110px;
  border-radius: 16px;
  margin-top: 30px;
}
.flex-right .swiper .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #000000;
  border-radius: 50%;
  opacity: 0.6;
}
.flex-right .swiper .swiper-pagination-bullet-active {
  width: 18px;
  height: 5px;
  border-radius: 3px;
}

.pcb-pricing {
  background: url("./../images/bg/计价框底图benner.jpg") center no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  height: 290px;
  padding-top: 59px;
}

.pricing-content .title {
  font-size: 26px;
  line-height: 26px;
}

.pricing-content .title-sub {
  margin-top: 14px;
  font-size: 14px;
  line-height: 13px;
  line-height: 20px;
  margin-bottom: 37px;
}
.pricing-form {
  height: 58px;
}
.form-group,
.pricing-form {
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-group {
  width: 168px;
  height: 58px;
  background: #ffffff;
  margin-right: 1px;
  padding: 0 10px;
}

.form-group label {
  display: block;
  font-weight: bold;
  font-size: 14px;
  color: #7f879e;
}

.form-group input,
.form-group .custom-select,
.form-group select {
  flex: 1;
  color: #333;
}

.form-group .custom-select .select-val {
  text-align: right;
}

.form-group:first-child {
  width: 288px;
  border-radius: 8px 0px 0px 8px;
  position: relative;
  padding: 0;
  padding-left: 10px;
}
.form-group:first-child::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 144px;
  width: 1px;
  height: 22px;
  background: #7f879e;
}
.form-group:first-child input {
  text-align: right;
  padding: 0 10px;
}
.form-group input.length {
  width: 100px;
}
.form-group input.width {
  width: 144px;
}
.btn-quote {
  background: #1969fa;
  width: 200px;
  height: 58px;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0px 8px 8px 0px;
  border: #fff solid 4px;
}

.btn-quote:hover {
  background-color: #0056b3;
}
