@charset "utf-8";
.footer {
	background-color: #e8eaef;
	width: 100%;
	height: auto;
	display: flow-root;
}
.footer_con {
	width: 100%;
	padding: 20px 0px;
	margin: 0px auto;
	display: flow-root;
}
.footer_con .foot-menu {
	width: 50%;
	float: left;
}
.footer_con .foot-menu .fitems {
	width: 25%;
	float: left;
}
.footer_con .foot-menu .fitems .fbt {
	width: 120px;
	text-align: center;
	line-height: 45px;
	font-weight: 600;
	font-size: 16px;
}
.footer_con .foot-menu .fitems a {
	display: block;
	line-height: 30px;
	color: #333;
	width: 120px;
	text-align: center;
	font-size: 14px;
}
.footer_con .foot-lx {
	width: 50%;
	float: left;
}
.footer_con .foot-lx .foot-lx-tu {
	width: 25%;
	float: left;
	margin-right: 2%;
	text-align: center;
}
.footer_con .foot-lx .foot-lx-tu img {
	max-width: 100%;
	max-height: 120px
}
.footer_con .foot-lx .foot-lx-tu .lxtit {
	width: 100%;
	text-align: center;
	margin-top: 10px
}
.footer_con .foot-lxcon {
	width: 46%;
	float: right;
}
.footer_con .foot-lxcon .lg {
	line-height: 35px;
}
.footer_con .foot-lxcon .lxicon {
	width: 20px;
	vertical-align: middle;
}
.footer_con .foot-lxcon .kftit {
	font-size: 16px;
	color: #232323;
	text-decoration: none
}
.dibu {
	background-color: #e8eaef;
	text-align: center;
	color: #000;
	padding: 10px 0px;
	border-top: 1px solid #d1d3d8
}

@media (max-width: 1024px) {
	.footer {
	background-color: #e8eaef;
	width: 100%;
	height: auto;
} 

.footer_con .foot-menu {
	width: 100%;
	float:inherit;
}

.footer_con .foot-menu .fitems .fbt {
	width: 100%;
	text-align: center;
	line-height: 45px;
	font-weight: 600;
	font-size: 12px;
}
.footer_con .foot-menu .fitems a {
	display: block;
	line-height: 30px;
	color: #333;
	width: 100%;
	text-align: center;
	font-size: 12px;
}

.footer_con .foot-lx {
	width: 100%;
	float: inherit;
	
}
.footer_con .foot-lx .foot-lx-tu {
	width: 48%;
	float: left;
	margin-right:2%;
	text-align: center;
}
.footer_con .foot-lx .foot-lx-tu img {
    max-width: 100%;
    max-height:150px;
	margin-top:20px; 
}
.footer_con .foot-lx .foot-lx-tu .lxtit {
	margin-bottom: 10px
}

.footer_con .foot-lxcon {
	width: 100%;
	float: inherit;
	padding-top:20px;
}
	 
	 
}
