/* 头部公共样式 */
.common_nav {
    height: 33px;
    background-color: #404040;
    min-width: 1051px;
  }
  .common_nav .t-bd {
    height: 33px;
    width: 1051px;
    margin: 0 auto;
    line-height: 33px;
  }
  .common_nav .t-bd .t-cb {
    float: right;
  }
  .common_nav .t-bd .t-cb li {
    float: right;
    margin-left: 30px;
  }
  .common_nav .t-bd .t-cb li a {
    color: #cbcbcb;
    text-decoration: none;
    font-size: 14px;
  }
  .common_bar {
    height: 81px;
    background-color: #fff;
    border-bottom: 1px solid #e1e1e1;
  }
  .common_bar .bar-cb {
    height: 81px;
    width: 1051px;
    margin: 0 auto;
    padding-top: 17px;
  }
  .common_bar .bar-cb img {
    float: left;
    width: 200px;
    height: 48px;
  }
  .common_bar .bar-cb .icon {
    float: left;
    width: 1px;
    height: 30px;
    background-color: #e1e1e1;
    margin-left: 17px;
    margin-right: 17px;
    margin-top: 15px;
  }
  .common_bar .bar-cb .bar-le {
    float: left;
    margin-top: 21px;
    color: #17ba7c;
    font-weight: 400;
  }