
.container{
  width:1140px;
  margin:0 auto;
}

/*//清除浮动兼容*/

.f-cb:after{
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    content: ".";
}

.f-bg{
    background-color:#fff;
    box-shadow:0 1px 2px #bbb;
}


.f-fl{
	float: left;
}
.f-fr{
	float: right;
}

.f-pa{
	position: absolute;
}

.f-pr{
	position: relative;
}

.f-ib{
	display: inline-block;
}

.f-fc6 {
    color: #666;
}

.f-pf{
    position: fixed;
}

.f-dn{
    display: none;
}

.f-db{
    display: block;
}


.f-af {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}



/*间距设计*/

.b-10{
    height:10px;
}

.b-15{
    height:15px;
}

.b-20{
    height:20px;
}

.b-30{
    height:30px;
}

.b-40{
    height:40px;
}

.b-50{
    height:50px;
}



.b-10,.b-20,.b-30,.b-40,.b-50{
    clear: both;
    overflow: hidden;
    display: block;
}



/*文本相关*/

.f-thide {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

ul {
    list-style-type: none;
}

