@charset "utf-8";
#header {
	display: block;
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: "微软雅黑",helvetica,arial;
	background-color: #FFFFFF;
	position: relative;
}
#header .n_head {
	position: relative;
	font-size: 20px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	border-bottom: 1px solid #FFFFFF;
}
#header a.art_back {
	height: 44px;
	width: 40px;
	top: 0;
	left: 0;
	background-position: -3px 2px;
	display: block;
	overflow: hidden;
	position: absolute;
	z-index: 1111;
	background-image: url(../images/bg02.png);
	background-repeat: no-repeat;
	background-size: 160px 160px;
}
#header .logo {
	color: #FFFFFF;
	text-indent: 10px;
}
#header .logo a {
	color: #e60012;
	text-decoration: none;
}
#header .yuandian {
	display: inline-block;
	height: 40px;
	width: 10px;
	vertical-align: middle;
	background-position: -14px -40px;
	background-image: url(../images/bg02.png);
	background-repeat: no-repeat;
	background-size: 160px 160px;
}
#header .channel_link {
	background-position: -40px 2px;
	height: 44px;
	width: 40px;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	white-space: normal;
	text-indent: 100%;
	overflow: hidden;
	background-image: url(../images/bg02.png);
	background-repeat: no-repeat;
	background-size: 160px 160px;
}
