﻿/* 
创建者：连青
联系方式：terry7969@163.com
QQ:1565480
*/
/**************************全局样式 */
*{
	margin:0;
	padding:0;   
}
body,form,p,ol,ul,p,h2,h3,h4{margin:0;padding:0;}
body{
	text-align:center;
	font-size:62.5%!important;
	font-size:63%;
	font-family:"宋体";
	background-color:#FFF;
	color:#000;
}
ul,li{
	list-style: none;
	white-space: nowrap;
	text-overflow:ellipsis; 
	overflow:hidden;
}
img{
	border:0 none;
}
a{
	color:#16387C;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
#wrapper{
	text-align:left;
	font-size:1.2em;
	width:972px;
	position: absolute;
	left:50%;
	margin-left:-486px;
}
#header{
	float:left;
	width:972px;
}
.headerTop{
	float:left;
	width:972px;
	height:24px;
	line-height:24px;
}
.headerTop span{
	float:left;
}
span.floatRight{
	float:right;
	color:#5C5C5C;
}
span.floatRight a {
	color:#5C5C5C;
}
.logoAd{
	float:left;
	width:970px;
	height:103px;
	border:1px #D7EBF7 solid;
	background:url('../img/hd_bg_a.gif') repeat-x left top;
}
.logo{
	float:left;
	width:154px;
	height:69px;
	margin:15px 0 0 25px;
	display:inline;
}
.headerTopAd{
	float:right;
	width:689px;
	height:73px;
	padding:12px 14px;
	margin-top:4px;
	margin-right:35px;
	display:inline;
	background:url('../Images/topAd_bg.gif') no-repeat left top;
}
.mainNav{
	float:left;
	width:970px;
	height:30px;
	border:1px #D7EBF7 solid;
	margin:6px 0 12px 0;
	display:inline;
	background-color:#EEF3F6;
}
.mainNav ul{
	float:left;
	width:970px;
}
.mainNav ul li,#footer ul li{
	float:left;
	padding:0 10px;
	height:30px;
	line-height:30px;
	text-align:center;
	background:url('../Images/mainNav_line.gif') no-repeat right center;
}
.mainNav li.nobg,#footer li.nobg{
	background-image:none;
}
.mainNav a:hover{
	color:#F00;
}

/***************** 首页通用底部 **/
#footer{
	clear:both;
	position:relative;
	width:972px;
	text-align:center;
	margin:12px 0;
}
#footer ul{
	width:565px;
	margin:0 auto;
}
#footer p{
	line-height:1.6em;
}
.ecr{
	position:absolute;
	bottom:12px;
	right:160px;
}

#footer a{color:black;}














































































































