/* 竞争优势样式start */
#competitive-edge-tab{
  height: 70px;
  background: #f7f8fa;
  border-bottom: 1px solid #ccc;
}
#competitive-edge-tab ul {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
#competitive-edge-tab li {
  float: left;
  width: 25%;
  height: 100%;
  text-align: center;
  line-height: 70px;
  position: relative;
  cursor: pointer;
}
#competitive-edge-tab li:hover{
  background: #00a0e9;
  color: #fff;
}
.competitive-edge-tab-active{
  background: #fff !important;
  color: #00a0e9 !important;
  font-weight: bold;
}
.competitive-edge-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;
}
#competitive-edge-contianer{
  min-height: 600px;
  padding-bottom: 30px;
}
#competitive-edge-contianer>div{
  min-height: 600px;
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.competitive-edge-content{
  width: 100%;
  height: 100%;
  display: none;
}
  /* 公用title */
  .competitive-content-title{
    margin: auto;
    margin-top: 68px;
    margin-bottom: 70px;
    text-align: center;
    line-height: 0;
    width: 160px;
    height: 26px;
    font-size: 28px;
    font-weight: bold;
    background: rgba(0, 160, 233, 0.2);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#8800a0e9, endColorstr=#8800a0e9);
  }
  /* 行业沉淀样式start */
  .competitive-content-precipitate{
    width: 770px;
    height: 100%;
    margin: 0 auto;
  }
    .precipitate-text{
      text-indent: 30px;
      color: #000;
      line-height: 26px;
    }
    .competitive-content-precipitate > img{
      margin: 26px 0;
      width: 100%;
      height: 100%;
    }
  /* 行业沉淀样式end */

  /* 自主知识产权start */
  .intellectual-property-right > ul{
    float: left;
    width: 33%;
  }

  .intellectual-property-right li {
    height: 40px;
    line-height: 40px;
    padding-left: 8%;
    text-align: left;
  }
  .intellectual-property-right li:first-child{
    padding-left: 0;
    text-align: center;
  }

  .intellectual-property-right li .competitive-content-title{
    display: inline-block;
    padding: 0 30px;
    width: auto;
  } 
  .intellectual-property-right li > span{
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    behavior: url('../../css/PIE.htc');
    z-index:2;
    background: #00a0e9;
    margin-right: 16px;
    margin-bottom: -3px;
  }
  /* 自主知识产权end */

  /* 产品专利样式start */
  .competitive-content-certificate{
    min-height: 360px;
    clear: both;
    overflow: hidden;
    _zoom: 1;
    margin-top: -40px;
  }
  .competitive-content-certificate > ul{
    height: 100%;
  }
  .competitive-content-certificate li{
    width: 33%;
    height: 100%;
    /* background: red; */
    float: left;
    text-align: center;
    margin-top: 40px;
  }
  .competitive-content-certificate li > img{
    width: 216px;
    height: 306px;
  }
  .competitive-content-certificate li > p{
    font-size: 22px;
    margin-top: 34px;
  }
  .competitive-content-certificate li > p > span{
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    behavior: url('../../css/PIE.htc');
    z-index:2;
    background: #00a0e9;
    margin-left: -20px;
    margin-right: 20px;
    margin-bottom: 2px;
  }
  /* 产品专利样式end */

  /* 资质荣誉样式strat */
  .competitive-content-honor{
    clear: both;
    overflow: hidden;
    _zoom: 1;
  }
  .competitive-content-honor > ul{
    box-sizing: border-box;
    padding-left: 250px;
  }
  .competitive-content-honor li {
    height: 40px;
    line-height: 40px;
    float: left;
    width: 50%;
    text-align: left;
  }
  .competitive-content-honor li > span{
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    behavior: url('../../css/PIE.htc');
    z-index:2;
    background: #00a0e9;
    margin-right: 16px;
    margin-bottom: -3px;
  }
  /* 资质荣誉样式end */
.competitive-edge-active{
  display: block;
}
/* 竞争优势样式end */
