footer{
	width: 100%;
	background: #111827;
}
.footer{
	width: 100%;
}
.footer_down{
	border-top: 1px solid white;
	width: 100%;
	padding: 25px;
	display: inline-block;
}
.footer_down1{
	float: left;
	font-size: 14px;
	color: white;
}
.footer_down2{
	float: right;
	display: flex;
}
.footer_down2_1{
	margin-right: 70px;
	display: block;
	font-size: 14px;
	color: white;
}
.footer_down2_1:last-child{
	margin-right: 0;
}
.footer_top{
	width: 100%;
	padding-top: 135px;
	padding-bottom: 70px;
	display: inline-block;
}
.footer_topa{
	float: left;
}
.footer_topa1{
	/*width: 235px;*/
	width: 300px;
	display: block;
	margin-bottom: 45px;
}
.footer_topa2{
	width: 100%;
	text-align: center;
}
.footer_topa2_1{
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background: #1F2937;
	overflow: hidden;
	margin-right: 15px;
	display: inline-block;
	position: relative;
}
.footer_topa2_1:last-child{
	margin-right: 0;
}
.footer_topa2_1 img{
	width: 20px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.footer_topb{
	width: 515px;
	float: left;
	margin-left: calc(50% - 568px);
}
.footer_topb1{
	width: 100%;
	margin-bottom: 20px;
	font-size: 20px;
	color: white;
	font-weight: bold;
}
.footer_topb2{
	width: 100%;
	margin-bottom: 15px;
	display: flex;
}
.footer_topb2:last-child{
	margin-bottom: 0;
}
.footer_topb2_1{
	width: 150px;
	font-size: 18px;
	color: white;
	display: block;
}
.footer_topb2_1 img{
    width: 25px;
    margin-right: 5px;
   display: inline-block;
	vertical-align: middle;
}
.footer_topb2_1 div{
    width: calc(100% - 36px);
   display: inline-block;
	vertical-align: middle;
}
.footer_topb2_2{
	width: calc(100% - 150px);
	font-size: 18px;
	color: white;
	display: block;
}
.footer_topc{
	width: 320px;
	float: left;
	margin-left: calc(50% - 568px);
}
.footer_topc1{
	width: 100%;
	font-size: 18px;
	color: white;
}
.footer_topc2{
	width: 100%;
	margin-top: 25px;
	display: flex;
}
.footer_topc2_1{
	border: 1px solid white;
	outline: none;
	width: calc(100% - 65px);
	height: 50px;
	border-radius: 10px;
	padding: 0 20px;
	font-size: 18px;
	color: white;
}
.footer_topc2_1::input-placeholder{
	color:white;
}
.footer_topc2_2{
	border: none;
	outline: none;
	width: 50px;
	height: 50px;
	border-radius: 10px;
	margin-left: 15px;
	background: #0059B3;
}
.footer_topc2_2 img{
	width: 20px;
}