
.f_banner {
	background: rgb(32, 32, 32); width: 100%; position: relative; box-sizing: border-box;
}
.f_banner.fixed {
	left: 0px; top: auto; bottom: 0px; position: fixed; z-index: 9999;
}
.f_banner ul {
	font-size: 0px;
}
.f_banner li {
	padding: 10px 0px; width: 25%; vertical-align: top; display: inline-block;
}
.f_banner li a {
	display: block;
}
.f_banner li a span {
	display: block;
}
.f_banner .f_bn_icon {
	margin: 5px auto 5px; height: 27px;
}
.f_banner .f_bn_icon01 {
	width: 17px;
}
.f_banner .f_bn_icon02 {
	width: 26px;
}
.f_banner .f_bn_icon03 {
	width: 25px;
}
.f_banner .f_bn_icon04 {
	width: 27px;
}
.f_banner .f_bn_icon05 {
	width: 25px;
}
.f_banner .f_bn_icon img {
	height: auto; max-width: 100%;
}
.f_banner .f_bn_tit {
	text-align: center; color: rgb(255, 255, 255); padding-top: 7px; font-size: 11px;
}
