@charset "gb2312";
/* CSS Document */
/*------------------------重置样式------------------------*/
body,div,p,h1,h2,h3,h4,h5,h6,h7,ul,li,ol,hr,img{ margin:0px; padding:0px; border:0px; }
.clear{ clear:both; font-size:0px; line-height:0px; height:0px; overflow:hidden;}
a{ text-decoration:none;}
li{ list-style-type:none;}

/*------------------------通用样式------------------------*/
body{ min-width:1200px;}
.left{ float:left;}
.right{ float:right;}
#goTop{ POSITION: fixed; BOTTOM:50px; RIGHT: 1px; _position: absolute; z-index:9999; overflow:hidden;}
#goTop img{ opacity: 0.5;}
#goTop img:hover{ opacity: 1;}
#banner{ width:100%; height:430px; overflow:hidden; position:relative; background:#ccc;}
	#banner .hd{ height:25px; overflow:hidden; position:absolute; left:50%; margin-left:-49px; bottom:12px; z-index:1;}
	#banner .hd ul{ overflow:hidden; zoom:1; float:left;}
	#banner .hd li{ float:left; margin-right:12px;  width:25px; height:25px; cursor:pointer; background:url(../images/btn1.png) 0px 0px no-repeat;}
	#banner .hd li.on{ background:url(../images/btn1.png) -25px 0px no-repeat;}
	#banner .bd{}
		#banner li{ height:430px; width:100%;}
		.banner1{ background:url(../images/banner1.jpg) center top no-repeat;}
		.banner2{ background:url(../images/banner2.jpg) center top no-repeat;}
		.banner3{ background:url(../images/banner3.jpg) center top no-repeat;}

/*------------------------头部样式------------------------*/
#header{ width:100%; overflow:hidden;}	
	.header{ height:100px; width:1200px; margin:0 auto; overflow:hidden;}
		#navBox{ height:100px; overflow:hidden;}
		#navBox ul{ height:100px; overflow:hidden;}
		#navBox li{
	float:left;
	border-left:1px #f0f0f0 solid;
}
		#navBox a{ display:block; width:100px; height:100px; text-align:center; line-height:100px; vertical-align:middle; color:#666; font-weight:bold;}
		#navBox a:hover{ color:#fff; background:#ff0000;}
/*------------------------尾部样式------------------------*/
#footer{ width:100%; background:#000;}
	.footer{ background:url(../images/bg3.jpg);}
		.newsBox{ width:1200px; margin:0 auto; overflow:hidden;}
			.news{ width:33%; float:left; margin:10px 0px;}
				.newsTitle{ height:50px; line-height:50px; color:#fff; font-weight:bold;}
				.newsContent{ line-height:26px; color:#898989;}
				.newsContent a{ color:#898989;}
				.newsContent a:hover{ color:#ff0000;}
	.copyRight{ width:1200px; margin:0 auto; line-height:26px; padding:10px 0px; color:#444; overflow:hidden;}
		.copyRight a{ color:#444;}
		.copyRight a:hover{ color:#058ae9;}

#qqOnLine{ POSITION: fixed; width:144px; TOP: 180px; RIGHT: 10px; _position: absolute; z-index:9999; font-size:12px; overflow:hidden; font-family:"微软雅黑";}
#qqTitle1{ height:23px; background:url(../images/online.png) left top no-repeat; overflow:hidden; text-align:center; padding-top:11px;}
#qqTitle2{ height:30px; background:url(../images/online.png) -144px top no-repeat; overflow:hidden; text-align:center; line-height:30px;}
#qqBottom{ height:15px; background:url(../images/online.png) -144px -30px no-repeat; overflow:hidden;}
.qqContent{ text-align:center; line-height:20px; vertical-align:middle; padding:10px 0px; background:url(../images/online.png) right top repeat-y; color:#dc0000;}
