@charset "gb2312";
/* CSS Document */
body{
	padding:0;
	margin:0;
	background:#FEECF4;
	color:#000;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, form, label, input, textarea, img, span, em, strong{
	margin:0; padding:0; font-style:normal;
}

ul, ol, li{
	margin:0; 
	padding:0; 
	list-style:none;
	font-size:12px;
}
a{
    color:#4A4A4A; 
	text-decoration:none;
} 
a:hover{
    color:#000;
	text-decoration:underline;
	blr:expression(this.onFocus=this.blur());
}
a.link2:link{
	font-size: 18px;
	color: #ff0000;
	text-decoration: none;
	font-weight: bold;
}
a.link2:visited{
	font-size: 18px;
	color: #FF0000;
	font-weight: bold;
}
a.link2:hover{
	font-size: 18px;
	text-decoration: underline;
	color: #000;
	font-weight: bold;
}
/********************************      General Classes      ********************************/
.clear{clear: both;}
.align-left{float: left;}			
.align-right{float: right;}
/********************************      Body - header     ********************************/
#wrap{
     width:986px;
	 height:auto;
	 margin:0 auto;
}
.logo{
	width:986px;
	height:auto;
	float:left;
}
.box{
	width:986px;
	height:auto;
	float:left;
}
#myFocus{position:relative; border:0px; height:538px;}
#myFocus .pic li{position:absolute; top:0; left:0; width:100%; height:538px; display:none;}
#myFocus .num{position:absolute; right:20px; bottom:20px; z-index:1; width:10px; height:auto;}
#myFocus .num li{width:10px; height:10px; border:0px; background:url(../images/b_1.png) no-repeat; margin-top:6px; cursor:pointer; overflow:hidden; text-indent:-10001px; float:left;}
#myFocus .num li.current{background:url(../images/b_2.png) no-repeat;}
.gundong{
	width:964px;
	height:auto;
	padding:0px 11px 0px 11px;
	float:left;
}

.title{
	 width:986px;
	 height:34px;
	 color:#FFF;
	 font-size:20px;
	 line-height:34px;
	 font-weight:bold;
	 text-align:center;
	 font-family:"ºÚÌå";
	 background:url(../images/title.jpg) no-repeat;
	 margin-top:8px;
	 float:left;
}
.mian{
	width:986px;
	height:auto;
	background:url(../images/n_center.jpg) repeat-y;
	margin-top:8px;
	float:left;
}
.mian ul{
	width:986px;
	height:auto;
	background:url(../images/n_bottom.jpg) left bottom no-repeat;
	float:left;
}
.mian ul li{
	width:936px;
	height:auto;
	background:url(../images/n_top.jpg) left top no-repeat;
	padding:14px 25px 14px 25px;
	float:left;
}
.mian ul li td{
	font-size:14px;
	line-height:24px;
}
.bottom{
	width:986px;
	height:40px;
	font-size:12px;
	line-height:40px;
	text-align:center;
	float:left;
}