@charset "utf-8";
/* CSS Document */

/*
命名规则演示公共样式表
*/

* {
	margin:0;
	padding:0px;
}
img {
	border:none;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
ol li, ul li {
	list-style-type:none;
}
h1, h2, h3, h4, h5, h6 {
	font-size:12px;
}
body {
	font-size:12px;
	line-height:14px;
	text-align:center;
}
div#skip {
	height:0px;
	font-size:0px;
	line-height:0px;
}
.clearboth {
	clear:both;
	height:0px;
	line-height:0px;
	font-size:0px;
}
div#container {
	margin:0px auto;
	text-align:left;
	width:964px;
}
/*-- 栏目跳转 --*/
.columnjump{
	height:0px;
	line-height:0px;
	font-size:0px;
	}
/*主容器

