footer{
	width: 100%;
	background: #000000;
}
.footer{
	width: 100%;
	margin-top: 65px;
}
.footer_tops{
	width: 100%;
	padding: 35px 0;
	display: inline-block;
}
.footer_top1{
	float: left;
}
.footer_top1_1{
	width: 250px;
	display: block;
}
.footer_top1_2{
	width: 100%;
	margin-top: 45px;
}
.footer_top1_3{
	width: 100%;
	margin-bottom: 20px;
	font-size: 16px;
	color: white;
}
.footer_top1_3:last-child{
	margin-bottom: 0;
}
.footer_top1_4{
	width: 100%;
	margin-top: 30px;
	display: inline-block;
}
.footer_top1_5{
	height: 20px;
	display: block;
	float: left;
	margin-right: 20px;
}
.footer_top1_5:last-child{
	margin-right: 0;
}
.footer_top1_5 img{
	height: 100%;
	display: block;
}
.footer_top2{
	width: calc(100% - 910px);
	float: left;
}
.footer_top2_1{
	width: 100%;
	display: block;
	text-align: center;
	margin-bottom: 30px;
	font-size: 18px;
	color: white;
}
.footer_top2_2{
	width: 100%;
	display: block;
	text-align: center;
	margin-bottom: 30px;
	font-size: 16px;
	color: white;
}
.footer_top2_2:last-child{
	margin-bottom: 0;
}
.footer_top3{
	width: 445px;
	float: left;
}
.footer_top3_1{
	width: 100%;
	font-size: 18px;
	color: white;
}
.footer_top3_2{
	border-bottom: 1px solid white;
	width: 100%;
	height: 60px;
	margin-top: 55px;
	display: flex;
}
.footer_top3_2 input{
	border: none;
	outline: none;
	width: calc(100% - 40px);
	height: 100%;
	font-size: 16px;
	color: white;
}
.footer_top3_2 button{
	border: none;
	outline: none;
	width: 40px;
	height: 100%;
	background: transparent;
	font-size: 16px;
	color: white;
	padding: 0;
	line-height: 60px;
}
.footer_downs{
	width: 100%;
	padding: 65px 0;
	text-align: center;
	font-size: 16px;
	color: white;
}