.footer {
    width: 100%;
    position: relative;
   padding-top:70px;
}

.foot {
    width: 100%;
    position: relative;
    padding-top:70px;
  
}




.footbg div:nth-of-type(1) {
    position: absolute;
    width: 100%;
    height: 70px;
    top: 0;
    background-color: rgb(229, 211, 189);
    z-index: -99;
}

.footbg div:nth-of-type(2) {
    position: absolute;
    width: 100%;
    height: 135px;
    top: 70px;
    background: url("../image/footdivbg.png");
    z-index: -99;
}

.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;
}