body {
	background-color: #e9eef6;
	background-image: url(../images/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif, "宋体";
}
#main {
	width: 942px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	background-image: url(../images/logo.png);
	-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src="images/logo.png");
	-background:none;
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	height: 88px;
}
#nav {
	background-image: url(../images/nav_bg2.gif);
	background-repeat: repeat-x;
	height: 35px;
	line-height: 35px;
}
#nav a {
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	display: block;
	float: left;
	width: 108px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #6b6b6c;
	text-align: center;
}
#nav .active {
	background-image: url(../images/nav_bg1.gif);
	background-repeat: repeat-x;
	font-weight: bold;
}
#nav_con {
	background-color: #009cec;
	height: 23px;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	padding-left: 15px;
	padding-top: 5px;
}
#nav_con a {
	color: #FFF;
	text-decoration: none;
	margin-right: 8px;
	margin-left: 8px;
	display: block;
	padding-top: 2px;
	padding-left: 4px;
	padding-right: 3px;
	padding-bottom: 1px;
}
#nav_con .link3 {
	background-color: #444547;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav_con ul li {
	float: left;
}
#nav_con .line {
	padding-right: 1px;
	padding-left: 2px;
	display: block;
}
#contents {
	height:auto !important;
	height:120px;
	min-height:120px;
	border: 1px solid #cdcdcd;
	background-color: #FFF;
	padding-bottom: 10px;
}
#contents #location {
	font-size: 12px;
	height: 26px;
	line-height: 26px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cdcdcd;
	margin-bottom: 15px;
	background-color: #efefef;
}

#contents li {
	display: inline;
	float: left;
	margin-left: 15px;
	width: 216px;
	background-color: #cdcdcd;
	text-align: center;
	margin-bottom: 15px;
}
#contents li span {
	height: 26px;
	font-size: 12px;
	background-color: #e9e9e9;
	display: block;
	line-height: 26px;
	background-image: url(../images/arrow_1.gif);
	background-position: 5px center;
	background-repeat: no-repeat;
	text-align: left;
	padding-left: 28px;
}
#contents li a {
	display: block;
	height: 164px;
	color: #000;
	text-decoration: none;
	cursor: pointer;
	padding: 2px;
}
#contents li a:hover {
	background-color: #009cec;
}
#contents li a:hover span  {
	color: #0184c8;
}

#clear{
	clear:both;margin:0;padding:0;font-size:0;line-height:0;
} 
#contents #workmore {
	text-align: center;
}
#contents #workmore img {
	margin-bottom: 20px;
	border: 1px solid #CCC;
	margin-right: 5px;
	margin-left: 5px;
}
#contents h1  {
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #06C;
	text-decoration: underline;
}
#copyright {
	text-align: right;
	font-size: 11px;
	color: #666;
	height: 40px;
	line-height: 40px;
}
#copyright a {
	color: #666;
	text-decoration: none;
}
#copyright a:hover {
	color: #000;
	text-decoration: underline;
}
#contents .book {
	height: 260px;
	display: block;
	padding-left: 80px;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#contents .book .booktest {
	display: block;
	float: left;
	padding-left: 20px;
	line-height: 24px;
	padding-top: 90px;
}
#contents .book img {
	float: left;
}
#contents .book .booktest img {
	float: left;
	margin-right: 10px;
	margin-top: 8px;
}

#contents hr {
	color: #CCC;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}
#contents #about {
	padding-left: 80px;
	font-size: 12px;
	line-height: 18px;
	display: block;
	height: 400px;
	padding-top: 20px;
}
#contents #about img {
	float: left;
}
#main #contents .abouttext {
	display: block;
	float: left;
	padding-left: 20px;
	padding-top: 0px;
}
.btn {
	float: left;
}
