  
  .content-protit{
    display: block;
    text-align: center;
    padding:10px 0px;
    line-height: 1.5rem;
  }
  .box {
    padding: 30px 0px;
  }

  .boxheader {
    border-top: 2px solid #ccc;
    height: 60px;
    position: relative;
  }

  .product-title {
    border-radius: 10px;
    height: 50px;
    line-height: 50px;
    /* border:2px solid #9ac4b6; */
    position: absolute;
    padding: 0px 15px;
    font-size: 20px;
    top: -26px;
    margin-left: 50%;
    left: -40px;
    background-color: #9ac4b6;
    color: #ffffff;
  }

  .boxbody {
  padding:15px 0px;
  } 

  .tabs {
    padding: 0px;
    margin: 0px;
    list-style: none;
    position: relative;
    text-align: center;
  }

  .tabs li {
  margin-right:5px;
    cursor: pointer;
    display: inline-block;
    line-height: 42px;
    padding: 0px 20px;
    background-color: #f2f2f2;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    transition: all 1s ease 0s;
    border-radius: 5px;
  }

  .tabs li:last-child {
    border-right: 1px solid #ccc;
  }

  /* .tabs li a{
  color: #727272;
  text-decoration: none;
  font-size:14px;
} */
  .boxbody-nav {
    margin: auto;
  }

  .tabs li:hover {
    background-color: #6f7488;
    color: #ffffff;
  }

  /* .tabs li:hover a{
  color:#f2f2f2;
} */
  .icon-td {
    display: block;
    float: left;
    background: url(td.png) no-repeat;
    width: 22px;
    height: 22px;
    margin-top: 14px;
    margin-right: 10px;
  }

  .icon-sj {
    display: block;
    float: left;
    background: url(sj.png) no-repeat;
    width: 22px;
    height: 22px;
    margin-top: 14px;
    margin-right: 10px;
  }

  .icon-pj {
    display: block;
    float: left;
    background: url(pj.png) no-repeat;
    width: 22px;
    height: 22px;
    margin-top: 14px;
    margin-right: 10px;
  }

  .icon-sx {
    display: block;
    float: left;
    background: url(sx.png) no-repeat;
    width: 22px;
    height: 22px;
    margin-top: 14px;
    margin-right: 10px;
  }

  .icon-xn {
    display: block;
    float: left;
    background: url(xn.png) no-repeat;
    width: 22px;
    height: 22px;
    margin-top: 14px;
    margin-right: 10px;
  }

  .tabsbody {
    width: 95%;
    /* background: #9AC4B6; */
    /*height: 300px;*/
    margin: 20px auto auto auto;
   /* overflow-y: auto;
    overflow-x: hidden;
  */
    padding: 10px;
  }

  .flowcontent {
   /* min-height: 500px;*/
    margin: auto;
   word-wrap: break-word;
      word-break: normal;
  }

  .current {
    background-color: #6f7488 !important;
    color: #f2f2f2;
  }

  .show {
    display: block;
  }

  .hide {
    display: none;
  }


