.content-box{
	width:1200px; margin:0 auto;
}
.h-top{
	height:108px; position:relative; background:#fff;
	
}
.h-top .logo{
	width:120px; height:78px; display:block;
	 position:absolute;left:0px;top:25px;
}

.h-top .logo1{
	width:120px; height:78px; display:inline-block;
	 position:absolute;left:140px;top:25px;
}

.h-top .logo2{
	width:120px; height:78px; display:inline-block;
	 position:absolute;left:280px;top:25px;
}
.h-top .search{
	width:260px; height:36px; border:1px solid #CCC; border-radius:18px; 
	background:#FFF; position:absolute; left:50%; margin-left:-125px; top:36px; 
	overflow:hidden;
}
.h-top .search .inp-l{
	width:190px; height:36px; border:none; padding:0 20px; outline-style:none;
}

.h-top .search .inp-r{
	width:60px; height:34px; border:none; border-radius:18px; background:#ACCE22;
}
.h-top .user{
	width:370px; height:58px; line-height:58px;
	position:absolute; right:15px; top:25px;
}
.h-top .user .ur{
	display:inline-block; width:260px; height:58px; 
	text-align:center; font-size:14px; background:#FFB6C1;
}	
.h-top .user .ul{
	display:inline-block; width:100px; height:58px; 
	text-align:center; font-size:14px; background:#FFB6C1; right:0px; position:absolute;
}		
	
	
	
	