* {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
}

.footer {
    color: #fff;
    font-size: 14px;
    width: 1003px;
    margin: 0 auto;
	margin-top:12px
}

.foot1 {
    box-sizing: border-box;
    background-color: #6b0707;
    height: 160px;
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    padding: 20px 27px 0 8px;
}

.foot2 {
    border-top: #894545 solid 1px;
    background-color: #610707;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fttit {
    font-size: 16px;
    background: url('../images/footer/ysj.png') no-repeat left center;
    padding-left: 21px;
    margin-bottom: 15px;
}

.ftcon {
    line-height: 28px;
}

.ft1 {
    margin-top: 22px;
}

.ft2 {
    width: 205px;
}

.ft2 ul li {
    float: left;
    line-height: 28px;
    width: 59px;
    margin-right: 42px;
}

.ft2 ul li a {
    color: #fff;
}