footer{
	width: 100%;
	background: #282828;
}
.foot_tops{
    width: 100%;
}
.foot_top{
    width: 100%;
}
.foot_topa{
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
    padding-top: 20px;
    padding-bottom: 15px;
    display: inline-block;
}
.foot_topa a{
    float: left;
    margin: 5px 0;
    width: 8.33%;
    padding: 0 5px;
    text-align: center;
    display: block;
    font-size: 14px;
    color: white;
}
.foot_topb{
    width: 100%;
    padding-bottom: 30px;
    padding-top: 45px;
    display: inline-block;
}
.foot_topb1{
    width: 295px;
    display: block;
    float: left;
}
.foot_topb2{
    float: right;
    display: flex;
}
.foot_topb3{
    width: 320px;
}
.foot_topb3_1{
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
    color: white;
}
.foot_topb3_1:last-child{
    margin-bottom: 0;
}
.foot_topb3_1 span{
    font-size: 18px;
    color: #E31F33;
    font-weight: bold;
}
.foot_topb4{
    width: 280px;
    margin-left: 60px;
    display: flex;
}
.foot_topb4_1{
    width: 48%;
    margin-right: 4%;
    font-size: 14px;
    color: white;
    text-align: center;
}
.foot_topb4_1:lat-child{
    margin-right: 0;
}
.foot_topb4_1 img{
    width: 100%;
    display: block;
    margin-bottom: 10px;
}
.foot_downs{
    width: 100%;
    background: #000000;
}
.foot_down{
    width: 100%;
    padding: 20px;
    text-align: center;
    font-size: 14px;
    color: white;
}