@charset "utf-8";
/*************************************
* date:2009-11-10
* content:reset css,base css and template css
************************************/
/*=====================reset css start=========================*/
#hack{
    background-color:blue;/*all browsers */
    background-color:gray\9;/*IE8 IE7 IE6*/
    *background-color:yellow;/*IE7 IE6*/
    _background-color:#ccc;/*IE6*/
  }

html,body,div,p,ul,ol,dl,dt,dd,form,h1,h2,h3,h4,h5,h6,input,fieldset,legend,optgroup{
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6,em,strong, input,textarea{
	font-family:arail,宋体;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
}
a img{
	border:0;
}
a:link,a:visited{/*L-V-H-A*/
	text-decoration:none;
}
a:hover,a:active{
	text-decoration:underline;
}

/*=======color======*/
/*表单中必填项文字*/
.required{
	color:#ef2415;
	font-family:"宋体";
}
/*注释文字*/
.note{
	color:#999;
}

/*====layout style====*/
/*------表格-----*/
table{
	border-collapse:collapse;
}
table th,table td{
	text-align:left;
}
/*列表-操作列*/
table .operate{
	text-align:center;
}
/*列表-数字列*/
table .num{
	text-align:right;
}
/*左右表格中，文字右对齐列*/
table .col01{
	text-align:right;
}

/*---除表格外的文字对齐---*/
.txtLeft{
	text-align:left;
}
.txtCenter{
	text-align:center;	
}
.txtRight{
	text-align:right;
	padding-right:64px;
}

/*----清楚浮动1----*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display:inline-block;
}  
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	clear:both;
	display:block;
} 
/* End hide from IE-mac */

/*----清楚浮动2----*/
.overflow{
	overflow:auto;
	zoom:1;
}
/*=====================reset css end=======================*/
/*=====================base css start=======================*/
html, body {
	font-family:Arial, "宋体";
	font-size:12px;
	color:#333;
	line-height:21px;
	background:#fff;
}
ul,li{
	list-style:none;	
}
input, select, textarea {
	font-size:12px;
	vertical-align:middle;
}
textarea {
	border:1px solid #d4d4d4;
}
a {
	color:#343434;
}
.active{
	font-weight:bold;	
}
/*表格中的文字顶部对齐*/
table .txtV{
	vertical-align:top;	
}
.floatL {
	float:left;
}
.floatR {
	float:right;
}
/*=====================base css end=======================*/
/*======================template css start=======================*/
body.bodyBg {
	background:url(../images/common/body_bg.gif) 0 0 repeat-x;
}
.topBlk,.header,.indexCenter,.footer,.setmap,.erCenter {
	width:960px;
	margin:0 auto;
}
/*====头部====*/
.topBlk {
	height:27px;
	overflow:hidden;
}
.topBlk li {
	height:27px;
	line-height:27px;
}
.topBlk li a {
	margin:0 5px;
}
.header .headerTt {
	height:128px;
	overflow:hidden;
	width:960px;
	background:url(../images/common/title.jpg) 0 0 no-repeat;
}
.header .headerTt h1 {
	height:128px;
	overflow:hidden;
	width:960px;
	line-height:600em;
}
/*头部->导航区*/
.header .navArea {
	height:75px;
	overflow:hidden;
}
.header .navWan {
	height:33px;
	overflow:hidden;
	background:url(../images/common/bg.gif) 0 0 repeat-x;
}
.header .navWan ul {
	float:left;
	width:760px;
	height:33px;
	padding-left:5px;
	background:url(../images/common/bg.gif) 0 -33px no-repeat;
}
.header .navWan ul li {
	float:left;
}
.header .navWan ul li a,.header .navWan ul li a span {
	float:left;
	height:33px;
	font-size:14px;
	color:#fff;
	cursor:pointer;
	line-height:33px;
}
.header .navWan ul li a span {
	padding:0 13px;
	display:block;
}
.header .navWan ul li a.over {
	background:url(../images/common/buticon.gif) 0 -51px no-repeat;
	text-decoration:none;
}
.header .navWan ul li a.over span {
	background:url(../images/common/buticon.gif) 100% -86px no-repeat;
	color:#2374c4;
}
.header .navWan ul li a:hover,.header .navWan ul li a:hover span{
	font-weight:bold;
	text-decoration:none;
}
.navWan ul li a.over span {
	font-weight:bold;
}
.header .navWan p {
	float:right;
	width:100px;
	height:33px;
	padding-top:5px;
	padding-right:11px;
	background:url(../images/common/bg.gif) 100% -66px no-repeat;
}
.header .navWan p a {
	float:right;
	width:81px;
	height:23px;
	line-height:600em;
	background:url(../images/common/buticon.gif) 0 -27px no-repeat;
}
.header .navCenter {
	height:35px;
	overflow:hidden;
	background:url(../images/common/bg.gif) 0 -101px repeat-x;
}
.header .navCenter ul {
	height:35px;
	background:url(../images/common/bg.gif) 100% -174px no-repeat;
}
.header .navCenter ul li {
	height:35px;
	line-height:29px;
	color:#004081;
	padding-left:19px;
	background:url(../images/common/bg.gif) 0 -138px no-repeat;
}
.header .navCenter ul li a {
	margin:0 5px;
	color:#004081;
}
.navCenterJs {
	display:none;
}
/*=====中间内容====*/
.indexCenter{
	overflow:hidden;
	margin-bottom:10px;
}
/*左侧*/
.indexLeft {
	float:left;
	width:710px;
}
.left240 {
	float:left;
	width:240px;
}
/*右侧*/
.indexRight {
	float:right;
	width:240px;
}
.right710 {
	float:right;
	width:705px;
}
.erCenter {
	
}
/*=====底部版权====*/
.footer{
	clear:both;
	padding:26px 0 46px 0;
	background:url(../images/common/bg.gif) 0 -213px repeat-x;
}
.footer p {
	text-align:center;
	line-height:19px;
	
}



