#index_nav{
	width:100%;
	height:80px;
	position: absolute;
	top:0;
	left: 0;
	z-index: 9;
}

#index_nav .index_nav_content{
	width:1200px;
	height:80px;
	margin:0 auto;
	padding-top:30px;
}

.index_nav_content .logo{
	float:left;
	width:122px;
	height:32px;
	background: url('../images/index/logo-red.png') no-repeat;
	position: relative;
	/* top:-20px; */
}

#index_nav .index_nav_content .fr_nav, #public_nav .public_nav_content .pb_fr_nav{
   float:right;
   line-height: 20px;
}

#index_nav .index_nav_content .fr_nav ul li{
	float:left;
	margin-left: 72px;
    list-style:none;
}

#index_nav .index_nav_content .fr_nav ul li.shop{
	width:80px;
	height:34px;
	text-align: center;
	margin-top:-8px;
	line-height: 34px;
	background: #e75f02;
}

#index_nav .index_nav_content .fr_nav ul li a{
	text-decoration: none;
	font-size: 15px;
	color:#fff;
}




#public_nav{
	width:100%;
	height:80px;
	
}

#public_nav .public_nav_content{
	width:1200px;
	height:80px;
	margin:0 auto;
	padding-top:30px;
}

.public_nav_content .logo{
	float:left;
	width:122px;
	height:32px;
	background: url('../images/index/logo.png') no-repeat;
}

#public_nav .public_nav_content .pb_fr_nav ul li{
	float:left;
	margin-left: 72px;
    list-style:none;
}

#public_nav .public_nav_content .pb_fr_nav ul li a{
	text-decoration: none;
	font-size: 15px;
	color:#666;
}
