/**
 * @name	:HTML标签重定义
 * @author	:wenzi(email:shiyewenzi@126.com)
 * @version	:1.0
 * @type	:公共规则
 * @explain	:无
 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, hr, pre, form, fieldset, input, textarea, p, blockquoteth, td {
	margin:0px;
	padding:0px;
}
h1, h2, h3, h4, h5, h6 {
	font-size:12px;
	font-weight:normal;
}
ul , ol {
	list-style:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
capation, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:''
}
abbr, acronym {
	border:0;
}

/* 以下样式根据不同的网站可能需要改写 */
body {
	text-align:center;
	font-size:12px;
	font-family:"微软雅黑";
	background:#FFFFFF;
}
a {
	text-decoration:none;
}
a:hover {
	
}
/* 须改写样式结束*/


/*如果一个块级对象内部包含浮动对象，应该给该块级对象使用clearfix*/
.clearfix:after{content:'';display:block;height:0;clear:both;visibility:hidden}
.clearfix{display:inline-block;}
*html .clearfix{height:1%}
.clearfix{display:block;}

.head 
{
	border: 0px solid red;
	width:1000px;
	margin-top:10px;
	
}

.main 
{
	border: 0px solid red;
	width:1002px;
	margin-top:15px;
}

.foot
{
	border: 0px solid red;
	width:1000px;
	height:100px;
	margin-top:50px;	
	font-size:16px;
}