﻿/* 友情链接 */
footer {
    width: 100%;
    background: #0F7BD2;
    position: relative;
}

.foot_link {
    width: 100%;
    height: 60px;
    background-color: #e2effe;
    overflow: hidden;
}

.foot_link select {
    width: 230px;
    height: 36px;
    margin-top: 12px;
    border: 1px solid #0F7BD2;
    background-color: #e2effe;
    border-radius: 4px;
}

/* 页脚信息 */
.foot_content{
    padding: 10px 0;
}
.foot_info {
    /* width: 60%; */
    height: 159px;
    margin: 28px auto;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 18px;
    width: 1200px;
}

.foot_info li {
    text-align: center;
    font-weight: 400;
    color: #FFFFFF;
    margin: 15px 0;
}

.foot_info li a {
    font-weight: 400;
    color: #FFFFFF;
}
.wxcode{
    width: 115px;
    height: 115px;
    position: absolute;
    left: 27rem;
    top: 120px;
}
.wxcode img{
    width: 100%
};


.dzjg {
    display: block;
    width: 85px;
    height: 68px;
    position: absolute;
    left:36rem;
    top: 135px;
}

.dzjg img {
    width: 100%;
}

.jbzx {
    width: 110px;
    height: 55px;
    position: absolute;
    right: 550px;
    top: 140px
}

.jiucuo {
    width: 110px;
    height: 55px;
    position: absolute;
    right: 400px;
    top: 140px;
}

.jiucuo img {
    width: 100%;
}
@media (max-width: 1200px) {
    .wxcode{
      left: 8rem;
    }
    .dzjg{
        left: 20rem;
    }
    .jbzx{
        right: 5rem;
    }
    .jiucuo{
        right: 15rem;
    }
  }