#footer {
    width: 100%;
    height: 170px;
    /* margin-top: 20px; */
    background-color: #E50012;
    display: flex;
    align-items: center;
    justify-content: center;
}
.foot_con {
    width: 1140px;
    margin: 0 auto;
    /* padding-left: 40px; */
    /* padding: 20px 0 20px 40px; */
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ul_con {
    float: left;
    width: 700px;
    margin-left: 30px;
    display: inline;
    /* padding-top: 32px; */
}
.txt_con {
    display: flex;
    align-items: center;
    justify-content: center;
}
.ul_con p {
    font-size: 12px;
    color: #fff;
    line-height: 28px;
    display: block;
    width: 100%;
    text-align: left;
    padding-left: 8px;
    font-weight: lighter;
}
.ul_con p[name='bei'] .tuh {
    line-height: 30px;
    font-size: 12px;
    color: #fff;
    background: url(../images/gongan.png) no-repeat left center;
    padding-left: 4px;
    display: block;
    height: 30px;
    float: right;
    margin: 0;
}
.ul_con p a {
    width: 100%;
    text-align: left;
}
.ul_con p[name='bei'] .tuh span {
    padding-left: 20px;
}
.txt_con div {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    padding: 5px;
    display: flex;
    align-items: center;
    flex-direction: column;
    color: #fff;
}
.txt_con div div {
    background: #ffffff;
}
.txt_con div {
    color: #999;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    display: block;
    padding: 5px;
    line-height: 2;
    display: flex;
    align-items: center;
    flex-direction: column;
    color: #fff;
}

.txt_con div div img {
    width: 100%;
    /* height: 100%; */
}
img {
    border-style: none;
    border: 0;
    vertical-align: middle;
    overflow-clip-margin: content-box;
    overflow: clip;
}