@charset "utf-8";
/* 全局CSS */
a:link,
a:visited {
	color: #1F7CAB;
}
a:hover {
	color: #333;
}
body{
	background-image:url(../images/bodyBg.jpg);
	background-repeat:repeat-x;

}
h1 {
	color: #FFFFFF;
	font-size: 26px;
	font-weight: bolder;
	font-family: "宋体", Arial, "MS Gothic", "MS Sans Serif";
	margin: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	display: none;
}
#header{
	background-image:url(../images/headerBg.jpg);
	background-repeat: repeat-x;
	margin-bottom: 10px;
}
#website-desc{
	padding-top: 50px;
	color:#CCC
}
/* ajax loading */
.loading{
	padding: 5px;
	vertical-align: middle;
}
.loading img{
	padding: 5px;
	vertical-align: middle;
}
/* main menu */
#menu {
	color: #FFFFFF;
	background-image: url(../images/menuBg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 30px;
}
#menu ul{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 60px;
}
#menu li{
	display: block;
	list-style: none;
	margin: 0px;
	line-height: 28px;
	width: 95px;
	height: 30px;
	float: left;
	padding: 0px;
	background-image: url(../images/menuBgLi.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#menu a{
	display: block;
	width: 95px;
	text-align: center;
	padding-top: 2px;
}
#menu a:link,
#menu a:visited {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
#menu a:hover {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
}
#menu ul .thisPage a,
#menu ul .thisPage a:link,
#menu ul .thisPage a:visited,
#menu ul .thisPage a:hover,
#menu ul .thisPage a:active {
	color:#006666;
	text-decoration: none;
	padding-top: 2px;
}
/****** 动画菜单css ******/
#menu {
	position: relative;
	overflow: hidden;
}
#menu li {
	float: left;
	list-style: none;
}
#menu li.back {
	font-weight: normal;
	background-image: url(../images/menuLiThis.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	z-index: 9;
	position: absolute;
}
#menu li a {
	z-index: 10;
	display: block;
	float: left;
	position: relative;
	overflow: hidden;
}
#menu li a:hover, #menu li a:active, #menu li a:visited {
	border: none;
}
.panel{
	border: 1px solid #D3D4D6;
}
/****** 底部css ******/
#footer{
	margin-top:10px;
	background-color:#FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D3D4D6;
}
#bottMenu{
	display:none;
}
#copyriht{
	line-height: 25px;
	color: #333333;
	text-align: center;
	padding:10px;
}
#copyriht a{
	color: #333333;
	text-decoration: none;
}