.footer{
	background-color: #bf5f00;
	padding: 50px 0;
	width: 100%;
}
.footer-flex{
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer-left{
	font-size: 24px;
	color: #fff;
}
.footer-left p{
	display: flex;
	align-items: center;
	padding: 2px 0;
}
.footer-left-logo img{
	width: 367px;
	height: 148px;
}
.footer-left-name img{
	width: 30px;
	height: 30px;
	margin-right: 10px;
}

.footer-cent{
	width: 3px;
	height: 240px;
	background-color: #fff;
	border-radius: 50px;
	margin: 0 10px;
}

.footer-right{
	margin-left: 64px;
	font-size: 20px;
	color: #fff;
}
.footer-right-title{
	font-size: 26px;
	font-weight: bold;
	text-align: left;
}
.footer-right-input{
	padding: 10px 0;
	font-size: 18px;
}
.footer-right-input input{
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #bf5f00;
}
.footer-sub{
	width: 280px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #fff;
	border-radius: 2px;
	color: #bf5f00;
	font-weight: bold;
	font-size: 22px;
	margin-top: 10px;
}

.footer-ba{
	text-align: center;
	font-size: 14px;
	color: #fff;
	padding-top: 80px;
}