*{margin: 0 ;padding: 0;}
li{
	list-style: none;
}
a{
	color: #000;
	text-decoration: none;
}
.footer{
	width: 100%;
	height: 230px;
	color: #777777;
	font-size: 12px;
	padding-top: 40px;
	margin-top: 49px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	background-color:#161616;
}
.footerTop a{
	color: #777777;
}
.footerTop{
	width: 1200px;
	margin: 0 auto;
	display: flex;
}
.footerTop ul{
	width: 160px;
	height: 156px;
}
.footerTop ul li{
	margin-left: 30px;
	height: 25px;
}
.footerTop ul li a:hover{
	color: #FF6700;
}
.footerTop ul h4{
	margin-bottom: 10px;
	font-size: 14px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 21px;
	margin-left: 30px;
}
.footerTop ul:nth-last-child(1){
	width:230px;
	height: auto;
}
.footerTop ul:nth-last-child(1) li{
	height: 30px;
	font-size: 14px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 30px;
	margin: 0;
	text-align: center;
}
.footerTop ul:nth-last-child(1) li:nth-child(3){
	font-size: 12px;
}

.footerTop ul li span{
	display: block;
	width:78px;
	height:25px;
	line-height: 25px;
	background-color:#FF6700 ;
	color:#fff;
	text-align: center;
	font-size:12px;
	margin: 0 auto;	
	cursor: pointer;
}
.footerBot{
	width: 1200px;
	margin: 0 auto;
	/*margin-top:40px;*/
	/*padding-bottom: 28px;*/
	text-align: center;
	font-size: 12px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	box-sizing: border-box;
	border-bottom: 0;
}
.footerBot ul{
	display: flex;
	justify-content: center;
	margin-top: 5px;
	color: #777777;
}
.footerBot ul a{
	color: #777777;
}
.footerBot ul li{
	margin: 0 10px;
}
.footerBot .bei{
	margin: 5px 0  13px;
}
.footerBot .bei a{
	color:#777777;
}
.footerBot div{
	display: flex;
	justify-content: center;
	align-items: center;
}
.footerBot div i img{
	width: 20px;
	height: 20px;
}

.picBoxs a:nth-child(1) img{
	width:116px;
	height:45px;
}
.picBoxs a:nth-child(2) img{
	width:48px;
	height:48px;
	margin-left: 23px;
}