  .zhezhao table{
    /*background: red;*/
    color: #fff;
    width: 1200px;
  }
  .zhezhao table td{
    width: 25%;
    text-align: center;

  }
  .mokuai{
    width: 95%;
    background: #000;
    border: 1px solid rgba(255,255,255,0.2);
    color: #fff;
    margin-top: 20px;
    line-height: 25px;
    background:rgba(0,0,0,0.15) none repeat scroll 0 0 !important; /* 实现FF背景透明，文字不透明 */
    filter:alpha(opacity=15);
    background:#000; /* 实现IE背景透明 */
    padding: 20px 0px;
  }
  .mokuai a{
    color: #fff;
  }
  .mokuai a:hover{
    color: orange;
  }
  .mokuai p:first-child{
    /*font-weight: bold;*/
    font-size: 16px;
    font-weight: bold;
  }

  .mokuai p:nth-child(2){
    padding-top: 8px;
  }
  .youwant{
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    line-height: 25px;
    width: 95%;
    background: #009aff;
    /*margin:0 auto;*/
    letter-spacing: 2px;
  }
  .wedo{
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    line-height: 25px;
    width: 95%;
    background: #8cc24a;
    /*margin:0 auto;*/
    letter-spacing: 2px;
  }
  .lhys{
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    line-height: 25px;
    width: 95%;
    background: #f39801;
    /*margin:0 auto;*/
    letter-spacing: 2px;
  }
  .remen{
    color: red;
  }
  .ywgl{
    width: 100%;
    height:80px;
    line-height: 80px;
    font-size: 16px;
    text-align: center;
    /*background: #ccc;*/
    cursor: pointer;
    position: static;
    background: url(../img/niu_bg.png) center center no-repeat;
  }
  .ywgl span{
    display: inline-block;
    padding-top: 5px;
  }

  .zhezhao{
    width: calc(100vw);
    height: calc(100vh - 80px);

    background:rgba(0,0,0,0.7) none repeat scroll 0 0 !important; /* 实现FF背景透明，文字不透明 */
    filter:alpha(opacity=70);
    background:#000; /* 实现IE背景透明 */

    position: absolute;
    top: 80px;
    left: 0px;
    z-index: 10;
    display: none;
  }
  .zhezhao_on{
    display: block;
  }

