.foot {
    width: 100%;
    position: relative;
  
  
}
.footbgc  {
 
    width: 100%;
    height: 70px;
    top: 0;
    background-color: rgb(229, 211, 189);
   
}

.footbgc div:nth-of-type(2) {
    position: absolute;
    width: 100%;
    height: 135px;
    top: 70px;
    background: url("../image/footdivbg.png");
    z-index: -99;
}
.footbgd {
 
     width: 100%;
     height: 135px;
     background: url("../image/footdivbg.png");
     background-repeat:no-repeat;
     background-size:cover;
   
}
.link {
    width: 1200px;
    height: 70px;
    margin: auto;
    line-height: 70px;
    text-align: center;
    font-size: 25px;
}

.link span {
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
    text-align: center;
}

.link select {
    width: 200px;
    height: 25px;
}

.beiantable {
    margin: auto;
}