﻿.foot {
    border-top: 2px solid #2372c2;
    width: auto;
    background: #F2F2F2;
}

.xz select {
    outline: none;
    color: black;
    font-size: 16px;
    width: 100%;
    padding-left: 15px;
    height: 30px;
    border: none;
    font-weight: 549;
}

.red {
    background: #2372C2;
}

.yqlj {
    margin: 0 auto;
    height: 74px;
}
.yqlj ul{
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.yqlj ul li {
    line-height: 50px;
    text-align: center;
    width: 31.3%;
}

.foot_info {
    margin: 0 auto;
    padding: 10px 0;
}

.foot_info li {
    width: 45%;
    text-align: left;
    height: 28px;
    line-height: 28px;
    font-weight: 549;
    font-size: 15px;
    margin: 5px auto;
}

.foot_info li a {
    line-height: 28px;
    font-weight: 500;
    font-size: 16px;
}

.foot_info li a:hover {
    color: red;
}

.jbzx {
    position: absolute;
    top: 53px;
    right: 22%;
}

.dzjg {
    position: absolute;
    top: 29px;
    left: 15%;
}

.jiucuo {
    position: absolute;
    top: 49px;
    right: 10%;
}

.wxgzh {
    width: 140x;
    position: absolute;
    top: 15px;
    left: 5%;
}
.wxgzh span{
    font-size: 14px;
    margin-top: 10px;
}

@media (max-width:480) {
    .dzjg {
        left: 65%;
    }
    .jbzx {
        right: 12%;
    }
    .jiucuo {
        right: 0%;
    }
}