@charset "utf-8";
/* CSS Document */
*{
	padding:0;
	margin:0;
	font-size: 14px;
	color: #666666;
}

/*常用标签样式清除*/
div,ul,li,span,p,a,img{
	margin:0px;
	padding:0px;
	list-style:none;
	border-style: none;
	line-height: 24px;
	font-size: 14px;
}


/*通用链接样式*/
a,a:active,a:visited,a:link{
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	font-family: "";
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
}
a:hover {
	color: #FF0000;
}

/*清除浮动*/
.clearfix:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

/*头部通用*/
#header {
	height: 140px;
	width: 951px;
	overflow: hidden;
}
#header .flash {
	height: 116px;
}
#header .link_m {
	color: #14a0fd;
	text-align: right;
	height: 24px;
	padding-right: 25px;
}

/*头部链接样式*/
#header a,#header a:active,#header a:visited,#header a:link{
	color: #14a0fd;
	text-decoration: none;
}
#header a:hover {
	color: #FF0000;
}

/*头部链接样式IE6*/
#header div a,#header div a:active,#header div a:visited,#header div a:link{
	color: #14a0fd;
	text-decoration: none;
}
#header div a:hover {
	color: #FF0000;
}

/*导航*/
#nav {
	background-image: url(/style/images/nav_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 36px;
	overflow: hidden;
	width: 951px;
	margin-right: auto;
	margin-left: auto;

}

#nav ul {
	background-image: url(/style/images/nav_tb.jpg);
	background-repeat: no-repeat;
	background-position: 20px center;
	height: 36px;
	padding-left: 30px;
}

#nav li {
	float: left;
	width: 80px;
	text-align: center;
	height: 36px;
	background-image: url(/style/images/nav_line.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#nav .no_line {
	background-image: none;
}


/*导航链接样式*/
#nav a,#nav a:active,#nav a:visited,#nav a:link{
	color: #FFFFFF;
	line-height: 36px;
	font-size: 14px;
	text-decoration: none;
}
#nav a:hover {
	color: #FF0000;
}

/*导航链接样IE6*/
#nav li a,#nav li a:active,#nav li a:visited,#nav li a:link{
	color: #FFFFFF;
	line-height: 36px;
	font-size: 14px;
	text-decoration: none;
}
#nav li a:hover {
	color: #FF0000;
}

/*搜索*/
#search {
	margin-top: 10px;
	clear: both;
	height: 30px;
	text-align: center;
}
/*版权*/
#footer {
	text-align: center;
	color: #000000;
	background-image: url(/style/images/copyright_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
