/*底部*/
/*$$
{"color":[{"val":"#ffffff","title":"默认文字颜色"},
{"val":"#980000","title":"按钮上文字颜色"},
{"val":"rgba(204,204,204,.5)","title":"底部备案号文字颜色"}],
"background":[{"val":"#980000","title":"默认背景颜色"},
{"val":"#ffffff","title":"按钮背景颜色"},
{"val":"#710101","title":"鼠标滑过按钮背景颜色"}],
"border":[{"val":"#aa3131","title":"默认边框线颜色"}]}
$$*/
footer{
	width: 100%;
	background: #980000;
}
#foot_151 .foot{
	width:1200px;
	margin: 0 auto;
	color: #ffffff;
}
#foot_151 .teamList{
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 25px 0;
	margin-top: 10px;
}
#foot_151 .teamList .teamItem{
	color: #ffffff;
	display: flex;
	align-items: center;
}
#foot_151 .teamItem .detail{
	margin-left: 15px;
}
#foot_151 .teamItem .tit-1{
	font-size: 18px;
	line-height: 28px;
}
#foot_151 .teamItem .tit-2{
	font-size: 14px;
	line-height: 24px;
}
#foot_151 .navList{
	width: 100%;
	border: #aa3131 solid 1px;
	height: 70px;
	border-left: none;
	border-right: none;
	display: flex;
	padding: 20px 0;
}
#foot_151 .navList .tit{
	padding: 0 30px;
	float: left;
	color: #ffffff;
	flex: 1;
	text-align: center;
	line-height: 30px;
	position: relative;
	font-size: 16px;
}
#foot_151 .navList .tit i{
	position: relative;
	z-index: 1;
}
#foot_151 .navList .tit::after{
	content: '';
	left:0;
	top:0;
	position: absolute;
	background: #ffffff;
	width: 0;
	height: 30px;
	border-radius: 20px;
	transition: all .6s;
}
#foot_151 .navList .tit:hover::after{
	width: 100%;
}
#foot_151 .navList .tit:hover{
	color: #980000;
}
#foot_151 .cancat{
	padding: 35px 80px 0 80px;
}
#foot_151 .cancat .conL{
	width: 38%;
	float: left;
}
#foot_151 .cancat .btnCancat{
	width: 135px;
	height: 26px;
	background: #ffffff;
	color: #980000;
	font-size: 16px;
	text-align: center;
	line-height: 26px;
	border-radius: 20px;
	display: block;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
#foot_151 .cancat i{
	position: relative;
	z-index: 1;
}
#foot_151 .cancat .btnCancat:hover{
	color: #ffffff;
	background: #710101;
}
#foot_151 .cancat .btnCancat .btnbg-x{  
	position:absolute; 
	background: #710101; 
	left:50%; 
	width:0; 
	top:0px; 
	bottom:0px; 
	transition: all 0.5s;
}
#foot_151 .cancat .btnCancat:hover .btnbg-x{ 
	width:100%; 
	left:0px; 
}
#foot_151 .cancat .f14{
	line-height: 50px;
	font-size: 14px;
}
#foot_151 .cancat .conC{
	padding-top: 46px;
	width: 35%;
	float: left;
}
#foot_151 .cancat .conR .name{
	writing-mode:vertical-rl;
	text-align: center;
	width: 60px;
	height: 100px;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	color: #ffffff;
	letter-spacing: 3px;
}
#foot_151 .cancat .conR{
	padding-top: 46px;
	float: right;
	width: 160px;
	height: 100%;
	padding-bottom: 40px;
}
#foot_151 .cancat .conR img{
	width:100px;
	height: 100px;
	object-fit: cover;
	float: left;
}
#foot_151 .footEnd{
	color:rgba(204,204,204,.5);
	width: 100%;
	text-align: center;
	line-height: 50px;
	border-top: #aa3131 solid 1px;
	font-size: 14px;
}
#foot_151 .footEnd a{
	color:rgba(204,204,204,.5);
	margin-left: 20px;
}
@media screen and (max-width: 1200px){
	#foot_151 .foot{
		width: 100%;
		padding:0 30px;
	}
	#foot_151{
		display: none;
	}
}