footer{
	width: 100%;
	background: #111111;
}
.inde_box .section footer .container {
    padding-top: 0;
}
.footer_tops{
	width: 100%;
}
.footer_top{
	width: 100%;
	margin-top: 60px;
	margin-bottom: 75px;
	display: inline-block;
}
.footer_top1{
	width: 285px;
	display: block;
	float: left;
}
.footer_top2{
	width: 180px;
	float: left;
}
.footer_top2_1{
	width: 145px;
	display: block;
}
.footer_top2_2{
	width: 100%;
	margin-top: 10px;
	font-size: 18px;
	color: rgba(255, 255, 255, .5);
}
.footer_top2_3{
	width: 100%;
	margin-top: 25px;
	font-size: 16px;
	color: rgba(255, 255, 255, .5);
	line-height: 30px;
}
.footer_top3{
	width: calc(100% - 285px - 180px);
	float: left;
	padding: 0 5%;
	display: flex;
}
.footer_top4{
	width: 320px;
}
.footer_top4_1{
	width: 100%;
	margin-bottom: 25px;
	font-size: 20px;
	color: white;
}
.footer_top4_2{
	width: 100%;
	margin-bottom: 15px;
	/*font-size: 16px;*/
	    font-size: 14px;
	color: rgba(255, 255, 255, .5);
}
.footer_top4_2:last-child{
	margin-bottom: 0;
}
.footer_top5{
	width: calc(46% - 160px);
	margin-right: 4%;
}
.footer_top5_1{
	width: 100%;
	display: block;
	margin-bottom: 15px;
	/*font-size: 16px;*/
	    font-size: 14px;
	color: rgba(255, 255, 255, .5);
}
.footer_top5_1:last-child{
	margin-bottom: 0;
}
.footer_downs{
	border-top: 1px solid rgba(255, 255, 255, .2);
	width: 100%;
}
.footer_down{
	width: 100%;
	margin:15px auto;
	text-align: center;
	font-size: 14px;
	color: white;
}
.mobile_fots{
    width: 100%;
    display: flex;
    position: fixed;
    left: 0;
    bottom: 0;
        z-index: 1001;
}
.mobile_fot{
    width: 50%;
    height: 40px;
    background: #B2976C;
    color: white;
            font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobile_fot:last-child{
    background: #A42A29;
}
.mobile_fot img{
    width: 25px;
    margin-right: 10px;
}