@media (min-width:800px) {
    .foot_fixed{
    display: none
    }
}
.foot_fixed{
	width: 100%;
	height:66px;
	position: fixed;
	bottom: 0;
	z-index: 500;
}
.foot_fixed ul{
	width: 100%;
	height: 100%;
	background-color:#FAFAFA;
	display: -webkit-box;
	display: -moz-box;
	c-webkit-flex;
	display: flex;
border-top: 1px solid #cfcfcf;
}
.foot_fixed ul li{
	-webkit-box-flex:1;
	-moz-box-flex:1;
	-webkit-flex:1;
	flex: 1;
	box-sizing: border-box;
	background-repeat: no-repeat;
	-webkit-background-size:44px;
}
/*.foot_fixed ul li:not(:last-child){
	border-right:1px solid #bdbebe;
}*/
.foot_fixed ul li:first-child{
	background-image:url(../images/nav01.png);
	 
    background-position:center 0.1rem;
}
.foot_fixed ul li:nth-child(2){
	background-image:url(../images/nav02.png);
	 
    background-position: center 0.1rem;
}
.foot_fixed ul li:nth-child(3){
	background-image:url(../images/nav03.png);
    background-position: center 0.1rem;
}
.foot_fixed ul li:nth-child(4){
	background-image:url(../images/nav04.png);
	 
    background-position: center 0.1rem;
}
.foot_fixed ul li:last-child{
	background-image: url(../images/nav05.png);
	 
    background-position: center 0.1rem;
}
.foot_fixed a{
	display: block;
	height: 100%;
}
.foot_fixed li span{
	display: block;
	text-align: center;
	color: #333333;
	font-size:14px;
	line-height: 0.45rem;
	padding-top:45px;
}

.foot_fixed{
	width: 100%;
	height:66px;
	position: fixed;
	bottom: 0;
	z-index: 500;
}
.foot_fixed ul{
	width: 100%;
	height: 100%;
	background-color:#FAFAFA;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: flex;
border-top: 1px solid #cfcfcf;
}
.foot_fixed ul li{
	-webkit-box-flex:1;
	-moz-box-flex:1;
	-webkit-flex:1;
	flex: 1;
	box-sizing: border-box;
	background-repeat: no-repeat;
	-webkit-background-size:44px;
}
/*.foot_fixed ul li:not(:last-child){
	border-right:1px solid #bdbebe;
}*/
.foot_fixed ul li:first-child{
	background-image:url(../images/nav01.png);
	 
    background-position:center 0.1rem;
}
.foot_fixed ul li:nth-child(2){
	background-image:url(../images/nav02.png);
	 
    background-position: center 0.1rem;
}
.foot_fixed ul li:nth-child(3){
	background-image:url(../images/nav03.png);
    background-position: center 0.1rem;
}
.foot_fixed ul li:nth-child(4){
	background-image:url(../images/nav04.png);
	 
    background-position: center 0.1rem;
}
.foot_fixed ul li:last-child{
	background-image: url(../images/nav05.png);
	 
    background-position: center 0.1rem;
}
.foot_fixed a{
	display: block;
	height: 100%;
}
.foot_fixed li span{
	display: block;
	text-align: center;
	color: #333333;
	font-size:14px;
	line-height: 0.45rem;
	padding-top:45px;
}