#all_footer {
    clear: both;
    padding-top: 30px;
    color: white;
}

.footer-tp {
	width: 1200px;
	box-sizing: border-box;
	padding: 70px 0 30px 0;
	margin: 0 auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	font-size: 16px;
	color: #999999;
}

.footer-bt {
	background: #000;
	height: 60px;
	font-size: 12px;
	text-align: center;
	padding: 12px 0;
	box-sizing: border-box;
	background: #333333;color:white;
}

.fot-category {
	padding: 0 38px;
	position: relative;
}

.fot-category:before {
	content: '';
	width: 2px;
	height: 70px;
	position: absolute;
	background: url('') no-repeat;
	right: 0;
	top: 35px;
}

.fot-category1:before {
	height: 120px;
	background-size: 100% 100%;
}

.fot-category:nth-child(1) {
	padding-left: 0;
}

.fot-category p {
	line-height: 30px;
	cursor: pointer;
	margin: 0;
	box-sizing: content-box;
}

.fot-title {
	color: #fff;
	font-size: 18px;
	padding-bottom: 12px;
	font-weight: normal;
}

.fot-category2 {
	margin: 0 0 0 38px;
}

.fot-codei {
	margin: 4px 0 0 5px;
	vertical-align: text-top;
	box-sizing: content-box;
}

.fot-codew {
	position: relative;
	line-height: 30px;
	cursor: pointer;
	box-sizing: content-box;
}

.hid-code {
	position: absolute;
	top: -60px;
	right: 0px;
	display: none;
}

.category-a {
	color: rgb(153, 153, 153);
}

.category-a:hover {
	color: #fff !important;
}