.company-profile-panel .nav-bar {
  border-bottom: 1px solid #d8d8d8;
  position: sticky;
  top: 120px;
  z-index: 99;
  background-color: #fff;
  margin-bottom: 10px;
  width: 100%;
}
.company-profile-panel .nav-bar .nav-item {
  flex: none;
  font-size: 14px;
  color: #333;
  height: 60px;
  position: relative;
  margin-left: 20px;
  display: inline-flex;
  align-items: center;
  padding: 0 20px;
  width: auto;
}
.company-profile-panel .nav-bar .nav-item.active {
  color: var(--main-color);
  font-weight: 600;
}
.company-profile-panel .nav-bar .nav-item.active:before {
  content: '';
  width: 100%;
  height: 3px;
  background-color: var(--main-color);
  position: absolute;
  bottom: -1px;
  left: 0;
}
.company-profile-panel .nav-bar .swiper-container {
  width: 100%;
  padding-right: 100px;
}
.company-profile-panel .nav-bar .swiper-container:before {
  content: '';
  width: 100px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.company-profile-panel .nav-bar .swiper-container .swiper-wrapper {
  position: relative;
  z-index: 0;
}
.company-profile-panel .nav-bar .swiper-container .swiper-button-next, .company-profile-panel .nav-bar .swiper-container .swiper-button-prev {
  background-color: #fff;
}
.company-profile-panel .nav-bar .swiper-container .swiper-button-next:before, .company-profile-panel .nav-bar .swiper-container .swiper-button-prev:before {
  color: #333;
  font-size: 14px;
}
.company-profile-panel .nav-bar .swiper-container .swiper-button-prev {
  left: auto !important;
  right: 40px;
}
.company-profile-panel .b-radius-15 {
  border-radius: 15px;
}
.company-profile-panel .about-info-box .title {
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  position: relative;
}
.company-profile-panel .about-info-box .thumb {
  width: 100%;
  padding-bottom: 60%;
  border-radius: 10px;
}
.company-profile-panel .overview-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.company-profile-panel .overview-info .overview-video {
  flex: none;
  width: 500px;
}
.company-profile-panel .overview-info .overview-video .company-images-swiper .swiper-slide {
  width: 100%;
  padding-bottom: 60%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 10px;
}
.company-profile-panel .overview-info .overview-video .company-images-swiper .swiper-slide.vr-slide .tips-icon {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
}
.company-profile-panel .overview-info .overview-video .company-images-swiper .swiper-slide.vr-slide .tips-icon .icon {
  background-image: url("/static/home/images/720.png");
  width: 80px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin: 0 auto;
}
.company-profile-panel .overview-info .overview-video .company-images-swiper .swiper-slide.vr-slide .tips-icon .text {
  font-size: 16px;
  color: #fff;
  padding-top: 10px;
}
.company-profile-panel .overview-info .overview-video .company-images-swiper .swiper-slide.video-slide .play-icon {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("/static/home/images/play.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px 60px;
}
.company-profile-panel .overview-info .overview-desc {
  flex: auto;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  height: 300px;
  overflow: hidden;
}
.company-profile-panel .overview-info .overview-desc .more {
  display: none;
}
.company-profile-panel .overview-info .overview-desc.long-text .text-content {
  height: 280px;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.company-profile-panel .overview-info .overview-desc.long-text .more {
  display: inline-flex;
  font-size: 12px;
  height: 20px;
  align-items: center;
  color: var(--main-color);
}
.company-profile-panel .overview-info .overview-desc.long-text .more:after {
  content: '\e646';
  font-family: "global-iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}
.company-profile-panel .overview-info .overview-desc.expand {
  height: auto !important;
}
.company-profile-panel .overview-info .overview-desc.expand .text-content {
  height: auto !important;
}
.company-profile-panel .production-thumb {
  width: 100%;
  padding-bottom: 60%;
  position: relative;
  border-radius: 10px;
}
.company-profile-panel .thumb-title {
  width: 100%;
  bottom: 0;
  color: #333333;
  font-size: 16px;
  line-height: 30px;
  padding: 10px;
  text-align: center;
}
.company-profile-panel .info-table {
  font-size: 14px;
}
.company-profile-panel .info-table .label {
  width: 150px;
  background-color: #f7f7f7;
  line-height: 32px;
  padding-left: 10px;
}
.company-profile-panel .info-table td {
  line-height: 32px;
  padding-left: 10px;
}
.company-profile-panel .company-info img {
  max-width: 100%;
}

.company-profile-panel .swiper-button-next {
  border-radius: 20px 0 0 20px;
  padding-left: 10px;
  right: 0 !important;
}
.company-profile-panel .swiper-button-prev {
  border-radius: 0 20px 20px 0;
  padding-right: 10px;
  left: 0 !important;
}
.company-profile-panel .swiper-button-next:before, .company-profile-panel .swiper-button-prev:before {
  color: #fff;
}

.m-page .company-profile-panel {
  margin: 0;
}
.m-page .company-profile-panel .index-row {
  margin: 10px;
  padding: 15px 10px;
  border-radius: 10px;
}
.m-page .company-profile-panel .index-row .title {
  text-align: center;
}
.m-page .company-profile-panel .index-row .title .more {
  margin: 8px 0;
  color: #333;
  display: inline-block;
}
.m-page .company-profile-panel .index-row .main .text {
  font-size: 14px;
  line-height: 20px;
  padding-top: 10px;
  color: #666;
  text-indent: 2em;
}
.m-page .company-profile-panel .index-row .main #company {
  overflow: hidden;
}
.m-page .company-profile-panel .index-row .main #company .tips-icon {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 15px;
}
.m-page .company-profile-panel .index-row .main #company .tips-icon .icon {
  background-image: url("/static/home/images/720.png");
  width: 40px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin: 0 auto;
}
.m-page .company-profile-panel .index-row .main #company .tips-icon .text {
  font-size: 12px;
  color: #fff;
  padding-top: 10px;
}
.m-page .company-profile-panel .index-row .main #company .swiper-slide {
  height: 0;
  padding-bottom: 56%;
  background-size: cover;
}
.m-page .company-profile-panel .index-row .main #product-banner .title {
  color: #333;
}
.m-page .company-profile-panel .row1 {
  margin-top: 0;
}
.m-page .company-profile-panel .index-row .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: left;
}
