
.noContent[data-v-d0ad6f26] {
  text-align: center;
  padding: 20px 0;
}
.noContent > h4[data-v-d0ad6f26] {
  margin-top: 25px;
}

@charset "utf-8";
/*
  企业画像 CSS
*/
table{
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.comMedia{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.comMedia .logoImg{
  width: 200px;
  height: 150px;
  border: 1px solid #ddd;
  overflow: hidden;
  margin-right: 20px;
}
.comMedia .logoImg img{
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.comMedia .logoImg:hover img{
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.comMedia .comTitle{
  font-size: 24px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
}
.comTitle .comSearchIcon{

}
.comTitle .inline-input{
  margin-left: 10px;
}
.comTitle .inline-input .el-input__inner{
  min-width: 350px;
  height: 38px;
  line-height: 38px;
}
.comMedia .comLink{
  margin-top: 5px;
  margin-bottom: 5px;
}
.comMedia .comTip{
  display: inline-block;
  font-size: 12px;
  padding: 5px 10px;
  margin-right: 5px;
}
.firmLabel-list{
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 25px;
}
.firmLabel-list > li{
  display: inline-block;
  color: #666;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 3px 10px;
  margin-left: 8px;
  margin-bottom: 5px;
}
.firmLabel-list > li:first-child{
  margin-left: 0;
}
.panelTitle{
  display: inline-block;
  color: #373a51;
  font-size: 26px;
  font-weight: bold;
  border-bottom: 2px solid #6d54f9;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 30px;
  padding: 0 15px 8px;
}
.panelTitle:before, .panelTitle:after{
  content: '';
  width: 128px;
  height: 20px;
  position: absolute;
  bottom: -2px;
}
.panelTitle:before{
  /*background: url(../images/index-decorateLine-l.png) no-repeat;*/
  background-size: 100% 100%;
  left: -128px;
}
.panelTitle:after{
  /*background: url(../images/index-decorateLine-r.png);*/
  background-size: 100% 100%;
  right: -128px;
}
.panelTitle .decorateIcon{
  display: inline-block;
  /*background: url(../images/index-decorateIcon.png) no-repeat;*/
  background-size: contain;
  width: 25px;
  height: 30px;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
  margin: 0 5px;
}

.guide-nav {
  position: relative;
  font-size: 16px;
  min-height: 55px;
  border-bottom: 1px solid #ebf1f6;
  margin: 15px 0;
  -webkit-box-shadow: 0 0 8px rgba(10, 135, 223, .15);
          box-shadow: 0 0 8px rgba(10, 135, 223, .15);
}
.guide-nav .nav-guideBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
}
.guide-nav .list-guide {
  background-color: #fbfbfb;
  z-index: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-right: 1px solid #ebf1f6;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.guide-nav .list-guide .guide-title {
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  background-color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}
.guide-nav .list-guide .guide-title.disabled {
  color: #999;
  cursor: default;
}
.guide-nav .list-guide .guide-itemBox {
  border-top: 1px solid #ebf1f6;
  padding-top: 10px;
  padding-bottom: 10px;
}
.guide-nav .list-guide .guide-itemBox a {
  display: block;
  color: #333;
  padding: 5px;
  cursor: pointer;
}
.guide-nav .list-guide:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 5px rgba(10, 135, 223, .15);
          box-shadow: 0 3px 5px rgba(10, 135, 223, .15);
}
.guide-nav .list-guide:hover .guide-title:not(.disabled) {
  border-bottom-color: #0a87df;
  color: #0a87df;
}
.guide-nav .list-guide .guide-itemBox a:hover {
  color: #0a87df;
}
.guide-nav .list-guide .guide-itemBox a.disabled{
  color: #999;
  cursor: default;
}
.guide-nav .nav-guideBox:hover {
  -webkit-box-shadow: 0 3px 5px rgba(10, 135, 223, 0.2);
          box-shadow: 0 3px 5px rgba(10, 135, 223, 0.2);
  height: auto;
  -webkit-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}
.nav-guideBox.no-moving {
  position: fixed;
  height: 55px;
  top: 140px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-shadow: 0 2px 5px rgba(10, 135, 223, 0.2);
          box-shadow: 0 2px 5px rgba(10, 135, 223, 0.2);
  z-index: 9;
}
.sectionTitle{
  position: relative;
  font-size: 18px;
  font-weight: bold;
  margin: 30px 0 20px;
}
.sectionTitle .bgText{
  font-family: Impact;
  font-size: 36px;
  color: rgba(51,51,51,.14);
  text-transform: uppercase;
}
.sectionTitle .title-name{
  position: absolute;
  bottom: 0;
  left: 0;
}
.secondTitle{
  position: relative;
  font-size: 16px;
  font-weight: bold;
  padding-left: 15px;
}
.secondTitle:before{
  content: '';
  width: 4px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: -webkit-gradient(linear, left top, left bottom, from(#6cc2ff), to(#0a87df));
  background: linear-gradient(to bottom, #6cc2ff, #0a87df);
  border-radius: 2px;
}
.thirdTitle{
  position: relative;
  font-weight: bold;
  padding-left: 15px;
}
.thirdTitle:before, .thirdTitle:after{
  content: '';
  width: 6px;
  height: 6px;
  background-color: #0a87df;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.thirdTitle:before{
  left: 0;
  top: 50%;
}
.thirdTitle:after{
  opacity: 0.4;
  left: 3px;
  top: calc(50% + 3px);
}
.baseTable{
  width: 100%;
  font-size: 15px;
}
.baseTable > tbody > tr > td{
  border-bottom: 1px dashed #e9e9e9;
  padding: 15px 8px;
  vertical-align: middle;
}
.staffInfo-list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 14px;
}
.staffInfo-list > li{
  border: 1px solid #e1e1e1;
  background-color: #f7f5ff;
  padding-left: 15px;
  margin: 6px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.staffInfo-list > li .staff{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  background-color: #fff;
  color: #666;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 12px;
  margin-left: 15px;
}

/* 对外投资 */
.investOrgName{
  height: 50px;
  background-color: #5f54f9;
  color: #fff;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
  font-size: 16px;
  line-height: 1;
  position: relative;
  margin-left: 30px;
  margin-right: 30px;
}
.investOrgName:before,.investOrgName:after{
  content: '';
  width: 30px;
  height: 1px;
  background-color: #ccc;
  position: absolute;
}
.investOrgName:before{
  left: -30px;
}
.investOrgName:after{
  right: -30px;
}
.graph-left{
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.graph-item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  padding: 5px 10px;
  background-color: rgba(95, 84, 249, .2);
  position: relative;
  min-width: 90px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.graph-left .graph-item{
  margin-left: 30px;
}
.graph-item:before{
  content: '';
  width: 30px;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  top: 50%;
}
.graph-left .graph-item:before{
  left: -30px;
}
.graph-right .graph-item{
  margin-right: 30px;
}
.graph-right .graph-item:before{
  right: -30px;
}


.list-graph{
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}
.graph-left .list-graph:after,
.graph-right .list-graph:before{
  content: '';
  width: 1px;
  background-color: #ccc;
  position: absolute;
  top: 15px;
  bottom: 13px;
}
.graph-left .list-graph:after{
  right: 0;
}
.graph-right .list-graph:before{

}
.list-graph > li{
  position: relative;
  padding: 5px 22px;
}
.graph-left .list-graph > li{
  text-align: right;
}
.list-graph > li:before{
  content: '';
  width: 20px;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  top: 50%;
}
.graph-left .list-graph > li:before{
  right: 0;
}
.graph-right .list-graph > li:before{
  left: 0;
}
.graph-line{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.graph-line:before{
  content: '';
  height: 1px;
  width: 15px;
  background-color: #ccc;
  position: absolute;
  top: 50%;
}
.graph-line:after{
  content: '';
  height: 50%;
  width: 1px;
  background-color: #ccc;
  position: absolute;
}
.graph-left .graph-line{
  margin-right: 15px;
}
.graph-right .graph-line{
  margin-left: 15px;
}

.graph-left .graph-line:before{
  right: -15px;
}
.graph-left .graph-line:after{
  top: 50%;
  right: -15px;
}
.graph-right .graph-line:before{
  left: -15px;
}
.graph-right .graph-line:after{
  top: 50%;
  left: -15px;
}

.flex-item1 .graph-line:last-child:after{
  top: 0;
}
.scrollH{
  max-height: 260px;
  overflow-y: auto;
}
.fixed-thead tr > th{
  position: sticky;
  top: -1px;
}
.flex-item1{
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* 发展历程-时间轴 begin */
.label-timeline{
  position: relative;
  margin-bottom: 50px;
}
.label-timeline:before{
  content: '';
  top: 0;
  bottom: 0;
  left: 249px;
  width: 2px;
  background-color: #4c8efc;
  position: absolute;
  border-radius: 3px;
}
.label-timeline .label-year{
  position: relative;
}
.label-timeline .label-year .yearName {
  position: relative;
  height: 50px;
  width: 210px;
  margin-left: 90px;
  font-size: 16px;
  background-color: #fff;
  color: #4c8efc;
  line-height: 50px;
  text-align: right;
  cursor: pointer;
}
.label-timeline .label-year .yearName:before {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  right: -20px;
  top: 50%;
  border-width: 6px;
  border-style: solid;
  border-color: #59a7fb transparent transparent;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: 6px 3px;
          transform-origin: 6px 3px;
}
.label-timeline .label-year .yearName.labelClose:before{
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}



.label-collapse{
  border-top: 0;
  border-bottom: 0;
}
.label-collapse .label-date{
  color: #666;
  font-size: 18px;
  width: 210px;
  text-align: right;
  margin-right: 50px;
  margin-left: 20px;
  margin-top: 23px;
  position: relative;
}
.label-collapse .label-date:before{
  content: '';
  width: 5px;
  height: 5px;
  background-color: #4c8efc;
  border-radius: 50%;
  position: absolute;
  right: -22px;
  top: 9px;
  z-index: 1;
}
.label-collapse .label-date:after{
  content: '';
  width: 21px;
  height: 21px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  right: -30px;
  top: 1px;
  border: 2px solid #4c8efc;
}
.label-collapse .el-collapse-item{
  padding-left: 15px;
  margin-bottom: 8px;
  margin-top: 10px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
          box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}
.label-collapse .el-collapse-item__header{
  line-height: inherit;
  font-size: 16px;
  border-bottom: 0;
}
.label-collapse .el-collapse-item__content{
  color: #666;
  font-size: 16px;
  padding-bottom: 15px;
}
.year-list.labelClose{
  display: none;
}
/* 发展历程-时间轴 end */

.nav-pills > li a[data-v-9e3a9bf0]{
  font-size: 18px;
  border-radius: 0;
  color: #333;
  border-bottom: 2px solid #ccc;
}
.nav-pills>li a:hover a[data-v-9e3a9bf0]{border-bottom: 2px solid #333 !important;}
.nav-pills>li.active>a[data-v-9e3a9bf0], .nav-pills>li.active>a[data-v-9e3a9bf0]:focus, .nav-pills>li.active>a[data-v-9e3a9bf0]:hover{
  border-bottom: 2px solid #337ab7 !important;
  background-color: #fff;
  color: #337ab7;
  font-weight: bold;
}
[data-v-9e3a9bf0] .el-select,[data-v-9e3a9bf0] .el-cascader{width: 100% !important;}
.selectBox[data-v-9e3a9bf0]{border: none;}
[data-v-9e3a9bf0] .el-menu--horizontal>.el-menu-item.is-active{font-weight: bold;color: #409EFF;}
[data-v-9e3a9bf0] .deal-con{overflow-x: hidden;}
[data-v-9e3a9bf0] .el-date-editor.el-input, .el-date-editor.el-input__inner[data-v-9e3a9bf0]{width: 100%;}
[data-v-9e3a9bf0] .el-switch__label{color: #999;}
[data-v-9e3a9bf0] .el-switch__label.is-active {color: #0a87df;}
[data-v-9e3a9bf0] .el-switch__label *{font-size: 16px;}
[data-v-9e3a9bf0] .el-select .el-input .el-select__caret.el-icon-circle-close{
  color: #0a87df;
  font-size: 18px;
}
.chgShow[data-v-9e3a9bf0]{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #aaa;
  font-size: 26px;
  margin-left: 10px;
}
.chgShow.active[data-v-9e3a9bf0]{
  color: #0a87df;
  font-weight: bold;
}
.icon-more[data-v-9e3a9bf0]{
  display: inline-block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.icon-more.down[data-v-9e3a9bf0]{
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.fixed-thead.special > thead[data-v-9e3a9bf0] {
  position: sticky;
  top: -1px;
  z-index: 2;
}
.fixed-thead.special > thead > tr > th[data-v-9e3a9bf0] {
  position: static;
}
.innerTable[data-v-9e3a9bf0] {
  border-collapse: collapse;
  border-spacing: 0;
  border-width: 0 !important;
  border-style:hidden !important;
}
[data-v-9e3a9bf0] .el-input.is-disabled .el-input__inner { color: #999;
}
.ecoWrap .btn-hollow[data-v-9e3a9bf0]{-webkit-transform: translateY(-5px);transform: translateY(-5px);}
a.disabled[data-v-9e3a9bf0]{
  color: #bab4b4;
}

