@charset "utf-8";
  .footer{
  	position: relative;
  	margin:0;
  	padding:0;
  	/*border:1px solid red;*/
  	background-color:#333D46;
  }
  
  .footer .foot_info{
  	position: absolute;
  	width:1400px;
  	height:60px;
  	margin:0 auto;
  	top:10px;
  }
  
  .footer .foot_info p{
  	height:14px;
  	margin: 0px;
  	margin-top:5px;
  	font-size:14px;
  	color:grey;
  	text-align:center;
  	line-height:14px;
  	
  }
  
   .footer .foot_info p a{
  	color:grey;
  	text-decoration:none;
  }
  
  
  .foot_base{
  	display:none;
  }
  
  .foot_base{
  	position:fixed;
  	width:1600px;
  	height:300px;
  	bottom:0px;
  	background-color:#112233;
  	margin: 0 auto;
  	/*opacity:0.5;*/
  	
  }
  
  .foot_base .lefts{
  	float:left;
  	width:500px;
  	left:15px;
  	color:#FFFFFF;
  	
  }
  
  .foot_base .form1{
  	float:left;
  	width:300px;
  	left:515px;
  	color:#FFFFFF;
  	
  }
  
   .foot_base .rights{
  	float:right;
  	width:500px;
  	right:0px;
  	color:#FFFFFF;
  	
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  

