@charset "gb2312";
/* CSS Document */
body{
	padding:0;
	margin:0;
	color:#555;
	font-size:12px;
	font-family:"ËÎÌå";
	background:url(../images/logo.jpg) center top no-repeat #f5f5f5;
}
div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, form, label, input, textarea, img, span, em, strong, i{
	margin:0; padding:0; font-style:normal;
}
ul, ol, li, i{
	margin:0; 
	padding:0; 
	list-style:none;
	font-size:12px;
}
a{
    color:#555; 
	text-decoration:none;
} 
a:hover{
    color:#FF0000;
	text-decoration:underline;
	blr:expression(this.onFocus=this.blur());
}
/*** General Classes ***/
.clear {clear:both;} 
.clearfix:after { content: "."; display: block; height: 0;  clear: both; visibility: hidden;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
*+html .clearfix {min-height: 1%;}
/*** wrap ***/
.wrap{
	width:1002px;
	height:auto;
	margin:0 auto;
}
.banner{
	width:1002px;
	height:auto;
	padding-top:125px;
	float:left;
}
#myFocus{
	position:relative;
	border:0px;
	height:320px;
}
#myFocus .pic li{
	position:absolute;
	top:0;
	left:0;
	width:1002px;
	height:320px;
	display:none;
}
#myFocus .num{
	position:absolute;
	left:49%;
	bottom:14px;
	z-index:1;
	width:auto;
	height:auto;
}
#myFocus .num li{
	width:20px;
	height:10px;
	border:0px;
	background:url(../images/b_1.png) no-repeat;
	cursor:pointer;
	overflow:hidden;
	text-indent:-10001px;
	float:left;
}
#myFocus .num li.current{background:url(../images/b_2.png) no-repeat;}
.mt10{margin-top:10px;}
.box{
	width:1002px;
	height:auto;
	float:left;
}