@charset "UTF-8";

.footer{
	width: 1005;
	height: 715px;
	background: linear-gradient(180deg, #1B172E 0%, #16163D 100%);
	opacity: 1;
	border-radius: 0px;
}
.footer_logo{
	padding-top: 68px;
	margin-bottom: 59px;
}
.footer_line{
	width: 626px;
	height: 0px;
	border-bottom: 1px solid #707070;
	opacity: 0.6;
}
.footer_nav{
	margin-top: 63px;
	position: relative;
	width: 289px;
	height: 88px;
}
.footer_business{
	position: absolute;
	width: 88px;
	height: 88px;
	top:0;
	right: 0;
}
.footer_phone{
	font-size: 30px;
	font-family: Bahnschrift;
	font-weight: bold;
	color: #A18D6C;
	margin-top: 110px;
}
.footer_address{
	height: 33px;
	font-size: 24px;
	font-family: PingFang SC;
	font-weight: 300;
	color: #A18D6C;
	margin:12px auto 65px auto;
}
.footer_link{
	font-size: 22px;
	font-family: PingFang SC;
	font-weight: 300;
	color: #A18D6C;
} 
.footer_by{
	font-size: 22px;
	font-family: PingFang SC;
	font-weight: 300;
	color: #A18D6C;
	margin-top: 31px;
}