:root {
	font-size: 16px;
}

.footer {
	margin-top: auto;
	margin-bottom: 0;
}

.foot_top {
	width: 100%;
	display: flex;
	flex-direction: column;
	background: url('../images/footbg.jpg') no-repeat center/100% 12.5rem;
	padding: 1.25rem 0;
}
.foot_d1 {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 75rem;
	align-items: center;
	justify-content: space-between;
	padding: 0 1.25rem;
	gap: 1.5rem;
	box-sizing: border-box;
}

.foot_q1 {
	width: auto;
	flex: 1 1 0;
}

.foot_q1_div2 {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
}
.foot_q1_div2 .leftspan {
	display: flex;
	flex-direction: column;
	font-size: 1rem;
	color: #C2D9FF;
	opacity: 0.84;
	gap: 0.5rem;
}
.foot_q1_div2 .leftspan p {
	margin-bottom: 0.5rem;
}
.foot_q1_div2 .leftspan p:last-child {
	margin-bottom: 0;
}

.foot_q1_div2 .foot_q1_div2_left {
	margin-right: 2.5rem;
}
.foot_q4 {
	position: relative;
	flex: 0 0 auto;
}

.q4_tit {
	display: flex;
	align-items: center;
	gap: 1.2rem;
}
.q4_tit div {
	margin-right: 0;
}
.q4_tit div img {
	width: 100%;
	height: 100%;
	max-width: 110px;
	max-height: 55px;
}
.foot_bot {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 3.125rem;
	line-height: 3.125rem;
	text-align: center;
	background: #161420;
	font-size: 1rem;
}

.foot_bot1 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.95rem;
	text-align: center;
	color: #666;
	background: #1C3C60;
}

.foot_tb1 {
	background: #1C3C60;
	padding: 1rem 0;
}

@media (max-width: 1200px) {
	:root {
		font-size: 15px;
	}
}
/* 
@media (max-width: 992px) {
	:root {
		font-size: 14px;
	}
	.foot_top{
		padding: 0;
	}
}

@media (max-width: 768px) {
	:root {
		font-size: 13px;
	}
	.foot_top{
		padding: 0;
	}
	.foot_q1_div2{
		gap: 0;
		margin: 0.5rem 0;
	}
	.foot_q1_div2 .leftspan p{
		margin-bottom: 0;
	}
	.foot_q1_div2 .leftspan{
		gap: 0;
	}
	.foot_tb1 {
		max-height: 5.575rem;
	}
	.foot_bot1 {
		font-size: 0.8rem
	}
}

@media (max-width: 600px) {
	.q4_tit {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		gap: 0.5rem;
		justify-content: flex-start;
		align-items: center;
		width: 100%;
		margin-top: 0.2rem;
	}
	.q4_tit div {
		margin-right: 0;
		display: flex;
		align-items: center;
		flex: 0 0 auto;
		margin: 0.5rem;
	}
	.q4_tit div img {
		max-width: 2.2rem;
		max-height: 1.2rem;
		width: 100%;
		height: auto;
		display: block;
	}
}

@media (max-width: 480px) {
	:root {
		font-size: 12px;
	}
	.foot_q1_div2{
		gap: 0;
	}
	.foot_q1_div2 .leftspan p{
		margin-bottom: 0;
	}
	.foot_q1_div2 .leftspan{
		gap: 0;
	}
	.foot_top{
		padding: 0;
	}
	.foot_tb1 {
		max-height: 5.375rem;
	}
	.foot_bot1 {
		font-size: 0.7rem
	}
	.q4_tit {
		display: grid;
		flex-wrap: wrap;
		gap: 0.3rem;
		justify-content: flex-start;
		width: 100%;
		margin-top: 0.2rem;
	}
	.q4_tit div {
		margin-right: 0;
		display: flex;
		align-items: center;
		margin: 0.5rem;
	}
	.q4_tit div img {
		max-width: 5rem;
        min-height: 1rem;
		max-height: 1.2rem;
		width: 100%;
		height: auto;
		display: block;
	}
} */