/* 默认foot样式 */
.p-foot{
	width: 100%;
	margin-top: 50px;
}

.p-foot .p-foot-lx{
	width: 100%;
	background-color: white;
}

.p-foot .p-foot-lx-c, .p-foot .p-foot-copy{
	width: 1060px;
	margin: 0 auto;
}

.p-foot .p-foot-lx-c ul, .p-foot .p-foot-lx-c ul li{
	display: block;
}

.p-foot .p-foot-lx-c ul{
	height: 70px;
	padding: 30px 0;
	box-shadow: -3px -3px 5px #ededee;
	-webkit-box-shadow: -3px -3px 5px #ededee;
	-moz-box-shadow: -3px -3px 5px #ededee;
	-o-box-shadow: -3px -3px 5px #ededee;
	-ms-box-shadow: -3px -3px 5px #ededee;
}

.p-foot .p-foot-lx-c ul li{
	float: left;
	width: 352px;
	border-right: 1px solid #d7d8dd;
}

.p-foot .p-foot-lx-c ul li:last-of-type{
	border: 0;
}

.p-foot .p-foot-lx-c ul li img{
	display: block;
	margin: 0 auto;
}

.p-foot .p-foot-lx-c  ul li h3{
	font-size: 14px;
	color: #278cf4;
	text-align: center;
	vertical-align: bottom;
	padding-top: 20px;
}

.p-foot .p-foot-qr{
	width: 100%;
	background-color: #2d3236;
	padding-top: 40px;
}

.p-foot .p-foot-qr .p-qr{
	width: 440px;
	height: 230px;
	margin: 0 auto;
	overflow: hidden;
}

.p-foot .p-foot-qr .p-qr div{
	float: left;
}
.p-foot .p-foot-qr .p-qr img{
	width: 170px;
	height: 170px;
	display: block;
}

.p-foot .p-foot-qr .p-qr div:first-child{
	margin-right: 100px;
}

.p-foot .p-foot-qr .p-qr h5{
	color: #9fa0a4;
	font-size: 14px;
	line-height: 60px;
	text-align: center;
}

.p-foot .p-foot-nav{
	width: 100%;
	background-color: #2d3236;
}

.p-foot .p-foot-nav div{
	width: 734px;
	margin: 0 auto;
	overflow: hidden;
	height: 40px;
	padding-top: 10px;
}

.p-foot .p-foot-nav h3{
	text-align: center;
	float: left;
	padding: 0 20px;
	color: #8a8a8c;
	font-size: 14px;
	border-right: 1px solid #88898b;
	line-height: 18px;
	vertical-align: middle;
}

.p-foot .p-foot-nav h3:last-child{
	border-right: 0;
	padding-right: 0px;
}

.p-foot .p-foot-nav h3 a{
	color: #8a8a8c;
}

.p-foot .p-foot-copy{
	width: 100%;
	background-color: #23282c;
}

.p-foot .p-foot-copy-c{
	text-align: center;
	color: #505a64;
	font-size: 14px;
	line-height: 60px;
}

/* 首页foot样式 */
.p-foot-h{
	width: 100%;
	margin-top: 80px;
}

.p-foot-h .p-foot-ctx{
	background-color: #1f1f1f;
	padding: 30px 0;
}

.p-foot-h .p-foot-ctx .p-foot-lx, .p-foot-h .p-foot-ctx .p-foot-qr{
	float: left;
}

.p-foot-h .p-foot-ctx .p-foot-ctx-c {
	width: 1060px;
	margin: 0 auto;
	overflow: hidden;
}

.p-foot-h .p-foot-ctx ul{
	width: 424px;
	overflow: hidden;
}

.p-foot-h .p-foot-ctx ul li{
	width: 424px;
	margin-top: 30px;
}

.p-foot-h .p-foot-ctx ul li img{
	height: 54px;
	width: 54px;
	display: block;
	float: left;
}

.p-foot-h .p-foot-ctx ul li h3{
	font-size: 14px;
	color: #fff;
	float: left;
	line-height: 54px;
	margin-left: 30px;
}

.p-foot-h .p-foot-ctx .p-foot-qr{
	width: 636px;
	padding-top: 40px;
}

.p-foot-h .p-foot-ctx .p-foot-qr div{
	float: right;
}
.p-foot-h .p-foot-ctx .p-foot-qr div img{
	width: 170px;
	height: 170px;
	display: block;
}

.p-foot-h .p-foot-ctx .p-foot-qr div:first-child{
	margin-left: 100px;
}

.p-foot-h .p-foot-ctx .p-foot-qr h5{
	color: #9fa0a4;
	font-size: 14px;
	line-height: 60px;
	text-align: center;
}

.p-foot-h .p-foot-nav{
	width: 100%;
	background-color: #1f1f1f;
}

.p-foot-h .p-foot-nav div{
	width: 734px;
	margin: 0 auto;
	overflow: hidden;
	height: 40px;
	padding-top: 10px;
}

.p-foot-h .p-foot-nav h3{
	text-align: center;
	float: left;
	padding: 0 20px;
	color: #8a8a8c;
	font-size: 14px;
	border-right: 1px solid #88898b;
	line-height: 18px;
	vertical-align: middle;
}

.p-foot-h .p-foot-nav h3:last-child{
	border-right: 0;
	padding-right: 0px;
}

.p-foot-h .p-foot-nav h3 a{
	color: #8a8a8c;
}

.p-foot-h .p-foot-copy{
	width: 100%;
	background-color: #1b1b1b;
}

.p-foot-h .p-foot-copy-c{
	text-align: center;
	color: #868686;
	font-size: 14px;
	line-height: 60px;
}


