body{
	margin: 0px;
}
.c-fl {
	float: left
}

.c-fr {
	float: right
}


.clear,.clearfix:after {
	clear: both;
	height: 0;	
	display: block
}

.clearfix:after {
	
	content: "."
}


.head_wrap  {
	width: 100%;
	min-width:1000px;
	background: #fff;
}


.head_wrap_nav {	
	background: #AA8A6D;
	height: 45px;
	width: 100%;
	min-width: 1000px;
	line-height: 44px;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
}

.head_wrap_nav .top{
	width :1000px;
	margin: 0 auto;
	font-size : 14px;
}

.head_wrap_nav .top .mainmenu{
	color: #fff;
}

.head_wrap_nav .top .mainmenu a{
	color: #fff;
	text-decoration: none;
	padding: 0 12px 0 12px;
	border-left: 1px solid #8a715b;
}


.head_wrap_nav .top .mainmenu .first {
    border-left: 0;
    padding-left: 0;
    padding-right: 6px;
}

.head_wrap_nav .top .mainmenu .last {
    padding-right: 0;
    padding-left: 6px;
}

.head_wrap_channel{
	width: 100%;
	font-size : 12px;
	margin-top :55px;
}

.head_wrap_channel .content{
	width :1000px;
	margin: 0 auto;
	height: 50px;
}

.head_wrap_submenulogo{
	max-height:60px;
}


.head_wrap_submenu {
	width: 100%;
	border-top: 2px solid #f34540;
	margin-top: 10px;
}

.head_wrap_submenu .content .nav {
	width: 1000px;
	margin: 10px auto 7px;
	box-shadow: none;
	background-color: #ffffff;
}

.head_wrap_submenu .content .nav em {
	color: #e7e7e7;
	font-size: 18px;
	padding: 0 80px;
	
}

.head_wrap_submenu .content .nav a {
	font-family: "微软雅黑";
	font-size: 16px;
	text-decoration: none;
	overflow: hidden;
	height: 20px;
	*height: 22px;
	position: relative;
	display: inline-block;
}

.head_wrap_submenu .content .nav a .nav_text {
	height: 40px;
	*height: 44px;
	display: inline-block;
	-webkit-transition: margin-top 0.3s ease;
	transition: margin-top 0.3s ease;
}

.head_wrap_submenu .content .nav a .nav_text .black {
	height: 20px;
	*height: 22px;
	display: block;
	color: #000;
}

.head_wrap_submenu .content .nav a .nav_text .red {
	height: 20px;
	*height: 22px;
	display: block;
	color: #f34540;
}

.head_wrap_submenu .content .nav .current .nav_text {
	margin-top: -20px;
	*margin-top: -22px;
}

.head_wrap_submenu .content .nav a:hover .nav_text {
	margin-top: -20px;
	*margin-top: -22px;
}