#product-prv-tab{
  height: 70px;
  background: #f7f8fa;
  border-bottom: 1px solid #ccc;
}
#product-prv-tab ul {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
#product-prv-tab li {
  float: left;
  width: 12%;
  height: 100%;
  text-align: center;
  line-height: 70px;
  position: relative;
  cursor: pointer;
}
#product-prv-tab li:hover{
  background: #00a0e9;
  color: #fff;
}
.product-prv-tab-active{
  background: #fff !important;
  color: #00a0e9 !important;
  font-weight: bold;
}
.product-prv-tab-active > span{
  display: inline-block;
  height: 4px;
  width: 126px;
  border-radius: 3px;
  behavior: url('../css/PIE.htc');
  z-index:2;
  background: #00a0e9;
  position: absolute;
  bottom: 2px;
  left: 50%;
  margin-left: -63px;
}
  .product-prv-content{
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 50px;
    text-align: center;
  }
  /* 公用title */
  .product-prv-content-title{
    display: inline-block;
    margin: auto;
    margin-top: 68px;
    margin-bottom: 50px;
    text-align: center;
    /*height: 40px;*/
    /*line-height: 40px;*/
    width: 100%;
    /* overflow: hidden; */
    /* text-overflow:ellipsis; */
    /* white-space: nowrap; */
    font-size: 28px;
    font-weight: bold;
  }
.product-prv-content-title > span{
  padding: 5px 15px;
  background: rgba(0, 160, 233, 0.2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#8800a0e9, endColorstr=#8800a0e9);
}


.product-prv-content-date{
  width: 100%;
  height: 60px;
  margin-bottom: 10px;
}
.product-prv-content-date .type{
  color: #333;
  font-size: 20px;
}
.product-prv-content-date .date{
  color: #333;
  margin-top: 10px;
}
  /* 行业沉淀样式start */
  .product-prv-content-precipitate{
    width: 800px;
    height: 100%;
    margin: 0 auto;
    /*width: 100%;*/
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .product-prv-content-precipitate > div{
  text-align: justify;
  text-justify: inter-ideograph;
}
.product-prv-content-precipitate > div p {
  text-indent: 2rem;
}
    .precipitate-text{
      text-indent: 30px;
      color: #000;
      line-height: 26px;
    }
    .product-prv-content-precipitate img{
      width: 90%!important;
      display: block;
      margin: 26px auto;
    }

/* 分享操作样式 */

.product-share{
    margin-top: 20px;
  }
  .product-share-left{
    text-align: left;
    float: left;
  }
  .product-share-left > span{
    display: inline-block;
    width: 32px;
    height: 35px;
    overflow: hidden;
    background: url('../img/social.png') no-repeat;
    cursor: pointer;
    margin-left: 15px;
  }
  .product-share-left > span:first-child{
    margin-left: 0;
  }
  .product-share-left > .share_wexin{
    background-position: -18px -86px;
  }
  .product-share-left > .share_QQ{
    background-position: -18px -18px;
  }
  .product-share-left > .share_weibo{
    background-position: -130px -86px;
  }
  .product-share-right{
    float: right;
  }
  .product-share-right > span {
    display: inline-block;
    width: 80px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    border: 1px solid #ccc;
    font-size: 14px;
  }
  .product-share-right > span:hover{
    border-color: #00a0e9;
    color: #00a0e9;
  }
  .product-share-img{
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#30000000, endColorstr=#30000000);
    top: 0;
    left: 0;
    display: none;
    text-align: center;
    line-height: 100vh;
    z-index: 9;
  }
  .product-share-img > img{
    vertical-align: middle;
  }