/*$$
{"color":[{"val":"#ffffff","title":"默认主体文字颜色"},
{"val":"#333333","title":"导航文字颜色"},
{"val":"#0052cc","title":"鼠标滑过颜色"}],
"background":[{"val":"#ffffff","title":"导航背景颜色"},
{"val":"#999999","title":"底部背景颜色"},
{"val":"#0052cc","title":"右侧飘窗背景颜色"}],
"border":[{"val":"#303030","title":"底部导航边框"}]}
$$*/
#footer_151{
	width: 100%;
	position: relative;
	background:url(./../../../static/images/FD00026_01.png) no-repeat center 50px;
	height: auto;
	background-position:cover; 
	color: #ffffff;
	padding: 0 20px;
}
#footer_151 .footnav{
	width: 100%;
	max-width: 1200px;
	background: #ffffff;
	box-shadow: 0 0 15px rgba(0,0,0,.15);
	display: flex;
	position: relative;
	margin: 0 auto;
	border-radius: 20px;
	height: 100px;
	align-items: center;
}
#footer_151 .navTit{
	border-right: #303030 solid 1px;
	color: #333333;
	position: relative;
	flex: 1;
	font-size: 16px;
	text-align: center;
}
#footer_151 .navTit:hover{
	color: rgba(0, 69, 151, 1);
}
#footer_151 .navTit:last-child{
	border-right: none;
}
#footer_151 .footerCon{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	height: 280px;
	padding: 60px 0 0 0;
	display: flex;
}
#footer_151 .logo{
	height: 130px;
	width: 250px;
	display: flex;
	align-items: center;
	justify-content: left;
}
#footer_151 .logo img{
	max-width: 100%;
	max-height: 90%;
}
#footer_151 .codeCon{
	width: 108px;
	float: left;
}
#footer_151 .codeCon .title{
	line-height: 40px;
	font-size: 14px;
	width: 108px;
}
#footer_151 .codeImg{
	width: 108px;
	height: 108px;
	margin: 0 auto;
}
#footer_151 .codeImg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#footer_151 .contactCon{
	width: auto;
	float: left;
	flex: 1;
	padding-right: 20px;
}
#footer_151 .contactCon .tit-1{
	font-size: 18px;
	line-height: 32px;
	position: relative;
	z-index: 10;
	transition: all 1.5s;
	margin-bottom: 10px;
}
#footer_151 .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;
}
#footer_151 .tellCon{
	background:#ffffff url(./../../../static/images/FD00026_05.png) no-repeat 20px center;
	width: 250px;
	height: 40px;
	border-radius: 40px;
	padding-left: 60px;
	color: rgba(0, 69, 151, 1);
	float: right;
	font-size: 26px;
	font-family: 'Impact';
	line-height: 40px;
	margin-top: 60px;
	margin-left: 100px;
}
#footer_151 .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_151 .footEnd a{
	color: #ffffff;
	margin: 0 10px;
}
#gotop_151{
	position: fixed;
	right: 100px;
	width:58px;
	bottom: 50px;
	z-index: 999999;
}
#gotop_151 .topList{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content:last baseline;
	/* padding-left: 165px; */
}
#gotop_151 .topList li a{
	color: #ffffff;
}
#gotop_151 .topList li{
	width: 58px;
	height: 58px;
	background: rgba(0, 69, 151, 1);
	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_151 .topList li span,
#gotop_151 .topList li img{
	position: relative;
	z-index: 100;
}
#gotop_151 .topList li .tellCon{
	width: 0;
	background: rgba(0, 69, 151, 1);
	position: absolute;
	right: 28px;
	display: flex;
	border-radius: 58px 0 0 58px;
	height: 100%;
	align-items: center;
	padding: 0 10px;
	font-size: 14px;
	opacity: 0;
	transition: all .8s;
	overflow: hidden;
}
#gotop_151 .topList li:hover .tellCon{
	width: 200px;
	opacity: 1;
}
#gotop_151 .topList li .codeCon{
	background: rgba(0, 69, 151, 1);
	width: 0;
	height: 100px;
	position: absolute;
	right: 65px;
	top:50%;
	margin-top: -50px;
	padding: 10px;
	opacity: 0;
	transition: all .8s;
	border-radius: 10px;
}
#gotop_151 .topList li:hover .codeCon{
	width: 100px;
	opacity: 1;
}
#gotop_151 .topList li .codeCon img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#gotop_151 .topList li .tellCon img{
	margin-right: 10px;
}
#gotop_151 .topList .topBtn{
	background: #666666;
}
@media screen and (max-width: 1200px){
	#footer_151 .tellCon{
		margin-left: 60px;
	}
}
@media screen and (max-width: 1024px){
	#footer_151 .navList dd{
		font-size: 12px;
	}
	#footer_151 .contact{
		margin-bottom: 20px;
	}
	#footer_151 .tellCon{
		margin-left: 20px;
		width: 180px;
		font-size: 20px;
	}
	#footer_151 .logo{
		width: 200px;
	}
	#footer_151 .contactCon{
		padding-right: 10px;
	}
}
@media screen and (max-width: 767px){
	#gotop_151{
		display: none;
	}
	#footer_151{
		display: none;
	}
	#footer_151 .logo{
		width: 180px;
	}
}
