@charset "utf-8";
/* 代码整理：懒人之家 lanrenzhijia.com */
* {
	margin:0;
	padding:0;
	list-style-type:none;
}
a, img {
	border:0;
}
body {
	font:9px Arial, Helvetica, sans-serif, "新宋体";
	color: #333333;
	margin:0px;
	
}
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}
a:link {
    color: #666666;
	font-size: 11pt;
    text-decoration: none;
}

a:active {
    color: #117AAA;
	font-size: 11pt;
    text-decoration: none;
}

a:visited {
    color: #666666;
	font-size: 11pt;
    text-decoration: none;
}

a:hover {
    color: #117AAA;
    text-decoration: underline;
}
/* navTag */
.navTag {
	width:800px;
	margin:0px auto;
	background:url(../images/bmid_111.gif) repeat-x;
	height:62px;
	
}
.navTag li {
	float:center;
}
.navTag a {
	background:url(../images/bright_111.gif) no-repeat right top;
	text-decoration:none;
	display:block;
	float:left;
}
.navTag a span {
	display:block;
	background:url(../images/bleft_111.gif) no-repeat left top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	font-weight:700;
	line-height:62px;
	padding:0 25px;
}
.navTag a:hover {
	background-position:right bottom;
}
.navTag a:hover span {
	background-position:center bottom;
	color:#FFF;
	font-weight:700;
	font-style:normal;
	text-decoration:none;
}
/* 代码整理：懒人之家 lanrenzhijia.com */