/* 新的footer样式开始----- */
footer{
	background: #fff;
}
.addnew_footer{
	width: 1200px;
	margin: 20px auto 0;
	overflow: hidden;
	background: #fff;
}

.addnew_footer>ul>li:nth-of-type(1){
	display: flex;
}
.addnew_footer>ul>li:nth-of-type(1)>div{
	width: 102px;
	overflow: hidden;
	margin-left: 25px;
}
.addnew_footer>ul>li:nth-of-type(1)>div>img{
	float: left;
	display: block;
	width: 88px;
	height: 88px;
}
.addnew_footer>ul>li:nth-of-type(1)>div>span{
	float: right;
	margin-top: 4px;
	font-size: 12px;
	color: #999;
	line-height: 13px;
}

/* .addnew_footer>div:nth-of-type(2){
	border-top: none;
	margin: 10px 0;
	padding-bottom: 6px;
} */
.addnew_footer>ul{
	display: flex;
	justify-content: space-between;
	padding: 22px 0;
	margin-top: 10px;
}
.addnew_footer>ul>li:nth-of-type(3){
	width: 610px;
	margin-left: 20px;
}
.addnew_footer>ul>li:nth-of-type(3)>p{
	display: flex;
	justify-content: space-between;
}
.addnew_footer>ul>li:nth-of-type(3)>p>a{
	color: #333;
	font-size: 14px;
}
.addnew_footer>ul>li:nth-of-type(3)>p>a:hover{
	color: #E00606;
}
.addnew_footer>ul>li:nth-of-type(3)>div{
	display: flex;
	justify-content: space-between;
	margin-top: 8px;
}
.addnew_footer>ul>li:nth-of-type(3)>div>div{
	border-left: 1px #e3e3e3 solid;
	padding-left: 36px;
	margin-right: 14px;
}
.addnew_footer>ul>li:nth-of-type(3)>div>div>p{
	font-size: 16px;
	color: #333;
}
.addnew_footer>ul>li:nth-of-type(3)>div>div>p>strong{
	color: #E00B0B;
	font-size: 26px;
}
.addnew_footer>ul>li:nth-of-type(3)>div>div>span{
	display: block;
	color: #999;
	font-size: 14px;
	padding-top: 7px;
}
.addnew_footer>ul>li:nth-of-type(4){
	display: flex;
}
.addnew_footer>ul>li:nth-of-type(4)>div{
	width: 102px;
	overflow: hidden;
	margin-left: 25px;
}
/* .addnew_footer>ul>li:nth-of-type(3)>div:nth-of-type(2){
	width: 114px;
} */
.addnew_footer>ul>li:nth-of-type(4)>div>img{
	float: left;
	display: block;
	width: 88px;
	height: 88px;
}
.addnew_footer>ul>li:nth-of-type(4)>div>span{
	float: right;
	margin-top: 4px;
	font-size: 12px;
	color: #999;
	line-height: 13px;
}
.footer-static{
	text-align: center;
	padding: 0 20px;
	font-size: 14px;
	box-sizing: border-box;
	background: #434343;
	padding: 8px;
	color: #c0c0c0;
}
.footer-static>span{
	display: block;
}
.footer-static>span>a{
	color: #c0c0c0;
}
.Up_About{
	margin: 8px 0;
	padding-bottom: 8px;
	border-bottom: 1px #4a4a4a solid;
}
.Up_About a{
	color: #fff !important;
	margin: 0 20px;
	font-size: 15px; 
}
/* 新的footer样式结束 */