:root {
  --primary-color: #0070c0;
}
body .bossgoo-index-partner53 .first-title {
  background: initial;
}
body .bossgoo-index-about53 .first-title {
  color: var(--primary-color);
  background: initial;
}
body .bossgoo-index-news57 .news57-text {
  display: none;
}
body .bossgoo-index-news57 .news57-title {
  overflow: initial;
  white-space: initial;
  text-overflow: initial;
}
body .bossgoo-search-main .video .imgbox img {
  object-fit: cover;
}
body .bossgoo_vIdeo_detail1 .video-item .videobox video {
  object-fit: cover;
}
img.lazy-pending {
  opacity: 0;
  transition: opacity 0.3s ease;
}
img.lazy-loaded {
  opacity: 1;
}
.products {
  padding: 48px 0;
  overflow: hidden;
}
.products .title-wrapper {
  font-size: 40px;
  color: #000;
  text-align: center;
  font-weight: 600;
}
.products .product-type {
  margin-top: 48px;
  display: flex;
  gap: 24px;
}
.products .product-type .product-type-item {
  width: calc(100% / 3 - 24px * 2 / 3);
  padding: 0 24px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 24px;
  transition: all 0.3s ease;
}
.products .product-type .product-type-item.active {
  background-color: #0F488D;
  color: #fff;
}
.products .products-content {
  margin-top: 48px;
}
.products .products-content .products-swiper {
  overflow: hidden;
}
.products .products-content .products-swiper .products-content-item {
  display: flex;
}
.products .products-content .products-swiper .products-content-item.swiper-slide-active .button-wrapper {
  opacity: 1;
  transition: all 0.3s ease 0.6s;
}
.products .products-content .product-swiper {
  width: 40%;
  aspect-ratio: 1 / 1;
  border: 1px solid #DDDDDD;
  overflow: hidden;
  position: relative;
}
.products .products-content .product-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.products .products-content .product-swiper .swiper-pagination {
  bottom: 12px;
}
.products .products-content .product-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #F0F0F0;
  opacity: 1;
  transition: all 0.3s ease;
}
.products .products-content .product-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0E478C;
}
.products .products-content .products-content-right {
  width: 60%;
  padding-left: 48px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.products .products-content .products-content-right .title {
  font-size: 36px;
}
.products .products-content .products-content-right .desc-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.products .products-content .products-content-right .desc-list .desc-item {
  display: flex;
  align-items: center;
  font-size: 18px;
}
.products .products-content .products-content-right .desc-list .desc-item .icon-wrapper {
  width: 55px;
  height: 55px;
  margin-right: 16px;
}
.products .products-content .products-content-right .desc-list .desc-item .icon-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.products .products-content .products-content-right .button-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  opacity: 0;
}
.products .products-content .products-content-right .button-wrapper .swiper-button-prev,
.products .products-content .products-content-right .button-wrapper .swiper-button-next {
  position: initial;
  width: 48px;
  height: 48px;
  background: #f5f5f5;
  border-radius: 50%;
  opacity: 1;
  padding: 12px;
}
.products .products-content .products-content-right .button-wrapper .swiper-button-prev img,
.products .products-content .products-content-right .button-wrapper .swiper-button-next img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.products .products-content .products-content-right .button-wrapper .swiper-button-prev .icon2,
.products .products-content .products-content-right .button-wrapper .swiper-button-next .icon2 {
  display: none;
}
.products .products-content .products-content-right .button-wrapper .swiper-button-prev:hover,
.products .products-content .products-content-right .button-wrapper .swiper-button-next:hover {
  background: #0E478C;
}
.products .products-content .products-content-right .button-wrapper .swiper-button-prev:hover .icon,
.products .products-content .products-content-right .button-wrapper .swiper-button-next:hover .icon {
  display: none;
}
.products .products-content .products-content-right .button-wrapper .swiper-button-prev:hover .icon2,
.products .products-content .products-content-right .button-wrapper .swiper-button-next:hover .icon2 {
  display: block;
}
.application {
  position: relative;
  height: 880px;
}
.application .application-swiper {
  height: 100%;
  overflow: hidden;
}
.application .application-swiper .swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 6% 0;
  padding-left: 500px;
  padding-right: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.application .application-swiper .swiper-slide .text-wrapper {
  color: #fff;
}
.application .application-swiper .swiper-slide .text-wrapper .title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 24px;
}
.application .application-swiper .swiper-slide .text-wrapper .description {
  font-size: 16px;
  line-height: 1.8;
}
.application .application-swiper .swiper-slide .image-list {
  margin-top: auto;
  display: flex;
  gap: 16px;
}
.application .application-swiper .swiper-slide .image-list .image-item {
  width: calc(100% / 4 - 16px * 3 / 4);
}
.application .application-swiper .swiper-slide .image-list .image-item img {
  width: 100%;
}
.application .application-swiper .swiper-slide.swiper-slide-active .text-wrapper {
  animation: indjsText 1s ease both 0.2s;
}
.application .application-swiper .swiper-slide.swiper-slide-active .image-list {
  animation: indjsText 1s ease both 0.8s;
}
@keyframes indjsText {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.application .application-list {
  position: absolute;
  left: 0;
  top: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  width: 400px;
  height: 100%;
  z-index: 2;
}
.application .application-list::after {
  content: '';
  position: absolute;
  left: 0;
  top: var(--application-list-top, 0);
  width: 100%;
  height: calc(100% / 8);
  background-color: rgba(15, 71, 141, 0.6);
  z-index: 1;
  transition: all 0.5s ease;
}
.application .application-list .application-item {
  position: relative;
  color: #fff;
  height: calc(100% / 8);
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 24px;
  padding-left: 15%;
  z-index: 2;
}
.application .application-list .application-item:last-child {
  border-bottom: none;
}
.application .application-list .application-item .icon-wrapper {
  flex-shrink: 0;
  width: 45px;
  height: 45px;
  margin-right: 24px;
}
.application .application-list .application-item .icon-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.service-network .mapdian {
  position: relative;
}
.service-network .mapdian .mapdian-bg {
  width: 100%;
  aspect-ratio: 1920 / 1041;
}
.service-network .mapdian .title-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 6%;
  text-align: center;
  text-transform: uppercase;
  font-size: 48px;
  font-weight: 600;
  color: #000;
}
.service-network .mapdian .area-box {
  position: absolute;
}
.service-network .mapdian .area-box .icon-wrapper {
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}
.service-network .mapdian .area-box .icon-wrapper img {
  width: 58px;
  height: 41px;
  object-fit: contain;
  max-width: initial;
}
.service-network .mapdian .area-box .icon-wrapper .line {
  background: linear-gradient(to bottom, #17478e 0%, rgba(23, 71, 142, 0.5) 50%, rgba(23, 71, 142, 0) 100%);
  width: 1px;
  height: 100px;
}
.service-network .mapdian .area-box.reverse {
  display: flex;
  flex-direction: column-reverse;
}
.service-network .mapdian .area-box.reverse .icon-wrapper {
  flex-direction: column-reverse;
  top: 100%;
  bottom: initial;
}
.service-network .mapdian .area-box.reverse .icon-wrapper .line {
  background: linear-gradient(to bottom, rgba(23, 71, 142, 0) 0%, rgba(23, 71, 142, 0.5) 50%, #17478e 100%);
}
.service-network .mapdian .area-box .dot-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
}
.service-network .mapdian .area-box .dot-wrapper .dot {
  position: relative;
  z-index: 2;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  opacity: 1;
  background: var(--primary-color);
}
.service-network .mapdian .area-box .dot-wrapper::before {
  content: '';
  width: 34px;
  height: 34px;
  position: absolute;
  border-radius: 50%;
  top: calc(50% - 17px);
  left: calc(50% - 17px);
  background: var(--primary-color);
  opacity: 0.5;
  z-index: 1;
  animation: warn 2s ease-out both;
  animation-iteration-count: infinite;
  animation-delay: var(--delay);
}
.service-network .mapdian .area-box .dot-wrapper::after {
  content: '';
  width: 48px;
  height: 48px;
  position: absolute;
  border-radius: 50%;
  top: calc(50% - 24px);
  left: calc(50% - 24px);
  background: var(--primary-color);
  opacity: 0.3;
  z-index: 0;
  animation: warn 2s ease-out both;
  animation-iteration-count: infinite;
  animation-delay: var(--delay);
}
.service-network .mapdian .area-box .text {
  text-align: center;
  font-size: 12px;
  color: #666;
}
@keyframes jump2 {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(-10px);
  }
}
@keyframes warn {
  0% {
    transform: scale(0);
    opacity: 0.4;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.service-network .mapdian .postition-1 .dot-wrapper .dot {
  background-color: red;
  width: 18px;
  height: 18px;
}
.service-network .mapdian .postition-1 .dot-wrapper::before {
  width: 48px;
  height: 48px;
  top: calc(50% - 24px);
  left: calc(50% - 24px);
  background-color: red;
}
.service-network .mapdian .postition-1 .dot-wrapper::after {
  width: 68px;
  height: 68px;
  top: calc(50% - 34px);
  left: calc(50% - 34px);
  background: red;
}
@media screen and (max-width: 1400px) {
  .products {
    padding: 40px 0;
  }
  .products .title-wrapper {
    font-size: 32px;
  }
  .products .product-type {
    margin-top: 36px;
  }
  .products .product-type .product-type-item {
    height: 50px;
    line-height: 50px;
    font-size: 20px;
  }
  .products .products-content {
    margin-top: 36px;
  }
  .products .products-content .product-swiper {
    width: 45%;
  }
  .products .products-content .product-swiper .swiper-pagination {
    bottom: 10px;
  }
  .products .products-content .product-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .products .products-content .products-content-right {
    width: 55%;
    padding-left: 32px;
  }
  .products .products-content .products-content-right .title {
    font-size: 30px;
  }
  .products .products-content .products-content-right .desc-list {
    gap: 24px;
  }
  .products .products-content .products-content-right .desc-list .desc-item {
    font-size: 16px;
  }
  .products .products-content .products-content-right .desc-list .desc-item .icon-wrapper {
    width: 40px;
    height: 40px;
    margin-right: 12px;
  }
  .products .products-content .products-content-right .button-wrapper {
    gap: 12px;
  }
  .products .products-content .products-content-right .button-wrapper .swiper-button-prev,
  .products .products-content .products-content-right .button-wrapper .swiper-button-next {
    width: 42px;
    height: 42px;
  }
  .products .products-content .products-content-right .button-wrapper .swiper-button-prev::after,
  .products .products-content .products-content-right .button-wrapper .swiper-button-next::after {
    font-size: 16px;
  }
  .application {
    height: 760px;
  }
  .application .application-swiper .swiper-slide {
    padding-left: 420px;
    padding-right: 120px;
  }
  .application .application-swiper .swiper-slide .text-wrapper .title {
    font-size: 32px;
  }
  .application .application-swiper .swiper-slide .text-wrapper .description {
    font-size: 15px;
  }
  .application .application-swiper .swiper-slide .image-list {
    gap: 12px;
  }
  .application .application-list {
    width: 360px;
  }
  .application .application-list .application-item {
    font-size: 20px;
    padding-left: 12%;
  }
  .application .application-list .application-item .icon-wrapper {
    width: 40px;
    height: 40px;
  }
  .service-network .mapdian .title-wrapper {
    font-size: 40px;
    padding-top: 5%;
  }
  .service-network .mapdian .area-box .icon-wrapper img {
    width: 46px;
    height: 33px;
  }
  .service-network .mapdian .area-box .icon-wrapper .line {
    height: 80px;
  }
  .service-network .mapdian .area-box .dot-wrapper .dot {
    width: 10px;
    height: 10px;
  }
  .service-network .mapdian .postition-1 .dot-wrapper::before {
    width: 24px;
    height: 24px;
    top: calc(50% - 12px);
    left: calc(50% - 12px);
  }
  .service-network .mapdian .postition-1 .dot-wrapper::after {
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
  }
}
@media screen and (max-width: 992px) {
  .products {
    padding: 32px 0 0;
  }
  .products .title-wrapper {
    font-size: 26px;
  }
  .products .product-type {
    margin-top: 24px;
    flex-wrap: wrap;
    gap: 12px;
  }
  .products .product-type .product-type-item {
    width: 100%;
    padding: 0 12px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
  }
  .products .products-content {
    margin-top: 24px;
  }
  .products .products-content .products-swiper .products-content-item {
    flex-direction: column;
  }
  .products .products-content .product-swiper {
    width: 100%;
    aspect-ratio: 16 / 9;
    margin-bottom: 16px;
  }
  .products .products-content .product-swiper .swiper-pagination {
    bottom: 8px;
  }
  .products .products-content .products-content-right {
    width: 100%;
    padding-left: 0;
  }
  .products .products-content .products-content-right .title {
    font-size: 22px;
  }
  .products .products-content .products-content-right .desc-list {
    gap: 16px;
  }
  .products .products-content .products-content-right .desc-list .desc-item {
    font-size: 14px;
  }
  .products .products-content .products-content-right .desc-list .desc-item .icon-wrapper {
    width: 28px;
    height: 28px;
    margin-right: 10px;
  }
  .products .products-content .products-content-right .button-wrapper {
    justify-content: center;
    gap: 12px;
    margin-top: 48px;
  }
  .products .products-content .products-content-right .button-wrapper .swiper-button-prev,
  .products .products-content .products-content-right .button-wrapper .swiper-button-next {
    width: 40px;
    height: 40px;
  }
  .products .products-content .products-content-right .button-wrapper .swiper-button-prev::after,
  .products .products-content .products-content-right .button-wrapper .swiper-button-next::after {
    font-size: 16px;
  }
  .application {
    height: auto;
  }
  .application .application-swiper .swiper-slide {
    padding: 24px 16px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .application .application-swiper .swiper-slide .text-wrapper .title {
    font-size: 22px;
  }
  .application .application-swiper .swiper-slide .text-wrapper .description {
    font-size: 14px;
  }
  .application .application-swiper .swiper-slide .image-list {
    gap: 8px;
  }
  .application .application-swiper .swiper-slide .image-list .image-item {
    width: calc(50% - 4px);
  }
  .application .application-list {
    display: none;
  }
  .service-network {
    display: none;
  }
}
body .bossgoo-aboutus3 .phonepad .aboutbar .aboutright .swiper-container {
  display: none;
}
body .bossgoo-aboutus3 .phonepad .aboutbar .aboutright video {
  width: 100%;
}
body .bossgoo-aboutus3 .graybg .videoNavOne {
  display: none;
}
body .bossgoo-aboutus3 .graybg .changeoutbox {
  display: none;
}
/*证书*/
.honor-box {
  padding-top: 48px;
}
.honor-box .honor-title {
  font-weight: bold;
  font-size: 36px;
  color: #333333;
  font-family: var(--fontRegular);
  margin-bottom: 20px;
}
.honor-box .zsSwiper {
  margin: initial;
  overflow: hidden;
}
.honor-box .zsSwiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
}
.honor-box .zsSwiper .swiper-slide .img {
  width: 100%;
  height: 100%;
}
.honor-box .zsSwiper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.honor-box .zsSwiper .swiper-slide .text {
  padding: 8px 0;
}
.detailed-services {
  padding-top: 48px;
}
.detailed-services .title {
  font-weight: bold;
  font-size: 36px;
  color: #333333;
  font-family: var(--fontRegular);
  margin-bottom: 20px;
  text-align: center;
}
.detailed-services .detailed-services-content {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('https://bsg-i.nbxc.com/product/1c/aa/82/03a6d63bfac1b90e0b1d1c56b2.png');
}
.detailed-services .detailed-services-content .detailed-services-list {
  display: flex;
  font-size: 24px;
}
.detailed-services .detailed-services-content .detailed-services-list .detailed-services-item {
  width: calc(100% / 3);
  padding: 4%;
  color: #fff;
  position: relative;
}
.detailed-services .detailed-services-content .detailed-services-list .detailed-services-item::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(240, 240, 240, 0.3);
}
.detailed-services .detailed-services-content .detailed-services-list .detailed-services-item:last-child::after {
  display: none;
}
.detailed-services .detailed-services-content .detailed-services-list .detailed-services-item .item-title {
  text-align: center;
  padding-bottom: 26px;
}
.detailed-services .detailed-services-content .detailed-services-list .detailed-services-item .item-title img {
  width: 40px;
  margin-bottom: 20px;
}
.detailed-services .detailed-services-content .detailed-services-list .detailed-services-item .item-desc {
  line-height: 1.5;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .honor-box {
    padding-top: 24px;
  }
  .honor-box .honor-title {
    font-size: 0.32rem !important;
    margin-bottom: 0.3rem;
  }
  .detailed-services {
    display: none;
  }
}
