.business_banner img{
	max-width: 100%;
}
.business_content{
	background: #474646;
	padding-top: 95px;
	padding-bottom: 90px;
}
.business_phone{
	
	font-size: 20px;
	color: white;
	margin-bottom: 40px;
}
.business_phone span{
	font-size: 24px;
	color: #cbad8c;
}
.business_text{
	font-size: 16px;
	color: #dbdbdb;
	line-height: 35px;
	text-indent: 32px;
}
.business_text p{
	margin-bottom: 30px;
}
.business_inp h6{
	font-size: 24px;
	color: white;
	letter-spacing: 1px;
}
.input_li{
	display: flex;
	align-items: center;
	margin-top: 47px;
}
.input_name{
	color: #fefefe;
	font-size: 20px;
	margin-right: 37px;
}
.input{
	width: 637px;
	height: 60px;
	box-sizing:border-box;
	border: 1px solid #a3a3a3;
}
.input input{
	width: 100%;
	border: none;
	height: 100%;
	box-sizing:border-box;
	padding-left: 22px;
	color: #dcdcdc;
	background: none;
}
.inp_visi{
	visibility: hidden;
}
.submit{
	width: 637px;
}
.submit button{
	display: inline-block;
	text-align: center;
	width: 100%;
	height: 58px;
	line-height: 58px;
	font-size: 20px;
	color: white;
	background-color: #cbad8c;
	letter-spacing: 2px;
	border: none;
	cursor: pointer;
}
.inp_desc{
	color: #bfbfbf;
	text-align: center;
	font-size: 14px;
	letter-spacing: 1px;
	margin-top: 20px;
}