
/*漂浮广告*/
.hangingWall{
	position:fixed;
	left:10px;
	top:0;
	}

/*漂浮导航*/

a{  
  text-decoration:none;
  color:#fff;
}	


.buttomNav{
	width: 100%;
	position: fixed;
	background:rgba(0, 0, 0, 0.7) none repeat scroll 0 0 !important;
	filter:Alpha(opacity=70); 
	bottom:0;
	left:0;
	}
.buttomNav .main{
	width: 960px;
	margin: 0 auto;
	border-radius: 10px;
	color:#fff;
	background: #000;
	margin-top:  5px;
	}
.buttomNav .main .row{
	float:left;
	padding: 6px 16px;
	font-size: 14px;
	font-weight: bold;
	background: #000;
	margin: 6px 12px;
	border-radius: 10px;
	}
.row_input{
	float:left;
	padding: 1px 2px;
	font-size: 14px;
	font-weight: bold;
	margin: 2px 2px;

	}
.row_input input{
	height: 24px;
	margin: 5px 10px;
	border-radius: 5px;
	padding: 2px 5px;
	border:1px solid #000;
	}
.row_input input[type='submit']{
	height: 30px;
	background: red;
	color:#fff;
	border:1px solid red;
	font-size:14px;
	padding:3px 5px;
	cursor: pointer;
	}
.row_input input[type='submit']:hover{
	height: 30px;
	background: #e01616;
	color:#fff;
	border:1px solid red;
	font-size:14px;
	padding:3px 5px;
	cursor: pointer;
	}
.buttomNav .main .weixin{
	float: right;
	margin-top: 5px;
	cursor: pointer;
	}
.buttomNav .main .weixin:hover .weixin_img{
	display: block;
	}
.weixin_img{
	display: none;
	position:absolute;
	margin-top:-130px; 
	margin-left:2px;
	}
