/*$$
{"color":[{"val":"#ffffff","title":"默认主体文字颜色"},
{"val":"#333333","title":"导航文字颜色"},
{"val":"#0052cc","title":"鼠标滑过颜色"}],
"background":[{"val":"#ffffff","title":"导航背景颜色"},
{"val":"#999999","title":"底部背景颜色"},
{"val":"#0052cc","title":"右侧飘窗背景颜色"},{"val":"#c79a59","title":"底部颜色"},{"val":"#0052cc","title":"侧边操作按钮"}],
"border":[{"val":"#303030","title":"底部导航边框"}]}
$$*/
#footer_159{
	width: 100%;
	position: relative;
	background: rgba(75, 137, 255, 1) ;
	height: auto;
	background-position:cover; 
	color: #ffffff;
	padding: 0 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#footer_159 .footnav{
	width: 100%;
	max-width: 1200px;
	background: #ffffff;
	box-shadow: 0 0 15px rgba(0,0,0,.15);
	display: flex;
	position: relative;
	top: -50px;
	margin: 0 auto;
	border-radius: 20px;
	height: 100px;
	align-items: center;
}
#footer_159 .navTit{
	border-right: #303030 solid 1px;
	color: #333333;
	position: relative;
	flex: 1;
	font-size: 16px;
	text-align: center;
}
#footer_159 .navTit:hover{
	color: #0052cc;
}
#footer_159 .navTit:last-child{
	border-right: none;
}
#footer_159 .footerCon{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	min-height: 280px;
	padding: 10px 0 30px 0;
	display: grid;
	grid-template-columns: 250px 1fr auto;
	grid-template-areas:
		"logo contact code"
		".     social  .";
}
#footer_159 .logo{
	grid-area: logo;
	height: 130px;
	width: 250px;
	display: flex;
	align-items: center;
	justify-content: left;
}
#footer_159 .logo img{
	max-width: 100%;
	max-height: 90%;
}
#footer_159 .codeCon{
	grid-area: code;
	width: 108px;
	float: left;
}
#footer_159 .codeCon .title{
	line-height: 40px;
	font-size: 14px;
	width: 108px;
}
#footer_159 .codeImg{
	width: 108px;
	height: 108px;
	margin: 0 auto;
}
#footer_159 .codeImg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#footer_159 .contactCon{
	grid-area: contact;
	width: auto;
	float: left;
	flex: 1;
	padding-right: 20px;
}
#footer_159 .contactCon .tit-1{
	font-size: 18px;
	line-height: 32px;
	position: relative;
	z-index: 10;
	transition: all 1.5s;
	margin-bottom: 10px;
}
#footer_159 .contactCon .tit-2{
	font-size: 14px;
	line-height: 20px;
	padding: 5px 0;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 10;
	transition: all 1.5s;
	text-decoration:none;
}
#footer_159 .contactCon .tit-2 a{
	color: #ffffff;
}
#footer_159 .social-box{
	grid-area: social;
	margin-top: 5px;
}
#footer_159 .social-box .social-icons{
	margin-left: 0;
}
#footer_159 .social-icons{
	display: flex;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer_159 .social-icons li{
	width: 30px;
	height: 30px;
	margin-right: 8px;
	flex-shrink: 0;
}
#footer_159 .social-icons li a{
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 6px;
	overflow: hidden;
	transition: transform .3s;
}
#footer_159 .social-icons li a:hover{
	transform: scale(1.1);
}
#footer_159 .social-icons li img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#footer_159 .tellCon{
	background: #ffffff;
	width: auto;
	height: auto;
	border-radius: 40px;
	padding: 8px 18px;
	float: right;
	margin-top: 60px;
	margin-left: 100px;
	display: flex;
	align-items: center;
}
#footer_159 .tellCon .social-icons{
	margin: 0;
}
.imgsize{
    width: 24px;
    height: 24px;
}
#footer_159 .footEnd{
	background: #999999;
	line-height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	width:calc(100% + 40px);
	margin-left: -20px;
	font-size: 14px;
}
#footer_159 .footEnd a{
	color: #ffffff;
	margin: 0 10px;
}
#gotop_159{
	position: fixed;
	right: 100px;
	width:58px;
	bottom: 50px;
	z-index: 999999;
}
#gotop_159 .topList{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content:last baseline;
	/* padding-left: 165px; */
}
#gotop_159 .topList li a{
	color: #ffffff;
	display: flex;
    flex-direction: column;
    align-items: center;
}
#gotop_159 .topList li{
	width: 58px;
	height: 58px;
	background: #86909c;
	color: #ffffff;
	border-radius: 58px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	line-height: 20px;
	float: right;
	margin-bottom: 15px;
	position: relative;
	cursor: pointer;
}
#gotop_159 .topList li span,
#gotop_159 .topList li img{
	position: relative;
	z-index: 100;
}
#gotop_159 .topList li .tellCon{
	width: 0;
	background: #86909c;
	position: absolute;
	right: 28px;
	display: flex;
	border-radius: 58px 0 0 58px;
	height: 100%;
	align-items: center;
	padding: 0 36px 0 10px;
	font-size: 14px;
	opacity: 0;
	transition: all .8s;
	overflow: hidden;
}
#gotop_159 .topList li:hover .tellCon{
	max-width: 280px;
	width: auto;
	box-sizing: border-box;
	opacity: 1;
}
#gotop_159 .topList li .codeCon{
	background: #86909c;
	width: 0;
	height: 100px;
	position: absolute;
	right: 65px;
	top:50%;
	margin-top: -50px;
	padding: 10px;
	opacity: 0;
	transition: all .8s;
	border-radius: 10px;
}
#gotop_159 .topList li:hover .codeCon{
	width: 100px;
	opacity: 1;
}
#gotop_159 .topList li .codeCon img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#gotop_159 .topList li .tellCon img{
	margin-right: 10px;
}
#gotop_159 .topList .topBtn{
	background: #666666;
}
@media screen and (max-width: 1200px){
	#footer_159 .tellCon{
		margin-left: 60px;
	}
}
@media screen and (max-width: 1024px){
	#footer_159 .navList dd{
		font-size: 12px;
	}
	#footer_159 .contact{
		margin-bottom: 20px;
	}
	#footer_159 .tellCon{
		margin-left: 20px;
	}
	#footer_159 .logo{
		width: 200px;
	}
	#footer_159 .contactCon{
		padding-right: 10px;
	}
}
@media screen and (max-width: 767px){
	/* ===== 底部：移动端改为堆叠布局，不再隐藏 ===== */
	#footer_159{
		display: flex;
		height: auto;
		padding: 0 15px;
	}
	/* 导航条：取消上移，改为两行网格 */
	#footer_159 .footnav{
		top: 0;
		margin-top: 15px;
		height: auto;
		flex-wrap: wrap;
		border-radius: 12px;
		padding: 4px 0;
	}
	#footer_159 .navTit{
		width: 33.33%;
		flex: none;
		font-size: 13px;
		line-height: 42px;
		border-right: none;
		box-sizing: border-box;
	}
	/* 内容区：联系方式+二维码左右排列，社媒单独一行在下方 */
	#footer_159 .footerCon{
		grid-template-columns: 1fr 1fr;
		grid-template-areas:
			"logo   logo"
			"contact code"
			"social social";
		align-items: start;
		gap: 10px 0;
		padding: 25px 0 30px;
	}
	#footer_159 .logo{
		width: 180px;
		height: 80px;
		justify-content: center;
		justify-self: center;
	}
	#footer_159 .contactCon{
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		text-align: left;
	}
	#footer_159 .contactCon .tit-2{
		justify-content: center;
	}
	#footer_159 .codeCon{
		width: 100px;
		justify-self: center;
		text-align: center;
	}
	#footer_159 .codeCon .title{
		width: 100px;
	}
	#footer_159 .social-box{
		width: 100%;
		display: flex;
		justify-content: center;
		margin-top: 0;
	}
	#footer_159 .tellCon{
		float: none;
		margin: 20px auto 0;
		width: auto;
	}
	/* 版权条：多行居中 */
	#footer_159 .footEnd{
		width: calc(100% + 30px);
		margin-left: -15px;
		line-height: 22px;
		padding: 8px 10px;
		text-align: center;
		flex-wrap: wrap;
	}
	/* ===== 悬浮栏：移动端只保留"回到顶部"，缩小放右下角 ===== */
	#gotop_159{
		display: block;
		right: 15px;
		bottom: 20px;
		width: 44px;
	}
	#gotop_159 .topList li{
		display: none;
		width: 44px;
		height: 44px;
		margin-bottom: 10px;
	}
	#gotop_159 .topList li img{
		width: 24px;
		height: 24px;
	}
	#gotop_159 .topList .topBtn{
		display: none;
	}
}