
/*底部浮动*/
.contactwrap{ height:60px;}
.contactbox {
position: fixed;
_position: absolute;
left: 0;
bottom: 0;
/*_bottom: expression(eval(document.documentElement.scrollTop));*/
z-index: 999;
background-color: #FFF;

border-top:solid 1px #fff;
width:100%;
}

.footer_two{
	height:45px;
	line-height:45px;
	width:100%;
	clear:both;
	float:left;
	position: fixed;
	z-index: 10;
	bottom:0px;
}

.footer_two  span{
	width:50%;
	height:45px;
	line-height:45px;
	float:left;
	text-align:center;
}
.footer_two  span a{
	color:#FFF;
}
.c1{
	background:#006600;
}
.c2{
	background:#006600;
}