@charset "UTF-8";
/*
 * @Description: 关于企业
 * @Author: hxh
 * @Date: 2025-06-12 09:36:17
 */
.sub-banner .banner-text {
  font-size: 28px;
}

.content-navs {
  background: #fff;
  z-index: 20;
  top: 88px;
  position: sticky;
}

.viewer-content > div {
  padding-top: 40px;
}

.introduce {
  font-size: 16px;
  color: #646464;
  line-height: 24px;
  margin-top: 12px;
}

.policy-navigation-station-content {
  margin-top: 20px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.policy-navigation-station-content .list-box {
  width: 586px;
  height: 310px;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid rgba(18, 109, 211, 0.26);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.policy-navigation-station-content .list-box .box-hd {
  border-radius: 8px 8px 0 0;
  height: 52px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px;
  background: -webkit-linear-gradient(left, #126dd3 0%, #0c6ad4 85%, #258bfe 99%);
  background: -moz-linear-gradient(left, #126dd3 0%, #0c6ad4 85%, #258bfe 99%);
  background: -o-linear-gradient(left, #126dd3 0%, #0c6ad4 85%, #258bfe 99%);
  background: linear-gradient(90deg, #126dd3 0%, #0c6ad4 85%, #258bfe 99%);
}
.policy-navigation-station-content .list-box .box-hd .box-tt {
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  position: relative;
  padding-right: 5px;
}
.policy-navigation-station-content .list-box .box-hd .box-tt::after {
  content: "";
  position: absolute;
  width: 272px;
  height: 44px;
  left: 100%;
  bottom: 5px;
}
.policy-navigation-station-content .list-box .box-hd .box-more {
  font-size: 14px;
  color: #ffffff;
  display: block;
}
.policy-navigation-station-content .list-box .box-bd {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
.policy-navigation-station-content .list-box .box-bd .list {
  padding: 0;
}
.policy-navigation-station-content .list-box .box-bd .list-item {
  border: none;
  position: relative;
}
.policy-navigation-station-content .list-box .box-bd .list-item > a {
  padding: 0 10px;
  height: 43px;
}
.policy-navigation-station-content .list-box .box-bd .list-item::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  border-bottom: 1px dashed #e6e6e6;
}
.policy-navigation-station-content .list-box .box-bd .list-item:last-child::after {
  display: none;
}
.policy-navigation-station-content .list-box:nth-child(1) .box-hd .box-tt::after {
  background: url("../images/business_center/box_tt1.png") left bottom no-repeat;
}
.policy-navigation-station-content .list-box:nth-child(2) .box-hd .box-tt::after {
  background: url("../images/business_center/box_tt2.png") left bottom no-repeat;
}

.professional-research-club-content {
  margin-top: 24px;
}
.professional-research-club-content .swiper-button-prev, .professional-research-club-content .swiper-button-next {
  width: 30px;
  height: 29px;
  background: #02428a;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  opacity: 0.5;
}
.professional-research-club-content .swiper-button-prev:hover, .professional-research-club-content .swiper-button-next:hover {
  opacity: 1;
}
.professional-research-club-content .swiper-button-prev {
  left: 0;
  background-image: url("../images/business_center/prev.png");
}
.professional-research-club-content .swiper-button-next {
  right: 0;
  background-image: url("../images/business_center/next.png");
}
.professional-research-club-content .demo-item {
  width: 498px;
  height: 298px;
  position: relative;
  overflow: hidden;
  border-radius: 12px 12px 12px 12px;
}
.professional-research-club-content .demo-item img {
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.professional-research-club-content .demo-item .item-name {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px;
  line-height: 50px;
  background: rgba(13, 74, 166, 0.5);
  backdrop-filter: blur(10px);
  border-radius: 0px 0px 16px 16px;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 16px;
}
.professional-research-club-content .demo-item:hover img {
  -webkit-transform: scale(1.2);
     -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
       -o-transform: scale(1.2);
          transform: scale(1.2);
}
.professional-research-club-content .list {
  margin-top: 24px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-top: 0;
}
.professional-research-club-content .list-item {
  width: -webkit-calc(50% - 8px);
  width: -moz-calc(50% - 8px);
  width: calc(50% - 8px);
  margin-right: 16px;
  border: none;
  border-radius: 12px 12px 12px 12px;
  overflow: hidden;
  background: url("../images/business_center/list_item.png") !important;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}
.professional-research-club-content .list-item > a {
  padding: 16px;
  height: 87px;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.professional-research-club-content .list-item > a .item-name {
  width: 100%;
  margin-bottom: 7px;
  line-height: 27px;
}
.professional-research-club-content .list-item > a .item-date {
  width: 100%;
  line-height: 21px;
  text-align: left;
}
.professional-research-club-content .list-item:nth-child(2n) {
  margin-right: 0;
}
.professional-research-club-content .list-item:nth-child(n+3) {
  margin-top: 16px;
}

.novice-treasure-chest-content {
  margin-top: 24px;
}
.novice-treasure-chest-content .tab {
  height: 330px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.novice-treasure-chest-content .tab-hd {
  width: 116px;
  margin-right: 9px;
  height: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.novice-treasure-chest-content .tab-hd .tab-nav {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 6px;
  background: #f7f7f7;
  border-radius: 12px 12px 12px 12px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 16px;
  color: #333333;
  padding: 0 15px;
  line-height: 21px;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  border: none;
}
.novice-treasure-chest-content .tab-hd .tab-nav > div {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.novice-treasure-chest-content .tab-hd .tab-nav.current {
  color: #ffffff;
  background: url("../images/business_center/tab_h.png");
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}
.novice-treasure-chest-content .tab-hd .tab-nav:last-child {
  margin-bottom: 0;
}
.novice-treasure-chest-content .tab-bd {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
.novice-treasure-chest-content .tab-bd .tab-panel {
  height: 100%;
  width: 100%;
  display: none;
}
.novice-treasure-chest-content .tab-bd .tab-panel .panel-inner {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 12px;
  overflow: hidden;
  background: -webkit-linear-gradient(266deg, #ffffff 0%, rgba(246, 246, 246, 0.73) 100%), #f7f8fb;
  background: -moz-linear-gradient(266deg, #ffffff 0%, rgba(246, 246, 246, 0.73) 100%), #f7f8fb;
  background: -o-linear-gradient(266deg, #ffffff 0%, rgba(246, 246, 246, 0.73) 100%), #f7f8fb;
  background: linear-gradient(184deg, #ffffff 0%, rgba(246, 246, 246, 0.73) 100%), #f7f8fb;
}
.novice-treasure-chest-content .tab-bd .tab-panel .panel-inner .panel-img {
  background: #d1d1d1;
  overflow: hidden;
}
.novice-treasure-chest-content .tab-bd .tab-panel .panel-inner .list {
  padding: 0 16px;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  background: url("../images/business_center/list_bg.png");
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}
.novice-treasure-chest-content .tab-bd .tab-panel .panel-inner .list-item {
  background: none !important;
  border-bottom-style: dashed;
}
.novice-treasure-chest-content .tab-bd .tab-panel .panel-inner .list-item > a {
  height: 52px;
  padding-left: 0;
}
.novice-treasure-chest-content .tab-bd .tab-panel .panel-inner .list-item > a .item-date {
  width: 89px;
}

.business-platform-content {
  margin-top: 12px;
  text-align: center;
  position: relative;
}
.business-platform-content img {
  max-width: 100%;
  width: 1200px;
  height: 480px;
}
.business-platform-content .platform-item {
  text-align: center;
  position: absolute;
}
.business-platform-content .platform-item:nth-child(1) {
  left: 127px;
  top: 238px;
}
.business-platform-content .platform-item:nth-child(2) {
  left: 50%;
  bottom: 17px;
  -webkit-transform: translateX(-25%);
     -moz-transform: translateX(-25%);
      -ms-transform: translateX(-25%);
       -o-transform: translateX(-25%);
          transform: translateX(-25%);
}
.business-platform-content .platform-item:nth-child(3) {
  right: 127px;
  top: 238px;
}
.business-platform-content .platform-item .item-name {
  font-weight: bold;
  font-size: 20px;
  color: #1d1d1d;
  line-height: 30px;
}
.business-platform-content .platform-item .item-link {
  margin-top: 5px;
  width: 85px;
  height: 26px;
  line-height: 26px;
  background: #02428a;
  border-radius: 4px 4px 4px 4px;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-weight: bold;
}