.foot-nav{
    background:#C81428;
    height:50px;
}
.f-nav {
    width:700px;
    margin:0 auto;
}
.f-nav ul{
	/* margin:0px; */
	padding:0px;
}

.foot-beian a{
    color: #000
}
.foot-beian a:hover{
    color:#c91329;
    cursor: pointer;
}
img{
	border:none;
}

/*.f-nav ul{
    padding:0px;
    margin:0px;
}*/
.f-nav ul  li a{
    color:white;
    width: 80px;
    display: inline-block;
    text-align: center;
    height: 34px;
    margin-top: 0px;
    overflow: hidden;
}
.f-nav ul  li span{
    width: 20px;
    color: #FDFDFD;
    display: inline-block;
    opacity:0.25
}

.center{
    text-align: center;
    margin-top:20px;
    margin-bottom:20px;
}
.f-nav ul  li{
    width:100px;
    color:white;
    float:left;
    list-style: none;
    line-height:50px;
    height:50px;
}
.cusor{
    cursor: pointer;
}
/*ul{*/
    /*margin:0px;*/
    /*padding:0px;*/
/*}*/
.f-nav ul li {
    width: 100px;
    color: white;
    float: left;
    list-style: none;
    line-height: 50px;
    height: 50px;
    top: -10px;
    position:relative;
}
body{
    margin:0px;
    padding:0px;
}
.clear{
    clear: both;
}