footer{
	background: #f3f4f4;
	padding: 0px 80px;
}
.bottom{
	padding: 60px 0px 20px;
	display: flex;
	justify-content: space-between;
}
.bocontact{
	max-width: 100%;
	width: 450px;
	padding-top: 20px;
}
.bocontact i{
	display: block;
	max-width: 305px;
}
.bocontact h2{
	font-size: 16px;
	line-height: 30px;
	font-weight: 300;
	color: var(--green-color);
	margin: 5% 0px 4%;
}
.bocontact h5{
	font-size: 16px;
	line-height: 30px;
	font-weight: 300;
}
.bocontact h1{
	font-size: 46px;
	color: var(--green-color);
	line-height: 50px;
	font-weight: 300;
	margin: 12px 0px 0px;
}
.bottom .dl{
	display: flex;
	flex-wrap: wrap;
	max-width: 270px;
}
.bottom .dl dd{
	width: 50%;
}
.bottom dt{
	margin: 0px 0px 30px;
}
.bottom dt a{
	font-size: 20px;
	line-height: 30px;
}
.bottom dd a{
	font-size: 16px;
	line-height: 30px;
	font-weight: 300;
}
.bottom dd a:hover,.bottom dt a:hover{
	color: var(--green-color);
	text-decoration: underline;
}
.copy{
	display: flex;
	justify-content: space-between;
	padding: 25px 0px;
}
.copy section{
	font-size: 18px;
	line-height: 30px;
	font-weight: 300;
}
.copy ul{
	display: flex;
}
.copy ul li{
	margin-left: 20px;
}
.copy ul li:first-child{
	margin-left: 0;
}
.copy ul li a{
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	transition: .3s;
}
.copy ul li a i{
	color:#d6d6d6;
	font-size:30px;
}

@media (max-width:1440px) {
	.bottom{
		padding: 50px 0px 30px;
	}
	.bocontact{
		width: 310px;
		padding-top: 10px;
	}
	.bocontact i{
		max-width: 285px;
	}
	.bocontact h2{
		font-size: 14px;
	}
	.bocontact h5{
		font-size: 14px;
		line-height: 24px;
	}
	.bocontact h1{
		font-size: 36px;
		line-height: 40px;
		margin: 10px 0px 0px;
	}
	.bottom dl.sz{
		display:none;
	}
	.bottom dt{
		margin: 0px 0px 20px;
	}
	.bottom dt a{
		font-size: 18px;
		line-height: 26px;
	}
	.bottom dd a{
		font-size: 14px;
		line-height: 26px;
	}
	.copy{
		padding: 20px 0px;
	}
	.copy section{
		font-size: 14px;
		line-height: 30px;
	}
	.copy ul li{
		margin-left: 10px;
	}
}
@media (max-width:1100px) {
	footer{
		padding: 20px 15px;
	}
	.bottom{
		padding: 20px 0px;
		flex-wrap:wrap;
	}
	.bocontact{
		max-width: 100%;
		width: 100%;
		padding-top: 0px;
	}
	.bocontact i{
		max-width: 60%;
	}
	.bocontact h2{
		font-size: 14px;
		line-height: 20px;
		margin: 5px 0px;
	}
	.bocontact h5{
		font-size: 14px;
		line-height: 22px;
	}
	.bocontact h1{
		font-size: 26px;
		line-height: 30px;
		margin: 5px 0px 0px;
	}
	.bottom .dl,.bottom dl{
		display:none;
	}
	.copy{
		flex-wrap:wrap;
		padding: 0px 0px;
	}
	.copy section{
		font-size: 14px;
		line-height: 20px;
		text-align:center;
		width:100%;
	}
	.copy ul{
		display: flex;
		justify-content:center;
		width:100%;
		margin:15px 0px 0px;
	}
	.copy ul li{
		margin-left: 10px;
	}
	.copy ul li:first-child{
		margin-left: 0;
	}
}