footer{
	padding: 50px 0px 0px;
	border-top:8px solid #0061ae;
}
.bottom{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-bottom: 45px;
}
.bottom dl dt{
	padding-bottom: 18px;
	font-size: 24px;
	color: #0c0c0c;
	line-height: 40px;
	font-weight: normal;
}
.bottom dl dd a{
	font-size: 16px;
	line-height: 35px;
	color: #555555;
}
.bottom dl dd a:hover{
	text-decoration:underline;
	color:#f00;
}
.bottom dl:nth-child(2){
	display: flex;
	flex-wrap: wrap;
	max-width: 605px;
	justify-content: space-between;
}
.bottom dl:nth-child(2) dt{
	width: 100%;
}
.bottom dl:nth-child(2) dd{
	min-width: 26%;
	max-width: 33.3333%;
}
.bottom .botcus{
	border-left: 1px solid #ddd;
	padding-left: 75px;
}
.bottom .botcus i img{
	max-height: 70px;
	width: auto;
}
.bottom .botcus span{
	display: flex;
}
.bottom .botcus span img{
	max-width: 105px;
	margin-right: 20px;
}
.bottom .botcus span p{
	max-width: 105px;
	font-size: 14px;
	color: #555555;
	margin: 0px 10px 0px 0px;
	line-height: 24px;
}
.bottom .botcus ul{
	margin: 15px 0px;
}
.bottom .botcus li{
	font-size: 16px;
	color: #555555;
	line-height: 26px;
	padding: 10px 0px;
	white-space: nowrap;
}
.bottom .botcus li i{
	margin-right: 5px;
}
.copy{
	border-top: 1px solid #ddd;
	padding: 20px 0px;
	display: flex;
	justify-content: space-between;
	font-size: 16px;
	line-height: 30px;
}
.copy a{
	color: #333;
	margin-left: 15px;
}
.copy a:hover{
	text-decoration: underline;
}
@media (max-width:1440px) {
	footer{
		padding: 40px 0px 0px;
		border-top:5px solid #0061ae;
	}
	.bottom{
		padding-bottom: 35px;
	}
	.bottom dl dt{
		padding-bottom: 10px;
	}
	.bottom dl dt a{
		font-size: 20px;
		line-height: 30px;
	}
	.bottom dl dd a{
		font-size: 14px;
		line-height: 30px;
	}
	.bottom dl:nth-child(2){
		max-width: 345px;
	}
	.bottom dl:nth-child(2) dd{
		min-width: 35%;
		max-width: 50%;
	}
	.bottom .botcus{
		padding-left: 65px;
	}
	.bottom .botcus i img{
		max-height: 50px;
	}
	.bottom .botcus span img{
		max-width: 85px;
		margin-right: 10px;
	}
	.bottom .botcus span p{
		max-width: 85px;
	}
	.bottom .botcus ul{
		margin: 15px 0px;
	}
	.bottom .botcus li{
		font-size: 14px;
		line-height: 20px;
		padding: 7px 0px;
	}
	.copy{
		padding: 15px 0px;
		font-size: 14px;
		line-height: 26px;
	}
}
@media (max-width:992px) {
	footer{
		padding: 20px 0px 0px;
		border-top:3px solid #0061ae;
	}
	.bottom{
		padding-bottom: 15px;
	}
	.bottom dl{
		display: none !important;
	}
	.bottom .botcus{
		padding-left: 0px;
		border-left: 0;
	}
	.bottom .botcus i img{
		max-height: 40px;
	}
	.bottom .botcus span img{
		max-width: 70px;
		margin-right: 10px;
	}
	.bottom .botcus span p{
		max-width: 70px;
		font-size: 12px;
	}
	.bottom .botcus ul{
		margin: 10px 0px;
	}
	.bottom .botcus li{
		font-size: 14px;
		line-height: 20px;
		padding: 4px 0px;
	}
	.copy{
		padding: 10px 0px;
		font-size: 14px;
		line-height: 20px;
		display: block;
	}
}