/* CSS Document */
*{
	padding:0px;
	margin:0px; 
}


/* CSS Document = Paco */
body {
font-size:12px; 
color:#303030;
line-height:22px;
margin:0 auto; 
text-align: left;font-family: "宋体", Arial, Helvetica, sans-serif;background:#FFFFFF
}

dd, dt, dl, ol, img,input , form {
	margin: 0;
	padding: 0;
	border: 0;
}
li, ul, div, p, h6, h5, h4, h3, h2, h1 {
	margin: 0;
	padding: 0;
}
li{
	overflow: hidden; /*不显示超过对象宽度的内容*/;
	white-space: nowrap; /*限制在一行内显示所有文本*/
	list-style-type: none;
}


/*line-color*/
a:link {
	text-decoration: none;

}
a:visited {
	text-decoration: none;

}
a:hover {
	text-decoration: none;

}
a:active {
	text-decoration: none;

}
img{
border:0px;
}
.top{ float:left; width:1000px; height:348px;}

.dao{ float:left; width:1000px; height:40px; background:url(../images/mo_02.jpg) left no-repeat; font-size:14px; color:#FFFFFF;line-height:40px; text-align:center; font-weight:bold;}
.dao a{ margin-left:30px; padding-right:30px; background:url(../images/new_02.jpg) left no-repeat; color:#FFFFFF; line-height:40px; padding-left:10px;}


