

 .visitBtn {
    width: 156px;
    height: 48px;
    background: url("imagesvisitBtn.png") no-repeat;
  }
  
  

  .visit_hint {
    padding-left: 35px;
    text-align: left;
    padding-top: 115px;
    padding-bottom: 205px;
    background: url("imageshint.png") no-repeat bottom right;
  }

  .visit_hint h1 {
    font-size: 24px;
    color: #f40000;
  }

  .visit_hint p {
    font-size: 18px;
    line-height: 36px;
    color: #4e4e4e;
  }

  .visit_hint p a {
    color: #3d7fd3;
    border-bottom: 1px solid #3d7fd3;
  }

  .visitBtn, .collectBtn {
    display: inline-block;
    vertical-align: middle;
  }

  .collectBtn {
    width: 156px;
    height: 48px;
    margin-left: 20px;
    background: url("imagescollectBtn.png") no-repeat;
  }
  
  
  .headerT {
    height: 30px;
    line-height: 30px;
    background-color: #313131;
    border-bottom: 1px #c4c4c4 solid;
  }
  
    .Vheader {
    height: 120px;
    background: #eee url(imagesheaderBg.png) bottom center no-repeat;
  }

  .hLogo img {
    margin-top: 10px;
    float: left;
  }
  
   .w1000 {
    width: 1000px;
  }

  .mAuto {
    margin: 0 auto;
  }

  .hContent {
    position: relative;
  }

  .hContent a {
    color: #7d7d7d;
    font-size: 12px;
    float: left;
    margin: 0 5px;
  }

  .hContent a.ydb {
    float: right;
    margin-right: 60px;
  }

  .hContent img {
    position: absolute;
    right: 210px;
    top: 4px;
  }

  .hContent a:hover {
    color: #e58c0c;
  }

  .building_ydb {
    cursor: pointer;
  }
