body {
	font-size: 12px;
	background: url('../images/bg.png') repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
}

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

/* 顶部通用工具条 */
.topbar {
	width: 100%;
	height: 43px;
	line-height: 43px;
	/*background: url('../images/topbarline.png') repeat-x;*/
	position: absolute;
}
html>body .topbar {
	background: url('../images/topbarline.png') left top repeat-x;
}
* .topbar {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="images/topbarline.png")
}
.topbar_logo {
	float: left;
	width: 120px;
	height: 35px;
	margin: 0 0 0 20px;
}

.topbar_btn {
	width: 79px;
	height: 25px;
	float: right;
	margin: 5px 20px 0 0;
}

/* 导航区域 */
.nav {
	width: 100%;
	height: 40px;
	background: url('../images/navbg.jpg') left top repeat-x;
}

/* 站点logo */
.logo {
	width: 144px;
	height: 44px;
	float: left;
	margin: 60px 30px 0 24px;
	/*background: url('../images/logo.gif') no-repeat;*/
	cursor:pointer;
}
html>body .logo {
	background: url('../images/logo.png') no-repeat;
}
* .logo {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="images/logo.png")
}
/* 站点导航 */
.navbox {
	width: 700px;
	height: 70px;
	margin: 60px 0 0 0;
	float: left;
	text-align:center;
}

.navbox ul {
	list-style: none;
}

.navbox ul li {
	float: left;
	width: 100px;
	height: 100%;
}

.navbox ul li a {
	position: relative;
	display: block;
	float: left;
	width: 100px;
	height: 70px;
	color:#fff;
	text-decoration: none;
}

.navbox ul li a:hover {
	width: 100px;
	height: 70px;
	float: left;
	/*background: url('../images/nav_over.png') left bottom no-repeat;*/
}
html>body .navbox ul li a:hover {
	background: url('../images/nav_over.png') left bottom repeat;
}
* .navbox ul li a:hover {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="images/nav_over.png");
}

/*.navbox ul li img {
	border: 0;
	margin: 18px 0 0 0;
}*/

/* 广告区域 */
.centerad {
	width: 100%;
	background: #f8b200;
	overflow:hidden;
}

/* 广告阴影 */
.adshadow {
	width: 100%;
	height: 3px;
	background: #e6e29d;
}

/* 信息内容 */
.info {
	float: left;
	margin: 0 auto;
	width: 100%;
}
.introduction_img {
	width: 100%;
	margin: 0 auto;
	text-align:center;
}
.introduction_content {
	padding:0 20px;
	width:360px;
}
.introduction_info {
	margin: 5px 0;
	text-indent: 24px;
	line-height: 22px;
	width:100%;
	color:#fff;
}

/* 联系我们 */
.contactbox {
	border: 1px solid #e5e19a;
	background: #f9f8e6;
	width: 100%;
	color: #666;
	line-height: 20px;
	padding:10px;
}

/* 页脚信息 */
.footer {
	width: 100%;
	height: 30px;
	float: left;
	margin: 10px 0 0 0;
	line-height: 24px;
	color: white;
	padding: 10px 0 0 0;
	text-indent: 20px;
}

.footer a {
	color: white;
	text-decoration: none;
	margin: 0 5px;
}

.footer a:hover {
	text-decoration: underline;
}

/*首页图片过滤*/
#center {
	WIDTH: 600px; HEIGHT: auto;margin:0 auto;
}
#slider1 {
	OVERFLOW: hidden; WIDTH: 100%; POSITION: relative; HEIGHT: 500px
}
#slider1 IMG {
	BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px
}
#slider1Content {
	MARGIN-LEFT: 0px; WIDTH: 100%; POSITION: absolute; TOP: 0px
}
.slider1Image {
	DISPLAY: none; FLOAT: left; POSITION: relative
}
.slider1Image SPAN {
	PADDING-RIGHT: 14px; DISPLAY: none; PADDING-LEFT: 0; FILTER: alpha(opacity=70); PADDING-BOTTOM: 12px; FONT: 10px/15px Arial, Helvetica, sans-serif; WIDTH: 0; COLOR: #fff; PADDING-TOP: 12px; POSITION: absolute; BACKGROUND-COLOR: #000; -moz-opacity: 0.7; -khtml-opacity: 0.7; opacity: 0.7
}
.clear {
	CLEAR: both
}
.slider1Image SPAN STRONG {
	FONT-SIZE: 14px
}

UL {
	LIST-STYLE-TYPE: none
}
.style1 {
	FONT-SIZE: small
}